libogg won`t configure

Discuss the development of new homebrew software, tools and libraries.

Moderators: cheriff, TyRaNiD

Post Reply
w.kosma
Posts: 19
Joined: Fri Oct 28, 2005 11:33 pm

libogg won`t configure

Post by w.kosma »

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
cheriff
Regular
Posts: 258
Joined: Wed Jun 23, 2004 5:35 pm
Location: Sydney.au

Post by cheriff »

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!
w.kosma
Posts: 19
Joined: Fri Oct 28, 2005 11:33 pm

Post by w.kosma »

i did this already,
but didn`t chnge anything:(

wk
cheriff
Regular
Posts: 258
Joined: Wed Jun 23, 2004 5:35 pm
Location: Sydney.au

Re: libogg won`t configure

Post by cheriff »

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!
User avatar
dot_blank
Posts: 498
Joined: Wed Sep 28, 2005 8:47 am
Location: Brasil

Post by dot_blank »

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
ooPo
Site Admin
Posts: 2023
Joined: Sat Jan 17, 2004 9:56 am
Location: Canada
Contact:

Post by ooPo »

-bash: psp-config: command not found
Fix your path, homey.
w.kosma
Posts: 19
Joined: Fri Oct 28, 2005 11:33 pm

Post by w.kosma »

yes, it was PATH,

sorry for bothering:)

wk
Post Reply