what is reloc error ?

Thooney Millennier thooney at pk.highway.ne.jp
Sun Apr 18 14:02:14 EDT 1999


Hello, everyone.
I am now working on building Python interface
to my C++ matrix library.

I have a problem.
After compiling and when trying to import my
module
I get following message.

   % gcc -c XXXtype.cc
   % gcc -c subXXXtype.cc
   .......................
   % ld -o XXXtype.so -dy -G -g *.o -lstdc++
   % python -c "import XXXtype"
   python: can't handle reloc type <NULL> 
<====this!!!

I don't understand why this occurs.
Please help me!
(Platform: python 1.5.2, Linux 2.0.34 with gcc.)


Thooney Millennier.




More information about the Python-list mailing list