After working thru installing TCL/TK 8.6 and tweaking the interpreter.go to point to the right include directory, it gets to the load of the TCL/TK libraries and fails:
/usr/bin/ld: cannot find -ltcl8.6
/usr/bin/ld: cannot find -ltk8.6
collect2: error: ld returned 1 exit status
But:
I expected the LD_LIBRARY_PATH variable to locate them, but I seem to have something wrong.
What do I need to do?
Thanks!
Cecil