Hi Dennis,
On Thu, Feb 16, 2017 at 08:39:16AM +0100, Dennis Schneck wrote:
It seems like your pkgconfig installation/configuration is broken. Are you sure that /usr/local/lib/pkgconfig is included in your PKGCONFIG search path? To me it seems the .pc files of libosmocore are installed there but your sytem configuration never attempts to look for .pc files there.
$ ls -la /usr/local/lib/pkgconfig/
this is a list of the files in the directory, which doesn't say anything about your pkgconfig configuration/environment variables.
Have you used pkgconfig successfully with other libraries installed in /usr/local/* before?
nothing installed before
Well, I suggest you make sure your PKGCONFIG_PATH includes the above directory :)