While Linking OpenROAD, undefined reference to TINFO #1879
-
I am trying to build OpenROAD. All appears working except the final step where the build faults, with an undefined reference to a link library, TINFO. The standard solution says to add '-lreadline -ltinfo' to a file, yet I am not able to determine which file I should add. Which file to edit? Adding '-ltinfo' The error message is below. [ 95%] Built target par |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
What platform and compiler are you using? This seems like a local system issue. |
Beta Was this translation helpful? Give feedback.
Thank you for your early response. I have it now. All is well. I likely had some local issues as you explained. I can see now, having a clean install of Ubuntu and new OpenROAD git clone, is the best way to approach a large compilation such as found in OpenROAD.