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

* [Bug java/27764] gcj-4.1: error trying to exec 'cc1': execvp: No such file or directory
  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 ` pinskia at gcc dot gnu dot org
  2006-05-25  6:44 ` charleshixsn at earthlink dot net
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 5+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2006-05-24 21:42 UTC (permalink / raw)
  To: java-prs



------- Comment #1 from pinskia at gcc dot gnu dot org  2006-05-24 21:42 -------
You forgot to also install the C compiler.
I am assuming you isntalled gcj via apt-get which means you also need to
install gcc-4.0.


-- 

pinskia at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |RESOLVED
         Resolution|                            |INVALID


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=27764


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

* [Bug java/27764] gcj-4.1: error trying to exec 'cc1': execvp: No such file or directory
  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
  3 siblings, 0 replies; 5+ messages in thread
From: charleshixsn at earthlink dot net @ 2006-05-25  6:44 UTC (permalink / raw)
  To: java-prs



------- Comment #2 from charleshixsn at earthlink dot net  2006-05-25 06:44 -------
Subject: Re:  gcj-4.1: error trying to exec 'cc1': execvp:
 No such file or directory

pinskia at gcc dot gnu dot org wrote:
> ------- Comment #1 from pinskia at gcc dot gnu dot org  2006-05-24 21:42 -------
> You forgot to also install the C compiler.
> I am assuming you isntalled gcj via apt-get which means you also need to
> install gcc-4.0.
That *sounds* reasonable...but I can't figure out which package you are
referring to. Here's a list of what synaptic is reporting as installed
when I search for gcc:
cpp, cpp-2.95, cpp-3.3, cpp-3.4, cpp-4.0, cpp-4.1, g++-2.95, g++-3.4,
gcc, gcc-2.95, gcc-3.3, gcc-3.3-base, gcc-3.3-doc, gcc-3.4,
gcc-3.4-base, gcc-3.4-doc, gcc-4.1, gcc-4.1-base, gcc-4.1-doc,
gcc-4.1-locales, gcc-4.1-source, gcc-doc, gcj-4.1, gcj-4.1-base,
gfortran-4.1, gnat-4.1, gobjc, gobjc-4.0, lib64gcc1, libaspell15c2,
libfcc1, libgcj6, libgcj6-common, libgcj7, libgcj7-dev, libgcj7-jar,
libstdc++2.10-dev, libstdc++2.10-glibc2.2, xutils

The first thing I tried was to install some package that might have the
"missing file".  I didn't succeed.  There are other packages, but I
can't guess which one I might be missing.


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=27764


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

* [Bug java/27764] gcj-4.1: error trying to exec 'cc1': execvp: No such file or directory
  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
  3 siblings, 0 replies; 5+ messages in thread
From: charleshixsn at earthlink dot net @ 2006-05-25  6:54 UTC (permalink / raw)
  To: java-prs



------- Comment #3 from charleshixsn at earthlink dot net  2006-05-25 06:54 -------
I just noticed that the suggestion was to install gcc-4.0 rather than gcc-4.1,
which is what is installed.  This seems counterintuitive as the gcj version is
4.1, but I'll see what effect it has.  Perhaps the suggestion was rather to
revert to gcj-4.0?


-- 

charleshixsn at earthlink dot net changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|RESOLVED                    |UNCONFIRMED
         Resolution|INVALID                     |


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=27764


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

* [Bug java/27764] gcj-4.1: error trying to exec 'cc1': execvp: No such file or directory
  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
                   ` (2 preceding siblings ...)
  2006-05-25  6:54 ` charleshixsn at earthlink dot net
@ 2006-05-25  8:50 ` konqueror at gmx dot de
  3 siblings, 0 replies; 5+ messages in thread
From: konqueror at gmx dot de @ 2006-05-25  8:50 UTC (permalink / raw)
  To: java-prs



------- Comment #4 from konqueror at gmx dot de  2006-05-25 08:50 -------
This is a Debian problem, not an upstream problem. You missed to install the
build-essesntial package in debian. That would have installed all needd stuff
for you. Closing as invalid.


-- 

konqueror at gmx dot de changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |RESOLVED
         Resolution|                            |INVALID


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).