[java] RFC/RFA: libgcj_bc.so.1

Andrew Haley aph@redhat.com
Fri Jul 14 15:55:00 GMT 2006


It doesn't build the QT peer.  You need this:

Index: classpath/native/jni/qt-peer/Makefile.am
===================================================================
--- classpath/native/jni/qt-peer/Makefile.am	(revision 115439)
+++ classpath/native/jni/qt-peer/Makefile.am	(working copy)
@@ -79,7 +79,7 @@
 
 ## GCJ LOCAL: encode the library path and  use GCJ's library version
 libqtpeer_la_LDFLAGS = -rpath $(gcjversionedlibdir) \
-	-version-info `grep -v '^\#' $(top_srcdir)/../libtool-version`
+	-version-info $(ver_current):$(ver_revision):$(ver_age)
 
 BUILT_SOURCES = $(libqtpeer_la_MOC)
 



More information about the Java-patches mailing list