[Mesa-dev] src/mesa/x86/*S sources not being built

Brian Paul brianp at vmware.com
Mon Jul 16 13:56:33 PDT 2012


On 07/16/2012 02:38 PM, Jon TURNEY wrote:
> On 16/07/2012 20:22, Brian Paul wrote:
>> I was going to look at a recently reported regression with the swrast driver
>> but Mesa's not building properly.  I configured with:
>>
>> CFLAGS=-g ./autogen.sh --enable-xlib-glx --with-x --disable-driglx-direct
>> --disable-dri --enable-debug
>>
>> libGL.so gets built but anything I try to run fails with:
>>
>> glxinfo: symbol lookup error: /home/brian/mesa/lib/libGL.so.1: undefined
>> symbol: _mesa_3dnow_transform_points4_2d
>>
>> It looks like none of the src/mesa/x86/*.S or src/mesa/x86-64/*.S files are
>> getting built.
>
> The problem I see is that these files are built, but don't get any useful
> contents as I failed to convert setting the preprocessor flags correctly.
>
> Please try the attached patch.

Yes, that fixes it.  Thanks!

Tested-by: Brian Paul <brianp at vmware.com>

-Brian



More information about the mesa-dev mailing list