| View previous topic :: View next topic |
| Author |
Message |
XRS
Joined: 15 May 2005 Posts: 32
|
Posted: Sun Dec 17, 2006 12:54 am Post subject: Problems installing SDL and other libs |
|
|
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: | ./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 ? |
|
| Back to top |
|
 |
danzel
Joined: 04 Nov 2005 Posts: 182
|
Posted: Sat Dec 23, 2006 4:39 pm Post subject: |
|
|
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? |
|
| Back to top |
|
 |
Insert_witty_name
Joined: 10 May 2006 Posts: 376
|
Posted: Mon Dec 25, 2006 12:32 am Post subject: |
|
|
| Code: | 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 |
|
|
| Back to top |
|
 |
|