Hi

I trying to cross-compile a tool (proxychains > proxychains.sf.net)
for my N900 and I getting this during the compilation:


appending configuration tag "CXX" to libtool
checking for ld used by g++...
/scratchbox/compilers/cs2007q3-glibc2.5-arm7/arm-none-linux-gnueabi/bin/ld
checking if the linker
(/scratchbox/compilers/cs2007q3-glibc2.5-arm7/arm-none-linux-gnueabi/bin/ld)
is GNU ld... yes
checking whether the g++ linker
(/scratchbox/compilers/cs2007q3-glibc2.5-arm7/arm-none-linux-gnueabi/bin/ld)
supports shared libraries... no
checking for g++ option to produce PIC... -fPIC
checking if g++ PIC flag -fPIC works... yes
checking if g++ static flag -static works... yes
checking if g++ supports -c -o file.o... yes
checking whether the g++ linker
(/scratchbox/compilers/cs2007q3-glibc2.5-arm7/arm-none-linux-gnueabi/bin/ld)
supports shared libraries... no
checking dynamic linker characteristics... no
checking how to hardcode library paths into programs... immediate
appending configuration tag "F77" to libtool


There is no problem with compiling it but the shared library does not
get compiled.
I will have this 2 lib files:

libproxychains.a
libproxychains.la

Now proxychains relies on preloading this shared lib which did not get compiled.
Any ideas how to fix this?

Thanks
_______________________________________________
Scratchbox-users mailing list
Scratchbox-users@lists.scratchbox.org
http://lists.scratchbox.org/cgi-bin/mailman/listinfo/scratchbox-users

Reply via email to