Mail Archives: djgpp/2000/11/29/07:14:26
On Tue, 28 Nov 2000, Stephan Diestelhorst wrote:
> I'm using RHIDE, and I want to run a programm (which modifies my exe) just
> after the compiler.
One way to do this is to modify your `lib/specs' file. It already
instructs GCC to run an additional program (stubify.exe) right after
the linker finishes.
Beware: the `specs' file has a cryptic syntax, and if you modify it
incorrectly, you can totally screw up your DJGPP installation!
So I'd suggest to try to find another solution for your original
(undisclosed) problem. Perhaps if you explain what that problem is,
someone could suggest a different way of solving it, one that doesn't
require external programs being run after linking.
- Raw text -