V
Vilvox
Hello,
I try to compile a program using lncurves.
Here is the error message i got :
$ g++ ed.cpp -lncurves -o ed
/usr//bin/ld: cannot find -lncurves
collect2: ld returned 1 exit status
However, i checked i have /usr/lib/libncurses.so
How to solve it ?
thanks,
Vincent
I try to compile a program using lncurves.
Here is the error message i got :
$ g++ ed.cpp -lncurves -o ed
/usr//bin/ld: cannot find -lncurves
collect2: ld returned 1 exit status
However, i checked i have /usr/lib/libncurses.so
How to solve it ?
thanks,
Vincent