This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
Re: 3.0 critical, in-source dir build fails
- To: Nathan Sidwell <nathan at codesourcery dot com>
- Subject: Re: 3.0 critical, in-source dir build fails
- From: Tom Tromey <tromey at redhat dot com>
- Date: 06 Jun 2001 12:57:37 -0600
- Cc: gcc-bugs at gcc dot gnu dot org, mark at codesourcery dot com, aoliva at redhat dot com
- References: <3B1E2954.8C21F5F7@codesourcery.com>
- Reply-To: tromey at redhat dot com
>>>>> "Nathan" == Nathan Sidwell <nathan@codesourcery.com> writes:
Nathan> loading cache ../config.cache
Nathan> configure: error: can not find install-sh or install.sh in .. ./..
Nathan> make[1]: *** [configure-target-boehm-gc] Error 1
It should be easy to change the boehm-gc AC_CONFIG_AUX_DIR invocation
so that this will work. libjava will also need this treatment.
I'll see if I can write and test a patch today.
Tom