[Image-SIG] PIL on HP-UX

Fredrik Lundh fredrik@pythonware.com
Tue, 9 Jan 2001 14:25:27 +0100


Massimo wrote:
> checking whether the C compiler (gcc  ) is a cross-compiler... yes
> checking whether byte ordering is bigendian...
> configure: error: can not run test program while cross compiling

this means that gcc cannot compile, link and run a trivial C program.
check your gcc installation, or use the "--without-gcc" option to con-
figure (use "./configure --help" to get more info).

(looking in the config.log file may also help).

regards /F