>>
>> Has anyone come across any problems in the gif2dbl utility when
>> compiling ming? I've solved most problems when trying to compile ming
>> from cvs (and from the release tarballs) but I've still getting the
>> following errors:
>>
>> ---
>>
>> gcc -g -O2 -Wall -I. -I.. -I../src -L.. -lming -lz -lm gif2dbl.c -o
>> gif2dbl
>> /tmp/ccTsKWlv.o(.text+0x1a): In function `error':
>> /home/phil/ming/mingcvs/util/gif2dbl.c:21: undefined reference to
>> `PrintGifError '
Hi,
most likely you do not have libungif or similar, or if you have it, the ming compile
does not find it
Wolfgang
|