From: "Gregory Harding" Newsgroups: comp.os.msdos.djgpp Subject: C++ setup problems Date: Wed, 27 Sep 2000 19:07:14 +0200 Organization: The South African Internet Exchange Lines: 21 Message-ID: <8qt99o$gen$1@ctb-nnrp2.saix.net> NNTP-Posting-Host: cbs53-02-p69.wc.saix.net X-Trace: ctb-nnrp2.saix.net 970074232 16855 155.239.133.69 (27 Sep 2000 17:03:52 GMT) X-Complaints-To: abuse AT saix DOT net NNTP-Posting-Date: 27 Sep 2000 17:03:52 GMT X-Priority: 3 X-MSMail-Priority: Normal X-Newsreader: Microsoft Outlook Express 5.00.2615.200 X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2615.200 To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com Hi, I am experiencing the problem documented in the DJGPP FAQ under section 6.5 (GCC - v2.95 - informs me that it is unable to locate "cc1plus.exe" or "cc1.exe" when attempting to compile C++ programs). I cannot locate the file "problems.txt" which the FAQ refers to, and find no mention of this in the install instructions. How can I remedy this situation? Another question: I have noticed that programs using functions from the standard C libraries compile whether I put the appropriate include lines in or not. (eg. a program using random() works without #include ). Why is this? Kind regards, Gregory Harding