[Bf-committers] Scons linking problem on OS X intel

Nathan Letwory jesterking at letwory.net
Sat Mar 22 11:25:32 CET 2008


On Sat, Mar 22, 2008 at 8:58 AM, Developer Guanajuato Virtual
<devel at guanajuato.net> wrote:
> Hello!
>
>  I been triying to compile the Blender on Mac intel OSX tiger 8.11.1
>  and have this linking errors after the compile:
>
>  /usr/bin/ld: warning /usr/local/lib/libjpeg.dylib cputype (18,
>  architecture ppc) does not match cputype (7) for specified -arch
>  flag: i386 (file not loaded)
>  /usr/bin/ld: warning /usr/local/lib/libpng.dylib cputype (18,
>  architecture ppc) does not match cputype (7) for specified -arch
>  flag: i386 (file not loaded)
>  /usr/bin/ld: warning /usr/local/lib/libfreetype.dylib cputype (18,
>  architecture ppc) does not match cputype (7) for specified -arch
>  flag: i386 (file not loaded)
>  /usr/bin/ld: warning /usr/local/lib/libintl.dylib cputype (18,
>  architecture ppc) does not match cputype (7) for specified -arch
>  flag: i386 (file not loaded)

This tells you that you have the wrong libraries. You seem to have
installed them for the PPC architecture, yet you're on Intel. Make
sure you have the right libraries in there, and you'll be able to
build Blender properly.

/Nathan


More information about the Bf-committers mailing list