This is the mail archive of the
gcc-help@gcc.gnu.org
mailing list for the GCC project.
Compatibility CC, GCC
- From: MANU_TA <MANU_TA at terra dot es>
- To: gcc-help at gcc dot gnu dot org
- Cc: gcc at gcc dot gnu dot org
- Date: Mon, 20 Oct 2003 19:09:53 +0200
- Subject: Compatibility CC, GCC
Hello,
Could some body help me? I have one question:
- 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"?
- Example:
We have libExample.so (compilated with "cc").
We want to link this library in file main.o (compilated with "cc").
-- This is possible ???
I would very grateful if you could tell me if this is possible, and how
I could do it.
Thank you in advanced and regards,
Manuel (Spain)