From: slardy AT erols DOT com (Travis Gant) Newsgroups: comp.os.msdos.djgpp Subject: Help with RSXNTJ Date: Sat, 05 Dec 1998 14:54:51 GMT Lines: 43 Message-ID: <366948b1.131397267@news.erols.com> X-Trace: c0IhBZoghT8rEGXrQP+GgA3IvztNsigQ1kY1NviJoHc= X-Complaints-To: abuse AT rcn DOT com NNTP-Posting-Date: 5 Dec 1998 14:58:06 GMT X-Newsreader: Forte Free Agent 1.11/32.235 To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com I was trying to get rsxntj working and i did all the steps up to this point: ---------------------------------------------------------------------------------------------------------------------------------------------------------- b) If you use the environment variables: 4b) Modify LIBRARY_PATH environment: You should add the library path to your LIBRARY_PATH environment. The RSXNTDJ library should be added before the DJGPP library path. SET LIBRARY_PATH=F:\RSXNTDJ\LIB;C:\DJGPP\LIB If you run the command ‘GCC -v’ you should get the message: Reading specs from F:\rsxntdj\lib\specs gcc version 2.7.2.1 The gcc compiler must read the specs file from the rsxntdj library path. 5b) Modify INCLUDE environment: You should add the rsxntdj include directories to the C_INCLUDE_PATH environment. SET C_INCLUDE_PATH=...;D:\RSXNTDJ\INCLUDE\MSSDK;D:\RSXNTDJ\INCLUDE\WIN32 Example: SET C_INCLUDE_PATH=C:\DJGPP\INCLUDE;D:\RSXNTDJ\INCLUDE\MSSDK; D:\RSXNTDJ\INCLUDE\WIN32 ---------------------------------------------------------------------------------------------------------------------------------------------------------- i dont understand what I have to do here. Is this in the DJGPP.env file?