Operating System - Linux
1748051 Members
4868 Online
108758 Solutions
New Discussion

Problem building GTK+-2.6.10 on HP-UX 11.11

 
Ed Immenschuh
Occasional Contributor

Problem building GTK+-2.6.10 on HP-UX 11.11

Hello,

I'm trying to build gtk-2.6.10 on 11.11, and during the
compiling, the compiler just hangs trying to build the loader... I finally have to Control-C to get back to the shell (after 15 minutes or more)...

---------------------------
libbtool: link: warning: this platform does not like
uninstalled shared libraries
libtool: link: `gdk-pixbuf-query-loaders' will be
relinked during installation
gcc -g -O2 -Wall -o .libs/gdk-pixbuf-query-loaders
queryloaders.o ./.libs/libgdk_pixbuf-2.0.sl
-L/usr/local/lib /usr/local/lib/libgmodule-2.0.sl
/usr/local/lib/libgobject-2.0.sl
/usr/local/lib/libglib-2.0.sl -lm
/usr/local/lib/libintl.sl /usr/local/lib/libiconv.sl
-lc -Wl,+b
-Wl,/mydisk/gtk+-2.6.8/gdk-pixbuf/.libs:/usr/local/lib
creating gdk-pixbuf-query-loaders
if gcc -DHAVE_CONFIG_H -I. -I. -I..
-DG_LOG_DOMAIN=\"GdkPixbuf\" -I.. -I.. -I../gdk-pixbuf
-I../gdk-pixbuf -DGTK_SYSCONFDIR=\"/usr/local/etc\"
-DGTK_VERSION=\"2.6.8\" -DGTK_BINARY_VERSION=\"2.4.0\"
-DG_DISABLE_DEPRECATED -DGDK_PIXBUF_DISABLE_DEPRECATED
-DGTK_PREFIX=\"/usr/local\" -DG_DISABLE_CAST_CHECKS
-pthread -I/usr/local/include/glib-2.0
-I/usr/local/lib/glib-2.0/include
-I/usr/local/include/libpng12
-DGDK_PIXBUF_ENABLE_BACKEND
"-DPIXBUF_LIBDIR=\"/usr/local/lib/gtk-2.0/2.4.0/loaders\""
"-DBUILT_MODULES_DIR=\"./.libs\"" -g -O2 -Wall -MT
test-gdk-pixbuf.o -MD -MP -MF
".deps/test-gdk-pixbuf.Tpo" \
-c -o test-gdk-pixbuf.o `test -f 'test-gdk-pixbuf.c'
|| echo './'`test-gdk-pixbuf.c; \
then mv -f ".deps/test-gdk-pixbuf.Tpo"
".deps/test-gdk-pixbuf.Po"; \
else rm -f ".deps/test-gdk-pixbuf.Tpo"; exit 1; \
fi
/bin/sh ../libtool --mode=link gcc -g -O2 -Wall
-o test-gdk-pixbuf test-gdk-pixbuf.o
libgdk_pixbuf-2.0.la -lintl
libtool: link: warning: this platform does not like
uninstalled shared libraries
libtool: link: `test-gdk-pixbuf' will be relinked
during installation
gcc -g -O2 -Wall -o .libs/test-gdk-pixbuf
test-gdk-pixbuf.o ./.libs/libgdk_pixbuf-2.0.sl
-L/usr/local/lib /usr/local/lib/libgmodule-2.0.sl
/usr/local/lib/libgobject-2.0.sl
/usr/local/lib/libglib-2.0.sl -lm
/usr/local/lib/libintl.sl /usr/local/lib/libiconv.sl
-lc -Wl,+b
-Wl,/mydisk/gtk+-2.6.8/gdk-pixbuf/.libs:/usr/local/lib
creating test-gdk-pixbuf
LOADERS=`echo libpixbufloader-*.la` ; \
if test "x$LOADERS" != 'xlibpixbufloader-*.la' ;
then \
echo "Writing a gdk-pixbuf.loader file to use
when running examples before installing gdk-pixbuf.";
\
../gdk-pixbuf/gdk-pixbuf-query-loaders $LOADERS
> ./gdk-pixbuf.loaders ;\
else \
echo "No dynamic modules found; will use only
static modules for uninstalled example programs."; \
touch gdk-pixbuf.loaders; \
fi

-------

So, does anyone have any ideas what is going on, and how to fix it... (I've tried both gcc-3.3.3 and gcc-4.0). A number of programs, such as GIMP, etc. depend on this library. I need it to port some software to HP.

Thanks,

Ed