Mailing-List: contact cygwin-developers-help AT sourceware DOT cygnus DOT com; run by ezmlm List-Unsubscribe: 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 Date: Wed, 18 Aug 1999 13:57:29 -0400 Message-Id: <199908181757.NAA07684@envy.delorie.com> From: DJ Delorie To: glenn AT gs DOT fay DOT nc DOT us CC: cygwin-developers AT sourceware DOT cygnus DOT com In-reply-to: <19990818135417.A18672@ba.best.com> (message from Glenn Spell on Wed, 18 Aug 1999 13:54:17 -0400) Subject: Re: make install in winsup References: <19990818133346 DOT A14844 AT ba DOT best DOT com> <199908181736 DOT NAA07503 AT envy DOT delorie DOT com> <19990818135417 DOT A18672 AT ba DOT best DOT com> > IIRC, used to be, the DLL was installed as new-cygwin1.dll. I'm The dll is *created* that way, because it's created in multiple steps and we don't want any cygwin programs seeing a partial cygwin1.dll and crashing. If we *installed* it as new-*, it wouldn't work (the programs look for cygwin1.dll, not new-cygwin1.dll, and *who* is going to rename it after the install?)