Thanks Oleg for your answer,

I use Ubuntu 16.04

Like for you the ./configure command doesn't fall in error. See below

Problems are lined to the make command

decebal@Hei-Long:~/softs-Astro/goqat-2.1.2$ ./configure
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)... yes
checking whether make supports nested variables... yes
checking for ./autogen.sh... no
checking for g++... g++
checking whether the C++ compiler works... yes
checking for C++ compiler default output file name... a.out
checking for suffix of executables...
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether we are using the GNU C++ compiler... yes
checking whether g++ accepts -g... yes
checking for style of include used by make... GNU
checking dependency style of g++... gcc3
checking for gcc... gcc
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking whether gcc understands -c and -o together... yes
checking dependency style of gcc... gcc3
checking for bash... /bin/bash
checking for perl... /usr/bin/perl
checking for pkg-config... /usr/bin/pkg-config
checking pkg-config is at least version 0.9.0... yes
checking for GTK... yes
checking for LIBGOOCANVAS... yes
checking for gdk_seat functions in gdk... no
checking for glib-2.0 >= 2.32... yes
checking for main in -lqsiapi... no
configure: ******** No QSI library - compiling without QSI CCD camera support!
checking for ReadoutSpeed in QSI library... no
checking for LIBUSB... yes
checking for libusb_init in -lusb-1.0... yes
checking for libusb_error_name... yes
checking for LIBUDEV... yes
checking for libindi >= 1.4.0... yes
checking for connect in -lindiclient... yes
checking how to run the C++ preprocessor... g++ -E
checking for grep that handles long lines and -e... /bin/grep
checking for egrep... /bin/grep -E
checking for LIBGTHREAD... yes
checking for LIBV4L2... yes
checking for GraceOpenVA in -lgrace_np... no
configure: ******** No grace library - compiling without Grace support!
checking for pin_init_user in -lparapin... no
configure: ******** No parapin library - compiling without parallel port support!
checking for XPAOpen in -lxpa... no
configure: ******** No xpa library - compiling without DS9 support!
checking for special C compiler options needed for large files... no
checking for _FILE_OFFSET_BITS value needed for large files... no
checking for std::unique_ptr... no
checking for std::auto_ptr... yes
checking that generated files are newer than configure... done
configure: creating ./config.status
config.status: creating data/DemoScript.pl
config.status: creating data/DemoScript.sh
config.status: creating data/Analyse_HFD.pl
config.status: creating data/GoQat_SExtractor.pl
config.status: creating Makefile
config.status: creating src/Makefile
config.status: creating src/config.h
config.status: src/config.h is unchanged
config.status: executing depfiles commands

Read More...