Newsgroups: comp.parallel.mpi
From: PANAGIOTIS MELAS <pm95r@ecs.soton.ac.uk>
Subject: MPI installation on CS2
Organization: University of Southampton
Date: Fri, 06 Jun 1997 12:42:25 +0000
Mime-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit
Message-ID: <339805B1.BC34917@ecs.soton.ac.uk>

I try to install mpich-1.0.12 (in order to install pmpio later...)
on CS2 in my home directory but installation fails:

 make linktest
> ( cd examples/test/pt2pt; make linktest )
> cc -DFORTRANUNDERSCORE   -DHAVE_STDLIB_H=1 -DMALLOC_RET_VOID=1 -O 
> -I/home2/pm95r/mpich/include -DMPI_meiko -c overtake.c
> cc -DFORTRANUNDERSCORE   -DHAVE_STDLIB_H=1 -DMALLOC_RET_VOID=1 -O 
> -I/home2/pm95r/mpich/include -DMPI_meiko -c test.c
> cc -O -o overtake overtake.o test.o -L/home2/pm95r/mpich/lib/meiko/meiko  
> -lmpi  -L/opt/MEIKOcs2/lib -lew -lelan
> Undefined                       first referenced
>  symbol                             in file
> __cg92_used                         
> /home2/pm95r/mpich/lib/meiko/meiko/libmpi.a(initfcmn.o)
> ld: fatal: Symbol referencing errors. No output written to overtake
> *** Error code 1
> make: Fatal error: Command failed for target `overtake'
> Current working directory /home2/pm95r/mpich/examples/test/pt2pt
> *** Error code 1
> make: Fatal error: Command failed for target `linktest'
> Current working directory /home2/pm95r/mpich

is there any way to get around the problem? do I miss any lib?

cheers

Panos

