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, Jul 16, 2003 at 10:33:58PM +0200, Eric Botcazou wrote:
> 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')."

1)  Once for all before /everything/, i.e., not on a per-command basis.
2)  Solaris' sh doesn't like "export X=Y".  It must be two statements,
    "X=Y; export X".  Yah, it sucks, but if it didn't suck, we wouldn't
    have to use CONFIG_SHELL in the first place, so this should come as
    no surprise.  :-)

-- 
If ye love wealth greater than liberty, the tranquility of servitude greater
than the animating contest for freedom, go home and leave us in peace.  We seek
not your counsel, nor your arms.  Crouch down and lick the hand that feeds you;
and may posterity forget that ye were our countrymen.            - Samuel Adams


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