How to compile Fortran 90 subroutine under CYGWIN

Tim Prince n8tm@aol.com
Fri May 21 13:44:00 GMT 2010


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



More information about the Cygwin mailing list