From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 23840 invoked by alias); 22 Jun 2004 23:05:18 -0000 Mailing-List: contact gcc-patches-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Archive: List-Post: List-Help: Sender: gcc-patches-owner@gcc.gnu.org Received: (qmail 23817 invoked from network); 22 Jun 2004 23:05:16 -0000 Received: from unknown (HELO vlsi1.ultra.nyu.edu) (128.122.140.213) by sourceware.org with SMTP; 22 Jun 2004 23:05:16 -0000 Received: by vlsi1.ultra.nyu.edu (4.1/1.34) id AA12431; Tue, 22 Jun 04 19:06:47 EDT Date: Wed, 23 Jun 2004 02:32:00 -0000 From: kenner@vlsi1.ultra.nyu.edu (Richard Kenner) Message-Id: <10406222306.AA12431@vlsi1.ultra.nyu.edu> To: mckinlay@redhat.com Subject: Re: Patch to allow Ada to work with tree-ssa Cc: aph@redhat.com, gcc-patches@gcc.gnu.org, java@gcc.gnu.org X-SW-Source: 2004-06/txt/msg01820.txt.bz2 >I don't know how to run Java code, though. Can you tell me the >command-line options I need with the file you provided to see the problem? gcj err6.java --main=err6 I tried what I thought was the version of that which I was supposed to use while in the directoryof err6.java and got: don% /gcc/gcc/i386-64-h/gcc/gcj -v -B/gcc/gcc/i386-64-h/gcc/ err6.java --main=err6 Reading specs from /gcc/gcc/i386-64-h/gcc/specs Reading specs from libgcj.spec gcj: libgcj.spec: No such file or directory If I do the exact above command in the build directory but substitute err6.java with the directory it's in, it uses the install gcj, not the one in the build directory. If I do ./gcj ... I get: don% ./gcj /gcc/gcc/test/err6.java --main=err6 -v Using built-in specs. Reading specs from libgcj.spec gcj: libgcj.spec: No such file or directory