On Thu, Jun 09, 2005 at 10:14:49AM +0200, CUCULIERE Marc (CS) wrote: > gcc -pthread -fno-strict-aliasing -DNDEBUG -O2 -g -pipe -m32 -march=i386 > -mtune=pentium4 -D_GNU_SOURCE -fPIC -fPIC -DHAVE_LIBJPEG -DHAVE_LIBZ > -I/usr/include/freetype2 -IlibImaging -I/usr/include -I/usr/local/include > -I/usr/include/python2.3 -c libImaging/Blend.c -o > build/temp.linux-i686-2.3/libImaging/Blend.o > cc1: error: invalid option `tune=pentium4' > error: command 'gcc' failed with exit status 1
What version of gcc are you using? You could try treating the symptom by removing the -mtune=pentium4 option from your /usr/lib/python*/config/Makefile -- Jim Tittsler http://www.OnJapan.net/ GPG: 0x01159DB6 Python Starship http://Starship.Python.net/ Ringo MUG Tokyo http://www.ringo.net/rss.html _______________________________________________ Image-SIG maillist - [email protected] http://mail.python.org/mailman/listinfo/image-sig
