From: sarig AT isdn DOT net DOT il (Oren Sarig) Newsgroups: comp.os.msdos.djgpp Subject: Problems Compiling Date: Tue, 24 Nov 1998 16:09:56 GMT Organization: N/A Message-ID: <365ad939.1243858@news.isdn.net.il> X-Newsreader: Forte Free Agent 1.11/32.235 NNTP-Posting-Host: 212.25.75.53 X-Trace: 24 Nov 1998 18:04:41 +0200, 212.25.75.53 Lines: 18 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. what did i do wrong? --- Oren Sarig --- PS The same happens if i use rhide to compile --- PPS The program is C not C++