|
楼主 |
发表于 2002-12-18 10:29:19
|
显示全部楼层
这是安装的全过程
root@/cvs/rep-gtk-0.16]# ./configure --prefix=/usr &&
> make &&
> make install
creating cache ./config.cache
checking host system type... i686-pc-linux-gnu
checking for gcc... gcc -s
checking whether the C compiler (gcc -s -march=athlon-tbird -O3 -pipe -fforce-addr -fomit-frame-pointer -funroll-loops -falign-functions=4 -maccumulate-outgoing-args ) works... yes
checking whether the C compiler (gcc -s -march=athlon-tbird -O3 -pipe -fforce-addr -fomit-frame-pointer -funroll-loops -falign-functions=4 -maccumulate-outgoing-args ) is a cross-compiler... no
checking whether we are using GNU C... yes
checking whether gcc -s accepts -g... yes
checking how to run the C preprocessor... gcc -s -E
checking for a BSD compatible install... /bin/install -c
checking whether ln -s works... yes
checking whether make sets ${MAKE}... yes
checking whether gcc -s needs -traditional... no
checking for rep - version >= 0.13... version 0.16.1
checking for GNU msgfmt... /usr/bin/msgfmt
checking for pkg-config... /usr/bin/pkg-config
checking for glib-2.0 >= 1.3... yes
checking GLIB_CFLAGS... -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include
checking GLIB_LIBS... -lglib-2.0
checking for gtk+-2.0 >= 1.3... yes
checking GTK_CFLAGS... -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/X11R6/include -I/usr/include/freetype2 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include
checking GTK_LIBS... -Wl,--export-dynamic -lgtk-x11-2.0 -lgdk-x11-2.0 -latk-1.0
-lgdk_pixbuf-2.0 -lm -lpangoxft-1.0 -lpangox-1.0 -lpango-1.0 -lgobject-2.0 -lgmodule-2.0 -ldl -lglib-2.0
checking for gdk-pixbuf-2.0 >= 1.3.11... yes
checking GDK_PIXBUF_CFLAGS... -I/usr/include/gtk-2.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include
checking GDK_PIXBUF_LIBS... -Wl,--export-dynamic -lgdk_pixbuf-2.0 -lm -lgobject-2.0 -lgmodule-2.0 -ldl -lglib-2.0
checking for GNOME libs... checking for libglade-2.0 >= 1.99... Package libglade-2.0 was not found in the pkg-config search path.
Perhaps you should add the directory containing `libglade-2.0.pc'
to the PKG_CONFIG_PATH environment variable
No package 'libglade-2.0' found
configure: error: Library requirements (libglade-2.0 >= 1.99) not met; consider
adjusting the PKG_CONFIG_PATH environment variable if your libraries are in a nonstandard prefix so pkg-config can find them. |
|