Mail Archives: djgpp/2000/11/19/11:48:18
> Date: Sun, 19 Nov 2000 10:35:33 -0500
> From: sam <samirwy AT connection DOT com>
> Newsgroups: comp.os.msdos.djgpp
>
> My path points to d:\rsxntdj\bin first.
>
> D:\rsxntdj\sample\myc\LOTTO>ld -v
> GNU ld version 2.9.5 (with BFD 2.9.5)
It doesn't look like that: the above comes from the DJGPP port of ld,
I think.
> D:\rsxntdj\sample\myc\LOTTO>gcc -v
> Reading specs from d:/djgpp/lib/specs
> gcc version 2.95.2 19991024 (release)
Just like I thought: you are invoking the DJGPP tools, not the RSXNT
tools.
> I have now rearanged my autoexec.bat so that rsx\libs are first and djgpp\bin
> first are per
> 'how to install' on rsx's home page but no change. Still reading djgpp\spec.
I don't know what did you rearrange, exactly, in AUTOEXEC.BAT, and you
didn't tell. But if it's PATH, then it's not going to change which
specs file is used.
If you cannot figure this out, post the output of the command SET when
you type it from the same DOS box where you invoke the compiler.
> What is the CRT.DLL-controls DLL?
No, it's the "C Run-Time" DLL, in other words, the C library.
- Raw text -