From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 11041 invoked by alias); 31 Jul 2006 15:51:08 -0000 Received: (qmail 11030 invoked by uid 22791); 31 Jul 2006 15:51:07 -0000 X-Spam-Check-By: sourceware.org Received: from web55803.mail.re3.yahoo.com (HELO web55803.mail.re3.yahoo.com) (216.252.110.49) by sourceware.org (qpsmtpd/0.31) with SMTP; Mon, 31 Jul 2006 15:51:05 +0000 Received: (qmail 81109 invoked by uid 60001); 31 Jul 2006 15:51:04 -0000 Message-ID: <20060731155104.81105.qmail@web55803.mail.re3.yahoo.com> Received: from [141.85.76.57] by web55803.mail.re3.yahoo.com via HTTP; Mon, 31 Jul 2006 08:51:04 PDT Date: Mon, 31 Jul 2006 15:51:00 -0000 From: victor marian Subject: Mixing Fortran 77 and Fortran 90 code To: gcc-help@gcc.gnu.org MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit Mailing-List: contact gcc-help-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Archive: List-Post: List-Help: Sender: gcc-help-owner@gcc.gnu.org X-SW-Source: 2006-07/txt/msg00378.txt.bz2 Hello, I want to build a program called spherical.o (Fortran 90 code) compiled with gfortran with a library splib.a (Fortran 77 code) compiled with g77 I give the command gfortran -o sphericalexe spherical.o -gf77-calls splib.a but it gives me o lot of errors as if the option -gf77-calls were not recognised. What could be the problem? Please Help. I am working under cygwin. Thank you Victor MARIAN __________________________________________________ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection around http://mail.yahoo.com