-
SDL Install Error
I'm trying to install SDL for the psp
I read the README.PSP
The Directions:
Building
--------
To build for the PSP, make sure psp-config is in the path and run:
./autogen.sh
LDFLAGS="-L$(psp-config --pspsdk-path)/lib -lc -lpspuser" \
./configure --host psp --prefix=$(psp-config --psp-prefix)
make
make install
everytime I get to ./configure --host psp --prefix=$(psp-config --psp-prefix)
it gives me the error: checking for C compiler default output file name... configure: error: C compiler
cannot create executables
Anything I can do?
-