[Mesa-dev] [Bug 61318] Can't compile GLU 32bit on 64bit

2013-02-25 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=61318 --- Comment #6 from Alexandre Demers --- (In reply to comment #5) > This sounds to me like a libtool issue, bug #50754 has possible fix you > could try for this. For now, I'm just setting PKG_CONFIG_PATH to the 32 bit or the 64 bit path as neede

[Mesa-dev] [Bug 61318] Can't compile GLU 32bit on 64bit

2013-02-24 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=61318 --- Comment #5 from Tapani Pälli --- This sounds to me like a libtool issue, bug #50754 has possible fix you could try for this. -- You are receiving this mail because: You are the assignee for the bug. _

[Mesa-dev] [Bug 61318] Can't compile GLU 32bit on 64bit

2013-02-22 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=61318 --- Comment #4 from Alexandre Demers --- 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 onl

[Mesa-dev] [Bug 61318] Can't compile GLU 32bit on 64bit

2013-02-22 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=61318 --- Comment #3 from Alexandre Demers --- (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="-

[Mesa-dev] [Bug 61318] Can't compile GLU 32bit on 64bit

2013-02-22 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=61318 --- Comment #2 from Matt Turner --- 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=/us

[Mesa-dev] [Bug 61318] Can't compile GLU 32bit on 64bit

2013-02-22 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=61318 Matt Turner changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---