How do I uninstall a program that I compiled? I'm asking because it seems as if I "halfway" installed a program called backintime. On a previous installation of Lenny, I got it working right with the simple ./configure make sudo make install but this time, something went wrong. I see backintime in the menu but the program doesn't launch and when I installed it (or after - I can't remember) it said:
deniz@debian:~$ cd Desktop/backintime-0.9.22
deniz@debian:~/Desktop/backintime-0.9.22$ ./configure
Common: --common
GNOME: --gnome
KDE4: --no-kde4
All OK. Now run:
make
sudo make install
deniz@debian:~/Desktop/backintime-0.9.22$ make
msgfmt -o po/zh_CN.mo po/zh_CN.po
/bin/bash: msgfmt: command not found
make: *** [po/zh_CN.mo] Error 127
deniz@debian:~/Desktop/backintime-0.9.22$
Any help would be greatly appreciated!
Thanks!