From: "Tim Van Holder" To: Subject: RE: Path defaults in GCC Date: Tue, 30 Jan 2001 22:21:50 +0100 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook IMO, Build 9.0.2416 (9.0.2910.0) In-Reply-To: <20010130201315.511.qmail@lauras.lt> X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4133.2400 Importance: Normal Content-Transfer-Encoding: 8bit X-MIME-Autoconverted: from quoted-printable to 8bit by delorie.com id QAA21689 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 > 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. Might it be your gcc 2.97 isn't called 'gcc' so it doesn't pick up variables such as LIBRARY_PATH from djgpp.env. > Comments? I would like to see DJGPP packages put libraries in the appropriate subdir of lib/gcc-lib by default. Especially since gcc 3.0 will use an incompatible ABI (not sure if 2.97 already does), it would be nice if libraries where put somewhere they'll only be picked up if they can be safely used (I wouldn't WANT libc.a to be picked up from $DJDIR/lib if running gcc 3, as it wouldn't link).