plugin loads, but crash in shared library

Bert Freudenberg bert at impara.de
Tue Nov 15 09:28:01 UTC 2005


Am 15.11.2005 um 01:36 schrieb Brad Fuller:
>
> /bin/sh /home/bfuller/projects/squeak/branches/platforms/unix/ 
> libtool --mode=link gcc -g -O2 -fomit-frame-pointer - 
> DLSB_FIRST=1    -avoid-version -module -rpath /usr/local/lib/squeak/ 
> 3.7-7 -o SoundPAPlugin.la SoundPAPlugin.lo patest_sine.lo -Wl,/usr/ 
> local/lib/libportaudio.so

I don't know much about libtool, but the "normal" linker options I'd  
give in that case would be:

	-L/usr/local/lib -lportaudio

Did you try that?

- Bert -




More information about the Vm-dev mailing list