Re: PIL and solaris

2006-08-15 Thread Fredrik Lundh
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
 [EMAIL PROTECTED] # 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

-- 
http://mail.python.org/mailman/listinfo/python-list


Re: PIL and solaris

2006-08-15 Thread S.Chang
kepioo wrote:
 Hi all,
--snip--

 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'
here's the reason, you need the Sun C compiler
-- 
http://mail.python.org/mailman/listinfo/python-list


PIL and solaris

2006-08-14 Thread kepioo
Hi all,

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
[EMAIL PROTECTED] # pwd
/export/home/lmtansu/Imaging-1.1.6b1


It works fine with python 2.2 however

Do you have any recommendation? Advices?

-- 
http://mail.python.org/mailman/listinfo/python-list