On Mon, Sep 20, 2010 at 6:33 PM, Ruben Van Boxem <[email protected]> wrote: > Hi, > > In an attempt to run my build script for an i686 build, I ran into trouble > when configuring GMP 5.0.1. > > I'm using sezero's latest mingw-w32 build and it's the only compiler in my > PATH. > > Attached are the config.log and the configure error was: > >> checking size of mp_limb_t... 0 >> configure: error: Oops, mp_limb_t doesn't seem to work > > No problem on x86_64-w64-mingw32... > > Thanks! > > Ruben
[...] conftest.c:129:48: error: /home/Ruben/mingw64/src/gmp/gmp-h.in: No such file or directory conftest.c: In function 'longval': conftest.c:132: error: 'mp_limb_t' undeclared (first use in this function) conftest.c:132: error: (Each undeclared identifier is reported only once conftest.c:132: error: for each function it appears in.) conftest.c: In function 'ulongval': conftest.c:133: error: 'mp_limb_t' undeclared (first use in this function) conftest.c: In function 'main': conftest.c:143: error: 'mp_limb_t' undeclared (first use in this function) configure:27764: $? = 1 configure: program exited with status 1 configure: failed program was: [...] | #include "/home/Ruben/mingw64/src/gmp/gmp-h.in" [...] The main problem seems that it cannot find the gmp-h.in file that it expects. Don't know why. -- O.S. ------------------------------------------------------------------------------ Start uncovering the many advantages of virtual appliances and start using them to simplify application deployment and accelerate your shift to cloud computing. http://p.sf.net/sfu/novell-sfdev2dev _______________________________________________ Mingw-w64-public mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/mingw-w64-public
