当前位置: 技术问答>linux和unix
linux安装常用软件的问题
来源: 互联网 发布时间:2015-07-13
本文导语: 我要安装postgressql-7.3.2.tar.gz 首先我解包:tar -xzvf postgressql-7.3.2.tar.gz 一切成功 然后我切换到目录postgressql-7.3.2下用:./configure 可出现问题 checking build system type... i686-pc-linux-gnuoldld checking host system type... i686-pc_l...
我要安装postgressql-7.3.2.tar.gz
首先我解包:tar -xzvf postgressql-7.3.2.tar.gz 一切成功
然后我切换到目录postgressql-7.3.2下用:./configure
可出现问题
checking build system type... i686-pc-linux-gnuoldld
checking host system type... i686-pc_linux-gnuuoldld
checking which template to use... linux
checking whether to build with 64-bit integer date/time support...no
checking whether to build with recode suport...no
checking whether NLS is wanted...no
checking for default port number...5432
checking for default soft limit on number of conections...32
checking for gcc...gcc
checking for C compiler default output...configure:error:C compiler cannot create executables
该如何解决啊,在下是菜鸟,请高手帮忙啊!!我的linux是redflag4.0的
首先我解包:tar -xzvf postgressql-7.3.2.tar.gz 一切成功
然后我切换到目录postgressql-7.3.2下用:./configure
可出现问题
checking build system type... i686-pc-linux-gnuoldld
checking host system type... i686-pc_linux-gnuuoldld
checking which template to use... linux
checking whether to build with 64-bit integer date/time support...no
checking whether to build with recode suport...no
checking whether NLS is wanted...no
checking for default port number...5432
checking for default soft limit on number of conections...32
checking for gcc...gcc
checking for C compiler default output...configure:error:C compiler cannot create executables
该如何解决啊,在下是菜鸟,请高手帮忙啊!!我的linux是redflag4.0的
|
是不是权限问题?
|
你应该先看看它的readme或者install之类的,安装说明,有什么需要注意的。安装任何软件都应该这样。比如对gcc的版本有什么要求,debain和rh的安装各自需要什么参数等等。
|
出错信息说了,没找到编译器,你有没有安装GCC?
|
up
|
如果确定装过,就仔细找一找,通过find。可能你的GCC不叫gcc:),有可能是gcc3xx的,如果是的话,自己做个链接试试。