Re: New Tkinter release

Quentin Stafford-Fraser (fraser@hare.europarc.xerox.com)
12 Jul 1994 13:14:48 GMT

The latest tkinter calls the atexit() function.

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 ----------------------------------------------------------------------