[Mesa-dev] [Bug 61318] Can't compile GLU 32bit on 64bit
bugzilla-daemon at freedesktop.org
bugzilla-daemon at freedesktop.org
Fri Feb 22 22:50:58 PST 2013
https://bugs.freedesktop.org/show_bug.cgi?id=61318
--- Comment #4 from Alexandre Demers <alexandre.f.demers at gmail.com> ---
I've found out what is wrong. By comparing Makefile with another project, it
seems GL_LIBS is defined as GL_LIBS = -L/usr/lib/x86_64-linux-gnu -lGL, but it
should only be GL_LIBS = -lGL. If GL_LIBS was only defined as -lGL, it would
work for both 32 and 64 bit (tested).
--
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.freedesktop.org/archives/mesa-dev/attachments/20130223/9c8b632d/attachment.html>
More information about the mesa-dev
mailing list