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 Date: Wed, 3 Apr 2002 12:49:03 -0500 From: Christopher Faylor To: cygwin-apps AT cygwin DOT com Subject: Re: TCP Wrappers Message-ID: <20020403174903.GB7542@redhat.com> Reply-To: cygwin-apps AT cygwin DOT com Mail-Followup-To: cygwin-apps AT cygwin DOT com References: <20020403163805 DOT S1475 AT cygbert DOT vinschen DOT de> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.3.23.1i On Wed, Apr 03, 2002 at 12:37:25PM -0500, Prentis Brooks wrote: > I am willing to look into this, it currently does not use libtool, so I > have a lot of mods to make that happen, if I understood cgf right. I don't remember saying this. It *should* be as simple as saying gcc -Wl,--export-all-symbols -shared -o foo.dll -Wl,--out-implib,cygfoo.a *.o but I guess it rarely is. (I know the above is probably missing some crucial piece or other, I'm just vaguely showing how it should work.) cgf