From: Johann R. <jr...@su...> - 2009-08-04 14:46:50
|
Michael Droettboom wrote: > What distro are you on? It seems that Tcl/Tk moves the header files > around on a regular basis while not providing a standard way to > determine their location. It's like a wild goose chase ;) Perhaps > you're running something new and blazing new territory here ;) Mandriva 2009.1 (64-bit) Although the header files seem to me to be in pretty standard locations: [jr@blikbrein ~]$ locate tcl.h /usr/include/tcl.h /usr/include/tcl8.6/generic/tcl.h [jr@blikbrein ~]$ ll /usr/include/tcl.h -rw-r--r-- 1 root root 89652 2008-12-24 02:29 /usr/include/tcl.h [jr@blikbrein ~]$ ll /usr/include/tcl8.6/generic/tcl.h -rw-r--r-- 1 root root 89652 2008-12-24 02:29 /usr/include/tcl8.6/generic/tcl.h [jr@blikbrein ~]$ diff /usr/include/tcl.h /usr/include/tcl8.6/generic/tcl.h [jr@blikbrein ~] |