bug-parallel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Issue building parallel from source


From: Kevin Buchs
Subject: Issue building parallel from source
Date: Tue, 25 Jul 2023 10:34:59 -0500

I just wanted to report a problem I am seeing trying to build the latest (20230722) on Ubuntu 22.04.

Here are the steps I took:

1) download source via FTP: parallel-latest.tar.bz2
2) tar xf parallel-latest.tar.bz2
3) cd parallel-20230722
4) ./configure  # no problems reported
5) make

It seems as if Make has nothing to do. It reports:

make
make  all-recursive
make[1]: Entering directory '/usr/local/src/parallel-20230722'
Making all in src
make[2]: Entering directory '/usr/local/src/parallel-20230722/src'
make[2]: Nothing to be done for 'all'.
make[2]: Leaving directory '/usr/local/src/parallel-20230722/src'
make[2]: Entering directory '/usr/local/src/parallel-20230722'
make[2]: Leaving directory '/usr/local/src/parallel-20230722'
make[1]: Leaving directory '/usr/local/src/parallel-20230722'

I also tried the install-sh script. It only reports:

./install-sh: no input file specified

Kevin Buchs

reply via email to

[Prev in Thread] Current Thread [Next in Thread]