-Os -> libXaw.so: undefined reference to `.L91'

Dan Nelson dnelson at allantgroup.com
Tue Jun 22 21:25:39 GMT 2004


In the last episode (Jun 22), Ulrich Spoerlein said:
> On Tue, 22.06.2004 at 03:22:32 -0500, Jon Noack wrote:
> > I have been running into the following problem when attempting to 
> > compile teTex:
> > /usr/X11R6/lib/libXaw.so: undefined reference to `.L91'
> 
> me too here. But also XFree86-clients were broken by this. Funny
> thing is, my error message was this:
> /usr/X11R6/lib/libXaw.so: undefined reference to `.L99'
>                                                    ^^^

.L## symbols are temporary labels used for short jumps, like around
if() or while loops.  The number may be different depending on your CPU
and optimization flags.  gcc probably generated a reference to one but
forgot to generate the label itself.

-- 
	Dan Nelson
	dnelson at allantgroup.com


More information about the freebsd-x11 mailing list