GCC always fails.

Mumit Khan khan@NanoTech.Wisc.EDU
Thu Jan 25 18:59:00 GMT 2001


On Fri, 26 Jan 2001, Tolpanov, Dmitry wrote:

> 
> I've got a problem. When i try to compile any file
>  $ gcc -o conftest conftest.c
> gcc fails with error:
>  gcc: installation problem, cannot exec `as': No such file or
> directory
> 
> How to fix this.

This was *just* addressed on this list, and a simple search before
posting may have solved your problem. "as" is the assembler and
is part of the binutils package, which is what you need in addition
to gcc (the compilers).

Regards,
Mumit



--
Want to unsubscribe from this list?
Check out: http://cygwin.com/ml/#unsubscribe-simple



More information about the Cygwin mailing list