This is the mail archive of the gcc-help@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: g++ and libstdc++


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.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]