On Wed, May 17, 2006 at 12:32:18PM +0200, Lubomir Kundrak wrote:
> Hi!
>
> In my system, CGDB failed to build, because the build system didn't
> detect the history part of GNU readline library correctly. It was due
> to its dependency on functions from the curses library. To correct this
> the curses library has to be added to LIBS prior to attempt to detect
> the GNU history library. The patch below fixes this.
>
> Another issue (this patch doesn't correct it) is that ./configure
> completes successfully even after unsuccessful detection of GNU history
> library, which CGDB is dependent on.
>
> In case of replying, please CC the reply to me, as I don't read this
> mailing list.
>
> best regards,
> Lubo
Hi Lubo,
I believe I have fixed this problem already in CGDB CVS. Do you feel
like trying it out?
http://brasko.net:81/bob/cgdb-0.6.2-cvs.tar.gz
I have to double check what I did is correct. I made the assumption that
if the user has readline installed, they have to have the history
library installed. So I only check for readline. I'm going to email the
readline maintainer and make sure this is correct.
Bob Rossi
|