I am trying to install Wireshark in Kubuntu,
When I type ./configure
I get the following errors "no acceptable C compiler found in $PATH"
What is the fix?
root@amd-ThinkCentre-M93p:/home/amd# cd Desktop/
root@amd-ThinkCentre-M93p:/home/amd/Desktop# cd wireshark-2.4.5/
root@amd-ThinkCentre-M93p:/home/amd/Desktop/wireshark-2.4.5# clear
root@amd-ThinkCentre-M93p:/home/amd/Desktop/wireshark-2.4.5# ./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... no
checking for mawk... mawk
checking whether make sets $(MAKE)... no
checking whether make supports nested variables... no
checking whether UID '0' is supported by ustar format... yes
checking whether GID '0' is supported by ustar format... yes
checking how to create a ustar tar archive... gnutar
checking whether make supports nested variables... (cached) no
checking how to print strings... printf
checking for style of include used by make... none
checking for gcc... no
checking for cc... no
checking for cl.exe... no
configure: error: in `/home/amd/Desktop/wireshark-2.4.5':
configure: error: no acceptable C compiler found in $PATH
See `config.log' for more details
root@amd-ThinkCentre-M93p:/home/amd/Desktop/wireshark-2.4.5#