On Mon, Jul 30, 2001 at 01:27:03PM +0400, Borsenkow Andrej wrote:
> so I appreciate either patch for random problem or description how can I
> recreate configure.

You have to install gettext-0.10.38. But anyway - I have added this fallback:

#ifndef HAVE_RANDOM
#define srandom(x) srand((x))
#define random() ((long)(rand()/(RAND_MAX+1.0)*2147483648.0))
#endif

I hope it would work well enough.

-- 
   Alexander.

Reply via email to