This is the mail archive of the
java@gcc.gnu.org
mailing list for the Java project.
Re: Enhancement Request
- From: Tom Tromey <tromey at redhat dot com>
- To: Glenn Chambers <gchamber at bright dot net>
- Cc: java at gcc dot gnu dot org
- Date: 16 Dec 2002 00:22:32 -0700
- Subject: Re: Enhancement Request
- References: <DAD5AD1A-0F0C-11D7-AF51-000393100C94@bright.net>
- Reply-to: tromey at redhat dot com
>>>>> "Glenn" == Glenn Chambers <gchamber@bright.net> writes:
Glenn> I'm working on a toy project that may grow up some day, and have a
Glenn> need/desire to use the libffi and beohm-gc libraries included in
Glenn> libgcj.so in my own code. In order to do that, it would be nice
Glenn> if the relevant headers were installed with the libgcj libraries.
I think this makes sense for libffi, especially considering that the
gcc tree is now the de facto canonical libffi repository. Anthony
would have to make the final decision though. I recommend submitting
a patch to force the issue :-)
For the GC, I currently don't think we should. We aren't the
canonical source and we tailor the GC to suit our needs at configure
time.
Tom