| View previous topic :: View next topic |
| Author |
Message |
Nekuz0r
Joined: 02 Apr 2007 Posts: 3
|
Posted: Mon Apr 02, 2007 12:03 pm Post subject: Compiling SDL Mac OS X |
|
|
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 |
|
 |
Wally

Joined: 26 Sep 2005 Posts: 672
|
Posted: Tue Apr 03, 2007 9:24 am Post subject: |
|
|
Uhhm
Have you read readme.psp
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 |
|
 |
|