How to compile gmp for arm?

Kevin Ryde user42@zip.com.au
Sat, 04 Jan 2003 06:39:14 +1000


yan xinbo <yanxinbo@yahoo.com.cn> writes:
>
>   ./configure --host=i386 --build=armv4b-unknown-linux

This means your system is an arm and that you want to compile
something that will run on an i386.  Is that what you intended?
There's some notes on cross compiling under "Build Options" in the
manual.