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.comReceived on Tue Jun 22 2004 - 19:25:39 UTC
This archive was generated by hypermail 2.4.0 : Wed May 19 2021 - 11:37:58 UTC