Joe Groff <[EMAIL PROTECTED]> wrote:
> I also updated the freetype lib for OS X to one that includes the 64- 
> bit platforms.

Is this the reason for this?

-----8<-----8<-----8<-----8<-----8<-----8<-----8<-----8<-----8<-----
gcc -lm -framework Cocoa -framework AppKit -L/usr/X11R6/lib -L. -lfactor \
        -Wall -O3  -fomit-frame-pointer -fPIC -fno-builtin-strlen 
-fno-builtin-strcat -mtune=pentium4 -o factor vm/main-unix.o
mkdir -p Factor.app/Contents/MacOS
mv factor Factor.app/Contents/MacOS/factor
ln -s Factor.app/Contents/MacOS/factor ./factor
cp libfactor.dylib Factor.app/Contents/Frameworks
install_name_tool \
        -id @executable_path/../Frameworks/libfreetype.6.dylib \
        Factor.app/Contents/Frameworks/libfreetype.6.dylib
install_name_tool: for architecture ppc7400 object: 
Factor.app/Contents/Frameworks/libfreetype.6.dylib malformed object (unknown 
load command 7)
make[1]: *** [macosx.app] Error 1
make: *** [macosx-x86-32] Error 2
make failed
-----8<-----8<-----8<-----8<-----8<-----8<-----8<-----8<-----8<-----

MacOS X 10.4.11, Intel.


-- 
Web (en): http://www.no-spoon.de/ -*- Web (de): http://www.frell.de/


-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
Factor-talk mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/factor-talk

Reply via email to