forums.ps2dev.org Forum Index forums.ps2dev.org
Homebrew PS2, PSP & PS3 Development Discussions
 
 FAQFAQ   SearchSearch   MemberlistMemberlist   UsergroupsUsergroups   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 

SDL ./configure error

 
Post new topic   Reply to topic    forums.ps2dev.org Forum Index -> PSP Development
View previous topic :: View next topic  
Author Message
AliensDoSkate



Joined: 13 Jun 2006
Posts: 2

PostPosted: Tue Jun 13, 2006 11:18 am    Post subject: SDL ./configure error Reply with quote

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
View user's profile Send private message
dark_zarkon



Joined: 11 Jan 2006
Posts: 26

PostPosted: Tue Jun 13, 2006 7:31 pm    Post subject: Reply with quote

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
View user's profile Send private message
AliensDoSkate



Joined: 13 Jun 2006
Posts: 2

PostPosted: Wed Jun 14, 2006 4:40 am    Post subject: Reply with quote

Yes
Back to top
View user's profile Send private message
drcd



Joined: 04 Dec 2005
Posts: 22

PostPosted: Sun Jun 18, 2006 10:14 pm    Post subject: Reply with quote

I have the same problem. What's psp-config? a file?
Back to top
View user's profile Send private message
cmf



Joined: 08 Jul 2006
Posts: 1

PostPosted: Sat Jul 08, 2006 10:45 pm    Post subject: Reply with quote

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
View user's profile Send private message
Display posts from previous:   
Post new topic   Reply to topic    forums.ps2dev.org Forum Index -> PSP Development All times are GMT + 10 Hours
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum


Powered by phpBB © 2001, 2005 phpBB Group