On Mon, 4 Mar 2002, pascal wrote: > I do not understand. > where is the eventual bug, in qt 2.3, in gcc3.0 ? > Any similar experiences and misfortune with other distro and ( qt2.3 + > gcc3.0 )?
Not a bug. gcc-"2.96" and gcc-3.0.4 does not have the same ABI for C++ code. That means that if you want to build a C++ application with gcc3, you must make sure to rebuild all other libraries it may depend on but with gcc3 too. Bye, Gwenole.
