Hi Eric,
The C++ ABI between RedHat 2.96 and GCC 3.2 are not compatible.
Either compile everything with GCC 3.2, or compile everything with RedHat 2.96.
Since RedHat 2.96's C++ is pre-ISO 14882, I highly recommend GCC 3.2 (or
3.3, or 3.4).
(This rule-of-thumb does not apply to C, since the C ABI is the same
between both of compiler suites.)
--Eljay