分类: LINUX
2009-06-09 17:51:18
TKLIBS=-L/usr/local/lib -ltk8.5 -ltcl8.5 -lpthread -ldl -lX11 -lXft -lXss
# Modify the following line so that gcc can find the tcl.h and tk.h
# header files on your system. Comment this out if you don't have
# Tcl/Tk.
TKINC=-I/usr/local/include -I/usr/include/tcl8.5
==================================================
如图,一个cpu模拟器诞生了,真是很强大,可以单步调试,和insight一样,变化了高亮。
renzhenmac2009-08-20 13:12:15
你的tcl/tk都安装了哪几个包啊? 是tcl8.5, tk8.5, tcl8.5-dev, tk8.5-dev这四个吗? 我只能安装前三个,tk8.5-dev装不上,结果哪都找不到libtcl.so, libtk.so, tcl.h, tk.h 这四个文件