Tcl.h: no such file or directory
问题 I'm trying to port some code over from a Solaris box onto a Linux (specifically Redhat) box. Code compiled without issues and ran without issues on the Solaris box. However, in recompiling on Linux, I'm running into an issue with tcl.h - the compiler is telling me that error: tcl.h: No such file or directory for multiple files that #include "tcl.h" . As far as I can tell, both tcl8.4 & tk8.4 are installed: /usr/lib/tcl8.4 /usr/share/tcl8.4 /usr/lib/tk8.4 /usr/share/tk8.4 However, I can't find