I have a program with pure f90 as such I have defined the variables FC
and FCFLAGS in my configure.in, but I don't define F77.  When I look at
my makefile.in, I see this as my target for the .o files:

.f90.o:
      $(F77COMPILE) -c -o $@ $<

This fails because I don't have F77 defined.  I've seen old emails about
this, but from them, I am unclear what the resolution is.  Why don't f90
files use FC?  

I am using automake version 1.8.2

Scott



-- 
Scott Kruger                      
 Tech-X Corporation                             [EMAIL PROTECTED] 
 5621 Arapahoe Avenue, Suite A                  Phone: (720) 974-1841
 Boulder, CO 8030                               Fax:   (303) 448-7756


Reply via email to