I'm using Cygwin and I guess it was pretty naive of me to use a blankspace in my username.. sheesh it's only 2005 eh :Drm -fr .libs/libaudio.lax/libaudio_psp.a
mkdir .libs/libaudio.lax/libaudio_psp.a
(cd .libs/libaudio.lax/libaudio_psp.a && psp-ar x /home/Carl Johan/SDL/src/audio
/psp/.libs/libaudio_psp.a)
psp-ar: /home/Carl: No such file or directory
make[3]: *** [libaudio.la] Error 9
make[3]: Leaving directory `/home/Carl Johan/SDL/src/audio'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/home/Carl Johan/SDL/src/audio'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/Carl Johan/SDL/src'
make: *** [all-recursive] Error 1
I just thought I would give you a heads-up because I guess this is fixable by putting brackets around it or putting a "\" infront of the space.. probably should be automatable somehow? The toolchain and everything compiled just fine under that dir so..
Moved it to /home/Temp/SDL and all is well now :P