LinuxSir.cn,穿越时空的Linuxsir!

 找回密码
 注册
搜索
热搜: shell linux mysql
查看: 856|回复: 5

安装不了libstroke(系统RHEL4)

[复制链接]
发表于 2005-2-20 05:31:10 | 显示全部楼层 |阅读模式
configure信息如下:

[peter@localhost libstroke-0.5.1]$ ./configure
loading cache ./config.cache
checking for a BSD compatible install... (cached) /usr/bin/install -c
checking whether build environment is sane... yes
checking whether make sets ${MAKE}... (cached) yes
checking for working aclocal... found
checking for working autoconf... found
checking for working automake... found
checking for working autoheader... found
checking for working makeinfo... found
checking whether build environment is sane... yes
checking host system type... i686-pc-linux-gnu
checking build system type... i686-pc-linux-gnu
checking for ranlib... (cached) ranlib
checking for gcc... (cached) gcc
checking whether the C compiler (gcc  ) works... yes
checking whether the C compiler (gcc  ) is a cross-compiler... no
checking whether we are using GNU C... (cached) yes
checking whether gcc accepts -g... (cached) yes
checking for ld used by GCC... (cached) /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... (cached) yes
checking for BSD-compatible nm... (cached) /usr/bin/nm -B
checking command to parse /usr/bin/nm -B output... (cached) yes
checking for _ prefix in compiled symbols... (cached) no
checking whether ln -s works... (cached) yes
checking for object suffix... o
checking for gcc option to produce PIC... -fPIC
checking if gcc PIC flag -fPIC works... yes
checking if gcc supports -c -o file.o... yes
checking if gcc supports -c -o file.lo... yes
checking if gcc supports -fno-rtti -fno-exceptions ... no
checking if gcc static flag -static works... -static
checking if the linker (/usr/bin/ld) is GNU ld... yes
checking whether the linker (/usr/bin/ld) supports shared libraries... yes
checking command to parse /usr/bin/nm -B output... yes
checking how to hardcode library paths into programs... immediate
checking for /usr/bin/ld option to reload object files... -r
checking dynamic linker characteristics... Linux ld.so
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... yes
checking for objdir... .libs
creating libtool
checking whether to enable maintainer-specific portions of Makefiles... no
checking for gcc... (cached) gcc
checking whether the C compiler (gcc -g -O2 ) works... yes
checking whether the C compiler (gcc -g -O2 ) is a cross-compiler... no
checking whether we are using GNU C... (cached) yes
checking whether gcc accepts -g... (cached) yes
checking whether make sets ${MAKE}... (cached) yes
checking how to run the C preprocessor... (cached) gcc -E
checking for X... (cached) libraries /usr/X11R6/lib, headers /usr/X11R6/include
checking for dnet_ntoa in -ldnet... (cached) no
checking for dnet_ntoa in -ldnet_stub... (cached) no
checking for gethostbyname... (cached) yes
checking for connect... (cached) yes
checking for remove... (cached) yes
checking for shmat... (cached) yes
checking for IceConnectionNumber in -lICE... (cached) yes
checking for XOpenDisplay in -lX11... (cached) yes
checking for fabs in -lm... (cached) yes
checking for ANSI C header files... (cached) yes
checking for unistd.h... (cached) yes
checking gtk+ library... checking for gtk-config... (cached) /usr/bin/gtk-config
checking for GTK - version >= 1.2.7... yes
checking for working const... (cached) yes
creating ./config.status
creating Makefile
creating libstroke/Makefile
creating libgstroke/Makefile
creating doc/Makefile
creating javastroke/Makefile
creating tests/Makefile
creating config.h
config.h is unchanged

RHEL4是完全安装,感觉大的工具应该不缺,那些标记为no到底哪个很关键?
发表于 2005-2-20 13:02:40 | 显示全部楼层
有什么错误信息?
回复 支持 反对

使用道具 举报

 楼主| 发表于 2005-2-20 17:39:31 | 显示全部楼层
以下是make信息:
[root@localhost libstroke-0.5.1]# make
make  all-recursive
make[1]: Entering directory `/home/peter/libstroke-0.5.1'
Making all in libstroke
make[2]: Entering directory `/home/peter/libstroke-0.5.1/libstroke'
make[2]: Nothing to be done for `all'.
make[2]: Leaving directory `/home/peter/libstroke-0.5.1/libstroke'
Making all in libgstroke
make[2]: Entering directory `/home/peter/libstroke-0.5.1/libgstroke'
make[2]: Nothing to be done for `all'.
make[2]: Leaving directory `/home/peter/libstroke-0.5.1/libgstroke'
Making all in tests
make[2]: Entering directory `/home/peter/libstroke-0.5.1/tests'
make[2]: Nothing to be done for `all'.
make[2]: Leaving directory `/home/peter/libstroke-0.5.1/tests'
Making all in doc
make[2]: Entering directory `/home/peter/libstroke-0.5.1/doc'
make[2]: Nothing to be done for `all'.
make[2]: Leaving directory `/home/peter/libstroke-0.5.1/doc'
Making all in javastroke
make[2]: Entering directory `/home/peter/libstroke-0.5.1/javastroke'
make[2]: Nothing to be done for `all'.
make[2]: Leaving directory `/home/peter/libstroke-0.5.1/javastroke'
make[2]: Entering directory `/home/peter/libstroke-0.5.1'
make[2]: Leaving directory `/home/peter/libstroke-0.5.1'
make[1]: Leaving directory `/home/peter/libstroke-0.5.1'


没有提示error啊.
回复 支持 反对

使用道具 举报

发表于 2005-2-20 17:54:15 | 显示全部楼层
那就没问题啊。
回复 支持 反对

使用道具 举报

 楼主| 发表于 2005-2-20 18:04:52 | 显示全部楼层
Nothing to be done for all. 好像只有没安装上才会出这样的提示吧?
而且make一会儿就结束了.
回复 支持 反对

使用道具 举报

 楼主| 发表于 2005-2-20 18:18:04 | 显示全部楼层
make install之后,用whereis libstroke查看:
[peter@localhost ~]$ whereis libstroke
libstroke: /usr/local/lib/libstroke.la /usr/local/lib/libstroke.so /usr/local/lib/libstroke.a
[peter@localhost ~]$

好像安装上了,make从来没有这么快的,即使是个不大的软件.
回复 支持 反对

使用道具 举报

您需要登录后才可以回帖 登录 | 注册

本版积分规则

快速回复 返回顶部 返回列表