Mail Archives: djgpp/2001/02/07/00:34:24
I'm trying to install rsxntdj and not having much luck thus far. djgpp
is in c:\djgpp. rsxntdj is in c:\djgpp\rsxntdj. when I try making the
sample programs, I get "make.exe: nothing to be done for 'all'." just
for kicks, I tried running the output file anyways and of course got not
a valid win32 application or something like that.
my autoexec.bat looks like this:
set PATH=c:\jdk1.1.8\bin;c:\djgpp\rsxntdj\bin;c:\DJGPP\BIN;%PATH%
set DJGPP=c:\DJGPP\DJGPP.ENV
SET LIBRARY_PATH=c:\djgpp\RSXNTDJ\LIB;C:\DJGPP\LIB
set rsxntdj=c:\djgpp\rsxntdj
SET C_INCLUDE_PATH=c:\djgpp\RSXNTDJ\include\win32\anders
here are the parts of my rsxntdj specs file I altered:
*cpp:
%{posix:-D_POSIX_SOURCE} %{Zmt: -D__MT__} %{Zdll: -D__DLL__}
%{Zcrtdll*:-D__CRTRSXNT__}\
%{Zwin32: -D__WIN32__ -D__RSXNT__ -D__EMX__ -Ic:/djgpp/rsxntdj/include}
and
*link:
%{Zwin32: -Lc:/djgpp/rsxntdj/lib/all \
%{Zmt: -Lc:/djgpp/rsxntdj/lib/mt} %{!Zmt: -Lc:/djgpp/rsxntdj/lib/st}}
I also backed up ld.exe and copied the rsxntdj one into my djgpp
directory. when I type gcc -v at the command prompt I get
"reading specs from c:\djgpp\rsxntdj\lib\specs
gcc version 2.95.2 19991024 (release)"
the only thing I can figure is that I'm missing the rsxntdj version of
the djgpp.env file, as it didn't come with the zip file from
www.delorie.com or from the rsxntdj site. or am I completely wrong with
that conclusion? any help at all would be appreciated.
thanks
Nathan Harris
- Raw text -