Blender228 and python2.2.3 compile problem fixed(details)

It was pointed out to me by SirDude at blender.org that I was missing libraries during the link of my blender compile.
Thus the problem with my python and tk/tcl.
By editing the appropriate Makefile and adding the tk and tcl libraries to the LIBS line, blender finally compiled.

I now have _tkinter python module available in my blender.
Life is good.

Pete