From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 8810 invoked by alias); 8 Jul 2006 18:13:12 -0000 Received: (qmail 8636 invoked by alias); 8 Jul 2006 18:13:04 -0000 Date: Sat, 08 Jul 2006 18:13:00 -0000 Message-ID: <20060708181304.8635.qmail@sourceware.org> X-Bugzilla-Reason: CC References: Subject: [Bug libgcj/27823] Found a problem with the JNI methods declared and implemented In-Reply-To: Reply-To: gcc-bugzilla@gcc.gnu.org To: gcc-bugs@gcc.gnu.org From: "lucier at math dot purdue dot edu" Mailing-List: contact gcc-bugs-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Archive: List-Post: List-Help: Sender: gcc-bugs-owner@gcc.gnu.org X-SW-Source: 2006-07/txt/msg00613.txt.bz2 List-Id: ------- 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