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.
Note:
See TracTickets
for help on using tickets.
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()