Mailing-List: contact cygwin-help AT sourceware DOT cygnus DOT com; run by ezmlm List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT sources DOT redhat DOT com Delivered-To: mailing list cygwin AT sources DOT redhat DOT com From: Chris Faylor Date: Sat, 2 Sep 2000 12:42:31 -0400 To: cygwin AT sources DOT redhat DOT com Subject: Re: DLL naming conventions Message-ID: <20000902124231.B1626@cygnus.com> Reply-To: cygwin AT sources DOT redhat DOT com Mail-Followup-To: cygwin AT sources DOT redhat DOT com References: <20000831194146 DOT 867 DOT qmail AT web120 DOT yahoomail DOT com> <20000831154242 DOT B7880 AT cygnus DOT com> <39AEC3AD DOT 42FE1CB9 AT ece DOT gatech DOT edu> <20000831171339 DOT A15393 AT cygnus DOT com> <39AEDDC9 DOT D4315497 AT ece DOT gatech DOT edu> <20000831201847 DOT A22959 AT cygnus DOT com> <39B12C93 DOT DF26C283 AT home DOT com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.3.6i In-Reply-To: <39B12C93.DF26C283@home.com>; from superbiskit@home.com on Sat, Sep 02, 2000 at 12:36:35PM -0400 On Sat, Sep 02, 2000 at 12:36:35PM -0400, David A. Cobb wrote: >Chris Faylor wrote: >>Cygwin's shared region problem comes about because it uses the name >>'cygwin' when naming shared memory regions. > >Well then, [ this /must/ be a dumb question ], how about changing the >name of the shared region when making a runtime visible change ? >Nobody (?) except cygwin itself in various incarnations sees that name >- I hope. It's not that simple. Two different shared memory regions would mean different mount tables, tty tables, pid tables, etc. because you had two different versions of cygwin on your system. One program would not be able to correctly use a tty allocated by another. That would end up causing at least user confusion, if not program confusion. There is no reason to have two versions of cygwin1.dll on your system. In 1.1.4 I've made the error message for this scenario a little clearer so hopefully people will figure this out. cgf -- Want to unsubscribe from this list? Send a message to cygwin-unsubscribe AT sourceware DOT cygnus DOT com