From: Joachim Worringen <joachim@lfbs.rwth-aachen.de>
Newsgroups: comp.parallel.mpi
Subject: Re: Need help with MPICH compile
Date: Fri, 09 Oct 1998 09:27:15 +0200
Organization: Chair for Operating Systems, RWTH Aachen
Message-Id: <361DBAD3.2F6F4757@lfbs.rwth-aachen.de>
References: <361BCB41.45D66D0B@richmond.edu> <6vjhv4$1v4@milo.mcs.anl.gov>
Mime-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit


Rusty Lusk wrote:
> 
> In article <361BCB41.45D66D0B@richmond.edu>, Bob L <rlittlep@richmond.edu> writes:
> |> I would like to compile MPICH under Solaris 2.5.1 or 2.6 with gcc 2.7.2
> |> or 2.8.1. Is there a FAQ concerning the compilation of MPICH, or are
> |> there any precompiled binaries available.
> 
> Please do
> 
>    configure -cc=gcc  >& configure.log
>    make >& make.log
> 
> and send the log files to mpi-bugs@mcs.anl.gov

Better use -cc="gcc -I./" because gcc seems to have trouble finding
include files in the current directory (that was our experience).

  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

