[Image-SIG] Compilation prob on solaris 8

Fredrik Lundh fredrik@pythonware.com
Thu, 21 Mar 2002 22:01:20 +0100


oliver wrote:

> we just faced a problem trying to compile PIL 1.1.3 on a
> solaris box

for some reason, configure doesn't like your compiler:

> checking for ANSI C header files... no

check the config.log file for further clues.

trying without the -ansi option might also help (-ansi forces
gcc to use a "strict ansi" mode which might be too strict...)

</F>