This is the mail archive of the cygwin-apps@cygwin.com mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: TCP Wrappers


Ok, maybe I just misunderstood your replies to someone asking for
dll'ization or maybe it was you who asked for it.  Basically, here is
the situation, TCP Wrappers only has a single Makefile, no configure or
libtool (understand, I am not completely understanding all of the
components involved with building the dll).  If I understood the
previous conversation then I would need libtool support to simplify the
dll generation.  If I misunderstood, then I can play with the info given
below by Christopher and start trying to make it work.

I should be able to work on it this weekend and start playing with it
then.  If I can get a dll built, then I will probably test building
openssh against it (may have to ping Corrinna about doing that as again
this goes into uncharted cygwin waters for me.  Good practice and a
learning experience, but I may need help initially)


On Wed, 3 Apr 2002, Christopher Faylor wrote:

> 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
> 

-- 
Prentis Brooks	| prentis@aol.net | 703-265-0914 | AIM: PrentisBrooks
Senior System Administrator - Web Infrastructure & Security

       A knight is sworn to valor.  His heart knows only virtue.  His blade
       defends the helpless.  His word speaks only truth.  His wrath undoes
       the wicked. - the old code of Bowen, last of the dragonslayers


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]