[Chicken-users] Chicken fails to build on Windows (mingw)

2009-08-23 Thread Fadi Moukayed
Hello, Currently, the build aborts with the following error: gcc -Wl,--enable-auto-import -shared -Wl,--out-implib,libchicken.dll.a \ -o libchicken.dll library.o eval.o data-structures.o ports.o files.o e xtras.o lolevel.o utils.o tcp.o srfi-1.o srfi-4.o srfi-13.o srfi-14.o srfi-18.o

Re: [Chicken-users] Chicken fails to build on Windows (mingw)

2009-08-23 Thread Jim Ursetto
On Sun, Aug 23, 2009 at 1:41 PM, Fadi Moukayedsmf...@googlemail.com wrote: Out of curiosity, why is Chicken using [random/srandom] instead of the standard C rand/srand ? There shouldn't be any difference functionality-wise AFAIK. rand(3) typically produces much less usable randomness than