Matthew Williams wrote:
install -d //usr/local/lib/pd/bin install: mkdir //usr/local/lib/pd: Permission denied make: *** [install] Error 71
this was trying the "make install" method so i can just type pd and the program starts. does this error mean i'm not signed on as the superuser?
You can usually do "sudo make install" and give _your_ password and it will work as though you were the daemon root itself.
Martin