<html>
<head>
<base href="https://bugs.freedesktop.org/" />
</head>
<body>
<p>
<div>
<b><a class="bz_bug_link
bz_status_NEW "
title="NEW - build fails, undefined reference to llvm:RTDyldMemoryManager"
href="https://bugs.freedesktop.org/show_bug.cgi?id=90032#c4">Comment # 4</a>
on <a class="bz_bug_link
bz_status_NEW "
title="NEW - build fails, undefined reference to llvm:RTDyldMemoryManager"
href="https://bugs.freedesktop.org/show_bug.cgi?id=90032">bug 90032</a>
from <span class="vcard"><a class="email" href="mailto:felix-freedesktop@fefe.de" title="Felix von Leitner <felix-freedesktop@fefe.de>"> <span class="fn">Felix von Leitner</span></a>
</span></b>
<pre>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.</pre>
</div>
</p>
<hr>
<span>You are receiving this mail because:</span>
<ul>
<li>You are the QA Contact for the bug.</li>
<li>You are the assignee for the bug.</li>
</ul>
</body>
</html>