| View previous topic :: View next topic |
| Author |
Message |
w.kosma
Joined: 28 Oct 2005 Posts: 19
|
Posted: Wed Jan 11, 2006 8:12 am Post subject: libogg won`t configure |
|
|
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 |
|
| Back to top |
|
 |
cheriff Regular
Joined: 23 Jun 2004 Posts: 262 Location: Sydney.au
|
Posted: Wed Jan 11, 2006 9:45 am Post subject: |
|
|
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. _________________ Damn, I need a decent signature! |
|
| Back to top |
|
 |
w.kosma
Joined: 28 Oct 2005 Posts: 19
|
Posted: Wed Jan 11, 2006 11:26 am Post subject: |
|
|
i did this already,
but didn`t chnge anything:(
wk |
|
| Back to top |
|
 |
cheriff Regular
Joined: 23 Jun 2004 Posts: 262 Location: Sydney.au
|
Posted: Wed Jan 11, 2006 11:40 am Post subject: Re: libogg won`t configure |
|
|
| w.kosma wrote: | | See `config.log' for more details. | Could you post this (or at least revalent parts)?
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! |
|
| Back to top |
|
 |
dot_blank

Joined: 28 Sep 2005 Posts: 498 Location: Brasil
|
Posted: Wed Jan 11, 2006 3:10 pm Post subject: |
|
|
it is best to look thru config.log
also bash doesnt seem to find psp-config
try checking your PATH settings for these
bins and others _________________ 10011011 00101010 11010111 10001001 10111010 |
|
| Back to top |
|
 |
ooPo Site Admin
Joined: 17 Jan 2004 Posts: 2032 Location: Canada
|
Posted: Wed Jan 11, 2006 4:05 pm Post subject: |
|
|
| Quote: | | -bash: psp-config: command not found |
Fix your path, homey. |
|
| Back to top |
|
 |
w.kosma
Joined: 28 Oct 2005 Posts: 19
|
Posted: Wed Jan 11, 2006 8:19 pm Post subject: |
|
|
yes, it was PATH,
sorry for bothering:)
wk |
|
| Back to top |
|
 |
|