Changes between Initial Version and Version 2 of Ticket #17975


Ignore:
Timestamp:
Jan 13, 2009, 9:23:50 AM (15 years ago)
Author:
jmroot (Joshua Root)
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #17975

    • Property Owner changed from macports-tickets@… to sanchom@…
  • Ticket #17975 – Description

    initial v2  
    11The ${prefix}/lib/libboost_python-mt.dylib (& related) library has a dependency on the system python library, not on the python2.5 installed by macports (obviously only when installing boost with `port install boost +python25`). This can be seen using eg:
    2 
     2{{{
    33$> otool -L lib/libboost_python-mt.dylib
    44
     
    1414
    1515        /usr/lib/libSystem.B.dylib (compatibility version 1.0.0, current version 111.0.0)
    16 
     16}}}
    1717
    1818The problem only really shows up when compiling a source to a .so module with boost-python: the macports python2.5 complains when importing the module: