Mailing-List: contact cygwin-help@sourceware.cygnus.com; run by ezmlm
List-Subscribe: <mailto:cygwin-subscribe@sources.redhat.com>
List-Archive: <http://sources.redhat.com/ml/cygwin/>
List-Post: <mailto:cygwin@sources.redhat.com>
List-Help: <mailto:cygwin-help@sources.redhat.com>, <http://sources.redhat.com/ml/#faqs>
Sender: cygwin-owner@sources.redhat.com
Delivered-To: mailing list cygwin@sources.redhat.com
Message-ID: <006201c0b6a1$3e6c2ac0$0200a8c0@lifelesswks>
From: "Robert Collins" <robert.collins@itdomain.com.au>
To: "Corinna Vinschen" <cygwin@cygwin.com>
References: <3AB882C3.7BCDC988@certum.pl> <012001c0b1f2$d3c5a000$0200a8c0@lifelesswks> <3AB8B9C9.8B28A06C@certum.pl> <005701c0b24f$d5ce4700$0200a8c0@lifelesswks> <3AB9A995.898783F5@certum.pl> <20010326132932.E1725@cygbert.vinschen.de> <3ABF4589.9B966206@certum.pl> <20010326154732.A13527@cygbert.vinschen.de> <3AC05601.8F8A1021@certum.pl> <20010327111831.W1725@cygbert.vinschen.de>
Subject: Re: stunnel
Date: Tue, 27 Mar 2001 19:35:20 +1000
MIME-Version: 1.0
Content-Type: text/plain;
	charset="iso-8859-1"
Content-Transfer-Encoding: 7bit
X-Priority: 3
X-MSMail-Priority: Normal
X-Mailer: Microsoft Outlook Express 5.50.4133.2400
X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4133.2400
X-OriginalArrivalTime: 27 Mar 2001 09:30:07.0723 (UTC) FILETIME=[831ECBB0:01C0B6A0]

----- Original Message -----
From: "Corinna Vinschen" <cygwin@cygwin.com>
To: "cygwin" <cygwin@cygwin.com>
Sent: Tuesday, March 27, 2001 7:18 PM
Subject: Re: stunnel


> On Tue, Mar 27, 2001 at 10:57:37AM +0200, Jacek Trzcinski wrote:
> >
> > Everything is OK. It was my fault. With -f switch stunnel informed
me
> > there was no /usr/var/stunnel directory where it keeps its PID and
port
> > to redirect to( without this switch it should have become daemon but
it
> > hadn't as I mentioned in previous e-mail). After making this
directory
> > manually it works both in foreground and as a daemon. "Make install"
> > does it but it is necessary to remove lines concerning stunnel.so.
By
> > the way, is cygwin able or are plans it will be to create and
understand
> > shared objects ?
>
> Not that I'm aware of. You could change that to creating a DLL.
>
> Corinna
>

Yes. .so's are a particular form of shared library - it sounds like the
stunnel developers have hardcoded that in their Makefile. You could look
into building a .dll by hand tuning the source, or at libtool
(sources.redhat.com/projects.html has a link) which has fairly good
cygwin support, including .dll creation.

Rob


--
Want to unsubscribe from this list?
Check out: http://cygwin.com/ml/#unsubscribe-simple

