This is the mail archive of the java@gcc.gnu.org mailing list for the Java 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: boehm-gc: Length of .comm "_C" [[ problem found, how do I fix it? ]]



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





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