My SimGear build was not completing. I think it has something to do with the move to
OpenAL. As I was building simgear I got this:

...
checking for library containing alGenBuffers... -lopenal32
checking for library containing alutInit... no
...

Later on, I get this:

g++  -D_REENTRANT  -L/usr/local/lib -o openal_test1.exe  openal_test1.o
../../simgear/debug/libsgdebug.a -lopenal32  -lwinmm -ldsound -ldxguid -lole32
openal_test1.o(.text+0x366):openal_test1.cxx: undefined reference to `_alutInit'
openal_test1.o(.text+0x5b1):openal_test1.cxx: undefined reference to `_alutLoadWAVFile'
openal_test1.o(.text+0x6cc):openal_test1.cxx: undefined reference to `_alutUnloadWAV'



_______________________________________________
Flightgear-devel mailing list
[EMAIL PROTECTED]
http://mail.flightgear.org/mailman/listinfo/flightgear-devel

Reply via email to