0

While installing griddb PHP Client at shared hosting via terminal:

$ wget https://prdownloads.sourceforge.net/swig/swig-4.0.0.tar.gz
$ tar xvfz swig-4.0.0.tar.gz
$ cd swig-4.0.0
$ ./configure

I am getting following error:

checking build system type... x86_64-pc-linux-gnu
checking host 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 for gcc... no
checking for cc... no
checking for cl.exe... no
configure: error: in `/home/thennsrn/griddb/swig-4.0.0':
configure: error: no acceptable C compiler found in $PATH
Muhammad Muazzam
  • 2,752
  • 6
  • 30
  • 57
  • Does this answer your question? [No acceptable C compiler found in $PATH when installing python](https://stackoverflow.com/questions/19816275/no-acceptable-c-compiler-found-in-path-when-installing-python) – Andy Lester Oct 27 '21 at 13:26

0 Answers0