From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 17210 invoked from network); 8 Jun 2001 04:18:19 -0000 Received: from sunsite.dk (130.225.51.30) by ns1.primenet.com.au with SMTP; 8 Jun 2001 04:18:19 -0000 Received: (qmail 21614 invoked by alias); 8 Jun 2001 04:17:59 -0000 Mailing-List: contact zsh-workers-help@sunsite.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 14795 Received: (qmail 21602 invoked from network); 8 Jun 2001 04:17:58 -0000 Date: Fri, 8 Jun 2001 00:18:09 -0400 From: Clint Adams To: Jason Price Cc: zsh-workers@sunsite.dk Subject: Re: 4.0.1 compile problem on debian linux? Message-ID: <20010608001809.A26151@dman.com> References: <20010607234327.A20665@oobleck.gatech.edu> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <20010607234327.A20665@oobleck.gatech.edu>; from jprice@cyberbuzz.gatech.edu on Thu, Jun 07, 2001 at 11:43:27PM -0400 > When I try to compile zsh on a new debian potato box (rather striped down > install, which might be my problem... I had to beat openssh into submission > over some pam headers earlier... :( ) and I get the following: > > gcc -s -rdynamic -o zsh main.o `cat stamp-modobjs` -ldl -lnsl -lm -lc > init.o: In function `init_term': > init.o(.text+0xc37): undefined reference to `tgetent' You need to apt-get install libncurses5-dev Maybe configure shouldn't let you get as far as a makefile, though.