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 

Compiling SDL Mac OS X

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



Joined: 02 Apr 2007
Posts: 3

PostPosted: Mon Apr 02, 2007 12:03 pm    Post subject: Compiling SDL Mac OS X Reply with quote

I am trying to compiling SDL under Mac Os X 10.4.9

su root
svn co svn://svn.pspdev.org/trunk/SDL
port install automake17
port deactivate automake
cd SDL
./autogen.sh
./configure
./make

Problem :

Quote:
ld: Undefined symbols:
__Unwind_Resume
/usr/bin/libtool: internal link edit command failed
make[2]: *** [libSDL.la] Error 1
make[1]: *** [all-recursive] Error 1
make: *** [all-recursive] Error 1


thx for your responses
Back to top
View user's profile Send private message
Wally



Joined: 26 Sep 2005
Posts: 672

PostPosted: Tue Apr 03, 2007 9:24 am    Post subject: Reply with quote

Uhhm

Have you read readme.psp

Quote:

su root
svn co svn://svn.pspdev.org/trunk/SDL
port install automake17
port deactivate automake
cd SDL
./autogen.sh
./configure
./make


Should be

svn co svn://svn.pspdev.org/psp/trunk/SDL
cd SDL

./autogen.sh

then
LDFLAGS="-L$(psp-config --pspsdk-path)/lib -lc -lpspuser" \
./configure --host psp --prefix=$(psp-config --psp-prefix)
then
make
then
sudo make install

Do not bother with your fancy method..
Back to top
View user's profile Send private message AIM Address
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