Discuss the development of new homebrew software, tools and libraries.
Moderators: cheriff, TyRaNiD
-
XRS
- Posts: 32
- Joined: Sun May 15, 2005 7:09 pm
Post
by XRS »
Hey, I tried to install SDL lib for PSP but I just cant .
Could you please help me ?
I followed all the steps (./autogen.sh ... ./configure) but it doesnt work .
Code: Select all
./autogen.sh
LDFLAGS="-L$(psp-config --pspsdk-path)/lib -lc -lpspuser" \
./configure --host psp --prefix=$(psp-config --psp-prefix)
make
make install
Can you help me ?
-
danzel
- Posts: 182
- Joined: Fri Nov 04, 2005 11:03 pm
Post
by danzel »
What do you mean it doesn't work?
What sort of doesn't work?
It doesn't install?
It does install and you can't link with it?
What error messages are you getting and when?
-
Insert_witty_name
- Posts: 376
- Joined: Wed May 10, 2006 11:31 pm
Post
by Insert_witty_name »
Code: Select all
WANT_AUTOMAKE=1.9 ./autogen.sh
LDFLAGS="-L$(psp-config --pspsdk-path)/lib -lc -lpspuser" \
./configure --host psp --prefix=$(psp-config --psp-prefix)
make
make install