From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 14142 invoked by alias); 18 Jul 2002 11:11:38 -0000 Mailing-List: contact cygwin-help@cygwin.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner@cygwin.com Mail-Followup-To: cygwin@cygwin.com Received: (qmail 14108 invoked from network); 18 Jul 2002 11:11:37 -0000 Received: from unknown (HELO alpha1.ebi.ac.uk) (193.62.196.122) by sources.redhat.com with SMTP; 18 Jul 2002 11:11:37 -0000 Received: from BRYCE.ebi.ac.uk (bryce.dhcp.ebi.ac.uk [193.62.198.162]) by alpha1.ebi.ac.uk (8.9.3/8.9.3) with ESMTP id MAA355518; Thu, 18 Jul 2002 12:11:32 +0100 (BST) Date: Thu, 18 Jul 2002 07:34:00 -0000 Message-ID: <534-Thu18Jul2002121132+0100-starksb@ebi.ac.uk> From: David Starks-Browning MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit To: Ced Cc: cygwin@cygwin.com Subject: Re: Compilation problem In-Reply-To: <135161390.20020718130525@ifrance.com> References: <18048183781.20020718014825@ifrance.com> <7943-Thu18Jul2002104201+0100-starksb@ebi.ac.uk> <135161390.20020718130525@ifrance.com> X-SW-Source: 2002-07/txt/msg01454.txt.bz2 On Thursday 18 Jul 02, Ced writes: > Hello David, > > Thursday, July 18, 2002, 11:42:01 AM, you wrote: > > DSB> On Thursday 18 Jul 02, Ced writes: > >> gcc: installation problem, cannot exec `as': No such file or directory > >> configure: failed program was: > >> (..) > > DSB> Read the FAQ entry "What packages should I download?" > > i've already read it.. > > DSB> If you did that, and followed the advice there, and it still doesn't > DSB> work, let us know. > > "If you want to build programs, of course you'll need `gcc', > `binutils', `make' and probably other packages from the "Devel" > category. " > > I have all the Devel packages.. > it worked for a while, but now i can't compile anything Something is screwed up with your installation. "as" is in binutils. Does "type as" find it? Write a simple "helloworld.c" program and try to compile it with "gcc -v". David -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Bug reporting: http://cygwin.com/bugs.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/