Within frysk configuration, there is a hard-coding of the directory /opt/frysk/lib. On AMD64, this directory is actually /opt/frysk/lib64 Particular instances are: PKG_CONFIG_PATH=$PKG_CONFIG_PATH:/opt/frysk/lib/pkgconfig This can be fixed by appending/prepending /opt/frysk/lib64/pkgconfig to the path. The cdtparser configuration also hard-codes the directory to find libcdtparser.jar.so. Another bug has been opened to give cdtparser a pkgconfig so this is unnecessary. In frysk-imports/tests, the Makefile.am has the directory hard-coded for building tests. This can be changed to be a variable (e.g. $LIBNAME) which is set earlier in configuration.
configury now uses pkg-config and that contains correct information