#18841: zlib does not build universal / Tiger-ppc ------------------------------------+--------------------------------------- Reporter: jeremyhu@… | Owner: ryandesign@… Type: defect | Status: reopened Priority: Normal | Milestone: Component: ports | Version: 1.7.0 Resolution: | Keywords: muniversal universal Port: zlib | ------------------------------------+--------------------------------------- Comment(by mcalhoun@…): Replying to [comment:8 Chris.Barker@…]:
{{{ $ file /opt/local/lib/libz.1.2.3.dylib /opt/local/lib/libz.1.2.3.dylib: Mach-O dynamically linked shared library ppc }}}
I'm not getting a universal lib. However the static lib is universal:
{{{ $ file /opt/local/lib/libz.a /opt/local/lib/libz.a: Mach-O universal binary with 2 architectures /opt/local/lib/libz.a (for architecture ppc): current ar archive /opt/local/lib/libz.a (for architecture i386): current ar archive random library }}}
At least it is a new error.[[BR]] My initial guess is that the configure script encounters an error when trying to cross-compile the shared library and therefore does not build it for i386. Could you please attach the config.log for i386?[[BR]] Perhaps that will offer some insight. -- Ticket URL: <http://trac.macports.org/ticket/18841#comment:10> MacPorts <http://www.macports.org/> Ports system for Mac OS