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: GCC 3.2.3 on Solaris 2.7


> I think the shell was the problem. In fact, the documentation
> should state that CONFIG_SHELL should always be exported, or,
> configure should take the SHELL value from the env.

I think we can't do much better than:

The Solaris 2 /bin/sh will often fail to configure libstdc++-v3, boehm-gc or 
libjava. We therefore recommend to use the following sequence of commands to 
bootstrap and install GCC:

        % CONFIG_SHELL=/bin/ksh
        % export CONFIG_SHELL
     
> After that was set, a complete rebuild was successful.

Nice.

> However, config.status still shows #!/bin/sh whatever is set.

Weird.  Good to know anyway.

-- 
Eric Botcazou


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