I just installed Mate 16.04 on my laptop. Downloaded a tarball application file. When I go to compile it, I get error message that I interpret as not finding any compilers. Below is error message:
tony@tony-Latitude-D530:~/Downloads/fldigi-4.0.16$ ./configure
checking build system type… x86_64-pc-linux-gnu
checking host system type… x86_64-pc-linux-gnu
checking target system type… x86_64-pc-linux-gnu
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 make supports nested variables… (cached) yes
checking whether to enable maintainer-specific portions of Makefiles… no
checking for g++… no
checking for c++… no
checking for gpp… no
checking for aCC… no
checking for CC… no
checking for cxx… no
checking for cc++… no
checking for cl.exe… no
checking for FCC… no
checking for KCC… no
checking for RCC… no
checking for xlC_r… no
checking for xlC… no
checking whether the C++ compiler works… no
configure: error: in /home/tony/Downloads/fldigi-4.0.16': configure: error: C++ compiler cannot create executables See
config.log’ for more details
I don’t know what to do to correct this problem.