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: Chris Faylor Date: Thu, 30 Mar 2000 21:22:57 -0500 To: cygwin-developers AT sourceware DOT cygnus DOT com Subject: New cygwin CVS directory "cinstall" Message-ID: <20000330212257.A30567@cygnus.com> Reply-To: cygwin-developers AT sourceware DOT cygnus DOT com Mail-Followup-To: cgf AT cygnus DOT com, cygwin-developers AT sourceware DOT cygnus DOT com Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.1.8i I've just imported (with his permission) Ron Parker's install sources into winsup/cinstall. I named it "cinstall" for "console install" since it's possible that there will be other installers over time. You can also think of it as "Cygwin Install" if it helps... I hope that this will help keep development on the installer moving along. I haven't integrated the installer into the top-level makefile since it doesn't yet build with gcc. If some enterprising person wants to take the time to get this working with gcc/mingw and incorporate it into the top-level Makefile, it would be great (tm). I expect that everyone but Ron who has patches for the installer will submit patches to cygwin-patches AT sourceware DOT cygnus DOT com for his approval. There was issue with this directory which I decided to ignore. It contains zlib-1.1.3. The sources for this library also exist in other places on sourceware but we aren't prepared to merge all of the myriad repositories yet so I thought it was best to isolate this directory here. It would be nice (tm) if cinstall was eventually autoconfiscated and if zlib was only built if an appropriate zlib library did not exist on the host system. It has also been suggested that libz.a should be named something cygwin-specific like libzcyg.a or something just to avoid conflict with other libz's. Remember, that if you want to see this directory in your winsup directory you need to do a "cvs update -d". cgf