[MacPorts] #17309: python26 needs a small change in Portfile to build a true universal binary
MacPorts
noreply at macports.org
Tue Nov 18 23:38:11 PST 2008
#17309: python26 needs a small change in Portfile to build a true universal binary
----------------------------+-----------------------------------------------
Reporter: 10.50 at free.fr | Owner: mcalhoun at macports.org
Type: defect | Status: assigned
Priority: Normal | Milestone: Port Bugs
Component: ports | Version: 1.6.0
Resolution: | Keywords:
Port: python26 |
----------------------------+-----------------------------------------------
Comment(by 10.50 at free.fr):
This link against libz.dylib is strange:
otool -L /usr/pkg/bin/python2.6
/usr/pkg/bin/python2.6:
/usr/lib/libgcc_s.1.dylib (compatibility version 1.0.0, current
version 1.0.0)
/usr/lib/libSystem.B.dylib (compatibility version 1.0.0, current
version 111.0.0)
(I use /usr/pkg as prefix since I am used to pkgsrc on my NetBSD box at
work)
On my Leopard copy, libz.dylib is a 4 arch dylib, so this is not an issue.
DYLD_LIBRARY_PATH should contain ${prefix}/lib in order to select the
macports libs first. Building a universal zlib out of macports does not
seem to be an issue, or am I wrong?
--
Ticket URL: <http://trac.macports.org/ticket/17309#comment:4>
MacPorts <http://www.macports.org/>
Ports system for Mac OS
More information about the macports-tickets
mailing list