嗨,我一直在努力寻找解决这个问题的方法,但我找不到。我需要安装模块'IO::EventMux',所以我使用:
cpan[1]> install IO::EventMux
然而,我得到了以下错误:
Catching error: "CPAN::Exception::yaml_process_error=HASH(0xe34ed78)" at /usr/local/share/perl/5.14.2/CPAN.pm line 392
CPAN::shell() called at /usr/local/share/perl/5.14.2/App/Cpa
我曾尝试用非root安装glibc-2.15,在谷歌搜索并尝试了两天后,我在这里寻求帮助。
After configure, it output following error:
../glibc-2.15/configure --prefix=${PWD/objDir/destDir}
checking build system type... x86_64-unknown-linux-gnu
checking host system type... x86_64-unknown-linux-gnu
checking for gcc... gcc
checking for suffix of
我正在尝试构建一个项目,核心,我得到了未定义的引用。显然,x11库没有被链接。但是,我想看看makefile到底输出了什么命令。现在输出如下:
CCLD at-spi2-registryd
/home/deividas/Desktop/storage/Soft/MXE/mxe/usr/x86_64-pc-linux-gnu.static/lib/libXtst.a(XTest.o): In function `find_display':
/home/deividas/Desktop/storage/Soft/MXE/mxe/tmp-xtst-x86_64-pc-linux
我正在使用Debian,并按照Rust的编译说明:
我试过几次,但最后总是出现以下错误:
llvm[3]: Compiling opt.cpp for Release+Asserts build
make[3]: *** No rule to make target `/home/user/rust/llvm/x86_64-unknown-linux-
gnu/tools/lib/libLLVMipo.a', needed by `/home/user/rust/llvm/x86_64-unknown-
linux-gnu/Release+Asserts/bin/opt'.
在编译qt的过程中,我发现有一个名为arm-linux-gcc的qws目标。我环顾了一下,但不知道如何找到它,在哪里找到它。我尝试了安装,apt-cache给出了以下输出。
apt-cache search armel
asterisk-prompt-fr-armelle - French voice prompts for Asterisk by Armelle Desjardins
rootstock - shellscript to create armel rootfs tarballs using a VM
rootstock-gtk - graphical frontend to
我刚才使用标准configure make make install在Ubuntu14.04的源代码中安装了gnuket4.6.6。但在那之后我什么都无法策划。像这样的事情发生了:
gnuplot> pl x
Aborted (core dumped)
我在网上找不到任何解决这个问题的办法。有什么想法吗?提前谢谢。
编辑:我在文本文件中编写了相同的命令,并尝试在该文件上运行gnuplot:
gnuplot test.plt
它给出了一些可能是什么问题的提示:
Fatal Error: Mismatch between the program and library build versi
我在Debian挤压上安装gcc 4.6.3有困难。4.4目前已安装,但我需要4.6.x来运行php。我试图寻找类似的问题,但没有发现任何与我的错误。
我安装时使用以下说明:
wget ftp://ftp.gnu.org/gnu/gcc/gcc-4.6.3/gcc-4.6.3.tar.gz
tar -xzvf gcc-4.6.3.tar.gz
cd gcc-4.6.3
./contrib/download_prerequisites
cd ..
mkdir objdir
cd objdir
£PWD/../gcc-4.6.3/configure --prefix=/opt/gcc-4.6.3
我已经从下载了gcc-4.1.2,并使用两个命令构建
./configure
make
现在我可以看到g++二进制文件了。但并不存在gcc二进制。
$ ls /opt/gcc-4.1.2/host-x86_64-unknown-linux-gnu/gcc/g++
/opt/gcc-4.1.2/host-x86_64-unknown-linux-gnu/gcc/g++
$ ls /opt/gcc-4.1.2/host-x86_64-unknown-linux-gnu/gcc/gcc
ls: cannot access /opt/gcc-4.1.2/host-x86_64-unknown-lin
我使用的是Ubuntu14.04,我需要让rspec和水豚在QT5上工作。我已经安装了QT5。但是当我运行rspec/feature/ get _test时,会得到这样的警告:
WARNING: The next major version of capybara-webkit will require at least version 5.0 of Qt. You're using version 4.8.6.
但是:
~ % TDIR=/usr/share/qtX qmake --version
QMake version 3.0
Using Qt version 5.2.1 in
我正在尝试编译,这是的一部分。我将它作为SUBDIRS的一部分包含在subdirs项目中。我通过Qt在qmake上运行了,然后运行了生成的Makefile,并收到了来自moc文件的这个错误:
/the_path/buildlib/moc_qtpropertybrowser.cpp:360: error: member access into incomplete type 'QtAbstractPropertyBrowserPrivate'
case 4: _t->d_func()->slotPropertyInserted((*reinterpre
我试图在Ubuntu16.04中安装scip软件包,但遇到了以下错误:
"bin/scip-3.2.1.linux.x86_64.gnu.opt.spx" not found.
This is needed by ./check.sh to work. Check your
$PATH variable or install the tool "bin/scip-.2.1.linux.x86_64.gnu.opt.s"
我该怎么办?
我想使用ubuntu13.10中的pjsip库,并尝试了pjsip.org的入门页面中给出的步骤
我尝试使用以下命令序列构建pjsip lib,还编辑了config_site.h,使其包含#define PJMEDIA_HAS_VIDEO行。在运行这些命令之前,我还安装了video4linux2和ffmpeg
cd pjproject
./configure
make dep
make
在我运行最后一个命令后,我得到了以下错误:
make[2]: Entering directory `/home/vk/pjproject/pjsip/build'
make[2]: `../lib/l
我尝试使用以下makefile:
MAKEFLAGS += s
MAKEFLAGS += r
configure:
然后,当我运行make时,我会得到以下错误,就好像它想编译“配置”一样,按照一些默认的隐式规则:
/usr/bin/ld: /usr/lib/debug/usr/lib/x86_64-linux-gnu/crt1.o(.debug_info): relocation 0 has invalid symbol index 11
/usr/bin/ld: /usr/lib/debug/usr/lib/x86_64-linux-gnu/crt1.o(.debug_info): rel
我问过GDB一个类似的问题:如何从源构建GDB文档?,它改变了我的生活,现在我也想要GCC!
我成功地在Ubuntu16.04和gcc 6.4.0源代码树上构建了文档(以匹配我的主机):
./contrib/download_prerequisites
./configure
make
host-x86_64-pc-linux-gnu/gcc
make html
xdg-open HTML/gcc-6.4.0/gcc/index.html
但是我不能把所有的东西都放在一页里,我试了一下:
make html MAKEINFO=makeinfo MAKEINFOFLAGS='--no-s
我最终花了几个小时从Ubuntu 12.10的源代码编译cpabe包,带有gmp和pbc依赖项。以下错误消息似乎是Web中许多人的问题(甚至对于编译其他需要安装libgmp作为依赖项的包也是如此!)。然而,我找不到任何可行的解决方案:
...
/usr/bin/ld: /usr/local/lib/libpbc.so: undefined reference to symbol '__gmpz_init'
/usr/bin/ld: note: '__gmpz_init' is defined in DSO /usr/lib/gcc/x86_64-linux-gn
我完全编辑了这个问题。我发现了一些没有意义的东西,但它是有效的。当我第一次运行make时,我得到了以下输出:
/usr/bin/ld: /usr/lib/debug/usr/lib/x86_64-linux-gnu/crt1.o(.debug_info): relocation 0 has invalid symbol index 11
/usr/bin/ld: /usr/lib/debug/usr/lib/x86_64-linux-gnu/crt1.o(.debug_info): relocation 1 has invalid symbol index 12
/usr/bin/ld: /u
我试图在Ubuntu12.04 (64位)上编译一些软件。如果出现此错误,则失败。
checking for make... /usr/bin/make
configure: tested: whether version of /usr/bin/make is 3.82+
configure: ===INF=== Installed version of make is not 3.82+:
make: *** No targets specified and no makefile found. Stop.
正在检查
$ make --version
GNU Make 3.81
Th