Code: Select all
/usr/lib/gcc/i586-suse-linux/4.6/../../../../i586-suse-linux/bin/ld: ../lib/sequence/libsequence.a(sequence.o): undefined reference to symbol 'vorbis_block_clear'
/usr/lib/gcc/i586-suse-linux/4.6/../../../../i586-suse-linux/bin/ld: note: 'vorbis_block_clear' is defined in DSO /usr/lib/libvorbis.so.0 so try adding it to the linker command line
/usr/lib/libvorbis.so.0: could not read symbols: Invalid operation
collect2: ld returned 1 exit status
make[3]: *** [warzone2100] Error 1
make[3]: Leaving directory `/home/ratman/Games/warzone/src'
make[2]: *** [all] Error 2
make[2]: Leaving directory `/home/ratman/Games/warzone/src'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/ratman/Games/warzone'
make: *** [all] Error 2
Code: Select all
system@linux-wcej:~/Games/warzone> pkg-config vorbis --libs
-lvorbis
system@linux-wcej:~/Games/warzone> pkg-config ogg --libs
-logg
Thanks for any help provided!