Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com Message-ID: <3D23C9E5.8050004@ece.gatech.edu> Date: Thu, 04 Jul 2002 00:07:01 -0400 From: Charles Wilson User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:0.9.4) Gecko/20011019 Netscape6/6.2 X-Accept-Language: en-us MIME-Version: 1.0 To: Charles Wilson CC: cygwin AT cygwin DOT com Subject: Re: [ANN] cygipc-1.12 References: <3D23C4F5 DOT 7010403 AT ece DOT gatech DOT edu> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Never mind. cygipc-1.12 withdrawn. As Robert kindly pointed out, key_t hasn't changed yet. But it was supposed to change as of 1.3.11 -- only it didn't, and I never noticed 'cause I didn't upgrade...I just assumed that it would DEFINITELY have changed in 1.3.12, but I really should have checked. Sorry for the false alarm -- but hey, cygipc-1.13 will be *ready to go* as soon as key_t DOES change. --Chuck Charles Wilson wrote: > Given the changes in key_t's definition as of cygwin-1.3.11, I've > relased a new version of cygipc, with some major changes. > > Because of the key_t change, one can no longer compile IPC programs if > both cygipc-1.11 or older is installed, AND cygwin-1.3.11 or newer is > installed -- they are incompatible. (However, programs that were > PREVIOUSLY compiled, against cygwin-1.3.10 or older and the old cygipc's > will continue to work properly even with new cygwin kernels). > > The daemon is now called ipc-daemon2.exe, so that it can coexist with > the older cygipc daemon. The new daemon uses *different* files in /tmp. > > Old programs (that is, previously compiled) will continue to work -- but > will use ipc-daemon.exe. Newly compiled programs will use > ipc-daemon2.exe -- but you must compile with cygwin kernel 1.3.11 or newer. > > The point: old programs use ipc-daemon. new programs use ipc-daemon2. > Both will RUN under any cygwin kernel (within reason) -- but if you're > compiling, you must make sure your kernel and cygipc "match" -- old > kernel, old cygipc; new kernel, new cygipc. > > See http://www.neuro.gatech.edu/users/cwilson/cygutils/cygipc/ > > --Chuck > -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Bug reporting: http://cygwin.com/bugs.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/