Ticket #32343 (new defect)
python32: inconsistent naming of libraries
| Reported by: | jasper@… | Owned by: | jwa@… |
|---|---|---|---|
| Priority: | Normal | Milestone: | |
| Component: | ports | Version: | 2.0.3 |
| Keywords: | Cc: | ||
| Port: | python32 |
Description
Build scripts use python3.2-config to determine the libraries to link against. When doing python3.2-config --libs, the script returns a reference to -lpython3.2m which does not exist in the macports build of Python 3.2.
A solution would be to add a symbolic link for both the static and the dynamic library in order to cover both the legacy naming scheme (without the abiflag 'm') and the config3.2-python provided one.
Change History
Note: See
TracTickets for help on using
tickets.

