Questions tagged «configure»

1
无法在Ubuntu 14.04上配置qemu
我正在尝试在Ubuntu 14.04(x64)上配置QEMU: $ lsb_release -a No LSB modules are available. Distributor ID: Ubuntu Description: Ubuntu 14.04.1 LTS Release: 14.04 Codename: trusty configure 死了,出现错误信息: ERROR: glib-2.12 gthread-2.0 is required to compile QEMU 相关问题建议安装 libc6-dev 和 build-essential。我有 libc6-dev 和 build-essential 安装。 config.log 并没有告诉我任何有用的东西(如下所示)。我不知道测试产生的错误信息是什么。最后一次测试是针对蓝牙标头。在此之前,测试了卷曲头。 为什么QEMU无法自行配置? # QEMU configure log Wed Sep 17 01:10:28 …
12 linux  ubuntu  qemu  configure 

0
配置找不到ffnvcodec依赖
跑步时 ./configure --enable-cuda --enable-cuvid --enable-nvenc --enable-nonfree --enable-libnpp --extra-cflags=-I/usr/local/cuda/include --extra-ldflags=-L/usr/local/cuda/lib 我遇到了 ERROR: cuda requested, but not all dependencies are satisfied: ffnvcodec 即使我已经在https://git.videolan.org/git/ffmpeg/nv-codec-headers.git克隆了外部Nvidia标题回购,并运行make&make install。 make install将ffnvcodec.pc放在/ usr / local / lib / pkgconfig /中,这是我运行时列出的 pkg-config --variable pc_path pkg-config 默认情况下未设置PKG_CONFIG_PATH,但我尝试将上述命令的输出导出到PKG_CONFIG_PATH。 这些都没有奏效。我在macOS上。有什么我想念的吗?

2
Linux From Scratch [关闭]
我正在做Linux From Scratch.I下载了一些软件包。我使用“tar”命令解压缩它们并在提取的软件包中执行以下操作: 配置 使 做测试 make install 还有什么是makefile? 请向我解释这些命令的用途,特别是在LFS.Thanks in Advance中。


0
在make期间,HP-UX Build GCC 4.8.5失败
我正在尝试在HP-UX上本机构建GCC 4.8.5,因为HP-UX不支持GCC 4.8.5软件包安装。 我做的是下载gcc-4.8.5 src然后配置,make。 PWD - > / DATA5 / poagent / mkdir build&& cd build ../gcc-4.8.5/configure --prefix = / data5 / poagent / build --enable-languages = c,c ++ --without-cloog --with-gnu-as --with-as = / usr / local / ia64-hp-hpux11.31 / bin / as --with-gnu-ld --with-LD =的/ usr / CCS …

0
configure警告缺少已安装的库
我希望这是这个问题的适当论坛。我正在努力学习“ configure, make, make install “似乎是众所周知的Linux惯例的工作流程。我正在尝试将此应用于xscreensaver。除了阅读xscreensaver网站,并搜索此主题,我无法找到解决方法:已下载并解压缩xscreensaver,我跑 configure。它输出以下警告: Warning: The GTK libraries do not seem to be available; the `xscreensaver-demo' program requires them. Warning: The GDK-Pixbuf library was not found. Warning: The XPM library was not found. 为了理解“ configure, make, make install “,我想通过这些警告直到 configure 干净利落地完成。 据我所知,我有GDK-Pixbuf库: >sudo dnf install gdk-pixbuf2 Package …
By using our site, you acknowledge that you have read and understand our Cookie Policy and Privacy Policy.
Licensed under cc by-sa 3.0 with attribution required.