This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: BOEHM-GC,GCC 3.0.3 and libjava
- From: Tom Tromey <tromey at redhat dot com>
- To: Takis Psarogiannakopoulos <takis at XFree86 dot Org>
- Cc: bryce at waitaki dot otago dot ac dot nz, gcc at gnu dot org
- Date: 31 Jan 2002 20:33:20 -0700
- Subject: Re: BOEHM-GC,GCC 3.0.3 and libjava
- References: <Pine.BSF.4.21.0201310947420.15004-100000@public.xfree86.org>
- Reply-to: tromey at redhat dot com
>>>>> "Takis" == Takis Psarogiannakopoulos <takis@XFree86.Org> writes:
Takis> If you do also change the line inside configure.in from
Takis> AC_CONFIG_AUX_DIR(.) to
Takis> AC_CONFIG_AUX_DIR(..)
Takis> otherwise configuration will fail when you remove the above files.
You'll have to do more than that, since boehm-gc is a target library.
See libjava's configuration for an example of what must be done.
Tom