X-Spam-Check-By: sourceware.org Message-ID: <449F7983.7000606@sbcglobal.net> Date: Sun, 25 Jun 2006 23:06:59 -0700 From: Tim Prince Reply-To: tprince AT myrealbox DOT com User-Agent: Thunderbird 1.5.0.4 (Windows/20060516) MIME-Version: 1.0 To: cygwin AT cygwin DOT com Subject: Re: Fortran Compiler Error CMBFAST References: <108fc8470606252237g8ba25b3h31f80c8c71415ce3 AT mail DOT gmail DOT com> In-Reply-To: <108fc8470606252237g8ba25b3h31f80c8c71415ce3@mail.gmail.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com 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/