From: Hans-Bernhard Broeker Newsgroups: comp.os.msdos.djgpp Subject: Re: RSXNTDJ install Date: 30 Apr 2001 18:18:01 GMT Organization: Aachen University of Technology (RWTH) Lines: 32 Message-ID: <9cka8p$7f3$1@nets3.rz.RWTH-Aachen.DE> References: <9ck0s8$nma$1 AT info DOT cyf-kr DOT edu DOT pl> NNTP-Posting-Host: acp3bf.physik.rwth-aachen.de X-Trace: nets3.rz.RWTH-Aachen.DE 988654681 7651 137.226.32.75 (30 Apr 2001 18:18:01 GMT) X-Complaints-To: abuse AT rwth-aachen DOT de NNTP-Posting-Date: 30 Apr 2001 18:18:01 GMT Originator: broeker@ To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com Rafal Maj wrote: > I have problems with installing RSXNTDJ. I update my autoexec with : > SET RSXNTDJ=C:\RSXNTDJ > ST PATH=%RSXNTDJ%\bin;%PATH% ^--- typo: there's an 'E' missing > SET C_INCLUDE_PATH=%RSXNTDJ%\include\win32\anders Putting this into autoexec.bat may easily break compilation with plain DJGPP (not using RSXNTDJ). You may have an old version of RSXNTDJ. > 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). As so often is the case, these installation instructions are outdated. You don't have to copy cpp.exe any more, with GCC 2.95.3. It's now right there in %DJDIR%/bin, already. > After loadig a sample program in RSX-IDE and selecting target/make I get > error message like this : > gcc.exe unrecognized option '-Zwin32' Your PATH change didn't work. IIRC, recent RSXNTDJ's don't use -Zwin32, but rather a different invocation for gcc itself: gccwin32 or so. -- Hans-Bernhard Broeker (broeker AT physik DOT rwth-aachen DOT de) Even if all the snow were burnt, ashes would remain.