|> Hello,
|>
|> I need to compile TCL/TK with g++. What is the easiest way to change it?
|> I have the tk3.6.c++.patch file but it still doesnt work.
|> How do I have to change the libtcl.a?
You shouldn't need to change a thing. If you have g++ then you have gcc
and you can compile tcl/tk. The header files are compiler sensitive and
automatically insert the text required for g++ to use the C routines in
the libraries. An excellent example is ical which is written in C++ but
use the appropriate tcl/tk calls without problem.
--
? 1995 Michael Salmon
All opinions expressed in this article remain the property of
Michael Salmon. Permission is hereby granted for use in
followup articles, FAQ's and digests.