AskOverflow.Dev

AskOverflow.Dev Logo AskOverflow.Dev Logo

AskOverflow.Dev Navigation

  • 主页
  • 系统&网络
  • Ubuntu
  • Unix
  • DBA
  • Computer
  • Coding
  • LangChain

Mobile menu

Close
  • 主页
  • 系统&网络
    • 最新
    • 热门
    • 标签
  • Ubuntu
    • 最新
    • 热门
    • 标签
  • Unix
    • 最新
    • 标签
  • DBA
    • 最新
    • 标签
  • Computer
    • 最新
    • 标签
  • Coding
    • 最新
    • 标签
主页 / user-890203

waffles123's questions

Martin Hope
waffles123
Asked: 2019-08-29 12:20:31 +0800 CST

尽管 makefile 存在,make 命令不起作用

  • 1

我正在尝试在我不是root 的远程服务器上安装 GNU 并行。我下载了它,目前目录是这样的:

aclocal.m4    config.h.in   COPYING  install-sh   missing  src
cc-by-sa.txt  configure     CREDITS  Makefile.am  NEWS
CITATION      configure.ac  fdl.txt  Makefile.in  README

当我使用命令./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 ln -s works... yes
checking that generated files are newer than configure... done
configure: creating ./config.status
config.status: creating Makefile
config.status: creating src/Makefile
config.status: creating config.h

当我输入 ls 时,目录现在看起来像这样:

aclocal.m4    config.h     config.status  COPYING  ile          Makefile.in  README
cc-by-sa.txt  config.h.in  configure      CREDITS  install-sh   missing      src
CITATION      config.log   configure.ac   fdl.txt  Makefile.am  NEWS         stamp-h1

当我使用命令make我得到这个:

make: *** No targets specified and no makefile found.  Stop.

我该如何解决?

编辑:

我已经尝试了下面列出的几个建议的答案,这就是我现在所处的位置:

~/parallel-20190822/src$ make

make: Nothing to be done for 'all'.

~/parallel-20190822/src$ make install

make[1]: Entering directory '/home/olachhab/parallel-20190822/src'
 /bin/mkdir -p '/home/olachhab/bin'
 /usr/bin/install -c parallel sql niceload parcat parset env_parallel env_parallel.ash env_parallel.bash env_parallel.csh env_parallel.dash env_parallel.fish env_parallel.ksh env_parallel.mksh env_parallel.pdksh env_parallel.sh env_parallel.tcsh env_parallel.zsh '/home/olachhab/bin'
make  install-exec-hook
make[2]: Entering directory '/home/olachhab/parallel-20190822/src'
rm /home/olachhab/bin/sem || true
ln -s parallel /home/olachhab/bin/sem
make[2]: Leaving directory '/home/olachhab/parallel-20190822/src'
 /bin/mkdir -p '/home/olachhab/share/doc/parallel'
 /usr/bin/install -c -m 644 parallel.html env_parallel.html sem.html sql.html niceload.html parallel_tutorial.html parallel_book.html parallel_design.html parallel_alternatives.html parcat.html parset.html parallel.texi env_parallel.texi sem.texi sql.texi niceload.texi parallel_tutorial.texi parallel_book.texi parallel_design.texi parallel_alternatives.texi parcat.texi parset.texi parallel.pdf env_parallel.pdf sem.pdf sql.pdf niceload.pdf parallel_tutorial.pdf parallel_book.pdf parallel_design.pdf parallel_alternatives.pdf parcat.pdf parset.pdf parallel_cheat.pdf '/home/olachhab/share/doc/parallel'
 /bin/mkdir -p '/home/olachhab/share/man/man1'
 /usr/bin/install -c -m 644 parallel.1 env_parallel.1 sem.1 sql.1 niceload.1 parcat.1 parset.1 '/home/olachhab/share/man/man1'
 /bin/mkdir -p '/home/olachhab/share/man/man7'
 /usr/bin/install -c -m 644 parallel_tutorial.7 parallel_book.7 parallel_design.7 parallel_alternatives.7 '/home/olachhab/share/man/man7'
make[1]: Leaving directory '/home/olachhab/parallel-20190822/src'

在这个链接 [ http://git.savannah.gnu.org/cgit/parallel.git/tree/README][1]我按照完整安装到这里,我测试了他们建议的方式:使用这个命令:

parallel -j0 ping -nc 3 ::: qubes-os.org gnu.org freenetproject.org

这就是我得到的:

Command 'parallel' not found, but can be installed with:

apt install moreutils
apt install parallel 

Ask your administrator to install one of them.
server parallels gnu
  • 2 个回答
  • 882 Views

Sidebar

Stats

  • 问题 205573
  • 回答 270741
  • 最佳答案 135370
  • 用户 68524
  • 热门
  • 回答
  • Marko Smith

    如何运行 .sh 脚本?

    • 16 个回答
  • Marko Smith

    如何安装 .tar.gz(或 .tar.bz2)文件?

    • 14 个回答
  • Marko Smith

    如何列出所有已安装的软件包

    • 24 个回答
  • Marko Smith

    无法锁定管理目录 (/var/lib/dpkg/) 是另一个进程在使用它吗?

    • 25 个回答
  • Martin Hope
    Flimm 如何在没有 sudo 的情况下使用 docker? 2014-06-07 00:17:43 +0800 CST
  • Martin Hope
    Ivan 如何列出所有已安装的软件包 2010-12-17 18:08:49 +0800 CST
  • Martin Hope
    La Ode Adam Saputra 无法锁定管理目录 (/var/lib/dpkg/) 是另一个进程在使用它吗? 2010-11-30 18:12:48 +0800 CST
  • Martin Hope
    David Barry 如何从命令行确定目录(文件夹)的总大小? 2010-08-06 10:20:23 +0800 CST
  • Martin Hope
    jfoucher “以下软件包已被保留:”为什么以及如何解决? 2010-08-01 13:59:22 +0800 CST
  • Martin Hope
    David Ashford 如何删除 PPA? 2010-07-30 01:09:42 +0800 CST

热门标签

10.10 10.04 gnome networking server command-line package-management software-recommendation sound xorg

Explore

  • 主页
  • 问题
    • 最新
    • 热门
  • 标签
  • 帮助

Footer

AskOverflow.Dev

关于我们

  • 关于我们
  • 联系我们

Legal Stuff

  • Privacy Policy

Language

  • Pt
  • Server
  • Unix

© 2023 AskOverflow.DEV All Rights Reserve