This is the mail archive of the
java@gcc.gnu.org
mailing list for the Java project.
Re: boehm-gc: Length of .comm "_C" [[ problem found, how do I fix it? ]]
- From: Adam Megacz <gcj at lists dot megacz dot com>
- To: java at gcc dot gnu dot org
- Date: 12 Dec 2001 00:54:03 -0500
- Subject: Re: boehm-gc: Length of .comm "_C" [[ problem found, how do I fix it? ]]
- Organization: Myself
- References: <Pine.LNX.4.10.10112112255290.14937-100000@mars.deadcafe.org> <86zo4p132x.fsf@megacz.com> <3C16E751.9060902@waitaki.otago.ac.nz>
Bryce McKinlay <bryce@waitaki.otago.ac.nz> writes:
> > GC_API CRITICAL_SECTION GC_allocate_ml;
> Are you build the collector statically?
Crap. Must read the manuals... must read the manuals...
Thanks, Bryce =) I'll include a fix in my patch so that "configure
--disable-shared" causes NOT_DLL to be defined.
Actually, won't the static library (libgcjgc.a) get built even if this
option is left off? If I understand it correctly, a vanilla configure
will build both libgcjgc.a and libgcjgc.so from the same sources --
but one is supposed to have NOT_DLL defined and the other isn't... how
is this supposed to work?
- a