PIL and solaris

Fredrik Lundh fredrik at pythonware.com
Tue Aug 15 17:46:11 EDT 2006


kepioo wrote:
> I am trying to install PIL with python 2.3 on solaris X86, but I get
> this error message :
> 
> building '_imaging' extension
> creating build/temp.solaris-2.10-i86pc-2.3 creating
> build/temp.solaris-2.10-i86pc-2.3/libImaging
> /sgnome/tools/x86-solaris/forte/SOS8/SUNWspro/bin/cc -i -xO4 -xspace
> -xstrconst -xpentium -mr -DANSICPP -D__STDC_VERSION__=199409L -DNDEBUG
> -O -DHAVE_LIBJPEG -DHAVE_LIBZ -I/usr/sfw/include/freetype2 -IlibImaging
> -I/usr/sfw/include -I/usr/local/include -I/usr/include
> -I/usr/sfw/include/python2.3 -c libImaging/Antialias.c -o
> build/temp.solaris-2.10-i86pc-2.3/libImaging/Antialias.o
> unable to execute /sgnome/tools/x86-solaris/forte/SOS8/SUNWspro/bin/cc:
> No such file or directory
> error: command '/sgnome/tools/x86-solaris/forte/SOS8/SUNWspro/bin/cc'
> failed with exit status 1
> root at appdev01 # pwd
> /export/home/lmtansu/Imaging-1.1.6b1
 >
> It works fine with python 2.2 however....

where did you get your python 2.3 interpreter?  did you build it yourself?

</F>




More information about the Python-list mailing list