Hi.&nbsp; I acquired a p5 glove, and the Pd interface I found for it relies on OSCx.&nbsp; I&#39;ve been trying to build it, having added -fPIC to it, but I get this:<br>make[1]: Entering directory `/home/chuckk/Glove/pd/externals/OSCx/src&#39;
<br>cc -Wl,-export_dynamic -shared -o sendOSC.pd_linux sendOSC.o htmsocket.o OSC-system-dependent.o -L../../../pd/bin -lpd -lc -lm ../libOSC/libOSC.a<br>/usr/bin/ld: cannot find -lpd<br>collect2: ld returned 1 exit status
<br>make[1]: *** [sendOSC.pd_linux] Error 1<br>make[1]: Leaving directory `/home/chuckk/Glove/pd/externals/OSCx/src&#39;<br>make: *** [all] Error 2<br><br><br>I added several paths to the INCLUDES line in src/Makefile, as the guy suggested, with the path to a Pd src folder, but still it can&#39;t find this -lpd.&nbsp; I read man ld and tried searching for any kind of *libpd*, *
pd.a*, or *pd.so* on my entire hard drive, and none of them exist.&nbsp; Should I replace this -lpd with something else?&nbsp; I tried removing it, and it built a faulty set of OSCx objects that don&#39;t work.<br><br>Thanks.<br>-Chuckk
<br><br><br clear="all"><br>-- <br><a href="http://www.badmuthahubbard.com">http://www.badmuthahubbard.com</a>