This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Top-level Makefile


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]