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
Date: Sat, 31 Mar 2001 22:55:50 +0200
From: Corinna Vinschen <cygwin@cygwin.com>
To: cygwin <cygwin@cygwin.com>
Subject: Re: Having trouble building cygwin1.dll from source
Message-ID: <20010331225550.N16622@cygbert.vinschen.de>
Mail-Followup-To: cygwin <cygwin@cygwin.com>
References: <14997DB247D7D4118EFA00D0B73F8E4E225FA3@SRVAUS02>
Mime-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
User-Agent: Mutt/1.2.5i
In-Reply-To: <14997DB247D7D4118EFA00D0B73F8E4E225FA3@SRVAUS02>; from raybry@timesn.com on Sat, Mar 31, 2001 at 02:45:10PM -0600

On Sat, Mar 31, 2001 at 02:45:10PM -0600, Ray Bryant wrote:
> I downloaded cygwin-1.1.8-2-src.tar.gz, untar'd it, ran configure in the top
> level directory, then typed "make all".  After populating the i686-pc-cygwin
[...]
> Any suggestions on how to fix this?  Thanks.

Never(!) build Cygwin in the source dir. Create a new dir for example
parallel to the top level source dir, cd into it and call configure:

	cd <toplevelsourcedir>
	cd ..
	mkdir bin
	cd bin
	../<toplevelsourcedir>/configure
	make

Corinna

-- 
Corinna Vinschen                  Please, send mails regarding Cygwin to
Cygwin Developer                                mailto:cygwin@cygwin.com
Red Hat, Inc.

--
Want to unsubscribe from this list?
Check out: http://cygwin.com/ml/#unsubscribe-simple

