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@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@SAO-IA7153149 ~/tmp iucb> $ cat teste.c iucb> main() iucb> { iucb> printf("teste\n"); iucb> } iucb> root@SAO-IA7153149 ~/tmp iucb> $ gcc --version iucb> 2.95.3-5 iucb> root@SAO-IA7153149 ~/tmp iucb> $ gcc -c teste.c iucb> root@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@SAO-IA7153149 ~/tmp iucb> $ gcc -o teste teste.o iucb> root@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> - [EMAIL PROTECTED] iucb> On Fri, Feb 22, 2002 at 03:29:12PM +0100, Andrew Markebo wrote: >> Well how doesn't it work?? And which gcc.. >> >> / [EMAIL PROTECTED] 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/