Message-ID: <35386C93.A71@mjv.com> Date: Sat, 18 Apr 1998 02:04:20 -0700 From: Michael Vanecek Reply-To: webmaster AT mjv DOT com MIME-Version: 1.0 To: djgpp AT delorie DOT com Subject: Re: More RSXNTDJ... References: <35385BAE DOT 6215 AT mjv DOT com> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Precedence: bulk Michael Vanecek, On top of the previous problems, here is an excerpt of what I get when I try to compile a simple c program from gcc, D:\RSXNTDJ/lib/libc.a(write.o)(.text+0x2a2):write: undefined reference to `__wri te' D:\RSXNTDJ/lib/libc.a(write.o)(.text+0x2ba):write: undefined reference to `__rai se' D:\RSXNTDJ/lib/libc.a(_fd.o)(.text+0xb):_fd: undefined reference to `_nfiles' D:\RSXNTDJ/lib/libc.a(_fd.o)(.text+0x16):_fd: undefined reference to `_files' D:\RSXNTDJ/lib/libc.a(_fd.o)(.text+0x1f):_fd: undefined reference to `_fdvec_hea d' D:\RSXNTDJ/lib/libc.a(_fd.o)(.text+0x53):_fd: undefined reference to `_nfiles' D:\RSXNTDJ/lib/libc.a(_fd.o)(.text+0x5e):_fd: undefined reference to `_lookahead ' D:\RSXNTDJ/lib/libc.a(_fd.o)(.text+0x68):_fd: undefined reference to `_fdvec_hea d' D:\RSXNTDJ/lib/libc.a(tell.o)(.text+0x40):tell: undefined reference to `__lseek' D:\RSXNTDJ/lib/libc.a(ulimit.o)(.text+0x39):ulimit: undefined reference to `__ul imit' D:\RSXNTDJ/lib/libc.a(ulimit.o)(.text+0x4d):ulimit: undefined reference to `__ul imit' This is just a small part of the long list. What the hell is going on? is RSXNTDJ an either or compiler? I can compile a few of the demos excepting the cplus demo because I took all the exe files in the lib\gcc\djgpp\ and copied them into the bin. However, even if I delete these files from the bin (they still exist in the other dir), I still get this string of errors. Same with Allegro files. I'm about ready to trash this rsxntdj as a piece of $#%@^ Win wanna-be compiler - DJGPP will always take priority. But I'm willing to hold off, and try to sort this out, with a little help. Please, if you have any ideas, email me or post. I'm at wits end on this one. LCC works kinda, but I'm really attracted to a win32 compiler add-on to djgpp like rsxntdj. Mike