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
Does it work if you add --enable-shared-glapi to the configure arguments? If not, please attach the full output from configure and make.
Created attachment 74682 [details] configure log
Created attachment 74683 [details] make log
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.
Expected fixed. Reopen if not.
Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.