SunOS and MIPS Ultrix (and maybe others) don't have this; they have
on_exit() instead. The quick'n'dirty fix is to put
#define atexit(x) on_exit(x, 0)
at the beginning of tkintermodule.c .
Something else for configure to check, Guido?
Regards,
Quentin
------------------------------------------------------------------------ Quentin Stafford-Fraser Cambridge University Computer Lab Rank Xerox Cambridge EuroPARC qs101@cl.cam.ac.uk fraser@europarc.xerox.com Tel: +44 223 334411 Tel: +44 223 341521 Fax: +44 223 334679 Fax: +44 223 341510
http://pelican.cl.cam.ac.uk/people/qs101/me.html ----------------------------------------------------------------------