| delorie.com/archives/browse.cgi | search |
| 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 |
| 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 <syz AT dds DOT nl> |
| 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 |
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/
| webmaster | delorie software privacy |
| Copyright © 2019 by DJ Delorie | Updated Jul 2019 |