[Mesa-dev] broken --enable-xlib-glx build

Matt Turner mattst88 at gmail.com
Mon Jan 23 11:33:28 PST 2012


On Fri, Jan 20, 2012 at 6:12 PM, Brian Paul <brianp at vmware.com> wrote:
> Hi Matt,
>
> I'm not sure if your recent changes are responsible for this.  I did
> "./configure --enable-xlib-glx ; make"
>
> The build appears to complete cleanly but I can't run anything:
>
> $ glxinfo
> name of display: :0.0
> glxinfo: symbol lookup error: /home/brian/mesa/lib/libGL.so.1: undefined
> symbol: u_tsd_set
>
> Can you try this?
>
> -Brian

Removing -fvisibility=hidden from CFLAGS makes this work again.

I guess we just need to mark functions we want exported?

Matt


More information about the mesa-dev mailing list