Opened 14 years ago

Last modified 14 years ago

#316 closed defect

Python library check is not 64 bits free — at Initial Version

Reported by: bicatali Owned by: geos-devel@…
Priority: major Milestone:
Component: Default Version: 3.2.0
Severity: Unassigned Keywords:
Cc:

Description

When the system is 64bits only (on *nix systems), the Python library check does not work: [snip] checking for python... /usr/bin/python checking for python version... 2.6 checking for python platform... linux2 checking for python script directory... ${prefix}/lib/python2.6/site-packages checking for python extension module directory... ${exec_prefix}/lib/python2.6/site-packages checking for Python include path... /usr/include/python2.6 checking for Python library path... configure: error: cannot find Python library path

In macros/ac_python_devel.m4, changing lib/python with $libdir/python should resolve it.

Change History (0)

Note: See TracTickets for help on using tickets.