From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 2245 invoked from network); 24 Jul 2001 23:59:08 -0000 Received: from sunsite.dk (130.225.51.30) by ns1.primenet.com.au with SMTP; 24 Jul 2001 23:59:08 -0000 Received: (qmail 6083 invoked by alias); 24 Jul 2001 23:58:55 -0000 Mailing-List: contact zsh-workers-help@sunsite.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 15475 Received: (qmail 6072 invoked from network); 24 Jul 2001 23:58:54 -0000 Message-ID: <3B5E0BBE.8020100@slacknet.org> Date: Tue, 24 Jul 2001 19:58:54 -0400 From: Wes Morgan User-Agent: Mozilla/5.0 (Macintosh; U; PPC; en-US; rv:0.9.2) Gecko/20010702 X-Accept-Language: en-us MIME-Version: 1.0 To: zsh-workers@sunsite.dk Subject: Compiling zsh-4.0.2 on Mac OS X Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit I'm trying to compile zsh-4.0.2 on Mac OS X (10.0.4). I guess the linker is pretty weird (it's from Apple, not GNU). Here's where make fails: cc -s -o zsh main.o `cat stamp-modobjs` -lm -lc /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 Has anyone gotten zsh-4 to link on Darwin/Mac OS X? If not, any ideas what I could try to get this to work? Wes Morgan