On Thu, Sep 13, 2012 at 3:48 AM, Dave Airlie <airl...@gmail.com> wrote:
> Hi guys,
>
> On f18 running the pcb program segfaults in glClear in yylex
>
> it appears the pcb app exports a symbol called yylex, and i965_dri.so
> picks this over the one exported from libdricore.so
>
> Oops?

Definitely oops. The problem is that we're not building with
-fvisibility=hidden (somehow lost a few months ago).

It's been on my todo list behind automaking gallium, but I guess any
patch I make on top of that won't be easily applied to 9.0.
_______________________________________________
mesa-dev mailing list
mesa-dev@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/mesa-dev

Reply via email to