From: David Yeung <dyeung@ust.hk>
Newsgroups: comp.parallel.mpi
Subject: MPICH undefined reference to `f__xargc'
Date: Sat, 22 May 1999 12:07:43 +0800
Organization: HKUST
Message-Id: <37462D8F.3F2480B5@ust.hk>
Mime-Version: 1.0
Content-Type: text/plain; charset=big5
Content-Transfer-Encoding: 7bit
Xref: ukc comp.parallel.mpi:5122


I compile my application with MPICH library (v1.1.2) but get the following
error while it is linking:

/usr/local/mpi/build/LINUX/ch_p4/lib/libmpich.a(farg.o): In function `mpir_iargc__':
farg.o(.text+0x8): undefined reference to `f__xargc'    

It looks like that the libmpich calls a function f__xargc but it does not exist
in the system library. Any idea how to fix it?

I am using RH6.0 on Intel PC.

Thanks

david

