From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 21868 invoked from network); 19 Sep 2002 11:17:30 -0000 Received: from sunsite.dk (130.225.247.90) by ns1.primenet.com.au with SMTP; 19 Sep 2002 11:17:30 -0000 Received: (qmail 24414 invoked by alias); 19 Sep 2002 11:17:15 -0000 Mailing-List: contact zsh-workers-help@sunsite.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 17696 Received: (qmail 24310 invoked from network); 19 Sep 2002 11:17:09 -0000 From: "David Gómez" Date: Thu, 19 Sep 2002 13:16:03 +0200 To: zsh-workers@sunsite.dk Subject: Re: Using zsh in gcc compilation Message-ID: <20020919111603.GB17223@fargo> Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-15 Content-Disposition: inline Content-Transfer-Encoding: 8bit User-Agent: Mutt/1.3.28i On Thu, Sep 19, 2002 at 11:07:45AM +0100, Peter Stephenson wrote: > > This error seems to happens because an additional '-on' is added to the xgcc > > line and the output doesn't go to standard output, so we have an empty > > libgcc.map, but i have no idea which zsh feature could be causing this. > > That's plausible, but I think you'll have to go back and look at what is > producing that particular part of the xgcc command line, which probably > means trying to track down the corresponding part of the Makefile. At > the point you quote, it's already embedded in the command line from > somewhere earlier. I've already checked that, and if i didn't miss something, this part of the Makefile is generated from the script mklibgcc, which calls xgcc with the contents of a $flags variable. This variable is the result of applying a sed expression to the values contained in MULTILIB. Beyond MULTILIB i wasn't able to continue tracking down the problem :(, gcc makefiles/configure system are a 'bit' cryptic for me. By the way, i also tried configuring gcc with the --disable-multilib option, but the error still appeared. -- David Gómez "The question of whether computers can think is just like the question of whether submarines can swim." -- Edsger W. Dijkstra