gmp.h is in the GNU MP package. It is a library for arbitrary precision
arithmetic. This is external to FreeS/WAN, but is required to build it.
Regards,
Ian Morgan
--
-------------------------------------------------------------------
Ian E. Morgan Vice President & C.O.O. Webcon, Inc.
imorgan at webcon dot ca PGP: #2DA40D07 www.webcon.ca
* Customized Linux network solutions for your business *
-------------------------------------------------------------------
On Tue, 29 Jul 2003, ligen yan wrote:
> Hi,
>
> We try to cross compile freeswan 1.99 to Intel Xscale platform with Monta-Vista
> cross compiler.
> But we hit the following error message.
>
> make[4]: Entering directory `/usr/src/packages/SOURCES/freeswan-1.99/lib'
> /opt/hardhat/devkit/arm/xscale_be/bin/xscale_be-gcc -I. -g -Wall -Wpointer-arith
> -Wcast-qual -Wstrict-prototypes -Wbad-function-cast -c -o pfkey_v2_build.o
> pfkey_v2_build.c
> In file included from pfkey_v2_build.c:63:
> ../pluto/defs.h:102: gmp.h: No such file or directory
>
> Does someone know how to solve this problem? Where is the gmp.h file?
>
> Thanks in advance
>
> Ligen