I also posted this at psp-hacks.com, but for some kind of reason nobody seems the have an answer to this issue... so, well hope someone here can help me out of this
I got pspToolchain up and running yesterday night (with some makefile hacking part, caused by makeinfo version check -> got 4.11 and >4.2 needed, so the regex 4.[2-9] of course didn't worked). but now I'm stuck with the pspLibraries.
some do compile just well, but some don't, so here I am:
libogg and libvorbis don't do, so seems to be some sound or just ogg vorbis lib related thingie...
output:
Code: Select all
*** [Gentoo] sanity check failed! ***
*** libtool.m4 and ltmain.sh have a version mismatch! ***
*** (libtool.m4 = 1.5.24, ltmain.sh = 1.5.6) ***
Please run:
libtoolize --copy --force
I have to run autogen as next (stepping through the script)
# LDFLAGS="-L$(psp-config --pspsdk-path)/lib -lc -lpspuser" ./autogen.sh --host psp --prefix=$(psp-config --psp-prefix)
but this finishes with:
Code: Select all
checking host system type... Invalid configuration `psp': machine `psp' not recognized
configure: error: /bin/sh ./config.sub psp failed
also I wonder why the other packages (eveyone except libvorbis and libogg) do compile...
Well, hoping for hints
Ali