Hrm. It looks like somewhere in my meandering, /usr/local/lib fell out of my LD_LIBRARY_PATH. Adding it back in seems to have cleared this up. cheers! On Mon, 2 Feb 2004, Gwendolynn ferch Elydyr wrote: > On Mon, 2 Feb 2004, Aaron Neerenberg wrote: > > Hmm. I took a look at my makefiles. You might try also using the > > --disable-modules flag to configure. If it helps any, I call configure > > as follows (note: this is being done from within a wrapper makefile.): > > > > ${TOOL}: > > echo Installation location will be ${INSTALL_PATH} > > tar -xvf ${SRC_ROOT}.tar > > mv ${SRC_ROOT} ${BLD_ROOT} > > cd ${BLD_ROOT} ;\ > > PKG_CONFIG_PATH=${PKG_CONFIG_PATH} \ > > INSTALL_DATA=${INSTALL_DATA} \ > > PERL=/et/sw/bin/perl \ > > LDFLAGS="${LDFLAGS}" \ > > CPPFLAGS="${CPPFLAGS}" \ > > ${EXEC_CONFIG} --prefix=${INSTALL_PATH} \ > > --disable-shared \ > > --disable-xim \ > > --disable-modules \ > > > > --with-included-loaders=ani,bmp,gif,ico,png,pnm,ras,tga,tiff,wbm p,xpm \ > > --without-xinput \ > > --enable-static \ > > --without-libjpeg \ > > --x-includes=${X11_ROOT_${OS}}/include \ > > --x-libraries=${X11_ROOT_${OS}}/lib \ > > --with-libpng=${INSTALL_PATH_${LOC}_${LIBPNG_TOOL}} > > cd ${BLD_ROOT} ;\ > > $(MAKE) PATH=${PATH} LD_LIBRARY_PATH=${LD_LIBRARY_PATH} > > That's definitely gotten me much further ahead. Now it's just barfing > on a module check [why it's checking I'm not quite sure...]: > > ./configure --disable-shared --disable-xim --disable-modules --with-included-loaders=ani,bmp,gif,ico,png,tiff --without-xinput --enable-static --without-libjpeg -x-includes=/usr/X11R6/include --with-libpng=/usr/local/lib/libpng.a > > Things blow up part way through make, in a way that has me puzzled. To the > best of my understanding, I'm telling it not to use modules at all, but > there's still a check for them, and it's horking all over. > > Results in specific horkage here: > > /usr/local/src/voip/gtk+-2.2.4/modules/input 566 > ../../gtk/gtk-query-immodules-2.0 *.la > # GTK+ Input Method Modules file > # Automatically generated file, do not edit > # > Cannot load module /usr/local/src/voip/gtk+-2.2.4/modules/input/im-am-et.la: /usr/local/src/voip/gtk+-2.2.4/modules/input/.libs/: cannot read file data: Is a directory > /usr/local/src/voip/gtk+-2.2.4/modules/input/im-am-et.la does not export GTK+ IM module API: /usr/local/src/voip/gtk+-2.2.4/modules/input/.libs/: cannot read file data: Is a directory > Cannot load module /usr/local/src/voip/gtk+-2.2.4/modules/input/im-cedilla.la: /usr/local/src/voip/gtk+-2.2.4/modules/input/.libs/: cannot read file data: Is a directory > /usr/local/src/voip/gtk+-2.2.4/modules/input/im-cedilla.la does not export GTK+ IM module API: /usr/local/src/voip/gtk+-2.2.4/modules/input/.libs/: cannot read file data: Is a directory > Cannot load module /usr/local/src/voip/gtk+-2.2.4/modules/input/im-cyrillic-translit.la: /usr/local/src/voip/gtk+-2.2.4/modules/input/.libs/: cannot read file data: Is a directory > /usr/local/src/voip/gtk+-2.2.4/modules/input/im-cyrillic-translit.la does not export GTK+ IM module API: /usr/local/src/voip/gtk+-2.2.4/modules/input/.libs/: cannot read file data: Is a directory > Cannot load module /usr/local/src/voip/gtk+-2.2.4/modules/input/im-hangul.la: /usr/local/src/voip/gtk+-2.2.4/modules/input/.libs/: cannot read file data: Is a directory > /usr/local/src/voip/gtk+-2.2.4/modules/input/im-hangul.la does not export GTK+ IM module API: /usr/local/src/voip/gtk+-2.2.4/modules/input/.libs/: cannot read file data: Is a directory > Cannot load module /usr/local/src/voip/gtk+-2.2.4/modules/input/im-inuktitut.la: /usr/local/src/voip/gtk+-2.2.4/modules/input/.libs/: cannot read file data: Is a directory > /usr/local/src/voip/gtk+-2.2.4/modules/input/im-inuktitut.la does not export GTK+ IM module API: /usr/local/src/voip/gtk+-2.2.4/modules/input/.libs/: cannot read file data: Is a directory > Cannot load module /usr/local/src/voip/gtk+-2.2.4/modules/input/im-ipa.la: /usr/local/src/voip/gtk+-2.2.4/modules/input/.libs/: cannot read file data: Is a directory > /usr/local/src/voip/gtk+-2.2.4/modules/input/im-ipa.la does not export GTK+ IM module API: /usr/local/src/voip/gtk+-2.2.4/modules/input/.libs/: cannot read file data: Is a directory > Cannot load module /usr/local/src/voip/gtk+-2.2.4/modules/input/im-thai-broken.la: /usr/local/src/voip/gtk+-2.2.4/modules/input/.libs/: cannot read file data: Is a directory > /usr/local/src/voip/gtk+-2.2.4/modules/input/im-thai-broken.la does not export GTK+ IM module API: /usr/local/src/voip/gtk+-2.2.4/modules/input/.libs/: cannot read file data: Is a directory > Cannot load module /usr/local/src/voip/gtk+-2.2.4/modules/input/im-ti-er.la: /usr/local/src/voip/gtk+-2.2.4/modules/input/.libs/: cannot read file data: Is a directory > /usr/local/src/voip/gtk+-2.2.4/modules/input/im-ti-er.la does not export GTK+ IM module API: /usr/local/src/voip/gtk+-2.2.4/modules/input/.libs/: cannot read file data: Is a directory > Cannot load module /usr/local/src/voip/gtk+-2.2.4/modules/input/im-ti-et.la: /usr/local/src/voip/gtk+-2.2.4/modules/input/.libs/: cannot read file data: Is a directory > /usr/local/src/voip/gtk+-2.2.4/modules/input/im-ti-et.la does not export GTK+ IM module API: /usr/local/src/voip/gtk+-2.2.4/modules/input/.libs/: cannot read file data: Is a directory > Cannot load module /usr/local/src/voip/gtk+-2.2.4/modules/input/im-viqr.la: /usr/local/src/voip/gtk+-2.2.4/modules/input/.libs/: cannot read file data: Is a directory > /usr/local/src/voip/gtk+-2.2.4/modules/input/im-viqr.la does not export GTK+ IM module API: /usr/local/src/voip/gtk+-2.2.4/modules/input/.libs/: cannot read file data: Is a directory > Cannot load module /usr/local/src/voip/gtk+-2.2.4/modules/input/im-xim.la: /usr/local/src/voip/gtk+-2.2.4/modules/input/.libs/: cannot read file data: Is a directory > /usr/local/src/voip/gtk+-2.2.4/modules/input/im-xim.la does not export GTK+ IM module API: /usr/local/src/voip/gtk+-2.2.4/modules/input/.libs/: cannot read file data: Is a directory > > > > ========================================================================== > "A cat spends her life conflicted between a deep, passionate and profound > desire for fish and an equally deep, passionate and profound desire to > avoid getting wet. This is the defining metaphor of my life right now." > > _______________________________________________ > > gtk-list@xxxxxxxxx > http://mail.gnome.org/mailman/listinfo/gtk-list > ========================================================================== "A cat spends her life conflicted between a deep, passionate and profound desire for fish and an equally deep, passionate and profound desire to avoid getting wet. This is the defining metaphor of my life right now." _______________________________________________ gtk-list@xxxxxxxxx http://mail.gnome.org/mailman/listinfo/gtk-list