This is the mail archive of the gcc-bugs@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]

[Bug java/32045] unknown option -e for test command in gen-classlist.sh



------- Comment #1 from pinskia at gcc dot gnu dot org  2007-05-22 18:36 -------
You did not follow the instructions on installation
(http://gcc.gnu.org/install/):

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
and proceed as described in the configure instructions. In addition we strongly
recommend specifying an absolute path to invoke srcdir/configure.


test -e is part of POSIX already, just solaris's /bin/sh's builtin for test
does not support it (read the man page for test further information).


-- 

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=32045


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