This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
RE: Compatibility CC, GCC
- From: lrtaylor at micron dot com
- To: <MANU_TA at terra dot es>, <gcc-help at gcc dot gnu dot org>
- Cc: <gcc at gcc dot gnu dot org>
- Date: Mon, 20 Oct 2003 11:13:38 -0600
- Subject: 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