Another important thing to add to your windows config.h is as follows . On Autoconf systems a define is created called PACKAGE_BUGREPORT (this comes from configure.in during the autoconf process) . This define contains the email address for bug reports. I now use this define in the www.random.org code for the user agent. So you will need to add a line to config.h for non autoconf systems (windows/mingw) that reads:
#define PACKAGE_BUGREPORT ³[email protected]² This should get Max through his next compile (cross fingers)
_______________________________________________ Bug-gnubg mailing list [email protected] http://lists.gnu.org/mailman/listinfo/bug-gnubg
