missing headers

Marcus Woletz marcus at woletz.de
Thu Sep 2 21:31:17 CEST 2010


Hello,

I've a small problem when compiling gmp 4.3.2 and 5.0.1:
I need gmp for compiling a gcc toolchain. I've found that the best way
is to just copy gmp (without version number) in the gcc source
directory. In this case gmp is built automatically when compiling gcc.
There's a little problem: gmp compiles OK, but when it comes to compile
gcc, the two headers gmp-impl.h and longlong.h are not found. It seems
that the files are not copied from the gmp source dir to the build dir.
When I copy the thwo files from source dir to build dir, everything is
fine and gcc compiles without an error.

Is this a problem in my build process or in the build script of gmp?

bye

Marcus


More information about the gmp-bugs mailing list