tkinter: trouble with atexit

Mike Tibbs (tibbs@dopey.si.com)
Mon, 25 Jul 94 09:34 EDT

I can not get tkinter to make because it uses the atexit function.
Wasn't there a previous post about this function?

Any suggestions?

snoopy 46} make
gcc config.o lib.a /usr/local/lib/python/lib/libModules.a /usr/local/lib/python/lib/libPython.a /usr/local/lib/python/lib/libObjects.a /usr/local/lib/python/lib/libParser.a \
-ltk -ltcl -lX11 -ldl -lm -o python
ld: Undefined symbol
_atexit
collect2: ld returned 2 exit status
*** Error code 1
make: Fatal error: Command failed for target `python'
snoopy 47} grep atexit *.c
tkintermodule.c: if (atexit (Tkinter_Cleanup))