2008/3/9, IOhannes m zmölnig zmoelnig@iem.at:
hi
Mysth-R wrote:
Hi, I've got some difficulties trying to compile pd-extended on my 64 bits gentoo. I have downloaded latest pd from the svn and use the latest pd official release (0.41-2 https://pure-data.svn.sourceforge.net/svnroot/pure-data/trunk
here is my error message :
[...]
make[4]: entrant dans le répertoire « /home/mysthr2/logiciels/musique/pure-data/externals/OSCx/src »
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
/usr/lib/gcc/x86_64-pc-linux-gnu/4.2.3/../../../../x86_64-pc-linux-gnu/bin/ld:
cannot find -lpd
for whatever reasons you are trying to link against libpd which does not exist.
Well, I don't know, I have just downloaded pd-extended from svn...
try removing the "-lpd" from the makefile.
yes thank you it works.
Does Pd-extended is compatible with 64 bits arch ? Do I missed something ?
i don't know, but this is not the problem here....
btw, i would suggest to remove OSCx from pd-extended and replace it by some abstractions based on osc/net (i have them lying around somewhere)
Ok but at this moment I have some patch working with OSCx so, I would like to make it work. But yes perhaps I should use another one.
Thank you for the help :)