Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Subscribe: <mailto:cygwin-subscribe AT cygwin DOT com> List-Archive: <http://sources.redhat.com/ml/cygwin/> List-Post: <mailto:cygwin AT cygwin DOT com> List-Help: <mailto:cygwin-help AT cygwin DOT com>, <http://sources.redhat.com/ml/#faqs> Sender: cygwin-owner AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com Date: Fri, 22 Feb 2002 15:50:29 +0100 From: Pavel Tsekov <ptsekov AT syntrex DOT com> X-Mailer: The Bat! (v1.53d) UNREG / CD5BF9353B3B7091 Reply-To: Pavel Tsekov <cygwin AT cygwin DOT com> Organization: Syntrex, Inc. X-Priority: 3 (Normal) Message-ID: <6221772717.20020222155029@syntrex.com> To: isaque AT uol DOT com DOT br CC: Andrew Markebo <flognat AT flognat DOT myip DOT org>, cygwin AT cygwin DOT com Subject: Re[2]: Cygwin 1.3.9 - gcc isn't working! In-Reply-To: <20020222114229.A1188@SAO-IA7153149> References: <20020222111453 DOT A604 AT SAO-IA7153149> <m3sn7tegjr DOT fsf AT localhost DOT localdomain> <20020222114229 DOT A1188 AT SAO-IA7153149> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Hello isaque, Please, supply the output of 'cygcheck -r -s -v -c', and also the output of 'gcc -v -o teste teste.o' Friday, February 22, 2002, 3:42:29 PM, you wrote: iucb> OK, here goes what is happening... iucb> root AT SAO-IA7153149 ~/tmp iucb> $ ls -la iucb> total 1 iucb> drwxr-xr-x 2 root None 0 Feb 22 11:33 . iucb> drwxr-xr-x 9 root None 0 Feb 22 10:31 .. iucb> -rw-r--r-- 1 root None 37 Feb 22 11:33 teste.c iucb> root AT SAO-IA7153149 ~/tmp iucb> $ cat teste.c iucb> main() iucb> { iucb> printf("teste\n"); iucb> } iucb> root AT SAO-IA7153149 ~/tmp iucb> $ gcc --version iucb> 2.95.3-5 iucb> root AT SAO-IA7153149 ~/tmp iucb> $ gcc -c teste.c iucb> root AT SAO-IA7153149 ~/tmp iucb> $ ls -la iucb> total 2 iucb> drwxr-xr-x 2 root None 0 Feb 22 11:33 . iucb> drwxr-xr-x 9 root None 0 Feb 22 10:31 .. iucb> -rw-r--r-- 1 root None 37 Feb 22 11:33 teste.c iucb> -rw-r--r-- 1 root None 499 Feb 22 11:36 teste.o iucb> root AT SAO-IA7153149 ~/tmp iucb> $ gcc -o teste teste.o iucb> root AT SAO-IA7153149 ~/tmp iucb> $ ls -la iucb> total 2 iucb> drwxr-xr-x 2 root None 0 Feb 22 11:33 . iucb> drwxr-xr-x 9 root None 0 Feb 22 10:31 .. iucb> -rw-r--r-- 1 root None 37 Feb 22 11:33 teste.c iucb> -rw-r--r-- 1 root None 499 Feb 22 11:36 teste.o iucb> I never got this kind of error before. I took a look at mail list archive but coudn't get any usefull information there, but others are having the same problem too. iucb> - isaque AT uol DOT com DOT br iucb> On Fri, Feb 22, 2002 at 03:29:12PM +0100, Andrew Markebo wrote: >> Well how doesn't it work?? And which gcc.. >> >> / isaque AT uol DOT com DOT br wrote: >> | Well, that's it, I've updated my cygwin environment and gcc isn't working any more! >> | Any help? >> | -- 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/