Re: gcc cc1

1997-01-22 Thread Javier Gismero

Have you seen the directories under /usr/lib/gcc-lib??
Probably you will have more than one version, so you have to link in the newest 
one to the binaries resident in the older one.
I had the same problem with g77 (it did'nt find the libf2c.a) and with two 
links the problem was solved


--
TO UNSUBSCRIBE FROM THIS MAILING LIST: e-mail the word unsubscribe to
[EMAIL PROTECTED] . Trouble? e-mail to [EMAIL PROTECTED]


Re: gcc cc1

1997-01-22 Thread Victor Torrico
Richard Sevenich wrote:
 
 My new installation (1.2.1) no longer compiles via gcc. The system error
 message is:
   'gcc: installation problem, cannot exec 'cc1': No such file or directory'
 Any clues/hints?
 Richard
 
 --
 TO UNSUBSCRIBE FROM THIS MAILING LIST: e-mail the word unsubscribe to
 [EMAIL PROTECTED] . Trouble? e-mail to [EMAIL PROTECTED]

The same thing happened to me. I did a dpkg --purge gcc and then
reinstalled it and was then able to compile. You may have to remove one
or two gcc dependent packages before removing gcc.

Victor


--
TO UNSUBSCRIBE FROM THIS MAILING LIST: e-mail the word unsubscribe to
[EMAIL PROTECTED] . Trouble? e-mail to [EMAIL PROTECTED]


Re: gcc cc1

1997-01-22 Thread Sven Rudolph
[EMAIL PROTECTED] (Richard Sevenich) writes:

 My new installation (1.2.1) no longer compiles via gcc. The system error
 message is:
   'gcc: installation problem, cannot exec 'cc1': No such file or directory'
 Any clues/hints?

gnat provides a gcc frontend with a mismatching version. Remove gnat.

Sven
-- 
Sven Rudolph [EMAIL PROTECTED] ; WWW : http://www.sax.de/~sr1/


--
TO UNSUBSCRIBE FROM THIS MAILING LIST: e-mail the word unsubscribe to
[EMAIL PROTECTED] . Trouble? e-mail to [EMAIL PROTECTED]


Re: gcc cc1

1997-01-22 Thread Brian C. White
 My new installation (1.2.1) no longer compiles via gcc. The system error
 message is:
   'gcc: installation problem, cannot exec 'cc1': No such file or directory'
 Any clues/hints?

Try running the gcc command line with -v.  This should tell you what
program it cannot find.
 
  Brian
 ( [EMAIL PROTECTED] )
 
---
 Searching for something?  Look to us!  http://www.verisim.com/ferret/


--
TO UNSUBSCRIBE FROM THIS MAILING LIST: e-mail the word unsubscribe to
[EMAIL PROTECTED] . Trouble? e-mail to [EMAIL PROTECTED]


gcc cc1

1997-01-22 Thread Richard Sevenich
My new installation (1.2.1) no longer compiles via gcc. The system error
message is:
  'gcc: installation problem, cannot exec 'cc1': No such file or directory'
Any clues/hints?
Richard


--
TO UNSUBSCRIBE FROM THIS MAILING LIST: e-mail the word unsubscribe to
[EMAIL PROTECTED] . Trouble? e-mail to [EMAIL PROTECTED]


Re: gcc cc1

1997-01-22 Thread Richard Sevenich
The problem I reported earlier was repaired by
dpkg -r gnat
suggesting that gnat (Ada compiler not 'gnats') is the source
of the problem.

Richard


--
TO UNSUBSCRIBE FROM THIS MAILING LIST: e-mail the word unsubscribe to
[EMAIL PROTECTED] . Trouble? e-mail to [EMAIL PROTECTED]