This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: make install problems (libjava) with CVS 3.0.x branch
>>>>> "Alexandre" == Alexandre Oliva <aoliva@redhat.com> writes:
Alexandre> One solution is to explicitly pass the tag name to libtool,
Alexandre> so that it doesn't try to infer the tag name from the
Alexandre> command line, which is deemed to fail in this set-up. A
Alexandre> patch that adds the tag would be appreciated.
Sorry, I haven't been tracking this problem.
Was this reported against the branch?
Or the trunk?
I have a patch (it is very simple, really), and I want to make sure I
check it in where it is required.
I also want to confirm (since I haven't reproduced this problem
myself): I just need to make sure the libtool link command uses
`--tag=GCJ'. Right?
Tom