
small small question about linking libraries
Very simply using this:
-ltcl7.4 -ltk4.0 -lm -lX11 to link in a makefile
yields the link error:
/usr/bin/../lib/ld:
Unresolved:
Tcl_LinkVar
Tcl_UnlinkVar
What am I doing wrong?
By the way this link lie used to work under old tcl/tk as:
-ltcl -ltk -lm -lX11
Please help.
Si