From mboxrd@z Thu Jan 1 00:00:00 1970 From: Robert Lipe To: egcs@cygnus.com Subject: Re: mutt: slight problem Date: Sun, 14 Dec 1997 11:32:00 -0000 Message-id: <19971214133153.00315@dgii.com> References: <19971213174102.13530@jpr.com> X-SW-Source: 1997-12/msg00805.html > 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