I am trying to compile my code in Ubuntu 11.10 and getting these errors and more.So far by googling it I think it is a linking error. Specifically, there have been suggestio
I came up with the same problem when building cscope 15.8.
After ./configure, I first get error saying "ncurses.h" not found. It's because there is no libncurses-dev installed on my os.
After installing libcurses-dev, I run make directly. Then got dozens of the "undefined reference to" error.
After rebuild from start again, these errors were gone.
./configure
make