Search found 1 match

by cmf
Sat Jul 08, 2006 10:45 pm
Forum: PSP Development
Topic: SDL ./configure error
Replies: 4
Views: 1907

you have to run ./autogen.sh first and then this at once: 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 me...