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

José Fonseca <jfons...@vmware.com> changed:

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

--- Comment #5 from José Fonseca <jfons...@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.
_______________________________________________
mesa-dev mailing list
mesa-dev@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/mesa-dev

Reply via email to