"Kevin H. Hobbs" <hob...@ohiou.edu> writes:
> When I do :
> 
> ./autogen.sh --with-driver=xlib --disable-gallium --enable-debug
> 
> I get for example :
> 
> $ nm lib/libGL.so | grep glDepthFunc
> 000000000020ce30 T glDepthFunc
> $ nm lib/libOSMesa.so | grep glDepthFunc
> 00000000001ca760 T glDepthFunc
> 
> As I understand it there is no way for these two libraries to be linked
> by the same application.

Right.  This is exactly why Mesa's name mangling exists.

You mean you haven't been mangling this whole time?  I guess I haven't
been reading these mails closely enough.

-tom
_______________________________________________
mesa-dev mailing list
mesa-dev@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/mesa-dev

Reply via email to