python extension module / external linkage

John Hunter jdhunter at nitace.bsd.uchicago.edu
Mon Aug 27 13:09:59 EDT 2001


>>>>> "Ignacio" == Ignacio Vazquez-Abrams <ignacio at openservices.net> writes:

    Ignacio> Try building libB.so as well (passing '-shared' during
    Ignacio> the link phase). There are actually specific rules that
    Ignacio> you should follow, but I don't think they're entirely
    Ignacio> necessary. The book "Linux Applciation Development" by
    Ignacio> Michael K.  Johnson and Erik W. Troan (ISBN 0201308215)
    Ignacio> describes the process. In fact, it's a book I recommend
    Ignacio> to anyone doing any kind of development for Linux in any
    Ignacio> language.

Yep, the .so trick worked.  I haven't yet tried 'export-dynamic'.
I'll look for the book you recommend, I haven't yet found a good
resource for these kinds of things.

Cheers,
John Hunter





More information about the Python-list mailing list