I'm trying to get the latest CVS code to build on Core 5. I use an NVIDIA card and I seem to be having problems. I'm building for x86_64 and for some reason when building gnash it will try to link against the 32-bit libGL.so
library located at /usr/lib instead of the 64-bit library located at /usr/lib64.
This line: "/usr/lib/libGL.so: could not read symbols: File in wrong format" confuses me quite a bit, as all other libraries are being linked for 64-bit, except for this. I said I'm using the NVIDIA driver as it installs both a 32-bit and a 64-bit GL libraries, doing a series of `ls -l` I found out that
libGL.so is a link to libGL.so.1 which in turn is yet another link to libGL.so.1.0.8178, should I force it to link to the 64-bit library, and if so how can I do that?
Thanks.
[Prev in Thread]
Current Thread
[Next in Thread]
[Gnash] libGL.so problems on FC5,
Gian Paolo Mureddu<=