Delivered-To: listarch-cygwin-developers AT sourceware DOT cygnus DOT com Mailing-List: contact cygwin-developers-help AT sourceware DOT cygnus DOT com; run by ezmlm Sender: cygwin-developers-owner AT sourceware DOT cygnus DOT com Delivered-To: mailing list cygwin-developers AT sourceware DOT cygnus DOT com X-Authentication-Warning: modi.xraylith.wisc.edu: khan owned process doing -bs Date: Mon, 15 Feb 1999 23:21:10 -0600 (CST) From: Mumit Khan To: DJ Delorie cc: cygwin-developers AT sourceware DOT cygnus DOT com Subject: Re: tiny winsup config patch In-Reply-To: <199902160016.TAA28214@envy.delorie.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII On Mon, 15 Feb 1999, DJ Delorie wrote: > I didn't think you *could* build cygwin1.dll without newlib in the > same tree. Even if you could, the newlib we build with is the one we > want includes from, so if we know where that is, that's where we > should get includes from. In that case, I suggest having winsup configure check for newlib in the build tree, and choke if not found. We basically add -nostinc when compiling both winsup and winsup/utils, and also EXE_LDFLAGS always has '-B../../newlib -L../'. If this seems appropriate, and it does to me to avoid bizarre and hard to track down errors, it's a trivial change. I'll send a patch if ok. Regards, Mumit