This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: mutt: slight problem
- To: egcs at cygnus dot com
- Subject: Re: mutt: slight problem
- From: Robert Lipe <robertl at dgii dot com>
- Date: Sun, 14 Dec 1997 13:31:53 -0600
- References: <19971213174102.13530@jpr.com>
- Reply-To: egcs at cygnus dot com
> Mutt is my MUA; until today, I've been compiling it with Robert
> Lipe's port of gcc for SCO OpenServer 5.
Thanx to you, Mutt is my MUA, too.
> Having just now compiled and dejagnu-tested the 1.0 release of
> egcs-gcc, the first program I tried to recompile was mutt
I'm on egcs 1127 and am likely to remain so for at least a few
more days.
> All actions having to do with color or inverse video are
> non-functional. I'm using the same curses library under either
> compilation.
Since I can't see this problem, we must be doing something
different. My Mutt uses color and inverse video just fine
and my screens look identical on either OpenServer or Linux.
Would you be using slang, ncurses, or the native curses? I
use only native.
For me, the generated config.h's for both "CC=/bin/cc -blf" configure"
and "configure" are identical. Are they for you? I suppose the
single most obvious place to look is for the entry:
/* Does your curses library support color? */
#define HAVE_COLOR 1
Does config.log tell you anything you didn't already know?
We can take it private if you like and just put the final solution
back on the list. I'll send you my generated config.h suitable
for diffing.
RJL