Command cp with Progress Bar. Installation error

tonycav

Member
Oct 4, 2022
91
4
13
Hi, I followed this guide and it gives me this error

https://terminalroot.com/command-cp-with-progress-bar/

Code:
root@pve:~/coreutils-8.32# ./configure make
configure: WARNING: you should use --build, --host, --target
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /usr/bin/mkdir -p
checking for gawk... no
checking for mawk... mawk
checking whether make sets $(MAKE)... yes
checking whether make supports nested variables... yes
checking whether make supports nested variables... (cached) yes
checking whether make supports the include directive... yes (GNU style)
checking for make-gcc... no
checking for gcc... no
checking for make-cc... no
checking for cc... no
checking for make-cl.exe... no
checking for cl.exe... no
checking for make-clang... no
checking for clang... no
configure: error: in `/root/coreutils-8.32':
configure: error: no acceptable C compiler found in $PATH
See `config.log' for more details
root@pve:~/coreutils-8.32#

this is the contents of config.log

Code:
  GNU nano 5.4                                            config.log                                                     
This file contains any messages produced by compilers while
running configure, to aid debugging if configure makes a mistake.

It was created by GNU coreutils configure 8.32, which was
generated by GNU Autoconf 2.69.  Invocation command line was

  $ ./configure make

## --------- ##
## Platform. ##
## --------- ##

hostname = pve
uname -m = x86_64
uname -r = 5.15.74-1-pve
uname -s = Linux
uname -v = #1 SMP PVE 5.15.74-1 (Mon, 14 Nov 2022 20:17:15 +0100)

/usr/bin/uname -p = unknown
/bin/uname -X     = unknown

/bin/arch              = x86_64
/usr/bin/arch -k       = unknown
/usr/convex/getsysinfo = unknown
/usr/bin/hostinfo      = unknown
/bin/machine           = unknown
/usr/bin/oslevel       = unknown
/bin/universe          = unknown

PATH: /usr/local/sbin
PATH: /usr/local/bin
PATH: /usr/sbin
PATH: /usr/bin
PATH: /sbin
PATH: /bin


## ----------- ##
## Core tests. ##

Thanks so much for your time
 
I'm sorry but I'm new to Linux.
I liked having the progress bar for copying.
Can you give me instructions on how to install it?
Thank you very much
 
It looks like you are missing a tool for compiling the code. The guide mentions as the very first step sudo apt install gcc g++ make build-essential

Please make sure these are installed first.