pkg-config
System for managing library compile/link flags that works with automake and autoconf
Compilation (V0.27,V0.28)
Requires glib
.
The internal one may be used:
# AIX 6.1, native C 9.0; 7.1, C 12.1
make distclean
configure --prefix=/tmp/pkg-config-0.28 CC=cc CFLAGS="-O2 -D_LARGE_FILES" --with-internal-glib --enable-static --disable-shared
make
The compilation, however barfs at some #error
. Gnu-crap.
Compilation (V0.25)
# AIX 5.3/6.1/7.1, native C 8.0/9.0/12.1
make distclean
configure --prefix=/tmp/pkg-config-0.25 CC=cc CFLAGS="-O2 -D_LARGE_FILES"
make
make install
Compilation (V0.22)
AIX (5.1)
configure CC=cc CFLAGS=-O2 --prefix=/tmp/pkg-config-0.22
make
make install
Digital Unix (4.0G)
Straightforward.
configure CC=cc CFLAGS=-O2 --prefix=/tmp/pkg-config-0.22
make
make install
HP-UX
The configure
scripts are broken.
I replaced all:
rm -f
by
rm -rf
Then follow instructions in the INSTALL
file:
configure CC=cc CFLAGS=-O2 --prefix=/tmp/pkg-config-0.22 # use native C compiler
configure CC=cc CFLAGS=-O --prefix=/tmp/pkg-config-0.22 --disable-threads # w/o threads, 10.20
make
make install
Last update: 28-May-2013,
M.Kraemer
Impressum Data privacy protection