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

Re: Error during make bootstrap (gcc-4.1.1)


On 7/17/06, Asher Langton <langton2@llnl.gov> 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


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