From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Kevin Mackie" To: "Gerrit P. Haase" Subject: Re: failed to compile cygwin Date: Wed, 31 Oct 2001 03:48:00 -0000 Message-id: <006701c16202$57360820$a054ffc8@rosa> References: <3bdf0529.1a1e.0@ieg.com.br> <2903380712.20011030235925@familiehaase.de> <005701c161a7$25714ee0$4a2caac8@rosa> <50913115540.20011031024140@familiehaase.de> X-SW-Source: 2001-10/msg01631.html Hey Gerrit, > O.k, I didn't build cygwin the last days, there were some changes, maybe > a bug? Do you use sources from CVS? No bug, I just should have RTFF. After installing the source with the setup program, I naively tried to build it with: cd /usr/src/cygwin-1.3.3-2 ./configure make Oops. Seems the right way is something like this: mkdir cygwin-out cd cygwin-out /usr/src/cygwin-1.3.3-2/configure --srcdir=/usr/src/cygwin-1.3.3-2 make In my own defense I think the README file in /usr/src/cygwin* should make this explicit. Anyways, the make works like a charm now. Sorry for wasting your time, Kevin -- 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/