Message-Id: <200004051953.PAA31254@delorie.com> Mailing-List: contact cygwin-developers-help AT sourceware DOT cygnus DOT com; run by ezmlm List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-developers-owner AT sourceware DOT cygnus DOT com Delivered-To: mailing list cygwin-developers AT sourceware DOT cygnus DOT com From: "Parker, Ron" To: cygwin-developers AT sourceware DOT cygnus DOT com Subject: RE: mingw using wrong errno definition Date: Wed, 5 Apr 2000 14:52:18 -0500 MIME-Version: 1.0 X-Mailer: Internet Mail Service (5.5.2448.0) Content-Type: text/plain; charset="windows-1252" > From: Chris Faylor [mailto:cgf AT cygnus DOT 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.