After gcc -tradional compiles the source for tkinter version of python,
I get a series of errors saying that libx.a (x is Python, Parser etc) is
out of date and re-run ranlib.
A sample error of the type above is:-
ld: /u/wgsohne/lib/pythoon/lib/libParser.a: warning: table of contents for
archive is out of date; rerun ranlib(1)
Then I get a series of errors referring to undefined symbols eg __main
_newparser,_delparser among others.
I get the feeling I am missing something elementary but have no idea what.
I following the instructions to the letter but it still remains unclear
what the problem here is.
-- Guido