fbi-improved-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [fim-devel] fim 0.2 compilation fails on readline


From: Michele Martone
Subject: Re: [fim-devel] fim 0.2 compilation fails on readline
Date: Sat, 22 Mar 2008 18:10:26 +0000

Hi Daniel,

Seems like there are unresolved references to the (n)curses library; 
those libraries are not directly referenced by fim.

Could you run

  ./configure --with-cflags='-lcurses'
 
and report if the same failure occurs (prior to installing a curses
library, of course) ?

On address@hidden:55, Viczinger Daniel wrote:
> Hi!
> 
> ./configure error:
> 
> checking for rl_replace_line in -lreadline... no
> configure: error: *** GNU readline library headers not found !  please 
> install them ***
> 
> My readline libs are:
> 
> -rw-r--r-- 1 root root 281028 2008-02-27 05:14 /usr/lib/libreadline.a
> lrwxrwxrwx 1 root root     16 2008-03-18 18:36 /usr/lib/libreadline.so -> 
> libreadline.so.5
> lrwxrwxrwx 1 root root     18 2008-03-17 12:50 /usr/lib/libreadline.so.4 
> -> libreadline.so.4.3
> -rwxr-xr-x 1 root root 173604 2006-02-08 06:18 /usr/lib/libreadline.so.4.3
> lrwxrwxrwx 1 root root     18 2008-03-17 13:10 /usr/lib/libreadline.so.5 
> -> libreadline.so.5.2
> -rwxr-xr-x 1 root root 189660 2008-02-27 05:14 /usr/lib/libreadline.so.5.2
> 
> config.log relevant part:
> 
> configure:9962: g++ -o conftest -march prescott -O3 -pipe 
> -fomit-frame-pointer
> conftest.cpp -lreadline >&5
> /usr/lib/gcc/i486-slackware-linux/4.2.3/../../../libreadline.so: undefined 
> reference to `PC'
> 
> the same goes on with undefined references to 
> tgetflag,tgetent,UP,tputs,tgoto,tgetnum,BC,tgetstr
> 
> I've got:
> l/readline-5.2-i486-3.tgz:  Applied all official patches.
> Dated: 2008 February 29
> 
> Thanks.
> Daniel




reply via email to

[Prev in Thread] Current Thread [Next in Thread]