This is the mail archive of the
java-prs@gcc.gnu.org
mailing list for the Java project.
[Bug libgcj/27823] Found a problem with the JNI methods declared and implemented
- From: "lucier at math dot purdue dot edu" <gcc-bugzilla at gcc dot gnu dot org>
- To: java-prs at gcc dot gnu dot org
- Date: 8 Jul 2006 18:13:04 -0000
- Subject: [Bug libgcj/27823] Found a problem with the JNI methods declared and implemented
- References: <bug-27823-12755@http.gcc.gnu.org/bugzilla/>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Comment #6 from lucier at math dot purdue dot edu 2006-07-08 18:13 -------
Subject: Re: Found a problem with the JNI methods declared and implemented
Well, these were the commands that failed:
build.log:cd ../../../../../../../libjava/classpath && /usr/bin/ksh ./
scripts/check_jni_methods.sh
build.log:cd ../../../../../../libjava/classpath && /usr/bin/ksh ./
scripts/check_jni_methods.sh
and this is what I ended up commenting out in the Makefiles:
sparc-sun-solaris2.9/libjava/classpath/native/jni/Makefile:# cd $
(top_srcdir) && $(SHELL) ./scripts/check_jni_methods.sh
sparc-sun-solaris2.9/sparcv9/libjava/classpath/native/jni/
Makefile:# cd $(top_srcdir) && $(SHELL) ./scripts/
check_jni_methods.sh
Maybe it works for people using bash as their CONFIG_SHELL.
Brad
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=27823