Date: Wed, 31 Jan 2001 10:07:26 +0200 (IST) From: Eli Zaretskii X-Sender: eliz AT is To: Tim Van Holder cc: djgpp-workers AT delorie DOT com Subject: RE: Path defaults in GCC In-Reply-To: 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, Tim Van Holder wrote: > I would like to see DJGPP packages put libraries in the > appropriate subdir of lib/gcc-lib by default. lib/gcc-lib/djgpp/VERSION is not for any libraries, it is only for libraries related to GCC itself. So IMHO it would be wrong for other packages to put anything there. > 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). As Mark pointed out, the ABI is only different for C++ programs, not for C programs.