From: "Richard Pett" Newsgroups: comp.os.msdos.djgpp Subject: getting started Date: Tue, 24 Nov 1998 09:58:26 +1300 Organization: National Insitute of Water and Atmosphere (http://www.niwa.cri.nz) Lines: 13 Message-ID: <73cifb$gqm$1@clam.niwa.cri.nz> NNTP-Posting-Host: 161.65.68.240 X-Trace: clam.niwa.cri.nz 911854891 17238 161.65.68.240 (23 Nov 1998 21:01:31 GMT) X-Complaints-To: postmaster AT niwa DOT cri DOT nz NNTP-Posting-Date: 23 Nov 1998 21:01:31 GMT X-Newsreader: Microsoft Outlook Express 4.72.2106.4 X-MimeOLE: Produced By Microsoft MimeOLE V4.72.2106.4 To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com I have just downloaded and started using djgpp and I have a few questions, I hope none of them seem to obvious, but I'm new to this so they might be. First of all, although I seem to be able to compile straight 'C' programs without problems, I am having trouble compiling C++ files. When I run gcc, I get the following message 'cannot exec cc1plus...' I do have cc1plus.exe, it was unzipped to lib\gcc-lib\djgpp\2.81\ Is this where it is supposed to be? My second question is completely unrelated, I am trying to write a front-end for a program but I do not know how to run one dos program from within my 'C' programs, nor how to pass parameters to them. Can anyone help me here?