tags 150142 + patch
thanks

Hi.  Below is a small patch that seems to fix the problem.

--- /usr/bin/gcj-wrapper-3.1    Tue Jun  4 01:21:17 2002
+++ gcj-wrapper-3.1     Mon Jun 17 18:20:27 2002
@@ -11,7 +11,12 @@
     fi
 
     case "$arg" in
-    -classpath|-encoding|-bootclasspath|-extdirs)
+    -classpath)
+        new_arg="$new_arg --classpath=$2"
+        ignore=1
+        ;;
+
+    --classpath|-encoding|-bootclasspath|-extdirs)
         new_arg="$new_arg $arg=$2"
         ignore=1
         ;;


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]


Reply via email to