The-OpenROAD-Project/RePlAce

tcl.h not found (Debian)

yrrapt opened this issue · 1 comments

In order to get the tool to build on Debian I needed to replace all references of "#include <tcl.h>" to "#include <tcl/tcl.h>". This includes references within the modified OpenSTA repository.

I realise Debian is not a supported distro but thought it might be useful that this is noted.

mgwoo commented

Solved. Close.