On Wed, May 06, 1998 at 01:18:04PM -0400, David Bush wrote:
I have tried to build xemacs using the C compiler supplied with DG/UX
R4.11
on the M88K. This is gcc version 2.6.3. At the link step I get about
40-50 unresolved symbols of the form .L_Ennnn. There are 1-3 per object file
and 20-30 .o files are involved. I don't recall ever seeing global symbols
with names like these before. This problem does not happen with gcc 2.8.1,
but I'd like to be able to build with the supplied C compiler. Does
anyone know what is happening. Or is it simply hopeless to use a gcc that old?
.L* are local symbols generated by the compiler. It has nothing to do
with XEmacs per se. I guess your quest is hopeless.
OG.