Top "Pkg-config" questions

pkg-config is computer software that provides a unified interface for querying installed libraries for the purpose of compiling software from its source code.

Using the pkg-config macro PKG_CHECK_MODULES failing

I'm sure this is a fairly simple problem. I have a very simple configure.ac file which I am using …

macos osx-snow-leopard autoconf automake pkg-config
Installing pkg-config files to proper path on CentOS with automake

I have a couple projects I maintain that are built using automake (let's call them lib1 and lib2). lib2 is …

centos automake pkg-config
pkg-config: command not found during compile, but pkg-config installed

Update: I got it working, the problem has something to do with the fact that I was running it through …

c macos pkg-config guile
Building GLFW3 Application with CMAKE - GLFW_LIBRARIES doesnt set

I'm attempting to build a small project using glfw3 but no matter what I do I can't get pkgconfig to …

cmake glfw pkg-config
How to use pkg-config to link a library statically

I'd like to link libpng found by pkg-config statically. pkg-config --libs --static libpng outputs -L/usr/local/Cellar/libpng/1.6.15/lib …

static-linking pkg-config
what is the significance of pkg-config in gcc?

While building a dbus-example, I found that we need to add a pkg-config in gcc. For example: gcc `pkg-config --cflags …

c gcc pkg-config
UUID library for C?

I'm looking for a UUID library for programming in C, that has a reasonable probability of being installed (or at …

c linux uuid pkg-config
pkg-config: PKG_PROG_PKG_CONFIG: command not found

I get the following error ./configure: line 11162: PKG_PROG_PKG_CONFIG: command not found when this is code is executed …

macos build autoconf kivy pkg-config
How to use C++ Boost library with pkg-config?

I successfully compiled and installed the latest version of the Boost library onto my linux machine. Now, I would like …

c++ linux unix boost pkg-config
pkg-config fails to find package under sysroot directory

Can anyone please tell me why this might fail: afeder@ubuntu:~/android/toolchain/sysroot$ ls $PKG_CONFIG_SYSROOT_DIR/usr/…

cross-compiling spidermonkey pkg-config