This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

RE: FW: what happened to service routines like getarg, iargc, ... in gfortran


Hello James,

Thanks for the information - I have now to report the problem to bugzilla ( redhat ),
because I used their build. 

Just an additional question - those routines are missing in the online documentation
( http://gcc.gnu.org/onlinedocs/gcc-4.0.1/gfortran/ )
In the previous manual ( http://gcc.gnu.org/onlinedocs/gcc-3.4.4/g77/ ) these routines
where in chapter 8.11 described. 

Cheers,

Winfrid


Fujitsu Siemens Computers SMCS G LE PCO Süd 
Winfrid Tschiedel

Domagkstrasse 28

80807 München 

Tel:: ++49-89-3222-1532
FAX: ++49-89-3222-329-1532

intranet: Winfrid.Tschiedel@fujitsu-siemens.com
internet: Winfrid.Tschiedel@hpc.fujitsu-siemens.com 


-----Original Message-----
From: James E Wilson [mailto:wilson@specifix.com] 
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 fedora core 4 (x86_64) :
> The configure for mpich fails for fortran, because getarg and iargc are missing.
> Now my question, g77 supported a lot of commonly used service routines, which are now missing or at least I did not find how I can migrate my old programs 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=19292
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=15665
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 the configure script is correctly linking with the libgfortran library.
--
Jim Wilson, GNU Tools Support, http://www.specifix.com


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]