This is the mail archive of the cygwin mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

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


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

$ gcc --version
gcc (GCC) 3.4.1 (cygming special)
Copyright (C) 2004 Free Software Foundation, Inc.
This is free software; see the source for copying conditions.  There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

$ gcc -print-search-dirs
install: /usr/lib/gcc/i686-pc-cygwin/3.4.1/
programs: =/usr/lib/gcc/i686-pc-cygwin/3.4.1/:/usr/lib/gcc/i686-pc-cygwin/3.4.1/:/usr/lib/gcc/i686-pc-cygwin/:/usr/lib/gcc/i686-pc-cygwin/3.4.1/:/
lib/gcc/i686-pc-cygwin/:/usr/libexec/gcc/i686-pc-cygwin/3.4.1/:/usr/libexec/gcc/i686-pc-cygwin/:/usr/lib/gcc/i686-pc-cygwin/3.4.1/:/usr/lib/gcc/i6
c-cygwin/:/usr/lib/gcc/i686-pc-cygwin/3.4.1/../../../../i686-pc-cygwin/bin/i686-pc-cygwin/3.4.1/:/usr/lib/gcc/i686-pc-cygwin/3.4.1/../../../../i68
-cygwin/bin/
libraries: =/usr/lib/gcc/i686-pc-cygwin/3.4.1/:/usr/lib/gcc/i686-pc-cygwin/3.4.1/:/usr/lib/gcc/i686-pc-cygwin/3.4.1/../../../../i686-pc-cygwin/lib
6-pc-cygwin/3.4.1/:/usr/lib/gcc/i686-pc-cygwin/3.4.1/../../../../i686-pc-cygwin/lib/:/usr/lib/gcc/i686-pc-cygwin/3.4.1/../../../i686-pc-cygwin/3.4
/usr/lib/gcc/i686-pc-cygwin/3.4.1/../../../:/lib/i686-pc-cygwin/3.4.1/:/lib/:/usr/lib/i686-pc-cygwin/3.4.1/:/usr/lib/

Any sugestions?

Regards,
Naveen
nckaje at gmail dot com

--
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/


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]