Message-Id: <199808291718.TAA50878@ieva06.lanet.lv> From: "Andris Pavenis" To: DJ Delorie Date: Sat, 29 Aug 1998 19:21:57 +0300 MIME-Version: 1.0 Content-type: text/plain; charset=US-ASCII Content-transfer-encoding: 7BIT Subject: Re: c++ linking faq CC: djgpp-workers AT delorie DOT com In-reply-to: <199808291533.LAA11553@delorie.com> References: <199808291616 DOT SAA60932 AT ieva06 DOT lanet DOT lv> (pavenis AT lanet DOT lv) Precedence: bulk Date sent: Sat, 29 Aug 1998 11:33:00 -0400 (EDT) From: DJ Delorie Subject: Re: 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. > > That's why I said "if it's installed". > Anyway this is not universal cure as will not help with LFN related problems which are almost equaly frequent. I don't think that we should provide checks for all possible problems that poeple that are often encountered. I think that we should avoid modifying gcc unless really necessary (for example going into infinite loop when DJGPP instalation were broken were such problem that should have a fix, see discussions in May). Andris