Changes between Initial Version and Version 2 of Ticket #39363


Ignore:
Timestamp:
Jun 6, 2013, 8:48:28 PM (11 years ago)
Author:
ci42
Comment:

In the future please remember to use WikiFormatting and Cc the maintainer(s). For keywords have a look at DraftKeywordGuidelines.

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #39363

    • Property Owner changed from macports-tickets@… to mmoll@…
    • Property Keywords mountainlion added; Mountain Lion graph-tool removed
    • Property Cc tiago@… added
  • Ticket #39363 – Description

    initial v2  
    11Configure fails with:
    2 
     2{{{
    33:info:configure configure: error:
    44:info:configure   Could not link test program to Python. Maybe the main Python library has been
     
    1111:info:configure    for your distribution.  The exact name of this package varies among them.
    1212:info:configure   ============================================================================
    13 
     13}}}
    1414I could get this to compile, however, using the following:
    15 
     15{{{
    1616./configure PYTHON_EXTRA_LDFLAGS="-u _PyMac_Error"  LDFLAGS="-L/opt/local/lib `python-config --ldflags` `python-config --libs`" CXXFLAGS="-I/opt/local/include -I/opt/local//Library/Frameworks/Python.framework/Versions/2.7/include" --prefix=/opt/local/  --with-boost-python=boost_python-mt --disable-sparsehash CXX=clang
     17}}}