classpath-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[cp-patches] FYI: Add jcl.o to xmlj


From: Mark Wielaard
Subject: [cp-patches] FYI: Add jcl.o to xmlj
Date: Sun, 08 Jan 2006 13:13:07 +0100

Hi,

While setting up the XML test-suites on builder.classpath.org Chris
found that we were not explicitly linking xmlj with the jcl functions
for RawData. This patch fixes that:

2006-01-08  Mark Wielaard  <address@hidden>

    * native/jni/xmlj/Makefile.am (libxmlj_la_LIBADD): Add jcl.o.

I am really happy about the issues we are finding with builder.
Apologies to Chris for finding most of them. The interaction between the
different components is really nice though. Chris also found some gcjx
byte code generation bugs (and Tom quickly fixed them!).

Cheers,

Mark

diff -u -r1.4 Makefile.am
--- native/jni/xmlj/Makefile.am 23 Oct 2005 16:59:09 -0000      1.4
+++ native/jni/xmlj/Makefile.am 8 Jan 2006 12:07:03 -0000
@@ -16,6 +16,8 @@
 xmlj_util.h \
 xmlj_xpath.c

+libxmlj_la_LIBADD = $(top_builddir)/native/jni/classpath/jcl.lo
+
 AM_LDFLAGS = @CLASSPATH_MODULE@ @XML_LIBS@ @XSLT_LIBS@
 AM_CPPFLAGS = @CLASSPATH_INCLUDES@


Attachment: signature.asc
Description: This is a digitally signed message part


reply via email to

[Prev in Thread] Current Thread [Next in Thread]