From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 1327 invoked from network); 24 Oct 2001 21:21:35 -0000 Received: from sunsite.dk (130.225.247.90) by ns1.primenet.com.au with SMTP; 24 Oct 2001 21:21:35 -0000 Received: (qmail 25443 invoked by alias); 24 Oct 2001 21:21:11 -0000 Mailing-List: contact zsh-workers-help@sunsite.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 16140 Received: (qmail 25426 invoked from network); 24 Oct 2001 21:21:09 -0000 Content-Type: text/plain; charset="iso-8859-1" From: Steven Farrier To: Peter Stephenson , zsh-workers@sunsite.dk (Zsh hackers list) Subject: Re: Mac OS X error Date: Wed, 24 Oct 2001 11:18:39 -0700 X-Mailer: KMail [version 1.3.2] References: <4711.1003834809@csr.com> In-Reply-To: <4711.1003834809@csr.com> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Message-ID: <20011024181839.S9nON7fayB_SnLdp7oV4XrQXEZl3CUY0wQRbRUd7r28@z> > > Looks to me like you've deleted too much in the top level Makefile. If you > commented out > > # install/uninstall just the man pages > install.man uninstall.man: > @cd Doc && $(MAKE) $(MAKEDEFS) $@ > This made the compile work thank you. > > You might want to look at > ftp://ftp.zsh.org/pub/development/ > which has a reasonably recent development version including pre-built > manual pages. I tried to compiled this and it failed 4.0.2 also failed to compile. Both compiles ended with this ( echo '#!'; cat builtin.syms compat.syms cond.syms exec.syms glob.syms hashtable.syms hist.syms init.syms input.syms jobs.syms lex.syms linklist.syms loop.syms math.syms mem.syms module.syms options.syms params.syms parse.syms pattern.syms prompt.syms signals.syms signames.syms string.syms subst.syms text.syms utils.syms watch.syms  | sed -n '/^X/{s/^X//;p;}' | sort -u ) > zsh.export rm -f zsh cc  -s  -o zsh main.o  `cat stamp-modobjs`   -lm  -lc /usr/bin/ld: warning unused multiple definitions of symbol _glob glob.o definition of _glob in section (__TEXT,__text) /usr/lib/libm.dylib(glob.o) unused definition of _glob /usr/bin/ld: can't use -s with input files containg indirect symbols (output file must contain at least global symbols, for maximum stripping use -x) make[1]: *** [zsh] Error 1 make: *** [all] Error 1 Think it might be a problem with /usr/lib/libm.dylib On this web site