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 :)
On Fri, Feb 17, 2017 at 06:34:56AM +0100, Dennis Schneck wrote:
Hello, no solution for Manjaro Linux but a workaround.
Extending PKG_CONFIG_PATH didn't work? Did you check the man page of pkg-config?
===
ENVIRONMENT VARIABLES PKG_CONFIG_PATH A colon-separated (on Windows, semicolon-separated) list of directories to search for .pc files. The default directory will always be searched after searching the path; the default is libdir/pkgconfig:datadir/pkgconfig where libdir is the libdir for pkg-config and datadir is the datadir for pkg-config when it was installed.
===
baseband-devel@lists.osmocom.org