Solved
I was missing: nvidia-glx-180-dev (NVIDIA binary Xorg driver development files)
I'm on a Ubuntu 8.10
Gnome 2.24.1
Kernel 2.6.27-14-generic
Intel(R) Core(TM)2 CPU 6600 @ 2.40GHz
L2 cache 4096 KB
GeForce 7100 GS
svn: 24701
I have a problem with compiling.
http://ufoai.ninex.info/wiki/index.php/Debiantried deleting ufoai
tried make clean
./configure runs fine
make lang works fine
make
has the following error:
* [UFO] ... linking -rdynamic (-lvorbis -lm -logg -ldl -lm -lz -lcurl -Wl,-Bsymbolic-functions -lidn -lssl -lcrypto -lldap -lrt -L/usr/lib -g -O2 -Wl,-Bsymbolic-functions -lgssapi_krb5 -lkrb5 -lk5crypto -lcom_err -lgssapi_krb5 -lssl -lcrypto -lz -ljpeg -logg -ltheora -logg -lpng -lSDL_ttf -lSDL_mixer -logg -lGL -L/usr/lib -lSDL)
/usr/bin/ld: cannot find -lGL
collect2: ld returnerede afslutningskoden 1
make: *** [ufo] Fejl 1
danish words
ld returnerede afslutningskoden 1 = ld returned the code 1
Fejl 1 = error 1
any idea what to do next
thanx in advance
bye
Joe
I found this, but don't have a clue about what it means.
Exit Status
GNU make exits with a status of zero if all makefiles were successfully parsed and no targets that were built failed. A status of one will be returned if the -q flag was used and make determines that a target needs to be rebuilt. A status of two will be returned if any errors were encountered.