libgcj should depend on nat_files
Tom Tromey
tromey@redhat.com
Wed May 23 22:33:00 GMT 2001
>>>>> "Per" == Per Bothner <per@bothner.com> writes:
Per> This patch seems to be needed. However, I'm rather confused why
Per> things used to work and then they broke. I'm checking it in (to
Per> the trunk), but if someone who understands what is going on
Per> removes it, I won't object! One guess it could have something to
Per> do with different automake versions.
Per> 2001-05-21 Per Bothner <per@bothner.com>
Per> * Makefile.am (libgcj_la_DEPENDENCIES): Add $(nat_files).
Per> (libgcj_la_LIBADD): Likewise.
Per> (libgcjx_la_DEPENDENCIES, libgcjx_la_LIBADD): Add $(x_nat_files).
I think this patch is wrong. It is as you surmised: different
automake versions. The symptom I see is that symbols are multiply
defined.
The "right" automake for libjava is here:
ftp://sources.redhat.com/pub/java/automake-gcj-1.4.tar.gz
Hopefully this is a temporary problem. Automake 1.5 should be
released "soon" (it is feature-frozen) and then we will switch to it.
Tom
More information about the Java-patches
mailing list