Hello,
I'm trying to install pd-0.42-5 on my new netbook running EB 4.0. It says there are no tcl libraries. I tried to install tcl8.5 using 'sudo apt-get install tcl8.5' and it seem to work. Still './configure' in pd/src/ could't find any tcl library. I also downloaded tcllib-1.12 from sourceforge and installed it. This as well did not work for pd. Can anyone tell me what I'm doing wrong? Thanks in advance! Funs I
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1
On 06/11/2010 09:19 AM, Funs Seelen wrote:
for compiling you need the -dev packages of a library. eg. "tk8.5-dev" should install the development files for tcl/tk 8.5 (the tcl part is installed, because tk8.5-dev depends on it)
mfasdr IOhannes
Thanks for the information. Because there were no versions of tk8.*-dev in synaptic nor available with aptitude I had to download and install manually: "Error dependency not satisfiable" for all versions I tried. Only Tcl8.5-dev could get installed but did't fix the problem. Hmmm...