On Thu, Jun 21, 2001 at 05:20:20PM +0800, zombit wrote:
> I'm trying to compile libxml2 library for arm.
> but I can't make shared library(libxml2.so), only .a.
> I use the cross-toolchain from handhelds.org(skiff),
> this my step:
> 
> ## for 386
> ./configure
> make 
> ##
> 
> ## for arm 
> export CROSS_PREFIX=arm-linux-

That one is not necessary.

> export CC=arm-linux-gcc
> export LD=arm-linux-ld
> export AR=arm-linux-ar
> export NM=arm-linux-nm
> export RANLIB=arm-linux-ranlib
> ./configure --host=arm-linux --target=arm-linux

Ehm, you're telling configure that your compile host is arm-linux,
that's certainly not true. Just use "./configure arm-linux".

 
Erik

-- 
J.A.K. (Erik) Mouw, Information and Communication Theory Group, Department
of Electrical Engineering, Faculty of Information Technology and Systems,
Delft University of Technology, PO BOX 5031,  2600 GA Delft, The Netherlands
Phone: +31-15-2783635  Fax: +31-15-2781843  Email: [EMAIL PROTECTED]
WWW: http://www-ict.its.tudelft.nl/~erik/

_______________________________________________
http://lists.arm.linux.org.uk/mailman/listinfo/linux-arm
Please visit the above address for information on this list.

Reply via email to