home *** CD-ROM | disk | FTP | other *** search
- Newsgroups: comp.os.os9
- Path: sparky!uunet!usc!sdd.hp.com!zaphod.mps.ohio-state.edu!menudo.uh.edu!buster!hounix!mm1
- From: mm1@hounix.org (John Donaldson)
- Subject: C++ Problem
- Message-ID: <1992Sep14.215626.8870@hounix.org>
- Organization: Houston UNIX Users Group (HOUNIX), Houston, TX
- Date: Mon, 14 Sep 1992 21:56:26 GMT
- Lines: 35
-
-
-
- I have the port of GNU C and C++ for the MM/1. The C compilers works fine.
- But I am having a problem with C++.
-
- Here is what I am having a problem with
-
- //This is a test program:
- #include<stdlib.h>
- #include<stream.h>
-
- main()
- {
- cout << "Hello World\n";
- )
-
-
- gcc -o hello -I/dd/defs/cc -L/dd/gnulib hello.c
-
-
- I get the following errors:
-
- sput__9streambufPCc unresolved
- cout unresolved
-
-
- Can anyone tell me what I am doing wrong???
-
- John Donaldson
-
- --
- ******************************************************************************
- * John Donaldson one very Happy MM/1 Owner *
- * send mail to: mm1@Hounix.org *
- * VAXELF on Delphi *
-