This is the mail archive of the
java-prs@gcc.gnu.org
mailing list for the Java project.
[Bug java/27764] New: gcj-4.1: error trying to exec 'cc1': execvp: No such file or directory
- From: "charleshixsn at earthlink dot net" <gcc-bugzilla at gcc dot gnu dot org>
- To: java-prs at gcc dot gnu dot org
- Date: 24 May 2006 21:33:40 -0000
- Subject: [Bug java/27764] New: gcj-4.1: error trying to exec 'cc1': execvp: No such file or directory
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
This is a fresh installation from Debian testing (Etch). (Well, I downgraded
to gcj-4.0, and then upgraded to gcj-4.1).
It's been about a month since I've used this at all, but it was "sort of"
working then. I attribute the "sort of" to my skill level.
The compile command was: gcj-4.1 --main=Hello -o Hello Hello.java
Yielding: gcj-4.1: error trying to exec 'cc1': execvp: No such file or
directory
FWIW, the Hello.java file was:
public class Hello
{
public static void main (String argv[])
{ System.out.println ("Hello, World!"); }
}
I suspect that this should have failed, as I suspect that I needed to import
System...the example in the book didn't show any import, however, so I didn't
include one.
--
Summary: gcj-4.1: error trying to exec 'cc1': execvp: No such
file or directory
Product: gcc
Version: 4.1.0
Status: UNCONFIRMED
Severity: major
Priority: P3
Component: java
AssignedTo: unassigned at gcc dot gnu dot org
ReportedBy: charleshixsn at earthlink dot net
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=27764