From: "Rafal Maj" Newsgroups: comp.os.msdos.djgpp Subject: Odp: RSXNTDJ install Date: Mon, 30 Apr 2001 19:43:50 +0200 Organization: Academic Computer Center CYFRONET AGH Lines: 54 Message-ID: <9ck86r$g8k$1@info.cyf-kr.edu.pl> References: <9ck0s8$nma$1 AT info DOT cyf-kr DOT edu DOT pl> <007401c0d192$164624e0$a4d4aec6 AT lhaglund> NNTP-Posting-Host: d-94-53-11.cyfronet.krakow.pl X-Trace: info.cyf-kr.edu.pl 988652571 16660 149.156.1.171 (30 Apr 2001 17:42:51 GMT) X-Complaints-To: news AT cyf-kr DOT edu DOT pl NNTP-Posting-Date: Mon, 30 Apr 2001 17:42:51 +0000 (UTC) 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 I was just trying to load the example program included with RSXNTDJ. Rafal Użytkownik Josh Haglund w wiadomooci do grup dyskusyjnych napisał:007401c0d192$164624e0$a4d4aec6 AT lhaglund... > 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 > > > > >