On Mon, Jul 4, 2011 at 00:35, Derek Schutt <[email protected]> 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                                      [email protected]
wandering unix systems administrator (available)     (412) 475-9364 vm/sms
_______________________________________________
macports-users mailing list
[email protected]
http://lists.macosforge.org/mailman/listinfo.cgi/macports-users

Reply via email to