This message is in MIME format. The first part should be readable text, while the remaining parts are likely unreadable without MIME-aware tools. --0-2076341967-1109630685=:82672 Content-Type: TEXT/PLAIN; charset=iso-8859-1; format=flowed Content-Transfer-Encoding: QUOTED-PRINTABLE On Mon, 28 Feb 2005, Rafael [iso-8859-1] Rodr=EDguez wrote: > /usr/bin/ld: /usr/lib/libGL.a(glapi.o): relocation R_X86_64_32 can not be= used > when making a shared object; recompile with-fPIC > /usr/lib/libGL.a: could not read symbols: Bad value > collect2: ld returned 1 exit status Exactly what it says: your libGL.a is of a kind (using 32-bit offsets or=20 something like that -- the exact details of amd64 linking are beyond me)=20 that cannot be mixed with 64-bit shared libraries. If you have a libGL.so,= =20 you could massage the build to link to that instead, or get rid of libGL=20 entirely in that link line and see what happens. Or follow the instructions, and recompile with -fPIC, but that may not be= =20 a viable option. --0-2076341967-1109630685=:82672 Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Disposition: inline >> Visit http://mail.kde.org/mailman/listinfo/kde-devel#unsub to unsubscribe << --0-2076341967-1109630685=:82672--