Mailing-List: contact cygwin-help@sourceware.cygnus.com; run by ezmlm
List-Subscribe: <mailto:cygwin-subscribe@sources.redhat.com>
List-Archive: <http://sources.redhat.com/ml/cygwin/>
List-Post: <mailto:cygwin@sources.redhat.com>
List-Help: <mailto:cygwin-help@sources.redhat.com>, <http://sources.redhat.com/ml/#faqs>
Sender: cygwin-owner@sources.redhat.com
Delivered-To: mailing list cygwin@sources.redhat.com
Message-ID: <006701c16202$57360820$a054ffc8@rosa>
From: "Kevin Mackie" <kevinm@ieg.com.br>
To: "Gerrit P. Haase" <cygwin@cygwin.com>
References: <3bdf0529.1a1e.0@ieg.com.br> <2903380712.20011030235925@familiehaase.de> <005701c161a7$25714ee0$4a2caac8@rosa> <50913115540.20011031024140@familiehaase.de>
Subject: Re: failed to compile cygwin
Date: Wed, 31 Oct 2001 09:51:11 -0200
MIME-Version: 1.0
Content-Type: text/plain;
	charset="iso-8859-1"
Content-Transfer-Encoding: 7bit
X-Priority: 3
X-MSMail-Priority: Normal
X-Mailer: Microsoft Outlook Express 5.50.4133.2400
X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4133.2400

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/

