[Distutils] Linking C++ under Linux

Mats Wichmann mats at laplaza.org
Sat Jan 10 01:42:41 EST 2004


 >ImportError: ../build/lib.linux-i686-2.2/PyTrilinos/_Epetra.so:
 >undefined symbol: endl__FR7ostream
 >
 >which sure looks like a missing c++ library to me.

Well, a linking problem anyway.

according to c++filt: endl(long double, ostream)

I'm not that much of a c++ expert, but this looks
like a non-standard overload of endl, is that
maybe provided by some of /your/ code and not
getting linked in?





More information about the Distutils-SIG mailing list