public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug fortran/33574]  New: getarg and iargc seem to be required by mpich
@ 2007-09-27 18:17 gkmohan at gmail dot com
  2007-09-27 18:50 ` [Bug fortran/33574] " pault at gcc dot gnu dot org
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: gkmohan at gmail dot com @ 2007-09-27 18:17 UTC (permalink / raw)
  To: gcc-bugs

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?

thanks,
Krishna.


-- 
           Summary: getarg and iargc seem to be required by mpich
           Product: gcc
           Version: 4.3.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: fortran
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: gkmohan at gmail dot com
 GCC build triplet: ia64-unknown-linux-gnu
  GCC host triplet: ia64-unknown-linux-gnu
GCC target triplet: ia64-unknown-linux-gnu


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


^ permalink raw reply	[flat|nested] 5+ messages in thread

* [Bug fortran/33574] getarg and iargc seem to be required by mpich
  2007-09-27 18:17 [Bug fortran/33574] New: getarg and iargc seem to be required by mpich gkmohan at gmail dot com
@ 2007-09-27 18:50 ` pault at gcc dot gnu dot org
  2007-09-27 18:51 ` pault at gcc dot gnu dot org
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 5+ messages in thread
From: pault at gcc dot gnu dot org @ 2007-09-27 18:50 UTC (permalink / raw)
  To: gcc-bugs



------- 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


^ permalink raw reply	[flat|nested] 5+ messages in thread

* [Bug fortran/33574] getarg and iargc seem to be required by mpich
  2007-09-27 18:17 [Bug fortran/33574] New: getarg and iargc seem to be required by mpich gkmohan at gmail dot com
  2007-09-27 18:50 ` [Bug fortran/33574] " pault at gcc dot gnu dot org
  2007-09-27 18:51 ` pault at gcc dot gnu dot org
@ 2007-09-27 18:51 ` pault at gcc dot gnu dot org
  2007-09-27 21:51 ` kargl at gcc dot gnu dot org
  3 siblings, 0 replies; 5+ messages in thread
From: pault at gcc dot gnu dot org @ 2007-09-27 18:51 UTC (permalink / raw)
  To: gcc-bugs



------- 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


^ permalink raw reply	[flat|nested] 5+ messages in thread

* [Bug fortran/33574] getarg and iargc seem to be required by mpich
  2007-09-27 18:17 [Bug fortran/33574] New: getarg and iargc seem to be required by mpich gkmohan at gmail dot com
  2007-09-27 18:50 ` [Bug fortran/33574] " pault at gcc dot gnu dot org
@ 2007-09-27 18:51 ` pault at gcc dot gnu dot org
  2007-09-27 18:51 ` pault at gcc dot gnu dot org
  2007-09-27 21:51 ` kargl at gcc dot gnu dot org
  3 siblings, 0 replies; 5+ messages in thread
From: pault at gcc dot gnu dot org @ 2007-09-27 18:51 UTC (permalink / raw)
  To: gcc-bugs



------- 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


^ permalink raw reply	[flat|nested] 5+ messages in thread

* [Bug fortran/33574] getarg and iargc seem to be required by mpich
  2007-09-27 18:17 [Bug fortran/33574] New: getarg and iargc seem to be required by mpich gkmohan at gmail dot com
                   ` (2 preceding siblings ...)
  2007-09-27 18:51 ` pault at gcc dot gnu dot org
@ 2007-09-27 21:51 ` kargl at gcc dot gnu dot org
  3 siblings, 0 replies; 5+ messages in thread
From: kargl at gcc dot gnu dot org @ 2007-09-27 21:51 UTC (permalink / raw)
  To: gcc-bugs



------- 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


^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2007-09-27 21:51 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2007-09-27 18:17 [Bug fortran/33574] New: getarg and iargc seem to be required by mpich gkmohan at gmail dot com
2007-09-27 18:50 ` [Bug fortran/33574] " pault at gcc dot gnu dot org
2007-09-27 18:51 ` pault at gcc dot gnu dot org
2007-09-27 18:51 ` pault at gcc dot gnu dot org
2007-09-27 21:51 ` kargl at gcc dot gnu dot org

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).