The pkg-config program is used to retrieve information about installed libraries in the system. It is typically used to compile and link against one or more libraries. Here is a typical usage scenario in a Makefile:
pkgconfig-0.15.0: description + notes
program: program.c cc program.c `pkg-config --cflags --libs gnomeui`pkg-config retrieves information about packages from special metadata files. These files are named after the package, with the extension .pc. By default, pkg-config looks in the directory
/usr/freeware/lib32/pkgconfig
for these files; it will also look in the colon-separated list of directories specified by thePKG_CONFIG_PATH
environment variable.
Special thanks to Andrea Suatoni (a.suatoni@telefonica.net) for helping port this package to IRIX.
To auto-install this package, go back and click on the respective install icon.