Date: Sun, 19 Aug 2001 22:10:11 +0300 From: "Eli Zaretskii" Sender: halo1 AT zahav DOT net DOT il To: Silver Message-Id: <1659-Sun19Aug2001221011+0300-eliz@is.elta.co.il> X-Mailer: Emacs 20.6 (via feedmail 8.3.emacs20_6 I) and Blat ver 1.8.9 CC: djgpp AT delorie DOT com In-reply-to: <3B7FEE7B.E62F6433@gmx.de> (message from Silver on Sun, 19 Aug 2001 18:51:07 +0200) Subject: Re: MinGW32 + Rhide + DJGPP References: <3B7FE8E2 DOT 2FC04D8C AT gmx DOT de> <3B7FED0B DOT 1E94B093 AT is DOT elta DOT co DOT il> <3B7FEE7B DOT E62F6433 AT gmx DOT de> 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 > From: Silver > Newsgroups: comp.os.msdos.djgpp > Date: Sun, 19 Aug 2001 18:51:07 +0200 > > > > Is the compilation command line longer than 126 characters? If so, I don't > > think RHIDE could pass such a long command to the MinGW compiler. > > May be. Is there any easy way (means: without recompilation) to show the > commandline? Any debug utility? I don't use RHIDE, so I don't know. Anyone? > Even if not: Should that work? > I just read that DJGPP uses internally (means: GCC to preprocessor and > linker, etc.) uses a parameter "!proxy" which transfers parameter via > dpmi. Does Rhide use this? Is it configurable? RHIDE uses this (it's a standard part of the DJGPP library, so any DJGPP program uses it), but this method can only be used to pass long command lines to DJGPP programs. MinGW isn't a DJGPP program.