2010/9/20 Ozkan Sezer <[email protected]>
>
> [...]
> 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.
>
Well, that file is present in contrast to what configure thinks...
Here's my configure line:
/home/Ruben/mingw64/src/gmp/configure --host=i686-w64-mingw32
> --build=i686-w64-mingw32 CFLAGS="-mtune=core2 -fomit-frame-pointer
> -momit-leaf-frame-pointer" --prefix=/home/Ruben/mingw64/build32/gcc-libs
> --disable-static --enable-shared --enable-cxx
>
The shared and cxx bit is for ppl and cloog-ppl. It worked on x86_64... with
just the substitution of host and build arguments.
The i686 compiler also "isn't recognized as ANSI", so const and prototypes
are unavailable. Also there's a problem with "inline", and it will be
unavailable. Also <stdio.h> is not recognised, and FILE will be
unavailable... These are strange errors, that do not appear with a
x86_64-w64-mingw32 compile.
Additionally: this is also extra in a i686 configure:
checking for assembler COFF type directives... yes
> checking if _GLOBAL_OFFSET_TABLE_ is prefixed by underscore... not
> applicable
> checking if the assembler takes cl with shldl... yes
>
This is getting ridiculous... now a x86_64 build which I completed today for
my gcc build won't reconfigure with the same options. grrrrr...
It's probably something wrong with my system, I'll let you know. Any ideas
are welcome.
Ruben
------------------------------------------------------------------------------
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