简体   繁体   中英

gdb error while executing compile command: libcc1.so: cannot open shared object file: No such file or directory

I compiled the most recent gdb version from source to try out the new compile command. But unfortunately, it gives the error Could not load libcc1.so: libcc1.so: cannot open shared object file: No such file or directory whenever I try to execute compile command. I checked if I have the library libcc1.so installed and I have. In fact looking at the installed libraries in here , it looks like gcc already installs libcc1.so. My gcc version is 6.1 btw.

在/ usr / lib / x86_64-linux-gnu /中将文件libcc1.so.0.0.0复制为libcc1.so可以解决问题

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM