Several days ago, I intended to install a fvwm-2.5.26 by means of:
$sudo ./configure --prefix=/usr/local
However, what shows is always as follows:
With GTK support for FvwmGtk? no: Failed to detect GTK, see config.log
what confuses me is that I’ve already compiled & installed gtk±2.0 before. Then I tried two ways to debug:
1.check /usr/local/lib/pkgconfig/gtk±2.0.pc, and it really exists with the content as:
prefix=/usr/local
exec_prefix=${prefix}
libdir=${exec_prefix}/lib
incldir=${prefix}/include
……
2. check ld.so.conf. (I’ve already added /usr/local/lib, /usr/lib, /lib to this file, and always use
$sudo ldconfig
to update ld.so.conf.cache
PS:
I installed gtk±2.12.11 by means of:
$sudo ./configure --enable-shared --prefix=/usr/local
(attach: the end line of configure result is "target: x11 " and I don’t know what it really means. Moreover, statements as “target=X11” also appear in gtk±2.0.pc.)
$sudo make
$sudo make install
I don’t know why it happens though I’ve made all the necessary installations. Thus I came here for help, thanks!( The distbution I use is ubuntu7.10 i386)