This is the mail archive of the cygwin mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: How to compile Fortran 90 subroutine under CYGWIN


On 5/21/2010 5:37 AM, bo yu wrote:
.c.o : $(H_SOURCES)
  $(CC) -c $(CFLAGS) $<
.f.o:
  ${F77} -c ${FFLAGS} $<

--------------------------------------------------------------------------------------------
Here is the code of ‘Testfor90.f90’
--------------------------------------------------
make noticed that you didn't supply a rule for .f90.o

Why wouldn't you use gfortran? If you are trying to use a cygwin installation from several years ago, it's time to update.

--
Tim Prince


-- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/ Documentation: http://cygwin.com/docs.html Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]