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.
Asked
Active
Viewed 972 times
0

Korcan Karaokçu
- 467
- 4
- 18
1 Answers
0
Copying the file libcc1.so.0.0.0 as libcc1.so in /usr/lib/x86_64-linux-gnu/ did the trick

Korcan Karaokçu
- 467
- 4
- 18
-
From *where* did you copied this? – user1511417 Oct 28 '16 at 16:11
-
It was the same directory as I remember. Sorry for the delay btw – Korcan Karaokçu Dec 28 '16 at 18:48