C++ program with C shared object?

bjorn rohde jensen shamus@tdcadsl.dk
Fri Dec 28 12:12:00 GMT 2001


Hi,

 If you want to use the linker directly to link object files, you do
have
to tell it, where to find quite a few libraries, including the standard
libraries provided by a C++ compiler. I would suggest using the compiler
to drive the linker, that way it will handle this sort of thing for you,
and have it pass your special linker options to the linker.


Yours sincerely,

Bjorn



More information about the Gcc-help mailing list