Markus Gerwinski wrote:
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?
Don't ask me ... ;-)
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.
This one is harmless.
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?
Either the compiler wasn't built correctly, or the configure script doesn't recognize it. Perhaps it's a trivial thing such as file name suffix, but I suppose The Chief can help better here ...
Frank