From mboxrd@z Thu Jan 1 00:00:00 1970 Date: Mon, 4 Feb 2008 14:36:34 +0000 To: "Fans of the OS Plan 9 from Bell Labs" <9fans@cse.psu.edu> Subject: Re: [9fans] A newbie question... From: "Eris Discordia" Content-Type: text/plain; format=flowed; delsp=yes; charset=iso-8859-15 MIME-Version: 1.0 References: <1524b09a1c4f22ed2b2b7541c29a0463@9grid.es> <5d375e920802040501s7d20988j7f2c21ed5ca1b7a8@mail.gmail.com> Content-Transfer-Encoding: 7bit Message-ID: In-Reply-To: User-Agent: Opera Mail/9.23 (Win32) Topicbox-Message-UUID: 446a887e-ead3-11e9-9d60-3106f5b1d025 On Mon, 04 Feb 2008 13:59:41 -0000, Anant Narayanan wrote: > It helps to search the archives before posting. The issues concerning > GNU or C++ have already been discussed several times before - rekindling > the flames can only bring the old-timers to respond as they have. > > Cheers, > Anant You are in the right, or rather you would have been in the right were the original post about the "aesthetical" aspects of the GNU project and/or C++, or whether the GNU philosophy is sound. However, Filipp Andronov asked about the development options available on Plan 9, how they compared to what she/he has already seen, and whether there were equivalents to lighten his burden of porting something to Plan 9. A perfectly OK question, that can, and even should, be asked every once in a while. What she/he got from Uriel was this: GNU is bad... a. ... because it is not Plan 9. b. ... because I think so. c. ... because it has loyal followers. d. ... because it created autoconf. e. ... because it is Not UNIX. f. ... because it has popularized a certain toolchain. g. ... because it does not measure up to Bell Labs in some respect. Now, these may be valid or not, but they are certainly irrelevant. And Filipp Andronov said that: On Sun, 03 Feb 2008 08:44:57 -0000, Filipp Andronov wrote: > Hmmm, my question was not about new ideological war "GNU vs Plan9". Other people posted much better, and more helpful, responses, cf., On Mon, 04 Feb 2008 09:46:20 -0000, wrote: > C++ has not been included in Plan 9 since the third edition, but the > source code is available, and Steve Simon has made some updates. > Once you have abaco the way I said to get it, you also have Federico > Benavento's contrib system. With it, all you need is > contrib/install steve/cfront > Otherwise, get contrib with > /n/sources/contrib/fgb/root/rc/bin/contrib/install fgb/contrib > and then do the above. Then, to compile a C++ program: > c++/8c x.C # considering .C is the C++ extension > c++/8l -o x x.8 > The one thing: don't use > #include > using namespace std; > You will need > #include > which does that for you. -- Using Opera's revolutionary e-mail client: http://www.opera.com/mail/