From: Joachim Worringen <joachim@lfbs.rwth-aachen.de>
Newsgroups: comp.parallel.mpi
Subject: Re: mpich, gcc-2.7.2.3, linux-2.0.35 uncompilable...
Date: Mon, 12 Oct 1998 17:37:56 +0200
Organization: Chair for Operating Systems, RWTH Aachen
Message-Id: <36222254.9CAEB669@lfbs.rwth-aachen.de>
References: <361DF876.788A3B31@rrzn-user.uni-hannover.de>
    <3621B5CA.7CB2197A@hotmail.com>
Mime-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit


Maciej Golebiewski wrote:
> 
> Frank Mahler wrote:
> > linux-2.0.35 box. At home I successfully completed using gcc-2.7.0 and
> > linux-2.1.115, but at work all went wrong:
> > I did ./configure -f90nag ; make and all gets well, until it comes to
> > "make linktest":
> 
> The assumption that everything was OK before make linktest is probably
> wrong. IMO compilation failed earlier in one of the subdirectiories.
> You should check carefully all the messages you get during make.
> Probably something went wrong during compilation of the device.

This is a good hint (and probablyl the solution to the problem of the
user looking at the output). Another problem that occured to me for
"make linktest" is the use of parallel compiling: on my dual-processor
Sun, I usually use something like "gmake -j 6" - this works fine except
for linktest because the one job does the "linktest" and the other one
"clean" in the same directory at the same time...

  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

