martin schreef:
/usr/bin/ld: cannot open output file ../bin/pd: No such file or directory collect2: ld returned 1 exit status make: *** [../bin/pd] Error 1
i don-t get it: why does it complain about /bin/pd not existing. shouldnt /bin/pd be the result of what i-m doing, not a prerequisite?
martin
that's because there is no bin directory. do: mkdir ../bin (before compiling)
m