[kaffe] CVS kaffe (kaz): FAQ/FAQ.freebsd: Recommends the use of --with-system-classpath.

Kaffe CVS cvs-commits at kaffe.org
Fri Jun 29 16:10:25 PDT 2007


PatchSet 7494 
Date: 2007/06/29 23:09:19
Author: kaz
Branch: HEAD
Tag: (none) 
Log:
2007-06-29  Ito Kazumitsu  <kaz at maczuka.gcd.org>

	* FAQ/FAQ.freebsd: Recommends the use of --with-system-classpath.

Members: 
	ChangeLog:1.4993->1.4994 
	FAQ/FAQ.freebsd:1.1->1.2 

Index: kaffe/ChangeLog
diff -u kaffe/ChangeLog:1.4993 kaffe/ChangeLog:1.4994
--- kaffe/ChangeLog:1.4993	Wed Jun 27 13:50:40 2007
+++ kaffe/ChangeLog	Fri Jun 29 23:09:19 2007
@@ -1,3 +1,7 @@
+2007-06-29  Ito Kazumitsu  <kaz at maczuka.gcd.org>
+
+	* FAQ/FAQ.freebsd: Recommends the use of --with-system-classpath.
+
 2007-06-27  Christian Thalinger  <twisti at complang.tuwien.ac.at>
 
 	* kaffe/kaffevm/readClass.c (readClass): Accept classes generated 
Index: kaffe/FAQ/FAQ.freebsd
diff -u kaffe/FAQ/FAQ.freebsd:1.1 kaffe/FAQ/FAQ.freebsd:1.2
--- kaffe/FAQ/FAQ.freebsd:1.1	Sat May 26 00:12:19 2007
+++ kaffe/FAQ/FAQ.freebsd	Fri Jun 29 23:09:20 2007
@@ -9,19 +9,7 @@
 
 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=31927
 
-A workaround for this problem follows.
-
-Go to libraries/javalib/external/classpath/native/jni and edit
-java-nio/gnu_java_nio_VMChannel.c and native-lib/cpio.c.
-
-These have functions named Java_gnu_java_nio_VMChannel_available
-and cpio_availableBytes respectively.
-
-These have a line which reads
-
-#if defined (FIONREAD)
-
-Change this line so that this #if part may be ignored.
-
-#if defined (FIONREAD) && 0
+This bug has been fixed, but the fixed files have not been imported
+to Kaffe yet.  Install GNU Classpath from the CVS repository, then
+install Kaffe with the configuration option "--with-system-classpath".
 



More information about the kaffe mailing list