How to compile Calcurse 4.8.0? [SOLVED]
So I never compiled a program from source before. I thought I'd give it a shot with calcurse. I downloaded the source, unzipped in /root/calcurse-4.8.0, then cd changed directory to /root/calcurse-4.8.0, and ran /.configure. I got an error, saying no C compiler found in the path. So my question is do I not actually have the correct C compiler, or is the path incorrect, or am I running /.compile from the wrong place. The calcurse compile directions are found here: https://www.calcurse.org/files/manual.p ... to,-19,842
Here's the error:
Code: Select all
root# ./configure
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for a race-free mkdir -p... /bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... no
checking whether make supports nested variables... no
checking whether NLS is requested... yes
checking for msgfmt... no
checking for gmsgfmt... :
checking for xgettext... no
checking for msgmerge... no
checking whether make supports the include directive... no
checking for gcc... no
checking for cc... no
checking for cl.exe... no
checking for clang... no
configure: error: in `/root/calcurse-4.8.0':
configure: error: no acceptable C compiler found in $PATH
See `config.log' for more details