Mailing-List: contact cygwin-help AT sourceware DOT cygnus DOT com; run by ezmlm List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT sourceware DOT cygnus DOT com Delivered-To: mailing list cygwin AT sourceware DOT cygnus DOT com Message-ID: <20000609213852.26979.qmail@web702.mail.yahoo.com> Date: Fri, 9 Jun 2000 14:38:52 -0700 (PDT) From: Rui Hu Subject: problem with gcc on Windows To: cygwin AT sourceware DOT cygnus DOT com MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii 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 AT sourceware DOT cygnus DOT com