Daniel Fetchinson wrote:
Consider adjusting the PKG_CONFIG_PATH environment variable if you installed software in a non-standard prefix. Alternatively, you may set the environment variables NMA_CFLAGS and NMA_LIBS to avoid the need to call pkg-config. I tried "export PKG_CONFIG_PATH=/home/fetchinson/opt ; ./configure
I'm guessing you want:
PKG_CONFIG_PATH=/home/fetchinson/opt/lib/pkgconfig
-casey