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


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