> > Does the following snippet, compiled as a small program, works for
> > you?
> > 
> >   #include <stdio.h>
> >   #include <sys/time.h>
> > 
> >   void
> >   main(void)
> >   {
> >     time_t now = 1154016900;
> >     printf("%s", ctime(&now));
> >   }
> 
> Starting program:
> /usr/src/mypackages/latex-cjk/latex-cjk-japanese-wadalab-0.20050817/test
> 
> Program received signal SIGSEGV, Segmentation fault.

Uh, oh, this looks indeed like a bug on your platform :-(  Can you do
some internet search on problems related to `ctime'?  Maybe this has
already been reported, and a workaround is available.  Or maybe the
code in wftodm is incorrect...


    Werner

_______________________________________________
Cjk maillist  -  [email protected]
http://lists.ffii.org/mailman/listinfo/cjk

Reply via email to