<html>
<head>
<base href="https://bugs.freedesktop.org/" />
</head>
<body>
<p>
<div>
<b><a class="bz_bug_link
bz_status_RESOLVED bz_closed"
title="RESOLVED WORKSFORME - Can't compile GLU 32bit on 64bit"
href="https://bugs.freedesktop.org/show_bug.cgi?id=61318#c4">Comment # 4</a>
on <a class="bz_bug_link
bz_status_RESOLVED bz_closed"
title="RESOLVED WORKSFORME - Can't compile GLU 32bit on 64bit"
href="https://bugs.freedesktop.org/show_bug.cgi?id=61318">bug 61318</a>
from <span class="vcard"><a class="email" href="mailto:alexandre.f.demers@gmail.com" title="Alexandre Demers <alexandre.f.demers@gmail.com>"> <span class="fn">Alexandre Demers</span></a>
</span></b>
<pre>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).</pre>
</div>
</p>
<hr>
<span>You are receiving this mail because:</span>
<ul>
<li>You are the assignee for the bug.</li>
</ul>
</body>
</html>