This is the mail archive of the
fortran@gcc.gnu.org
mailing list for the GNU Fortran project.
MinGW build of gcc 4.1.1
- From: Ray Nachlinger <ray at ultramarine dot com>
- To: fortran at gcc dot gnu dot org
- Date: Fri, 23 Jun 2006 14:19:32 -0500 (CDT)
- Subject: MinGW build of gcc 4.1.1
I have been trying to build gcc 4.1.1 on MinGw
for several days. Basically, all I do is
mkdir /c/g
cd /c/g
/u/e_source/gcc-4.1.1/configure --prefix=/u/add/win32/gcc4.1.1
make
It starts up and after a while, it hangs and the last thing
reported is
checking linker for hidden support
Does anybody know how to make this work?
Thanks,
Ray