This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: Top-level Makefile
- From: Zack Weinberg <zack at codesourcery dot com>
- To: Richard Kenner <kenner at vlsi1 dot ultra dot nyu dot edu>
- Cc: dje at watson dot ibm dot com, gcc at gcc dot gnu dot org
- Date: Fri, 30 Nov 2001 18:14:30 -0800
- Subject: Re: Top-level Makefile
- References: <10112010139.AA28635@vlsi1.ultra.nyu.edu>
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