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: <20020607124835.60629.qmail@web21007.mail.yahoo.com> Date: Fri, 7 Jun 2002 05:48:35 -0700 (PDT) From: Nicholas Wourms Subject: Re: sem_getvalue patch To: kde-cygwin AT mail DOT kde DOT org, "Robb, Sam" , cygwin AT cygwin DOT com Cc: kde-cygwin AT mail DOT kde DOT org In-Reply-To: <20020607120918.18604.qmail@web21006.mail.yahoo.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Sam, Step 3 Should Read: "3)Download, compile and install the latest cvs cygwin sources and patch for cygserver support." I also should mention that when you compile, follow the directions specified at: http://cygwin.com/faq/faq.html#SEC102 It is vitally important that you install to a temp directory! Also, the install scripts have been doing some weird and annoying things lately so you should do this after you run "make install". Switch to the directory "/install/i686-pc-cygwin", and run the following: tar -cvf ../foo.tar .; cd ..; rm -fR i686-pc-cygwin; \ tar -xvf foo.tar; rm -fR foo.tar; tar --exclude=cygwin1.dll \ -cvf /usr/foo.tar .; \ cd /usr; tar -xvf foo.tar; rm -fR foo.tar Then shutdown all cygwin processes (including cygipc which should have already been removed). Open explorer and copy \path\to\cygwin\install\bin\cygwin1.dll to \path\to\cygwin\bin\ and that is all done. If you know how to do this already, then I apologize. Consider this a reference for newbies in the mailing list archives. As for anyone else, let it be know that I am a tar junkie, so that is why I heavily rely on it, 'nuff said. Cheers, Nicholas __________________________________________________ Do You Yahoo!? Yahoo! - Official partner of 2002 FIFA World Cup http://fifaworldcup.yahoo.com -- 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/