This is the mail archive of the gcc-help@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]

RE: building a .so with G++ on Linux, restated


Hi,

All of the functions which are callable from outside my .so are extern "C",
but I still see these weird problems.

Thanks!
John



> -----Original Message-----
> From: gcc-help-owner@gcc.gnu.org [mailto:gcc-help-owner@gcc.gnu.org]On
> Behalf Of bjorn rohde jensen
> Sent: Saturday, November 03, 2001 8:48 PM
> Cc: gcchelp
> Subject: Re: building a .so with G++ on Linux, restated
>
>
> 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


_________________________________________________________
Do You Yahoo!?
Get your free @yahoo.com address at http://mail.yahoo.com



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