发新话题
打印

各位大侠们帮我看一下我装错在哪一步吧!!

各位大侠们帮我看一下我装错在哪一步吧!!

要装一生物学软件,小弟刚学linux,不知道怎么用 这是装的过程


[root@localhost ~]# cd hmmer-2.3.2
[root@localhost hmmer-2.3.2]# dir
00readme       config.status  documentation  Makefile     src
beta-defensin  config.sub     install        Makefile.in  testsuite
config.guess   configure      install-sh     notes        tutorial
config.log     COPYRIGHT      license        squid        Userguide.pdf
[root@localhost hmmer-2.3.2]# ./configure
configure: configuring HMMER for your system.
configure: This is a full source distribution - using full config
checking for gcc... gcc
checking for C compiler default output... 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 ANSI C... none needed
checking for ranlib... ranlib
checking for ar... /usr/bin/ar
checking build system type... i686-pc-linux-gnu
checking host system type... i686-pc-linux-gnu
checking whether your make is GNU make... yes, it is.
checking for ntohs... yes
checking for ntohl... yes
checking for htons... yes
checking for htonl... yes
configure: creating ./config.status
config.status: creating src/Makefile
config.status: creating testsuite/Makefile
config.status: creating Makefile
config.status: creating src/config.h
configure: configuring in squid
configure: running /bin/sh './configure' --prefix=/usr/local  --cache-file=/dev/null --srcdir=.
configure: configuring the SQUID library for your system.
checking for gcc... gcc
checking for C compiler default output... 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 ANSI C... none needed
checking for ranlib... ranlib
checking for ar... /usr/bin/ar
checking whether your make is GNU make... yes, it is.
checking whether byte ordering is bigendian... no
checking for ntohs... yes
checking for ntohl... yes
checking for htons... yes
checking for htonl... yes
checking how to run the C preprocessor... gcc -E
checking for egrep... grep -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 unsigned short... yes
checking size of unsigned short... 2
checking for unsigned int... yes
checking size of unsigned int... 4
checking for unsigned long... yes
checking size of unsigned long... 4
checking for unsigned long long... yes
checking size of unsigned long long... 8
checking for strtoul... yes
checking for strtoull... yes
checking whether fpos_t is an arithmetic datatype... no.
checking for strtoull... (cached) yes
checking for ftello... yes
checking for fseeko... yes
checking for ftello64... yes
checking for fseeko64... yes
checking for ftell64... no
checking for fseek64... no
checking for stat64... yes
checking for struct stat64... no!
checking for off_t... yes
checking size of off_t... 4
checking for off64_t... no
checking size of off64_t... 0
checking for fpos_t... yes
checking size of fpos_t... 12
configure: creating ./config.status
config.status: creating Makefile
config.status: creating Testsuite/Makefile
config.status: creating squid.h
config.status: creating squidconf.h
[root@localhost hmmer-2.3.2]# make
make[1]: Entering directory `/root/hmmer-2.3.2/squid'
make[1]: Nothing to be done for `all'.
make[1]: Leaving directory `/root/hmmer-2.3.2/squid'
make[1]: Entering directory `/root/hmmer-2.3.2/squid'
make[1]: Nothing to be done for `module'.
make[1]: Leaving directory `/root/hmmer-2.3.2/squid'
make[1]: Entering directory `/root/hmmer-2.3.2/src'
make[1]: Nothing to be done for `all'.
make[1]: Leaving directory `/root/hmmer-2.3.2/src'
make[1]: Entering directory `/root/hmmer-2.3.2/src'
make[1]: Nothing to be done for `module'.
make[1]: Leaving directory `/root/hmmer-2.3.2/src'
make[1]: Entering directory `/root/hmmer-2.3.2/testsuite'
make[1]: Nothing to be done for `all'.
make[1]: Leaving directory `/root/hmmer-2.3.2/testsuite'
[root@localhost hmmer-2.3.2]# make all
make[1]: Entering directory `/root/hmmer-2.3.2/squid'
make[1]: Nothing to be done for `all'.
make[1]: Leaving directory `/root/hmmer-2.3.2/squid'
make[1]: Entering directory `/root/hmmer-2.3.2/squid'
make[1]: Nothing to be done for `module'.
make[1]: Leaving directory `/root/hmmer-2.3.2/squid'
make[1]: Entering directory `/root/hmmer-2.3.2/src'
make[1]: Nothing to be done for `all'.
make[1]: Leaving directory `/root/hmmer-2.3.2/src'
make[1]: Entering directory `/root/hmmer-2.3.2/src'
make[1]: Nothing to be done for `module'.
make[1]: Leaving directory `/root/hmmer-2.3.2/src'
make[1]: Entering directory `/root/hmmer-2.3.2/testsuite'
make[1]: Nothing to be done for `all'.
make[1]: Leaving directory `/root/hmmer-2.3.2/testsuite'
[root@localhost hmmer-2.3.2]#


谢谢 了!!!!!!!!!!!!!!!!!!!!!!      

TOP

[QUOTE][root@localhost hmmer-2.3.2]# dir
00readme config.status documentation Makefile src
beta-defensin config.sub install Makefile.in testsuite
config.guess configure install-sh notes tutorial
config.log COPYRIGHT license squid Userguide.pdf[/QUOTE]

这里不是有readme tutorial userguide.pdf?

应该make install      

TOP

userguide.pdf 是这个软件的使用说明,我按照它说的装了一遍,然后到靶文件夹中找不到这个软件,是不是我没装好呀?
我用make install   然后提示 install 是最新的      

TOP

发新话题