Re: [Cgdb-users] Compiling cgdb on AIX
Brought to you by:
bobbybrasko,
crouchingturbo
From: Bob R. <bo...@br...> - 2004-05-07 12:39:51
|
On Fri, May 07, 2004 at 11:08:16AM +0200, Pawel (privately) wrote: > Hello! >=20 > I have problems with compiling cgdb on AIX 5.1 (I have read in=20 > FAQ that cgdb was reported as run on AIX). I have compiled=20 > necessary GNU libraries such as readline-4.3 and ncurses-5.4.=20 > So "configure" produces now Makefile. Unfortunately "make"=20 > command reports that libutil is missing. > Where can I find sources of this library? (I heard that this=20 > library is part of glibc - but glibc does not compile on AIX!) If you already compiled the ncurses and readline packages, that was the hardest part. Sorry about the name libutil, we should probably change the name to something that more obviously shows that it is part of CGDB. I just reproduced your problem on AIX 4.3 with readline and 4.3 and ncurses 5.4. I will fix the problem and release another bug fix release. (hopefully today) Thanks, Bob Rossi |