[Gc] Re: : Mingw Compile Issues
Dumitru Frunza
dumitru.frunza at gmail.com
Tue Aug 16 06:34:47 PDT 2011
Ivan Maidanski <ivmai at ...> writes:
> 1. Don't try to compile gc7.1 with MinGW.
Um, not a very constructive suggestion, now, is it ?
Reason we got "undefined" this and that errors, is because the configure script
somehow misses to include the "win32_threads.c" file into the list of files to
compile.
So, a quick fix is to, well, fix the Makefile manually: open it, and look for
lines "am__append_3 = win32_threads.c" and uncomment them out.
Re-run make and voilà - problem solved.
Now someone must find some time and apply a real fix, that is, determine why the
configure script misses the win32_threads.c in the first place.
More information about the Gc
mailing list