From: don_schad@my-dejanews.com
Newsgroups: comp.parallel.mpi
Subject: Re: mpich, gcc-2.7.2.3, linux-2.0.35 uncompilable...
Date: Tue, 13 Oct 1998 16:19:38 GMT
Organization: Deja News - The Leader in Internet Discussion
Message-Id: <6vvuiq$ua8$1@nnrp1.dejanews.com>
References: <361DF876.788A3B31@rrzn-user.uni-hannover.de>


In article <361DF876.788A3B31@rrzn-user.uni-hannover.de>,
  Frank Mahler <nhchance@rrzn-user.uni-hannover.de> wrote:
> Hi *.mpi :-)
>
> I desperately tried to compile mpich-1.1.1 with gcc-2.7.2.3 on my
> 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":

I have succesfully compiled mpi w/ the 2.0.35/gcc-2.7.2.3 setup (at
least the C part, I still can't get the nag f95 compiler to work).

Try doing the compilation with -L followed by directory where the
mpi libraries are located (e.g. -L/home/mahler/tmp/mpich/lib[LINUX/ch_p4]).
Also try mpicc -echo -c <filename.c> to see exactly what it is trying
to link to.

If that doesn't work (or perhaps if it does) check for hard-wired
paths in mpicc.  I seem to recall having to change one or two.

Good luck.

don

ps - please let me know if you get the f90 to work.



-----------== Posted via Deja News, The Discussion Network ==----------
http://www.dejanews.com/       Search, Read, Discuss, or Start Your Own    

