« Return to Thread: GCC doesn't create an executable

RE: GCC doesn't create an executable

by Bill Rigdon :: Rate this Message:

Reply to Author | View in Thread

Dave Korn wrote:
> http://www.nabble.com/file/7076/cygcheck.out cygcheck.out
" Warning: There are multiple cygwin1.dlls on your path "

  That's a guaranteed disaster zone right there.  Looks like you've been
nabbled by some http://cygwin.com/acronyms#3PP.  Get rid of these files:

C:\WINDOWS\system32\cygz.dll
C:\WINDOWS\cygz.dll
C:\WINDOWS\cygwin1.dll

  Just delete them, they're way old out-of-date versions and you have newer
ones in your cygwin install already.  That should make things work a whole lot
better.
That did it.  Thank you very much.

 « Return to Thread: GCC doesn't create an executable