[Image-SIG] PIL 1.1.4 install on redhat9

Luciano Nocera lucnoc@verizon.net
15 May 2003 11:50:32 -0700


Hi,

just installed PIL on redhat9 and I ran into the following problems
compiling:

# python setup.py build
Traceback (most recent call last):
  File "setup.py", line 290, in ?
    extra_compile_args=EXTRA_COMPILE_ARGS,
NameError: name 'EXTRA_COMPILE_ARGS' is not defined


To compile I had to put the following line 122 of setup.py: 

EXTRA_COMPILE_ARGS = None
EXTRA_LINK_ARGS = None

I've tested that import works fine, however I did not use PIL on images
yet. If I have further problems I'll post.

Thanks,

Luciano