[Image-SIG] make fails

Calvin calvin@xmission.com
Sun, 1 Sep 2002 11:20:11 -0600 (MDT)


Below is the last bits of text when I run make after running 
"./configure".

I have Mac OS X 10.2 with developer tools installed.  I have zlib 
pre-installed on the mac.  I installed jpeg libs (why aren't they included 
automatically in the PIL anyway?)  I set the configure prefix lib to be 
/usr as the zlib objects are in /usr/include, /usr/lib respectively.  I 
even copied the jpeg objects to those directories to see if I could get 
around the erro.

# Defaults:
ac_help=
ac_default_prefix=/usr
# Any additions from configure.in:  

I set the jpeg lib to be /usr/local/lib where the jpeg originals are.  It 
sets the lib correctly in Makefile.  whether I set the directory or not I 
get the same failure.  maybe zlib isn't installed?  I have zlib.h in 
/usr/include and zlib.1.1.3.dylib etc in /usr/lib.  I don't think that's 
the problem though.

It doesn't matter how I fiddle with things,  I still get this 
failure...I'm not even sure what is relevant to the failure.  What is 
Dib.o?

any help would be appreciated...I'm araid it's probably something 
ridiculous.

-calvin

below is the failure:

gcc -O -I./. -I/usr/local/include -DHAVE_CONFIG_H   -c -o ZipDecode.o 
ZipDecode.c
gcc -O -I./. -I/usr/local/include -DHAVE_CONFIG_H   -c -o ZipEncode.o 
ZipEncode.c
rm -f libImaging.a
ar cr libImaging.a Storage.o Access.o Except.o Antialias.o Bands.o Blend.o 
Chops.o Convert.o ConvertYCbCr.o Copy.o Crop.o Crc32.o Dib.o Draw.o 
Effects.o File.o Fill.o Filter.o Geometry.o GetBBox.o Histo.o Matrix.o 
Negative.o Offset.o Pack.o Palette.o Paste.o Point.o Quant.o QuantHash.o 
QuantHeap.o Unpack.o UnpackYCC.o BitDecode.o EpsEncode.o FliDecode.o 
GifDecode.o GifEncode.o HexDecode.o JpegDecode.o JpegEncode.o LzwDecode.o 
MspDecode.o PackDecode.o PcdDecode.o PcxDecode.o PcxEncode.o RawDecode.o 
RawEncode.o SunRleDecode.o TgaRleDecode.o XbmDecode.o XbmEncode.o 
ZipDecode.o ZipEncode.o
ranlib libImaging.a
ranlib: file: libImaging.a(Dib.o) has no symbols
ranlib: file: libImaging.a(JpegDecode.o) has no symbols
ranlib: file: libImaging.a(JpegEncode.o) has no symbols
gcc -o coretest coretest.o libImaging.a -lz  -lm