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 CC, GCC


-----Original Message-----
From: MANU_TA [mailto:MANU_TA@terra.es] 

> - 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


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