[Mesa-dev] [Bug 90032] build fails, undefined reference to llvm:RTDyldMemoryManager

bugzilla-daemon at freedesktop.org bugzilla-daemon at freedesktop.org
Tue Apr 14 16:33:26 PDT 2015


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

--- Comment #4 from Felix von Leitner <felix-freedesktop at fefe.de> ---
I tried to compile mesa without RTTI, but the build fails.

CXX="g++ -fno-rtti" ./configure --prefix=/usr/X11R7 --sysconfdir=/etc
--localstatedir=/var `libdir /usr/X11R7`
--with-gallium-drivers=i915,nouveau,r600 --with-dri-drivers=i965,swrast
--enable-texture-float --disable-llvm-shared-libs --enable-opencl
--enable-texture-float --enable-gles1 --enable-gles2 --enable-osmesa
--enable-xa --enable-gbm --enable-glx-tls --with-egl-platforms="drm,x11"

The error message is that you can't use typeid (this was some debug macro in
the nv50 driver) without rtti. I never turned on debug mode. I'm now trying to
build with --disable-debug.

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


More information about the mesa-dev mailing list