I am trying to cross-compile it myself, but I am running into the following problem. It is complaining about the symbols not being in the .so files:
[root@localhost libmrproject]# /opt/arm/runzgcc-vfp.sh
pdaXrom cross developer tools 1.1.0 softfloat(VFP)
Type 'exit' for leave shell.
Cross prefix is 'armv5tel-linux-'
Predefined variables:
X11INC - X11 include path
X11LIB - X11 libraries path
QTDIR - QT basedir path
sh-2.05b# LDFLAGS="-Wl,-rpath-link,/opt/arm/3.3.2-vfp/armv5tel-cacko-linux/X11R6/lib" ./configure --host=armv5tel-cacko-linux --build=i686-linux --x-includes=/opt/arm/3.3.2-vfp/armv5tel-cacko-linux/X11R6/include --x-libraries=/opt/arm/3.3.2-vfp/armv5tel-cacko-linux/X11R6/lib --disable-debug --prefix=/usr/local
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking for armv5tel-cacko-linux-strip... armv5tel-cacko-linux-strip
checking whether to enable maintainer-specific portions of Makefiles... no
checking for style of include used by make... GNU
checking for armv5tel-cacko-linux-gcc... armv5tel-cacko-linux-gcc
checking for C compiler default output... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... yes
checking for suffix of executables...
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether armv5tel-cacko-linux-gcc accepts -g... yes
checking for armv5tel-cacko-linux-gcc option to accept ANSI C... none needed
checking dependency style of armv5tel-cacko-linux-gcc... gcc3
checking for strerror in -lcposix... no
checking for armv5tel-cacko-linux-gcc... (cached) armv5tel-cacko-linux-gcc
checking whether we are using the GNU C compiler... (cached) yes
checking whether armv5tel-cacko-linux-gcc accepts -g... (cached) yes
checking for armv5tel-cacko-linux-gcc option to accept ANSI C... (cached) none needed
checking dependency style of armv5tel-cacko-linux-gcc... (cached) gcc3
checking how to run the C preprocessor... armv5tel-cacko-linux-gcc -E
checking for egrep... grep -E
checking for ANSI C header files... yes
checking build system type... i686-pc-linux-gnu
checking host system type... armv5tel-cacko-linux-gnu
checking for ld used by GCC... /opt/arm/3.3.2-vfp/armv5tel-cacko-linux/bin/ld
checking if the linker (/opt/arm/3.3.2-vfp/armv5tel-cacko-linux/bin/ld) is GNU ld... yes
checking for /opt/arm/3.3.2-vfp/armv5tel-cacko-linux/bin/ld option to reload object files... -r
checking for BSD-compatible nm... /opt/arm/3.3.2-vfp/bin/armv5tel-cacko-linux-nm -B
checking for a sed that does not truncate output... /bin/sed
checking whether ln -s works... yes
checking how to recognise dependent libraries... file_magic ELF [0-9][0-9]*-bit
[LM]SB (shared object|dynamic lib )
checking command to parse /opt/arm/3.3.2-vfp/bin/armv5tel-cacko-linux-nm -B output... ok
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking dlfcn.h usability... yes
checking dlfcn.h presence... yes
checking for dlfcn.h... yes
checking for armv5tel-cacko-linux-file... no
checking for file... /usr/bin/file
checking for armv5tel-cacko-linux-ranlib... armv5tel-cacko-linux-ranlib
checking for armv5tel-cacko-linux-strip... (cached) armv5tel-cacko-linux-strip
checking for objdir... .libs
checking for armv5tel-cacko-linux-gcc option to produce PIC... -fPIC
checking if armv5tel-cacko-linux-gcc PIC flag -fPIC works... yes
checking if armv5tel-cacko-linux-gcc static flag -static works... yes
checking if armv5tel-cacko-linux-gcc supports -c -o file.o... yes
checking if armv5tel-cacko-linux-gcc supports -c -o file.lo... yes
checking if armv5tel-cacko-linux-gcc supports -fno-rtti -fno-exceptions... yes
checking whether the linker (/opt/arm/3.3.2-vfp/armv5tel-cacko-linux/bin/ld) supports shared libraries... yes
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking dynamic linker characteristics... GNU/Linux ld.so
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... no
checking whether -lc should be explicitly linked in... no
creating libtool
checking for pkg-config... /usr/bin/pkg-config
checking for GLIB - version >= 2.0.0... cross compiling; assumed OK...
yes (version 2.4.6)
checking whether gcc understands -Wsign-promo... yes
checking whether gcc understands -Wno-sign-compare... yes
checking what warning flags to pass to the C compiler... -Wall -Wunused -Wchar-subscripts -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wsign-promo -Wno-sign-compare -Werror
checking for pkg-config... (cached) /usr/bin/pkg-config
checking for
glib-2.0 >= 2.0.4
libxml-2.0 >= 2.4.7
gobject-2.0 gmodule-2.0
libgsf-1 >= 1.4.0
... yes
checking LIBMRPROJECT_CFLAGS... -I/opt/arm/3.3.2-vfp/armv5tel-cacko-linux/include/glib-2.0 -I/opt/arm/3.3.2-vfp/armv5tel-cacko-linux/lib/glib-2.0/include -I/opt/arm/3.3.2-vfp/armv5tel-cacko-linux/include/libxml2 -I/opt/arm/3.3.2-vfp/armv5tel-cacko-linux/include/libgsf-1
checking LIBMRPROJECT_LIBS... -Wl,--export-dynamic -L/opt/arm/3.3.2-vfp/armv5tel-cacko-linux/lib -lgmodule-2.0 -ldl -lgsf-1 -lgobject-2.0 -lxml2 -lpthread -lz -lm -lglib-2.0 -liconv
checking for libxslt >= 1.0... yes
checking HTML_CFLAGS... -I/opt/arm/3.3.2-vfp/armv5tel-cacko-linux/include/libxml2
checking HTML_LIBS... -L/opt/arm/3.3.2-vfp/armv5tel-cacko-linux/lib -lxslt -lxml2 -lpthread -lz -liconv -lm
checking for gtkdoc-mkdb... true
checking gtk-doc version (1.3) >= 0.10... yes
checking for db2html... true
checking for sgml2html... no
checking for pg_config... no
*** Couldn't find pg_config. Disabling PostgreSQL support.
checking for msgfmt... /usr/bin/msgfmt
checking for gmsgfmt... /usr/bin/msgfmt
checking for xgettext... /usr/bin/xgettext
checking for msgmerge... /usr/bin/msgmerge
checking for ld used by GCC... /opt/arm/3.3.2-vfp/armv5tel-cacko-linux/bin/ld
checking if the linker (/opt/arm/3.3.2-vfp/armv5tel-cacko-linux/bin/ld) is GNU ld... yes
checking for shared library run path origin... done
checking whether NLS is requested... yes
checking for GNU gettext in libc... yes
checking for pygtk-codegen-2.0... /usr/bin/pygtk-codegen-2.0
checking for a Python interpreter with version >= 2.2... python
checking for python... /opt/arm/3.3.2-vfp/bin/python
checking for python version... 2.3
checking for python platform... linux2
checking for script directory... ${prefix}/lib/python2.3/site-packages
checking for extension module directory... ${exec_prefix}/lib/python2.3/site-packages
checking for headers required to compile python extensions... found
checking for pygtk-2.0 >= 1.99.14... yes
checking PYGTK_CFLAGS... -I/opt/arm/3.3.2-vfp/armv5tel-cacko-linux/include/glib-2.0 -I/opt/arm/3.3.2-vfp/armv5tel-cacko-linux/lib/glib-2.0/include -I/usr/include/pygtk-2.0
checking PYGTK_LIBS... -L/opt/arm/3.3.2-vfp/armv5tel-cacko-linux/lib -lgobject-2.0 -lglib-2.0 -liconv
checking for mawk... no
checking for gawk... /bin/gawk
checking for perl5... no
checking for perl... /usr/bin/perl
configure: creating ./config.status
config.status: creating Makefile
config.status: creating m4/Makefile
config.status: creating mrproject/Makefile
config.status: creating storage-modules/Makefile
config.status: creating storage-modules/mrproject-1/Makefile
config.status: creating storage-modules/sql/Makefile
config.status: creating file-modules/Makefile
config.status: creating file-modules/xml/Makefile
config.status: creating file-modules/xsl/Makefile
config.status: creating docs/Makefile
config.status: creating docs/libmrproject/Makefile
config.status: creating po/Makefile.in
config.status: creating libmrproject.pc
config.status: creating libmrproject.spec
config.status: creating python/Makefile
config.status: creating config.h
config.status: config.h is unchanged
config.status: executing depfiles commands
config.status: executing default-1 commands
config.status: creating po/POTFILES
config.status: creating po/Makefile
Prefix : /usr/local
PostgreSQL support: no
Python bindings : yes
Building API docs : auto
sh-2.05b# make
make all-recursive
make[1]: Entering directory `/home/lroufail/mrp/libmrproject'
Making all in m4
make[2]: Entering directory `/home/lroufail/mrp/libmrproject/m4'
make[2]: Nothing to be done for `all'.
make[2]: Leaving directory `/home/lroufail/mrp/libmrproject/m4'
Making all in mrproject
make[2]: Entering directory `/home/lroufail/mrp/libmrproject/mrproject'
/bin/sh ../libtool --mode=link armv5tel-cacko-linux-gcc -g -O2 -Wall -Wunused -Wchar-subscripts -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wsign-promo -Wno-sign-compare -Werror -Wl,-rpath-link,/opt/arm/3.3.2-vfp/armv5tel-cacko-linux/X11R6/lib -o libmrproject.la -rpath /usr/local/lib mrp-marshal-main.lo mrp-application.lo mrp-assignment.lo mrp-calendar.lo mrp-day.lo mrp-group.lo mrp-object.lo mrp-file-module.lo mrp-project.lo mrp-resource.lo mrp-storage-module.lo mrp-storage-module-factory.lo mrp-task-manager.lo mrp-task.lo mrp-relation.lo mrp-types.lo mrp-property.lo mrp-time.lo mrp-error.lo -Wl,--export-dynamic -L/opt/arm/3.3.2-vfp/armv5tel-cacko-linux/lib -lgmodule-2.0 -ldl -lgsf-1 -lgobject-2.0 -lxml2 -lpthread -lz -lm -lglib-2.0 -liconv
rm -fr .libs/libmrproject.la .libs/libmrproject.* .libs/libmrproject.*
armv5tel-cacko-linux-gcc -shared mrp-marshal-main.lo mrp-application.lo mrp-assignment.lo mrp-calendar.lo mrp-day.lo mrp-group.lo mrp-object.lo mrp-file-module.lo mrp-project.lo mrp-resource.lo mrp-storage-module.lo mrp-storage-module-factory.lo mrp-task-manager.lo mrp-task.lo mrp-relation.lo mrp-types.lo mrp-property.lo mrp-time.lo mrp-error.lo -Wl,--rpath -Wl,/opt/arm/3.3.2-vfp/lib -Wl,--rpath -Wl,/opt/arm/3.3.2-vfp/armv5tel-cacko-linux/lib -Wl,--rpath -Wl,/opt/arm/3.3.2-vfp/lib -Wl,--rpath -Wl,/opt/arm/3.3.2-vfp/armv5tel-cacko-linux/lib -L/opt/arm/3.3.2-vfp/lib -L/opt/arm/3.3.2-vfp/armv5tel-cacko-linux/lib /opt/arm/3.3.2-vfp/lib/libgmodule-2.0.so -ldl /opt/arm/3.3.2-vfp/armv5tel-cacko-linux/lib/libgsf-1.so /opt/arm/3.3.2-vfp/lib/libgobject-2.0.so /opt/arm/3.3.2-vfp/armv5tel-cacko-linux/lib/libxml2.so -lpthread -lz -lm /opt/arm/3.3.2-vfp/lib/libglib-2.0.so /opt/arm/3.3.2-vfp/armv5tel-cacko-linux/lib/libiconv.so -Wl,-rpath-link -Wl,/opt/arm/3.3.2-vfp/armv5tel-cacko-linux/X11R6/lib -Wl,--export-dynamic -Wl,-soname -Wl,libmrproject.so.0 -o .libs/libmrproject.so.0.0.0
/opt/arm/3.3.2-vfp/lib/libgmodule-2.0.so: could not read symbols: Invalid operation
collect2: ld returned 1 exit status
make[2]: *** [libmrproject.la] Error 1
make[2]: Leaving directory `/home/lroufail/mrp/libmrproject/mrproject'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/lroufail/mrp/libmrproject'
make: *** [all] Error 2