Mailing-List: contact cygwin-apps-help AT cygwin DOT com; run by ezmlm Sender: cygwin-apps-owner AT cygwin DOT com List-Subscribe: List-Archive: List-Post: List-Help: , Mail-Followup-To: cygwin-apps AT cygwin DOT com Delivered-To: mailing list cygwin-apps AT cygwin DOT com Subject: setup releases Date: Wed, 15 May 2002 17:36:33 +1000 MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Message-ID: X-MS-Has-Attach: X-MS-TNEF-Correlator: X-MimeOLE: Produced By Microsoft Exchange V6.0.5762.3 content-class: urn:content-classes:message From: "Robert Collins" To: "Cygwin-Apps" Content-Transfer-Encoding: 8bit X-MIME-Autoconverted: from quoted-printable to 8bit by delorie.com id g4F7alc15352 Chris, The last couple of setup.exe uploads you've done have been faulty in one way or another - linked against cygwin1.dll, not stripped. This is the recipe I use to build releases (and thus keeps me out of forgetting things :}): $ make && make dist && strip setup.exe \ && mv setup-0.tar.bz2 setup-2.218.2.8.tar.bz2 \ && tar cjf setup-2.218.2.8-1-src.tar.bz2 setup-2.218.2.8.tar.bz2 setup.exe goes to the ftp root, setup-*-src.tar.bz2 goes to the release/setup directory. Cheers, Rob