无法安装ORBit2-2.14.18.tar.gz

系统安装、升级讨论
版面规则
我们都知道新人的确很菜,也喜欢抱怨,并且带有浓厚的Windows习惯,但既然在这里询问,我们就应该有责任帮助他们解决问题,而不是直接泼冷水、简单的否定或发表对解决问题没有任何帮助的帖子。乐于分享,以人为本,这正是Ubuntu的精神所在。
回复
shonemy
帖子: 4
注册时间: 2009-04-18 19:52

无法安装ORBit2-2.14.18.tar.gz

#1

帖子 shonemy » 2010-04-11 16:48

本来想在UB 上安装ORBit下载软件,结果在安装时出现了如下问题,我问题在后面显示的“error: Package requirements ( glib-2.0 >= 2.8.0 gobject-2.0 >= 2.8.0 gthread-2.0 >= 2.8.0 gmodule-2.0 >= 2.8.0) were not met”,说明没有这几个安装包,可我不知如何安装这些信赖包,请大家帮帮我!谢谢!我知道我很菜,但没办法,刚学UB,也更想学好UB。
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /bin/mkdir -p
checking for gawk... no
checking for mawk... mawk
checking whether make sets $(MAKE)... yes
checking build system type... i686-pc-linux-gnu
checking host system type... i686-pc-linux-gnu
checking for Win32... no
checking for gcc... gcc
checking for C compiler default output file name... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables...
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking for style of include used by make... GNU
checking dependency style of gcc... gcc3
checking for a BSD-compatible install... /usr/bin/install -c
checking for a sed that does not truncate output... /bin/sed
checking for grep that handles long lines and -e... /bin/grep
checking for egrep... /bin/grep -E
checking for fgrep... /bin/grep -F
checking for ld used by gcc... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... yes
checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B
checking the name lister (/usr/bin/nm -B) interface... BSD nm
checking whether ln -s works... yes
checking the maximum length of command line arguments... 1572864
checking whether the shell understands some XSI constructs... yes
checking whether the shell understands "+="... yes
checking for /usr/bin/ld option to reload object files... -r
checking for objdump... objdump
checking how to recognize dependent libraries... pass_all
checking for ar... ar
checking for strip... strip
checking for ranlib... ranlib
checking command to parse /usr/bin/nm -B output from gcc object... ok
checking how to run the C preprocessor... gcc -E
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking for dlfcn.h... yes
checking for objdir... .libs
checking if gcc supports -fno-rtti -fno-exceptions... no
checking for gcc option to produce PIC... -fPIC -DPIC
checking if gcc PIC flag -fPIC -DPIC works... yes
checking if gcc static flag -static works... yes
checking if gcc supports -c -o file.o... yes
checking if gcc supports -c -o file.o... (cached) yes
checking whether the gcc linker (/usr/bin/ld) supports shared libraries... yes
checking whether -lc should be explicitly linked in... no
checking dynamic linker characteristics... GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking for shl_load... no
checking for shl_load in -ldld... no
checking for dlopen... no
checking for dlopen in -ldl... yes
checking whether a program can dlopen itself... yes
checking whether a statically linked program can dlopen itself... no
checking whether stripping libraries is possible... yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... yes
checking whether to enable maintainer-specific portions of Makefiles... no
checking for aclocal flags...
checking which idl compiler to use... internal
checking for gawk... (cached) mawk
checking for pkg-config... /usr/bin/pkg-config
checking pkg-config is at least version 0.18... yes
checking for ORBIT... configure: error: Package requirements ( glib-2.0 >= 2.8.0 gobject-2.0 >= 2.8.0 gthread-2.0 >= 2.8.0 gmodule-2.0 >= 2.8.0) were not met:

No package 'glib-2.0' found
No package 'gobject-2.0' found
No package 'gthread-2.0' found
No package 'gmodule-2.0' found

Consider adjusting the PKG_CONFIG_PATH environment variable if you
installed software in a non-standard prefix.

Alternatively, you may set the environment variables ORBIT_CFLAGS
and ORBIT_LIBS to avoid the need to call pkg-config.
See the pkg-config man page for more details.
使用make命令后自然没法安装,它显示如下:
make: *** 没有指明目标并且找不到 makefile。 停止。
ls一下安装目录下的文件,如下列表:
4 . 20 COPYING 4 Makefile.am 4 ORBit-CosNaming-2.0-uninstalled.pc.in
4 .. 28 COPYING.LIB 32 Makefile.in 4 ORBit-imodule-2.0.pc.in
8 acinclude.m4 20 depcomp 4 Makefile.shared 4 ORBit-imodule-2.0-uninstalled.pc.in
324 aclocal.m4 4 docs 12 missing 8 ORBit.spec
4 AUTHORS 8 gtk-doc.make 20 NEWS 8 ORBit.spec.in
292 ChangeLog 4 HACKING 4 ORBit-2.0.pc.in 4 README
48 config.guess 4 include 4 ORBit-2.0-uninstalled.pc.in 4 README.win32
8 config.h.in 12 INSTALL 4 orbit2-config.in 4 src
32 config.log 16 install-sh 4 ORBit2.doap 4 test
36 config.sub 4 linc2 12 ORBit2.m4 4 TODO
628 configure 244 ltmain.sh 4 orbit2-zip.in
12 configure.in 4 MAINTAINERS 4 ORBit-CosNaming-2.0.pc.in
一看也没有产生Makefise文件。
头像
速腾1994
论坛版主
帖子: 17379
注册时间: 2008-11-01 20:43
系统: Arch+gnome

Re: 无法安装ORBit2-2.14.18.tar.gz

#2

帖子 速腾1994 » 2010-04-17 21:17

update一下
回复