Operating System - HP-UX
1826414 Members
4042 Online
109692 Solutions
New Discussion

Re: archived lib with two different version

 
Yogendra
Occasional Contributor

archived lib with two different version

Can I use the archived libries created by two different compiler version together to make executable
1 REPLY 1
Laurent Laperrousaz
Regular Advisor

Re: archived lib with two different version

Usually, yes
If you are coding in C++ , the compiler has to be from the same family. A library compiled with gcc is incompatible with aCC.
But in the same family and unless signaled by the compiler dev team it should be OK