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]
Other format: [Raw text]

Re: dynamic linking with c++


Thanck you so much, John!

You are right.


On Wed, 7 May 2003, John Love-Jensen wrote:

> Hi Wanner,
> 
> I bet the PAM module requires C ABI.
> 
> If so, you need to put ...
>     extern "C"
> ... in front of your shared routines.
> 
> Example...
>     extern "C" int getStatus();
>     extern "C" void setStatus(int i);
> 
> --Eljay
> 
> 

-- 
|--------------------------------|
| Wanner  Vinicius Fagundes Lima |
|  Ciencia da Computacao - UFLA  |
|      Linux User # 227651       |
|        ICQ # 14495104          |
|   www.comp.ufla.br/~wanner     |
|--------------------------------|


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