What's new

Problem Compiling Apollon

Matata

Novato Experimentado
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???
 

blight

New member
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?
 
OP
Matata

Matata

Novato Experimentado
It says some config things and I already installed the nVidia drivers properly...
 

Top