Paco is a source code package organizer for Unix/Linux systems to record an installation with "make install" and give this record a "package" name.
This enables you to uninstall this package later.
Alternatively you may use checkinstall (not tested by myself).
apt-get install pkg-config apt-get install gcc apt-get install gobjc++
./configure --disable-gpaco make make install
make logme
Examples during insallation
paco -lp ruby-1-9-1 'make install' paco -lp sun-java6-jdk 'apt-get install sun-java6-jdk'and uninstallation
paco -r ruby-1-9-1