Re: libstdc++, yahoo/misc failing to load
Philip Tellis <[email protected]> Thu, 10 Jun 2004 14:23:55 +0530 (IST)
| Newsgroups | gmane.network.everybuddy.devel |
|---|---|
| Message-ID | <[email protected]> |
Sometime Today, Meredydd assembled some asciibets to say: > One other change which I know works is to invoke the C++ compiler > explicitly (g++ or c++ instead of gcc or cc, respectively) in the link > step - that automatically links with the C++ libraries, whatever they >From what I've learnt recently, a program that contains C++ code must have main compiled with a c++ compiler. You should also always link with a c++ linker so that exceptions get handled correctly. Philip -- Truth has no special time of its own. Its hour is now -- always. -- Albert Schweitzer