From mboxrd@z Thu Jan 1 00:00:00 1970 From: jdassen@wi.LeidenUniv.nl (J.H.M. Dassen (Ray)) To: help-gcc@gnu.org Subject: Re: libstdc++ Date: Tue, 30 Nov 1999 23:28:00 -0000 Message-ID: References: <38224344.35A62513@bcpl.net> X-SW-Source: 1999-11n/msg00075.html Message-ID: <19991130232800.hpjhN9vpfUePiRBuviBKpgyZER9ui99JM_0-1Zp5QPs@z> Inferno wrote: >I have an Intel 486 running Solaris 2.5.1. I am trying to install >libstdc++(either 2.90.6 or 2.8.1.1) and neither works. GNU libstdc++ (as well as libg++) is tightly coupled to the compiler version; you can only compile it using the particular compiler version it is supposed to work with. >It used to work fine with GCC2.8.1 but now using GCC 2.95.1 it won't. As of 2.95, the gcc sources include the libstdc++ source, so if you build gcc 2.95.2 from source, you should get a working C++ compiler with matching libstd++. HTH, -- Ray Dassen