pkg-config is computer software that provides a unified interface for querying installed libraries for the purpose of compiling software from its source code.
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-configI have a couple projects I maintain that are built using automake (let's call them lib1 and lib2). lib2 is …
centos automake pkg-configUpdate: I got it working, the problem has something to do with the fact that I was running it through …
c macos pkg-config guileI'm attempting to build a small project using glfw3 but no matter what I do I can't get pkgconfig to …
cmake glfw pkg-configI'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-configWhile 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-configI'm looking for a UUID library for programming in C, that has a reasonable probability of being installed (or at …
c linux uuid pkg-configI 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-configI successfully compiled and installed the latest version of the Boost library onto my linux machine. Now, I would like …
c++ linux unix boost pkg-configCan anyone please tell me why this might fail: afeder@ubuntu:~/android/toolchain/sysroot$ ls $PKG_CONFIG_SYSROOT_DIR/usr/…
cross-compiling spidermonkey pkg-config