X-Spam-Check-By: sourceware.org Message-ID: <108fc8470606252237g8ba25b3h31f80c8c71415ce3@mail.gmail.com> Date: Mon, 26 Jun 2006 01:37:02 -0400 From: "Brad Krane" To: "Cygwin General List" Subject: Fortran Compiler Error CMBFAST MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline 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 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 (^) jlgen.F:18: integer l(lmax),i,j,lmo ^ Invalid declaration of or reference to symbol `lmax' at (^) [initially seen at (^)] jlgen.F:18: integer l(lmax),i,j,lmo 1 jlgen.F:21: (continued): common /lvalues1/ l,l0,lmo 2 Invalid declaration of or reference to symbol `l' at (2) [initially seen at (1)] Thanks, -- Brad -- 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/