The libdir specified in the pkg-config files:
/usr/share/pkgconfig/epics-base.pc
/usr/share/pkgconfig/epics-base-linux-x86_64.pc
is set as following:
prefix=/usr
libdir=${prefix}/lib/linux-x86_64
but the library files are actually installed into:
/usr/lib/x86_64-linux-gnu
This means linking will fail, if pkg-config is used to determine
the dependencies.
$ pkg-config --libs-only-L epics-base-linux-x86_64
-L/usr/lib/linux-x86_64
There is already a patch to fix the path for the headers, but the
library paths where left untouched.
--
Kind regards,
Soeren