PDA

View Full Version : Problem Compiling Apollon



Matata
December 25th, 2003, 18:29
I installed the giFT daemon and the giFT Fasttrack plugin but when I'm installing Apollon this is what happens: I type configure and everything is OK, then I type make and after going ok for like 5 min it says:
"libtool: link: `/usr/lib/gcc-lib/i586-suse-linux/3.3.1/../../../libGL.la' is not a valid libtool archive
make[3]: *** [apollon] Error 1
make[3]: Leaving directory `/home/rey/Matias/GiFT/apollon-0.9.1/apollon'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/home/rey/Matias/GiFT/apollon-0.9.1/apollon'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/rey/Matias/GiFT/apollon-0.9.1'
make: *** [all] Error 2"

What is wrong here???

Zilla
December 29th, 2003, 07:42
have you tried 'man make' for error codes?

blight
December 29th, 2003, 15:45
what is wrong?
look at this line:
"libtool: link: `/usr/lib/gcc-lib/i586-suse-linux/3.3.1/../../../libGL.la' is not a valid libtool archive

it says the file /usr/lib/libGL.la is not a valid libtool archive
have you correctly installed the nvidia drivers?
what does `file /usr/lib/libGL.la` say?

Matata
December 29th, 2003, 18:51
It says some config things and I already installed the nVidia drivers properly...