On Fri, Oct 27, 2000 at 06:35:45AM -0400, Thomas Dickey wrote:
> On Fri, Oct 27, 2000 at 09:44:46AM +0100, John Wright wrote:
> > On Tue, Oct 17, 2000 at 08:58:39AM -0400, Thomas E. Dickey wrote:
> > > On Tue, 17 Oct 2000, John Wright wrote:
> > > [...]
> > >
> > > I'm told that ncurses (post-5.1) builds/works on OS X. No matter what you
> > > use you'll have trouble with the config.guess and config.sub scripts,
> > > since those cases were only added this year.
> >
> > Ah, post-5.1. yes the latest one didn't get past running the c++ compiler.
>
> what was the error message? (most of the g++ problems currently are due
> to things like missing or conflicting libraries - a year or two ago it was
> more along the lines of g++ bugs).
It looked like g++ bugs as malloc/free were moaning about things and the
compiler didn't actually quit but stopped moaning.
> [...]