草庐IT

Configure

全部标签

linux - 在不安装包的情况下预览手册页

我检查了一些使用自动工具的典型开源项目。我想对这个包进行一些修改,但我也想更改包的手册页中的一些内容。手册页源位于project-name/doc/project-name.1。我只是做了一个小改动,现在我想预览这个改动,而不必实际对项目进行makeinstall。我该怎么做?我试过类似的东西:man-M.1project-name但它不起作用,我尝试过的各种变体也不起作用。这听起来像是一个简单的问题,但我似乎无法通过谷歌搜索问题找到任何东西,所以我希望这里有人可以帮助我。谢谢。 最佳答案 man-l/path/to/manfile

linux - GCC 安装错误

我正在尝试安装GCC4.9.0,我遇到了“./configure”和“make”的以下错误。./configure出现以下错误checkingfordefaultBUILD_CONFIG...bootstrap-debugcheckingfor--enable-vtable-verify...no/usr/bin/ld:crt1.o:Nosuchfile:Nosuchfileordirectorycollect2:ldreturned1exitstatusconfigure:error:Isuspectyoursystemdoesnothave32-bitdevelopementlib

linux - GCC 安装错误

我正在尝试安装GCC4.9.0,我遇到了“./configure”和“make”的以下错误。./configure出现以下错误checkingfordefaultBUILD_CONFIG...bootstrap-debugcheckingfor--enable-vtable-verify...no/usr/bin/ld:crt1.o:Nosuchfile:Nosuchfileordirectorycollect2:ldreturned1exitstatusconfigure:error:Isuspectyoursystemdoesnothave32-bitdevelopementlib

ruby - '配置 : error: cannot compute sizeof (long long)' on scientific linux when installing ruby

我正在尝试更新我在ScientificLinux上运行的ruby​​版本,但是命令:$rvminstallruby-2.1.6失败并出现此错误:checkingsizeoflonglong...configure:error:in`/localdisk/home/user/.rvm/src/ruby-2.1.6':configure:error:cannotcomputesizeof(longlong)如果我尝试重新安装之前安装的ruby​​版本,我也会遇到同样的错误。我不知道发生了什么变化,但我确实有另一台机器,其设置非常相似并且可以正常工作。我比较了工作和失败安装中的configu

ruby - '配置 : error: cannot compute sizeof (long long)' on scientific linux when installing ruby

我正在尝试更新我在ScientificLinux上运行的ruby​​版本,但是命令:$rvminstallruby-2.1.6失败并出现此错误:checkingsizeoflonglong...configure:error:in`/localdisk/home/user/.rvm/src/ruby-2.1.6':configure:error:cannotcomputesizeof(longlong)如果我尝试重新安装之前安装的ruby​​版本,我也会遇到同样的错误。我不知道发生了什么变化,但我确实有另一台机器,其设置非常相似并且可以正常工作。我比较了工作和失败安装中的configu

linux - ./configure && 安装失败

早上好在安装RabbitMQ库时,我发现了一个问题:autoreconf-i&&./configure&&make&&sudomakeinstall但是./configure停在这个位置:checkingforgccoptiontoacceptISOC99...-std=gnu99./configure:line11104:syntaxerrornearunexpectedtoken`0.17'./configure:line11104:`PKG_PROG_PKG_CONFIG(0.17)' 最佳答案 您的autotools项目使用

linux - ./configure && 安装失败

早上好在安装RabbitMQ库时,我发现了一个问题:autoreconf-i&&./configure&&make&&sudomakeinstall但是./configure停在这个位置:checkingforgccoptiontoacceptISOC99...-std=gnu99./configure:line11104:syntaxerrornearunexpectedtoken`0.17'./configure:line11104:`PKG_PROG_PKG_CONFIG(0.17)' 最佳答案 您的autotools项目使用

配置 : error: C compiler cannot create executables when installing Ruby 1. 9.3

尝试使用以下命令在Trisquel6上安装Ruby1.9.3时出现以下错误rvminstall1.9.3错误Errorrunning'./configure--prefix=/home/joshua/.rvm/rubies/ruby-1.9.3-p448--disable-install-doc--enable-shared',pleaseread/home/joshua/.rvm/log/1379507772_ruby-1.9.3-p448/configure.logTherehasbeenanerrorwhilerunningconfigure.Haltingtheinstalla

配置 : error: C compiler cannot create executables when installing Ruby 1. 9.3

尝试使用以下命令在Trisquel6上安装Ruby1.9.3时出现以下错误rvminstall1.9.3错误Errorrunning'./configure--prefix=/home/joshua/.rvm/rubies/ruby-1.9.3-p448--disable-install-doc--enable-shared',pleaseread/home/joshua/.rvm/log/1379507772_ruby-1.9.3-p448/configure.logTherehasbeenanerrorwhilerunningconfigure.Haltingtheinstalla

c++ - 带有 ax_check_compile_flag 的 autotools 语法错误

我正在使用autotools构建我的C++应用程序。在我的configure.ac中,我有以下行:AX_CHECK_COMPILE_FLAG([-Wall],[CPPFLAGS="$CPPFLAGS-Wall"])在执行./configure时(在运行autoreconf-i之后)会导致以下错误:./configure:line3825:syntaxerrornearunexpectedtoken`-Wall,'./configure:line3825:`AX_CHECK_COMPILE_FLAG(-Wall,CPPFLAGS="$CPPFLAGS-Wall")'我的系统:Linuxw