Hi,
Does anyone have any idea why I might be running into this when trying to compile pd-extended on armel with ubuntu?
ubuntu@Satellite:/usr/src/pd/packages/linux_make$ sudo make install prefix=/usr [... LOTS OF STUFF CUT OUT HERE BECAUSE IT WAS NORMAL ...] install -m644 helpbrowser.tcl /usr/src/Pd-0.42.5- extended/packages/linux_make/build//usr/lib/pd-extended/bin/helpbrowser.tcl install -d /usr/src/Pd-0.42.5-extended/packages/linux_make/build//usr/bin install -m755 ../bin/pdextended /usr/src/Pd-0.42.5- extended/packages/linux_make/build//usr/bin/pdextended ln -s /usr/bin/pdextended /usr/src/Pd-0.42.5-extended/packages/linux_make/build//usr/lib/pd- extended/pd ln: creating symbolic link `/usr/src/Pd-0.42.5-extended/packages/linux_make/build//usr/lib/pd- extended/pd': File exists make[2]: *** [install] Error 1 make[2]: Leaving directory `/usr/src/Pd-0.42.5-extended/pd/src' make[1]: *** [pd_install] Error 2 make[1]: Leaving directory `/usr/src/Pd-0.42.5-extended/packages' make: *** [install] Error 2
ubuntu@Satellite:/usr/src/pd/packages$ uname -a Linux beagleboard 2.6.32.11-l13 #1 PREEMPT Tue Apr 13 04:25:20 UTC 2010 armv7l GNU/Linux
I don't really understand why it is trying to create the links like this. Should I be setting my base source code directory "pd" elsewhere?
Thanks, Edgar