Jan 19, 2009

Error: /usr/bin/ld: cannot find -lncurses

If you receive this error message, here's a possible solution:

apt-get install libncurses5-dev

OR in Synaptics Manager install libncurses5-dev

.

Error: /usr/bin/ld: crt1.o: No such file: No such file or directory

If you receive this error message, here's a possible solution:

apt-get install libc6-dev

.