On Fri, 19 May 2017, cociuba mihai wrote:
I've tried again and now
sudo rm -f /usr/local/lib/pkgconfig
make install
are working.
Thanks a lot.
Thanks for the report. It struck me that this would have been easier
to diagnose if "make install" were to fail as soon as creating (or
verifying) the directory in question (PREFIX/lib/pkgconfig) failed.
(As it was, the error message got buried in further output.)
In git I've now modified the top-level Makefile so that the process
will stop as soon as we hit an error in installing.
Allin Cottrell