I checked out libmikmod to my home dir /home/jesusxp/(libmikmod), when I try to build normally, I get errors:
Code: Select all
***********************************************
Installing libmikmod into /usr/local/pspdev/psp
cp: cannot create regular file '/usr/local/pspdev/psp/include/mikmod.h': Permission denied
make: *** [install] Error 1
I have edited my .bashrc in both profiles (root and jesusxp) to include:
export PSPDEV="/usr/local/pspdev"
export PSPSDK="$PSPDEV/psp/sdk"
export PSPPATH="$PSPDEV/bin:$PSPDEV/psp/bin:$PSPSDK/bin"
export PATH="$PATH:$PSPPATH"
Am I doing something wrong? I know that this is under the compiling with OSX tutorial, but before I had something similar anyways, and both seem to work.. however my sudo still cannot build the libmikmod..?
What should my .bashrc look like? I am using Ubuntu Linux.. Sorry for the newb question.. I've been getting by with how I previously had my export set up in my bashrc, and all my own makefiles use:
Code: Select all
PSPSDK=/usr/local/pspdev/psp/sdk
include $(PSPSDK)/lib/build.mak