From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 15912 invoked by alias); 4 Aug 2005 06:01:09 -0000 Mailing-List: contact gcc-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Archive: List-Post: List-Help: Sender: gcc-owner@gcc.gnu.org Received: (qmail 15902 invoked by uid 22791); 4 Aug 2005 06:01:04 -0000 Received: from dgate1.fujitsu-siemens.com (HELO dgate1.fujitsu-siemens.com) (217.115.66.35) by sourceware.org (qpsmtpd/0.30-dev) with ESMTP; Thu, 04 Aug 2005 06:01:04 +0000 Received: from plam.pdb.fsc.net (172.25.97.20) by dgate1.fujitsu-siemens.com with ESMTP; 04 Aug 2005 08:01:02 +0200 X-SBRSScore: None X-IronPort-AV: i="3.95,166,1120428000"; d="scan'208"; a="13576884:sNHT35351788" Received: from abgzex6e.abg.fsc.net (abgzex6e.abg.fsc.net [172.25.159.230]) by plam.pdb.fsc.net (8.12.6/8.12.6/SuSE Linux 0.6) with ESMTP id j7460vLv026123; Thu, 4 Aug 2005 08:01:02 +0200 Received: from ABGEX02E.abg.fsc.net ([172.25.159.76]) by abgzex6e.abg.fsc.net with Microsoft SMTPSVC(6.0.3790.211); Thu, 4 Aug 2005 08:00:57 +0200 Content-class: urn:content-classes:message MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Subject: RE: FW: what happened to service routines like getarg, iargc, ... in gfortran Date: Thu, 04 Aug 2005 06:01:00 -0000 Message-ID: <65BBD2253B7189469083C39B18B6A9ED019C0667@ABGEX02E.abg.fsc.net> From: To: Cc: , X-SW-Source: 2005-08/txt/msg00140.txt.bz2 Hello James, Thanks for the information - I have now to report the problem to bugzilla (= redhat ), because I used their build.=20 Just an additional question - those routines are missing in the online docu= mentation ( http://gcc.gnu.org/onlinedocs/gcc-4.0.1/gfortran/ ) In the previous manual ( http://gcc.gnu.org/onlinedocs/gcc-3.4.4/g77/ ) the= se routines where in chapter 8.11 described.=20 Cheers, Winfrid Fujitsu Siemens Computers SMCS G LE PCO S=FCd=20 Winfrid Tschiedel Domagkstrasse 28 80807 M=FCnchen=20 Tel:: ++49-89-3222-1532 FAX: ++49-89-3222-329-1532 intranet: Winfrid.Tschiedel@fujitsu-siemens.com internet: Winfrid.Tschiedel@hpc.fujitsu-siemens.com=20 -----Original Message----- From: James E Wilson [mailto:wilson@specifix.com]=20 Sent: Thursday, August 04, 2005 5:01 AM To: Tschiedel, Winfrid Cc: gcc@gcc.gnu.org Subject: Re: FW: what happened to service routines like getarg, iargc, ... = in gfortran Winfrid.Tschiedel@fujitsu-siemens.com wrote: > Recently I tried to install mpich-1.2.7 with gfortran (gcc-4.0.1) on a fe= dora core 4 (x86_64) : > The configure for mpich fails for fortran, because getarg and iargc are m= issing. > Now my question, g77 supported a lot of commonly used service routines, w= hich are now missing or at least I did not find how I can migrate my old pr= ograms to gfortran. There is a meta bug tracking g77 features missing in gfortran. This is PR = 19292 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=3D19292 This contains a list of missing service routines. The getarg/iargc problem in particular is PR 15665. http://gcc.gnu.org/bugzilla/show_bug.cgi?id=3D15665 This PR was fixed last year, and the patches fixing it are in gcc-4.0.1. It isn't clear why you are having a problem. You could maybe check that th= e configure script is correctly linking with the libgfortran library. -- Jim Wilson, GNU Tools Support, http://www.specifix.com