libtool
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: postdeps empty on OpenBSD


From: Bob Friesenhahn
Subject: Re: postdeps empty on OpenBSD
Date: Tue, 20 Sep 2005 13:30:37 -0500 (CDT)

On Tue, 20 Sep 2005, Olly Betts wrote:

I'm trying to link C++ code into a shared object for use as a Python
module.  I'm using libtool to do the linking.  On Linux this works
well, but on OpenBSD it fails with lots of C++ library symbols not
found.

You may encounter more problems even after a successful link. The problem is that static initialization (including initializing C++ exception support) may not be done correctly for C++ code loaded by a C program.

It should help to use the C++ compiler to do the link rather than a C compiler.

Bob
======================================
Bob Friesenhahn
address@hidden, http://www.simplesystems.org/users/bfriesen/
GraphicsMagick Maintainer,    http://www.GraphicsMagick.org/




reply via email to

[Prev in Thread] Current Thread [Next in Thread]