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 _______________________________________________ Mesa-dev maillist - [EMAIL PROTECTED] http://lists.mesa3d.org/mailman/listinfo/mesa-dev
- [Mesa-dev] Let's talk about compiler flags Anonymous
- Re: [Mesa-dev] Let's talk about compiler flags Anonymous
- [Mesa-dev] RE: Let's talk about compiler flags Anonymous
- Re: [Mesa-dev] Let's talk about compiler flags Anonymous
- Re: [Mesa-dev] Let's talk about compiler fla... Anonymous
- Re: [Mesa-dev] Let's talk about compiler... Anonymous
- Re: [Mesa-dev] Let's talk about com... Anonymous
- Re: [Mesa-dev] Let's talk about compiler... Anonymous
- Re: [Mesa-dev] Let's talk about compiler... Anonymous
- Re: [Mesa-dev] Let's talk about com... Anonymous
- Re: [Mesa-dev] Let's talk about... Anonymous
- Re: [Mesa-dev] Let's talk a... Anonymous
- Re: [Mesa-dev] Let's talk about com... Thomas Tanner
- RE: [Mesa-dev] RE: Let's talk a... Stephen J Baker
- RE: [Mesa-dev] RE: Let's ta... Thomas Tanner
- RE: [Mesa-dev] RE: Let's talk a... Holger Waechtler
- [Mesa-dev] RE: Let's talk about compiler flags Holger Waechtler
- [Mesa-dev] Re: Let's talk about compiler fla... Dieter Nützel