mingw using wrong errno definition
Parker, Ron
rdparker@butlermfg.com
Wed Apr 5 12:53:00 GMT 2000
> From: Chris Faylor [ mailto:cgf@cygnus.com ]
> >Index: winsup/cinstall/Makefile.in
> >===================================================================
> >RCS file: /cvs/src/src/winsup/cinstall/Makefile.in,v
> >retrieving revision 1.2
> >diff -r1.2 Makefile.in
> >102c102
> >< zlib/zlibcygw.a: zlib/Makefile
> >---
> >>zlib/libzcygw.a: zlib/Makefile
>
> I don't get this one. My version of Makefile.in doesn't have
> a blank line
> before the "zlib" here. I've changed this to $(ZLIB) anyway
> since that
> is more consistent.
Strange, the copy I recieved from the list does not have the extra blank
line. All I was changing was a typo in the name of the lib file, so I could
have a make of cinstall correctly and properly build and link zlib. Your
$(ZLIB) macro should correct this as well.
> Can you try doing a "make clean all" in the cinstall
> directory and see if that
> "fixes" things?
I think I did, but will verify this tonight.
More information about the Cygwin-developers
mailing list