-----Original Message----- From: MANU_TA [mailto:MANU_TA@xxxxxxxx] > - I use compiler "cc" V6.4-215 and "gcc" V3.3.1. > - My question is: Could I link a dynamic library (libXXX.so), which is > compilated with "cc", with a object file compilated with "gcc"? In general you should not have any problems linking _C_ programs and libraries built with different compilers. So, yes, this should probably work fine for you. Cheers, Lyle