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.
After a bit of messing around, this is fixed on trunk. Cheers Paul
Woops - wrong bug! Paul
(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.