successful compilation of GLib-2.0.0 Pango-1.0.0 Atk-1.0.0 GTK +-2.0.0 on hp-ux 10.20 and hp-ux 11.00



Title: successful compilation of GLib-2.0.0 Pango-1.0.0 Atk-1.0.0 GTK+-2.0.0 on hp-ux 10.20 and hp-ux 11.00

System: hp-ux 10.20 and hp-ux 11.00
Compiler: gcc-3.0.4 32 bit Version

threads disabled on hp-ux 10.20, because no default posix threads available

# ./config.guess
hppa2.0w-hp-hpux11.00

mzfem_root:/tmp # uname -a
HP-UX mzfem B.11.00 A 9000/785 2015168928 two-user license

# model
9000/785/C3600

built-Scripts glib:
===================

#!/bin/csh -f
#
setenv CPPFLAGS "-I/opt/gettext/include"
setenv LDFLAGS "-L/opt/gettext/lib"
setenv RANLIB "/bin/true"
#
gmake distclean
./configure --prefix=/opt/glib-2.0.0 \
--x-includes=/usr/include/X11R6 --x-libraries=/usr/lib/X11R6 --enable-threads=yes
gmake
gmake install

built-Scripts atk:
==================

#!/bin/csh -f
#
set path=( $path /opt/glib-2.0.0/bin )
setenv RANLIB "/bin/true"
setenv CPPFLAGS "-I/opt/gettext/include"
setenv LDFLAGS "-L/opt/gettext/lib"
setenv PKG_CONFIG_PATH "/opt/glib-2.0.0/lib/pkgconfig"
#
gmake distclean
./configure --prefix=/opt/atk-1.0.0
gmake
gmake install

built-Scripts pango:
===================

#!/bin/csh -f
#
setenv CPPFLAGS "-I/opt/gettext/include"
setenv LDFLAGS "-L/opt/gettext/lib"
setenv RANLIB "/bin/true"
set path=( $path /opt/freetype/bin /opt/glib-2.0.0/bin )
setenv PKG_CONFIG_PATH "/opt/glib-2.0.0/lib/pkgconfig"
#
gmake distclean
./configure --prefix=/opt/pango-1.0.0 \
--x-includes=/usr/lib/X11R6/include --x-libraries=/usr/lib/X11R6/lib
gmake
gmake install


built-Scripts gtk:
==================

#!/bin/csh -f
#
set path=( $path /opt/libtool/bin /opt/glib-2.0.0/bin )
setenv CPPFLAGS "-I/opt/gettext/include -I/opt/tiff-3.5/include -I/opt/jpeg-6/include \
                 -I/opt/libpng/include -I/opt/zlib/include -I/usr/lib/X11R6/include"
setenv LDFLAGS "-L/opt/gettext/lib -L/opt/tiff-3.5/lib -L/opt/jpeg-6/lib -L/opt/libpng/lib \
                -L/opt/zlib/lib -L/usr/lib/X11R6/lib"
setenv RANLIB "/bin/true"
setenv PKG_CONFIG_PATH "/opt/glib-2.0.0/lib/pkgconfig:/opt/atk-1.0.0/lib/pkgconfig:/opt/pango-1.0.0/
lib/pkgconfig"
#
gmake distclean
./configure --prefix=/opt/gtk+-2.0.0
gmake
gmake install

Martin



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]