On 13 Mar 2006, at 21:59, Hans-Christoph Steiner wrote:
David Plans Casal wrote:
powerpc-apple-darwin8-gcc-4.0.0: -lpthread: linker input file
unused because linking not doneThis is just saying that the -lpthread is ignored because it was
given when compiling a .o file, rather than when linking .o and
libs into a .pd_darwin. But like you said before, -lphtread is not
needed on Mac OS X.
Oh ok I see.
/usr/bin/ld: /Users/dc/dev/pure-data/externals/grh/threadlib/src/
threadlib.pd_darwin is input for the dynamic link editor, is not
relocatable by the static link editor again collect2: ld returned 1 exit status make: *** [sndfiler.pd_darwin] Error 1 What could that be about?This one I am not sure.
Since you are doing this, maybe you could add this stuff to the Pd- extended build system. It would go into externals/Makefile in
particular.
I'll take a look at that makefile and feedback, but I won't add
anything without running by you first. Sorry, but I'm not confident
enough that I wouldn't break instead of fix it ;-)
d