Frank Heckenbach wrote:
After in the Makefile.in I added -I$(srcdir)/fixinc/tests/base to the include path, only this error message remained:
I don't know Mingw myself, but this path looks strange (tests!?).
Thought so myself. However, this didn't seem to be mingw-specific, but rather gcc-specific.
Are you sure this is the actual locations of standard C headers such as stdio.h etc. (and not just some -- test? -- files that happen to use the same names for whichever reason)?
Not really, but why did the egcs team add that strange path to the gcc-distro if it wasn't for actual use?
Does anyone have an idea what I'm doing wrong? -- My MinGW installation directory is just C:\MinGW, so all of the important system headers should be found in C:\MinGW\include.
Did you try adding this directory to the include path?
Silly me, no. #-) Okay, after I did so, the build went without problems. Now I get completely another error message:
make[1]: Circular libgcc.a <- pascal dependency dropped. configure: error: installation or configuration problem: C compiler cannot create executables. make[1]: *** [p/rts/Makefile] Error 1 make: *** [all-gcc] Error 2
What's that?