build.pl script not working on arm architecture
raffael at kth.se
raffael at kth.se
Wed Apr 18 13:01:00 CEST 2007
Hello ng,
I am working on a Qt GUI for Minisip. My task is to get Minisip running
on the Motorola e680i Linux smartphone. This phone comes with the
embedded version of the Qt libraries.
I made good progress so far. I could compile all of the libraries for
the ARM architecture, which the phone is built upon. The textui is
running happily on the phone. Also some Qt windows of mine show up and
connect to the sip stack of Minisip. However, I had to compile all the
libraries manually by calling ./bootstrap ./configure make and make
install in every directory. I would like to use the build.pl script
instead. But it produces an error when configuring libmcrypto.
This is the command is used:
/build.pl -s --host=arm-linux
--prefix=/home/raffael/e680i/opt/mvlcee/devkit/arm/iwmmxt_le bootstrap
+configure+compile+install libminisip
It compiles libmutil and libmnetutil. Then it stops at libmcrypto like
this:
checking how to hardcode library paths into programs... immediate
appending configuration tag "F77" to libtool
checking libmutil/libmutil_config.h usability... yes
checking libmutil/libmutil_config.h presence... yes
checking for libmutil/libmutil_config.h... yes
checking for main in -lmutil... yes
checking libmnetutil/libmnetutil_config.h usability... yes
checking libmnetutil/libmnetutil_config.h presence... yes
checking for libmnetutil/libmnetutil_config.h... yes
checking for main in -lmnetutil... no
configure: error: Could not find libmnetutil. Please install the
corresponding package.
system /home/raffael/minisip/trunk/libmcrypto/configure
--build=x86-pc-linux-gnu --host=arm-linux
--cache=/home/raffael/minisip/trunk/build/arm-linux/config.cache
--srcdir=/home/raffael/minisip/trunk/libmcrypto
--prefix=/home/raffael/e680i/opt/mvlcee/devkit/arm/iwmmxt_le
--enable-maintainer-mode --enable-static --disable-test-suite
--disable-fast-aes --enable-shared --disable-debug
--with-mutil=/home/raffael/minisip/trunk/libmutil
--with-mnetutil=/home/raffael/minisip/trunk/libmnetutil failed: 256
at ./build.pl line 427.
I am using a toolchain from Motorola. It may also be an error related to
that. Can anybody help me find out, why libmcrypto succeeds in finding
libmutil, but refuses to find libmnetutil? Thanks in advance
Raffael
More information about the Minisip-devel
mailing list