GCC 3.2.3 on Solaris 2.7

Eric Botcazou ebotcazou@libertysurf.fr
Mon Mar 22 17:11:00 GMT 2004


> 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



More information about the Gcc mailing list