Owen,
I was wondering if you or anyone else with Friam could point me in the direction of a good open source version of GCC compiler. Thanks, Mark Nishimura -----Original Message----- From: [hidden email] [mailto:[hidden email]] On Behalf Of Owen Densmore Sent: Tuesday, July 06, 2004 12:29 PM To: The Friday Morning Applied Complexity Friam Subject: [FRIAM] Slashdot | Broadband Blimps Boy, SlashDot has had several good articles lately. Here's a nifty one on blimps for wifi/cellular: http://slashdot.org/article.pl?sid=04/07/06/1558259 -- Owen Owen Densmore 908 Camino Santander Santa Fe, NM 87505 Cell: 505-570-0168 Home: 505-988-3787 http://backspaces.net ============================================================ FRIAM Applied Complexity Group listserv Meets Fridays 9AM @ Jane's Cafe Lecture schedule, archives, unsubscribe, etc.: http://www.friam.org |
gcc is open source, and always has been (for 20 years or so). Source
code is available from http://www.gnu.org. Ah, but you need a working compiler in order to compile it - this catch22 situation is called bootstrapping. Never fear - precompiled gcc packages for most OSes can be found on the internet, just do a little Googling. Linux has gcc in all distributions. Cygwin can be used for Windoze system, Apple has packages from its download site (forget the name), etc., etc. Cheers On Tue, Jul 06, 2004 at 08:47:47PM -0600, Mark Nishimura wrote: > Owen, > > I was wondering if you or anyone else with Friam could point me in the > direction of a good open source version of GCC compiler. > > Thanks, > > Mark Nishimura > > -----Original Message----- > From: [hidden email] [mailto:[hidden email]] On > Behalf Of Owen Densmore > Sent: Tuesday, July 06, 2004 12:29 PM > To: The Friday Morning Applied Complexity Friam > Subject: [FRIAM] Slashdot | Broadband Blimps > > > Boy, SlashDot has had several good articles lately. Here's a nifty one > on blimps for wifi/cellular: > http://slashdot.org/article.pl?sid=04/07/06/1558259 > > -- Owen > > Owen Densmore 908 Camino Santander Santa Fe, NM 87505 > Cell: 505-570-0168 Home: 505-988-3787 http://backspaces.net > > > ============================================================ > FRIAM Applied Complexity Group listserv > Meets Fridays 9AM @ Jane's Cafe > Lecture schedule, archives, unsubscribe, etc.: http://www.friam.org > > FRIAM Applied Complexity Group listserv > Meets Fridays 9AM @ Jane's Cafe > Lecture schedule, archives, unsubscribe, etc.: > http://www.friam.org -- *PS: A number of people ask me about the attachment to my email, which is of type "application/pgp-signature". Don't worry, it is not a virus. It is an electronic signature, that may be used to verify this email came from me if you have PGP or GPG installed. Otherwise, you may safely ignore this attachment. ---------------------------------------------------------------------------- A/Prof Russell Standish Director High Performance Computing Support Unit, Phone 9385 6967, 8308 3119 (mobile) UNSW SYDNEY 2052 Fax 9385 6965, 0425 253119 (") Australia [hidden email] Room 2075, Red Centre http://parallel.hpc.unsw.edu.au/rks International prefix +612, Interstate prefix 02 ---------------------------------------------------------------------------- -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 189 bytes Desc: not available Url : /pipermail/friam_redfish.com/attachments/20040707/f28cf146/attachment.bin |
> gcc is open source, and always has been (for 20 years or so). Source
> code is available from http://www.gnu.org. Ah, but you need a working > compiler in order to compile it - this catch22 situation is called > bootstrapping. Interesting. I have not read Catch-22 from Joseph Heller, but I recently saw it on a Top-Ten list of books people would like to read in their holidays in an English newspaper. Women prefer for example Riders (Jilly Cooper), Bridget Jones' Diary (Helen Fielding), Birdsong (Sebastian Faulks), The Horse Wisperer (Nicholas Evans) and Chocolat (Joanne Harris). Men allegedly prefer High Fidelity (Nick Hornby), The Firm (John Grisham), The Lord of the Rings (Tolkien), Fever Pitch (Nick Hornby) and Catch 22 (Joseph Heller). It is interesting to see that a "Catch-22" situation is also related to Bootstrapping, the Chicken-Egg problem and the "what came first" question. I wrote something about the Chicken-Egg problem in my book. The answer to the "what came first" question is of course evolution. Wikipedia says it is one of the most debated questions of all time. Bootstrapping http://en.wikipedia.org/wiki/Bootstrapping Chicken-Egg problem http://en.wikipedia.org/wiki/Chicken_and_egg Catch-22 http://en.wikipedia.org/wiki/Catch-22 |
Free forum by Nabble | Edit this page |