#27859: php5-imap Configure error - build failure --------------------------------+------------------------------------------- Reporter: tianseng@… | Owner: ryandesign@… Type: defect | Status: assigned Priority: Normal | Milestone: Component: ports | Version: 1.9.2 Keywords: | Port: php5-imap --------------------------------+------------------------------------------- Comment(by ryandesign@…): Ok, the interesting thing in the config.log is: {{{ ld: warning: in /opt/local/lib/libc-client4.a, file was built for unsupported file format which is not the architecture being linked (i386) }}} For what architecture was /opt/local/lib/libc-client4.a built, if not for i386? You can find out with: {{{ lipo -info /opt/local/lib/libc-client4.a }}} And why are you building php5-imap for i386? Does your computer only support i386 (i.e. has an Intel Core (and not Core 2) processor), or have you deliberately switched `build_arch` to `i386` in macports.conf? -- Ticket URL: <https://trac.macports.org/ticket/27859#comment:3> MacPorts <http://www.macports.org/> Ports system for Mac OS