Skip to Content.
Sympa Menu

baslinux - Re: [BL] compiling with libreadline

baslinux AT lists.ibiblio.org

Subject: Baslinux mailing list

List archive

Chronological Thread  
  • From: sindi keesan <keesan AT sdf.lonestar.org>
  • To: baslinux AT lists.ibiblio.org
  • Subject: Re: [BL] compiling with libreadline
  • Date: Mon, 8 May 2006 15:08:43 +0000 (UTC)

Trying to compile midish that needs libreadline.

Make exited after lots of cc activity with:

cc -I/usr/include/readline rmidish.c \
-L/usr/lib -o rmidish -lreadline -ltermcap
/usr/i386-slackware-linux/bin/ld: cannot open -lreadline: No such file
or directory

What is it looking for and do I need to change Makefile?

I looked at the install file for readline.tgz and made two more symlinks (libreadline.so and libhistory.so) and now I get:

/usr/lib/libreadline.so: undefined reference to `atexit@@GLIBC_2.0'

grep finds GLIBC_2.0 and atexit but not the combination in libreadline.so.
Do I need to get a later version of this library?

WHat does all this mean?

Sindi




Archive powered by MHonArc 2.6.24.

Top of Page