| 
 
	积分1224贡献 精华在线时间 小时注册时间2015-12-8最后登录1970-1-1 
 | 
 
| 
安装1.8.12版本的hdf5,在./configure的时候就出问题了,求问各位大神这是怎么回事,改了好久也没改对,加上--prefix --host都不可以,而且加上--host之后就会出现checking host system type... Invalid configuration `login01': machine `login01' not recognizedconfigure: error: /bin/sh bin/config.sub login01 failed
x
登录后查看更多精彩内容~您需要 登录 才可以下载或查看,没有帐号?立即注册 
  
 只是./configure的时候报错
 
 
 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... gawk
 checking whether make sets $(MAKE)... yes
 checking whether make supports nested variables... yes
 checking whether to enable maintainer-specific portions of Makefiles... no
 checking build system type... x86_64-unknown-linux-gnu
 checking host system type... x86_64-unknown-linux-gnu
 checking shell variables initial values... done
 checking if basename works... yes
 checking if xargs works... yes
 checking for cached host... none
 checking for config x86_64-unknown-linux-gnu... no
 checking for config x86_64-unknown-linux-gnu... no
 checking for config unknown-linux-gnu... no
 checking for config unknown-linux-gnu... no
 checking for config x86_64-linux-gnu... no
 checking for config x86_64-linux-gnu... no
 checking for config x86_64-unknown... no
 checking for config linux-gnu... found
 compiler 'gcc' is GNU gcc-4.1.2
 CC_BASENAME is gcc.
 checking for config ./config/site-specific/host-login01... no
 checking for gcc... gcc
 checking whether the C compiler works... yes
 checking for C compiler default output file name... a.out
 checking for suffix of executables...
 checking whether we are cross compiling... configure: error: in `/home/dongty/hdf5/hdf5-1.8.12':
 configure: error: cannot run C compiled programs.
 If you meant to cross compile, use `--host'.
 See `config.log' for more details
 
 
 
 | 
 |