This is the mail archive of the cygwin@sourceware.cygnus.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: problem with gcc on Windows


You need to install binutils.

> -----Original Message-----
> From: Rui Hu [mailto:ruihu_98@yahoo.com]
> Sent: Friday, June 09, 2000 5:39 PM
> To: cygwin@sourceware.cygnus.com
> Subject: problem with gcc on Windows
> 
> 
> 
>   I downloaded gcc from
> http://sourceware.cygnus.com/cygwin. The problem I
> have with gcc now is:
> 
> gcc -o mytest mytest.c
> gcc: installation problem, cannot execute 'as': No
> such file or directory.
> 
> --------------------------------------------
> File: mytest.c  
> 
> #define PI 3.14
> 
> main()
> {
>   int i;
> 
>   i = 2*PI;
> }
> 
> ----------------------------------------------
> 
>   Thank you very much!
> 
>   Sincerely
>   Rui
> 
> 
> 
> __________________________________________________
> Do You Yahoo!?
> Yahoo! Photos -- now, 100 FREE prints!
> http://photos.yahoo.com
> 
> --
> Want to unsubscribe from this list?
> Send a message to cygwin-unsubscribe@sourceware.cygnus.com
> 

--
Want to unsubscribe from this list?
Send a message to cygwin-unsubscribe@sourceware.cygnus.com


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