Date: Wed, 29 Nov 2000 10:37:18 +0200 (IST) From: Eli Zaretskii X-Sender: eliz AT is To: djgpp AT delorie DOT com Subject: Re: RHIDE: Running anothr prog after compiling... In-Reply-To: <3a24232c@post.usenet.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Reply-To: djgpp AT delorie DOT com Errors-To: nobody AT delorie DOT com X-Mailing-List: djgpp AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk 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.