SCIPhI icon indicating copy to clipboard operation
SCIPhI copied to clipboard

Cannot install

Open buutrg opened this issue 5 years ago • 4 comments

Hi, when I ran this line, it turns out to the message and I couldn't run "make" next

Would you help me to fix this, your help is really appreciated!

$ ./configure --with-boost=BOOST_PATH SEQAN_INCLUDEDIR=SEQAN_PATH DLIB_INCLUDEDIR=DLIB_PATH

configure: WARNING: unrecognized options: --with-boost
checking whether configure should try to set CXXFLAGS/CPPFLAGS/LDFLAGS... yes
./configure: line 2152: AX_CHECK_ENABLE_DEBUG: command not found
checking build system type... x86_64-pc-linux-gnu
checking host system type... x86_64-pc-linux-gnu
./configure: line 2274: AX_COMPILER_VENDOR: command not found
./configure: line 2275: AX_COMPILER_VERSION: command not found
checking for a sed that does not truncate output... /bin/sed
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 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 ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking cstdint usability... yes
checking cstdint presence... yes
checking for cstdint... yes
./configure: line 3258: AX_PTHREAD: command not found
./configure: line 3264: syntax error near unexpected token `${cxxflags_test}'
./configure: line 3264: `	AX_APPEND_COMPILE_FLAGS(${cxxflags_test} -Wall -Wno-redeclared-class-member, CXXFLAGS)'
$ make
make: *** No targets specified and no makefile found.  Stop.

buutrg avatar Jan 16 '19 07:01 buutrg