Newsgroups: comp.parallel.pvm
From: "M. Niemann" <niemann@parallel.fh-bielefeld.de>
Subject: Re: Install xpvm problem
Organization: Fachhochschule Bielefeld, Germany
Date: Tue, 10 Dec 1996 09:50:12 GMT
Mime-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit
Message-ID: <32AD3254.62AE@parallel.fh-bielefeld.de>

fly wrote:
> 
> When I install xpvm, it appears following error messages:
> 
> cd src ; /root/pvm3/lib/aimk install
> making in LINUX/ for LINUX
> make[1]: Entering directory `/root/pvm3/xpvm/src/LINUX'
> cd /root/pvm3/xpvm/tracer ; /root/pvm3/lib/aimk PVMVERSION=-DUSE_PVM_33
> libpvmtrc.a
> making in LINUX/ for LINUX
> make[2]: Entering directory `/root/pvm3/xpvm/tracer/LINUX'
> make[2]: `libpvmtrc.a' is up to date.
> make[2]: Leaving directory `/root/pvm3/xpvm/tracer/LINUX'
> gcc -o xpvm xpvm.o commands.o pvm.o trace.o compat.trace.o twin.o util.o
> network.o task.o message.o ut.o globals.o -L/usr/lib -L/usr/lib
> -L/root/pvm3/lib/LINUX -L/root/pvm3/xpvm/tracer/LINUX -L/usr/X11R6/lib
> -lpvm3 -lgpvm3 -lpvmtrc -ltk -ltcl -lX11 -lXpm  -lm
> /usr/lib/libtcl.so: undefined reference to `dlerror'
> /usr/lib/libtcl.so: undefined reference to `dlopen'
> /usr/lib/libtcl.so: undefined reference to `dlsym'
> make[1]: *** [xpvm] Error 1
> make: *** [install] Error 2
> make[1]: Leaving directory `/root/pvm3/xpvm/src/LINUX'
> 
> I use RedHat linux 4.0, and could anyone resolve this problem?

I had the same problem, try to add the library libdl.so in your linker
statement.  ( -ldl )

I hope it helps,

   Marcus
-- 
Marcus Niemann			  niemann@parallel.fh-bielefeld.de
Labor fuer Parallelverarbeitung   Fachhochschule Bielefeld

