Am 3/8/2012 22:35, schrieb Jonathan Nieder: > (By the way, what platforms don't support BIND and a random number > generator?) MinGW, for example: D:\Src\mingw-git>cat foo.c && gcc -c foo.c #include <arpa/nameser.h> #include <resolv.h> #include <stdlib.h> void (*x)(long int) = srand48; foo.c:1:26: error: arpa/nameser.h: No such file or directory foo.c:2:20: error: resolv.h: No such file or directory foo.c:5: error: 'srand48' undeclared here (not in a function) -- Hannes -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html