From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 22806 invoked from network); 14 Dec 1998 17:34:56 -0000 Received: from math.gatech.edu (list@130.207.146.50) by ns1.primenet.com.au with SMTP; 14 Dec 1998 17:34:56 -0000 Received: (from list@localhost) by math.gatech.edu (8.9.1/8.9.1) id MAA10980; Mon, 14 Dec 1998 12:33:40 -0500 (EST) Resent-Date: Mon, 14 Dec 1998 12:33:40 -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:31:59 +0000 In-Reply-To: Bruce Stephens's message of "14 Dec 1998 17:05:50 +0000" Message-ID: X-Mailer: Gnus v5.6.27/XEmacs 20.4 - "Emerald" Resent-Message-ID: <"VbUNM1.0.Sh2.plKTs"@math> Resent-From: zsh-workers@math.gatech.edu X-Mailing-List: archive/latest/4778 X-Loop: zsh-workers@math.gatech.edu Precedence: list Resent-Sender: zsh-workers-request@math.gatech.edu Bruce Stephens writes: > 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 egcs-1.1.1 gives the following: rm -f zsh gcc -s -o zsh main.o `cat stamp-modobjs` -lsocket -ldl -lnsl -ltermcap -lc exec.o: In function `doshfunc': exec.o(.text+0x59c0): undefined reference to `wrappers' exec.o(.text+0x59e4): undefined reference to `wrappers' exec.o(.text+0x5a14): undefined reference to `wrappers' exec.o(.text+0x5a18): undefined reference to `wrappers' exec.o: In function `runshfunc': exec.o(.text+0x5c48): undefined reference to `unload_module' init.o: In function `setupvals': init.o(.text+0x10d4): undefined reference to `wrappers' init.o(.text+0x10e0): undefined reference to `wrappers' collect2: ld returned 1 exit status *** Error code 1 make: Fatal error: Command failed for target `zsh' Not that that helps greatly, I suspect.