From: Steffen Goerzig <Steffen.Goerzig@deleteme.informatik.uni-stuttgart.de>
Newsgroups: comp.parallel.pvm
Subject: Re: Error making pvm3.4 under slackware linux
Date: Fri, 28 May 1999 10:11:09 +0200
Organization: IPVR, University of Stuttgart, Germany
Message-Id: <374E4F9D.718CCBA6@deleteme.informatik.uni-stuttgart.de>
References: <374A3F6D.57505E8B@aero.usyd.edu.au>
    <374A49A9.9DBCC49A@aero.usyd.edu.au>
    <374A773D.A6168A8A@deleteme.informatik.uni-stuttgart.de>
    <m3g14iv2gk.fsf@vermis.bfr.co.il>
Mime-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit
Xref: ukc comp.parallel.pvm:8441


Hi,

"Alexander L. Belikoff" wrote:

> > > /usr/lib/libreadline.a(terminal.o): In function `_rl_enable_meta_key':
> > > terminal.o(.text+0x753): undefined reference to `tputs'
> >
> > You can add libraries to PVM in the file "pvm3/conf/$(PVM_ARCH).def"
> > (for your LINUX architecture it is "pvm3/conf/LINUX.def").
> >
> > Edit the ARCHLIB line:
> > ARCHLIB = -lreadline -lncurses
>                        ^^^^^^^^^
> 
> I believe, this should be -ltermcap

Well, we are living in free countries, you can add whatever
library you want to add... :-)

On my SuSE LINUX distribution it was the library "libncurses.a".
Use the "nm" command as described to determine the correct 
library on your system.


Steffen

