Prof A Olowofoyeku (The African Chief) wrote:
If you got to that point, it means that the compiler and runtime system have been built successfully. It also probably proves that you don't have a "Mingw special" source tarball. You need to patch your gcc/config/i386/mingw32.h. Check that file for this:
/* Include in the mingw32 libraries with libgcc */ #undef LIBGCC_SPEC #define LIBGCC_SPEC \
In the next line (starting with something like "%{mthreads:...") insert "-lmingwex" just before "-lmsvcrt", save, and then run "make" again. That should solve the problem.
It did. I finally got my gpc compiled. :-)
I'll give it a try with the pre-patched mingw version next time.
Thank you very much,
Markus