This is the mail archive of the cygwin-developers@sourceware.cygnus.com mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

RE: mingw using wrong errno definition


> 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.

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]