This is the mail archive of the libstdc++@gcc.gnu.org mailing list for the libstdc++ 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: gcc3.3 to 3.4.6


On 03/03/2008, saranya wrote:
>
>  i have moved from gcc3.3 to gcc3.4.6. the code which worked in gcc3.3 is not
>  working in 3.4.6. the makefile uses libam.so and libstdc++. libstdc++.so.6
>  is used in gcc3.4.6. what r the changes that i should make when i upversion
>  gcc? is there some problem in libpam.so also?
>

See http://gcc.gnu.org/gcc-3.4/changes.html#cplusplus

The C++ ABI changed between 3.3 and 3.4 so you should recompile all
C++ code with gcc 3.4 and use the newer libstdc++ shared library.

Jonathan


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