This is the mail archive of the
fortran@gcc.gnu.org
mailing list for the GNU Fortran project.
libgfortran using incorrect compiler
- From: "Aaron W. LaFramboise" <aaronrabiddog51 at aaronwl dot com>
- To: fortran at gcc dot gnu dot org
- Date: Tue, 28 Sep 2004 19:54:48 -0500
- Subject: libgfortran using incorrect compiler
I'm not sure how I didn't notice this earlier, but when bootstrapping
with libgfortran on mainline, libgfortran seems to be detecting the
wrong compiler.
It first detected some entirely unrelated f77 and was using it. I
poisoned that name and re-ran configure, and then it picked up the host
GCC. I can't figure out why its not using gcc/gfortran as it should.
I'm on i686-pc-mingw32. Does anyone know whats going on here?
Aaron W. LaFramboise