Xref: news2.mv.net comp.os.msdos.djgpp:6388 From: sansone AT aol DOT com (Sansone) Newsgroups: comp.os.msdos.djgpp Subject: Re: A DJGPP BOOK Date: 25 Jul 1996 01:15:09 -0400 Organization: America Online, Inc. (1-800-827-6364) Lines: 9 Sender: root AT newsbf02 DOT news DOT aol DOT com Message-ID: <4t6vst$ha8@newsbf02.news.aol.com> References: <31E94E34 DOT 7F413A68 AT mercury DOT execulink DOT com> Reply-To: sansone AT aol DOT com (Sansone) NNTP-Posting-Host: newsbf02.mail.aol.com To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp I recently bought the gnu compiler tools cdrom with the djgpp 1.12.m4 version, and I am having problems getting running. When I try to compile a simple C++ program I get the following errors. 1. undefined reference to endl. 2. undefined reference to cout. I don't understand, the program should compile with no problems. endl and cout are c++ code aren't they? Please help.