<div dir="ltr">Thanks for the replies! And sorry for the inaccurate title.</div><div class="gmail_extra"><br><div class="gmail_quote">2014-10-18 2:21 GMT+08:00 Matt Turner <span dir="ltr"><<a href="mailto:mattst88@gmail.com" target="_blank">mattst88@gmail.com</a>></span>:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div class="HOEnZb"><div class="h5">On Fri, Oct 17, 2014 at 9:18 AM, Boxiang Sun <<a href="mailto:daetalusun@gmail.com">daetalusun@gmail.com</a>> wrote:<br>
> Hi,<br>
><br>
> I build mesa with --enable-glx-tls option. But when use<br>
> nm libGL.so.1.2.0 | grep glapi<br>
><br>
> it still show these:<br>
>                  U _glapi_get_dispatch_table_size<br>
>                  U _glapi_get_proc_address<br>
>                  U _glapi_get_proc_offset<br>
>                  U _glapi_set_context<br>
>                  U _glapi_set_dispatch<br>
>                  U _glapi_tls_Dispatch<br>
><br>
> Why the _glapi_tls_Dispatch still undefined? Did I miss anything?<br>
><br>
> Regards,<br>
> Sun<br>
<br>
</div></div>U means undefined -- usually defined in another library. In this case,<br>
they're defined in libglapi.so, which libGL.so depends on.<br>
<br>
So, all of t his is expected.<br>
</blockquote></div><br></div>