Mailing-List: contact cygwin-help@cygwin.com; run by ezmlm
List-Subscribe: <mailto:cygwin-subscribe@cygwin.com>
List-Archive: <http://sources.redhat.com/ml/cygwin/>
List-Post: <mailto:cygwin@cygwin.com>
List-Help: <mailto:cygwin-help@cygwin.com>, <http://sources.redhat.com/ml/#faqs>
Sender: cygwin-owner@cygwin.com
Mail-Followup-To: cygwin@cygwin.com
Delivered-To: mailing list cygwin@cygwin.com
Message-ID: <20020607124835.60629.qmail@web21007.mail.yahoo.com>
Date: Fri, 7 Jun 2002 05:48:35 -0700 (PDT)
From: Nicholas Wourms <nwourms@yahoo.com>
Subject: Re: sem_getvalue patch
To: kde-cygwin@mail.kde.org, "Robb, Sam" <sam.robb@timesys.com>,
   cygwin@cygwin.com
Cc: kde-cygwin@mail.kde.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/

