From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 25562 invoked from network); 23 Jul 2001 13:40:17 -0000 Received: from sunsite.dk (130.225.51.30) by ns1.primenet.com.au with SMTP; 23 Jul 2001 13:40:17 -0000 Received: (qmail 25178 invoked by alias); 23 Jul 2001 13:40:04 -0000 Mailing-List: contact zsh-users-help@sunsite.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 4044 Received: (qmail 25166 invoked from network); 23 Jul 2001 13:40:04 -0000 X-Envelope-Sender-Is: Andrej.Borsenkow@mow.siemens.ru (at relayer goliath.siemens.de) From: "Andrej Borsenkow" To: "Mikael Hansen" , Subject: RE: ZSH 4.0.2 make error in Redhat 7.0 Date: Mon, 23 Jul 2001 17:39:59 +0400 Message-ID: <001901c1137c$f787a920$21c9ca95@mow.siemens.ru> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook IMO, Build 9.0.2416 (9.0.2911.0) In-Reply-To: Importance: Normal X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2479.0006 > > gcc -s -rdynamic -o zsh main.o `cat stamp-modobjs` -ldl -lnsl -lm -lc > init.o: In function `init_term': > init.o(.text+0xc55): undefined reference to `tgetent' Have you installed termcap-devel or ncurses-devel (or how they are called in RedHat)? Arguably, zsh should abort configure if these are not found. -andrej