From owner-freebsd-questions Wed Jul 10 05:14:20 1996 Return-Path: owner-questions Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id FAA08087 for questions-outgoing; Wed, 10 Jul 1996 05:14:20 -0700 (PDT) Received: from diablo.ppp.de (diablo.ppp.de [193.141.101.34]) by freefall.freebsd.org (8.7.5/8.7.3) with SMTP id FAA08082 for ; Wed, 10 Jul 1996 05:14:15 -0700 (PDT) Received: from allegro.lemis.de by diablo.ppp.de with smtp (Smail3.1.28.1 #1) id m0udx2r-000QbsC; Wed, 10 Jul 96 13:03 MET DST From: grog@lemis.de (Greg Lehey) Organisation: LEMIS, Schellnhausen 2, 36325 Feldatal, Germany Phone: +49-6637-919123 Fax: +49-6637-919122 Received: (grog@localhost) by allegro.lemis.de (8.6.9/8.6.9) id MAA27347; Wed, 10 Jul 1996 12:12:35 +0200 Message-Id: <199607101012.MAA27347@allegro.lemis.de> Subject: Re: Help With GCC!!! To: alexandr@louie.udel.edu (Jerry Alexandratos) Date: Wed, 10 Jul 1996 12:12:35 +0200 (MET DST) Cc: questions@FreeBSD.org (FreeBSD Questions) In-Reply-To: <9607021702.aa24816@stimpy.eecis.udel.edu> from "Jerry Alexandratos" at Jul 2, 96 01:02:57 pm X-Mailer: ELM [version 2.4 PL23] MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit Sender: owner-questions@FreeBSD.org X-Loop: FreeBSD.org Precedence: bulk Jerry Alexandratos writes: > > Hi. I'm trying to install gcc with cross-compiler support (why use a pc > when all I need to do is compile software for it?). 8) What are you using, then? FreeBSD only runs on PCs. > Anyway, I was rooting through /usr/src/gnu/usr.bin/cc and I noticed a > README that told me to steer clear and get the complete gcc sources and > use those for me to play with. > > Let me stop right there and let you all know that I'm using 2.1-STABLE > with gcc 2.6.3. It's on a Gateway 2000 P5-75 (though for the question > at hand, I don't think that's really relivant). Agreed. > Back to my story. Looking around the mit archives, I see a 2.5.8 > tarball, and diffs for 2.6.0 to 2.6.3. The diffs for 2.5.8 to 2.6.0 say > that there were many changes and to just get the "latest" tarfile. > > I would've just grabbed 2.7.2, but I remember reading somewhere that > FreeBSD hasn't jumped to that version yet because of a bunch of bugs and > other problems. The problems with 2.7.2 are exaggerated. I'm using it for everything. I believe it will soon become standard on 2.2. > So, does anyone know where I can find a 2.6.3 tarball or at the very > least a 2.6.0 that I can then apply the patches onto. I'd strongly recommend you get 2.7.2 (or 2.7.3, if it's already out; release is supposed to be imminent) from ftp://prep.ai.mit.edu/pub/gnu/gcc-2.7.2.tar.gz. > Also, any pointers or tips on cross-compiling won't be turned away. 8) Nothing in general. Let me know if you run into problems. Greg