[C++-sig] Re: Boost::Python for C code -> Segmentation fault
Ralf W. Grosse-Kunstleve
rwgk at yahoo.com
Wed Jul 28 17:22:08 CEST 2004
--- Mario Palomo <mario-p at iname.com> wrote:
> Using 'ldd' I get the segfault (even if I use 'int name').
> Then, should I use always g++ for linking C++ code?
Unless you are mixing with other languages that is probably the best idea. You
can probably add the correct runtime libraries to your ldd link line, but
finding out what the libraries are may be difficult and highly platform
specific.
Ralf
__________________________________
Do you Yahoo!?
Yahoo! Mail - You care about security. So do we.
http://promotions.yahoo.com/new_mail
More information about the Cplusplus-sig
mailing list