In building gcc with java on the solaris2.8 platform the build failed when this was executed ./sparc-sun-solaris2.8/libjava/classpath/lib/gen-classlist.sh
The script used /bin/sh but sh on solaris does not support the -ef switch that is used. /bin/bash does support it. Perhaps the script should use bash instead? Or do the test a different way on solaris? -- Summary: soalris 8 /bin/sh does not support -ef in gen- classlist.sh Product: gcc Version: 4.2.2 Status: UNCONFIRMED Severity: normal Priority: P3 Component: java AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: warren dot l dot dodge at tektronix dot com GCC build triplet: sparc-sun-solaris2.8 GCC host triplet: sparc-sun-solaris2.8 GCC target triplet: sparc-sun-solaris2.8 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=34239