hello,
i have a problem installing libogg
(which i reckon is needed for pmp)
i downloaded latest version from svn
svn co svn://svn.pspdev.org/psp/trunk/libogg
and then run this (like in readme.psp):
LDFLAGS="-L`psp-config --pspsdk-path`/lib -lc -lpspuser" ./autogen.sh --host psp --prefix=`psp-config --psp-prefix`
i got this output:
-bash: psp-config: command not found
-bash: psp-config: command not found
checking for autoconf...
checking for automake 1.6 or later... automake-1.6
checking for aclocal 1.6 or later... aclocal-1.6
checking for libtool... libtoolize
Generating configuration files for libogg, please wait....
aclocal-1.6
libtoolize --automake
autoheader
automake-1.6 --add-missing
autoconf
configure: WARNING: If you wanted to set the --build type, don't use --host.
If a cross compiler is detected then cross compile mode will be used.
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for gawk... no
checking for mawk... no
checking for nawk... no
checking for awk... awk
checking whether make sets $(MAKE)... yes
checking for psp-strip... no
checking for strip... strip
checking whether to enable maintainer-specific portions of Makefiles... yes
checking for psp-gcc... no
checking for gcc... gcc
checking for C compiler default output file name... configure: error: C compiler cannot create executables
See `config.log' for more details.
i`d would be grateful for any tips how to resolve this,
best,
wojciech
libogg won`t configure
I had this just yesterday. I fixed it by updating my sdk to the latest version. Mine was kinda old so it complained about something else, that was fixed by also building the toolchain again (gcc, binutils, etc).
Not sure what the minimum you need to do is, but updating everything should help.
Not sure what the minimum you need to do is, but updating everything should help.
Damn, I need a decent signature!
Re: libogg won`t configure
Could you post this (or at least revalent parts)?w.kosma wrote:See `config.log' for more details.
There could be a couple of reasons your C compiler cannot create executables ...mine was fixed by a new sdk, so you must have a different problem.
Damn, I need a decent signature!