From: "Peter Remmers" Newsgroups: comp.os.msdos.djgpp Subject: Re: Problems Compiling Date: Tue, 24 Nov 1998 18:38:23 +0100 Organization: TFH-Berlin (Berlin, Germany) Lines: 17 Message-ID: <73eqv6$7jc$1@idy05.tfh-berlin.de> References: <365ad939 DOT 1243858 AT news DOT isdn DOT net DOT il> NNTP-Posting-Host: ip099167.tfh-berlin.de X-Newsreader: Microsoft Outlook Express 4.72.3110.1 X-MimeOLE: Produced By Microsoft MimeOLE V4.72.3110.3 To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com >When I try to compile my programs, gcc complains it can't find cpp. I >know cpp = c plus plus so i copied the c++ compiler (gxx) to a file >called cpp, and then gcc complains that is doesnt have enough dos >memory, while 550kb out of the 64kb of memory is free, and almost 55 >mb of extended/expanded memory is free. > Actually cpp is the preprocessor. Maybe you have a broken installation? Or forgot to install a package? >The program is C not C++ So the preprocessor is needed here, too. Peter Remmers