This is the mail archive of the cygwin@sources.redhat.com 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]

Re: GCC always fails.


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


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