-1

This is what i get after executing cmake ..

 - TCL library: /usr/lib/x86_64-linux-gnu/libtcl8.6.so
-- TCL header: TCL_HEADER-NOTFOUND

and after executing "make" fatal error: tcl.h: No such file or directory 19 | #include <tcl.h>

Zanna
  • 72,312
Charu
  • 7

1 Answers1

0

Installing tcl-dev worked for me in 16.04 LTS.

sudo apt install tcl-dev
Kulfy
  • 18,154
Vimal
  • 1