From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from euclid.skiles.gatech.edu (euclid.skiles.gatech.edu [130.207.146.50]) by werple.net.au (8.7/8.7.1) with ESMTP id DAA05878 for ; Thu, 4 Jan 1996 03:44:41 +1100 (EST) Received: (from list@localhost) by euclid.skiles.gatech.edu (8.7.3/8.7.3) id LAA22571; Wed, 3 Jan 1996 11:27:51 -0500 (EST) Resent-Date: Wed, 3 Jan 1996 11:27:51 -0500 (EST) Date: Wed, 3 Jan 1996 11:23:30 -0500 Message-Id: <9601031623.AA28689@omocha.tay.dec.com> From: Paul Lew To: zsh-workers@math.gatech.edu Subject: build zsh 2.6-beta13 on SCO 3.2v5.0.0 problem Resent-Message-ID: <"vcy3p3.0.YW5.6wgwm"@euclid> Resent-From: zsh-workers@math.gatech.edu X-Mailing-List: archive/latest/704 X-Loop: zsh-workers@math.gatech.edu Precedence: list Resent-Sender: zsh-workers-request@math.gatech.edu I failed to build zsh on SCO Unix 3.2 release 5.0 with the configure. I have to make the following adjustment, please modify the configure accordingly. The linked zsh works fine. -- Paul 01/03/96 10:59 AM -- (1) in Src/system.h around line 114: /* We may need to define this for any machine * * that doesn't have gettimeofday. Of course we * * probably will move to the POSIX time function * * anyway. */ #ifdef __sco struct timezone { short minutes; }; #endif This ifdef is not necessary for release 5.0, maybe it was added for version before 5.0. (2) I have to add: LDFLAGS=-lsocket otherwise I will get: Undefined first referenced symbol in file yp_all zle_tricky.o getdomainname zle_tricky.o