From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 22652 invoked from network); 14 Dec 1998 17:13:27 -0000 Received: from math.gatech.edu (list@130.207.146.50) by ns1.primenet.com.au with SMTP; 14 Dec 1998 17:13:27 -0000 Received: (from list@localhost) by math.gatech.edu (8.9.1/8.9.1) id MAA09781; Mon, 14 Dec 1998 12:07:24 -0500 (EST) Resent-Date: Mon, 14 Dec 1998 12:07:24 -0500 (EST) Sender: B.Stephens@isode.com To: zsh-workers@math.gatech.edu (Zsh hackers list) Subject: Re: Latest patched development version References: <9812141357.AA52087@ibmth.df.unipi.it> Mime-Version: 1.0 (generated by tm-edit 7.108) Content-Type: text/plain; charset=US-ASCII From: Bruce Stephens Date: 14 Dec 1998 17:05:50 +0000 In-Reply-To: Peter Stephenson's message of "Mon, 14 Dec 1998 14:57:40 +0100" Message-ID: X-Mailer: Gnus v5.6.27/XEmacs 20.4 - "Emerald" Resent-Message-ID: <"2mxRz.0.mO2.CNKTs"@math> Resent-From: zsh-workers@math.gatech.edu X-Mailing-List: archive/latest/4776 X-Loop: zsh-workers@math.gatech.edu Precedence: list Resent-Sender: zsh-workers-request@math.gatech.edu Peter Stephenson writes: > I have put a new patched version of zsh 3.1.5 at > > http://www.ifh.de/~pws/computing/zsh-3.1.5-pws-3.tar.gz This fails to build for me on Solaris 2.5.1 with ./configure --enable-dynamic --prefix=/local rm -f zsh cc -s -o zsh main.o `cat stamp-modobjs` -lsocket -ldl -lnsl -ltermcap -lc Undefined first referenced symbol in file wrappers exec.o unload_module exec.o ld: fatal: Symbol referencing errors. No output written to zsh *** Error code 1 It fails for both SunPro C and egcs-1.1.1. egcs also complains about wrappers in init.c; I don't know why SunPro isn't complaining about this file.