Pango-1.0.0 final: /bin/sh: 3036 SpeicherfehlerSpeicherauszug (c oredump) on hp-ux 10.20



Title: Pango-1.0.0 final: /bin/sh: 3036 SpeicherfehlerSpeicherauszug (coredump) on hp-ux 10.20

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


this error occurs at gmake
...
Libraries have been installed in:
   /opt/pango-1.0.0/lib/pango/1.0.0/modules

If you ever happen to want to link against installed libraries
in a given directory, LIBDIR, you must either use libtool, and
specify the full pathname of the library, or use the `-LLIBDIR'
flag during linking and do at least one of the following:
   - add LIBDIR to the `SHLIB_PATH' environment variable
     during execution
   - use the `-Wl,+b -Wl,LIBDIR' linker flag

See any operating system documentation about shared libraries for
more information, such as the ld(1) and ld.so(8) manual pages.
----------------------------------------------------------------------
gmake[3]: Leaving directory `/users/mgansser/GNU/pango-1.0.0/modules/hebrew'
gmake[2]: Leaving directory `/users/mgansser/GNU/pango-1.0.0/modules/hebrew'
gmake[2]: Entering directory `/users/mgansser/GNU/pango-1.0.0/modules'
gmake[3]: Entering directory `/users/mgansser/GNU/pango-1.0.0/modules'
gmake[3]: Nothing to be done for `install-exec-am'.
/bin/sh ../mkinstalldirs /opt/pango-1.0.0/etc/pango &&  \
../pango/pango-querymodules             \
        > /opt/pango-1.0.0/etc/pango/pango.modules
/bin/sh: 3036 SpeicherfehlerSpeicherauszug (coredump)
gmake[3]: *** [install-data-local] Error 139
gmake[3]: Leaving directory `/users/mgansser/GNU/pango-1.0.0/modules'
gmake[2]: *** [install-am] Error 2
gmake[2]: Leaving directory `/users/mgansser/GNU/pango-1.0.0/modules'
gmake[1]: *** [install-recursive] Error 1
gmake[1]: Leaving directory `/users/mgansser/GNU/pango-1.0.0/modules'
gmake: *** [install-recursive] Error 1


build order: GLib, Pango, ATK, then GTK+


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=no
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


Martin



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