port install zim fails: can't install p5-file-basedir?

Brandon Allbery allbery.b at gmail.com
Sun Jul 3 21:54:13 PDT 2011


On Mon, Jul 4, 2011 at 00:35, Derek Schutt <derek.schutt at colostate.edu> wrote:
> info:configure ld: warning: in /tmp/compilet-1022715042.o, file was built
> for unsupported file format which is not the architecture being linked
> (i386)

This is telling you that it can't understand the ".o" file (more
specifically, that it's not a Mach-O object file); which is an odd
error to get from a compiler temporary file.  Do you have a
cross-compiler for another OS (Linux, Windows, etc.) in your path?
Alternately, look for ENOSPC ("Insufficient disk space") errors
earlier in the log.

-- 
brandon s allbery                                      allbery.b at gmail.com
wandering unix systems administrator (available)     (412) 475-9364 vm/sms


More information about the macports-users mailing list