gcc and Sun's CC link error with C++ code

bjorn rohde jensen bjensen@fastmail.fm
Thu Jun 27 14:51:00 GMT 2002


Hi Tory,

 You can not in general link object files, libs etc generated
by different compilers. The c++ name mangling schemes also serve
to prevent incompatible code from linking. The linking problem
is a good thing:) Of course it is not so much fun having to
recompile libs...

Yours sincerely,

Bjorn



More information about the Gcc-help mailing list