[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Nmh-workers] 1.4 build failures on RHEL/CentOS 5
From: |
Ken Hornstein |
Subject: |
Re: [Nmh-workers] 1.4 build failures on RHEL/CentOS 5 |
Date: |
Sun, 05 Feb 2012 14:23:08 -0500 |
So let me summarize:
- We should definitely fail in configure if we don't find a curses library,
since that's required to build nmh.
- From a distribution tarball you don't need lex/flex; what happened to
you was the old "make distclean" target removed dtimep.c (and as David
Levine pointed out the new distclean target doesn't do that).
So ... I think all we need to do is change configure to error if it can't
find a curses library.
--Ken