Ask Your Question

Revision history [back]

if you performe make install you should probably be root (or set an install directory in your home) otherwise you don't have right to copy files in the system. You could use sudo instead of being root, but compile your libraries as a regular user! Try this:

make
sudo make install