RE: Error executing C Compiler cc: installation problem, cannot exec 'as': No such file or directory

2004-10-25 Thread Dave Korn
 -Original Message-
 From: cygwin-owner On Behalf Of Naveen Chandra Kaje
 Sent: 25 October 2004 13:45

 Hello, 
 I get the following error message while compiling a .c file 
 using gcc on Cygwin.
 
 $ cc ~/Desktop/test.c
 cc: installation problem, cannot exec 'as': No such file or directory

  Sounds like you installed gcc without binutils, perhaps?  Re-run setup and
ensure the binutils package gets installed (Under the devel category). 


cheers, 
  DaveK
-- 
Can't think of a witty .sigline today


--
Unsubscribe info:  http://cygwin.com/ml/#unsubscribe-simple
Problem reports:   http://cygwin.com/problems.html
Documentation: http://cygwin.com/docs.html
FAQ:   http://cygwin.com/faq/



Re: Error executing C Compiler cc: installation problem, cannot exec 'as': No such file or directory

2004-10-25 Thread Tim Prince
At 05:45 AM 10/25/2004, Naveen Chandra Kaje wrote:
Hello,
I get the following error message while compiling a .c file using gcc on 
Cygwin.

$ cc ~/Desktop/test.c
cc: installation problem, cannot exec 'as': No such file or directory
Do you actually have cc linked to gcc?  There shouldn't be any message 
about cc if you use gcc directly. Have you installed binutils?

Tim Prince 

--
Unsubscribe info:  http://cygwin.com/ml/#unsubscribe-simple
Problem reports:   http://cygwin.com/problems.html
Documentation: http://cygwin.com/docs.html
FAQ:   http://cygwin.com/faq/