Re: ncurses: 4.x -> 5.x buildworld failure + patch

2001-07-19 Thread Bruce Evans
On Tue, 17 Jul 2001, John Polstra wrote: > In article <[EMAIL PROTECTED]>, > Bruce Evans <[EMAIL PROTECTED]> wrote: > > I have used essentially the same patch (with ${LDFLAGS} instead of > > -static) for a year or two, but I don't quite understand why you needed > > it. make_keys and make_hash

Re: ncurses: 4.x -> 5.x buildworld failure + patch

2001-07-17 Thread John Polstra
In article <[EMAIL PROTECTED]>, Bruce Evans <[EMAIL PROTECTED]> wrote: > On Mon, 16 Jul 2001, John Polstra wrote: > > > While upgrading an old (October 2000) -current system which did not > > have a libc.so.5 yet, I ran into this failure in src/lib/ncurses: > > > > cc -o make_keys -nostdinc -O

Re: ncurses: 4.x -> 5.x buildworld failure + patch

2001-07-17 Thread Bruce Evans
On Mon, 16 Jul 2001, John Polstra wrote: > While upgrading an old (October 2000) -current system which did not > have a libc.so.5 yet, I ran into this failure in src/lib/ncurses: > > cc -o make_keys -nostdinc -O -pipe -mcpu=ev56 -mcpu=ev56 -I. -I/c/src/lib/libncurses > -I/c/src/lib/libncurses/..