On 10 January 2011 21:43, Deol, Mandeep wrote: > Thanks Jonathan. > > Just a follow up. > > "more strictly-confirming 4.4.5 compiler will complain about" > > Does 4.4.5 have a dependency(recommendation) on any particular version of libstdc++? > If I had built 4.4.5 as a native compiler on my build machine to replace the old version; would it have updated my libstdc++ installed at /usr/lib? > > I am really having a lot of trouble understading the relationship between g++ and libstdc++. It's not difficult, they are developed and released together. You need to use the version of libstdc++ that comes with the version of gcc you're using.