This is the mail archive of the
gcc-help@gcc.gnu.org
mailing list for the GCC project.
Re: building a .so with G++ on Linux, restated
- Subject: Re: building a .so with G++ on Linux, restated
- From: bjorn rohde jensen <bjensen at mdsproteomics dot dk>
- Date: Sat, 03 Nov 2001 11:48:12 +0100
- CC: gcchelp <gcc-help at gcc dot gnu dot org>
- References: <NEBBJKNCALMJLNPAAMECEEBGEHAA.johnallengreen@yahoo.com>
- Reply-To: bjensen at mdsproteomics dot dk
Hi John,
I do not think, the C++ standard specifies link compatibility
between C++ compilers. You could use C linkage for that, but
that has its price.
Bjorn