Re: 1.7.1 gcc doesn't produce an output file

2010-01-22 Thread Tony Nelson
I ran cygcheck and saw that there was a stray Cygwin DLL file in my path. It was installed as part of Mentor Graphics Expedition. After removing the Expedition directory from my $PATH, the problem was resolved. Thanks, Tony -- Problem reports: http://cygwin.com/problems.html FAQ:

Re: 1.7.1 gcc doesn't produce an output file

2010-01-22 Thread Dave Korn
On 22/01/2010 17:05, Tony Nelson wrote: > I CAN, however, compile the same program if I copy it over to /usr/bin. Where was it in the first place? Please run "cygcheck /usr/lib/gcc/i686-pc-cygwin/3.4.4/cc1.exe" from within both there and the original directory. And tell us what your $PATH is

1.7.1 gcc doesn't produce an output file

2010-01-22 Thread Tony Nelson
I've been using Cygwin and gcc for years with no problems. Recently I had to rebuild my Windows machine, and I installed the previous version of Cygwin (1.5.?). After a few days, I noticed 1.7 was out so I upgraded. Yesterday I tried using gcc for the first time. I'm now having a problem where