This is the mail archive of the
java@gcc.gnu.org
mailing list for the Java project.
Re: gcc-3.1 libcj issues
- From: andreas tobler <toa at pop dot agri dot ch>
- To: Alexandre Oliva <aoliva at redhat dot com>, Tom Tromey <tromey at redhat dot com>
- Cc: GCC-Java <java at gcc dot gnu dot org>
- Date: Fri, 15 Mar 2002 20:29:03 +0100
- Subject: Re: gcc-3.1 libcj issues
- References: <ork7sdtzr0.fsf@free.redhat.lsd.ic.unicamp.br>
>On Mar 15, 2002, Tom Tromey <tromey@redhat.com> wrote:
>
>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.
>
>:-)
>
>What does it mean that files get overwritten in the archive? I don't
>understand... For the record, which implementation of `ar' is that?
See the thread 'link problems under darwin5.2' about 7.1.2002 for a
complete story.
For short, when I have two files with the same name in different
directories and I try to archive, then the first archived file gets
overwritten by the second when I do it in two steps. With quick it
doesn't check the content it only appens the file.
The system I'm on is a darwin5.3 with a BSD ar from 93 according to the
man page, otherwise I don't find the version.
Thanks,
Andreas