From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 8872 invoked from network); 30 Apr 2001 18:54:23 -0000 Received: from sunsite.dk (130.225.51.30) by ns1.primenet.com.au with SMTP; 30 Apr 2001 18:54:23 -0000 Received: (qmail 29865 invoked by alias); 30 Apr 2001 18:54:18 -0000 Mailing-List: contact zsh-workers-help@sunsite.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 14170 Received: (qmail 29847 invoked from network); 30 Apr 2001 18:54:16 -0000 Message-Id: <200104301854.OAA17299@ursula.cortexmachina.com> To: zsh-workers@sunsite.dk Subject: Re: comptest* failed to load module: zsh/termcap In-Reply-To: Your message of "Mon, 30 Apr 2001 16:30:14 -0000." <1010430163014.ZM4757@candle.brasslantern.com> Date: Mon, 30 Apr 2001 14:54:00 -0400 From: Peter Whaite "Bart Schaefer" said: > This is a completely off-topic question, but: Did you build the 2.4.2 > kernel yourself? I've been trying to compile a newer kernel on my RH6.2 > machine at work and keep getting complaints that it needs newer versions > of modutils and mkinitrd than those available for RH6.2. I built it at home and I didn't have to search too hard for the right rpms. I didn't build 2.4.2 at work, but the person who did says the same. However he has not been able to build 2.4.3, the main problem being the need for a later version of the compiler, and the lack of a corresponding rpm for rh6.2. So can't really comment on the modules, though it is in general getting pretty hard to keep up to date on rh6.2. I'll probably give up soon and install rh7.1. > Edit configure.in; look for the line: > > AC_SEARCH_LIBS(tgetent, [$termcap_curses_order]) > > Copy'n'paste that line, s/tgetent/tigetstr/, rerun autoconf and configure, > then try "make" again. Yes that fixed it. In another message: > Sure enough, if I change configure.in to: > > #include ], [char **test = boolcodes; printf(*test);], > > (so that `test' is used), then AC_TRY_LINK fails and all is well. We've > been bitten by an overoptimizing compiler. I'm a bit surprised to be the only one who reported the problem.