From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 22745 invoked from network); 19 Sep 2002 13:20:16 -0000 Received: from sunsite.dk (130.225.247.90) by ns1.primenet.com.au with SMTP; 19 Sep 2002 13:20:15 -0000 Received: (qmail 19096 invoked by alias); 19 Sep 2002 13:20:03 -0000 Mailing-List: contact zsh-workers-help@sunsite.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 17701 Received: (qmail 19081 invoked from network); 19 Sep 2002 13:20:02 -0000 To: "David Gómez" , zsh-workers@sunsite.dk Subject: Re: Using zsh in gcc compilation In-reply-to: ""David Gómez""'s message of "Thu, 19 Sep 2002 14:43:18 +0200." <20020919124318.GA17624@fargo> Date: Thu, 19 Sep 2002 14:19:32 +0100 Message-ID: <3468.1032441572@csr.com> From: Peter Stephenson "David Gómez" wrote: > './xgcc --print-multi-lib' gives the output '.;' and > './xgcc -B./ --print-multi-lib' gives '.;' 'on;@on' > > but executing this command with bash produces the same output, so i'm not > sure if we're in the right path to tracking down the error... It may be in the generation of multilib.h, in that case, because genmultilib in the gcc source directory looks pretty hair-raising. I ran it as sh ../../gcc/genmultilib \ "msoft-float mcpu=v8" "soft v8" \ "msoft-float=mno-fpu mcpu?v8=mv8" \ "" "" "" with both sh and `ARGV0=sh zsh' here (SunOS 2.6 --- actually the real compilation system is using a simpler set of options, but that should just make a problem less likely), and they gave the same output, but obviously this depends on the input --- if you can find out the appropriate flags, which seem to be fairly well hidden, you could try this. Make is actually using $(SHELL) $(srcdir)/genmultilib \ "$(MULTILIB_OPTIONS)" \ "$(MULTILIB_DIRNAMES)" \ "$(MULTILIB_MATCHES)" \ "$(MULTILIB_EXCEPTIONS)" \ "$(MULTILIB_EXTRA_OPTS)" \ "$(MULTILIB_EXCLUSIONS)" \ > tmp-mlib.h; \ You are using a recent version of zsh...? -- Peter Stephenson Software Engineer CSR Ltd., Science Park, Milton Road, Cambridge, CB4 0WH, UK Tel: +44 (0)1223 692070 ********************************************************************** The information transmitted is intended only for the person or entity to which it is addressed and may contain confidential and/or privileged material. Any review, retransmission, dissemination or other use of, or taking of any action in reliance upon, this information by persons or entities other than the intended recipient is prohibited. If you received this in error, please contact the sender and delete the material from any computer. **********************************************************************