From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 15950 invoked from network); 8 Oct 2001 06:43:16 -0000 Received: from sunsite.dk (130.225.51.30) by ns1.primenet.com.au with SMTP; 8 Oct 2001 06:43:16 -0000 Received: (qmail 14717 invoked by alias); 8 Oct 2001 06:43:11 -0000 Mailing-List: contact zsh-workers-help@sunsite.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 15963 Received: (qmail 14706 invoked from network); 8 Oct 2001 06:43:10 -0000 From: Borsenkow Andrej To: "'Chris Gehlker'" , "'Zefram'" Cc: zsh-workers@sunsite.dk Subject: RE: zsh 4.0.2 (powerpc-apple-darwin1.4) Date: Mon, 8 Oct 2001 10:42:59 +0400 Message-ID: <001301c14fc4$78d9ab80$21c9ca95@mow.siemens.ru> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook, Build 10.0.2627 X-MIMEOLE: Produced By Microsoft MimeOLE V6.00.2600.0000 In-Reply-To: Importance: Normal > 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) On the second thought, it is conflict of glob() in Src/glob.c with system glob(). Such conflict is always bad (and I wonder, is it possible that mysterious globbing failures that were reported are related). At first glance it is used just in two places: File Function Line 0 exec.c execcmd 1760 glob(args, firstnode(args), 0); 1 subst.c globlist 236 glob(list, node, nountok); so what about just renaming it into zglob or like? -andrej