libtool: error: error: cannot install 'libupnp.la' to a directory not ending in /usr/lib

revision b2ab2e6eda7d62d6a17ff7eb279136ed9696e4ef

raw

README.rst

Problem:

$ make
/bin/bash ../libtool   --mode=install /usr/bin/install -c   libupnp.la '/usr/local/lib'
libtool:   error: error: cannot install 'libupnp.la' to a directory not ending in /usr/lib
Cause:
I had changed the configure "--prefix"

Solution:

$ make clean

History