This is the mail archive of the gcc@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: Compatibility between cxx and g++


On Jul 5, 2005, at 7:42 AM, Julio Garvia Honrado wrote:
I am trying to compile a C++ program (with cxx - Compaq compiler) that uses a C++ shared library (compiled with g++), but several 'unresolved' messages are reported.

Is there any way to solve this incidence?

Yes, have cxx ported to match g++'s abi, or recompile with g++.



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