9fans - fans of the OS Plan 9 from Bell Labs
 help / color / mirror / Atom feed
* [9fans] A newbie question...
@ 2008-02-01  0:22 Michael Andronov
  2008-02-01  0:25 ` erik quanstrom
                   ` (3 more replies)
  0 siblings, 4 replies; 87+ messages in thread
From: Michael Andronov @ 2008-02-01  0:22 UTC (permalink / raw)
  To: 9fans

[-- Attachment #1: Type: text/plain, Size: 516 bytes --]

Hi,

I'm a new to Plan9, and I am trying to understand the current status of the
system.
In particular, I am wondering about the list of application available=
- is there  email reader?
- Web browser?
- office like suite = document editor, spreadsheet?
- is it possible to run Linux software under plan9?

In other words, I am wondering if it is possible to switch to Plan 9 system,
and to use it as 'everyday machine'?

Thank you for your kind attention to this matter.

have a great day,
Michael.

[-- Attachment #2: Type: text/html, Size: 579 bytes --]

^ permalink raw reply	[flat|nested] 87+ messages in thread
* Re: [9fans] A newbie question...
@ 2008-02-02  4:57 kokamoto
  0 siblings, 0 replies; 87+ messages in thread
From: kokamoto @ 2008-02-02  4:57 UTC (permalink / raw)
  To: pietro10, 9fans


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 <iostream>
	using namespace std;

You will need

	#include <iostream.h>

which does that for you.

On Feb 1, 2008, at 11:43 PM, Michael Andronov wrote:

> Another question from newbie :
>
> I have noticed some discussion(s) on Internet about C++ language
> for  Plan9;
> I'm wondering what is a bottom line of the story:
> - is there a C++ compiler? Any plans for it?
> - has it been 'banned' from Plan9?
> - has gcc been ported to Plan9? ( as was suggested in one of the
> messages I saw)...
>
> Thank for your attention.
> Michael.
>



^ permalink raw reply	[flat|nested] 87+ messages in thread
* Re: Re: [9fans] A newbie question...
@ 2008-02-04 12:12 gdiaz
  2008-02-04 12:47 ` Filipp Andronov
  0 siblings, 1 reply; 87+ messages in thread
From: gdiaz @ 2008-02-04 12:12 UTC (permalink / raw)
  To: 9fans

Hola,

Reading 9fans mail list archives you will notice C++ and the "object oriented model" is not much appreciated, there are a lot of references (including great fortunes entries) about this topic.

Search for the discussions, i think there has been other attemps to build a c++ environment, (Steve got cfront working, take a look at the contrib software section of the wiki)

there is people who will love to have a c++ environment, but the preferred way is the plan9 one, which implies no c++.


>So modern operation system with out C++ support is something...unusual
>(i don't know right word in english, that describe what i want to say
>:D)?
>

probably you could say plan9 is not "typical" in this aspect.

slds.

gabi


^ permalink raw reply	[flat|nested] 87+ messages in thread

end of thread, other threads:[~2008-02-08 16:40 UTC | newest]

Thread overview: 87+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2008-02-01  0:22 [9fans] A newbie question Michael Andronov
2008-02-01  0:25 ` erik quanstrom
2008-02-01  0:31   ` john
2008-02-01  0:30 ` Pietro Gagliardi
2008-02-04  0:59   ` Enrico Weigelt
2008-02-01  2:16 ` Pietro Gagliardi
2008-02-01  8:50 ` John Stalker
2008-02-01 17:15   ` Michael Andronov
2008-02-02  4:43     ` Michael Andronov
2008-02-02  4:57       ` Pietro Gagliardi
2008-02-02 13:02         ` Steve Simon
2008-02-04 10:21           ` Greg Comeau
2008-02-04 10:52             ` mattmobile
2008-02-04 11:12               ` Uriel
2008-02-04 11:47                 ` Filipp Andronov
2008-02-04 15:42                   ` Alf
2008-02-04 16:06                     ` Filipp Andronov
2008-02-04 16:53                       ` Steve Simon
2008-02-04 19:51                       ` Pietro Gagliardi
2008-02-06  9:53                   ` Greg Comeau
2008-02-06 19:11                     ` Joel C. Salomon
2008-02-07  1:32                       ` Uriel
2008-02-07  1:44                         ` Pietro Gagliardi
2008-02-07  9:54                       ` Greg Comeau
2008-02-06  9:45               ` Greg Comeau
2008-02-04 11:09             ` Uriel
2008-02-06  9:53               ` Greg Comeau
2008-02-04 14:32             ` [9fans] cross-compilation Charles Forsyth
2008-02-02  4:57       ` [9fans] A newbie question Pietro Gagliardi
2008-02-02  7:12         ` Filipp Andronov
2008-02-02 14:57           ` Pietro Gagliardi
2008-02-02 15:30             ` Filipp Andronov
2008-02-02 15:33               ` Pietro Gagliardi
2008-02-02 15:48                 ` Filipp Andronov
2008-02-02 16:04                   ` Pietro Gagliardi
2008-02-02 16:34                     ` Filipp Andronov
2008-02-02 16:10                   ` Charles Forsyth
2008-02-02 17:41                     ` Uriel
2008-02-02 18:27                       ` Martin Neubauer
2008-02-02 19:22                         ` Juan M. Mendez
2008-02-02 19:42                           ` Anthony Sorace
2008-02-02 20:10                           ` erik quanstrom
2008-02-04  1:49                             ` Enrico Weigelt
2008-02-02 22:25                           ` ron minnich
2008-02-03  0:17                           ` Robert William Fuller
2008-02-03  0:30                             ` Rob Pike
2008-02-03  7:51                               ` Eris Discordia
2008-02-03  8:44                                 ` Filipp Andronov
2008-02-03  9:30                                   ` lucio
2008-02-03 11:39                                     ` Filipp Andronov
2008-02-03 12:49                                       ` lucio
2008-02-03 13:25                                         ` Filipp Andronov
2008-02-03 14:10                                         ` Pietro Gagliardi
2008-02-04  2:05                                     ` Enrico Weigelt
2008-02-08 16:40                                     ` plan9
2008-02-03 14:07                                   ` Pietro Gagliardi
2008-02-03  0:33                             ` Uriel
2008-02-03  1:42                             ` erik quanstrom
2008-02-03  1:55                               ` Pietro Gagliardi
2008-02-03 14:47                                 ` Paweł Lasek
2008-02-04  2:03                                   ` Enrico Weigelt
     [not found]                                   ` <b11249e00802030713x2e08a3d4g4d395c53e1bf658c@mail.gmail.com>
     [not found]                                     ` <F9E7B91B-B3DD-4F5F-92F2-9556311B559D@mac.com>
     [not found]                                       ` <b11249e00802030728p6475625kd19bdf54666272df@mail.gmail.com>
     [not found]                                         ` <6018296E-43A8-43D5-94C1-6EE4B7CE36B6@mac.com>
     [not found]                                           ` <b11249e00802030756k6d11a110g76c2be92fc88d058@mail.gmail.com>
2008-02-03 16:12                                             ` erik quanstrom
2008-02-04  2:57                                             ` Enrico Weigelt
2008-02-04  8:00                                               ` Filipp Andronov
2008-02-03  7:31                               ` john
2008-02-03 15:01                             ` dave.l
2008-02-03 15:10                               ` Pietro Gagliardi
2008-02-02 21:16                         ` Pietro Gagliardi
2008-02-02 22:01                           ` Martin Neubauer
2008-02-04  1:02                       ` Enrico Weigelt
2008-02-04  1:11                         ` Pietro Gagliardi
2008-02-04  1:19           ` Enrico Weigelt
2008-02-04  1:29             ` Lyndon Nerenberg
2008-02-05  2:23               ` David Arnold
2008-02-05  2:26                 ` Pietro Gagliardi
2008-02-05  2:38                   ` erik quanstrom
2008-02-05  2:51                     ` Pietro Gagliardi
2008-02-05  3:00                       ` Roman V. Shaposhnik
2008-02-06  9:53                         ` Greg Comeau
2008-02-05  3:35                   ` Federico G. Benavento
2008-02-05  2:31                 ` erik quanstrom
2008-02-02  4:57 kokamoto
2008-02-04 12:12 gdiaz
2008-02-04 12:47 ` Filipp Andronov
2008-02-04 13:01   ` Uriel
2008-02-04 13:41     ` Eris Discordia
2008-02-04 13:59       ` Anant Narayanan
2008-02-04 14:36         ` Eris Discordia
2008-02-04 14:43         ` Martin Neubauer
2008-02-06  9:53         ` Greg Comeau
2008-02-06 10:02           ` erik quanstrom

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).