Grace Brown
Grace Brown
I have built OR successfully both by hand and with the support script.
I don't think the tcl library is installed. At least I cannot find it in `/usr/local/lib` or anywhere else.
Found it. I added it to the path, but am still getting the same error. I think because the version of libtcl installed when building is 3.6.
When running cmake, it lists TCL library: /usr/lib/x86_64-linux-gnu/libtcl.so, but looking in /usr/lib/x86_64-linux-gn it lists libtcl.so and libtcl8.6.so. Running ldd on the executable shows "libtcl8.5.so => not found".
I don't see -L or -l anywhere in the build process.
It lists /usr/lib/x86_64-linux-gnu/libtcl.so
Running ldd for the openroad executable shows `libtcl8.6.so => /usr/lib/x86_64-linux-gnu/libtcl8.6.so`. The issue is with opendbpy which appears to want libtcl8.5.so
@vvbandeira I used pip to install opendbpy
@maliberty I currently have commit 49fdec96d3cefaa9e5c3b39b6dd1e33bcc7f0d24 from August 3.