In my Ubuntu Linux box, after INCLUDE(FindTCL) I get the following result:<br><br>TCL_INCLUDE_PATH = /usr/include/tcl8.4<br>TCL_LIBRARY&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; = /usr/lib/libtcl8.4.so<br><br><br>But in my Mac OS X 10.4 the result is:<br><br>
TCL_INCLUDE_PATH = /System/Library/Frameworks/Tcl.framework/Headers<br>TCL_LIBRARY&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; = /System/Library/Frameworks/tcl.framework<br><br>Actaully I want to use `/usr/include/tcl.h&#39; and `/usr/lib/libtcl.dylib&#39; in my makefile. So how can I ask FindTCL to do that?
<br><br>Thanks.<br>