https://bugs.freedesktop.org/show_bug.cgi?id=60723
Priority: medium Bug ID: 60723 Assignee: dri-devel@lists.freedesktop.org Summary: Unable to compile Mesa 9.0.2 for radeon Severity: normal Classification: Unclassified OS: Linux (All) Reporter: gogolander@gmail.com Hardware: x86-64 (AMD64) Status: NEW Version: 9.0 Component: Drivers/Gallium/r600 Product: Mesa
Hi. I'm trying to compile Mesa 9.0.2 on my amd64 pc. After launching the following configure command: " ./configure --prefix=/usr \ --with-dri-drivers=radeon \ --enable-gles1 \ --enable-gles2 \ --enable-xa \ --enable-texture-float \ --enable-osmesa \ --enable-glx-tls \ --enable-opengl \ --enable-openvg \ --enable-gallium-egl \ --with-gallium-drivers="r300,r600,svga,swrast" "
make fails to compile with this error message: "r300_dri.so.tmp: undefined reference to `_glapi_tls_Dispatch' r300_dri.so.tmp: undefined reference to `_glapi_tls_Context' collect2: error: ld returned 1 exit status make[3]: *** [r300_dri.so] Error 1"
I haven't found any solution. How can I solve this?
Thanks in advance
https://bugs.freedesktop.org/show_bug.cgi?id=60723
--- Comment #1 from Michel Dänzer michel@daenzer.net --- Does it work if you add --enable-shared-glapi to the configure arguments? If not, please attach the full output from configure and make.
https://bugs.freedesktop.org/show_bug.cgi?id=60723
--- Comment #2 from Vincenzo Abate gogolander@gmail.com --- Created attachment 74682 --> https://bugs.freedesktop.org/attachment.cgi?id=74682&action=edit configure log
https://bugs.freedesktop.org/show_bug.cgi?id=60723
--- Comment #3 from Vincenzo Abate gogolander@gmail.com --- Created attachment 74683 --> https://bugs.freedesktop.org/attachment.cgi?id=74683&action=edit make log
https://bugs.freedesktop.org/show_bug.cgi?id=60723
--- Comment #4 from Vincenzo Abate gogolander@gmail.com --- It didn't worked. I attached logs from configure and make as asked...
(In reply to comment #1)
Does it work if you add --enable-shared-glapi to the configure arguments? If not, please attach the full output from configure and make.
https://bugs.freedesktop.org/show_bug.cgi?id=60723
Michel Dänzer michel@daenzer.net changed:
What |Removed |Added ---------------------------------------------------------------------------- Assignee|dri-devel@lists.freedesktop |mesa-dev@lists.freedesktop. |.org |org Component|Drivers/Gallium/r600 |Other
dri-devel@lists.freedesktop.org