From: iharriso AT haverford DOT edu (Ian) Newsgroups: comp.os.msdos.djgpp Subject: Problem with C++ libraries in djgpp Date: Sun, 26 Sep 1999 08:32:48 GMT Lines: 16 Message-ID: <7sklom$aug$1@winter.news.rcn.net> X-Trace: iThmU7Ad1t/hIGW+eQJWR6AEb3la/cBDOJdCrvmVqaE= X-Complaints-To: abuse AT rcn DOT com NNTP-Posting-Date: 26 Sep 1999 08:33:26 GMT X-Newsreader: News Xpress 2.01 To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com I just donwloaded djgpp, and after setting it up, I used RHIDE to write a simple C++ program to see if it worked. # inlcude main() { cout << "hello" << endl; } When I tried to run it, I recieved what seems to be about 100 errors relating to the syntax of iostream.h and the libraries that it calls. These include parse errors, undefined variables, and conflicting types for some variables. It seems that there is something wrong with the libraries that came with djgpp. Are the libraries poorly written, or am I doing something wrong. And if it is the libraries, is there anywhere to get ones that work. Thanks.