Re: [Mesa-dev] link error caused by "-l -O2"

2012-08-14 Thread Kevin H. Hobbs
On 08/14/2012 06:59 PM, Matt Turner wrote: > > Ian says (and I agree) that shared-glapi doesn't make any sense for > non-DRI configurations. So build with --disable-shared-glapi until I > get a patch to disable it on Xlib/OSMesa/... > Thank you. --disable-shared-glapi allows the build to procee

Re: [Mesa-dev] link error caused by "-l -O2"

2012-08-14 Thread Matt Turner
On Tue, Aug 14, 2012 at 3:54 PM, Matt Turner wrote: > On Tue, Aug 14, 2012 at 10:34 AM, Kevin H. Hobbs wrote: >> I just checked out mesa from git. >> >> My system runs Fedora 17 x86_64. >> >> I configured mesa with : >> >> $ ./autogen.sh \ >> --prefix=/home/kevin/mesa_build/ \ >> --disable-dr

Re: [Mesa-dev] link error caused by "-l -O2"

2012-08-14 Thread Matt Turner
On Tue, Aug 14, 2012 at 10:34 AM, Kevin H. Hobbs wrote: > I just checked out mesa from git. > > My system runs Fedora 17 x86_64. > > I configured mesa with : > > $ ./autogen.sh \ > --prefix=/home/kevin/mesa_build/ \ > --disable-dri \ > --enable-glx \ > --enable-xlib-glx \ > --enable-osme

[Mesa-dev] link error caused by "-l -O2"

2012-08-14 Thread Kevin H. Hobbs
I just checked out mesa from git. My system runs Fedora 17 x86_64. I configured mesa with : $ ./autogen.sh \ --prefix=/home/kevin/mesa_build/ \ --disable-dri \ --enable-glx \ --enable-xlib-glx \ --enable-osmesa \ --without-gallium-drivers and built with : $ make -ij8 && make I get