| David Bush 2008-03-31, 10:23 pm |
| I have installed these binary packages using Aptitude under Kubuntu:
tcllib
tk8.4
tcl8.4
Now I'm trying to compile a source package which uses Tcl/Tk:
david@Achernar:~/sw/LinRadio/linradio-toolkit-0.7$ ./configure
Tcl header... ### Not found, please set TCLINCLUDE in '.config'
Tcl library... ### Not found, please set TCLPATH/TCLLIB in '.config'
Tk header... ### Not found, please set TKINCLUDE in '.config'
Tk library... ### Not found, please set TKPATH/TKLIB in '.config'
OS configuration stored in ".config".
Here's what the generated .config file looks like:
# Generated by ./configure
TCLINCLUDE=-I/usr/include
TCLPATH=-L/usr/lib
TCLLIB=-ltcl
TKINCLUDE=-I/usr/include
TKPATH=-L/usr/lib
TKLIB=-ltk
I found a directory /usr/share/tcllib1.9 which is chock full of stuff, 77
directories from /aes to /uuid plus a file pgkindex.tcl. But I'm not sure
if this is the library my linradio package wants or not.
This is probably for a Linux newsgroup, but maybe someone here can help
me out. I'm not sure how to edit the .config file to get the build to
work. Any advice or references would be most welcome. Thanks!
|