Trying to install libvorbis

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

Moderators: cheriff, TyRaNiD

Post Reply
psycorpse
Posts: 3
Joined: Fri Oct 06, 2006 1:29 pm

Trying to install libvorbis

Post by psycorpse »

I have installed SDL, libogg, SDL_image, SDL_mixer, SDL_gfx but when I go to install libvorbis I get this when running autogen.sh

Code: Select all

checking for Ogg... cross compiling; assumed OK... 
yes
checking for oggpack_writealign... no
configure: error: Ogg >= 1.0 required !
As stated before I have libogg installed. Do I need some other type of ogg installed? I am running on MacOSX (PPC). Any help would be great.

Thanks,
Psycorpse
Bytrix
Posts: 72
Joined: Wed Sep 14, 2005 7:26 pm
Location: England

Post by Bytrix »

psycorpse
Posts: 3
Joined: Fri Oct 06, 2006 1:29 pm

Post by psycorpse »

I just read that and I attempted to what it suggested. It appeared that the -L$(psp-config --pspsdk-path)/lib didn't have the libogg files in it so I changed it to the correct folder $(psp-config --psp-prefix)/lib and it still gives the same error message. I also found a thread in this forum that had the same error and I tried what they suggested however it didn't work.
psycorpse
Posts: 3
Joined: Fri Oct 06, 2006 1:29 pm

Post by psycorpse »

Ok after trying a few more things I am now getting past the autogen.sh. However when I run make i am getting:

Code: Select all

.....

../libtool: line 1: s,^.*/,,g: No such file or directory
../libtool: line 1: -e command not found
*** Warning: inferring the mode of operation is deprecated.
*** Future versions of Libtool will require -mode=MODE to be specified.
../libtool: line 1: -e command not found
../libtool: line 1: -e command not found
../libtool: line 1: -e command not found
../libtool: line 1: -e command not found
../libtool: line 1: -e command not found
../libtool: line 1: -e command not found
../libtool: line 1: -e command not found
../libtool: line 1: -e command not found
../libtool: line 1: -e command not found
../libtool: line 1: -e command not found
../libtool: line 1: -e command not found
../libtool: line 1: -e command not found
../libtool: line 1: -e command not found
../libtool: line 1: -e command not found
../libtool: line 1: -e command not found
../libtool: line 1: -e command not found
../libtool: line 1: -e command not found
../libtool: line 1: -e command not found
: compile: cannot determine name of library object from `'
make[3]: *** [mdct.lo] Error 1
make[2]: *** [all-recursive] Error 1
make[1]: *** [all-recursive] Error 1
make: *** [all] Error 2

Post Reply