> > > Upon compilation I get the following warnings:
> >
> > Those warnings are because two include statements are missing:
> >
> > #include <stdlib.h>
> > #include <string.h>
> >
> > Add them, and the warnings should disappear.
>
> Thanks. I've added them, and indeed the warnings have disappeared.
Hmm, these changes are already contained contrib/wadalab/DNP.txt.
> But it still segfaults. :/
Note that I've never touched or looked at the code of wftodm. To
debug the problem further I ask you to compile wftodm like this:
gcc -O0 -g -o wftodm wftodm.c
and run the program within gdb like this:
gdb --args wftodm <arguments>
Within gdb, press `r' to start the program. After the segfault, say
`bt full' and send me the backtrace.
Werner
_______________________________________________
Cjk maillist - [email protected]
http://lists.ffii.org/mailman/listinfo/cjk