[Vm-dev] Linking dynamic library into a Squeak plugin on Mac Intel?

Bert Freudenberg bert at freudenbergs.de
Sun Aug 26 00:31:10 UTC 2007


On Aug 25, 2007, at 16:54 , Simon Holland wrote:

>
>
> Can anyone point to any examples or info on how to
> link a dynamic library into a Squeak plugin  build on Mac Intel?
>
> None of the following work
>
> PLIBS=$PLIBS
> /Users/simon/squeak/platforms/unix/plugins/PortMidiLitePlugin/i386/ 
> libportmidi.dylib
> PLIBS=$PLIBS /usr/local/lib/libportmidi.dylib
> PLIBS=$PLIBS  -dynamiclib -Wl,-single_module -Wl,-install_name,
> /usr/local/lib/libportmidi.dylib
> PLIBS=$PLIBS  -dynamiclib -Wl,-single_module -Wl,-install_name,  
> lportmidi
> PLIBS=$PLIBS   lportmidi
>
> (They compile fine but fail to load)
>
> libportmidi.dylib is installed in /usr/lib
> and the environment  variable
> DYLD_LIBRARY_PATH is set to /usr/local/lib
>
> Recasting the plugin as a command line C application,
> and dropping the relevant dylib into the  XCode window
> works with no bother.
>
> Cheers
> Simon

Last time I needed to do this I started with the XCode project for  
another plugin from SVN, modified it for my plugin, and just added  
the libs to it. Don't remember the details though.

- Bert -




More information about the Vm-dev mailing list