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: Request for Assistance: GCC 3.3.1 Code-Gen Problems


On Wed, 2003-07-16 at 13:33, Eric Botcazou wrote:
> > Found the problem:
> 
> Wunderbar!

Indeed.

> but I agree that we could be more precise. Something like:
> 
> "We therefore recommend to set CONFIG_SHELL to /bin/ksh in your environment 
> once for all before configuring (e.g. with 'export CONFIG_SHELL=/bin/ksh')."

I suggest we go whole-hog and just give the exact set of commands to
use.  How about:

  Run the following commands under /bin/sh:

    CONFIG_SHELL=/bin/ksh .../srcdir/configure
    gmake bootstrap
    gmake install

  Do not set CONFIG_SHELL during the bootstrap or install phases.

If y'all agree, would one of you be willing to put that or something
like it in the docs?  Patch pre-approved.

Thanks!

-- 
Mark Mitchell <mark@codesourcery.com>
CodeSourcery, LLC


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