boehm-gc: Length of .comm "_C" [[ problem found, how do I fix it? ]]
Adam Megacz
gcj@lists.megacz.com
Tue Dec 11 21:53:00 GMT 2001
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
More information about the Java
mailing list