This is the mail archive of the java-patches@gcc.gnu.org mailing list for the Java project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: libgcj should depend on nat_files


>>>>> "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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]