From: "DoLL" Newsgroups: comp.os.msdos.djgpp Subject: Re: wanted: specs file for RSXNTDJ to make it work on 2.8.1 Date: Mon, 31 May 1999 19:42:43 +0900 Organization: KREONet news service Lines: 45 Message-ID: <7itp80$np5$1@usenet.kreonet.re.kr> References: NNTP-Posting-Host: cyberdog.kepri.re.kr X-Newsreader: Microsoft Outlook Express 4.72.2106.4 X-MimeOLE: Produced By Microsoft MimeOLE V4.72.2106.4 To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com I forgot where I get this RSXNTDJ specs. (Maybe from this newsgroup. Thanks to him.) --> 1. /RSXNTDJ/LIB/specs And manually changed the DJGPP.ENV. --> 2. /DJGPP/djgpp.env GCC 2.8.1 default + Contents in /RSXNTGJ/djgpp.env My autoexec.bat : SET DJGPP=C:\GCC\DJGPP.ENV SET RSXNTDJ=C:\GCC\RSXNTDJ 1. /RSXNTDJ/LIB/specs Default values + Edit the following to suit your DJGPP configuration. *cpp: %{posix:-D_POSIX_SOURCE} %{Zmt: -D__MT__} %{Zdll: -D__DLL__} %{Zcrtdll*:-D__CRTRSXNT__}\ %{Zwin32: -D__WIN32__ -D__RSXNT__ -D__EMX__ -Ic:/gcc/rsxntdj/include} *link: %{Zwin32: -Lc:/gcc/rsxntdj/lib/all -Lc:/gcc/rsxntdj/lib/%{Zmt:m}%{!Zmt:s}t} 2. /DJGPP/djgpp.env [cpp] CPLUS_INCLUDE_PATH=%/>;CPLUS_INCLUDE_PATH%%DJDIR%/lang/cxx;%DJDIR%/include;% DJDIR%/contrib/grx20/include;%RSXNTDJ%/include/mssdk;%RSXNTDJ%/include/win32 C_INCLUDE_PATH=%/>;C_INCLUDE_PATH%%DJDIR%/include;%DJDIR%/contrib/grx20/incl ude;%RSXNTDJ%/include/mssdk;%RSXNTDJ%/include/win32 OBJCPLUS_INCLUDE_PATH=%/>;OBJCPLUS_INCLUDE_PATH%%DJDIR%/include;%DJDIR%/lang /objc;%RSXNTDJ%/include/mssdk;%RSXNTDJ%/include/win32 OBJC_INCLUDE_PATH=%/>;OBJC_INCLUDE_PATH%%DJDIR%/include;%DJDIR%/lang/objc;%R SXNTDJ%/include/mssdk;%RSXNTDJ%/include/win32 [gcc] COMPILER_PATH=%/>;COMPILER_PATH%%DJDIR%/bin LIBRARY_PATH=%/>;LIBRARY_PATH%;%RSXNTDJ%/lib;%DJDIR%/lib;%DJDIR%/contrib/grx 20/lib