[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Freeipmi-devel] Re: [llnl-devel] readline library for fish
From: |
Albert Chu |
Subject: |
[Freeipmi-devel] Re: [llnl-devel] readline library for fish |
Date: |
Wed, 31 Mar 2004 09:39:37 -0800 |
Found the problem.
Need to compile with -ltermcap as well. i.e.
gcc foo.c -lreadline -ltermcap
So the configure.ac macro needs to have -ltermcap at the end ...
Al
--
Albert Chu
address@hidden
Lawrence Livermore National Laboratory
----- Original Message -----
From: Anand Babu <address@hidden>
Date: Wednesday, March 31, 2004 9:20 am
Subject: Re: [llnl-devel] readline library for fish
> Could be because of recent changes to configure.ac
> Please send me your config.log for analysis. Or you can post as a BUG
> report.
>
> For now just try disabling this line and continue with compilation.
>
> AC_CHECK_LIB(readline, rl_ding, AC_DEFINE(HAVE_RL_DING),
> AC_CHECK_LIB(readline, ding, [AC_DEFINE(HAVE_DING)], exit))
>
> ,----
> | Does fish require a newer readline library???
> |
> | checking for rl_ding in -lreadline... no
> | checking for ding in -lreadline... no
> |
> | readline-devel-4.3-5
> | readline-4.3-5
> `----
>
>
> --
> Anand Babu
> Free as in Freedom <www.gnu.org>
>