Michael Vance wrote:
> 
> Is there any reason Mesa 3.3 is building without link information
> in the library? Those of us who dlopen() the library get a dl_error
> because we can't anticipate the need of, say, Glide.

I guess you're using the GNU configure scripts, right?

Using the old-style Makefiles:

% ldd libGL.so.1
        libX11.so.6 => /usr/X11R6/lib/libX11.so.6 (0x40242000)
        libXext.so.6 => /usr/X11R6/lib/libXext.so.6 (0x402e7000)
        libXmu.so.6 => /usr/X11R6/lib/libXmu.so.6 (0x402f5000)
        libXt.so.6 => /usr/X11R6/lib/libXt.so.6 (0x40308000)
        libXi.so.6 => /usr/X11R6/lib/libXi.so.6 (0x40354000)
        libSM.so.6 => /usr/X11R6/lib/libSM.so.6 (0x4035c000)
        libICE.so.6 => /usr/X11R6/lib/libICE.so.6 (0x40365000)
        libglide2x.so => /usr/local/lib/libglide2x.so (0x4037d000)
        libm.so.6 => /lib/libm.so.6 (0x404aa000)
        libc.so.6 => /lib/libc.so.6 (0x404c6000)
        /lib/ld-linux.so.2 => /lib/ld-linux.so.2 (0x80000000)

Using the GNU Makefiles:

% ldd libGL.so.1
        libc.so.6 => /lib/libc.so.6 (0x4024d000)
        /lib/ld-linux.so.2 => /lib/ld-linux.so.2 (0x80000000)


This is a problem in the configure or libtool scripts.  Hopefully
Thomas Tanner (or someone knowledgable in GNU configure) can look
into this.

-Brian


_______________________________________________
Mesa-dev maillist  -  [EMAIL PROTECTED]
http://lists.mesa3d.org/mailman/listinfo/mesa-dev

Reply via email to