From mboxrd@z Thu Jan 1 00:00:00 1970 From: Zack Weinberg To: Richard Kenner Cc: dje@watson.ibm.com, gcc@gcc.gnu.org Subject: Re: Top-level Makefile Date: Fri, 30 Nov 2001 18:14:00 -0000 Message-ID: <20011130181430.B30901@codesourcery.com> References: <10112010139.AA28635@vlsi1.ultra.nyu.edu> X-SW-Source: 2001-11/msg01671.html Message-ID: <20011130181400.CFQ0IrxJc2HDBBU-gxPfgdhqK5JksxNnNft39lWa1pY@z> On Fri, Nov 30, 2001 at 08:39:00PM -0500, Richard Kenner wrote: > Note that I use > > $ make SHELL=/usr/local/bin/bash CONFIG_SHELL=/usr/local/bin/bash ... bootstrap > > Setting the appropriate environment variables should be equivalent with > GNU Make, but I am not sure. > > You lost me. I was doing configure, not make. The libstdc++ configure script shouldn't run during initial configure; it's target-only. It is supposed to be run during the course of the "make bootstrap" from top level. Can you post the precise sequence of commands you are using, starting from an empty build directory? zw