C++/C Linkage problems

Martin v. Loewis martin@loewis.home.cs.tu-berlin.de
Tue Jun 6 14:58:00 GMT 2000


> I'm attempting to put a "C" wrapper on a shared object file written in C++.
> Can anybody tell me the compiler and linker options I need t use to get
> another "C" program to compile and link to the shared object file?

You don't need any special options. Just link with g++.

Regards,
Martin


More information about the Gcc-help mailing list