Hello Python Image SIG people,

this is a bug report : PIL cannot install on a Intel iMac OX 10.4.10 system :

nor75-19-82-244-48-119:~/Desktop/Imaging-1.1.6 $ python setup.py build_ext -irunning build_ext
--- using frameworks at /Library/Frameworks
building '_imagingft' extension
gcc -arch i386 -arch ppc -isysroot /Developer/SDKs/MacOSX10.4u.sdk -g -bundle -undefined dynamic_lookup build/temp.macosx-10.3-fat-2.5/ _imagingft.o -L/opt/local/lib -L/usr/local/lib -L/Library/Frameworks/ Python.framework/Versions/2.5/lib -L/usr/lib -lfreetype -o PIL/ _imagingft.so
/usr/bin/ld: for architecture ppc
/usr/bin/ld: warning /opt/local/lib/libfreetype.dylib cputype (7, architecture i386) does not match cputype (18) for specified -arch flag: ppc (file not loaded)
/usr/bin/ld: for architecture i386
/usr/bin/ld: warning can't open dynamic library: /Developer/SDKs/ MacOSX10.4u.sdk/opt/local/lib/libz.1.dylib referenced from: /opt/ local/lib/libfreetype.dylib (checking for undefined symbols may be affected) (No such file or directory, errno = 2)
/usr/bin/ld: Undefined symbols:
_inflate referenced from libfreetype expected to be defined in /opt/ local/lib/libz.1.dylib _inflateEnd referenced from libfreetype expected to be defined in / opt/local/lib/libz.1.dylib _inflateInit2_ referenced from libfreetype expected to be defined in / opt/local/lib/libz.1.dylib _inflateReset referenced from libfreetype expected to be defined in / opt/local/lib/libz.1.dylib
collect2: ld returned 1 exit status
lipo: can't open input file: /var/tmp//ccDCcAX5.out (No such file or directory)
error: command 'gcc' failed with exit status 1

I do not know how to deal with that problem.

Thank you for helping me

Philippe Mignon
[EMAIL PROTECTED]



_______________________________________________
Image-SIG maillist  -  Image-SIG@python.org
http://mail.python.org/mailman/listinfo/image-sig

Reply via email to