| View previous topic :: View next topic |
| Author |
Message |
AliensDoSkate
Joined: 13 Jun 2006 Posts: 2
|
Posted: Tue Jun 13, 2006 11:18 am Post subject: SDL ./configure error |
|
|
Ok everytime I use: ./configure --host psp --prefix=$(psp-config --psp-prefix)
I get the error: checking for C compiler default output file name... configure: error: C compiler
cannot create executables
I'm not exactly sure what to do |
|
| Back to top |
|
 |
dark_zarkon
Joined: 11 Jan 2006 Posts: 26
|
Posted: Tue Jun 13, 2006 7:31 pm Post subject: |
|
|
hi!
| Quote: | 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
|
have you used all this instruction? _________________ i'm italian...
forgive me for my english! :) |
|
| Back to top |
|
 |
AliensDoSkate
Joined: 13 Jun 2006 Posts: 2
|
Posted: Wed Jun 14, 2006 4:40 am Post subject: |
|
|
| Yes |
|
| Back to top |
|
 |
drcd
Joined: 04 Dec 2005 Posts: 22
|
Posted: Sun Jun 18, 2006 10:14 pm Post subject: |
|
|
| I have the same problem. What's psp-config? a file? |
|
| Back to top |
|
 |
cmf
Joined: 08 Jul 2006 Posts: 1
|
Posted: Sat Jul 08, 2006 10:45 pm Post subject: |
|
|
you have to run ./autogen.sh first and then this at once:
| Code: | LDFLAGS="-L$(psp-config --pspsdk-path)/lib -lc -lpspuser" \
./configure --host psp --prefix=$(psp-config --psp-prefix) |
if you just run ./configure --host psp [...] alone it will throw the error you mentioned above ... |
|
| Back to top |
|
 |
|