[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Two bugs with fortran
From: |
Scott Kruger |
Subject: |
Two bugs with fortran |
Date: |
Wed, 15 Jun 2005 11:10:34 -0600 |
User-agent: |
Mutt/1.2.5.1i |
First bug:
Using the sources listed as follows:
foo_SOURCES = \
input.f \
rblock_type_mod.f \
../nimrod/fields.f \
../nimrod/fft_mod.f
For these 4 source files, the first 3 work but the last one does not. A
fft_mod.obj target is created but not an fft_mod.o target. This occurs
whenever a source file is in a different directory AND it has an
underscore in the name.
Second bug:
These are fixed-format f90 files and I'm having to set F77 to $FC to get
this to work. The AC_FC_SRCEXT(f) seems to have no effect.
Using automake 1.9.2
Scott
--
Scott Kruger
Tech-X Corporation address@hidden
5621 Arapahoe Avenue, Suite A Phone: (720) 974-1841
Boulder, CO 8030 Fax: (303) 448-7756
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- Two bugs with fortran,
Scott Kruger <=