This is the mail archive of the
java-patches@gcc.gnu.org
mailing list for the Java project.
Re: PATCH: Support dynamic libraries on FreeBSD/i386
- To: rittle at labs dot mot dot com
- Subject: Re: PATCH: Support dynamic libraries on FreeBSD/i386
- From: Tom Tromey <tromey at redhat dot com>
- Date: 28 Aug 2001 10:25:26 -0600
- Cc: java-patches at gcc dot gnu dot org, boehm at acm dot org
- References: <200108210319.f7L3J5003017@latour.rsch.comm.mot.com>
- Reply-To: tromey at redhat dot com
>>>>> "Loren" == Loren James Rittle <rittle@latour.rsch.comm.mot.com> writes:
Loren> (Humm: How about we unconditionally define DYNAMIC_LOADING when
Loren> configured to build a dynamic version of boehm-gc? That way we will
Loren> fail to compile dyn_load.c instead of building an untenable situation
Loren> to be debugged later.)
This sounds reasonable to me.
Loren> 2001-08-20 Loren J. Rittle <ljrittle@acm.org>
Loren> * doc/debugging.html: Add another likely problem and solution.
Loren> * dyn_load.c: Enable existing code path which supports FreeBSD.
Loren> * include/private/gcconfig.h (FREEBSD): Define DYNAMIC_LOADING.
I haven't seen a response from Hans. In any case, I think this is
fine for the trunk. If Hans ends up doing it differently, we can
always correct things to follow his version.
Thanks,
Tom