Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com X-Authentication-Warning: syzop.syzop.com: Host syz.hok.net [192.168.5.13] claimed to be dds.nl Message-ID: <3C277E7B.EFD0A0B4@dds.nl> Date: Mon, 24 Dec 2001 20:14:03 +0100 From: Syzop X-Mailer: Mozilla 4.7 [en] (WinNT; I) X-Accept-Language: en,nl,nl-BE,de,fr MIME-Version: 1.0 To: cygwin AT cygwin DOT com Subject: gcc not producing executables Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Hi, guess this is a stupid question but I've no idea what could be wrong since gcc doesn't even say anything :(. I was trying to upgrade from ??? (not too old) to the newest version and now gcc stopped working, I then removed the whole c:\cygwin dir and reinstalled the newest version, but still get the same: syzop AT SYZ ~ $ cat >bla.c int main() { printf ("Test\n"); } *ctrl d* syzop AT SYZ ~ $ gcc -o bla bla.c syzop AT SYZ ~ $ ls -al total 1 drwxr-xr-x 2 syzop None 0 Dec 24 18:27 . drwxr-xr-x 3 syzop None 0 Dec 24 18:27 .. -rw-r--r-- 1 syzop None 35 Dec 24 18:34 bla.c syzop AT SYZ ~ $ gcc -v Reading specs from /usr/lib/gcc-lib/i686-pc-cygwin/2.95.3-5/specs gcc version 2.95.3-5 (cygwin special) I've been trying to strace the stuff and I get pretty much of, this: 1403 2444959 [main] collect2 1084 symlink_info::check: GetFileAttributesA (C:\cygwin\blablablaetc) failed (also of bla.exe which should be written), don't know if that's the cause of the problem. I hope somebody can help me, B. Matthys. PS: Please CC as I'm not subscribed to the list -- 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/