CtrlAltDeleteDie
Joined: 14 Jul 2005 Posts: 2
|
Posted: Tue Dec 13, 2005 7:59 am Post subject: Need help installing a lib |
|
|
SOLVED: I am stupid....
` NOT '
Im new to programming so I need some help.
I'm trying to install libTremor but when i run | Code: |
$ LDFLAGS="-L`psp-config --pspsdk-path`/lib -lc -lpspuser" ./autogen.sh \
--host psp --prefix=`psp-config --psp-prefix`
|
it gives me an error that says
| Code: |
$ LDFLAGS="-L'psp-config --pspsdk-path'/lib -lc -lpspuser" ./autogen.sh \
> --host psp --prefix='psp-config --pspprefix'
Generating configuration files for vorbisidec, please wait....
aclocal
configure.in:36: warning: AC_CANONICAL_HOST invoked multiple times
libtoolize --automake
automake --add-missing
configure.in:36: warning: AC_CANONICAL_HOST invoked multiple times
autoconf
configure.in:36: warning: AC_CANONICAL_HOST invoked multiple times
configure: error: expected an absolute directory name for --prefix: psp-config -
-pspprefix
|
_________________ Yea...PSP. |
|