openSUSE Install Error

Do you need help? Ask here!

Bug reporting belongs here: http://developer.wz2100.net/newticket
FragInc
New user
Posts: 1
Joined: 30 Nov 2011, 07:10

openSUSE Install Error

Post by FragInc »

Upon running: ./autogen.sh && ./configure && make, the following error is posted.

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
I checked orbis and ogg and they are installed.

Code: Select all

system@linux-wcej:~/Games/warzone> pkg-config vorbis --libs
-lvorbis  
system@linux-wcej:~/Games/warzone> pkg-config ogg --libs
-logg
No idea why I'm getting the compiling error. Not sure where to go from here.

Thanks for any help provided!