[Mesa-dev] [Bug 67127] Intel Compiler SCons build src/mesa/state_tracker/st_manager.c:(.text+0xd4b): undefined reference to `_glapi_check_multithread'

bugzilla-daemon at freedesktop.org bugzilla-daemon at freedesktop.org
Tue Jul 23 10:54:16 PDT 2013


https://bugs.freedesktop.org/show_bug.cgi?id=67127

José Fonseca <jfonseca at vmware.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|---                         |NOTOURBUG

--- Comment #5 from José Fonseca <jfonseca at vmware.com> ---
(In reply to comment #4)
> mesa: 9f07ca11c1797ac12de1e1c6aef13cf58824b5f5 (master)
> 
> $ ldd -r build/linux-x86_64-debug/gallium/targets/libgl-xlib/libGL.so.1.5
[..]
> undefined symbol: _glapi_set_dispatch
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

Thanks. Yep, this was failing before. It was merely failing silently (it would
fail at runtime.)

I don't have direct interest in icc -- AFAIK it's not free for comercial use,
and gcc has been good enough. (for llvmpipe the compiler doesn't really matter
much, as we JIT the hot spots).

If you really care for icc, you'll gonna have to dig into this...

You'll probably need to recognize icc, and set env['gcc']=1 on that case.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.freedesktop.org/archives/mesa-dev/attachments/20130723/51e3ffca/attachment.html>


More information about the mesa-dev mailing list