Josh Vanderhoof wrote:
> 
> Josh Vanderhoof <[EMAIL PROTECTED]> writes:
> 
> > How can I make a non-pic static library with libtool?
> 
> I didn't RTFM.  It's just "./configure --disable-shared; make".  After
> that, you can make a non-pic shared lib with
> 
> gcc -o libMesaGL.so.3.1 \
> -shared -Wl,--whole-archive libMesaGL.a -Wl,--no-whole-archive \
> -lglide2x -lvga -L/usr/X11R6/lib -lXext -lX11 -lm
> 

Josh, 

Will you be able to commit something which does this?

Keith


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

Reply via email to