public inbox for java-prs@sourceware.org
help / color / mirror / Atom feed
* [Bug java/27764]  New: gcj-4.1: error trying to exec 'cc1': execvp: No such file or directory
@ 2006-05-24 21:33 charleshixsn at earthlink dot net
  2006-05-24 21:42 ` [Bug java/27764] " pinskia at gcc dot gnu dot org
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: charleshixsn at earthlink dot net @ 2006-05-24 21:33 UTC (permalink / raw)
  To: java-prs

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


^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2006-05-25  8:50 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2006-05-24 21:33 [Bug java/27764] New: gcj-4.1: error trying to exec 'cc1': execvp: No such file or directory charleshixsn at earthlink dot net
2006-05-24 21:42 ` [Bug java/27764] " pinskia at gcc dot gnu dot org
2006-05-25  6:44 ` charleshixsn at earthlink dot net
2006-05-25  6:54 ` charleshixsn at earthlink dot net
2006-05-25  8:50 ` konqueror at gmx dot de

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).