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: Help, zillions of undefined references


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


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