[Bug java/28869] gcc-4.1.1 fails to build with java language on Solaris 2.8
pinskia at gcc dot gnu dot org
gcc-bugzilla@gcc.gnu.org
Mon Aug 28 13:26:00 GMT 2006
------- Comment #1 from pinskia at gcc dot gnu dot org 2006-08-28 13:26 -------
configure: error: /bin/sh '/lhome/gcc/gcc-4.1.1/libjava/classpath/configure'
You forgot to do CONFIG_SHELL=/bin/ksh as mentioned by:
http://gcc.gnu.org/install/specific.html#x-x-solaris2
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=28869
More information about the Java-prs
mailing list