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: gcc and Sun's CC link error with C++ code


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


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