John Coppens wrote:
> Hi Angus.
> 
> Thanks for replying. I didn't think about the necessity of recompiling
> Qt - not entirely logical either, is it?

C++ is a PITA in this regard. Different compilers have different name
mangling schemes, so code compiled by one compiler will not link against
code compiled with another.

Is g++ 3.4 ABI compatible with g++ 3.3? If so, then all would be well, but
this has not been the case in the past.

-- 
Angus

Reply via email to