[PD] using sdif library in Pd external

IOhannes m zmoelnig zmoelnig at iem.at
Wed Feb 15 11:24:51 CET 2006


Rich E wrote:
> Hello all,
> 
> I've been trying to make a linux Pd external that reads .sdif files
> using the Ircam SDIF library, but I can't see to get the makefile
> settings right.  The code compiles, but I get the following error when
> trying to call the sdiftest external:
> 
> /usr/local/lib/pd/extra/sdiftest.pd_linux: libsdif-3.8.6.so
> <http://libsdif-3.8.6.so>: cannot open shared object file: No such file
> or directory
> 
> I'm very new to makefiles and I cannot tell why it isn't linking. 
> libsdif-3.8.6.so <http://libsdif-3.8.6.so> is installed in
> /usr/local/lib and the makefile code is the following:
> 

add /usr/local/lib to your /etc/ld.so.conf and (re)run ldconfig

mfg.asdr.
IOhannes




More information about the Pd-list mailing list