home *** CD-ROM | disk | FTP | other *** search
- Newsgroups: comp.sys.amiga.programmer
- Path: sparky!uunet!mcsun!news.funet.fi!cs.joensuu.fi!jrauti
- From: jrauti@cs.joensuu.fi (Juhani Rautiainen)
- Subject: Re: G++ HELP **PLEASE!!**
- Message-ID: <1993Jan21.094913.2288@cs.joensuu.fi>
- Organization: University of Joensuu
- References: <1993Jan20.140411.2941@dct.ac.uk>
- Date: Thu, 21 Jan 1993 09:49:13 GMT
- Lines: 34
-
- mcscs1wji@dct.ac.uk (Bil Irving) writes:
-
- >I'm having big probs with the C++ part of GNU 2.3.3.. rather like
- >someone else in this newsgroup.
-
- >The C compiler works great, but if I try and write a simple "hello
- >world" type program (copied straight out of a C++ teaching book), then
- >try and compile using a line like:
-
- > c++ -o hello hello.cxx
-
- Try gcc -o hello hello.C -lg++
- or gcc -o hello hello.cc -lg++
-
- and gcc uses automatically c++-compiler. Remember to add space after
- -lg++ if you are using OS 2.x shells
-
- >Bil
- >--
- >-------------------------------------------------------------------------
- >| Bil Irving | 1 Demondale Place, |
- >| Internet: mcscs1wji@dct.ac.uk | Arbroath, Angus |
- >| Janet: mcscs1wji@uk.ac.dct | SCOTLAND |
- >| FidoNet: 2:259/24.100 | Tel: +44(0)241-73472 |
- >|-----------------------------------------------------------------------|
- >! Just because you're paranoid, doesn't mean they AREN'T after you.. !
- >-------------------------------------------------------------------------
- Juhani
- --
- --
- *******************************************************************************
- Juhani Rautiainen * University of * If you can't beat 'em, blow 'em up!
- jrauti@cs.joensuu.fi * Joensuu * -Dynamo Duck
- *******************************************************************************
-