File Information — pkg-config_0-29-1.zip
Filename pkg-config_0-29-1.zip
Title pkg-config 0.29.1 (2016-12-02)
Version Unknown
Author / Vendor KO Myung-Hun
Homepage * Official: https://www.freedesktop.org/wiki/Software/pkg-config/ * OS/2: https://github.com/komh/pkg-config-os2
Category OS2 » Dev » Tools » Make »
OS/2 Version OS/2 Warp 4.52 or later
File Size 2.6 MB
Downloads 1
File Type ZIP
Uploaded 2026-03-26 22:28 by martini
Approved 2026-03-26 22:28 by martini
Requirements kLIBC066
Description:

pkg-config for OS/2. pkg-config is a helper tool used when compiling applications and libraries. It helps you insert the correct compiler options on the command line so an application can use gcc -o test test.c `pkg-config --libs --cflags glib-2.0` for instance, rather than hard-coding values on where to find glib (or other libraries). It is language-agnostic, so it can be used for defining the location of documentation tools, for instance. v0.29.1: - Set system_include_path to "/@unixroot/usr/include;/usr/include" - Set system_library_path to "/@unixroot/usr/lib;/@unixroot/lib;/usr/lib;/lib". (pkg-config-0.29.1.zip)