[1391] in Athena Bugs
Re: (VS2000) Version 6.0R: zephyr library libzephyr.a
daemon@ATHENA.MIT.EDU (Ken Raeburn)
Fri Nov 18 23:00:19 1988
Date: Fri, 18 Nov 88 22:59:57 EST
From: Ken Raeburn <raeburn@ATHENA.MIT.EDU>
To: <jik@ATHENA.MIT.EDU>
Cc: bugs@ATHENA.MIT.EDU
In-Reply-To: Jonathan I. Kamens's message of Thu, 10 Nov 88 14:51:30 EST,
From: <jik@ATHENA.MIT.EDU>
Date: Thu, 10 Nov 88 14:51:30 EST
Linking from '/usr/athena/lib/libzephyr.a' ......Warning #349: Variable 'krb_err_base' is being redefined as text.
It was previously declared with data type (int).
I believe this happens because some data value is found in the text
section; this happens any time you compile with the "-R" option.
This is probably reasonable behavior on the part of saber, since most
files are not compiled with -R, and thus such a discovery would
indicate that the name of some procedure was referenced elsewhere as
data.