From: Rick K. <rk...@nc...> - 2006-01-12 14:06:00
|
Tirath, On Thu, 12 Jan 2006, Tirath Ramdas wrote: > Ah yes, you're right that was the problem... the Debian package > tcl8.4-dev was installed, but for some reason the tcl.h and other > header files were installed in /usr/include/tcl8.4, which means even > specifying a ./configure --tclinclude=/usr/include/tcl8.4 would fail > since the configure script automatically adds a "/include" to > whatever tclinclude is specified! Good news, glad to hear it. Not the part about configure adding "/include", seems to me that's not very friendly of it! That's a problem on this end which I will fix before the next release. It falls into the "what was I thinking?" category. > > As a kludgy (but tolerable I hope) solution, I set and exported > C_INCLUDE_PATH="/usr/include/tcl8.4". I guess now that the tools are > all built I should be able to get rid of it... but I'll leave it in > my .bashrc for now, I can't see any problems arising because of this, > correct me if I'm wrong. > > Anyway, all is well now! Thanks for your help Rick! > Your solution sounds good to me. I'd never heard of C_INCLUDE_PATH before, it's good to know about it. I would imagine that now you have the Tcl-related libraries built, you should be OK commenting it out and seeing how things work. I'm glad the issues were sorted out. Thanks back to you for the problem report... Rick |