This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug bootstrap/31224] some installation scripts and Makefiles do not run on stock Solaris
- From: "pinskia at gcc dot gnu dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 16 Mar 2007 15:20:35 -0000
- Subject: [Bug bootstrap/31224] some installation scripts and Makefiles do not run on stock Solaris
- References: <bug-31224-10180@http.gcc.gnu.org/bugzilla/>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- 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