install libtool problem

hi, guys

I was trying to install libtool downloaded from http://ftp.gnu.org/pub/gnu/libtool/
when met some problems, and hope some suggestions from you.

the ubuntu is in Virtual Box for an beagle board project.

I try to install the gstreamer-ti-plugin-full-0.99.0 in my (vbox-ed)
Ubuntu, and the errors in the installation lead me to install libtool:

1. $ pwd
/ICETEKWork/projects/gst-ti-plugin-full-0.99.00/ti_build
$ sh autogen.sh (checking stops the install)
it says:
check for build tools
checking for autoconf >= 2.52 ... found 2.61, ok.
checking for automake >= 1.7 ... found 1.9.6, ok.
checking for libtoolize >= 1.5.0 ... not found.
checking for glibtoolize >= 1.5.0 ... not found.

Then,

I put the four files
(2.2.tat.gz, 2.2.tar.gz.sig, 2.2.tar.lzma,2.2.tar.lzma.sig )
in the folder:
/home/Davinci/ICETEK/projects/

1. $ tar zxvf libtool-2.2.tar.gz (fine)
2. $ cd libtool-2.2
3. $ ./configure (looks fine, some yes&no))
4. $ make (looks fine)
5. $ make install (error)

it says:

make install-recursive
make[1]: Entering directory `/home/davinci/ICETEKWork/projects/
libtool-2.2'
make[2]: Entering directory `/home/davinci/ICETEKWork/projects/
libtool-2.2'
make[3]: Entering directory `/home/davinci/ICETEKWork/projects/
libtool-2.2'
test -z "/usr/local/bin" || /bin/mkdir -p "/usr/local/bin"
/usr/bin/install -c 'libtoolize' '/usr/local/bin/libtoolize'
/usr/bin/install: can't create “/usr/local/bin/libtoolize”: Permission
denied
/usr/bin/install -c 'libtool' '/usr/local/bin/libtool'
/usr/bin/install: can't create “/usr/local/bin/libtool”: Permission
denied
make[3]: *** [install-binSCRIPTS] error 1
make[3]: Leaving directory `/home/davinci/ICETEKWork/projects/
libtool-2.2'
make[2]: *** [install-am] error 2
make[2]: Leaving directory `/home/davinci/ICETEKWork/projects/
libtool-2.2'
make[1]: *** [install-recursive] error 1
make[1]: Leaving directory `/home/davinci/ICETEKWork/projects/
libtool-2.2'
make: *** [install] error 2

hi, are you using ICETEK-OMAP3530-MINI board?

you can’t run test of libtool on your PC since you compiled it for cross compiling.

If you want to use gstreamer-ti on a beagleclone your best bet is to use OpenEmbedded to build it, since that has the needed patches already.

regards,

Koen