Hello,

when i compile gnome-python on hp-ux 10.20 a lot of messages like this
appears:
...
"Could not find platform dependent libraries "
...

I test with following command:

# python -c "from gnome.ui import *"

Traceback (most recent call last):
   File "<string>", line 1, in ?
   File "/opt/python/lib/python1.6/site-packages/gnome/ui.py", line 2,
in ?
   import gtk; _gtk = gtk; del gtk
   File "/opt/python/lib/python1.6/site-packages/gtk.py", line 21, in ?

    import _gtk
ImportError: No module named _gtk

was is wrong ?


./configure --prefix=/opt/python --with-gtk-prefix=/opt/gtk+ --disable-gtkte
st --with-imlib-prefix=/opt/imlib  --with-libglade-config=/opt/libglade/bin/
libglade-config
rm -f config.cache
creating cache ./config.cache
checking for a BSD compatible install... ./install-sh -c
checking whether build environment is sane... yes
checking for gawk... no
checking for mawk... no
checking for nawk... no
checking for awk... awk
checking whether make sets ${MAKE}... yes
checking how to run the C preprocessor... cc -E
checking host system type... hppa1.1-hp-hpux10.20
checking build system type... hppa1.1-hp-hpux10.20
checking for ranlib... ranlib
checking for gcc... gcc
checking whether the C compiler (gcc  ) works... yes
checking whether the C compiler (gcc  ) is a cross-compiler... no
checking whether we are using GNU C... yes
checking whether gcc accepts -g... yes
checking dependency style of gcc... gcc
checking for ld used by GCC... /usr/ccs/bin/ld
checking if the linker (/usr/ccs/bin/ld) is GNU ld... no
checking for BSD-compatible nm... /usr/bin/nm -p
checking whether ln -s works... yes
updating cache ./config.cache
checking for object suffix... o
checking for executable suffix... no
checking for gcc option to produce PIC... -fPIC
checking if gcc PIC flag -fPIC works... yes
checking if gcc supports -c -o file.o... yes
checking if gcc supports -c -o file.lo... yes
checking if gcc supports -fno-rtti -fno-exceptions ... yes
checking if gcc static flag -static works... -static
checking if the linker (/usr/ccs/bin/ld) is GNU ld... no
checking whether the linker (/usr/ccs/bin/ld) supports shared libraries...
yes
checking command to parse /usr/bin/nm -p output... ok
checking how to hardcode library paths into programs... relink
checking for /usr/ccs/bin/ld option to reload object files... -r
checking dynamic linker characteristics... hpux10.20 dld.sl
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... no
checking for objdir... .libs
creating libtool
loading cache ./config.cache
checking for python... /opt/python/bin/python
checking local Python configuration... Could not find platform dependent
libraries <exec_prefix>
Consider setting $PYTHONHOME to <prefix>[:<exec_prefix>]
Could not find platform dependent libraries <exec_prefix>
Consider setting $PYTHONHOME to <prefix>[:<exec_prefix>]
looks good
checking for headers required to compile python extensions... Could not find
platform dependent libraries <exec_prefix>
Consider setting $PYTHONHOME to <prefix>[:<exec_prefix>]
Could not find platform dependent libraries <exec_prefix>
Consider setting $PYTHONHOME to <prefix>[:<exec_prefix>]
found
checking for gtk-config... /opt/gtk+/bin/gtk-config
checking for GTK - version >= 1.2.6... yes
checking for imlib-config... /opt/imlib/bin/imlib-config
checking for IMLIB - version >= 1.8.2... yes
checking for gnome-config... /opt/gnome_lib/bin/gnome-config
checking if /opt/gnome_lib/bin/gnome-config works... yes
checking for orbit-config... /opt/ORBit/bin/orbit-config
checking for orbit-idl... /opt/ORBit/bin/orbit-idl
checking for working ORBit environment... yes
checking for gnorba libraries... yes
checking extra library "applets"... Unknown library `applets'

checking extra library "capplet"... Unknown library `capplet'

checking for libglade-config... /opt/libglade/bin/libglade-config
checking for libglade... yes
checking for glib-config... /opt/glib/bin/glib-config
checking for GLIB - version >= 0.99.7... yes
updating cache ./config.cache
creating ./config.status
creating Makefile
creating macros/Makefile
creating pygnome/Makefile
creating pygnome/generate/Makefile
creating pygnome/gnome/Makefile
creating config.h
configuring in pygtk
running /bin/sh
./configure  --prefix=/opt/python --with-gnome-includes=/opt/gnome_lib/inclu
de --cache-file=.././config.cache --srcdir=.
loading cache .././config.cache
checking for a BSD compatible install... ./../install-sh -c
checking whether build environment is sane... yes
checking for gawk... (cached) awk
checking whether make sets ${MAKE}... (cached) yes
checking how to run the C preprocessor... (cached) cc -E
checking host system type... hppa1.1-hp-hpux10.20
checking build system type... hppa1.1-hp-hpux10.20
checking for ranlib... (cached) ranlib
checking for gcc... (cached) gcc
checking whether the C compiler (gcc  ) works... yes
checking whether the C compiler (gcc  ) is a cross-compiler... no
checking whether we are using GNU C... (cached) yes
checking whether gcc accepts -g... (cached) yes
checking dependency style of gcc... (cached) gcc
checking for ld used by GCC... (cached) /usr/ccs/bin/ld
checking if the linker (/usr/ccs/bin/ld) is GNU ld... (cached) no
checking for BSD-compatible nm... (cached) /usr/bin/nm -p
checking whether ln -s works... (cached) yes
checking for object suffix... o
checking for executable suffix... no
checking for gcc option to produce PIC... -fPIC
checking if gcc PIC flag -fPIC works... yes
checking if gcc supports -c -o file.o... yes
checking if gcc supports -c -o file.lo... yes
checking if gcc supports -fno-rtti -fno-exceptions ... yes
checking if gcc static flag -static works... -static
checking if the linker (/usr/ccs/bin/ld) is GNU ld... no
checking whether the linker (/usr/ccs/bin/ld) supports shared libraries...
yes
checking command to parse /usr/bin/nm -p output... ok
checking how to hardcode library paths into programs... relink
checking for /usr/ccs/bin/ld option to reload object files... -r
checking dynamic linker characteristics... hpux10.20 dld.sl
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... no
checking for objdir... .libs
creating libtool
loading cache .././config.cache
checking for python... (cached) /opt/python/bin/python
checking local Python configuration... Could not find platform dependent
libraries <exec_prefix>
Consider setting $PYTHONHOME to <prefix>[:<exec_prefix>]
Could not find platform dependent libraries <exec_prefix>
Consider setting $PYTHONHOME to <prefix>[:<exec_prefix>]
looks good
checking for headers required to compile python extensions... Could not find
platform dependent libraries <exec_prefix>
Consider setting $PYTHONHOME to <prefix>[:<exec_prefix>]
Could not find platform dependent libraries <exec_prefix>
Consider setting $PYTHONHOME to <prefix>[:<exec_prefix>]
found
checking for python module thread... no
checking for gtk-config... (cached) /opt/gtk+/bin/gtk-config
checking for GTK - version >= 1.2.6... yes
checking for imlib-config... (cached) /opt/imlib/bin/imlib-config
checking for IMLIB - version >= 1.8... yes
checking GL... no
checking Mesa... no
checking Mesa with pthreads... no
checking GtkGLArea... no
checking for libglade-config... (cached) /opt/libglade/bin/libglade-config
checking for libglade... yes
checking for arrayobject.h... no
checking for Extensions/arrayobject.h... no
checking for Numeric/arrayobject.h... no
updating cache .././config.cache
creating ./config.status
creating Makefile
creating generate/Makefile
creating pyglade/Makefile
creating config.h
make  all-recursive
make[1]: Wechsel in das Verzeichnis Verzeichnis �/tmp/gnome-python-1.0.53�
Making all in macros
make[2]: Wechsel in das Verzeichnis
Verzeichnis �/tmp/gnome-python-1.0.53/macros�
make[2]: F�r das Target �all� gibt es nichts zu tun.
make[2]: Verlassen des Verzeichnisses
Verzeichnis �/tmp/gnome-python-1.0.53/macros�
Making all in pygtk
make[2]: Wechsel in das Verzeichnis
Verzeichnis �/tmp/gnome-python-1.0.53/pygtk�
make  all-recursive
make[3]: Wechsel in das Verzeichnis
Verzeichnis �/tmp/gnome-python-1.0.53/pygtk�
Making all in generate
make[4]: Wechsel in das Verzeichnis
Verzeichnis �/tmp/gnome-python-1.0.53/pygtk/generate�
make[4]: F�r das Target �all� gibt es nichts zu tun.
make[4]: Verlassen des Verzeichnisses
Verzeichnis �/tmp/gnome-python-1.0.53/pygtk/generate�
Making all in pyglade
make[4]: Wechsel in das Verzeichnis
Verzeichnis �/tmp/gnome-python-1.0.53/pygtk/pyglade�
make[4]: F�r das Target �all� gibt es nichts zu tun.
make[4]: Verlassen des Verzeichnisses
Verzeichnis �/tmp/gnome-python-1.0.53/pygtk/pyglade�
make[4]: Wechsel in das Verzeichnis
Verzeichnis �/tmp/gnome-python-1.0.53/pygtk�
source='gtkmodule.c' object='gtkmodule.lo' libtool=yes \
depfile='.deps/gtkmodule.Plo' tmpdepfile='.deps/gtkmodule.TPlo' \
depmode=gcc /bin/sh ./../depcomp \
/bin/sh ./libtool --mode=compile
gcc -DHAVE_CONFIG_H -I. -I. -I. -I/opt/python/include/python1.6 -I/opt/gtk+/
include -I/opt/glib/lib/glib/include -I/opt/glib/include -I/usr/include/X11R
6 -I/usr/lib/X11R5/include -I/opt/gtk+/include -I/opt/glib/lib/glib/include 
-I/opt/glib/include -I/usr/include/X11R6 -I/usr/lib/X11R5/include -I/opt/iml
ib/include -I/usr/lib/X11R5/include  -I/opt/libxml/include/libxml -I/opt/lib
xml/include -I/opt/libglade/include -I/opt/gtk+/include -I/opt/glib/lib/glib
/include -I/opt/glib/include -I/usr/include/X11R6    -g -O2 -c -o
gtkmodule.lo `test -f gtkmodule.c || echo './'`gtkmodule.c
gcc -DHAVE_CONFIG_H -I. -I. -I. -I/opt/python/include/python1.6 -I/opt/gtk+/
include -I/opt/glib/lib/glib/include -I/opt/glib/include -I/usr/include/X11R
6 -I/usr/lib/X11R5/include -I/opt/gtk+/include -I/opt/glib/lib/glib/include 
-I/opt/glib/include -I/usr/include/X11R6 -I/usr/lib/X11R5/include -I/opt/iml
ib/include -I/usr/lib/X11R5/include -I/opt/libxml/include/libxml -I/opt/libx
ml/include -I/opt/libglade/include -I/opt/gtk+/include -I/opt/glib/lib/glib/
include -I/opt/glib/include -I/usr/include/X11R6 -g -O2 -c
gtkmodule.c -Wp,-MD,.deps/gtkmodule.TPlo  -fPIC -DPIC -o gtkmodule.lo/bin/sh
./libtool --mode=link gcc  -g -O2   -o _gtkmodule.la -rpath
/usr/local/lib/python1.5/site-packages -module -avoid-version
gtkmodule.lo -L/opt/gtk+/lib -lgtk -lgdk -L/opt/glib/lib -Wl,-E -lgmodule -l
glib -ldld -L/usr/lib/X11R6 -lXext -lX11 -lm
mkdir .libs

*** Warning: inter-library dependencies are not known to be supported.
*** All declared inter-library dependencies are being dropped.

*** Warning: libtool could not satisfy all declared inter-library
*** dependencies of module _gtkmodule.  Therefore, libtool will create
*** a static module, that should work as long as the dlopening
*** application is linked with the -dlopen flag.
ar cru .libs/_gtkmodule.a gtkmodule.lo
ranlib .libs/_gtkmodule.a
creating _gtkmodule.la
(cd .libs && rm -f _gtkmodule.la && ln -s ../_gtkmodule.la _gtkmodule.la)
source='gdkimlibmodule.c' object='gdkimlibmodule.lo' libtool=yes \
depfile='.deps/gdkimlibmodule.Plo' tmpdepfile='.deps/gdkimlibmodule.TPlo' \
depmode=gcc /bin/sh ./../depcomp \
/bin/sh ./libtool --mode=compile
gcc -DHAVE_CONFIG_H -I. -I. -I. -I/opt/python/include/python1.5 -I/opt/gtk+/
include -I/opt/glib/lib/glib/include -I/opt/glib/include -I/usr/include/X11R
6 -I/usr/lib/X11R5/include -I/opt/gtk+/include -I/opt/glib/lib/glib/include 
-I/opt/glib/include -I/usr/include/X11R6 -I/usr/lib/X11R5/include -I/opt/iml
ib/include -I/usr/lib/X11R5/include  -I/opt/libxml/include/libxml -I/opt/lib
xml/include -I/opt/libglade/include -I/opt/gtk+/include -I/opt/glib/lib/glib
/include -I/opt/glib/include -I/usr/include/X11R6    -g -O2 -c -o
gdkimlibmodule.lo `test -f gdkimlibmodule.c || echo './'`gdkimlibmodule.c
gcc -DHAVE_CONFIG_H -I. -I. -I. -I/opt/python/include/python1.5 -I/opt/gtk+/
include -I/opt/glib/lib/glib/include -I/opt/glib/include -I/usr/include/X11R
6 -I/usr/lib/X11R5/include -I/opt/gtk+/include -I/opt/glib/lib/glib/include 
-I/opt/glib/include -I/usr/include/X11R6 -I/usr/lib/X11R5/include -I/opt/iml
ib/include -I/usr/lib/X11R5/include -I/opt/libxml/include/libxml -I/opt/libx
ml/include -I/opt/libglade/include -I/opt/gtk+/include -I/opt/glib/lib/glib/
include -I/opt/glib/include -I/usr/include/X11R6 -g -O2 -c
gdkimlibmodule.c -Wp,-MD,.deps/gdkimlibmodule.TPlo  -fPIC -DPIC -o
gdkimlibmodule.lo
/bin/sh ./libtool --mode=link gcc  -g -O2   -o _gdkimlibmodule.la -rpath
/usr/local/lib/python1.5/site-packages -module -avoid-version
gdkimlibmodule.lo -L/opt/imlib/lib -lgdk_imlib -ljpeg -ltiff -lungif -lpng -
lz -lm -L/opt/gtk+/lib -lgtk -lgdk -L/opt/glib/lib -Wl,-E -lgmodule -lglib -
ldld -L/usr/lib/X11R6 -lXext -lX11 -lm -L/opt/jpeg-6/lib -L/opt/tiff-3.5/lib
 -L/opt/libpng/lib -L/opt/zlib/lib -L/opt/libungif/lib
rm -fr .libs/_gdkimlibmodule.la .libs/_gdkimlibmodule.*
.libs/_gdkimlibmodule.*

*** Warning: inter-library dependencies are not known to be supported.
*** All declared inter-library dependencies are being dropped.

*** Warning: libtool could not satisfy all declared inter-library
*** dependencies of module _gdkimlibmodule.  Therefore, libtool will create
*** a static module, that should work as long as the dlopening
*** application is linked with the -dlopen flag.
ar cru .libs/_gdkimlibmodule.a gdkimlibmodule.lo
ranlib .libs/_gdkimlibmodule.a
creating _gdkimlibmodule.la
(cd .libs && rm -f _gdkimlibmodule.la && ln -s ../_gdkimlibmodule.la
_gdkimlibmodule.la)
source='libglademodule.c' object='libglademodule.lo' libtool=yes \
depfile='.deps/libglademodule.Plo' tmpdepfile='.deps/libglademodule.TPlo' \
depmode=gcc /bin/sh ./../depcomp \
/bin/sh ./libtool --mode=compile
gcc -DHAVE_CONFIG_H -I. -I. -I. -I/opt/python/include/python1.5 -I/opt/gtk+/
include -I/opt/glib/lib/glib/include -I/opt/glib/include -I/usr/include/X11R
6 -I/usr/lib/X11R5/include -I/opt/gtk+/include -I/opt/glib/lib/glib/include 
-I/opt/glib/include -I/usr/include/X11R6 -I/usr/lib/X11R5/include -I/opt/iml
ib/include -I/usr/lib/X11R5/include  -I/opt/libxml/include/libxml -I/opt/lib
xml/include -I/opt/libglade/include -I/opt/gtk+/include -I/opt/glib/lib/glib
/include -I/opt/glib/include -I/usr/include/X11R6    -g -O2 -c -o
libglademodule.lo `test -f libglademodule.c || echo './'`libglademodule.c
gcc -DHAVE_CONFIG_H -I. -I. -I. -I/opt/python/include/python1.5 -I/opt/gtk+/
include -I/opt/glib/lib/glib/include -I/opt/glib/include -I/usr/include/X11R
6 -I/usr/lib/X11R5/include -I/opt/gtk+/include -I/opt/glib/lib/glib/include 
-I/opt/glib/include -I/usr/include/X11R6 -I/usr/lib/X11R5/include -I/opt/iml
ib/include -I/usr/lib/X11R5/include -I/opt/libxml/include/libxml -I/opt/libx
ml/include -I/opt/libglade/include -I/opt/gtk+/include -I/opt/glib/lib/glib/
include -I/opt/glib/include -I/usr/include/X11R6 -g -O2 -c
libglademodule.c -Wp,-MD,.deps/libglademodule.TPlo  -fPIC -DPIC -o
libglademodule.lo
/bin/sh ./libtool --mode=link gcc  -g -O2   -o _libglademodule.la -rpath
/usr/local/lib/python1.5/site-packages -module -avoid-version
libglademodule.lo -L/opt/libglade/lib -lglade -L/opt/libxml/lib -lxml -L/opt
/zlib/lib -lz -lm -L/opt/gtk+/lib -lgtk -lgdk -L/opt/glib/lib -Wl,-E -lgmodu
le -lglib -ldld -lXext -lX11 -lm
rm -fr .libs/_libglademodule.la .libs/_libglademodule.*
.libs/_libglademodule.*

*** Warning: inter-library dependencies are not known to be supported.
*** All declared inter-library dependencies are being dropped.

*** Warning: libtool could not satisfy all declared inter-library
*** dependencies of module _libglademodule.  Therefore, libtool will create
*** a static module, that should work as long as the dlopening
*** application is linked with the -dlopen flag.
ar cru .libs/_libglademodule.a libglademodule.lo
ranlib .libs/_libglademodule.a
creating _libglademodule.la
(cd .libs && rm -f _libglademodule.la && ln -s ../_libglademodule.la
_libglademodule.la)
make[4]: Verlassen des Verzeichnisses
Verzeichnis �/tmp/gnome-python-1.0.53/pygtk�
make[3]: Verlassen des Verzeichnisses
Verzeichnis �/tmp/gnome-python-1.0.53/pygtk�
make[2]: Verlassen des Verzeichnisses
Verzeichnis �/tmp/gnome-python-1.0.53/pygtk�
Making all in pygnome
make[2]: Wechsel in das Verzeichnis
Verzeichnis �/tmp/gnome-python-1.0.53/pygnome�
Making all in generate
make[3]: Wechsel in das Verzeichnis
Verzeichnis �/tmp/gnome-python-1.0.53/pygnome/generate�
make[3]: F�r das Target �all� gibt es nichts zu tun.
make[3]: Verlassen des Verzeichnisses
Verzeichnis �/tmp/gnome-python-1.0.53/pygnome/generate�
Making all in gnome
make[3]: Wechsel in das Verzeichnis
Verzeichnis �/tmp/gnome-python-1.0.53/pygnome/gnome�
make[3]: F�r das Target �all� gibt es nichts zu tun.
make[3]: Verlassen des Verzeichnisses
Verzeichnis �/tmp/gnome-python-1.0.53/pygnome/gnome�
make[3]: Wechsel in das Verzeichnis
Verzeichnis �/tmp/gnome-python-1.0.53/pygnome�
source='gnomemodule.c' object='gnomemodule.lo' libtool=yes \
depfile='.deps/gnomemodule.Plo' tmpdepfile='.deps/gnomemodule.TPlo' \
depmode=gcc /bin/sh ../depcomp \
/bin/sh ./libtool --mode=compile
gcc -DHAVE_CONFIG_H -I. -I. -I. -I/opt/python/include/python1.5 -I/opt/gtk+/
include -I/opt/glib/lib/glib/include -I/opt/glib/include -I/usr/include/X11R
6 -I/usr/lib/X11R5/include -I/opt/gtk+/include -I/opt/glib/lib/glib/include 
-I/opt/glib/include -I/usr/include/X11R6 -I/usr/lib/X11R5/include -I/opt/iml
ib/include -I/usr/lib/X11R5/include  -I/opt/libxml/include/libxml -I/opt/lib
xml/include -I/opt/libglade/include -I/opt/gtk+/include -I/opt/glib/lib/glib
/include -I/opt/glib/include -I/usr/include/X11R6    -g -O2 -c -o
libglademodule.lo `test -f libglademodule.c || echo './'`libglademodule.c
gcc -DHAVE_CONFIG_H -I. -I. -I. -I/opt/python/include/python1.5 -I/opt/gtk+/
include -I/opt/glib/lib/glib/include -I/opt/glib/include -I/usr/include/X11R
6 -I/usr/lib/X11R5/include -I/opt/gtk+/include -I/opt/glib/lib/glib/include 
-I/opt/glib/include -I/usr/include/X11R6 -I/usr/lib/X11R5/include -I/opt/iml
ib/include -I/usr/lib/X11R5/include -I/opt/libxml/include/libxml -I/opt/libx
ml/include -I/opt/libglade/include -I/opt/gtk+/include -I/opt/glib/lib/glib/
include -I/opt/glib/include -I/usr/include/X11R6 -g -O2 -c
libglademodule.c -Wp,-MD,.deps/libglademodule.TPlo  -fPIC -DPIC -o
libglademodule.lo
/bin/sh ./libtool --mode=link gcc  -g -O2   -o _libglademodule.la -rpath
/usr/local/lib/python1.5/site-packages -module -avoid-version
libglademodule.lo -L/opt/libglade/lib -lglade -L/opt/libxml/lib -lxml -L/opt
/zlib/lib -lz -lm -L/opt/gtk+/lib -lgtk -lgdk -L/opt/glib/lib -Wl,-E -lgmodu
le -lglib -ldld -lXext -lX11 -lm
rm -fr .libs/_libglademodule.la .libs/_libglademodule.*
.libs/_libglademodule.*

*** Warning: inter-library dependencies are not known to be supported.
*** All declared inter-library dependencies are being dropped.

*** Warning: libtool could not satisfy all declared inter-library
*** dependencies of module _libglademodule.  Therefore, libtool will create
*** a static module, that should work as long as the dlopening
*** application is linked with the -dlopen flag.
ar cru .libs/_libglademodule.a libglademodule.lo
ranlib .libs/_libglademodule.a
creating _libglademodule.la
(cd .libs && rm -f _libglademodule.la && ln -s ../_libglademodule.la
_libglademodule.la)
make[4]: Verlassen des Verzeichnisses
Verzeichnis �/tmp/gnome-python-1.0.53/pygtk�
make[3]: Verlassen des Verzeichnisses
Verzeichnis �/tmp/gnome-python-1.0.53/pygtk�
make[2]: Verlassen des Verzeichnisses
Verzeichnis �/tmp/gnome-python-1.0.53/pygtk�
Making all in pygnome
make[2]: Wechsel in das Verzeichnis
Verzeichnis �/tmp/gnome-python-1.0.53/pygnome�
Making all in generate
make[3]: Wechsel in das Verzeichnis
Verzeichnis �/tmp/gnome-python-1.0.53/pygnome/generate�
make[3]: F�r das Target �all� gibt es nichts zu tun.
make[3]: Verlassen des Verzeichnisses
Verzeichnis �/tmp/gnome-python-1.0.53/pygnome/generate�
Making all in gnome
make[3]: Wechsel in das Verzeichnis
Verzeichnis �/tmp/gnome-python-1.0.53/pygnome/gnome�
make[3]: F�r das Target �all� gibt es nichts zu tun.
make[3]: Verlassen des Verzeichnisses
Verzeichnis �/tmp/gnome-python-1.0.53/pygnome/gnome�
make[3]: Wechsel in das Verzeichnis
Verzeichnis �/tmp/gnome-python-1.0.53/pygnome�
source='gnomemodule.c' object='gnomemodule.lo' libtool=yes \
depfile='.deps/gnomemodule.Plo' tmpdepfile='.deps/gnomemodule.TPlo' \
depmode=gcc /bin/sh ../depcomp \
/bin/sh ../libtool --mode=compile
gcc -DHAVE_CONFIG_H -I. -I. -I.. -I/opt/python/include/python1.5 -I/opt/gnom
e_lib/include -DNEED_GNOMESUPPORT_H -I/opt/gnome_lib/lib/gnome-libs/include 
-I/opt/glib/lib/glib/include -I/opt/glib/include -I/opt/ORBit/include -I/opt
/gtk+/include -I/usr/include/X11R6 -I/opt/imlib/include -I/opt/db-2.7.7/incl
ude -I/opt/libxml/include/libxml -I/opt/libxml/include -I/opt/libglade/inclu
de -I/opt/gnome_lib/include -DNEED_GNOMESUPPORT_H -I/opt/gnome_lib/lib/gnome
-libs/include -I/opt/glib/lib/glib/include -I/opt/glib/include -I/opt/ORBit/
include -I/opt/gtk+/include -I/usr/include/X11R6 -I/opt/imlib/include -I/opt
/db-2.7.7/include    -g -O2 -c -o gnomemodule.lo `test -f gnomemodule.c ||
echo './'`gnomemodule.c
gcc -DHAVE_CONFIG_H -I. -I. -I.. -I/opt/python/include/python1.5 -I/opt/gnom
e_lib/include -DNEED_GNOMESUPPORT_H -I/opt/gnome_lib/lib/gnome-libs/include 
-I/opt/glib/lib/glib/include -I/opt/glib/include -I/opt/ORBit/include -I/opt
/gtk+/include -I/usr/include/X11R6 -I/opt/imlib/include -I/opt/db-2.7.7/incl
ude -I/opt/libxml/include/libxml -I/opt/libxml/include -I/opt/libglade/inclu
de -I/opt/gnome_lib/include -DNEED_GNOMESUPPORT_H -I/opt/gnome_lib/lib/gnome
-libs/include -I/opt/glib/lib/glib/include -I/opt/glib/include -I/opt/ORBit/
include -I/opt/gtk+/include -I/usr/include/X11R6 -I/opt/imlib/include -I/opt
/db-2.7.7/include -g -O2 -c
nomemodule.c -Wp,-MD,.deps/gnomemodule.TPlo  -fPIC -DPIC -o gnomemodule.lo
/bin/sh ../libtool --mode=link gcc  -g -O2   -o _gnomemodule.la -rpath
/opt/gnome_python/lib/python1.5/site-packages -module -avoid-version
gnomemodule.lo -Wl,-E -L/opt/gnome_lib/lib -L/opt/ORBit/lib -L/opt/glib/lib 
-L/opt/db-2.7.7/lib -L/opt/imlib/lib -L/opt/gtk+/lib -L/opt/jpeg-6/lib -L/op
t/tiff-3.5/lib -L/opt/libpng/lib -L/opt/zlib/lib -L/usr/lib/X11R6 -L/opt/eso
und/lib -L/opt/audiofile/lib -lgnome -lgnomesupport -lesd -laudiofile -lm -l
db -lglib -ldld
mkdir .libs

*** Warning: inter-library dependencies are not known to be supported.
*** All declared inter-library dependencies are being dropped.

*** Warning: libtool could not satisfy all declared inter-library
*** dependencies of module _gnomemodule.  Therefore, libtool will create
*** a static module, that should work as long as the dlopening
*** application is linked with the -dlopen flag.
ar cru .libs/_gnomemodule.a gnomemodule.lo
ranlib .libs/_gnomemodule.a
creating _gnomemodule.la
(cd .libs && rm -f _gnomemodule.la && ln -s ../_gnomemodule.la
_gnomemodule.la)
source='gnomeuimodule.c' object='gnomeuimodule.lo' libtool=yes \
depfile='.deps/gnomeuimodule.Plo' tmpdepfile='.deps/gnomeuimodule.TPlo' \
depmode=gcc /bin/sh ../depcomp \
/bin/sh ../libtool --mode=compile
gcc -DHAVE_CONFIG_H -I. -I. -I.. -I/opt/python/include/python1.5 -I/opt/gnom
e_lib/include -DNEED_GNOMESUPPORT_H -I/opt/gnome_lib/lib/gnome-libs/include 
-I/opt/glib/lib/glib/include -I/opt/glib/include -I/opt/ORBit/include -I/opt
/gtk+/include -I/usr/include/X11R6 -I/opt/imlib/include -I/opt/db-2.7.7/incl
ude -I/opt/libxml/include/libxml -I/opt/libxml/include -I/opt/libglade/inclu
de -I/opt/gnome_lib/include -DNEED_GNOMESUPPORT_H -I/opt/gnome_lib/lib/gnome
-libs/include -I/opt/glib/lib/glib/include -I/opt/glib/include -I/opt/ORBit/
include -I/opt/gtk+/include -I/usr/include/X11R6 -I/opt/imlib/include -I/opt
/db-2.7.7/include    -g -O2 -c -o gnomeuimodule.lo `test -f gnomeuimodule.c
|| echo './'`gnomeuimodule.c
gcc -DHAVE_CONFIG_H -I. -I. -I.. -I/opt/python/include/python1.5 -I/opt/gnom
e_lib/include -DNEED_GNOMESUPPORT_H -I/opt/gnome_lib/lib/gnome-libs/include 
-I/opt/glib/lib/glib/include -I/opt/glib/include -I/opt/ORBit/include -I/opt
/gtk+/include -I/usr/include/X11R6 -I/opt/imlib/include -I/opt/db-2.7.7/incl
ude -I/opt/libxml/include/libxml -I/opt/libxml/include -I/opt/libglade/inclu
de -I/opt/gnome_lib/include -DNEED_GNOMESUPPORT_H -I/opt/gnome_lib/lib/gnome
-libs/include -I/opt/glib/lib/glib/include -I/opt/glib/include -I/opt/ORBit/
include -I/opt/gtk+/include -I/usr/include/X11R6 -I/opt/imlib/include -I/opt
/db-2.7.7/include -g -O2 -c
nomeuimodule.c -Wp,-MD,.deps/gnomeuimodule.TPlo  -fPIC -DPIC -o
gnomeuimodule.lo
/bin/sh ../libtool --mode=link gcc  -g -O2   -o _gnomeuimodule.la -rpath
/opt/gnome_python/lib/python1.5/site-packages -module -avoid-version
gnomeuimodule.lo -Wl,-E -L/opt/gnome_lib/lib -L/opt/ORBit/lib -L/opt/glib/li
b -L/opt/db-2.7.7/lib -L/opt/imlib/lib -L/opt/gtk+/lib -L/opt/jpeg-6/lib -L/
opt/tiff-3.5/lib -L/opt/libpng/lib -L/opt/zlib/lib -L/usr/lib/X11R6 -L/opt/e
sound/lib -L/opt/audiofile/lib -Wl,-E -lgnomeui -lart_lgpl -lgdk_imlib -ljpe
g -ltiff -lpng -lz -lSM -lICE -lgtk -lgdk -lgmodule -lXext -lX11 -lgnome -lg
nomesupport -lesd -laudiofile -lm -ldb -lglib -ldld
rm -fr .libs/_gnomeuimodule.la .libs/_gnomeuimodule.* .libs/_gnomeuimodule.*

*** Warning: inter-library dependencies are not known to be supported.
*** All declared inter-library dependencies are being dropped.

*** Warning: libtool could not satisfy all declared inter-library
*** dependencies of module _gnomeuimodule.  Therefore, libtool will create
*** a static module, that should work as long as the dlopening
*** application is linked with the -dlopen flag.
ar cru .libs/_gnomeuimodule.a gnomeuimodule.lo
ranlib .libs/_gnomeuimodule.a
creating _gnomeuimodule.la
(cd .libs && rm -f _gnomeuimodule.la && ln -s ../_gnomeuimodule.la
_gnomeuimodule.la)
source='zvtmodule.c' object='zvtmodule.lo' libtool=yes \
depfile='.deps/zvtmodule.Plo' tmpdepfile='.deps/zvtmodule.TPlo' \
depmode=gcc /bin/sh ../depcomp \
/bin/sh ../libtool --mode=compile
gcc -DHAVE_CONFIG_H -I. -I. -I.. -I/opt/python/include/python1.5 -I/opt/gnom
e_lib/include -DNEED_GNOMESUPPORT_H -I/opt/gnome_lib/lib/gnome-libs/include 
-I/opt/glib/lib/glib/include -I/opt/glib/include -I/opt/ORBit/include -I/opt
/gtk+/include -I/usr/include/X11R6 -I/opt/imlib/include -I/opt/db-2.7.7/incl
ude -I/opt/libxml/include/libxml -I/opt/libxml/include -I/opt/libglade/inclu
de -I/opt/gnome_lib/include -DNEED_GNOMESUPPORT_H -I/opt/gnome_lib/lib/gnome
-libs/include -I/opt/glib/lib/glib/include -I/opt/glib/include -I/opt/ORBit/
include -I/opt/gtk+/include -I/usr/include/X11R6 -I/opt/imlib/include -I/opt
/db-2.7.7/include    -g -O2 -c -o zvtmodule.lo `test -f zvtmodule.c || echo
'./'`zvtmodule.c
gcc -DHAVE_CONFIG_H -I. -I. -I.. -I/opt/python/include/python1.5 -I/opt/gnom
e_lib/include -DNEED_GNOMESUPPORT_H -I/opt/gnome_lib/lib/gnome-libs/include 
-I/opt/glib/lib/glib/include -I/opt/glib/include -I/opt/ORBit/include -I/opt
/gtk+/include -I/usr/include/X11R6 -I/opt/imlib/include -I/opt/db-2.7.7/incl
ude -I/opt/libxml/include/libxml -I/opt/libxml/include -I/opt/libglade/inclu
de -I/opt/gnome_lib/include -DNEED_GNOMESUPPORT_H -I/opt/gnome_lib/lib/gnome
-libs/include -I/opt/glib/lib/glib/include -I/opt/glib/include -I/opt/ORBit/
include -I/opt/gtk+/include -I/usr/include/X11R6 -I/opt/imlib/include -I/opt
/db-2.7.7/include -g -O2 -c
zvtmodule.c -Wp,-MD,.deps/zvtmodule.TPlo  -fPIC -DPIC -o zvtmodule.lo
/bin/sh ../libtool --mode=link gcc  -g -O2   -o _zvtmodule.la -rpath
/opt/gnome_python/lib/python1.5/site-packages -module -avoid-version
zvtmodule.lo -Wl,-E -L/opt/gnome_lib/lib -L/opt/ORBit/lib -L/opt/glib/lib -L
/opt/db-2.7.7/lib -L/opt/imlib/lib -L/opt/gtk+/lib -L/opt/jpeg-6/lib -L/opt/
tiff-3.5/lib -L/opt/libpng/lib -L/opt/zlib/lib -L/usr/lib/X11R6 -L/opt/esoun
d/lib -L/opt/audiofile/lib -Wl,-E -lzvt -lSM -lICE -lgtk -lgdk -lgmodule -lg
lib -ldld -lXext -lX11 -lm -L/opt/imlib/lib -lgdk_imlib -ljpeg -ltiff -lungi
f -lpng -lz -lm -L/opt/gtk+/lib -lgtk -lgdk -L/opt/glib/lib -Wl,-E -lgmodule
 -lglib -ldld -L/usr/lib/X11R6 -lXext -lX11 -lm -L/opt/jpeg-6/lib -L/opt/tif
f-3.5/lib -L/opt/libpng/lib -L/opt/zlib/lib -L/opt/libungif/lib
rm -fr .libs/_zvtmodule.la .libs/_zvtmodule.* .libs/_zvtmodule.*

*** Warning: inter-library dependencies are not known to be supported.
*** All declared inter-library dependencies are being dropped.

*** Warning: libtool could not satisfy all declared inter-library
*** dependencies of module _zvtmodule.  Therefore, libtool will create
*** a static module, that should work as long as the dlopening
*** application is linked with the -dlopen flag.
ar cru .libs/_zvtmodule.a zvtmodule.lo
ranlib .libs/_zvtmodule.a
creating _zvtmodule.la
(cd .libs && rm -f _zvtmodule.la && ln -s ../_zvtmodule.la _zvtmodule.la)
source='gtkxmhtmlmodule.c' object='gtkxmhtmlmodule.lo' libtool=yes \
depfile='.deps/gtkxmhtmlmodule.Plo' tmpdepfile='.deps/gtkxmhtmlmodule.TPlo'
\
depmode=gcc /bin/sh ../depcomp \
/bin/sh ../libtool --mode=compile
gcc -DHAVE_CONFIG_H -I. -I. -I.. -I/opt/python/include/python1.5 -I/opt/gnom
e_lib/include -DNEED_GNOMESUPPORT_H -I/opt/gnome_lib/lib/gnome-libs/include 
-I/opt/glib/lib/glib/include -I/opt/glib/include -I/opt/ORBit/include -I/opt
/gtk+/include -I/usr/include/X11R6 -I/opt/imlib/include -I/opt/db-2.7.7/incl
ude -I/opt/libxml/include/libxml -I/opt/libxml/include -I/opt/libglade/inclu
de -I/opt/gnome_lib/include -DNEED_GNOMESUPPORT_H -I/opt/gnome_lib/lib/gnome
-libs/include -I/opt/glib/lib/glib/include -I/opt/glib/include -I/opt/ORBit/
include -I/opt/gtk+/include -I/usr/include/X11R6 -I/opt/imlib/include -I/opt
/db-2.7.7/include    -g -O2 -c -o gtkxmhtmlmodule.lo `test -f
gtkxmhtmlmodule.c || echo './'`gtkxmhtmlmodule.c
gcc -DHAVE_CONFIG_H -I. -I. -I.. -I/opt/python/include/python1.5 -I/opt/gnom
e_lib/include -DNEED_GNOMESUPPORT_H -I/opt/gnome_lib/lib/gnome-libs/include 
-I/opt/glib/lib/glib/include -I/opt/glib/include -I/opt/ORBit/include -I/opt
/gtk+/include -I/usr/include/X11R6 -I/opt/imlib/include -I/opt/db-2.7.7/incl
ude -I/opt/libxml/include/libxml -I/opt/libxml/include -I/opt/libglade/inclu
de -I/opt/gnome_lib/include -DNEED_GNOMESUPPORT_H -I/opt/gnome_lib/lib/gnome
-libs/include -I/opt/glib/lib/glib/include -I/opt/glib/include -I/opt/ORBit/
include -I/opt/gtk+/include -I/usr/include/X11R6 -I/opt/imlib/include -I/opt
/db-2.7.7/include -g -O2 -c
gtkxmhtmlmodule.c -Wp,-MD,.deps/gtkxmhtmlmodule.TPlo  -fPIC -DPIC -o
gtkxmhtmlmodule.lo
/bin/sh ../libtool --mode=link gcc  -g -O2   -o _gtkxmhtmlmodule.la -rpath
/opt/gnome_python/lib/python1.5/site-packages -module -avoid-version
gtkxmhtmlmodule.lo -Wl,-E -L/opt/gnome_lib/lib -L/opt/ORBit/lib -L/opt/glib/
lib -L/opt/db-2.7.7/lib -L/opt/imlib/lib -L/opt/gtk+/lib -L/opt/jpeg-6/lib -
L/opt/tiff-3.5/lib -L/opt/libpng/lib -L/opt/zlib/lib -L/usr/lib/X11R6 -L/opt
/esound/lib -L/opt/audiofile/lib -Wl,-E -lgtkxmhtml -lXpm -ljpeg -lpng -lz -
lSM -lICE -lgtk -lgdk -lgmodule -lglib -ldld -lXext -lX11 -lm
rm -fr .libs/_gtkxmhtmlmodule.la .libs/_gtkxmhtmlmodule.*
.libs/_gtkxmhtmlmodule.*

*** Warning: inter-library dependencies are not known to be supported.
*** All declared inter-library dependencies are being dropped.

*** Warning: libtool could not satisfy all declared inter-library
*** dependencies of module _gtkxmhtmlmodule.  Therefore, libtool will create
*** a static module, that should work as long as the dlopening
*** application is linked with the -dlopen flag.
ar cru .libs/_gtkxmhtmlmodule.a gtkxmhtmlmodule.lo
ranlib .libs/_gtkxmhtmlmodule.a
creating _gtkxmhtmlmodule.la
(cd .libs && rm -f _gtkxmhtmlmodule.la && ln -s ../_gtkxmhtmlmodule.la
_gtkxmhtmlmodule.la)
source='gladegnomemodule.c' object='gladegnomemodule.lo' libtool=yes \
depfile='.deps/gladegnomemodule.Plo'
tmpdepfile='.deps/gladegnomemodule.TPlo' \
depmode=gcc /bin/sh ../depcomp \
/bin/sh ../libtool --mode=compile
gcc -DHAVE_CONFIG_H -I. -I. -I.. -I/opt/python/include/python1.5 -I/opt/gnom
e_lib/include -DNEED_GNOMESUPPORT_H -I/opt/gnome_lib/lib/gnome-libs/include 
-I/opt/glib/lib/glib/include -I/opt/glib/include -I/opt/ORBit/include -I/opt
/gtk+/include -I/usr/include/X11R6 -I/opt/imlib/include -I/opt/db-2.7.7/incl
ude -I/opt/libxml/include/libxml -I/opt/libxml/include -I/opt/libglade/inclu
de -I/opt/gnome_lib/include -DNEED_GNOMESUPPORT_H -I/opt/gnome_lib/lib/gnome
-libs/include -I/opt/glib/lib/glib/include -I/opt/glib/include -I/opt/ORBit/
include -I/opt/gtk+/include -I/usr/include/X11R6 -I/opt/imlib/include -I/opt
/db-2.7.7/include    -g -O2 -c -o gladegnomemodule.lo `test -f
gladegnomemodule.c || echo './'`gladegnomemodule.c
gcc -DHAVE_CONFIG_H -I. -I. -I.. -I/opt/python/include/python1.5 -I/opt/gnom
e_lib/include -DNEED_GNOMESUPPORT_H -I/opt/gnome_lib/lib/gnome-libs/include 
-I/opt/glib/lib/glib/include -I/opt/glib/include -I/opt/ORBit/include -I/opt
/gtk+/include -I/usr/include/X11R6 -I/opt/imlib/include -I/opt/db-2.7.7/incl
ude -I/opt/libxml/include/libxml -I/opt/libxml/include -I/opt/libglade/inclu
de -I/opt/gnome_lib/include -DNEED_GNOMESUPPORT_H -I/opt/gnome_lib/lib/gnome
-libs/include -I/opt/glib/lib/glib/include -I/opt/glib/include -I/opt/ORBit/
include -I/opt/gtk+/include -I/usr/include/X11R6 -I/opt/imlib/include -I/opt
/db-2.7.7/include -g -O2 -c
gladegnomemodule.c -Wp,-MD,.deps/gladegnomemodule.TPlo  -fPIC -DPIC -o
gladegnomemodule.lo
/bin/sh ../libtool --mode=link gcc  -g -O2   -o _gladegnomemodule.la -rpath
/opt/gnome_python/lib/python1.5/site-packages -module -avoid-version
gladegnomemodule.lo -L/opt/libglade/lib -lglade-gnome -lglade -L/opt/libxml/
lib -lxml -L/opt/zlib/lib -lz -lm -Wl,-E -L/opt/gnome_lib/lib -L/opt/ORBit/l
ib -L/opt/glib/lib -L/opt/db-2.7.7/lib -L/opt/imlib/lib -L/opt/gtk+/lib -L/o
pt/jpeg-6/lib -L/opt/tiff-3.5/lib -L/opt/libpng/lib -L/opt/zlib/lib -L/opt/e
sound/lib -L/opt/audiofile/lib -Wl,-E -lgnomeui -lart_lgpl -lgdk_imlib -ljpe
g -ltiff -lpng -lz -lSM -lICE -lgtk -lgdk -lgmodule -lXext -lX11 -lgnome -lg
nomesupport -lesd -laudiofile -lm -ldb -lglib -ldld
rm -fr .libs/_gladegnomemodule.la .libs/_gladegnomemodule.*
.libs/_gladegnomemodule.*

*** Warning: inter-library dependencies are not known to be supported.
*** All declared inter-library dependencies are being dropped.

*** Warning: libtool could not satisfy all declared inter-library
*** dependencies of module _gladegnomemodule.  Therefore, libtool will
create
*** a static module, that should work as long as the dlopening
*** application is linked with the -dlopen flag.
ar cru .libs/_gladegnomemodule.a gladegnomemodule.lo
ranlib .libs/_gladegnomemodule.a
creating _gladegnomemodule.la
(cd .libs && rm -f _gladegnomemodule.la && ln -s ../_gladegnomemodule.la
_gladegnomemodule.la)
make[3]: Verlassen des Verzeichnisses
Verzeichnis �/tmp/gnome-python-1.0.53/pygnome�
make[2]: Verlassen des Verzeichnisses
Verzeichnis �/tmp/gnome-python-1.0.53/pygnome�
make[2]: Wechsel in das Verzeichnis Verzeichnis �/tmp/gnome-python-1.0.53�
make[2]: Verlassen des Verzeichnisses Verzeichnis �/tmp/gnome-python-1.0.53�
make[1]: Verlassen des Verzeichnisses Verzeichnis �/tmp/gnome-python-1.0.53�
hp1_root:/tmp/gnome-python-1.0.53 #

with regards

Martin Gansser
-----------------------
[EMAIL PROTECTED]


_______________________________________________
pygtk mailing list   [EMAIL PROTECTED]
http://www.daa.com.au/mailman/listinfo/pygtk

Reply via email to