On 7/17/06, Asher Langton <langton2@xxxxxxxx> wrote:
>Thanks a lot. It went beyond the last error after I used gmake. It ran >for a couple of hours and then quit with the following error: > > >/u1/santosh/cfiles/GCC_installs/gcc-4.1.1/gcc-4.1.1/libjava/classpath/configure: >syntax error at line 11740: `QT_INCLUDE_DIR=$' unexpected >configure: error: /bin/sh >'/u1/santosh/cfiles/GCC_installs/gcc-4.1.1/gcc-4.1.1/libjava/classpath/configure' >failed for classpath Are you using Sun's /bin/sh? This is known to fail: http://gcc.gnu.org/install/specific.html#x-x-solaris2
Thanks Asher. However the build still failed after setting CONFIG_SHELL=/usr/bin/ksh One more question, I had gone through the host specific notes and had not applied them as all of them were for *-*-solaris2*. I am using SunOS 5.10. Was I wrong? Can the variable CONFIG_SHELL be set explicitly in some file because still /bin/sh is being used. Thanks, S