Message-ID: <3662FFA4.98249995@montana.com> Date: Mon, 30 Nov 1998 13:27:16 -0700 From: bowman X-Mailer: Mozilla 4.5 [en] (Win95; I) X-Accept-Language: en MIME-Version: 1.0 To: djgpp AT delorie DOT com Subject: Re: Carn't get RSXNTDJ to compile test.c References: <73uqch$c0a$1 AT probity DOT mcc DOT ac DOT uk> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Reply-To: djgpp AT delorie DOT com pete lonsdale wrote: > > I've installed RSXNTDJ and I dont think I've done anything wrong, but when I > try to compile the test program gcc exits with this: At the least, it would look like the .h files in /rsxntdj/include/mssdk aren't being picked up. Did you modify the paths to point to the right includes, and all the rest of the mods? You might want to compile in the verbose mode to see where things are coming, or not coming, from. In addition to the docs in the rsxntdj packages, there are a few worthwhile comments in the djgppFAQ. The only exception I would make, due to some of the gotchas with the GCC 'inline' support, I'd suggest replacing the inlines with the traditional C macrcos.