07/04/12 21:50:17 aVPEAmwc
Gimpをインストールしようとしたところ次のErrorで止まってしまいました
checking for pkg-config... /usr/bin/pkg-config
checking for GLIB - version >= 2.12.3... no
*** Could not run GLIB test program, checking why...
*** The test program failed to compile or link. See the file config.log for the
*** exact error that occured. This usually means GLIB is incorrectly installed.
configure: error: Test for GLIB failed. See the file 'INSTALL' for help.
そこでGlibを探してみたところ、「不正にインストールされている」
というよりどこにも見当たらなかったので
>>55の通りGlibのインストールを試みたのですが
*** 'pkg-config --modversion glib-2.0' returned 2.12.11, but GLIB (2.12.4)
*** was found! If pkg-config was correct, then it is best
*** to remove the old version of GLib. You may also be able to fix the error
*** by modifying your LD_LIBRARY_PATH enviroment variable, or by editing
*** /etc/ld.so.conf. Make sure you have run ldconfig if that is
*** required on your system.
*** If pkg-config was wrong, set the environment variable PKG_CONFIG_PATH
*** to point to the correct configuration files
今度は古いバージョンGlibが見つかったというのです
make install と make uninstall を繰り返しているのですが
この調子です・・・INSTALLを見てもGlibについての項目はありません
八方塞がってしまったので何かアドバイスしていただけると・・・orz