Skip to main content

All Questions

Tagged with
-1 votes
1 answer
15k views

What exactly cmake say: /usr/bin/ld: cannot find -ledit or /usr/bin/ld: cannot find -lcurses?

I am using ubuntu 20.04. I am doing debugging of building with cmake. What exactly cmake say: /usr/bin/ld: cannot find -ledit, i.e.what is ledit? What is /usr/bin/ld: cannot find -lcurses exactly? I ...
Dmitriy Ogureckiy's user avatar
0 votes
1 answer
588 views

How can I get the name of an executable from a makefile?

I'm trying to configure vim to run "make debug" (which adds the '-g' flag to the rest of the CFLAGS), and then use Pyclewn to run "Cfile $filename here$" and then run it. This will allow me to quickly ...
mrobinson7627's user avatar