From: "Mark E." To: djgpp-workers AT delorie DOT com Date: Tue, 30 Jan 2001 17:00:24 -0500 MIME-Version: 1.0 Content-type: text/plain; charset=US-ASCII Content-transfer-encoding: 7BIT Subject: RE: Path defaults in GCC Message-ID: <3A76F328.18084.8CD227@localhost> In-reply-to: References: <20010130201315 DOT 511 DOT qmail AT lauras DOT lt> X-mailer: Pegasus Mail for Win32 (v3.12c) 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 > WANT libc.a to be picked up from $DJDIR/lib if running gcc 3, as > it wouldn't link). Why not? Only the C++ ABI is changing. The C ABI stays the same as before. Mark