[C++-sig] Python ImportError : undefined symbol

neuroo at kouette.com neuroo at kouette.com
Thu Feb 3 22:10:21 CET 2005


> This problem isn't Boost.Python specific.  Your plugin is not linked to
> the library that includes the definition of that missing symbol.  Add
> -lmy_library_containing_the_missing_symbol to your linker flags.  (Note
> also that c++filt decodes that undefined symbol to a different function
> than what you indicated.)

But this missing symbol is define in my dynamic library (in fact, the library doesn't need other
library than pythons and boosts)


Romain Gaucher
Ingeneer student in Calculus & Computer
ISIMA (FRANCE) / Clermont-Ferrand



More information about the Cplusplus-sig mailing list