[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:23:24 PST 2013


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

--- Comment #3 from Alexandre Demers <alexandre.f.demers at gmail.com> ---
(In reply to comment #2)
> I built with both
> 
> CFLAGS="-m32" CXXFLAGS="-m32" ./autogen.sh --prefix=/usr --libdir=/usr/lib32
> --build=x86_64-pc-linux-gnu --host=i686-pc-linux-gnu
> 
> and
> 
> CFLAGS="-m32" CXXFLAGS="-m32" ./autogen.sh --prefix=/usr --libdir=/usr/lib32
> 
> locally and it works. This is some kind of problem local to you.

Maybe you can help me identify my problem then.

Doing ldconfig -p | grep libGL.so returns
    libGL.so.1 (libc6,x86-64, OS ABI: Linux 2.4.20) => /usr/lib/libGL.so.1
    libGL.so.1 (libc6) => /usr/lib32/libGL.so.1
    libGL.so (libc6,x86-64, OS ABI: Linux 2.4.20) => /usr/lib/libGL.so
    libGL.so (libc6) => /usr/lib32/libGL.so

so the linker knows it exists. Everything is where it is expected to be from
what I can see. Any clue where I should dig?

-- 
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/f2de5604/attachment-0001.html>


More information about the mesa-dev mailing list