gtk-engines - !link libpixmap.so



Hello,

I'm trying to track down a problem, but have no idea what inter-library dependencies are.  I am compiling gtk-engines-0.5 on a clean/fresh slackware 3.6, and I receive the following:

*** Warning: libtool could not satisfy all declared inter-library
*** dependencies of module libpixmap.  Therefore, libtool will create
*** a static module, that should work as long as the dlopening
*** application is linked with the -dlopen flag.

Obviously, themes support needs the shared library libpixmap.so, but it is not linking.  I tried different versions of libtool (1.2e, 1.3), and linking the shared object by hand.  Nada.  

The full make for the pixmap subdir follows:

Torsten






Making all in Theme
make[1]: Entering directory `/usr/home/torsten/gtk-engines-0.5/pixmap/Theme'
Making all in gtk
make[2]: Entering directory `/usr/home/torsten/gtk-engines-0.5/pixmap/Theme/gtk'
make[2]: Nothing to be done for `all'.
make[2]: Leaving directory `/usr/home/torsten/gtk-engines-0.5/pixmap/Theme/gtk'
make[2]: Entering directory `/usr/home/torsten/gtk-engines-0.5/pixmap/Theme'
make[2]: Nothing to be done for `all-am'.
make[2]: Leaving directory `/usr/home/torsten/gtk-engines-0.5/pixmap/Theme'
make[1]: Leaving directory `/usr/home/torsten/gtk-engines-0.5/pixmap/Theme'
make[1]: Entering directory `/usr/home/torsten/gtk-engines-0.5/pixmap'
/bin/sh ../libtool --mode=compile gcc -DPACKAGE=\"gtk-engines\" -DVERSION=\"0.5\" -DSTDC_HEADERS=1 -DRETSIGTYPE=void -DHAVE
gcc -DPACKAGE=\"gtk-engines\" -DVERSION=\"0.5\" -DSTDC_HEADERS=1 -DRETSIGTYPE=void -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -
/bin/sh ../libtool --mode=compile gcc -DPACKAGE=\"gtk-engines\" -DVERSION=\"0.5\" -DSTDC_HEADERS=1 -DRETSIGTYPE=void -DHAVE
gcc -DPACKAGE=\"gtk-engines\" -DVERSION=\"0.5\" -DSTDC_HEADERS=1 -DRETSIGTYPE=void -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -
/bin/sh ../libtool --mode=link gcc  -g -O2  -o libpixmap.la -rpath /usr/local/lib/gtk/themes/engines -module -avoid-version
mkdir .libs

*** Warning: This library needs some functionality provided by -lintl.
*** I have the capability to make that library automatically link in when
*** you link to this library.  But I can only do this if you have a
*** shared version of the library, which you do not appear to have.

*** Warning: libtool could not satisfy all declared inter-library
*** dependencies of module libpixmap.  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/libpixmap.a pixmap_theme_draw.lo pixmap_theme_main.lo
ranlib .libs/libpixmap.a
creating libpixmap.la
(cd .libs && rm -f libpixmap.la && ln -s ../libpixmap.la libpixmap.la)
make[1]: Leaving directory `/usr/home/torsten/gtk-engines-0.5/pixmap'



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