[Image-SIG] Problems installing PIL

Michelle Mills Strout mstrout@ucsd.edu
Thu, 6 May 1999 14:17:38 -0700 (PDT)


> > checking whether cross-compiling... yes
> 
> this means that configure has decided that it
> cannot run the files created by gcc.  check
> the config.log file for more details.

The config.log file looks like this:

configure:660: gcc -E conftest.c
configure:802: gcc -o conftest -g -O   conftest.c -ljpeg   1>&5
/tmp/cclKarsg.o: In function `t':
/cse/grad/mstrout/package/Python-1.5.2/Extensions/Imaging/libImaging/configure:7
98: undefined reference to `jpeg_create_compress'
collect2: ld returned 1 exit status
configure:846: gcc -o conftest -g -O   conftest.c -lmpeg   1>&5
/usr/bin/ld: cannot open -lmpeg: No such file or directory
collect2: ld returned 1 exit status
configure:890: gcc -o conftest -g -O   conftest.c -lz   1>&5
configure:937: gcc -E  conftest.c >/dev/null 2>conftest.out
configure:985: gcc -o conftest -g -O   conftest.c -lz  1>&5
configure:1011: gcc -E  conftest.c >/dev/null 2>conftest.out
configure:1112: gcc -c -g -O  conftest.c 1>&5
configure:1155: gcc -c -g -O  conftest.c 1>&5
configure:1171: gcc -c -g -O  conftest.c 1>&5
configure: In function `t':
configure:1166: `not' undeclared (first use in this function)
configure:1166: (Each undeclared identifier is reported only once
configure:1166: for each function it appears in.)
configure:1166: parse error before `big'

The 'not' the error is referring to is in these lines.

#if BYTE_ORDER != BIG_ENDIAN
 not big endian
#endif

Any suggestions on how I could fix this?

Thanks,
Michelle