Need help installing a lib

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

Moderators: cheriff, TyRaNiD

Post Reply
CtrlAltDeleteDie
Posts: 2
Joined: Thu Jul 14, 2005 11:33 am

Need help installing a lib

Post by CtrlAltDeleteDie »

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: Select all

   $ 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: Select all

 $ 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.
Post Reply