Date: Mon, 31 Aug 1998 12:05:19 +0300 (IDT) From: Eli Zaretskii To: Hans-Bernhard Broeker cc: DJ Delorie , djgpp-workers AT delorie DOT com Subject: Re: c++ linking faq In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Precedence: bulk On Sun, 30 Aug 1998, Hans-Bernhard Broeker wrote: > 2) This would unconditionally link in a C++ library, even if there's not a > single .cc file in the project I don't think so. If no object references any symbols in libstdc++.a, then the linker won't link in anything from that library. > Can we use environment variable values in the linker script? I don't see any such options, but my references might be not up to date.