From: Joachim Worringen <joachim@lfbs.rwth-aachen.de>
Newsgroups: comp.parallel.mpi
Subject: Re: compiling mpich on redhat 5.1
Date: Fri, 18 Dec 1998 09:39:53 +0100
Organization: Chair for Operating Systems, RWTH Aachen
Message-Id: <367A14D9.575C14A0@lfbs.rwth-aachen.de>
References: <75b392$l64$1@nnrp1.dejanews.com>
Mime-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit


hutch@my-dejanews.com wrote:
> 
> I'm trying to install mpich on a redhat 5.1 system using the Portland Group
> fortran 77 compiler.  Here is the configure command that I'm using:
> 
> configure -noc++ -fc=pgf77 -flinker=pgf77
> 
> Then, make fails during the link step.  Here is the error:

This has nothing to do with F77 since only C-Source is involved. Seems
to be a linking problem between libmpich.a and libpmich.a (profiling
version). Try to see what mpicc really does by issuing the commands
manually with the -show option. You might have to change the order of
the libraries on the resulting commandline (or add libpmich.a).

  Joachim

-- 
----------------------------------------------------------------------------
|  _      :  Joachim Worringen, Lehrstuhl fuer Betriebssysteme
|_|_`__   :  RWTH Aachen, Kopernikusstr. 16, D-52056 Aachen
  | |__)  :  Tel.   : +49-241/80-7609  |  Fax : +49-241/8888-339
    |__)S :  e-Mail :  joachim@lfbs.rwth-aachen.de

