From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from euclid.skiles.gatech.edu (list@euclid.skiles.gatech.edu [130.207.146.50]) by melb.werple.net.au (8.7.5/8.7.3/2) with ESMTP id CAA28050 for ; Tue, 9 Jul 1996 02:17:53 +1000 (EST) Received: (from list@localhost) by euclid.skiles.gatech.edu (8.7.3/8.7.3) id MAA09283; Mon, 8 Jul 1996 12:11:52 -0400 (EDT) Resent-Date: Mon, 8 Jul 1996 12:11:52 -0400 (EDT) Date: Mon, 8 Jul 1996 12:11:07 -0400 (EDT) From: guthrie@math.upenn.edu (John Guthrie) Posted-Date: Mon, 8 Jul 1996 12:11:07 -0400 (EDT) Message-Id: <199607081611.MAA16536@hans.math.upenn.edu> To: zsh-workers@math.gatech.edu Subject: configure on linux Resent-Message-ID: <"XcayN1.0.zG2.7DJun"@euclid> Resent-From: zsh-workers@math.gatech.edu X-Mailing-List: archive/latest/1579 X-Loop: zsh-workers@math.gatech.edu Precedence: list Resent-Sender: zsh-workers-request@math.gatech.edu zsh-3.0-pre2 compiles fine on linux, with a few warnings. However, for the past several releases, configure has always failed to successfully determine that lstat is in fact on my system. Here are the relevant lines from config.log: configure:2608: gcc -o conftest -Wall -Wno-implicit -Wmissing-prototypes -O2 -D DEBUG conftest.c -ltermcap 1>&5 configure:2594: warning: no previous prototype for `t' /tmp/cca074981.o(.text+0x14): undefined reference to `lstat' For the time being, I can always just change my config.h file after running configure, but where would I look for a more permanent solution. (I.e., should I be looking in configure, or do I wnat to go to autoconf?) John Guthrie guthrie@math.upenn.edu