[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: another PIC issue



On Thu, Aug 16, 2001 at 06:23:13PM +0100, Matthew Wilcox wrote:
> 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.

rkrusty@tootie:/usr/X11R6/lib$ ls /usr/lib/*GL*
/usr/lib/libGL.a     /usr/lib/libGL.so.1.2  /usr/lib/libGLU.so.1
/usr/lib/libGL.so    /usr/lib/libGLU.a      /usr/lib/libGLU.so.1.3
/usr/lib/libGL.so.1  /usr/lib/libGLU.so

there is under /usr/lib tho.

Ivan
-- 
----------------
Ivan E. Moore II
rkrusty@tdyc.com
http://snowcrash.tdyc.com
GPG KeyID=90BCE0DD
GPG Fingerprint=F2FC 69FD 0DA0 4FB8 225E 27B6 7645 8141 90BC E0DD



Reply to: