Message-ID: <007401c0d192$164624e0$a4d4aec6@lhaglund> From: "Josh Haglund" To: References: <9ck0s8$nma$1 AT info DOT cyf-kr DOT edu DOT pl> Subject: Re: RSXNTDJ install Date: Mon, 30 Apr 2001 11:24:51 -0500 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.50.4133.2400 X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4133.2400 Reply-To: djgpp AT delorie DOT com I'm a newbie to computer programming and my guess is that your makefile is messed up :P cheers & goodluck, Josh ----- Original Message ----- From: "Rafal Maj" Newsgroups: comp.os.msdos.djgpp To: Sent: Monday, April 30, 2001 10:38 AM Subject: RSXNTDJ install > I have problems with installing RSXNTDJ. I update my autoexec with : > SET RSXNTDJ=C:\RSXNTDJ > ST PATH=%RSXNTDJ%\bin;%PATH% > SET C_INCLUDE_PATH=%RSXNTDJ%\include\win32\anders > I couldn't copy cpp.exe : > The last thing you need to do is COPY your cpp.exe from your DJGPP > installation into your DJGPP/bin directory. It is located in your > DJGPP/lib/gcc-lib/djgpp/2.95 directory (or similar, depending on your > gcc version). > in my c:\DJGPP/lib/gcc-lib/djgpp/2.953 I have found only cc1.exe, > cc1plus.exe, collect2.exe, cpp0.exe, liballeg.a, libgcc.a, specs and > idrectory 'include'. > I make copy of cpp0.exe to djgpp\bin and to djgpp\bin\cpp.exe. > > After loadig a sample program in RSX-IDE and selecting target/make I get > error message like this : > gcc.exe unrecognized option '-Zwin32' > speed.c:6 crtrsxnt.h: No such file or directory (ENOENT) > etc... > > My DJGPP is working correct. > > Please help. > Thanks in advice, > Rafal > > > > DJGPP/lib/gcc-lib/djgpp/2.95 > >