在运行 07GTK+-2.8.20时,在
./configure --prefix=/usr --sysconfdir=/etc &&
这行报错,提示没有libjpeg库:
JPEG library not found
You can build without it by passing --without-libjpeg to configure but some programs using GTK+ may not work properly.
我加了选项"--without-libjpeg",编译通过了,但是说以后GTK+可能不能很好的工作。
不加这个选项就是编译不过。
下一步该怎么做,求助了!谢谢。