Brad Krane wrote:
I'm trying to compile the scientific package CMBFAST-4.5.1 in the
cygwin environment using g77. I get the following error and I have no
idea how to fix this having never used Fortran before. This should
work without any problem as many other people have compiled this and
never run up on a similar problem. I think that it is a compiler
specific issue or an environment one.

f77 -O2   -c -o jlgen.o jlgen.F
jlgen.F: In program `jlgen':
jlgen.F:14:
        include 'cmbfast.inc'
        ^
Unable to open INCLUDE file `cmbfast.inc' at (^)

Normally, you would specify the path to search for include files with -I, if it is not in the current working directory.

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

Reply via email to