Mail Archives: djgpp-workers/2001/01/13/13:39:17
> - the stub used to produce the .exe program should be the same stub
> distributed with the installed djdev (I didn't forget the GO32STUB
> feature, I just don't think it's reliable enough, because it
> depends on DJGPP.ENV).
To locate the stub, the current order is GO32STUB, STUB, then the builtin
stub. Would changing the order to GO32STUB, STUB, "/dev/env/bin/stubify.exe",
and builtin stub solve this for you?
> It would also be nice to solve the problem with extra 2KB of garbage
> in the executables produced by ld.exe, but that's a minor nuisance
> (and maybe it's already solved, I don't remember).
An attempt by someone (I forget now who) tried generic fix, but it was
refused. The bnu210b.zip solves it in a DJGPP specific way. I'll take another
look at this soon.
Mark
- Raw text -