Hello, The definition of the pkgconfig file location is incorrect in darshan-runtime/Makefile.in. It is currently: libdir = $(DESTDIR)@libdir@ pkgconfigdir = $(DESTDIR)$(libdir)/pkgconfig My belief is that the second line should be: pkgconfigdir = $(DESTDIR)@libdir@/pkgconfig Thanks, Matthew