------- Comment #3 from pinskia at gcc dot gnu dot org  2007-03-16 15:20 -------
/bin/sh is not a POSIX shell in Solaris and GCC depends a POSIX shell.

test -ef is actually POSIX, read the man page on solaris, it will say it is not
avaible with /bin/sh.


Anyways you did not read:
http://gcc.gnu.org/install/specific.html#x-x-solaris2

Which says:

The Solaris 2 /bin/sh will often fail to configure libstdc++-v3, boehm-gc or
libjava. We therefore recommend using the following initial sequence of
commands

        % CONFIG_SHELL=/bin/ksh
        % export CONFIG_SHELL


-- 

pinskia at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |RESOLVED
         Resolution|                            |INVALID


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=31224

Reply via email to