From: George Newsgroups: comp.os.msdos.djgpp Subject: rsxntdj installation problems Date: Tue, 06 Feb 2001 22:31:56 -0600 Organization: Posted via Supernews, http://www.supernews.com Message-ID: <3A80CFBC.7450@centurytel.net> X-Mailer: Mozilla 3.0 (Win95; U) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Complaints-To: newsabuse AT supernews DOT com Lines: 39 To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com 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