Date: Wed, 28 Mar 2001 11:33:46 +0200 (IST) From: Eli Zaretskii X-Sender: eliz AT is To: Laurynas Biveinis cc: djgpp-workers AT delorie DOT com Subject: Re: Test binaries of gcc-3.0 20010314 (prerelease) In-Reply-To: <20010327215541.B2267@lauras.lt> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Reply-To: djgpp-workers AT delorie DOT com Errors-To: nobody AT delorie DOT com X-Mailing-List: djgpp-workers AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk On Tue, 27 Mar 2001, Laurynas Biveinis wrote: > > installation (eg. gcc.exe etc is put in $DJDIR/bin2 instead of > > $DJDIR/bin, so put it in Your path and You can use it) and that > > What about introducing $DJDIR/local hierarchy? As far as I understand, the only thing that is needed to have several versions of GCC coexist on the same machine is to rename one of the gcc.exe drivers to a different name, such as gcc-2952.exe. Each version of GCC should be able to find its own headers, specs, compiler passes, and libgcc.a automatically, and the single entry in the [gcc] section of DJGPP.ENV is IIRC redundant (if not, you need to add another section [gcc-2952]). Am I missing something?