Mail Archives: djgpp/2001/04/30/14:30:05
Rafal Maj <maj_rafal AT poczta DOT onet DOT pl> 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.
- Raw text -