aix6handle
Programmer
Is there any compabitily between VACPP version5 and version6.
I have a few cpp files compiled in version 6.
And I have a library compiled in version 5. I need to link the library and the .o files to create a shared library. But this wouldnt work (getting unresolved symbols).
So my question is, is there any compiler flags that I can set to make the lib and the .o files which are got from different versions work well together to get the shared library.
Thanks,
Vanitha.
I have a few cpp files compiled in version 6.
And I have a library compiled in version 5. I need to link the library and the .o files to create a shared library. But this wouldnt work (getting unresolved symbols).
So my question is, is there any compiler flags that I can set to make the lib and the .o files which are got from different versions work well together to get the shared library.
Thanks,
Vanitha.