Date: Tue, 22 Jun 2004 16:25:38 -0500 From: Dan Nelson <dnelson@allantgroup.com> To: Jon Noack <noackjr@alumni.rice.edu>, freebsd-current@freebsd.org, freebsd-x11@freebsd.org Subject: Re: -Os -> libXaw.so: undefined reference to `.L91' Message-ID: <20040622212538.GA51531@dan.emsphone.com> In-Reply-To: <20040622204008.GB800@galgenberg.net> References: <40D7EC48.5010800@alumni.rice.edu> <20040622204008.GB800@galgenberg.net>
next in thread | previous in thread | raw e-mail | index | archive | help
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@allantgroup.com
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20040622212538.GA51531>