From: Paulo V. <vic...@gm...> - 2008-04-04 21:37:44
|
I have built libiaxclient.so (with portaudio, speex, ogg and theora statically linked against it , i.e. --disable-shared when configuring portaudio, speex, theora, and ogg) But when I run my test program, I get: undefined symbol: snd_config_update_free_global…and others from alsa. libiaxclient.so : 00000000 D *UND* 00000000 snd_config_update_free_global (libasound.so is in my library path) libasound.so (0307a2f6 g DF .text 0000006f ALSA_0.9 snd_config_update_free_global Maybe there is anything missing while ./configure portaudio... When I build all of them as shared libraries, I run the test with no problem. Could you help me out with this problem? Thanks in advance Paulo |