[Bug fortran/33574] getarg and iargc seem to be required by mpich

2007-09-27 Thread pault at gcc dot gnu dot org


--- Comment #1 from pault at gcc dot gnu dot org  2007-09-27 18:49 ---
After a bit of messing around, this is fixed on trunk.

Cheers

Paul


-- 

pault at gcc dot gnu dot org changed:

   What|Removed |Added

 Status|UNCONFIRMED |RESOLVED
 Resolution||FIXED


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=33574



[Bug fortran/33574] getarg and iargc seem to be required by mpich

2007-09-27 Thread pault at gcc dot gnu dot org


--- Comment #2 from pault at gcc dot gnu dot org  2007-09-27 18:50 ---
Woops - wrong bug!

Paul


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=33574



[Bug fortran/33574] getarg and iargc seem to be required by mpich

2007-09-27 Thread pault at gcc dot gnu dot org


--- Comment #3 from pault at gcc dot gnu dot org  2007-09-27 18:51 ---
Woops - wrong bug!

Paul


-- 

pault at gcc dot gnu dot org changed:

   What|Removed |Added

 Status|RESOLVED|UNCONFIRMED
 Resolution|FIXED   |


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=33574



[Bug fortran/33574] getarg and iargc seem to be required by mpich

2007-09-27 Thread kargl at gcc dot gnu dot org


--- Comment #4 from kargl at gcc dot gnu dot org  2007-09-27 21:50 ---
(In reply to comment #0)
 Hi,
 
 I compiled gcc and gfortran from svn trunk, revision: 128668, date:20070922.
 
 I am compiling mpich and it complains unavailability of getarg and iargc. This
 problem seems to have been patched in older version. Did this problem reappear
 or am I doing something wrong?
 

You need to fix the mpich source code.  It most likely contains an
EXTERNAL statement listing getarg and iargc.  Remove that line.

Also, instead of interpreting for us what the compiler complains about,
you should include the actual output, so we don't have to guess. 


-- 

kargl at gcc dot gnu dot org changed:

   What|Removed |Added

 Status|UNCONFIRMED |RESOLVED
 Resolution||INVALID


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=33574