Date: Wed, 31 Jan 2001 10:06:49 +0200 (IST) From: Eli Zaretskii X-Sender: eliz AT is To: Laurynas Biveinis cc: djgpp-workers AT delorie DOT com Subject: Re: Path defaults in GCC In-Reply-To: <20010130201315.511.qmail@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, 30 Jan 2001, Laurynas Biveinis wrote: > Today I just discovered that GCC 2.97 does not > search for libraries in /dev/env/DJDIR/lib directory, > and that seems a showstopper to me. The fix for GCC is pretty > trivial (see below; I've made some rearrangements too). > However, this should have came up much earlier, so I might > be missing something very obvious here. Didn't GCC have some special code to expand $DJDIR at runtime, written by Robert Hoehne when /dev/env didn't exist yet? As for the changes, please make sure they don't break the cross-build environment, both when building GCC as a native or cross-compiler, and when using it later on a Unix box.