delorie.com/archives/browse.cgi   search  
Mail Archives: djgpp/1997/10/19/17:19:11

Message-ID: <344A83E1.DD@interaxs.net>
Date: Sun, 19 Oct 1997 15:04:17 -0700
From: Brian Gerwels <briangerwels AT interaxs DOT net>
Reply-To: briangerwels AT interaxs DOT net
MIME-Version: 1.0
Newsgroups: comp.os.msdos.djgpp
Subject: Can't get c++ to work
NNTP-Posting-Host: dial8.interaxs.net
Lines: 25
To: djgpp AT delorie DOT com
DJ-Gateway: from newsgroup comp.os.msdos.djgpp

I've just started using DJGPP.  I've gotten the c compiler to work but
I'm having trouble with C++.  I've down loaded the files gpp2721b.zip ,
lgp271b.zip , and obc2721b.zip.
	When I try to compile a basic "hello c++ world" program (your laugh
here) I get the errors: undefined reference to 'cout'
	    undefined reference to 'ostream::operator<<(char const *)'

This is what I type at the command line:
	gcc hello.cpp
I've also tried changing the extension to '.cxx'.  I read somthing about
using 'G++' at the command line, but I don't have that, I think I've
downloaded everything I'm suppose to.  I've also tried using gxx and cpp
at the command prompt but the don't seem to do anything.	

I don't think it's a programming mistake but here's the program

#include <iostream.h>
void main()
{
	cout << "Hello C++ world";
}


I'd appreciate any help,
Brian

- Raw text -


  webmaster     delorie software   privacy  
  Copyright © 2019   by DJ Delorie     Updated Jul 2019