Re: MING and gif2mask

Kelvin Luck <[email protected]> Sun, 18 Jan 2004 17:04:06 +1300
Newsgroups gmane.comp.web.ming.general
Message-ID <[email protected]>
To answer my own question (at least a little bit!)...
There must be some kind of dependancy on a gif library or something in 
gif2mask because it still doesn't work although I can "make" it without 
errors.
I've since found out that I can successfully make png2dbl on the same 
server so it seems to me the problem is with a dependancy of gif2mask or 
with gif2mask itself...

Kelvin Luck wrote:

> Hi,
> I'm back to trying to get gif2mask working on my hosts. I can "make" it
> from the util directory of the source distribution like so:
> 
> [admin@... util]$ make gif2mask
> 
> and it outputs this:
> 
> gcc -g -Wall gif2mask.c -o gif2mask -lungif -lm -lz
> 
> seems ok - no errors. Then when I try and run it with ./gif2mask I get:
> 
> Segmentation fault
> 
> Any ideas why this may be?
> 
> Thanks,
> 
> Kelvin