Mailing-List: contact cygwin-apps-help AT sourceware DOT cygnus DOT com; run by ezmlm Sender: cygwin-apps-owner AT sourceware DOT cygnus DOT com List-Subscribe: List-Archive: List-Post: List-Help: , Delivered-To: mailing list cygwin-apps AT sources DOT redhat DOT com Message-ID: <396D2298.76D41DD@ece.gatech.edu> Date: Wed, 12 Jul 2000 21:59:52 -0400 From: Charles Wilson X-Mailer: Mozilla 4.73 [en] (Windows NT 5.0; U) X-Accept-Language: en MIME-Version: 1.0 To: Michael Ring , cygwin-apps AT sources DOT redhat DOT com Subject: Re: New version of bzip2 uploaded to sourceware References: <9jlomsk2sk0qp6hkumfpovn69lipbi251e AT 4ax DOT com> <396CA424 DOT CA1719EB AT ece DOT gatech DOT edu> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Charles Wilson wrote: > > > 1) either the dll should not be stripped, or you should distribute an > import lib libbz2.dll.a (I prefer *both* an unstripped dll *and* an > import lib). I don't think it's possible to link directly to a stripped > dll, so providing a stripped dll w/o import lib is not very useful. This statement is wrong; sorry for spreading FUD on the list. ld *can* successfully link directly to a dll that is stripped. So, I guess all dll's should be shipped stripped. --Chuck