Mail Archives: djgpp/1997/06/15/06:24:12
Paul Weustink (wtk AT rt DOT el DOT utwente DOT nl) wrote:
: Hello,
: After quite some effort, I still can't LINK under DOS with RHIDE!
: The command-line that is sent to the linker is far too long for
: MSDOS. Is there a way to increase this??? Or am I missing the point
: completely, the documentation mentions something about RHIDE and DJGPP
: version 2.01, but I installed both, and misery remains.
DJGPP programs have special ways of calling each other which get around
DOS's command line length limit. However, this technique changed from
version 2.00 to 2.01, so mixing programs from these two versions prevents
the long command lines from working.
So what you should do is check that you are using the latest versions of
everything - that is in particular bnu27b, gcc2721b, djdev201, and RHIDE
version 1.2 I believe (not certain about RHIDE; 1.2 is definitely
2.01-compiled though).
If you're not sure about any of this, switch to your DJGPP directory,
type:
dir manifest\*.ver /w > my_vers.txt
and post the contents of the `my_vers.txt' file this creates.
--
George Foot <mert0407 AT sable DOT ox DOT ac DOT uk>
Merton College, Oxford
- Raw text -