gcc - libvorbis.so error adding symbols: DSO missing from command line -
gcc - libvorbis.so error adding symbols: DSO missing from command line -
i have next error when create on zaz game on linux mint 17.1 (rebecca) drivers nvidia g98 geforce 8400
make all-recursive make[1]: entering directory `/home/miguel/tmp/zaz-1.0.0' making in po make[2]: entering directory `/home/miguel/tmp/zaz-1.0.0/po' make[2]: leaving directory `/home/miguel/tmp/zaz-1.0.0/po' making in src make[2]: entering directory `/home/miguel/tmp/zaz-1.0.0/src' g++ -g -o2 -o zaz main.o audiobuffer.o mixer.o oggsample.o scene.o settings.o wavesample.o streamingoggsample.o frame_events.o ogvexport.o bezier.o textureloader.o player.o level.o ballpath.o game.o editor.o mainmenu.o menu.o gameloop.o hiscores.o lineeditor.o tests.o profile.o directorylister.o levelset.o splash.o -lsdl -lvorbisfile -ltheoraenc -ltheoradec -logg -lftgl -lgl -lvorbisenc -lsdl_image /usr/bin/ld: ogvexport.o: undefined reference symbol 'vorbis_bitrate_addblock' //usr/lib/i386-linux-gnu/libvorbis.so.0: error adding symbols: dso missing command line collect2: error: ld returned 1 exit status make[2]: *** [zaz] error 1 make[2]: leaving directory `/home/miguel/tmp/zaz-1.0.0/src' make[1]: *** [all-recursive] error 1 make[1]: leaving directory `/home/miguel/tmp/zaz-1.0.0' make: *** [all] error 2 have installed lib vorbis libvorbis-dbg:i386 install libvorbis-dev:i386 install libvorbis-ocaml install libvorbis-ocaml-dev install libvorbis0a:i386 install libvorbisenc2:i386 install libvorbisfile3:i386 install libvorbisidec1 install
with other computer same features not have same problem, other computer don't have nvidia card.
thank help.
tanks, have resolv problem alter makefile.ini after read page:
https://www.mail-archive.com/debian-bugs-dist@lists.debian.org/msg1278320.html
gcc make
Comments
Post a Comment