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]

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


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