This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re:Re: BOEHM-GC,GCC 3.0.3 and libjava
- From: Takis Psarogiannakopoulos <takis at XFree86 dot Org>
- To: bryce at waitaki dot otago dot ac dot nz
- Cc: gcc at gnu dot org
- Date: Thu, 31 Jan 2002 09:51:44 -0800 (PST)
- Subject: Re:Re: BOEHM-GC,GCC 3.0.3 and libjava
On Thu, 31 Jan 2002, Bryce McKinlay wrote:
>> You should erase ltconfig, ltmain, config.sub, config.guess, and
>> install-sh from the gcc/boehm-gc dir . These they should follow
>> the gcc's source tree (main dir).
>
> Thanks. I'll do that too.
>
If you do also change the line inside configure.in from
AC_CONFIG_AUX_DIR(.) to
AC_CONFIG_AUX_DIR(..)
otherwise configuration will fail when you remove the above files.
Regards,
Takis