Mailing-List: contact cygwin-apps-help AT sourceware DOT cygnus DOT com; run by ezmlm Sender: cygwin-apps-owner AT sourceware DOT cygnus DOT com List-Subscribe: List-Archive: List-Post: List-Help: , Delivered-To: mailing list cygwin-apps AT sources DOT redhat DOT com Date: Wed, 22 Nov 2000 21:21:25 -0500 From: Christopher Faylor To: cygwin-apps AT cygwin DOT com Subject: Re: Texinfo-4.0 Message-ID: <20001122212125.A14228@redhat.com> Reply-To: cygwin-apps AT cygwin DOT com Mail-Followup-To: cygwin-apps AT cygwin DOT com References: <20001123020549 DOT 8577 DOT qmail AT web118 DOT yahoomail DOT com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.3.11i In-Reply-To: <20001123020549.8577.qmail@web118.yahoomail.com>; from earnie_boyd@yahoo.com on Wed, Nov 22, 2000 at 06:05:49PM -0800 On Wed, Nov 22, 2000 at 06:05:49PM -0800, Earnie Boyd wrote: >--- Christopher Faylor wrote: >> >> Earnie, have you tried building an entire source tree including gcc, >> gdb, binutils, expect, dejagnu, etc.? I wonder if there are gotchas >> there. >> > >I have binutils but not the rest. IINM, I would put these in the src directory >with the rest and do one huge configure, correct? Yes. It is a little tricky figuring out what to include but I'll let you in on a secret: I set up a "repository" on sources.redhat.com called "uberbaum" cvs -d :pserver:anoncvs AT sources DOT redhat DOT com:/cvs/uberbaum login cvs -d :pserver:anoncvs AT sources DOT redhat DOT com:/cvs/uberbaum checkout . This will get you the complete tree, containing gcc, binutils, gdb, winsup, etc. This "repository" is actually just a symbolic link farm to the other repositories so it reflects any changes made to the gcc or src repositories automatically. Checkins are limited, though, unfortunately. I confused people on the gcc list with some checkins a while ago, so I've disabled them for most people. cgf