X-Recipient: archive-cygwin AT delorie DOT com X-Spam-Check-By: sourceware.org Date: Sun, 16 Mar 2008 23:19:07 -0400 From: Christopher Faylor To: cygwin AT cygwin DOT com Subject: Re: Bootstrapping Cygwin 1.5.25 Message-ID: <20080317031907.GA16588@ednor.casa.cgf.cx> Reply-To: cygwin AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com References: <47DDA87D DOT 2010403 AT gmail DOT com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <47DDA87D.2010403@gmail.com> User-Agent: Mutt/1.5.16 (2007-06-09) Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm Precedence: bulk List-Id: List-Unsubscribe: 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 On Sun, Mar 16, 2008 at 07:08:45PM -0400, Robert Eckhoff wrote: > Hi all, > Thank you in advance for any help. I want to bootstrap cygwin and gcc, > from cygwin. > > The documented procedure for bootstrapping a system has been documented in > many places and has amounted to the following: > 1) Install libc headers (in cygwin's case, from the "cygwin-{version}-src" > package). > 2) Compile and install binutils. > 3) Compile and install gcc (compiling only c). > 4) Compile and install libc (in cygwin's case, from the > "cygwin-{version}-src" package). > 5) Compile and install gcc again, but compiling all the user desired > languages and using the compiled libc. > > So that I do not hurt my existing cygwin install, I configured everything > with the following flag: > "--prefix=/opt/crosstool --with-sysroot=/opt/crosstool" > > Problems: > For step 1: Cygwin doesn't appear to have a make target to only install > headers, is this this true? Cygwin uses the headers from the build environment. You don't need to install anything. cgf -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/