This is the mail archive of the
gcc-help@gcc.gnu.org
mailing list for the GCC project.
Creating an SDK for GCC 2.95 and 3.2
- From: "Szarka, Bill" <Bill dot Szarka at scansoft dot com>
- To: "'gcc-help at gcc dot gnu dot org'" <gcc-help at gcc dot gnu dot org>
- Date: Wed, 29 Jan 2003 17:29:28 -0500
- Subject: Creating an SDK for GCC 2.95 and 3.2
Does anyone know if it is possible to create a C interface SDK that has C++
code inside that a customer can use with GCC 2.95 and 3.2? I know that the
ABI has changed but I was hoping to make this work by forcing the libstd++
library from one of the GCC versions into the SDK shared object. I'm not
sure if this is the way to go or if this is possible at all.
Thanks in advance,
Bill Szarka