This is the mail archive of the
java@gcc.gnu.org
mailing list for the Java project.
Re: gcc-3.1 libcj issues
- From: Tom Tromey <tromey at redhat dot com>
- To: andreas tobler <toa at pop dot agri dot ch>
- Cc: GCC-Java <java at gcc dot gnu dot org>, Alexandre Oliva <aoliva at redhat dot com>
- Date: 15 Mar 2002 12:28:37 -0700
- Subject: Re: gcc-3.1 libcj issues
- References: <20020315183738.2396@pop.agri.ch>
- Reply-to: tromey at redhat dot com
>>>>> "Andreas" == andreas tobler <toa@pop.agri.ch> writes:
Andreas> I saw the status page about java and branch 3.1, here I found
Andreas> the PPC Darwin with my name and the status ok.
Thanks for accepting your "volunteer" status! :-)
Andreas> 1. I have to tweak gcc/gcc/ginclude/stddef.h
Andreas> 2. additional this one gcc/libstdc++-v3/include/c_std/std_cctype.h
Yes, please report these. This gets a little out of our hands. It
would be too bad if we couldn't support Darwin in this release, but we
might be forced that way. Let's at least give it a try though.
Andreas> 3. I have to tweak the libtool file after being
Andreas> generated. Here I have to modify the AR_FLAGS from 'cu' to
Andreas> 'qc' otherwise some files get overwritten in the archive.
Unfortunately for him :-), Alexandre Oliva is the libtool expert.
Alexandre, could you add this to your list? We'd like to make it as
easy as possible to build libgcj 3.1 on Darwin.
Tom