From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 31050 invoked by alias); 30 Mar 2006 13:07:12 -0000 Received: (qmail 30906 invoked by uid 48); 30 Mar 2006 13:07:11 -0000 Date: Thu, 30 Mar 2006 13:07:00 -0000 Message-ID: <20060330130711.30905.qmail@sourceware.org> X-Bugzilla-Reason: CC References: Subject: [Bug target/26879] LibJava not compile under alpha In-Reply-To: Reply-To: gcc-bugzilla@gcc.gnu.org To: java-prs@gcc.gnu.org From: "rmathew at gcc dot gnu dot org" Mailing-List: contact java-prs-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: java-prs-owner@gcc.gnu.org X-SW-Source: 2006-q1/txt/msg00465.txt.bz2 List-Id: ------- Comment #7 from rmathew at gcc dot gnu dot org 2006-03-30 13:07 ------- (In reply to comment #6) > > Now run "debugx jc1 ", where "" > > was the entire command noted earlier that causes the failure. > Before i reproduce the error, after i make the command : > > debugx jcl > /gcc-929a0346fb3027265ab1a9f2683e27c6/gcc-4.1-20060324/libjava/classpath/gnu/CORBA/CDR/gnuRuntime.java > > answer : debugx: command not found Put *both* of 'debugx' and 'debug' in a folder in your PATH and make sure they have execute permission. For example, you can put these in your "$HOME/bin" folder and then add this folder to your PATH variable. It is not strictly necessary, but you might also want to define the environment variable "DEBUG" to point to your debugger of choice, normally, gdb. The command-line you have pasted seems incomplete. As I noted earlier, make sure that you have the entire command-line from the build log and that you can reproduce the error on the command-line before trying to run "debugx jc1" on it. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=26879