Message-Id: <199808291616.SAA60932@ieva06.lanet.lv> From: "Andris Pavenis" To: djgpp-workers AT delorie DOT com, DJ Delorie Date: Sat, 29 Aug 1998 18:20:35 +0300 MIME-Version: 1.0 Content-type: text/plain; charset=US-ASCII Content-transfer-encoding: 7BIT Subject: Re: c++ linking faq In-reply-to: <199808291450.KAA08185@delorie.com> Precedence: bulk Date sent: Sat, 29 Aug 1998 10:50:51 -0400 (EDT) From: DJ Delorie Subject: c++ linking faq > > Can we just change gcc to always try to link in the stdc++ library if > it's installed? I'm getting sick of that issue popping up on the > newsgroup. > It's possible with rather simple editting specs file but then another problem will appear if somebody does not want to install C++ support (libstdcxx.a is in gpp281b.zip not gcc281b.zip and as I think should be there). So I'm against such solution. The question is how to force newbies to read readme files and FAQ before asking questions in mailing list. Andris