| View previous topic :: View next topic |
| Author |
Message |
psycorpse
Joined: 06 Oct 2006 Posts: 3
|
Posted: Fri Jan 19, 2007 12:54 am Post subject: Trying to install libvorbis |
|
|
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: | 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 |
|
| Back to top |
|
 |
Bytrix
Joined: 14 Sep 2005 Posts: 72 Location: England
|
|
| Back to top |
|
 |
psycorpse
Joined: 06 Oct 2006 Posts: 3
|
Posted: Fri Jan 19, 2007 1:39 am Post subject: |
|
|
| 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. |
|
| Back to top |
|
 |
psycorpse
Joined: 06 Oct 2006 Posts: 3
|
Posted: Fri Jan 19, 2007 2:44 am Post subject: |
|
|
Ok after trying a few more things I am now getting past the autogen.sh. However when I run make i am getting:
| Code: |
.....
../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
|
|
|
| Back to top |
|
 |
|