On Wed, Aug 15, 2001 at 05:13:34PM -0600, Bdale Garbee wrote: > The glapi.o stuff seems to be coming from the xlibmesa-dev and xlibmesa3, > pulled in by qt-x11's build dependency > > xlibmesa-dev (>= 4.1.0-0) | libgl-dev > > I assume this is another case of some non-PIC code getting into a shared > library?
Yes, but in an interestingly different way. $ ls /usr/X11R6/lib/*GL* /usr/X11R6/lib/libGL.a /usr/X11R6/lib/libGLU.so.1 /usr/X11R6/lib/libGL.so.1 /usr/X11R6/lib/libGLU.so.1.3 /usr/X11R6/lib/libGL.so.1.2 /usr/X11R6/lib/libGLw.a /usr/X11R6/lib/libGLU.a The .so is missing. So the linker links in the .a instead (it doesn't know anything about this .so.1 idea), and we go phut. > I don't understand enough about the details of this problem to file an > intelligent bug report. Would someone who does please pick up the ball on > this and get the right things fixed? I'd be happy to provide build logs and > so forth if needed. Can do. -- Revolutions do not require corporate support.

