Opened 18 years ago

Closed 18 years ago

#125 closed defect (fixed)

autodetect if python needs -lutil

Reported by: diane Owned by: diane
Priority: major Milestone: Few Small Repairs
Component: Qt Gui Version:
Keywords: Cc:

Description

On Fedora core the version of python requires being linked with -lutil. this isn't required by anything else we've built on, so perhaps we could detect if it's required.

Change History (1)

comment:1 by diane, 18 years ago

Resolution: fixed
Status: newclosed

Fixed with [375] and [376]

Pretty nice of distutils to provide a way to get to the configuration variables.

checkout source:makelib/python_config_var.py to see how to use distutils.sysconfig.get_config_var()

Note: See TracTickets for help on using tickets.