This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug fortran/33941] gfortran creates module files it can't read.
- From: "tow21 at cam dot ac dot uk" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 30 Oct 2007 12:23:24 -0000
- Subject: [Bug fortran/33941] gfortran creates module files it can't read.
- References: <bug-33941-7575@http.gcc.gnu.org/bugzilla/>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Comment #6 from tow21 at cam dot ac dot uk 2007-10-30 12:23 -------
So much for trying to cut down the testcase.
To replicate the bug
wget http://source.uszla.me.uk/FoX/FoX-3.0.tgz && \
tar xzf FoX-3.0.tgz && cd FoX-3.0 && \
./configure && make
(or if you have gfortran installed somewhere weird, then specify to configure
as:
./configure FC=/path/to/gfortran
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=33941