Mock Version: 1.4.21 Mock Version: 1.4.21 ENTER ['do_with_status'](['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target riscv64 --nodeps /builddir/build/SPECS/autodocksuite.spec'], chrootPath='/var/lib/mock/f33-build-300458-56561/root'env={'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'PS1': ' \\s-\\v\\$ ', 'LANG': 'en_US.UTF-8'}shell=Falselogger=timeout=432000uid=987gid=135user='mockbuild'nspawn_args=[]unshare_net=TrueprintOutput=False) Executing command: ['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target riscv64 --nodeps /builddir/build/SPECS/autodocksuite.spec'] with env {'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'PS1': ' \\s-\\v\\$ ', 'LANG': 'en_US.UTF-8'} and shell False Building target platforms: riscv64 Building for target riscv64 setting SOURCE_DATE_EPOCH=1595808000 Wrote: /builddir/build/SRPMS/autodocksuite-4.2.6-13.fc33.src.rpm Child return code was: 0 ENTER ['do_with_status'](['bash', '--login', '-c', '/usr/bin/rpmbuild -bb --target riscv64 --nodeps /builddir/build/SPECS/autodocksuite.spec'], chrootPath='/var/lib/mock/f33-build-300458-56561/root'env={'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'PS1': ' \\s-\\v\\$ ', 'LANG': 'en_US.UTF-8'}shell=Falselogger=timeout=432000uid=987gid=135user='mockbuild'nspawn_args=[]unshare_net=TrueprintOutput=False) Executing command: ['bash', '--login', '-c', '/usr/bin/rpmbuild -bb --target riscv64 --nodeps /builddir/build/SPECS/autodocksuite.spec'] with env {'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'PS1': ' \\s-\\v\\$ ', 'LANG': 'en_US.UTF-8'} and shell False Building target platforms: riscv64 Building for target riscv64 setting SOURCE_DATE_EPOCH=1595808000 Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.doPv0B + umask 022 + cd /builddir/build/BUILD + cd /builddir/build/BUILD + rm -rf src + /usr/bin/tar -xof - + /usr/bin/gzip -dc /builddir/build/SOURCES/autodocksuite-4.2.6-src.tar.gz + STATUS=0 + '[' 0 -ne 0 ']' + cd src + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w . + RPM_EC=0 ++ jobs -p + exit 0 Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.zEdOjE + umask 022 + cd /builddir/build/BUILD + cd src + pushd autodock ~/build/BUILD/src/autodock ~/build/BUILD/src + CFLAGS='-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection' + export CFLAGS + CXXFLAGS='-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection' + export CXXFLAGS + FFLAGS='-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -I/usr/lib64/gfortran/modules' + export FFLAGS + FCFLAGS='-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -I/usr/lib64/gfortran/modules' + export FCFLAGS + LDFLAGS='-Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld' + export LDFLAGS + LT_SYS_LIBRARY_PATH=/usr/lib64: + export LT_SYS_LIBRARY_PATH + CC=gcc + export CC + CXX=g++ + export CXX + '[' '-flto=auto -ffat-lto-objectsx' '!=' x ']' ++ find . -type f -name configure -print + for file in $(find . -type f -name configure -print) + /usr/bin/sed -r --in-place=.backup 's/^char \(\*f\) \(\) = /__attribute__ ((used)) char (*f) () = /g' ./configure + diff -u ./configure.backup ./configure + mv ./configure.backup ./configure + /usr/bin/sed -r --in-place=.backup 's/^char \(\*f\) \(\);/__attribute__ ((used)) char (*f) ();/g' ./configure + diff -u ./configure.backup ./configure + mv ./configure.backup ./configure + /usr/bin/sed -r --in-place=.backup 's/^char \$2 \(\);/__attribute__ ((used)) char \$2 ();/g' ./configure + diff -u ./configure.backup ./configure --- ./configure.backup 2014-07-18 21:58:48.000000000 -0400 +++ ./configure 2020-08-15 01:09:59.073124341 -0400 @@ -1874,7 +1874,7 @@ #ifdef __cplusplus extern "C" #endif -char $2 (); +__attribute__ ((used)) char $2 (); /* The GNU C library defines this for functions which it implements to always fail with ENOSYS. Some functions are actually named something starting with __ and the normal name is an alias. */ + /usr/bin/sed --in-place=.backup '1{$!N;$!N};$!N;s/int x = 1;\nint y = 0;\nint z;\nint nan;/volatile int x = 1; volatile int y = 0; volatile int z, nan;/;P;D' ./configure + diff -u ./configure.backup ./configure + mv ./configure.backup ./configure + /usr/bin/sed --in-place=.backup 's#^lt_cv_sys_global_symbol_to_cdecl=.*#lt_cv_sys_global_symbol_to_cdecl="sed -n -e '\''s/^T .* \\(.*\\)$/extern int \\1();/p'\'' -e '\''s/^$symcode* .* \\(.*\\)$/extern char \\1;/p'\''"#' ./configure + diff -u ./configure.backup ./configure + mv ./configure.backup ./configure + '[' 1 = 1 ']' +++ dirname ./configure ++ find . -name config.guess -o -name config.sub + for i in $(find $(dirname ./configure) -name config.guess -o -name config.sub) ++ basename ./config.sub + '[' -f /usr/lib/rpm/redhat/config.sub ']' + /usr/bin/rm -f ./config.sub ++ basename ./config.sub + /usr/bin/cp -fv /usr/lib/rpm/redhat/config.sub ./config.sub '/usr/lib/rpm/redhat/config.sub' -> './config.sub' + for i in $(find $(dirname ./configure) -name config.guess -o -name config.sub) ++ basename ./config.guess + '[' -f /usr/lib/rpm/redhat/config.guess ']' + /usr/bin/rm -f ./config.guess ++ basename ./config.guess + /usr/bin/cp -fv /usr/lib/rpm/redhat/config.guess ./config.guess '/usr/lib/rpm/redhat/config.guess' -> './config.guess' + '[' 1 = 1 ']' + '[' x '!=' 'x-Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld' ']' ++ find . -name ltmain.sh + ./configure --build=riscv64-redhat-linux-gnu --host=riscv64-redhat-linux-gnu --program-prefix= --disable-dependency-tracking --prefix=/usr --exec-prefix=/usr --bindir=/usr/bin --sbindir=/usr/sbin --sysconfdir=/etc --datadir=/usr/share --includedir=/usr/include --libdir=/usr/lib64 --libexecdir=/usr/libexec --localstatedir=/var --sharedstatedir=/var/lib --mandir=/usr/share/man --infodir=/usr/share/info checking for a BSD-compatible install... /usr/bin/install -c checking whether build environment is sane... yes checking for a thread-safe mkdir -p... /usr/bin/mkdir -p checking for gawk... gawk checking whether make sets $(MAKE)... yes checking for gawk... (cached) gawk 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++... none checking for riscv64-redhat-linux-gnu-ranlib... no checking for ranlib... ranlib checking build system type... riscv64-redhat-linux-gnu checking host system type... riscv64-redhat-linux-gnu checking for riscv64-redhat-linux-gnu-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 dependency style of gcc... none checking how to run the C preprocessor... gcc -E checking for grep that handles long lines and -e... /usr/bin/grep checking for egrep... /usr/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 for stdbool.h that conforms to C99... yes checking for _Bool... yes checking for an ANSI C-conforming const... yes checking for inline... inline checking for size_t... yes checking whether struct tm is in sys/time.h or time.h... time.h checking for stdlib.h... (cached) yes checking for GNU libc compatible malloc... yes checking for gethostname... yes checking for getpid... yes checking for GetProcessId... no checking for fchmod... yes checking for setlinebuf... yes checking for sysconf... yes checking for times... yes checking for getrusage... yes checking for pow... no checking for sqrt... no checking for strncasecmp... yes checking whether we are using the GNU C++ compiler... (cached) yes checking whether g++ accepts -g... (cached) yes checking dependency style of g++... (cached) none checking for g++ option to support OpenMP... -fopenmp checking that generated files are newer than configure... done configure: creating ./config.status config.status: creating Makefile config.status: executing depfiles commands + make -j4 rm -f default_parameters.h csh ./paramdat2h.csh ./AD4_parameters.dat ./AD4.1_bound.dat > default_parameters.h make all-am make[1]: Entering directory '/builddir/build/BUILD/src/autodock' g++ -DPACKAGE_NAME=\"autodock\" -DPACKAGE_TARNAME=\"autodock\" -DPACKAGE_VERSION=\"4.2.6\" -DPACKAGE_STRING=\"autodock\ 4.2.6\" -DPACKAGE_BUGREPORT=\"autodock@scripps.edu\" -DPACKAGE_URL=\"\" -DPACKAGE=\"autodock\" -DVERSION=\"4.2.6\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE__BOOL=1 -DHAVE_STDBOOL_H=1 -DHAVE_STDLIB_H=1 -DHAVE_MALLOC=1 -DHAVE_GETHOSTNAME=1 -DHAVE_GETPID=1 -DHAVE_FCHMOD=1 -DHAVE_SETLINEBUF=1 -DHAVE_SYSCONF=1 -DHAVE_TIMES=1 -DHAVE_GETRUSAGE=1 -DHAVE_STRNCASECMP=1 -I. -DNOSQRT -DUSE_DOUBLE -DUSE_8A_NBCUTOFF -DUSE_INT_AS_FOURBYTELONG -O3 -O3 -Wall -Wno-write-strings -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -c -o autodock4-main.o `test -f 'main.cc' || echo './'`main.cc g++ -DPACKAGE_NAME=\"autodock\" -DPACKAGE_TARNAME=\"autodock\" -DPACKAGE_VERSION=\"4.2.6\" -DPACKAGE_STRING=\"autodock\ 4.2.6\" -DPACKAGE_BUGREPORT=\"autodock@scripps.edu\" -DPACKAGE_URL=\"\" -DPACKAGE=\"autodock\" -DVERSION=\"4.2.6\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE__BOOL=1 -DHAVE_STDBOOL_H=1 -DHAVE_STDLIB_H=1 -DHAVE_MALLOC=1 -DHAVE_GETHOSTNAME=1 -DHAVE_GETPID=1 -DHAVE_FCHMOD=1 -DHAVE_SETLINEBUF=1 -DHAVE_SYSCONF=1 -DHAVE_TIMES=1 -DHAVE_GETRUSAGE=1 -DHAVE_STRNCASECMP=1 -I. -DNOSQRT -DUSE_DOUBLE -DUSE_8A_NBCUTOFF -DUSE_INT_AS_FOURBYTELONG -O3 -O3 -Wall -Wno-write-strings -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -c -o autodock4-alea.o `test -f 'alea.cc' || echo './'`alea.cc g++ -DPACKAGE_NAME=\"autodock\" -DPACKAGE_TARNAME=\"autodock\" -DPACKAGE_VERSION=\"4.2.6\" -DPACKAGE_STRING=\"autodock\ 4.2.6\" -DPACKAGE_BUGREPORT=\"autodock@scripps.edu\" -DPACKAGE_URL=\"\" -DPACKAGE=\"autodock\" -DVERSION=\"4.2.6\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE__BOOL=1 -DHAVE_STDBOOL_H=1 -DHAVE_STDLIB_H=1 -DHAVE_MALLOC=1 -DHAVE_GETHOSTNAME=1 -DHAVE_GETPID=1 -DHAVE_FCHMOD=1 -DHAVE_SETLINEBUF=1 -DHAVE_SYSCONF=1 -DHAVE_TIMES=1 -DHAVE_GETRUSAGE=1 -DHAVE_STRNCASECMP=1 -I. -DNOSQRT -DUSE_DOUBLE -DUSE_8A_NBCUTOFF -DUSE_INT_AS_FOURBYTELONG -O3 -O3 -Wall -Wno-write-strings -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -c -o autodock4-analysis.o `test -f 'analysis.cc' || echo './'`analysis.cc g++ -DPACKAGE_NAME=\"autodock\" -DPACKAGE_TARNAME=\"autodock\" -DPACKAGE_VERSION=\"4.2.6\" -DPACKAGE_STRING=\"autodock\ 4.2.6\" -DPACKAGE_BUGREPORT=\"autodock@scripps.edu\" -DPACKAGE_URL=\"\" -DPACKAGE=\"autodock\" -DVERSION=\"4.2.6\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE__BOOL=1 -DHAVE_STDBOOL_H=1 -DHAVE_STDLIB_H=1 -DHAVE_MALLOC=1 -DHAVE_GETHOSTNAME=1 -DHAVE_GETPID=1 -DHAVE_FCHMOD=1 -DHAVE_SETLINEBUF=1 -DHAVE_SYSCONF=1 -DHAVE_TIMES=1 -DHAVE_GETRUSAGE=1 -DHAVE_STRNCASECMP=1 -I. -DNOSQRT -DUSE_DOUBLE -DUSE_8A_NBCUTOFF -DUSE_INT_AS_FOURBYTELONG -O3 -O3 -Wall -Wno-write-strings -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -c -o autodock4-atom_parameter_manager.o `test -f 'atom_parameter_manager.cc' || echo './'`atom_parameter_manager.cc main.cc:3490: warning: ignoring '#pragma omp parallel' [-Wunknown-pragmas] 3490 | #pragma omp parallel for \ | g++ -DPACKAGE_NAME=\"autodock\" -DPACKAGE_TARNAME=\"autodock\" -DPACKAGE_VERSION=\"4.2.6\" -DPACKAGE_STRING=\"autodock\ 4.2.6\" -DPACKAGE_BUGREPORT=\"autodock@scripps.edu\" -DPACKAGE_URL=\"\" -DPACKAGE=\"autodock\" -DVERSION=\"4.2.6\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE__BOOL=1 -DHAVE_STDBOOL_H=1 -DHAVE_STDLIB_H=1 -DHAVE_MALLOC=1 -DHAVE_GETHOSTNAME=1 -DHAVE_GETPID=1 -DHAVE_FCHMOD=1 -DHAVE_SETLINEBUF=1 -DHAVE_SYSCONF=1 -DHAVE_TIMES=1 -DHAVE_GETRUSAGE=1 -DHAVE_STRNCASECMP=1 -I. -DNOSQRT -DUSE_DOUBLE -DUSE_8A_NBCUTOFF -DUSE_INT_AS_FOURBYTELONG -O3 -O3 -Wall -Wno-write-strings -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -c -o autodock4-banner.o `test -f 'banner.cc' || echo './'`banner.cc g++ -DPACKAGE_NAME=\"autodock\" -DPACKAGE_TARNAME=\"autodock\" -DPACKAGE_VERSION=\"4.2.6\" -DPACKAGE_STRING=\"autodock\ 4.2.6\" -DPACKAGE_BUGREPORT=\"autodock@scripps.edu\" -DPACKAGE_URL=\"\" -DPACKAGE=\"autodock\" -DVERSION=\"4.2.6\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE__BOOL=1 -DHAVE_STDBOOL_H=1 -DHAVE_STDLIB_H=1 -DHAVE_MALLOC=1 -DHAVE_GETHOSTNAME=1 -DHAVE_GETPID=1 -DHAVE_FCHMOD=1 -DHAVE_SETLINEBUF=1 -DHAVE_SYSCONF=1 -DHAVE_TIMES=1 -DHAVE_GETRUSAGE=1 -DHAVE_STRNCASECMP=1 -I. -DNOSQRT -DUSE_DOUBLE -DUSE_8A_NBCUTOFF -DUSE_INT_AS_FOURBYTELONG -O3 -O3 -Wall -Wno-write-strings -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -c -o autodock4-bestpdb.o `test -f 'bestpdb.cc' || echo './'`bestpdb.cc g++ -DPACKAGE_NAME=\"autodock\" -DPACKAGE_TARNAME=\"autodock\" -DPACKAGE_VERSION=\"4.2.6\" -DPACKAGE_STRING=\"autodock\ 4.2.6\" -DPACKAGE_BUGREPORT=\"autodock@scripps.edu\" -DPACKAGE_URL=\"\" -DPACKAGE=\"autodock\" -DVERSION=\"4.2.6\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE__BOOL=1 -DHAVE_STDBOOL_H=1 -DHAVE_STDLIB_H=1 -DHAVE_MALLOC=1 -DHAVE_GETHOSTNAME=1 -DHAVE_GETPID=1 -DHAVE_FCHMOD=1 -DHAVE_SETLINEBUF=1 -DHAVE_SYSCONF=1 -DHAVE_TIMES=1 -DHAVE_GETRUSAGE=1 -DHAVE_STRNCASECMP=1 -I. -DNOSQRT -DUSE_DOUBLE -DUSE_8A_NBCUTOFF -DUSE_INT_AS_FOURBYTELONG -O3 -O3 -Wall -Wno-write-strings -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -c -o autodock4-calculateEnergies.o `test -f 'calculateEnergies.cc' || echo './'`calculateEnergies.cc bestpdb.cc: In function 'bestpdb(int, int const*, int const (*) [2000], double const*, double const (*) [2048][3], char const (*) [128], int, int, double const*, int, _IO_FILE*)': bestpdb.cc:123:62: warning: '%4d' directive writing between 4 and 10 bytes into a region of size 9 [-Wformat-overflow=] 123 | sprintf(AtmNamResNamNumInsCode, "%-11.11s%4d%-4.4s", &atomstuff[j][11], | ^~~ bestpdb.cc:123:53: note: directive argument in the range [1, 2147483647] 123 | sprintf(AtmNamResNamNumInsCode, "%-11.11s%4d%-4.4s", &atomstuff[j][11], | ^~~~~~~~~~~~~~~~~~~ In file included from /usr/include/stdio.h:866, from bestpdb.cc:33: /usr/include/bits/stdio2.h:38:34: note: '__sprintf_chk' output between 20 and 26 bytes into a destination of size 20 38 | return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1, | ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 39 | __bos (__s), __fmt, __va_arg_pack ()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ g++ -DPACKAGE_NAME=\"autodock\" -DPACKAGE_TARNAME=\"autodock\" -DPACKAGE_VERSION=\"4.2.6\" -DPACKAGE_STRING=\"autodock\ 4.2.6\" -DPACKAGE_BUGREPORT=\"autodock@scripps.edu\" -DPACKAGE_URL=\"\" -DPACKAGE=\"autodock\" -DVERSION=\"4.2.6\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE__BOOL=1 -DHAVE_STDBOOL_H=1 -DHAVE_STDLIB_H=1 -DHAVE_MALLOC=1 -DHAVE_GETHOSTNAME=1 -DHAVE_GETPID=1 -DHAVE_FCHMOD=1 -DHAVE_SETLINEBUF=1 -DHAVE_SYSCONF=1 -DHAVE_TIMES=1 -DHAVE_GETRUSAGE=1 -DHAVE_STRNCASECMP=1 -I. -DNOSQRT -DUSE_DOUBLE -DUSE_8A_NBCUTOFF -DUSE_INT_AS_FOURBYTELONG -O3 -O3 -Wall -Wno-write-strings -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -c -o autodock4-call_glss.o `test -f 'call_glss.cc' || echo './'`call_glss.cc g++ -DPACKAGE_NAME=\"autodock\" -DPACKAGE_TARNAME=\"autodock\" -DPACKAGE_VERSION=\"4.2.6\" -DPACKAGE_STRING=\"autodock\ 4.2.6\" -DPACKAGE_BUGREPORT=\"autodock@scripps.edu\" -DPACKAGE_URL=\"\" -DPACKAGE=\"autodock\" -DVERSION=\"4.2.6\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE__BOOL=1 -DHAVE_STDBOOL_H=1 -DHAVE_STDLIB_H=1 -DHAVE_MALLOC=1 -DHAVE_GETHOSTNAME=1 -DHAVE_GETPID=1 -DHAVE_FCHMOD=1 -DHAVE_SETLINEBUF=1 -DHAVE_SYSCONF=1 -DHAVE_TIMES=1 -DHAVE_GETRUSAGE=1 -DHAVE_STRNCASECMP=1 -I. -DNOSQRT -DUSE_DOUBLE -DUSE_8A_NBCUTOFF -DUSE_INT_AS_FOURBYTELONG -O3 -O3 -Wall -Wno-write-strings -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -c -o autodock4-call_ls.o `test -f 'call_ls.cc' || echo './'`call_ls.cc g++ -DPACKAGE_NAME=\"autodock\" -DPACKAGE_TARNAME=\"autodock\" -DPACKAGE_VERSION=\"4.2.6\" -DPACKAGE_STRING=\"autodock\ 4.2.6\" -DPACKAGE_BUGREPORT=\"autodock@scripps.edu\" -DPACKAGE_URL=\"\" -DPACKAGE=\"autodock\" -DVERSION=\"4.2.6\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE__BOOL=1 -DHAVE_STDBOOL_H=1 -DHAVE_STDLIB_H=1 -DHAVE_MALLOC=1 -DHAVE_GETHOSTNAME=1 -DHAVE_GETPID=1 -DHAVE_FCHMOD=1 -DHAVE_SETLINEBUF=1 -DHAVE_SYSCONF=1 -DHAVE_TIMES=1 -DHAVE_GETRUSAGE=1 -DHAVE_STRNCASECMP=1 -I. -DNOSQRT -DUSE_DOUBLE -DUSE_8A_NBCUTOFF -DUSE_INT_AS_FOURBYTELONG -O3 -O3 -Wall -Wno-write-strings -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -c -o autodock4-center_ligand.o `test -f 'center_ligand.cc' || echo './'`center_ligand.cc g++ -DPACKAGE_NAME=\"autodock\" -DPACKAGE_TARNAME=\"autodock\" -DPACKAGE_VERSION=\"4.2.6\" -DPACKAGE_STRING=\"autodock\ 4.2.6\" -DPACKAGE_BUGREPORT=\"autodock@scripps.edu\" -DPACKAGE_URL=\"\" -DPACKAGE=\"autodock\" -DVERSION=\"4.2.6\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE__BOOL=1 -DHAVE_STDBOOL_H=1 -DHAVE_STDLIB_H=1 -DHAVE_MALLOC=1 -DHAVE_GETHOSTNAME=1 -DHAVE_GETPID=1 -DHAVE_FCHMOD=1 -DHAVE_SETLINEBUF=1 -DHAVE_SYSCONF=1 -DHAVE_TIMES=1 -DHAVE_GETRUSAGE=1 -DHAVE_STRNCASECMP=1 -I. -DNOSQRT -DUSE_DOUBLE -DUSE_8A_NBCUTOFF -DUSE_INT_AS_FOURBYTELONG -O3 -O3 -Wall -Wno-write-strings -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -c -o autodock4-changeState.o `test -f 'changeState.cc' || echo './'`changeState.cc g++ -DPACKAGE_NAME=\"autodock\" -DPACKAGE_TARNAME=\"autodock\" -DPACKAGE_VERSION=\"4.2.6\" -DPACKAGE_STRING=\"autodock\ 4.2.6\" -DPACKAGE_BUGREPORT=\"autodock@scripps.edu\" -DPACKAGE_URL=\"\" -DPACKAGE=\"autodock\" -DVERSION=\"4.2.6\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE__BOOL=1 -DHAVE_STDBOOL_H=1 -DHAVE_STDLIB_H=1 -DHAVE_MALLOC=1 -DHAVE_GETHOSTNAME=1 -DHAVE_GETPID=1 -DHAVE_FCHMOD=1 -DHAVE_SETLINEBUF=1 -DHAVE_SYSCONF=1 -DHAVE_TIMES=1 -DHAVE_GETRUSAGE=1 -DHAVE_STRNCASECMP=1 -I. -DNOSQRT -DUSE_DOUBLE -DUSE_8A_NBCUTOFF -DUSE_INT_AS_FOURBYTELONG -O3 -O3 -Wall -Wno-write-strings -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -c -o autodock4-check_header_float.o `test -f 'check_header_float.cc' || echo './'`check_header_float.cc g++ -DPACKAGE_NAME=\"autodock\" -DPACKAGE_TARNAME=\"autodock\" -DPACKAGE_VERSION=\"4.2.6\" -DPACKAGE_STRING=\"autodock\ 4.2.6\" -DPACKAGE_BUGREPORT=\"autodock@scripps.edu\" -DPACKAGE_URL=\"\" -DPACKAGE=\"autodock\" -DVERSION=\"4.2.6\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE__BOOL=1 -DHAVE_STDBOOL_H=1 -DHAVE_STDLIB_H=1 -DHAVE_MALLOC=1 -DHAVE_GETHOSTNAME=1 -DHAVE_GETPID=1 -DHAVE_FCHMOD=1 -DHAVE_SETLINEBUF=1 -DHAVE_SYSCONF=1 -DHAVE_TIMES=1 -DHAVE_GETRUSAGE=1 -DHAVE_STRNCASECMP=1 -I. -DNOSQRT -DUSE_DOUBLE -DUSE_8A_NBCUTOFF -DUSE_INT_AS_FOURBYTELONG -O3 -O3 -Wall -Wno-write-strings -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -c -o autodock4-check_header_int.o `test -f 'check_header_int.cc' || echo './'`check_header_int.cc g++ -DPACKAGE_NAME=\"autodock\" -DPACKAGE_TARNAME=\"autodock\" -DPACKAGE_VERSION=\"4.2.6\" -DPACKAGE_STRING=\"autodock\ 4.2.6\" -DPACKAGE_BUGREPORT=\"autodock@scripps.edu\" -DPACKAGE_URL=\"\" -DPACKAGE=\"autodock\" -DVERSION=\"4.2.6\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE__BOOL=1 -DHAVE_STDBOOL_H=1 -DHAVE_STDLIB_H=1 -DHAVE_MALLOC=1 -DHAVE_GETHOSTNAME=1 -DHAVE_GETPID=1 -DHAVE_FCHMOD=1 -DHAVE_SETLINEBUF=1 -DHAVE_SYSCONF=1 -DHAVE_TIMES=1 -DHAVE_GETRUSAGE=1 -DHAVE_STRNCASECMP=1 -I. -DNOSQRT -DUSE_DOUBLE -DUSE_8A_NBCUTOFF -DUSE_INT_AS_FOURBYTELONG -O3 -O3 -Wall -Wno-write-strings -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -c -o autodock4-check_header_line.o `test -f 'check_header_line.cc' || echo './'`check_header_line.cc g++ -DPACKAGE_NAME=\"autodock\" -DPACKAGE_TARNAME=\"autodock\" -DPACKAGE_VERSION=\"4.2.6\" -DPACKAGE_STRING=\"autodock\ 4.2.6\" -DPACKAGE_BUGREPORT=\"autodock@scripps.edu\" -DPACKAGE_URL=\"\" -DPACKAGE=\"autodock\" -DVERSION=\"4.2.6\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE__BOOL=1 -DHAVE_STDBOOL_H=1 -DHAVE_STDLIB_H=1 -DHAVE_MALLOC=1 -DHAVE_GETHOSTNAME=1 -DHAVE_GETPID=1 -DHAVE_FCHMOD=1 -DHAVE_SETLINEBUF=1 -DHAVE_SYSCONF=1 -DHAVE_TIMES=1 -DHAVE_GETRUSAGE=1 -DHAVE_STRNCASECMP=1 -I. -DNOSQRT -DUSE_DOUBLE -DUSE_8A_NBCUTOFF -DUSE_INT_AS_FOURBYTELONG -O3 -O3 -Wall -Wno-write-strings -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -c -o autodock4-cluster_analysis.o `test -f 'cluster_analysis.cc' || echo './'`cluster_analysis.cc g++ -DPACKAGE_NAME=\"autodock\" -DPACKAGE_TARNAME=\"autodock\" -DPACKAGE_VERSION=\"4.2.6\" -DPACKAGE_STRING=\"autodock\ 4.2.6\" -DPACKAGE_BUGREPORT=\"autodock@scripps.edu\" -DPACKAGE_URL=\"\" -DPACKAGE=\"autodock\" -DVERSION=\"4.2.6\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE__BOOL=1 -DHAVE_STDBOOL_H=1 -DHAVE_STDLIB_H=1 -DHAVE_MALLOC=1 -DHAVE_GETHOSTNAME=1 -DHAVE_GETPID=1 -DHAVE_FCHMOD=1 -DHAVE_SETLINEBUF=1 -DHAVE_SYSCONF=1 -DHAVE_TIMES=1 -DHAVE_GETRUSAGE=1 -DHAVE_STRNCASECMP=1 -I. -DNOSQRT -DUSE_DOUBLE -DUSE_8A_NBCUTOFF -DUSE_INT_AS_FOURBYTELONG -O3 -O3 -Wall -Wno-write-strings -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -c -o autodock4-clmode.o `test -f 'clmode.cc' || echo './'`clmode.cc g++ -DPACKAGE_NAME=\"autodock\" -DPACKAGE_TARNAME=\"autodock\" -DPACKAGE_VERSION=\"4.2.6\" -DPACKAGE_STRING=\"autodock\ 4.2.6\" -DPACKAGE_BUGREPORT=\"autodock@scripps.edu\" -DPACKAGE_URL=\"\" -DPACKAGE=\"autodock\" -DVERSION=\"4.2.6\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE__BOOL=1 -DHAVE_STDBOOL_H=1 -DHAVE_STDLIB_H=1 -DHAVE_MALLOC=1 -DHAVE_GETHOSTNAME=1 -DHAVE_GETPID=1 -DHAVE_FCHMOD=1 -DHAVE_SETLINEBUF=1 -DHAVE_SYSCONF=1 -DHAVE_TIMES=1 -DHAVE_GETRUSAGE=1 -DHAVE_STRNCASECMP=1 -I. -DNOSQRT -DUSE_DOUBLE -DUSE_8A_NBCUTOFF -DUSE_INT_AS_FOURBYTELONG -O3 -O3 -Wall -Wno-write-strings -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -c -o autodock4-cnv_state_to_coords.o `test -f 'cnv_state_to_coords.cc' || echo './'`cnv_state_to_coords.cc g++ -DPACKAGE_NAME=\"autodock\" -DPACKAGE_TARNAME=\"autodock\" -DPACKAGE_VERSION=\"4.2.6\" -DPACKAGE_STRING=\"autodock\ 4.2.6\" -DPACKAGE_BUGREPORT=\"autodock@scripps.edu\" -DPACKAGE_URL=\"\" -DPACKAGE=\"autodock\" -DVERSION=\"4.2.6\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE__BOOL=1 -DHAVE_STDBOOL_H=1 -DHAVE_STDLIB_H=1 -DHAVE_MALLOC=1 -DHAVE_GETHOSTNAME=1 -DHAVE_GETPID=1 -DHAVE_FCHMOD=1 -DHAVE_SETLINEBUF=1 -DHAVE_SYSCONF=1 -DHAVE_TIMES=1 -DHAVE_GETRUSAGE=1 -DHAVE_STRNCASECMP=1 -I. -DNOSQRT -DUSE_DOUBLE -DUSE_8A_NBCUTOFF -DUSE_INT_AS_FOURBYTELONG -O3 -O3 -Wall -Wno-write-strings -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -c -o autodock4-com.o `test -f 'com.cc' || echo './'`com.cc com.cc:238: warning: ignoring '#pragma omp critical' [-Wunknown-pragmas] 238 | #pragma omp critical | g++ -DPACKAGE_NAME=\"autodock\" -DPACKAGE_TARNAME=\"autodock\" -DPACKAGE_VERSION=\"4.2.6\" -DPACKAGE_STRING=\"autodock\ 4.2.6\" -DPACKAGE_BUGREPORT=\"autodock@scripps.edu\" -DPACKAGE_URL=\"\" -DPACKAGE=\"autodock\" -DVERSION=\"4.2.6\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE__BOOL=1 -DHAVE_STDBOOL_H=1 -DHAVE_STDLIB_H=1 -DHAVE_MALLOC=1 -DHAVE_GETHOSTNAME=1 -DHAVE_GETPID=1 -DHAVE_FCHMOD=1 -DHAVE_SETLINEBUF=1 -DHAVE_SYSCONF=1 -DHAVE_TIMES=1 -DHAVE_GETRUSAGE=1 -DHAVE_STRNCASECMP=1 -I. -DNOSQRT -DUSE_DOUBLE -DUSE_8A_NBCUTOFF -DUSE_INT_AS_FOURBYTELONG -O3 -O3 -Wall -Wno-write-strings -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -c -o autodock4-conformation_sampler.o `test -f 'conformation_sampler.cc' || echo './'`conformation_sampler.cc In file included from /usr/include/string.h:519, from clmode.cc:33: In function 'strncpy', inlined from 'clmode(int, double const&, char const*, long const&, tms const&, int, char const*, double const (*) [3], double const*, int, int, char const*, int, int, int, _IO_FILE*)' at clmode.cc:210:28: /usr/include/bits/string_fortified.h:106:34: warning: 'strncpy' output may be truncated copying 30 bytes from a string of length 255 [-Wstringop-truncation] 106 | return __builtin___strncpy_chk (__dest, __src, __len, __bos (__dest)); | ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ g++ -DPACKAGE_NAME=\"autodock\" -DPACKAGE_TARNAME=\"autodock\" -DPACKAGE_VERSION=\"4.2.6\" -DPACKAGE_STRING=\"autodock\ 4.2.6\" -DPACKAGE_BUGREPORT=\"autodock@scripps.edu\" -DPACKAGE_URL=\"\" -DPACKAGE=\"autodock\" -DVERSION=\"4.2.6\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE__BOOL=1 -DHAVE_STDBOOL_H=1 -DHAVE_STDLIB_H=1 -DHAVE_MALLOC=1 -DHAVE_GETHOSTNAME=1 -DHAVE_GETPID=1 -DHAVE_FCHMOD=1 -DHAVE_SETLINEBUF=1 -DHAVE_SYSCONF=1 -DHAVE_TIMES=1 -DHAVE_GETRUSAGE=1 -DHAVE_STRNCASECMP=1 -I. -DNOSQRT -DUSE_DOUBLE -DUSE_8A_NBCUTOFF -DUSE_INT_AS_FOURBYTELONG -O3 -O3 -Wall -Wno-write-strings -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -c -o autodock4-dimLibrary.o `test -f 'dimLibrary.cc' || echo './'`dimLibrary.cc g++ -DPACKAGE_NAME=\"autodock\" -DPACKAGE_TARNAME=\"autodock\" -DPACKAGE_VERSION=\"4.2.6\" -DPACKAGE_STRING=\"autodock\ 4.2.6\" -DPACKAGE_BUGREPORT=\"autodock@scripps.edu\" -DPACKAGE_URL=\"\" -DPACKAGE=\"autodock\" -DVERSION=\"4.2.6\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE__BOOL=1 -DHAVE_STDBOOL_H=1 -DHAVE_STDLIB_H=1 -DHAVE_MALLOC=1 -DHAVE_GETHOSTNAME=1 -DHAVE_GETPID=1 -DHAVE_FCHMOD=1 -DHAVE_SETLINEBUF=1 -DHAVE_SYSCONF=1 -DHAVE_TIMES=1 -DHAVE_GETRUSAGE=1 -DHAVE_STRNCASECMP=1 -I. -DNOSQRT -DUSE_DOUBLE -DUSE_8A_NBCUTOFF -DUSE_INT_AS_FOURBYTELONG -O3 -O3 -Wall -Wno-write-strings -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -c -o autodock4-distdepdiel.o `test -f 'distdepdiel.cc' || echo './'`distdepdiel.cc main.cc: In function 'main': main.cc:1250:89: warning: '%s' directive writing up to 4095 bytes into a region of size 313 [-Wformat-overflow=] 1250 | prStr( error_message,"%s: Edit the parameter library file \"%s\" and try again.\n", programname, FN_parameter_library ); | ^~ ~~~~~~~~~~~~~~~~~~~~ In file included from /usr/include/stdio.h:866, from /usr/include/c++/10/cstdio:42, from /usr/include/c++/10/ext/string_conversions.h:43, from /usr/include/c++/10/bits/basic_string.h:6535, from /usr/include/c++/10/string:55, from main.cc:71: /usr/include/bits/stdio2.h:38:34: note: '__sprintf_chk' output 61 or more bytes (assuming 4156) into a destination of size 356 38 | return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1, | ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 39 | __bos (__s), __fmt, __va_arg_pack ()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ main.cc:2367:82: warning: '%s' directive writing up to 511 bytes into a region of size 320 [-Wformat-overflow=] 2367 | prStr( error_message,"%s: ERROR: Unknown ligand atom type \"%s\"; add parameters for it to the parameter library first!\n", programname, param[i]); | ^~ In file included from /usr/include/stdio.h:866, from /usr/include/c++/10/cstdio:42, from /usr/include/c++/10/ext/string_conversions.h:43, from /usr/include/c++/10/bits/basic_string.h:6535, from /usr/include/c++/10/string:55, from main.cc:71: /usr/include/bits/stdio2.h:38:34: note: '__sprintf_chk' output 94 or more bytes (assuming 605) into a destination of size 356 38 | return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1, | ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 39 | __bos (__s), __fmt, __va_arg_pack ()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ conformation_sampler.cc: In constructor 'ConformationSampler::ConformationSampler(const State&, int, Eval*, int, FILE*)': conformation_sampler.cc:99:10: warning: variable 'base_q' set but not used [-Wunused-but-set-variable] 99 | Quat base_q = probe_point.readQuat(); | ^~~~~~ g++ -DPACKAGE_NAME=\"autodock\" -DPACKAGE_TARNAME=\"autodock\" -DPACKAGE_VERSION=\"4.2.6\" -DPACKAGE_STRING=\"autodock\ 4.2.6\" -DPACKAGE_BUGREPORT=\"autodock@scripps.edu\" -DPACKAGE_URL=\"\" -DPACKAGE=\"autodock\" -DVERSION=\"4.2.6\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE__BOOL=1 -DHAVE_STDBOOL_H=1 -DHAVE_STDLIB_H=1 -DHAVE_MALLOC=1 -DHAVE_GETHOSTNAME=1 -DHAVE_GETPID=1 -DHAVE_FCHMOD=1 -DHAVE_SETLINEBUF=1 -DHAVE_SYSCONF=1 -DHAVE_TIMES=1 -DHAVE_GETRUSAGE=1 -DHAVE_STRNCASECMP=1 -I. -DNOSQRT -DUSE_DOUBLE -DUSE_8A_NBCUTOFF -DUSE_INT_AS_FOURBYTELONG -O3 -O3 -Wall -Wno-write-strings -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -c -o autodock4-stateLibrary.o `test -f 'stateLibrary.cc' || echo './'`stateLibrary.cc g++ -DPACKAGE_NAME=\"autodock\" -DPACKAGE_TARNAME=\"autodock\" -DPACKAGE_VERSION=\"4.2.6\" -DPACKAGE_STRING=\"autodock\ 4.2.6\" -DPACKAGE_BUGREPORT=\"autodock@scripps.edu\" -DPACKAGE_URL=\"\" -DPACKAGE=\"autodock\" -DVERSION=\"4.2.6\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE__BOOL=1 -DHAVE_STDBOOL_H=1 -DHAVE_STDLIB_H=1 -DHAVE_MALLOC=1 -DHAVE_GETHOSTNAME=1 -DHAVE_GETPID=1 -DHAVE_FCHMOD=1 -DHAVE_SETLINEBUF=1 -DHAVE_SYSCONF=1 -DHAVE_TIMES=1 -DHAVE_GETRUSAGE=1 -DHAVE_STRNCASECMP=1 -I. -DNOSQRT -DUSE_DOUBLE -DUSE_8A_NBCUTOFF -DUSE_INT_AS_FOURBYTELONG -O3 -O3 -Wall -Wno-write-strings -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -c -o autodock4-readfield.o `test -f 'readfield.cc' || echo './'`readfield.cc g++ -DPACKAGE_NAME=\"autodock\" -DPACKAGE_TARNAME=\"autodock\" -DPACKAGE_VERSION=\"4.2.6\" -DPACKAGE_STRING=\"autodock\ 4.2.6\" -DPACKAGE_BUGREPORT=\"autodock@scripps.edu\" -DPACKAGE_URL=\"\" -DPACKAGE=\"autodock\" -DVERSION=\"4.2.6\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE__BOOL=1 -DHAVE_STDBOOL_H=1 -DHAVE_STDLIB_H=1 -DHAVE_MALLOC=1 -DHAVE_GETHOSTNAME=1 -DHAVE_GETPID=1 -DHAVE_FCHMOD=1 -DHAVE_SETLINEBUF=1 -DHAVE_SYSCONF=1 -DHAVE_TIMES=1 -DHAVE_GETRUSAGE=1 -DHAVE_STRNCASECMP=1 -I. -DNOSQRT -DUSE_DOUBLE -DUSE_8A_NBCUTOFF -DUSE_INT_AS_FOURBYTELONG -O3 -O3 -Wall -Wno-write-strings -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -c -o autodock4-readmap.o `test -f 'readmap.cc' || echo './'`readmap.cc readfield.cc: In function 'void readfield(GridMapSetInfo*, char*, const clock_t&, const tms&, int, FILE*)': readfield.cc:83:17: warning: ignoring return value of 'char* fgets(char*, int, FILE*)' declared with attribute 'warn_unused_result' [-Wunused-result] 83 | (void) fgets(inputline, LINE_LEN, fldFile); | ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ readfield.cc:108:17: warning: ignoring return value of 'char* fgets(char*, int, FILE*)' declared with attribute 'warn_unused_result' [-Wunused-result] 108 | (void) fgets(inputline, LINE_LEN, fldFile); | ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ readfield.cc:116:17: warning: ignoring return value of 'char* fgets(char*, int, FILE*)' declared with attribute 'warn_unused_result' [-Wunused-result] 116 | (void) fgets(inputline, LINE_LEN, fldFile); | ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ readfield.cc:123:17: warning: ignoring return value of 'char* fgets(char*, int, FILE*)' declared with attribute 'warn_unused_result' [-Wunused-result] 123 | (void) fgets(inputline, LINE_LEN, fldFile); | ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ g++ -DPACKAGE_NAME=\"autodock\" -DPACKAGE_TARNAME=\"autodock\" -DPACKAGE_VERSION=\"4.2.6\" -DPACKAGE_STRING=\"autodock\ 4.2.6\" -DPACKAGE_BUGREPORT=\"autodock@scripps.edu\" -DPACKAGE_URL=\"\" -DPACKAGE=\"autodock\" -DVERSION=\"4.2.6\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE__BOOL=1 -DHAVE_STDBOOL_H=1 -DHAVE_STDLIB_H=1 -DHAVE_MALLOC=1 -DHAVE_GETHOSTNAME=1 -DHAVE_GETPID=1 -DHAVE_FCHMOD=1 -DHAVE_SETLINEBUF=1 -DHAVE_SYSCONF=1 -DHAVE_TIMES=1 -DHAVE_GETRUSAGE=1 -DHAVE_STRNCASECMP=1 -I. -DNOSQRT -DUSE_DOUBLE -DUSE_8A_NBCUTOFF -DUSE_INT_AS_FOURBYTELONG -O3 -O3 -Wall -Wno-write-strings -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -c -o autodock4-readPDBQT.o `test -f 'readPDBQT.cc' || echo './'`readPDBQT.cc g++ -DPACKAGE_NAME=\"autodock\" -DPACKAGE_TARNAME=\"autodock\" -DPACKAGE_VERSION=\"4.2.6\" -DPACKAGE_STRING=\"autodock\ 4.2.6\" -DPACKAGE_BUGREPORT=\"autodock@scripps.edu\" -DPACKAGE_URL=\"\" -DPACKAGE=\"autodock\" -DVERSION=\"4.2.6\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE__BOOL=1 -DHAVE_STDBOOL_H=1 -DHAVE_STDLIB_H=1 -DHAVE_MALLOC=1 -DHAVE_GETHOSTNAME=1 -DHAVE_GETPID=1 -DHAVE_FCHMOD=1 -DHAVE_SETLINEBUF=1 -DHAVE_SYSCONF=1 -DHAVE_TIMES=1 -DHAVE_GETRUSAGE=1 -DHAVE_STRNCASECMP=1 -I. -DNOSQRT -DUSE_DOUBLE -DUSE_8A_NBCUTOFF -DUSE_INT_AS_FOURBYTELONG -O3 -O3 -Wall -Wno-write-strings -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -c -o autodock4-read_parameter_library.o `test -f 'read_parameter_library.cc' || echo './'`read_parameter_library.cc g++ -DPACKAGE_NAME=\"autodock\" -DPACKAGE_TARNAME=\"autodock\" -DPACKAGE_VERSION=\"4.2.6\" -DPACKAGE_STRING=\"autodock\ 4.2.6\" -DPACKAGE_BUGREPORT=\"autodock@scripps.edu\" -DPACKAGE_URL=\"\" -DPACKAGE=\"autodock\" -DVERSION=\"4.2.6\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE__BOOL=1 -DHAVE_STDBOOL_H=1 -DHAVE_STDLIB_H=1 -DHAVE_MALLOC=1 -DHAVE_GETHOSTNAME=1 -DHAVE_GETPID=1 -DHAVE_FCHMOD=1 -DHAVE_SETLINEBUF=1 -DHAVE_SYSCONF=1 -DHAVE_TIMES=1 -DHAVE_GETRUSAGE=1 -DHAVE_STRNCASECMP=1 -I. -DNOSQRT -DUSE_DOUBLE -DUSE_8A_NBCUTOFF -DUSE_INT_AS_FOURBYTELONG -O3 -O3 -Wall -Wno-write-strings -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -c -o autodock4-eval.o `test -f 'eval.cc' || echo './'`eval.cc readPDBQT.cc: In function 'Molecule readPDBQT(char*, int, int*, Real (*)[3], Real*, Boole*, int*, int*, char (*)[5], char*, char*, Boole, char (*)[128], int*, int*, Boole*, int*, int*, Real*, Real*, int*, int*, int (*)[2048], Real (*)[3], int*, int*, NonbondParam*, const clock_t&, const tms&, const char*, int*, int*, int, char (*)[256], int*, int, int, FILE*)': readPDBQT.cc:133:18: warning: variable 'B_has_conect_records' set but not used [-Wunused-but-set-variable] 133 | Boole B_has_conect_records = FALSE; | ^~~~~~~~~~~~~~~~~~~~ readPDBQT.cc:370:308: warning: ' could not be found; check ...' directive writing 238 bytes into a region of size between 196 and 212 [-Wformat-overflow=] 370 | prStr(message, "%s: WARNING: the atom type (%s) of atom number %d could not be found;\n\tcheck that this atom type is listed after the \"ligand_types\" keyword in the DPF,\n\tand make sure to add a \"map\" keyword to the DPF for this atom type.\n\tNote that AutoDock will use the default atom type = 1, instead.\n\n", programname, this_parameter_entry.autogrid_type, natom+1); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from /usr/include/stdio.h:866, from readPDBQT.cc:33: /usr/include/bits/stdio2.h:38:34: note: '__sprintf_chk' output 283 or more bytes (assuming 299) into a destination of size 256 38 | return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1, | ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 39 | __bos (__s), __fmt, __va_arg_pack ()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ g++ -DPACKAGE_NAME=\"autodock\" -DPACKAGE_TARNAME=\"autodock\" -DPACKAGE_VERSION=\"4.2.6\" -DPACKAGE_STRING=\"autodock\ 4.2.6\" -DPACKAGE_BUGREPORT=\"autodock@scripps.edu\" -DPACKAGE_URL=\"\" -DPACKAGE=\"autodock\" -DVERSION=\"4.2.6\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE__BOOL=1 -DHAVE_STDBOOL_H=1 -DHAVE_STDLIB_H=1 -DHAVE_MALLOC=1 -DHAVE_GETHOSTNAME=1 -DHAVE_GETPID=1 -DHAVE_FCHMOD=1 -DHAVE_SETLINEBUF=1 -DHAVE_SYSCONF=1 -DHAVE_TIMES=1 -DHAVE_GETRUSAGE=1 -DHAVE_STRNCASECMP=1 -I. -DNOSQRT -DUSE_DOUBLE -DUSE_8A_NBCUTOFF -DUSE_INT_AS_FOURBYTELONG -O3 -O3 -Wall -Wno-write-strings -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -c -o autodock4-gencau.o `test -f 'gencau.cc' || echo './'`gencau.cc g++ -DPACKAGE_NAME=\"autodock\" -DPACKAGE_TARNAME=\"autodock\" -DPACKAGE_VERSION=\"4.2.6\" -DPACKAGE_STRING=\"autodock\ 4.2.6\" -DPACKAGE_BUGREPORT=\"autodock@scripps.edu\" -DPACKAGE_URL=\"\" -DPACKAGE=\"autodock\" -DVERSION=\"4.2.6\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE__BOOL=1 -DHAVE_STDBOOL_H=1 -DHAVE_STDLIB_H=1 -DHAVE_MALLOC=1 -DHAVE_GETHOSTNAME=1 -DHAVE_GETPID=1 -DHAVE_FCHMOD=1 -DHAVE_SETLINEBUF=1 -DHAVE_SYSCONF=1 -DHAVE_TIMES=1 -DHAVE_GETRUSAGE=1 -DHAVE_STRNCASECMP=1 -I. -DNOSQRT -DUSE_DOUBLE -DUSE_8A_NBCUTOFF -DUSE_INT_AS_FOURBYTELONG -O3 -O3 -Wall -Wno-write-strings -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -c -o autodock4-getrms.o `test -f 'getrms.cc' || echo './'`getrms.cc g++ -DPACKAGE_NAME=\"autodock\" -DPACKAGE_TARNAME=\"autodock\" -DPACKAGE_VERSION=\"4.2.6\" -DPACKAGE_STRING=\"autodock\ 4.2.6\" -DPACKAGE_BUGREPORT=\"autodock@scripps.edu\" -DPACKAGE_URL=\"\" -DPACKAGE=\"autodock\" -DVERSION=\"4.2.6\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE__BOOL=1 -DHAVE_STDBOOL_H=1 -DHAVE_STDLIB_H=1 -DHAVE_MALLOC=1 -DHAVE_GETHOSTNAME=1 -DHAVE_GETPID=1 -DHAVE_FCHMOD=1 -DHAVE_SETLINEBUF=1 -DHAVE_SYSCONF=1 -DHAVE_TIMES=1 -DHAVE_GETRUSAGE=1 -DHAVE_STRNCASECMP=1 -I. -DNOSQRT -DUSE_DOUBLE -DUSE_8A_NBCUTOFF -DUSE_INT_AS_FOURBYTELONG -O3 -O3 -Wall -Wno-write-strings -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -c -o autodock4-get_atom_type.o `test -f 'get_atom_type.cc' || echo './'`get_atom_type.cc g++ -DPACKAGE_NAME=\"autodock\" -DPACKAGE_TARNAME=\"autodock\" -DPACKAGE_VERSION=\"4.2.6\" -DPACKAGE_STRING=\"autodock\ 4.2.6\" -DPACKAGE_BUGREPORT=\"autodock@scripps.edu\" -DPACKAGE_URL=\"\" -DPACKAGE=\"autodock\" -DVERSION=\"4.2.6\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE__BOOL=1 -DHAVE_STDBOOL_H=1 -DHAVE_STDLIB_H=1 -DHAVE_MALLOC=1 -DHAVE_GETHOSTNAME=1 -DHAVE_GETPID=1 -DHAVE_FCHMOD=1 -DHAVE_SETLINEBUF=1 -DHAVE_SYSCONF=1 -DHAVE_TIMES=1 -DHAVE_GETRUSAGE=1 -DHAVE_STRNCASECMP=1 -I. -DNOSQRT -DUSE_DOUBLE -DUSE_8A_NBCUTOFF -DUSE_INT_AS_FOURBYTELONG -O3 -O3 -Wall -Wno-write-strings -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -c -o autodock4-getInitialState.o `test -f 'getInitialState.cc' || echo './'`getInitialState.cc get_atom_type.cc: In function 'int get_atom_type(const char*)': get_atom_type.cc:53:9: warning: variable 'bond_index' set but not used [-Wunused-but-set-variable] 53 | int bond_index = -1; | ^~~~~~~~~~ g++ -DPACKAGE_NAME=\"autodock\" -DPACKAGE_TARNAME=\"autodock\" -DPACKAGE_VERSION=\"4.2.6\" -DPACKAGE_STRING=\"autodock\ 4.2.6\" -DPACKAGE_BUGREPORT=\"autodock@scripps.edu\" -DPACKAGE_URL=\"\" -DPACKAGE=\"autodock\" -DVERSION=\"4.2.6\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE__BOOL=1 -DHAVE_STDBOOL_H=1 -DHAVE_STDLIB_H=1 -DHAVE_MALLOC=1 -DHAVE_GETHOSTNAME=1 -DHAVE_GETPID=1 -DHAVE_FCHMOD=1 -DHAVE_SETLINEBUF=1 -DHAVE_SYSCONF=1 -DHAVE_TIMES=1 -DHAVE_GETRUSAGE=1 -DHAVE_STRNCASECMP=1 -I. -DNOSQRT -DUSE_DOUBLE -DUSE_8A_NBCUTOFF -DUSE_INT_AS_FOURBYTELONG -O3 -O3 -Wall -Wno-write-strings -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -c -o autodock4-getpdbcrds.o `test -f 'getpdbcrds.cc' || echo './'`getpdbcrds.cc g++ -DPACKAGE_NAME=\"autodock\" -DPACKAGE_TARNAME=\"autodock\" -DPACKAGE_VERSION=\"4.2.6\" -DPACKAGE_STRING=\"autodock\ 4.2.6\" -DPACKAGE_BUGREPORT=\"autodock@scripps.edu\" -DPACKAGE_URL=\"\" -DPACKAGE=\"autodock\" -DVERSION=\"4.2.6\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE__BOOL=1 -DHAVE_STDBOOL_H=1 -DHAVE_STDLIB_H=1 -DHAVE_MALLOC=1 -DHAVE_GETHOSTNAME=1 -DHAVE_GETPID=1 -DHAVE_FCHMOD=1 -DHAVE_SETLINEBUF=1 -DHAVE_SYSCONF=1 -DHAVE_TIMES=1 -DHAVE_GETRUSAGE=1 -DHAVE_STRNCASECMP=1 -I. -DNOSQRT -DUSE_DOUBLE -DUSE_8A_NBCUTOFF -DUSE_INT_AS_FOURBYTELONG -O3 -O3 -Wall -Wno-write-strings -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -c -o autodock4-gs.o `test -f 'gs.cc' || echo './'`gs.cc g++ -DPACKAGE_NAME=\"autodock\" -DPACKAGE_TARNAME=\"autodock\" -DPACKAGE_VERSION=\"4.2.6\" -DPACKAGE_STRING=\"autodock\ 4.2.6\" -DPACKAGE_BUGREPORT=\"autodock@scripps.edu\" -DPACKAGE_URL=\"\" -DPACKAGE=\"autodock\" -DVERSION=\"4.2.6\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE__BOOL=1 -DHAVE_STDBOOL_H=1 -DHAVE_STDLIB_H=1 -DHAVE_MALLOC=1 -DHAVE_GETHOSTNAME=1 -DHAVE_GETPID=1 -DHAVE_FCHMOD=1 -DHAVE_SETLINEBUF=1 -DHAVE_SYSCONF=1 -DHAVE_TIMES=1 -DHAVE_GETRUSAGE=1 -DHAVE_STRNCASECMP=1 -I. -DNOSQRT -DUSE_DOUBLE -DUSE_8A_NBCUTOFF -DUSE_INT_AS_FOURBYTELONG -O3 -O3 -Wall -Wno-write-strings -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -c -o autodock4-initautodock.o `test -f 'initautodock.cc' || echo './'`initautodock.cc g++ -DPACKAGE_NAME=\"autodock\" -DPACKAGE_TARNAME=\"autodock\" -DPACKAGE_VERSION=\"4.2.6\" -DPACKAGE_STRING=\"autodock\ 4.2.6\" -DPACKAGE_BUGREPORT=\"autodock@scripps.edu\" -DPACKAGE_URL=\"\" -DPACKAGE=\"autodock\" -DVERSION=\"4.2.6\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE__BOOL=1 -DHAVE_STDBOOL_H=1 -DHAVE_STDLIB_H=1 -DHAVE_MALLOC=1 -DHAVE_GETHOSTNAME=1 -DHAVE_GETPID=1 -DHAVE_FCHMOD=1 -DHAVE_SETLINEBUF=1 -DHAVE_SYSCONF=1 -DHAVE_TIMES=1 -DHAVE_GETRUSAGE=1 -DHAVE_STRNCASECMP=1 -I. -DNOSQRT -DUSE_DOUBLE -DUSE_8A_NBCUTOFF -DUSE_INT_AS_FOURBYTELONG -O3 -O3 -Wall -Wno-write-strings -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -c -o autodock4-input_state.o `test -f 'input_state.cc' || echo './'`input_state.cc input_state.cc: In function 'int input_state(State*, FILE*, const char*, int, int*, Real*, Real*, char*)': input_state.cc:70:18: warning: ignoring return value of 'char* fgets(char*, int, FILE*)' declared with attribute 'warn_unused_result' [-Wunused-result] 70 | (void) fgets(myline, LINELEN, fp); | ~~~~~^~~~~~~~~~~~~~~~~~~~~ g++ -DPACKAGE_NAME=\"autodock\" -DPACKAGE_TARNAME=\"autodock\" -DPACKAGE_VERSION=\"4.2.6\" -DPACKAGE_STRING=\"autodock\ 4.2.6\" -DPACKAGE_BUGREPORT=\"autodock@scripps.edu\" -DPACKAGE_URL=\"\" -DPACKAGE=\"autodock\" -DVERSION=\"4.2.6\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE__BOOL=1 -DHAVE_STDBOOL_H=1 -DHAVE_STDLIB_H=1 -DHAVE_MALLOC=1 -DHAVE_GETHOSTNAME=1 -DHAVE_GETPID=1 -DHAVE_FCHMOD=1 -DHAVE_SETLINEBUF=1 -DHAVE_SYSCONF=1 -DHAVE_TIMES=1 -DHAVE_GETRUSAGE=1 -DHAVE_STRNCASECMP=1 -I. -DNOSQRT -DUSE_DOUBLE -DUSE_8A_NBCUTOFF -DUSE_INT_AS_FOURBYTELONG -O3 -O3 -Wall -Wno-write-strings -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -c -o autodock4-investigate.o `test -f 'investigate.cc' || echo './'`investigate.cc g++ -DPACKAGE_NAME=\"autodock\" -DPACKAGE_TARNAME=\"autodock\" -DPACKAGE_VERSION=\"4.2.6\" -DPACKAGE_STRING=\"autodock\ 4.2.6\" -DPACKAGE_BUGREPORT=\"autodock@scripps.edu\" -DPACKAGE_URL=\"\" -DPACKAGE=\"autodock\" -DVERSION=\"4.2.6\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE__BOOL=1 -DHAVE_STDBOOL_H=1 -DHAVE_STDLIB_H=1 -DHAVE_MALLOC=1 -DHAVE_GETHOSTNAME=1 -DHAVE_GETPID=1 -DHAVE_FCHMOD=1 -DHAVE_SETLINEBUF=1 -DHAVE_SYSCONF=1 -DHAVE_TIMES=1 -DHAVE_GETRUSAGE=1 -DHAVE_STRNCASECMP=1 -I. -DNOSQRT -DUSE_DOUBLE -DUSE_8A_NBCUTOFF -DUSE_INT_AS_FOURBYTELONG -O3 -O3 -Wall -Wno-write-strings -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -c -o autodock4-linpack.o `test -f 'linpack.cc' || echo './'`linpack.cc g++ -DPACKAGE_NAME=\"autodock\" -DPACKAGE_TARNAME=\"autodock\" -DPACKAGE_VERSION=\"4.2.6\" -DPACKAGE_STRING=\"autodock\ 4.2.6\" -DPACKAGE_BUGREPORT=\"autodock@scripps.edu\" -DPACKAGE_URL=\"\" -DPACKAGE=\"autodock\" -DVERSION=\"4.2.6\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE__BOOL=1 -DHAVE_STDBOOL_H=1 -DHAVE_STDLIB_H=1 -DHAVE_MALLOC=1 -DHAVE_GETHOSTNAME=1 -DHAVE_GETPID=1 -DHAVE_FCHMOD=1 -DHAVE_SETLINEBUF=1 -DHAVE_SYSCONF=1 -DHAVE_TIMES=1 -DHAVE_GETRUSAGE=1 -DHAVE_STRNCASECMP=1 -I. -DNOSQRT -DUSE_DOUBLE -DUSE_8A_NBCUTOFF -DUSE_INT_AS_FOURBYTELONG -O3 -O3 -Wall -Wno-write-strings -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -c -o autodock4-ls.o `test -f 'ls.cc' || echo './'`ls.cc g++ -DPACKAGE_NAME=\"autodock\" -DPACKAGE_TARNAME=\"autodock\" -DPACKAGE_VERSION=\"4.2.6\" -DPACKAGE_STRING=\"autodock\ 4.2.6\" -DPACKAGE_BUGREPORT=\"autodock@scripps.edu\" -DPACKAGE_URL=\"\" -DPACKAGE=\"autodock\" -DVERSION=\"4.2.6\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE__BOOL=1 -DHAVE_STDBOOL_H=1 -DHAVE_STDLIB_H=1 -DHAVE_MALLOC=1 -DHAVE_GETHOSTNAME=1 -DHAVE_GETPID=1 -DHAVE_FCHMOD=1 -DHAVE_SETLINEBUF=1 -DHAVE_SYSCONF=1 -DHAVE_TIMES=1 -DHAVE_GETRUSAGE=1 -DHAVE_STRNCASECMP=1 -I. -DNOSQRT -DUSE_DOUBLE -DUSE_8A_NBCUTOFF -DUSE_INT_AS_FOURBYTELONG -O3 -O3 -Wall -Wno-write-strings -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -c -o autodock4-mapping.o `test -f 'mapping.cc' || echo './'`mapping.cc g++ -DPACKAGE_NAME=\"autodock\" -DPACKAGE_TARNAME=\"autodock\" -DPACKAGE_VERSION=\"4.2.6\" -DPACKAGE_STRING=\"autodock\ 4.2.6\" -DPACKAGE_BUGREPORT=\"autodock@scripps.edu\" -DPACKAGE_URL=\"\" -DPACKAGE=\"autodock\" -DVERSION=\"4.2.6\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE__BOOL=1 -DHAVE_STDBOOL_H=1 -DHAVE_STDLIB_H=1 -DHAVE_MALLOC=1 -DHAVE_GETHOSTNAME=1 -DHAVE_GETPID=1 -DHAVE_FCHMOD=1 -DHAVE_SETLINEBUF=1 -DHAVE_SYSCONF=1 -DHAVE_TIMES=1 -DHAVE_GETRUSAGE=1 -DHAVE_STRNCASECMP=1 -I. -DNOSQRT -DUSE_DOUBLE -DUSE_8A_NBCUTOFF -DUSE_INT_AS_FOURBYTELONG -O3 -O3 -Wall -Wno-write-strings -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -c -o autodock4-mingw_getrusage.o `test -f 'mingw_getrusage.cc' || echo './'`mingw_getrusage.cc g++ -DPACKAGE_NAME=\"autodock\" -DPACKAGE_TARNAME=\"autodock\" -DPACKAGE_VERSION=\"4.2.6\" -DPACKAGE_STRING=\"autodock\ 4.2.6\" -DPACKAGE_BUGREPORT=\"autodock@scripps.edu\" -DPACKAGE_URL=\"\" -DPACKAGE=\"autodock\" -DVERSION=\"4.2.6\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE__BOOL=1 -DHAVE_STDBOOL_H=1 -DHAVE_STDLIB_H=1 -DHAVE_MALLOC=1 -DHAVE_GETHOSTNAME=1 -DHAVE_GETPID=1 -DHAVE_FCHMOD=1 -DHAVE_SETLINEBUF=1 -DHAVE_SYSCONF=1 -DHAVE_TIMES=1 -DHAVE_GETRUSAGE=1 -DHAVE_STRNCASECMP=1 -I. -DNOSQRT -DUSE_DOUBLE -DUSE_8A_NBCUTOFF -DUSE_INT_AS_FOURBYTELONG -O3 -O3 -Wall -Wno-write-strings -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -c -o autodock4-minmeanmax.o `test -f 'minmeanmax.cc' || echo './'`minmeanmax.cc ls.cc: In member function 'virtual Boole Solis_Wets::SW(Phenotype&, int, FILE*)': ls.cc:92:9: warning: unused variable 'thisQuat' [-Wunused-variable] 92 | Quat thisQuat, prevQuat, startQuat; | ^~~~~~~~ ls.cc:92:19: warning: unused variable 'prevQuat' [-Wunused-variable] 92 | Quat thisQuat, prevQuat, startQuat; | ^~~~~~~~ ls.cc:92:29: warning: unused variable 'startQuat' [-Wunused-variable] 92 | Quat thisQuat, prevQuat, startQuat; | ^~~~~~~~~ g++ -DPACKAGE_NAME=\"autodock\" -DPACKAGE_TARNAME=\"autodock\" -DPACKAGE_VERSION=\"4.2.6\" -DPACKAGE_STRING=\"autodock\ 4.2.6\" -DPACKAGE_BUGREPORT=\"autodock@scripps.edu\" -DPACKAGE_URL=\"\" -DPACKAGE=\"autodock\" -DVERSION=\"4.2.6\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE__BOOL=1 -DHAVE_STDBOOL_H=1 -DHAVE_STDLIB_H=1 -DHAVE_MALLOC=1 -DHAVE_GETHOSTNAME=1 -DHAVE_GETPID=1 -DHAVE_FCHMOD=1 -DHAVE_SETLINEBUF=1 -DHAVE_SYSCONF=1 -DHAVE_TIMES=1 -DHAVE_GETRUSAGE=1 -DHAVE_STRNCASECMP=1 -I. -DNOSQRT -DUSE_DOUBLE -DUSE_8A_NBCUTOFF -DUSE_INT_AS_FOURBYTELONG -O3 -O3 -Wall -Wno-write-strings -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -c -o autodock4-mkNewState.o `test -f 'mkNewState.cc' || echo './'`mkNewState.cc minmeanmax.cc: In function 'void minmeanmax(FILE*, const Population&, int, const GridMapSetInfo*)': minmeanmax.cc:56:76: warning: variable 'best' set but not used [-Wunused-but-set-variable] 56 | double minimum[ 7+MAX_TORS ], sum[ 7+MAX_TORS ], maximum[ 7+MAX_TORS ], best[ 7+MAX_TORS ]; | ^~~~ g++ -DPACKAGE_NAME=\"autodock\" -DPACKAGE_TARNAME=\"autodock\" -DPACKAGE_VERSION=\"4.2.6\" -DPACKAGE_STRING=\"autodock\ 4.2.6\" -DPACKAGE_BUGREPORT=\"autodock@scripps.edu\" -DPACKAGE_URL=\"\" -DPACKAGE=\"autodock\" -DVERSION=\"4.2.6\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE__BOOL=1 -DHAVE_STDBOOL_H=1 -DHAVE_STDLIB_H=1 -DHAVE_MALLOC=1 -DHAVE_GETHOSTNAME=1 -DHAVE_GETPID=1 -DHAVE_FCHMOD=1 -DHAVE_SETLINEBUF=1 -DHAVE_SYSCONF=1 -DHAVE_TIMES=1 -DHAVE_GETRUSAGE=1 -DHAVE_STRNCASECMP=1 -I. -DNOSQRT -DUSE_DOUBLE -DUSE_8A_NBCUTOFF -DUSE_INT_AS_FOURBYTELONG -O3 -O3 -Wall -Wno-write-strings -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -c -o autodock4-mkTorTree.o `test -f 'mkTorTree.cc' || echo './'`mkTorTree.cc g++ -DPACKAGE_NAME=\"autodock\" -DPACKAGE_TARNAME=\"autodock\" -DPACKAGE_VERSION=\"4.2.6\" -DPACKAGE_STRING=\"autodock\ 4.2.6\" -DPACKAGE_BUGREPORT=\"autodock@scripps.edu\" -DPACKAGE_URL=\"\" -DPACKAGE=\"autodock\" -DVERSION=\"4.2.6\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE__BOOL=1 -DHAVE_STDBOOL_H=1 -DHAVE_STDLIB_H=1 -DHAVE_MALLOC=1 -DHAVE_GETHOSTNAME=1 -DHAVE_GETPID=1 -DHAVE_FCHMOD=1 -DHAVE_SETLINEBUF=1 -DHAVE_SYSCONF=1 -DHAVE_TIMES=1 -DHAVE_GETRUSAGE=1 -DHAVE_STRNCASECMP=1 -I. -DNOSQRT -DUSE_DOUBLE -DUSE_8A_NBCUTOFF -DUSE_INT_AS_FOURBYTELONG -O3 -O3 -Wall -Wno-write-strings -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -c -o autodock4-mkRandomState.o `test -f 'mkRandomState.cc' || echo './'`mkRandomState.cc g++ -DPACKAGE_NAME=\"autodock\" -DPACKAGE_TARNAME=\"autodock\" -DPACKAGE_VERSION=\"4.2.6\" -DPACKAGE_STRING=\"autodock\ 4.2.6\" -DPACKAGE_BUGREPORT=\"autodock@scripps.edu\" -DPACKAGE_URL=\"\" -DPACKAGE=\"autodock\" -DVERSION=\"4.2.6\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE__BOOL=1 -DHAVE_STDBOOL_H=1 -DHAVE_STDLIB_H=1 -DHAVE_MALLOC=1 -DHAVE_GETHOSTNAME=1 -DHAVE_GETPID=1 -DHAVE_FCHMOD=1 -DHAVE_SETLINEBUF=1 -DHAVE_SYSCONF=1 -DHAVE_TIMES=1 -DHAVE_GETRUSAGE=1 -DHAVE_STRNCASECMP=1 -I. -DNOSQRT -DUSE_DOUBLE -DUSE_8A_NBCUTOFF -DUSE_INT_AS_FOURBYTELONG -O3 -O3 -Wall -Wno-write-strings -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -c -o autodock4-nonbonds.o `test -f 'nonbonds.cc' || echo './'`nonbonds.cc g++ -DPACKAGE_NAME=\"autodock\" -DPACKAGE_TARNAME=\"autodock\" -DPACKAGE_VERSION=\"4.2.6\" -DPACKAGE_STRING=\"autodock\ 4.2.6\" -DPACKAGE_BUGREPORT=\"autodock@scripps.edu\" -DPACKAGE_URL=\"\" -DPACKAGE=\"autodock\" -DVERSION=\"4.2.6\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE__BOOL=1 -DHAVE_STDBOOL_H=1 -DHAVE_STDLIB_H=1 -DHAVE_MALLOC=1 -DHAVE_GETHOSTNAME=1 -DHAVE_GETPID=1 -DHAVE_FCHMOD=1 -DHAVE_SETLINEBUF=1 -DHAVE_SYSCONF=1 -DHAVE_TIMES=1 -DHAVE_GETRUSAGE=1 -DHAVE_STRNCASECMP=1 -I. -DNOSQRT -DUSE_DOUBLE -DUSE_8A_NBCUTOFF -DUSE_INT_AS_FOURBYTELONG -O3 -O3 -Wall -Wno-write-strings -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -c -o autodock4-openfile.o `test -f 'openfile.cc' || echo './'`openfile.cc mkTorTree.cc:456:5: warning: 'int check_atomnumber(int, const int*, int, int, FILE*)' defined but not used [-Wunused-function] 456 | int check_atomnumber( const int number, const int *atomnumber, const int nrecord, | ^~~~~~~~~~~~~~~~ In file included from nonbonds.cc:35: mdist.h: In function 'void mdist()': mdist.h:32:25: warning: operation on 'mindist[0][0]' may be undefined [-Wsequence-point] 32 | mindist[(a1)][(a2)] = (mindist[(a2)][(a1)] = (min)-BOND_LENGTH_TOLERANCE);\ | ~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ mdist.h:89:5: note: in expansion of macro 'set_minmax' 89 | set_minmax(C, C, 1.20, 1.545); // mindist[C][C] = 1.20, p. 3510 ; maxdist[C][C] = 1.545, p. 3511 | ^~~~~~~~~~ mdist.h:33:25: warning: operation on 'maxdist[0][0]' may be undefined [-Wsequence-point] 33 | maxdist[(a1)][(a2)] = (maxdist[(a2)][(a1)] = (max)+BOND_LENGTH_TOLERANCE) | ~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ mdist.h:89:5: note: in expansion of macro 'set_minmax' 89 | set_minmax(C, C, 1.20, 1.545); // mindist[C][C] = 1.20, p. 3510 ; maxdist[C][C] = 1.545, p. 3511 | ^~~~~~~~~~ mdist.h:32:25: warning: operation on 'mindist[1][1]' may be undefined [-Wsequence-point] 32 | mindist[(a1)][(a2)] = (mindist[(a2)][(a1)] = (min)-BOND_LENGTH_TOLERANCE);\ | ~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ mdist.h:96:5: note: in expansion of macro 'set_minmax' 96 | set_minmax(N, N, 1.0974, 1.128); // mindist[N][N] = 1.0974, p. 3513 ; maxdist[N][N] = 1.128, p. 3515 | ^~~~~~~~~~ mdist.h:33:25: warning: operation on 'maxdist[1][1]' may be undefined [-Wsequence-point] 33 | maxdist[(a1)][(a2)] = (maxdist[(a2)][(a1)] = (max)+BOND_LENGTH_TOLERANCE) | ~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ mdist.h:96:5: note: in expansion of macro 'set_minmax' 96 | set_minmax(N, N, 1.0974, 1.128); // mindist[N][N] = 1.0974, p. 3513 ; maxdist[N][N] = 1.128, p. 3515 | ^~~~~~~~~~ mdist.h:32:25: warning: operation on 'mindist[2][2]' may be undefined [-Wsequence-point] 32 | mindist[(a1)][(a2)] = (mindist[(a2)][(a1)] = (min)-BOND_LENGTH_TOLERANCE);\ | ~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ mdist.h:102:5: note: in expansion of macro 'set_minmax' 102 | set_minmax(O, O, 1.208, 1.51); // p.3513, p.3515 | ^~~~~~~~~~ mdist.h:33:25: warning: operation on 'maxdist[2][2]' may be undefined [-Wsequence-point] 33 | maxdist[(a1)][(a2)] = (maxdist[(a2)][(a1)] = (max)+BOND_LENGTH_TOLERANCE) | ~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ mdist.h:102:5: note: in expansion of macro 'set_minmax' 102 | set_minmax(O, O, 1.208, 1.51); // p.3513, p.3515 | ^~~~~~~~~~ mdist.h:32:25: warning: operation on 'mindist[3][3]' may be undefined [-Wsequence-point] 32 | mindist[(a1)][(a2)] = (mindist[(a2)][(a1)] = (min)-BOND_LENGTH_TOLERANCE);\ | ~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ mdist.h:107:5: note: in expansion of macro 'set_minmax' 107 | set_minmax(H, H, 100.,-100.); // impossible values to prevent such bonds from forming. | ^~~~~~~~~~ mdist.h:33:25: warning: operation on 'maxdist[3][3]' may be undefined [-Wsequence-point] 33 | maxdist[(a1)][(a2)] = (maxdist[(a2)][(a1)] = (max)+BOND_LENGTH_TOLERANCE) | ~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ mdist.h:107:5: note: in expansion of macro 'set_minmax' 107 | set_minmax(H, H, 100.,-100.); // impossible values to prevent such bonds from forming. | ^~~~~~~~~~ mdist.h:32:25: warning: operation on 'mindist[4][4]' may be undefined [-Wsequence-point] 32 | mindist[(a1)][(a2)] = (mindist[(a2)][(a1)] = (min)-BOND_LENGTH_TOLERANCE);\ | ~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ mdist.h:111:5: note: in expansion of macro 'set_minmax' 111 | set_minmax(XX, XX, 0.9, 2.1); // AutoDock 3 defaults | ^~~~~~~~~~ mdist.h:33:25: warning: operation on 'maxdist[4][4]' may be undefined [-Wsequence-point] 33 | maxdist[(a1)][(a2)] = (maxdist[(a2)][(a1)] = (max)+BOND_LENGTH_TOLERANCE) | ~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ mdist.h:111:5: note: in expansion of macro 'set_minmax' 111 | set_minmax(XX, XX, 0.9, 2.1); // AutoDock 3 defaults | ^~~~~~~~~~ mdist.h:32:25: warning: operation on 'mindist[5][5]' may be undefined [-Wsequence-point] 32 | mindist[(a1)][(a2)] = (mindist[(a2)][(a1)] = (min)-BOND_LENGTH_TOLERANCE);\ | ~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ mdist.h:114:5: note: in expansion of macro 'set_minmax' 114 | set_minmax(P, P, 2.18, 2.23); // mindist[P][P] = 2.18, p. 3513 ; maxdist[P][P] = 2.23, p. 3513 | ^~~~~~~~~~ mdist.h:33:25: warning: operation on 'maxdist[5][5]' may be undefined [-Wsequence-point] 33 | maxdist[(a1)][(a2)] = (maxdist[(a2)][(a1)] = (max)+BOND_LENGTH_TOLERANCE) | ~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ mdist.h:114:5: note: in expansion of macro 'set_minmax' 114 | set_minmax(P, P, 2.18, 2.23); // mindist[P][P] = 2.18, p. 3513 ; maxdist[P][P] = 2.23, p. 3513 | ^~~~~~~~~~ mdist.h:32:25: warning: operation on 'mindist[6][6]' may be undefined [-Wsequence-point] 32 | mindist[(a1)][(a2)] = (mindist[(a2)][(a1)] = (min)-BOND_LENGTH_TOLERANCE);\ | ~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ mdist.h:116:5: note: in expansion of macro 'set_minmax' 116 | set_minmax(S, S, 2.03, 2.05); // mindist[S][S] = 2.03, p. 3515 ; maxdist[S][S] = 2.05, p. 3515 | ^~~~~~~~~~ mdist.h:33:25: warning: operation on 'maxdist[6][6]' may be undefined [-Wsequence-point] 33 | maxdist[(a1)][(a2)] = (maxdist[(a2)][(a1)] = (max)+BOND_LENGTH_TOLERANCE) | ~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ mdist.h:116:5: note: in expansion of macro 'set_minmax' 116 | set_minmax(S, S, 2.03, 2.05); // mindist[S][S] = 2.03, p. 3515 ; maxdist[S][S] = 2.05, p. 3515 | ^~~~~~~~~~ nonbonds.cc: In function 'void printbonds(int, const int*, const int (*)[16], const char*, int, int, FILE*)': nonbonds.cc:250:6: warning: '?:' using integer constants in boolean context [-Wint-in-bool-context] 248 | for (int j=0; j< | ~~ 249 | B_print_all_bonds | ~~~~~~~~~~~~~~~~~ 250 | ? MAX_NBONDS // loop over all the slots for this atom's "j" bonds | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 251 | : nbonds[i]; // loop over this atom's "j" bonds | ~~~~~~~~~~~ g++ -DPACKAGE_NAME=\"autodock\" -DPACKAGE_TARNAME=\"autodock\" -DPACKAGE_VERSION=\"4.2.6\" -DPACKAGE_STRING=\"autodock\ 4.2.6\" -DPACKAGE_BUGREPORT=\"autodock@scripps.edu\" -DPACKAGE_URL=\"\" -DPACKAGE=\"autodock\" -DVERSION=\"4.2.6\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE__BOOL=1 -DHAVE_STDBOOL_H=1 -DHAVE_STDLIB_H=1 -DHAVE_MALLOC=1 -DHAVE_GETHOSTNAME=1 -DHAVE_GETPID=1 -DHAVE_FCHMOD=1 -DHAVE_SETLINEBUF=1 -DHAVE_SYSCONF=1 -DHAVE_TIMES=1 -DHAVE_GETRUSAGE=1 -DHAVE_STRNCASECMP=1 -I. -DNOSQRT -DUSE_DOUBLE -DUSE_8A_NBCUTOFF -DUSE_INT_AS_FOURBYTELONG -O3 -O3 -Wall -Wno-write-strings -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -c -o autodock4-output_state.o `test -f 'output_state.cc' || echo './'`output_state.cc g++ -DPACKAGE_NAME=\"autodock\" -DPACKAGE_TARNAME=\"autodock\" -DPACKAGE_VERSION=\"4.2.6\" -DPACKAGE_STRING=\"autodock\ 4.2.6\" -DPACKAGE_BUGREPORT=\"autodock@scripps.edu\" -DPACKAGE_URL=\"\" -DPACKAGE=\"autodock\" -DVERSION=\"4.2.6\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE__BOOL=1 -DHAVE_STDBOOL_H=1 -DHAVE_STDLIB_H=1 -DHAVE_MALLOC=1 -DHAVE_GETHOSTNAME=1 -DHAVE_GETPID=1 -DHAVE_FCHMOD=1 -DHAVE_SETLINEBUF=1 -DHAVE_SYSCONF=1 -DHAVE_TIMES=1 -DHAVE_GETRUSAGE=1 -DHAVE_STRNCASECMP=1 -I. -DNOSQRT -DUSE_DOUBLE -DUSE_8A_NBCUTOFF -DUSE_INT_AS_FOURBYTELONG -O3 -O3 -Wall -Wno-write-strings -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -c -o autodock4-parse_dpf_line.o `test -f 'parse_dpf_line.cc' || echo './'`parse_dpf_line.cc g++ -DPACKAGE_NAME=\"autodock\" -DPACKAGE_TARNAME=\"autodock\" -DPACKAGE_VERSION=\"4.2.6\" -DPACKAGE_STRING=\"autodock\ 4.2.6\" -DPACKAGE_BUGREPORT=\"autodock@scripps.edu\" -DPACKAGE_URL=\"\" -DPACKAGE=\"autodock\" -DVERSION=\"4.2.6\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE__BOOL=1 -DHAVE_STDBOOL_H=1 -DHAVE_STDLIB_H=1 -DHAVE_MALLOC=1 -DHAVE_GETHOSTNAME=1 -DHAVE_GETPID=1 -DHAVE_FCHMOD=1 -DHAVE_SETLINEBUF=1 -DHAVE_SYSCONF=1 -DHAVE_TIMES=1 -DHAVE_GETRUSAGE=1 -DHAVE_STRNCASECMP=1 -I. -DNOSQRT -DUSE_DOUBLE -DUSE_8A_NBCUTOFF -DUSE_INT_AS_FOURBYTELONG -O3 -O3 -Wall -Wno-write-strings -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -c -o autodock4-parse_param_line.o `test -f 'parse_param_line.cc' || echo './'`parse_param_line.cc g++ -DPACKAGE_NAME=\"autodock\" -DPACKAGE_TARNAME=\"autodock\" -DPACKAGE_VERSION=\"4.2.6\" -DPACKAGE_STRING=\"autodock\ 4.2.6\" -DPACKAGE_BUGREPORT=\"autodock@scripps.edu\" -DPACKAGE_URL=\"\" -DPACKAGE=\"autodock\" -DVERSION=\"4.2.6\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE__BOOL=1 -DHAVE_STDBOOL_H=1 -DHAVE_STDLIB_H=1 -DHAVE_MALLOC=1 -DHAVE_GETHOSTNAME=1 -DHAVE_GETPID=1 -DHAVE_FCHMOD=1 -DHAVE_SETLINEBUF=1 -DHAVE_SYSCONF=1 -DHAVE_TIMES=1 -DHAVE_GETRUSAGE=1 -DHAVE_STRNCASECMP=1 -I. -DNOSQRT -DUSE_DOUBLE -DUSE_8A_NBCUTOFF -DUSE_INT_AS_FOURBYTELONG -O3 -O3 -Wall -Wno-write-strings -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -c -o autodock4-parse_PDBQT_line.o `test -f 'parse_PDBQT_line.cc' || echo './'`parse_PDBQT_line.cc g++ -DPACKAGE_NAME=\"autodock\" -DPACKAGE_TARNAME=\"autodock\" -DPACKAGE_VERSION=\"4.2.6\" -DPACKAGE_STRING=\"autodock\ 4.2.6\" -DPACKAGE_BUGREPORT=\"autodock@scripps.edu\" -DPACKAGE_URL=\"\" -DPACKAGE=\"autodock\" -DVERSION=\"4.2.6\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE__BOOL=1 -DHAVE_STDBOOL_H=1 -DHAVE_STDLIB_H=1 -DHAVE_MALLOC=1 -DHAVE_GETHOSTNAME=1 -DHAVE_GETPID=1 -DHAVE_FCHMOD=1 -DHAVE_SETLINEBUF=1 -DHAVE_SYSCONF=1 -DHAVE_TIMES=1 -DHAVE_GETRUSAGE=1 -DHAVE_STRNCASECMP=1 -I. -DNOSQRT -DUSE_DOUBLE -DUSE_8A_NBCUTOFF -DUSE_INT_AS_FOURBYTELONG -O3 -O3 -Wall -Wno-write-strings -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -c -o autodock4-parse_trj_line.o `test -f 'parse_trj_line.cc' || echo './'`parse_trj_line.cc g++ -DPACKAGE_NAME=\"autodock\" -DPACKAGE_TARNAME=\"autodock\" -DPACKAGE_VERSION=\"4.2.6\" -DPACKAGE_STRING=\"autodock\ 4.2.6\" -DPACKAGE_BUGREPORT=\"autodock@scripps.edu\" -DPACKAGE_URL=\"\" -DPACKAGE=\"autodock\" -DVERSION=\"4.2.6\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE__BOOL=1 -DHAVE_STDBOOL_H=1 -DHAVE_STDLIB_H=1 -DHAVE_MALLOC=1 -DHAVE_GETHOSTNAME=1 -DHAVE_GETPID=1 -DHAVE_FCHMOD=1 -DHAVE_SETLINEBUF=1 -DHAVE_SYSCONF=1 -DHAVE_TIMES=1 -DHAVE_GETRUSAGE=1 -DHAVE_STRNCASECMP=1 -I. -DNOSQRT -DUSE_DOUBLE -DUSE_8A_NBCUTOFF -DUSE_INT_AS_FOURBYTELONG -O3 -O3 -Wall -Wno-write-strings -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -c -o autodock4-parsetypes.o `test -f 'parsetypes.cc' || echo './'`parsetypes.cc g++ -DPACKAGE_NAME=\"autodock\" -DPACKAGE_TARNAME=\"autodock\" -DPACKAGE_VERSION=\"4.2.6\" -DPACKAGE_STRING=\"autodock\ 4.2.6\" -DPACKAGE_BUGREPORT=\"autodock@scripps.edu\" -DPACKAGE_URL=\"\" -DPACKAGE=\"autodock\" -DVERSION=\"4.2.6\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE__BOOL=1 -DHAVE_STDBOOL_H=1 -DHAVE_STDLIB_H=1 -DHAVE_MALLOC=1 -DHAVE_GETHOSTNAME=1 -DHAVE_GETPID=1 -DHAVE_FCHMOD=1 -DHAVE_SETLINEBUF=1 -DHAVE_SYSCONF=1 -DHAVE_TIMES=1 -DHAVE_GETRUSAGE=1 -DHAVE_STRNCASECMP=1 -I. -DNOSQRT -DUSE_DOUBLE -DUSE_8A_NBCUTOFF -DUSE_INT_AS_FOURBYTELONG -O3 -O3 -Wall -Wno-write-strings -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -c -o autodock4-print_2x.o `test -f 'print_2x.cc' || echo './'`print_2x.cc g++ -DPACKAGE_NAME=\"autodock\" -DPACKAGE_TARNAME=\"autodock\" -DPACKAGE_VERSION=\"4.2.6\" -DPACKAGE_STRING=\"autodock\ 4.2.6\" -DPACKAGE_BUGREPORT=\"autodock@scripps.edu\" -DPACKAGE_URL=\"\" -DPACKAGE=\"autodock\" -DVERSION=\"4.2.6\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE__BOOL=1 -DHAVE_STDBOOL_H=1 -DHAVE_STDLIB_H=1 -DHAVE_MALLOC=1 -DHAVE_GETHOSTNAME=1 -DHAVE_GETPID=1 -DHAVE_FCHMOD=1 -DHAVE_SETLINEBUF=1 -DHAVE_SYSCONF=1 -DHAVE_TIMES=1 -DHAVE_GETRUSAGE=1 -DHAVE_STRNCASECMP=1 -I. -DNOSQRT -DUSE_DOUBLE -DUSE_8A_NBCUTOFF -DUSE_INT_AS_FOURBYTELONG -O3 -O3 -Wall -Wno-write-strings -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -c -o autodock4-print_atomic_energies.o `test -f 'print_atomic_energies.cc' || echo './'`print_atomic_energies.cc g++ -DPACKAGE_NAME=\"autodock\" -DPACKAGE_TARNAME=\"autodock\" -DPACKAGE_VERSION=\"4.2.6\" -DPACKAGE_STRING=\"autodock\ 4.2.6\" -DPACKAGE_BUGREPORT=\"autodock@scripps.edu\" -DPACKAGE_URL=\"\" -DPACKAGE=\"autodock\" -DVERSION=\"4.2.6\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE__BOOL=1 -DHAVE_STDBOOL_H=1 -DHAVE_STDLIB_H=1 -DHAVE_MALLOC=1 -DHAVE_GETHOSTNAME=1 -DHAVE_GETPID=1 -DHAVE_FCHMOD=1 -DHAVE_SETLINEBUF=1 -DHAVE_SYSCONF=1 -DHAVE_TIMES=1 -DHAVE_GETRUSAGE=1 -DHAVE_STRNCASECMP=1 -I. -DNOSQRT -DUSE_DOUBLE -DUSE_8A_NBCUTOFF -DUSE_INT_AS_FOURBYTELONG -O3 -O3 -Wall -Wno-write-strings -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -c -o autodock4-print_avsfld.o `test -f 'print_avsfld.cc' || echo './'`print_avsfld.cc g++ -DPACKAGE_NAME=\"autodock\" -DPACKAGE_TARNAME=\"autodock\" -DPACKAGE_VERSION=\"4.2.6\" -DPACKAGE_STRING=\"autodock\ 4.2.6\" -DPACKAGE_BUGREPORT=\"autodock@scripps.edu\" -DPACKAGE_URL=\"\" -DPACKAGE=\"autodock\" -DVERSION=\"4.2.6\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE__BOOL=1 -DHAVE_STDBOOL_H=1 -DHAVE_STDLIB_H=1 -DHAVE_MALLOC=1 -DHAVE_GETHOSTNAME=1 -DHAVE_GETPID=1 -DHAVE_FCHMOD=1 -DHAVE_SETLINEBUF=1 -DHAVE_SYSCONF=1 -DHAVE_TIMES=1 -DHAVE_GETRUSAGE=1 -DHAVE_STRNCASECMP=1 -I. -DNOSQRT -DUSE_DOUBLE -DUSE_8A_NBCUTOFF -DUSE_INT_AS_FOURBYTELONG -O3 -O3 -Wall -Wno-write-strings -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -c -o autodock4-writePDBQT.o `test -f 'writePDBQT.cc' || echo './'`writePDBQT.cc g++ -DPACKAGE_NAME=\"autodock\" -DPACKAGE_TARNAME=\"autodock\" -DPACKAGE_VERSION=\"4.2.6\" -DPACKAGE_STRING=\"autodock\ 4.2.6\" -DPACKAGE_BUGREPORT=\"autodock@scripps.edu\" -DPACKAGE_URL=\"\" -DPACKAGE=\"autodock\" -DVERSION=\"4.2.6\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE__BOOL=1 -DHAVE_STDBOOL_H=1 -DHAVE_STDLIB_H=1 -DHAVE_MALLOC=1 -DHAVE_GETHOSTNAME=1 -DHAVE_GETPID=1 -DHAVE_FCHMOD=1 -DHAVE_SETLINEBUF=1 -DHAVE_SYSCONF=1 -DHAVE_TIMES=1 -DHAVE_GETRUSAGE=1 -DHAVE_STRNCASECMP=1 -I. -DNOSQRT -DUSE_DOUBLE -DUSE_8A_NBCUTOFF -DUSE_INT_AS_FOURBYTELONG -O3 -O3 -Wall -Wno-write-strings -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -c -o autodock4-print_rem.o `test -f 'print_rem.cc' || echo './'`print_rem.cc g++ -DPACKAGE_NAME=\"autodock\" -DPACKAGE_TARNAME=\"autodock\" -DPACKAGE_VERSION=\"4.2.6\" -DPACKAGE_STRING=\"autodock\ 4.2.6\" -DPACKAGE_BUGREPORT=\"autodock@scripps.edu\" -DPACKAGE_URL=\"\" -DPACKAGE=\"autodock\" -DVERSION=\"4.2.6\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE__BOOL=1 -DHAVE_STDBOOL_H=1 -DHAVE_STDLIB_H=1 -DHAVE_MALLOC=1 -DHAVE_GETHOSTNAME=1 -DHAVE_GETPID=1 -DHAVE_FCHMOD=1 -DHAVE_SETLINEBUF=1 -DHAVE_SYSCONF=1 -DHAVE_TIMES=1 -DHAVE_GETRUSAGE=1 -DHAVE_STRNCASECMP=1 -I. -DNOSQRT -DUSE_DOUBLE -DUSE_8A_NBCUTOFF -DUSE_INT_AS_FOURBYTELONG -O3 -O3 -Wall -Wno-write-strings -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -c -o autodock4-printdate.o `test -f 'printdate.cc' || echo './'`printdate.cc g++ -DPACKAGE_NAME=\"autodock\" -DPACKAGE_TARNAME=\"autodock\" -DPACKAGE_VERSION=\"4.2.6\" -DPACKAGE_STRING=\"autodock\ 4.2.6\" -DPACKAGE_BUGREPORT=\"autodock@scripps.edu\" -DPACKAGE_URL=\"\" -DPACKAGE=\"autodock\" -DVERSION=\"4.2.6\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE__BOOL=1 -DHAVE_STDBOOL_H=1 -DHAVE_STDLIB_H=1 -DHAVE_MALLOC=1 -DHAVE_GETHOSTNAME=1 -DHAVE_GETPID=1 -DHAVE_FCHMOD=1 -DHAVE_SETLINEBUF=1 -DHAVE_SYSCONF=1 -DHAVE_TIMES=1 -DHAVE_GETRUSAGE=1 -DHAVE_STRNCASECMP=1 -I. -DNOSQRT -DUSE_DOUBLE -DUSE_8A_NBCUTOFF -DUSE_INT_AS_FOURBYTELONG -O3 -O3 -Wall -Wno-write-strings -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -c -o autodock4-printEnergies.o `test -f 'printEnergies.cc' || echo './'`printEnergies.cc g++ -DPACKAGE_NAME=\"autodock\" -DPACKAGE_TARNAME=\"autodock\" -DPACKAGE_VERSION=\"4.2.6\" -DPACKAGE_STRING=\"autodock\ 4.2.6\" -DPACKAGE_BUGREPORT=\"autodock@scripps.edu\" -DPACKAGE_URL=\"\" -DPACKAGE=\"autodock\" -DVERSION=\"4.2.6\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE__BOOL=1 -DHAVE_STDBOOL_H=1 -DHAVE_STDLIB_H=1 -DHAVE_MALLOC=1 -DHAVE_GETHOSTNAME=1 -DHAVE_GETPID=1 -DHAVE_FCHMOD=1 -DHAVE_SETLINEBUF=1 -DHAVE_SYSCONF=1 -DHAVE_TIMES=1 -DHAVE_GETRUSAGE=1 -DHAVE_STRNCASECMP=1 -I. -DNOSQRT -DUSE_DOUBLE -DUSE_8A_NBCUTOFF -DUSE_INT_AS_FOURBYTELONG -O3 -O3 -Wall -Wno-write-strings -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -c -o autodock4-printhms.o `test -f 'printhms.cc' || echo './'`printhms.cc g++ -DPACKAGE_NAME=\"autodock\" -DPACKAGE_TARNAME=\"autodock\" -DPACKAGE_VERSION=\"4.2.6\" -DPACKAGE_STRING=\"autodock\ 4.2.6\" -DPACKAGE_BUGREPORT=\"autodock@scripps.edu\" -DPACKAGE_URL=\"\" -DPACKAGE=\"autodock\" -DVERSION=\"4.2.6\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE__BOOL=1 -DHAVE_STDBOOL_H=1 -DHAVE_STDLIB_H=1 -DHAVE_MALLOC=1 -DHAVE_GETHOSTNAME=1 -DHAVE_GETPID=1 -DHAVE_FCHMOD=1 -DHAVE_SETLINEBUF=1 -DHAVE_SYSCONF=1 -DHAVE_TIMES=1 -DHAVE_GETRUSAGE=1 -DHAVE_STRNCASECMP=1 -I. -DNOSQRT -DUSE_DOUBLE -DUSE_8A_NBCUTOFF -DUSE_INT_AS_FOURBYTELONG -O3 -O3 -Wall -Wno-write-strings -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -c -o autodock4-prClusterHist.o `test -f 'prClusterHist.cc' || echo './'`prClusterHist.cc g++ -DPACKAGE_NAME=\"autodock\" -DPACKAGE_TARNAME=\"autodock\" -DPACKAGE_VERSION=\"4.2.6\" -DPACKAGE_STRING=\"autodock\ 4.2.6\" -DPACKAGE_BUGREPORT=\"autodock@scripps.edu\" -DPACKAGE_URL=\"\" -DPACKAGE=\"autodock\" -DVERSION=\"4.2.6\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE__BOOL=1 -DHAVE_STDBOOL_H=1 -DHAVE_STDLIB_H=1 -DHAVE_MALLOC=1 -DHAVE_GETHOSTNAME=1 -DHAVE_GETPID=1 -DHAVE_FCHMOD=1 -DHAVE_SETLINEBUF=1 -DHAVE_SYSCONF=1 -DHAVE_TIMES=1 -DHAVE_GETRUSAGE=1 -DHAVE_STRNCASECMP=1 -I. -DNOSQRT -DUSE_DOUBLE -DUSE_8A_NBCUTOFF -DUSE_INT_AS_FOURBYTELONG -O3 -O3 -Wall -Wno-write-strings -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -c -o autodock4-prInitialState.o `test -f 'prInitialState.cc' || echo './'`prInitialState.cc g++ -DPACKAGE_NAME=\"autodock\" -DPACKAGE_TARNAME=\"autodock\" -DPACKAGE_VERSION=\"4.2.6\" -DPACKAGE_STRING=\"autodock\ 4.2.6\" -DPACKAGE_BUGREPORT=\"autodock@scripps.edu\" -DPACKAGE_URL=\"\" -DPACKAGE=\"autodock\" -DVERSION=\"4.2.6\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE__BOOL=1 -DHAVE_STDBOOL_H=1 -DHAVE_STDLIB_H=1 -DHAVE_MALLOC=1 -DHAVE_GETHOSTNAME=1 -DHAVE_GETPID=1 -DHAVE_FCHMOD=1 -DHAVE_SETLINEBUF=1 -DHAVE_SYSCONF=1 -DHAVE_TIMES=1 -DHAVE_GETRUSAGE=1 -DHAVE_STRNCASECMP=1 -I. -DNOSQRT -DUSE_DOUBLE -DUSE_8A_NBCUTOFF -DUSE_INT_AS_FOURBYTELONG -O3 -O3 -Wall -Wno-write-strings -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -c -o autodock4-prTorConList.o `test -f 'prTorConList.cc' || echo './'`prTorConList.cc g++ -DPACKAGE_NAME=\"autodock\" -DPACKAGE_TARNAME=\"autodock\" -DPACKAGE_VERSION=\"4.2.6\" -DPACKAGE_STRING=\"autodock\ 4.2.6\" -DPACKAGE_BUGREPORT=\"autodock@scripps.edu\" -DPACKAGE_URL=\"\" -DPACKAGE=\"autodock\" -DVERSION=\"4.2.6\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE__BOOL=1 -DHAVE_STDBOOL_H=1 -DHAVE_STDLIB_H=1 -DHAVE_MALLOC=1 -DHAVE_GETHOSTNAME=1 -DHAVE_GETPID=1 -DHAVE_FCHMOD=1 -DHAVE_SETLINEBUF=1 -DHAVE_SYSCONF=1 -DHAVE_TIMES=1 -DHAVE_GETRUSAGE=1 -DHAVE_STRNCASECMP=1 -I. -DNOSQRT -DUSE_DOUBLE -DUSE_8A_NBCUTOFF -DUSE_INT_AS_FOURBYTELONG -O3 -O3 -Wall -Wno-write-strings -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -c -o autodock4-pso.o `test -f 'pso.cc' || echo './'`pso.cc g++ -DPACKAGE_NAME=\"autodock\" -DPACKAGE_TARNAME=\"autodock\" -DPACKAGE_VERSION=\"4.2.6\" -DPACKAGE_STRING=\"autodock\ 4.2.6\" -DPACKAGE_BUGREPORT=\"autodock@scripps.edu\" -DPACKAGE_URL=\"\" -DPACKAGE=\"autodock\" -DVERSION=\"4.2.6\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE__BOOL=1 -DHAVE_STDBOOL_H=1 -DHAVE_STDLIB_H=1 -DHAVE_MALLOC=1 -DHAVE_GETHOSTNAME=1 -DHAVE_GETPID=1 -DHAVE_FCHMOD=1 -DHAVE_SETLINEBUF=1 -DHAVE_SYSCONF=1 -DHAVE_TIMES=1 -DHAVE_GETRUSAGE=1 -DHAVE_STRNCASECMP=1 -I. -DNOSQRT -DUSE_DOUBLE -DUSE_8A_NBCUTOFF -DUSE_INT_AS_FOURBYTELONG -O3 -O3 -Wall -Wno-write-strings -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -c -o autodock4-qmultiply.o `test -f 'qmultiply.cc' || echo './'`qmultiply.cc g++ -DPACKAGE_NAME=\"autodock\" -DPACKAGE_TARNAME=\"autodock\" -DPACKAGE_VERSION=\"4.2.6\" -DPACKAGE_STRING=\"autodock\ 4.2.6\" -DPACKAGE_BUGREPORT=\"autodock@scripps.edu\" -DPACKAGE_URL=\"\" -DPACKAGE=\"autodock\" -DVERSION=\"4.2.6\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE__BOOL=1 -DHAVE_STDBOOL_H=1 -DHAVE_STDLIB_H=1 -DHAVE_MALLOC=1 -DHAVE_GETHOSTNAME=1 -DHAVE_GETPID=1 -DHAVE_FCHMOD=1 -DHAVE_SETLINEBUF=1 -DHAVE_SYSCONF=1 -DHAVE_TIMES=1 -DHAVE_GETRUSAGE=1 -DHAVE_STRNCASECMP=1 -I. -DNOSQRT -DUSE_DOUBLE -DUSE_8A_NBCUTOFF -DUSE_INT_AS_FOURBYTELONG -O3 -O3 -Wall -Wno-write-strings -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -c -o autodock4-qtransform.o `test -f 'qtransform.cc' || echo './'`qtransform.cc g++ -DPACKAGE_NAME=\"autodock\" -DPACKAGE_TARNAME=\"autodock\" -DPACKAGE_VERSION=\"4.2.6\" -DPACKAGE_STRING=\"autodock\ 4.2.6\" -DPACKAGE_BUGREPORT=\"autodock@scripps.edu\" -DPACKAGE_URL=\"\" -DPACKAGE=\"autodock\" -DVERSION=\"4.2.6\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE__BOOL=1 -DHAVE_STDBOOL_H=1 -DHAVE_STDLIB_H=1 -DHAVE_MALLOC=1 -DHAVE_GETHOSTNAME=1 -DHAVE_GETPID=1 -DHAVE_FCHMOD=1 -DHAVE_SETLINEBUF=1 -DHAVE_SYSCONF=1 -DHAVE_TIMES=1 -DHAVE_GETRUSAGE=1 -DHAVE_STRNCASECMP=1 -I. -DNOSQRT -DUSE_DOUBLE -DUSE_8A_NBCUTOFF -DUSE_INT_AS_FOURBYTELONG -O3 -O3 -Wall -Wno-write-strings -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -c -o autodock4-quicksort.o `test -f 'quicksort.cc' || echo './'`quicksort.cc g++ -DPACKAGE_NAME=\"autodock\" -DPACKAGE_TARNAME=\"autodock\" -DPACKAGE_VERSION=\"4.2.6\" -DPACKAGE_STRING=\"autodock\ 4.2.6\" -DPACKAGE_BUGREPORT=\"autodock@scripps.edu\" -DPACKAGE_URL=\"\" -DPACKAGE=\"autodock\" -DVERSION=\"4.2.6\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE__BOOL=1 -DHAVE_STDBOOL_H=1 -DHAVE_STDLIB_H=1 -DHAVE_MALLOC=1 -DHAVE_GETHOSTNAME=1 -DHAVE_GETPID=1 -DHAVE_FCHMOD=1 -DHAVE_SETLINEBUF=1 -DHAVE_SYSCONF=1 -DHAVE_TIMES=1 -DHAVE_GETRUSAGE=1 -DHAVE_STRNCASECMP=1 -I. -DNOSQRT -DUSE_DOUBLE -DUSE_8A_NBCUTOFF -DUSE_INT_AS_FOURBYTELONG -O3 -O3 -Wall -Wno-write-strings -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -c -o autodock4-ranlib.o `test -f 'ranlib.cc' || echo './'`ranlib.cc g++ -DPACKAGE_NAME=\"autodock\" -DPACKAGE_TARNAME=\"autodock\" -DPACKAGE_VERSION=\"4.2.6\" -DPACKAGE_STRING=\"autodock\ 4.2.6\" -DPACKAGE_BUGREPORT=\"autodock@scripps.edu\" -DPACKAGE_URL=\"\" -DPACKAGE=\"autodock\" -DVERSION=\"4.2.6\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE__BOOL=1 -DHAVE_STDBOOL_H=1 -DHAVE_STDLIB_H=1 -DHAVE_MALLOC=1 -DHAVE_GETHOSTNAME=1 -DHAVE_GETPID=1 -DHAVE_FCHMOD=1 -DHAVE_SETLINEBUF=1 -DHAVE_SYSCONF=1 -DHAVE_TIMES=1 -DHAVE_GETRUSAGE=1 -DHAVE_STRNCASECMP=1 -I. -DNOSQRT -DUSE_DOUBLE -DUSE_8A_NBCUTOFF -DUSE_INT_AS_FOURBYTELONG -O3 -O3 -Wall -Wno-write-strings -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -c -o autodock4-rep.o `test -f 'rep.cc' || echo './'`rep.cc g++ -DPACKAGE_NAME=\"autodock\" -DPACKAGE_TARNAME=\"autodock\" -DPACKAGE_VERSION=\"4.2.6\" -DPACKAGE_STRING=\"autodock\ 4.2.6\" -DPACKAGE_BUGREPORT=\"autodock@scripps.edu\" -DPACKAGE_URL=\"\" -DPACKAGE=\"autodock\" -DVERSION=\"4.2.6\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE__BOOL=1 -DHAVE_STDBOOL_H=1 -DHAVE_STDLIB_H=1 -DHAVE_MALLOC=1 -DHAVE_GETHOSTNAME=1 -DHAVE_GETPID=1 -DHAVE_FCHMOD=1 -DHAVE_SETLINEBUF=1 -DHAVE_SYSCONF=1 -DHAVE_TIMES=1 -DHAVE_GETRUSAGE=1 -DHAVE_STRNCASECMP=1 -I. -DNOSQRT -DUSE_DOUBLE -DUSE_8A_NBCUTOFF -DUSE_INT_AS_FOURBYTELONG -O3 -O3 -Wall -Wno-write-strings -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -c -o autodock4-scauchy.o `test -f 'scauchy.cc' || echo './'`scauchy.cc ranlib.cc: In function 'ignpoi(double const&)': ranlib.cc:1157:11: warning: 'q' may be used uninitialized in this function [-Wmaybe-uninitialized] 1157 | q += p; | ~~^~~~ g++ -DPACKAGE_NAME=\"autodock\" -DPACKAGE_TARNAME=\"autodock\" -DPACKAGE_VERSION=\"4.2.6\" -DPACKAGE_STRING=\"autodock\ 4.2.6\" -DPACKAGE_BUGREPORT=\"autodock@scripps.edu\" -DPACKAGE_URL=\"\" -DPACKAGE=\"autodock\" -DVERSION=\"4.2.6\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE__BOOL=1 -DHAVE_STDBOOL_H=1 -DHAVE_STDLIB_H=1 -DHAVE_MALLOC=1 -DHAVE_GETHOSTNAME=1 -DHAVE_GETPID=1 -DHAVE_FCHMOD=1 -DHAVE_SETLINEBUF=1 -DHAVE_SYSCONF=1 -DHAVE_TIMES=1 -DHAVE_GETRUSAGE=1 -DHAVE_STRNCASECMP=1 -I. -DNOSQRT -DUSE_DOUBLE -DUSE_8A_NBCUTOFF -DUSE_INT_AS_FOURBYTELONG -O3 -O3 -Wall -Wno-write-strings -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -c -o autodock4-setflags.o `test -f 'setflags.cc' || echo './'`setflags.cc ranlib.cc:1136:5: warning: 'p0' may be used uninitialized in this function [-Wmaybe-uninitialized] 1136 | if(u <= p0) return ignpoi; | ^~ ranlib.cc:1156:14: warning: 'p' may be used uninitialized in this function [-Wmaybe-uninitialized] 1156 | p = p*mu/(Real)k; | ~^~~ ranlib.cc:1144:27: warning: 'm' may be used uninitialized in this function [-Wmaybe-uninitialized] 1144 | if(u > 0.458) j = IMIN(l,m); | ~~~~^~~~~ ranlib.cc:1116:8: warning: 'omega' may be used uninitialized in this function [-Wmaybe-uninitialized] 1116 | fy = omega*(((c3*xx+c2)*xx+c1)*xx+c0); | ~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ranlib.cc:1116:24: warning: 'c3' may be used uninitialized in this function [-Wmaybe-uninitialized] 1116 | fy = omega*(((c3*xx+c2)*xx+c1)*xx+c0); | ~~~~~~^~~~ ranlib.cc:1116:24: warning: 'c2' may be used uninitialized in this function [-Wmaybe-uninitialized] ranlib.cc:1116:31: warning: 'c1' may be used uninitialized in this function [-Wmaybe-uninitialized] 1116 | fy = omega*(((c3*xx+c2)*xx+c1)*xx+c0); | ~~~~~~~~~~~~~~^~~~ ranlib.cc:1116:38: warning: 'c0' may be used uninitialized in this function [-Wmaybe-uninitialized] 1116 | fy = omega*(((c3*xx+c2)*xx+c1)*xx+c0); | ~~~~~~~~~~~~~~~~~~~~~~^~~~ ranlib.cc:1085:9: warning: 'c' may be used uninitialized in this function [-Wmaybe-uninitialized] 1085 | if(c*fabs(u) > py*exp(px+e)-fy*exp(fx+e)) goto S50; | ~^~~~~~~~ ranlib.cc:1061:10: warning: 'u' may be used uninitialized in this function [-Wmaybe-uninitialized] 1061 | if(fy-u*fy <= py*exp(px-fx)) return ignpoi; | ~~^~~~~ ranlib.cc:1106:23: warning: 'fk' may be used uninitialized in this function [-Wmaybe-uninitialized] 1106 | px = fk*log(1.0+v)-difmuk-del; | ~~~~~~~~~~~~~^~~~~~~ ranlib.cc:1106:23: warning: 'difmuk' may be used uninitialized in this function [-Wmaybe-uninitialized] ranlib.cc:1094:13: warning: 'ignpoi' may be used uninitialized in this function [-Wmaybe-uninitialized] 1094 | py = pow(mu,(double)ignpoi)/ *(fact+ignpoi); | ~~~^~~~~~~~~~~~~~~~~~~ ranlib.cc:1017:7: warning: 's' may be used uninitialized in this function [-Wmaybe-uninitialized] 1017 | g = mu+s*snorm(); | ~~^~~~~~~~~~~~~~ ranlib.cc:1030:9: warning: 'd' may be used uninitialized in this function [-Wmaybe-uninitialized] 1030 | if(d*u >= difmuk*difmuk*difmuk) return ignpoi; | ~^~ ranlib.cc:1023:5: warning: 'l' may be used uninitialized in this function [-Wmaybe-uninitialized] 1023 | if(ignpoi >= l) return ignpoi; | ^~ g++ -DPACKAGE_NAME=\"autodock\" -DPACKAGE_TARNAME=\"autodock\" -DPACKAGE_VERSION=\"4.2.6\" -DPACKAGE_STRING=\"autodock\ 4.2.6\" -DPACKAGE_BUGREPORT=\"autodock@scripps.edu\" -DPACKAGE_URL=\"\" -DPACKAGE=\"autodock\" -DVERSION=\"4.2.6\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE__BOOL=1 -DHAVE_STDBOOL_H=1 -DHAVE_STDLIB_H=1 -DHAVE_MALLOC=1 -DHAVE_GETHOSTNAME=1 -DHAVE_GETPID=1 -DHAVE_FCHMOD=1 -DHAVE_SETLINEBUF=1 -DHAVE_SYSCONF=1 -DHAVE_TIMES=1 -DHAVE_GETRUSAGE=1 -DHAVE_STRNCASECMP=1 -I. -DNOSQRT -DUSE_DOUBLE -DUSE_8A_NBCUTOFF -DUSE_INT_AS_FOURBYTELONG -O3 -O3 -Wall -Wno-write-strings -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -c -o autodock4-simanneal.o `test -f 'simanneal.cc' || echo './'`simanneal.cc In file included from /usr/include/string.h:519, from setflags.cc:33: In function 'strncpy', inlined from 'setflags(int, char const**, char const*)' at setflags.cc:293:20: /usr/include/bits/string_fortified.h:106:34: warning: '__strncpy_chk' specified bound depends on the length of the source argument [-Wstringop-overflow=] 106 | return __builtin___strncpy_chk (__dest, __src, __len, __bos (__dest)); | ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ setflags.cc: In function 'setflags(int, char const**, char const*)': setflags.cc:293:55: note: length computed here 293 | strncpy(logFileName, dock_param_fn, strlen(dock_param_fn)-4); | ~~~~~~^~~~~~~~~~~~~~~ g++ -DPACKAGE_NAME=\"autodock\" -DPACKAGE_TARNAME=\"autodock\" -DPACKAGE_VERSION=\"4.2.6\" -DPACKAGE_STRING=\"autodock\ 4.2.6\" -DPACKAGE_BUGREPORT=\"autodock@scripps.edu\" -DPACKAGE_URL=\"\" -DPACKAGE=\"autodock\" -DVERSION=\"4.2.6\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE__BOOL=1 -DHAVE_STDBOOL_H=1 -DHAVE_STDLIB_H=1 -DHAVE_MALLOC=1 -DHAVE_GETHOSTNAME=1 -DHAVE_GETPID=1 -DHAVE_FCHMOD=1 -DHAVE_SETLINEBUF=1 -DHAVE_SYSCONF=1 -DHAVE_TIMES=1 -DHAVE_GETRUSAGE=1 -DHAVE_STRNCASECMP=1 -I. -DNOSQRT -DUSE_DOUBLE -DUSE_8A_NBCUTOFF -DUSE_INT_AS_FOURBYTELONG -O3 -O3 -Wall -Wno-write-strings -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -c -o autodock4-sort_enrg.o `test -f 'sort_enrg.cc' || echo './'`sort_enrg.cc g++ -DPACKAGE_NAME=\"autodock\" -DPACKAGE_TARNAME=\"autodock\" -DPACKAGE_VERSION=\"4.2.6\" -DPACKAGE_STRING=\"autodock\ 4.2.6\" -DPACKAGE_BUGREPORT=\"autodock@scripps.edu\" -DPACKAGE_URL=\"\" -DPACKAGE=\"autodock\" -DVERSION=\"4.2.6\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE__BOOL=1 -DHAVE_STDBOOL_H=1 -DHAVE_STDLIB_H=1 -DHAVE_MALLOC=1 -DHAVE_GETHOSTNAME=1 -DHAVE_GETPID=1 -DHAVE_FCHMOD=1 -DHAVE_SETLINEBUF=1 -DHAVE_SYSCONF=1 -DHAVE_TIMES=1 -DHAVE_GETRUSAGE=1 -DHAVE_STRNCASECMP=1 -I. -DNOSQRT -DUSE_DOUBLE -DUSE_8A_NBCUTOFF -DUSE_INT_AS_FOURBYTELONG -O3 -O3 -Wall -Wno-write-strings -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -c -o autodock4-stack.o `test -f 'stack.cc' || echo './'`stack.cc g++ -DPACKAGE_NAME=\"autodock\" -DPACKAGE_TARNAME=\"autodock\" -DPACKAGE_VERSION=\"4.2.6\" -DPACKAGE_STRING=\"autodock\ 4.2.6\" -DPACKAGE_BUGREPORT=\"autodock@scripps.edu\" -DPACKAGE_URL=\"\" -DPACKAGE=\"autodock\" -DVERSION=\"4.2.6\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE__BOOL=1 -DHAVE_STDBOOL_H=1 -DHAVE_STDLIB_H=1 -DHAVE_MALLOC=1 -DHAVE_GETHOSTNAME=1 -DHAVE_GETPID=1 -DHAVE_FCHMOD=1 -DHAVE_SETLINEBUF=1 -DHAVE_SYSCONF=1 -DHAVE_TIMES=1 -DHAVE_GETRUSAGE=1 -DHAVE_STRNCASECMP=1 -I. -DNOSQRT -DUSE_DOUBLE -DUSE_8A_NBCUTOFF -DUSE_INT_AS_FOURBYTELONG -O3 -O3 -Wall -Wno-write-strings -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -c -o autodock4-stop.o `test -f 'stop.cc' || echo './'`stop.cc g++ -DPACKAGE_NAME=\"autodock\" -DPACKAGE_TARNAME=\"autodock\" -DPACKAGE_VERSION=\"4.2.6\" -DPACKAGE_STRING=\"autodock\ 4.2.6\" -DPACKAGE_BUGREPORT=\"autodock@scripps.edu\" -DPACKAGE_URL=\"\" -DPACKAGE=\"autodock\" -DVERSION=\"4.2.6\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE__BOOL=1 -DHAVE_STDBOOL_H=1 -DHAVE_STDLIB_H=1 -DHAVE_MALLOC=1 -DHAVE_GETHOSTNAME=1 -DHAVE_GETPID=1 -DHAVE_FCHMOD=1 -DHAVE_SETLINEBUF=1 -DHAVE_SYSCONF=1 -DHAVE_TIMES=1 -DHAVE_GETRUSAGE=1 -DHAVE_STRNCASECMP=1 -I. -DNOSQRT -DUSE_DOUBLE -DUSE_8A_NBCUTOFF -DUSE_INT_AS_FOURBYTELONG -O3 -O3 -Wall -Wno-write-strings -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -c -o autodock4-strindex.o `test -f 'strindex.cc' || echo './'`strindex.cc g++ -DPACKAGE_NAME=\"autodock\" -DPACKAGE_TARNAME=\"autodock\" -DPACKAGE_VERSION=\"4.2.6\" -DPACKAGE_STRING=\"autodock\ 4.2.6\" -DPACKAGE_BUGREPORT=\"autodock@scripps.edu\" -DPACKAGE_URL=\"\" -DPACKAGE=\"autodock\" -DVERSION=\"4.2.6\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE__BOOL=1 -DHAVE_STDBOOL_H=1 -DHAVE_STDLIB_H=1 -DHAVE_MALLOC=1 -DHAVE_GETHOSTNAME=1 -DHAVE_GETPID=1 -DHAVE_FCHMOD=1 -DHAVE_SETLINEBUF=1 -DHAVE_SYSCONF=1 -DHAVE_TIMES=1 -DHAVE_GETRUSAGE=1 -DHAVE_STRNCASECMP=1 -I. -DNOSQRT -DUSE_DOUBLE -DUSE_8A_NBCUTOFF -DUSE_INT_AS_FOURBYTELONG -O3 -O3 -Wall -Wno-write-strings -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -c -o autodock4-success.o `test -f 'success.cc' || echo './'`success.cc g++ -DPACKAGE_NAME=\"autodock\" -DPACKAGE_TARNAME=\"autodock\" -DPACKAGE_VERSION=\"4.2.6\" -DPACKAGE_STRING=\"autodock\ 4.2.6\" -DPACKAGE_BUGREPORT=\"autodock@scripps.edu\" -DPACKAGE_URL=\"\" -DPACKAGE=\"autodock\" -DVERSION=\"4.2.6\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE__BOOL=1 -DHAVE_STDBOOL_H=1 -DHAVE_STDLIB_H=1 -DHAVE_MALLOC=1 -DHAVE_GETHOSTNAME=1 -DHAVE_GETPID=1 -DHAVE_FCHMOD=1 -DHAVE_SETLINEBUF=1 -DHAVE_SYSCONF=1 -DHAVE_TIMES=1 -DHAVE_GETRUSAGE=1 -DHAVE_STRNCASECMP=1 -I. -DNOSQRT -DUSE_DOUBLE -DUSE_8A_NBCUTOFF -DUSE_INT_AS_FOURBYTELONG -O3 -O3 -Wall -Wno-write-strings -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -c -o autodock4-support.o `test -f 'support.cc' || echo './'`support.cc g++ -DPACKAGE_NAME=\"autodock\" -DPACKAGE_TARNAME=\"autodock\" -DPACKAGE_VERSION=\"4.2.6\" -DPACKAGE_STRING=\"autodock\ 4.2.6\" -DPACKAGE_BUGREPORT=\"autodock@scripps.edu\" -DPACKAGE_URL=\"\" -DPACKAGE=\"autodock\" -DVERSION=\"4.2.6\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE__BOOL=1 -DHAVE_STDBOOL_H=1 -DHAVE_STDLIB_H=1 -DHAVE_MALLOC=1 -DHAVE_GETHOSTNAME=1 -DHAVE_GETPID=1 -DHAVE_FCHMOD=1 -DHAVE_SETLINEBUF=1 -DHAVE_SYSCONF=1 -DHAVE_TIMES=1 -DHAVE_GETRUSAGE=1 -DHAVE_STRNCASECMP=1 -I. -DNOSQRT -DUSE_DOUBLE -DUSE_8A_NBCUTOFF -DUSE_INT_AS_FOURBYTELONG -O3 -O3 -Wall -Wno-write-strings -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -c -o autodock4-swap.o `test -f 'swap.cc' || echo './'`swap.cc g++ -DPACKAGE_NAME=\"autodock\" -DPACKAGE_TARNAME=\"autodock\" -DPACKAGE_VERSION=\"4.2.6\" -DPACKAGE_STRING=\"autodock\ 4.2.6\" -DPACKAGE_BUGREPORT=\"autodock@scripps.edu\" -DPACKAGE_URL=\"\" -DPACKAGE=\"autodock\" -DVERSION=\"4.2.6\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE__BOOL=1 -DHAVE_STDBOOL_H=1 -DHAVE_STDLIB_H=1 -DHAVE_MALLOC=1 -DHAVE_GETHOSTNAME=1 -DHAVE_GETPID=1 -DHAVE_FCHMOD=1 -DHAVE_SETLINEBUF=1 -DHAVE_SYSCONF=1 -DHAVE_TIMES=1 -DHAVE_GETRUSAGE=1 -DHAVE_STRNCASECMP=1 -I. -DNOSQRT -DUSE_DOUBLE -DUSE_8A_NBCUTOFF -DUSE_INT_AS_FOURBYTELONG -O3 -O3 -Wall -Wno-write-strings -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -c -o autodock4-threadlog.o `test -f 'threadlog.cc' || echo './'`threadlog.cc threadlog.cc:72: warning: ignoring '#pragma omp critical' [-Wunknown-pragmas] 72 | #pragma omp critical | g++ -DPACKAGE_NAME=\"autodock\" -DPACKAGE_TARNAME=\"autodock\" -DPACKAGE_VERSION=\"4.2.6\" -DPACKAGE_STRING=\"autodock\ 4.2.6\" -DPACKAGE_BUGREPORT=\"autodock@scripps.edu\" -DPACKAGE_URL=\"\" -DPACKAGE=\"autodock\" -DVERSION=\"4.2.6\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE__BOOL=1 -DHAVE_STDBOOL_H=1 -DHAVE_STDLIB_H=1 -DHAVE_MALLOC=1 -DHAVE_GETHOSTNAME=1 -DHAVE_GETPID=1 -DHAVE_FCHMOD=1 -DHAVE_SETLINEBUF=1 -DHAVE_SYSCONF=1 -DHAVE_TIMES=1 -DHAVE_GETRUSAGE=1 -DHAVE_STRNCASECMP=1 -I. -DNOSQRT -DUSE_DOUBLE -DUSE_8A_NBCUTOFF -DUSE_INT_AS_FOURBYTELONG -O3 -O3 -Wall -Wno-write-strings -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -c -o autodock4-timesys.o `test -f 'timesys.cc' || echo './'`timesys.cc g++ -DPACKAGE_NAME=\"autodock\" -DPACKAGE_TARNAME=\"autodock\" -DPACKAGE_VERSION=\"4.2.6\" -DPACKAGE_STRING=\"autodock\ 4.2.6\" -DPACKAGE_BUGREPORT=\"autodock@scripps.edu\" -DPACKAGE_URL=\"\" -DPACKAGE=\"autodock\" -DVERSION=\"4.2.6\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE__BOOL=1 -DHAVE_STDBOOL_H=1 -DHAVE_STDLIB_H=1 -DHAVE_MALLOC=1 -DHAVE_GETHOSTNAME=1 -DHAVE_GETPID=1 -DHAVE_FCHMOD=1 -DHAVE_SETLINEBUF=1 -DHAVE_SYSCONF=1 -DHAVE_TIMES=1 -DHAVE_GETRUSAGE=1 -DHAVE_STRNCASECMP=1 -I. -DNOSQRT -DUSE_DOUBLE -DUSE_8A_NBCUTOFF -DUSE_INT_AS_FOURBYTELONG -O3 -O3 -Wall -Wno-write-strings -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -c -o autodock4-timesyshms.o `test -f 'timesyshms.cc' || echo './'`timesyshms.cc g++ -DPACKAGE_NAME=\"autodock\" -DPACKAGE_TARNAME=\"autodock\" -DPACKAGE_VERSION=\"4.2.6\" -DPACKAGE_STRING=\"autodock\ 4.2.6\" -DPACKAGE_BUGREPORT=\"autodock@scripps.edu\" -DPACKAGE_URL=\"\" -DPACKAGE=\"autodock\" -DVERSION=\"4.2.6\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE__BOOL=1 -DHAVE_STDBOOL_H=1 -DHAVE_STDLIB_H=1 -DHAVE_MALLOC=1 -DHAVE_GETHOSTNAME=1 -DHAVE_GETPID=1 -DHAVE_FCHMOD=1 -DHAVE_SETLINEBUF=1 -DHAVE_SYSCONF=1 -DHAVE_TIMES=1 -DHAVE_GETRUSAGE=1 -DHAVE_STRNCASECMP=1 -I. -DNOSQRT -DUSE_DOUBLE -DUSE_8A_NBCUTOFF -DUSE_INT_AS_FOURBYTELONG -O3 -O3 -Wall -Wno-write-strings -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -c -o autodock4-torNorVec.o `test -f 'torNorVec.cc' || echo './'`torNorVec.cc g++ -DPACKAGE_NAME=\"autodock\" -DPACKAGE_TARNAME=\"autodock\" -DPACKAGE_VERSION=\"4.2.6\" -DPACKAGE_STRING=\"autodock\ 4.2.6\" -DPACKAGE_BUGREPORT=\"autodock@scripps.edu\" -DPACKAGE_URL=\"\" -DPACKAGE=\"autodock\" -DVERSION=\"4.2.6\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE__BOOL=1 -DHAVE_STDBOOL_H=1 -DHAVE_STDLIB_H=1 -DHAVE_MALLOC=1 -DHAVE_GETHOSTNAME=1 -DHAVE_GETPID=1 -DHAVE_FCHMOD=1 -DHAVE_SETLINEBUF=1 -DHAVE_SYSCONF=1 -DHAVE_TIMES=1 -DHAVE_GETRUSAGE=1 -DHAVE_STRNCASECMP=1 -I. -DNOSQRT -DUSE_DOUBLE -DUSE_8A_NBCUTOFF -DUSE_INT_AS_FOURBYTELONG -O3 -O3 -Wall -Wno-write-strings -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -c -o autodock4-torsion.o `test -f 'torsion.cc' || echo './'`torsion.cc g++ -DPACKAGE_NAME=\"autodock\" -DPACKAGE_TARNAME=\"autodock\" -DPACKAGE_VERSION=\"4.2.6\" -DPACKAGE_STRING=\"autodock\ 4.2.6\" -DPACKAGE_BUGREPORT=\"autodock@scripps.edu\" -DPACKAGE_URL=\"\" -DPACKAGE=\"autodock\" -DVERSION=\"4.2.6\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE__BOOL=1 -DHAVE_STDBOOL_H=1 -DHAVE_STDLIB_H=1 -DHAVE_MALLOC=1 -DHAVE_GETHOSTNAME=1 -DHAVE_GETPID=1 -DHAVE_FCHMOD=1 -DHAVE_SETLINEBUF=1 -DHAVE_SYSCONF=1 -DHAVE_TIMES=1 -DHAVE_GETRUSAGE=1 -DHAVE_STRNCASECMP=1 -I. -DNOSQRT -DUSE_DOUBLE -DUSE_8A_NBCUTOFF -DUSE_INT_AS_FOURBYTELONG -O3 -O3 -Wall -Wno-write-strings -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -c -o autodock4-trilinterp.o `test -f 'trilinterp.cc' || echo './'`trilinterp.cc g++ -DPACKAGE_NAME=\"autodock\" -DPACKAGE_TARNAME=\"autodock\" -DPACKAGE_VERSION=\"4.2.6\" -DPACKAGE_STRING=\"autodock\ 4.2.6\" -DPACKAGE_BUGREPORT=\"autodock@scripps.edu\" -DPACKAGE_URL=\"\" -DPACKAGE=\"autodock\" -DVERSION=\"4.2.6\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE__BOOL=1 -DHAVE_STDBOOL_H=1 -DHAVE_STDLIB_H=1 -DHAVE_MALLOC=1 -DHAVE_GETHOSTNAME=1 -DHAVE_GETPID=1 -DHAVE_FCHMOD=1 -DHAVE_SETLINEBUF=1 -DHAVE_SYSCONF=1 -DHAVE_TIMES=1 -DHAVE_GETRUSAGE=1 -DHAVE_STRNCASECMP=1 -I. -DNOSQRT -DUSE_DOUBLE -DUSE_8A_NBCUTOFF -DUSE_INT_AS_FOURBYTELONG -O3 -O3 -Wall -Wno-write-strings -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -c -o autodock4-usage.o `test -f 'usage.cc' || echo './'`usage.cc g++ -DPACKAGE_NAME=\"autodock\" -DPACKAGE_TARNAME=\"autodock\" -DPACKAGE_VERSION=\"4.2.6\" -DPACKAGE_STRING=\"autodock\ 4.2.6\" -DPACKAGE_BUGREPORT=\"autodock@scripps.edu\" -DPACKAGE_URL=\"\" -DPACKAGE=\"autodock\" -DVERSION=\"4.2.6\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE__BOOL=1 -DHAVE_STDBOOL_H=1 -DHAVE_STDLIB_H=1 -DHAVE_MALLOC=1 -DHAVE_GETHOSTNAME=1 -DHAVE_GETPID=1 -DHAVE_FCHMOD=1 -DHAVE_SETLINEBUF=1 -DHAVE_SYSCONF=1 -DHAVE_TIMES=1 -DHAVE_GETRUSAGE=1 -DHAVE_STRNCASECMP=1 -I. -DNOSQRT -DUSE_DOUBLE -DUSE_8A_NBCUTOFF -DUSE_INT_AS_FOURBYTELONG -O3 -O3 -Wall -Wno-write-strings -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -c -o autodock4-weedbonds.o `test -f 'weedbonds.cc' || echo './'`weedbonds.cc g++ -DPACKAGE_NAME=\"autodock\" -DPACKAGE_TARNAME=\"autodock\" -DPACKAGE_VERSION=\"4.2.6\" -DPACKAGE_STRING=\"autodock\ 4.2.6\" -DPACKAGE_BUGREPORT=\"autodock@scripps.edu\" -DPACKAGE_URL=\"\" -DPACKAGE=\"autodock\" -DVERSION=\"4.2.6\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE__BOOL=1 -DHAVE_STDBOOL_H=1 -DHAVE_STDLIB_H=1 -DHAVE_MALLOC=1 -DHAVE_GETHOSTNAME=1 -DHAVE_GETPID=1 -DHAVE_FCHMOD=1 -DHAVE_SETLINEBUF=1 -DHAVE_SYSCONF=1 -DHAVE_TIMES=1 -DHAVE_GETRUSAGE=1 -DHAVE_STRNCASECMP=1 -I. -DNOSQRT -DUSE_DOUBLE -DUSE_8A_NBCUTOFF -DUSE_INT_AS_FOURBYTELONG -O3 -O3 -Wall -Wno-write-strings -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -c -o autodock4-warn_bad_file.o `test -f 'warn_bad_file.cc' || echo './'`warn_bad_file.cc trilinterp.cc: In function 'Real trilinterp(int, int, const Real (*)[3], const Real*, const Real*, const int*, MapType*, const GridMapSetInfo*, const int*, EnergyComponent*, EnergyComponent*, EnergyComponent*)': trilinterp.cc:98:22: warning: variable 'u1' set but not used [-Wunused-but-set-variable] 98 | register int u1, v1, w1; | ^~ trilinterp.cc:98:27: warning: variable 'v1' set but not used [-Wunused-but-set-variable] 98 | register int u1, v1, w1; | ^~ trilinterp.cc:98:32: warning: variable 'w1' set but not used [-Wunused-but-set-variable] 98 | register int u1, v1, w1; | ^~ g++ -DPACKAGE_NAME=\"autodock\" -DPACKAGE_TARNAME=\"autodock\" -DPACKAGE_VERSION=\"4.2.6\" -DPACKAGE_STRING=\"autodock\ 4.2.6\" -DPACKAGE_BUGREPORT=\"autodock@scripps.edu\" -DPACKAGE_URL=\"\" -DPACKAGE=\"autodock\" -DVERSION=\"4.2.6\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE__BOOL=1 -DHAVE_STDBOOL_H=1 -DHAVE_STDLIB_H=1 -DHAVE_MALLOC=1 -DHAVE_GETHOSTNAME=1 -DHAVE_GETPID=1 -DHAVE_FCHMOD=1 -DHAVE_SETLINEBUF=1 -DHAVE_SYSCONF=1 -DHAVE_TIMES=1 -DHAVE_GETRUSAGE=1 -DHAVE_STRNCASECMP=1 -I. -DNOSQRT -DUSE_DOUBLE -DUSE_8A_NBCUTOFF -DUSE_INT_AS_FOURBYTELONG -O3 -O3 -Wall -Wno-write-strings -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -c -o autodock4-coliny.o `test -f 'coliny.cc' || echo './'`coliny.cc g++ -DPACKAGE_NAME=\"autodock\" -DPACKAGE_TARNAME=\"autodock\" -DPACKAGE_VERSION=\"4.2.6\" -DPACKAGE_STRING=\"autodock\ 4.2.6\" -DPACKAGE_BUGREPORT=\"autodock@scripps.edu\" -DPACKAGE_URL=\"\" -DPACKAGE=\"autodock\" -DVERSION=\"4.2.6\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE__BOOL=1 -DHAVE_STDBOOL_H=1 -DHAVE_STDLIB_H=1 -DHAVE_MALLOC=1 -DHAVE_GETHOSTNAME=1 -DHAVE_GETPID=1 -DHAVE_FCHMOD=1 -DHAVE_SETLINEBUF=1 -DHAVE_SYSCONF=1 -DHAVE_TIMES=1 -DHAVE_GETRUSAGE=1 -DHAVE_STRNCASECMP=1 -I. -DNOSQRT -DUSE_DOUBLE -DUSE_8A_NBCUTOFF -DUSE_INT_AS_FOURBYTELONG -O3 -O3 -Wall -Wno-write-strings -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -c -o autodock4-eintcal.o `test -f 'eintcal.cc' || echo './'`eintcal.cc g++ -DPACKAGE_NAME=\"autodock\" -DPACKAGE_TARNAME=\"autodock\" -DPACKAGE_VERSION=\"4.2.6\" -DPACKAGE_STRING=\"autodock\ 4.2.6\" -DPACKAGE_BUGREPORT=\"autodock@scripps.edu\" -DPACKAGE_URL=\"\" -DPACKAGE=\"autodock\" -DVERSION=\"4.2.6\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE__BOOL=1 -DHAVE_STDBOOL_H=1 -DHAVE_STDLIB_H=1 -DHAVE_MALLOC=1 -DHAVE_GETHOSTNAME=1 -DHAVE_GETPID=1 -DHAVE_FCHMOD=1 -DHAVE_SETLINEBUF=1 -DHAVE_SYSCONF=1 -DHAVE_TIMES=1 -DHAVE_GETRUSAGE=1 -DHAVE_STRNCASECMP=1 -I. -DNOSQRT -DUSE_DOUBLE -DUSE_8A_NBCUTOFF -DUSE_INT_AS_FOURBYTELONG -O3 -O3 -Wall -Wno-write-strings -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -c -o autodock4-eintcalPrint.o `test -f 'eintcalPrint.cc' || echo './'`eintcalPrint.cc g++ -DPACKAGE_NAME=\"autodock\" -DPACKAGE_TARNAME=\"autodock\" -DPACKAGE_VERSION=\"4.2.6\" -DPACKAGE_STRING=\"autodock\ 4.2.6\" -DPACKAGE_BUGREPORT=\"autodock@scripps.edu\" -DPACKAGE_URL=\"\" -DPACKAGE=\"autodock\" -DVERSION=\"4.2.6\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE__BOOL=1 -DHAVE_STDBOOL_H=1 -DHAVE_STDLIB_H=1 -DHAVE_MALLOC=1 -DHAVE_GETHOSTNAME=1 -DHAVE_GETPID=1 -DHAVE_FCHMOD=1 -DHAVE_SETLINEBUF=1 -DHAVE_SYSCONF=1 -DHAVE_TIMES=1 -DHAVE_GETRUSAGE=1 -DHAVE_STRNCASECMP=1 -I. -DNOSQRT -DUSE_DOUBLE -DUSE_8A_NBCUTOFF -DUSE_INT_AS_FOURBYTELONG -O3 -O3 -Wall -Wno-write-strings -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -c -o autodock4-intnbtable.o `test -f 'intnbtable.cc' || echo './'`intnbtable.cc g++ -DPACKAGE_NAME=\"autodock\" -DPACKAGE_TARNAME=\"autodock\" -DPACKAGE_VERSION=\"4.2.6\" -DPACKAGE_STRING=\"autodock\ 4.2.6\" -DPACKAGE_BUGREPORT=\"autodock@scripps.edu\" -DPACKAGE_URL=\"\" -DPACKAGE=\"autodock\" -DVERSION=\"4.2.6\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE__BOOL=1 -DHAVE_STDBOOL_H=1 -DHAVE_STDLIB_H=1 -DHAVE_MALLOC=1 -DHAVE_GETHOSTNAME=1 -DHAVE_GETPID=1 -DHAVE_FCHMOD=1 -DHAVE_SETLINEBUF=1 -DHAVE_SYSCONF=1 -DHAVE_TIMES=1 -DHAVE_GETRUSAGE=1 -DHAVE_STRNCASECMP=1 -I. -DNOSQRT -DUSE_DOUBLE -DUSE_8A_NBCUTOFF -DUSE_INT_AS_FOURBYTELONG -O3 -O3 -Wall -Wno-write-strings -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -c -o autodock4-nbe.o `test -f 'nbe.cc' || echo './'`nbe.cc g++ -DPACKAGE_NAME=\"autodock\" -DPACKAGE_TARNAME=\"autodock\" -DPACKAGE_VERSION=\"4.2.6\" -DPACKAGE_STRING=\"autodock\ 4.2.6\" -DPACKAGE_BUGREPORT=\"autodock@scripps.edu\" -DPACKAGE_URL=\"\" -DPACKAGE=\"autodock\" -DVERSION=\"4.2.6\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE__BOOL=1 -DHAVE_STDBOOL_H=1 -DHAVE_STDLIB_H=1 -DHAVE_MALLOC=1 -DHAVE_GETHOSTNAME=1 -DHAVE_GETPID=1 -DHAVE_FCHMOD=1 -DHAVE_SETLINEBUF=1 -DHAVE_SYSCONF=1 -DHAVE_TIMES=1 -DHAVE_GETRUSAGE=1 -DHAVE_STRNCASECMP=1 -I. -DNOSQRT -DUSE_DOUBLE -DUSE_8A_NBCUTOFF -DUSE_INT_AS_FOURBYTELONG -O3 -fopenmp -O3 -Wall -Wno-write-strings -fopenmp -fopenmp -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -c -o autodock4_omp-main.o `test -f 'main.cc' || echo './'`main.cc g++ -DPACKAGE_NAME=\"autodock\" -DPACKAGE_TARNAME=\"autodock\" -DPACKAGE_VERSION=\"4.2.6\" -DPACKAGE_STRING=\"autodock\ 4.2.6\" -DPACKAGE_BUGREPORT=\"autodock@scripps.edu\" -DPACKAGE_URL=\"\" -DPACKAGE=\"autodock\" -DVERSION=\"4.2.6\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE__BOOL=1 -DHAVE_STDBOOL_H=1 -DHAVE_STDLIB_H=1 -DHAVE_MALLOC=1 -DHAVE_GETHOSTNAME=1 -DHAVE_GETPID=1 -DHAVE_FCHMOD=1 -DHAVE_SETLINEBUF=1 -DHAVE_SYSCONF=1 -DHAVE_TIMES=1 -DHAVE_GETRUSAGE=1 -DHAVE_STRNCASECMP=1 -I. -DNOSQRT -DUSE_DOUBLE -DUSE_8A_NBCUTOFF -DUSE_INT_AS_FOURBYTELONG -O3 -fopenmp -O3 -Wall -Wno-write-strings -fopenmp -fopenmp -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -c -o autodock4_omp-alea.o `test -f 'alea.cc' || echo './'`alea.cc g++ -DPACKAGE_NAME=\"autodock\" -DPACKAGE_TARNAME=\"autodock\" -DPACKAGE_VERSION=\"4.2.6\" -DPACKAGE_STRING=\"autodock\ 4.2.6\" -DPACKAGE_BUGREPORT=\"autodock@scripps.edu\" -DPACKAGE_URL=\"\" -DPACKAGE=\"autodock\" -DVERSION=\"4.2.6\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE__BOOL=1 -DHAVE_STDBOOL_H=1 -DHAVE_STDLIB_H=1 -DHAVE_MALLOC=1 -DHAVE_GETHOSTNAME=1 -DHAVE_GETPID=1 -DHAVE_FCHMOD=1 -DHAVE_SETLINEBUF=1 -DHAVE_SYSCONF=1 -DHAVE_TIMES=1 -DHAVE_GETRUSAGE=1 -DHAVE_STRNCASECMP=1 -I. -DNOSQRT -DUSE_DOUBLE -DUSE_8A_NBCUTOFF -DUSE_INT_AS_FOURBYTELONG -O3 -fopenmp -O3 -Wall -Wno-write-strings -fopenmp -fopenmp -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -c -o autodock4_omp-analysis.o `test -f 'analysis.cc' || echo './'`analysis.cc g++ -DPACKAGE_NAME=\"autodock\" -DPACKAGE_TARNAME=\"autodock\" -DPACKAGE_VERSION=\"4.2.6\" -DPACKAGE_STRING=\"autodock\ 4.2.6\" -DPACKAGE_BUGREPORT=\"autodock@scripps.edu\" -DPACKAGE_URL=\"\" -DPACKAGE=\"autodock\" -DVERSION=\"4.2.6\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE__BOOL=1 -DHAVE_STDBOOL_H=1 -DHAVE_STDLIB_H=1 -DHAVE_MALLOC=1 -DHAVE_GETHOSTNAME=1 -DHAVE_GETPID=1 -DHAVE_FCHMOD=1 -DHAVE_SETLINEBUF=1 -DHAVE_SYSCONF=1 -DHAVE_TIMES=1 -DHAVE_GETRUSAGE=1 -DHAVE_STRNCASECMP=1 -I. -DNOSQRT -DUSE_DOUBLE -DUSE_8A_NBCUTOFF -DUSE_INT_AS_FOURBYTELONG -O3 -fopenmp -O3 -Wall -Wno-write-strings -fopenmp -fopenmp -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -c -o autodock4_omp-atom_parameter_manager.o `test -f 'atom_parameter_manager.cc' || echo './'`atom_parameter_manager.cc g++ -DPACKAGE_NAME=\"autodock\" -DPACKAGE_TARNAME=\"autodock\" -DPACKAGE_VERSION=\"4.2.6\" -DPACKAGE_STRING=\"autodock\ 4.2.6\" -DPACKAGE_BUGREPORT=\"autodock@scripps.edu\" -DPACKAGE_URL=\"\" -DPACKAGE=\"autodock\" -DVERSION=\"4.2.6\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE__BOOL=1 -DHAVE_STDBOOL_H=1 -DHAVE_STDLIB_H=1 -DHAVE_MALLOC=1 -DHAVE_GETHOSTNAME=1 -DHAVE_GETPID=1 -DHAVE_FCHMOD=1 -DHAVE_SETLINEBUF=1 -DHAVE_SYSCONF=1 -DHAVE_TIMES=1 -DHAVE_GETRUSAGE=1 -DHAVE_STRNCASECMP=1 -I. -DNOSQRT -DUSE_DOUBLE -DUSE_8A_NBCUTOFF -DUSE_INT_AS_FOURBYTELONG -O3 -fopenmp -O3 -Wall -Wno-write-strings -fopenmp -fopenmp -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -c -o autodock4_omp-banner.o `test -f 'banner.cc' || echo './'`banner.cc g++ -DPACKAGE_NAME=\"autodock\" -DPACKAGE_TARNAME=\"autodock\" -DPACKAGE_VERSION=\"4.2.6\" -DPACKAGE_STRING=\"autodock\ 4.2.6\" -DPACKAGE_BUGREPORT=\"autodock@scripps.edu\" -DPACKAGE_URL=\"\" -DPACKAGE=\"autodock\" -DVERSION=\"4.2.6\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE__BOOL=1 -DHAVE_STDBOOL_H=1 -DHAVE_STDLIB_H=1 -DHAVE_MALLOC=1 -DHAVE_GETHOSTNAME=1 -DHAVE_GETPID=1 -DHAVE_FCHMOD=1 -DHAVE_SETLINEBUF=1 -DHAVE_SYSCONF=1 -DHAVE_TIMES=1 -DHAVE_GETRUSAGE=1 -DHAVE_STRNCASECMP=1 -I. -DNOSQRT -DUSE_DOUBLE -DUSE_8A_NBCUTOFF -DUSE_INT_AS_FOURBYTELONG -O3 -fopenmp -O3 -Wall -Wno-write-strings -fopenmp -fopenmp -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -c -o autodock4_omp-bestpdb.o `test -f 'bestpdb.cc' || echo './'`bestpdb.cc g++ -DPACKAGE_NAME=\"autodock\" -DPACKAGE_TARNAME=\"autodock\" -DPACKAGE_VERSION=\"4.2.6\" -DPACKAGE_STRING=\"autodock\ 4.2.6\" -DPACKAGE_BUGREPORT=\"autodock@scripps.edu\" -DPACKAGE_URL=\"\" -DPACKAGE=\"autodock\" -DVERSION=\"4.2.6\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE__BOOL=1 -DHAVE_STDBOOL_H=1 -DHAVE_STDLIB_H=1 -DHAVE_MALLOC=1 -DHAVE_GETHOSTNAME=1 -DHAVE_GETPID=1 -DHAVE_FCHMOD=1 -DHAVE_SETLINEBUF=1 -DHAVE_SYSCONF=1 -DHAVE_TIMES=1 -DHAVE_GETRUSAGE=1 -DHAVE_STRNCASECMP=1 -I. -DNOSQRT -DUSE_DOUBLE -DUSE_8A_NBCUTOFF -DUSE_INT_AS_FOURBYTELONG -O3 -fopenmp -O3 -Wall -Wno-write-strings -fopenmp -fopenmp -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -c -o autodock4_omp-calculateEnergies.o `test -f 'calculateEnergies.cc' || echo './'`calculateEnergies.cc g++ -DPACKAGE_NAME=\"autodock\" -DPACKAGE_TARNAME=\"autodock\" -DPACKAGE_VERSION=\"4.2.6\" -DPACKAGE_STRING=\"autodock\ 4.2.6\" -DPACKAGE_BUGREPORT=\"autodock@scripps.edu\" -DPACKAGE_URL=\"\" -DPACKAGE=\"autodock\" -DVERSION=\"4.2.6\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE__BOOL=1 -DHAVE_STDBOOL_H=1 -DHAVE_STDLIB_H=1 -DHAVE_MALLOC=1 -DHAVE_GETHOSTNAME=1 -DHAVE_GETPID=1 -DHAVE_FCHMOD=1 -DHAVE_SETLINEBUF=1 -DHAVE_SYSCONF=1 -DHAVE_TIMES=1 -DHAVE_GETRUSAGE=1 -DHAVE_STRNCASECMP=1 -I. -DNOSQRT -DUSE_DOUBLE -DUSE_8A_NBCUTOFF -DUSE_INT_AS_FOURBYTELONG -O3 -fopenmp -O3 -Wall -Wno-write-strings -fopenmp -fopenmp -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -c -o autodock4_omp-call_glss.o `test -f 'call_glss.cc' || echo './'`call_glss.cc bestpdb.cc: In function 'bestpdb(int, int const*, int const (*) [2000], double const*, double const (*) [2048][3], char const (*) [128], int, int, double const*, int, _IO_FILE*)': bestpdb.cc:123:62: warning: '%4d' directive writing between 4 and 10 bytes into a region of size 9 [-Wformat-overflow=] 123 | sprintf(AtmNamResNamNumInsCode, "%-11.11s%4d%-4.4s", &atomstuff[j][11], | ^~~ bestpdb.cc:123:53: note: directive argument in the range [1, 2147483647] 123 | sprintf(AtmNamResNamNumInsCode, "%-11.11s%4d%-4.4s", &atomstuff[j][11], | ^~~~~~~~~~~~~~~~~~~ In file included from /usr/include/stdio.h:866, from bestpdb.cc:33: /usr/include/bits/stdio2.h:38:34: note: '__sprintf_chk' output between 20 and 26 bytes into a destination of size 20 38 | return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1, | ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 39 | __bos (__s), __fmt, __va_arg_pack ()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ main.cc: In function 'int main(int, const char**)': main.cc:3282:7: warning: unused variable 'thread_num' [-Wunused-variable] 3282 | int thread_num=omp_get_thread_num(); | ^~~~~~~~~~ g++ -DPACKAGE_NAME=\"autodock\" -DPACKAGE_TARNAME=\"autodock\" -DPACKAGE_VERSION=\"4.2.6\" -DPACKAGE_STRING=\"autodock\ 4.2.6\" -DPACKAGE_BUGREPORT=\"autodock@scripps.edu\" -DPACKAGE_URL=\"\" -DPACKAGE=\"autodock\" -DVERSION=\"4.2.6\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE__BOOL=1 -DHAVE_STDBOOL_H=1 -DHAVE_STDLIB_H=1 -DHAVE_MALLOC=1 -DHAVE_GETHOSTNAME=1 -DHAVE_GETPID=1 -DHAVE_FCHMOD=1 -DHAVE_SETLINEBUF=1 -DHAVE_SYSCONF=1 -DHAVE_TIMES=1 -DHAVE_GETRUSAGE=1 -DHAVE_STRNCASECMP=1 -I. -DNOSQRT -DUSE_DOUBLE -DUSE_8A_NBCUTOFF -DUSE_INT_AS_FOURBYTELONG -O3 -fopenmp -O3 -Wall -Wno-write-strings -fopenmp -fopenmp -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -c -o autodock4_omp-call_ls.o `test -f 'call_ls.cc' || echo './'`call_ls.cc g++ -DPACKAGE_NAME=\"autodock\" -DPACKAGE_TARNAME=\"autodock\" -DPACKAGE_VERSION=\"4.2.6\" -DPACKAGE_STRING=\"autodock\ 4.2.6\" -DPACKAGE_BUGREPORT=\"autodock@scripps.edu\" -DPACKAGE_URL=\"\" -DPACKAGE=\"autodock\" -DVERSION=\"4.2.6\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE__BOOL=1 -DHAVE_STDBOOL_H=1 -DHAVE_STDLIB_H=1 -DHAVE_MALLOC=1 -DHAVE_GETHOSTNAME=1 -DHAVE_GETPID=1 -DHAVE_FCHMOD=1 -DHAVE_SETLINEBUF=1 -DHAVE_SYSCONF=1 -DHAVE_TIMES=1 -DHAVE_GETRUSAGE=1 -DHAVE_STRNCASECMP=1 -I. -DNOSQRT -DUSE_DOUBLE -DUSE_8A_NBCUTOFF -DUSE_INT_AS_FOURBYTELONG -O3 -fopenmp -O3 -Wall -Wno-write-strings -fopenmp -fopenmp -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -c -o autodock4_omp-center_ligand.o `test -f 'center_ligand.cc' || echo './'`center_ligand.cc g++ -DPACKAGE_NAME=\"autodock\" -DPACKAGE_TARNAME=\"autodock\" -DPACKAGE_VERSION=\"4.2.6\" -DPACKAGE_STRING=\"autodock\ 4.2.6\" -DPACKAGE_BUGREPORT=\"autodock@scripps.edu\" -DPACKAGE_URL=\"\" -DPACKAGE=\"autodock\" -DVERSION=\"4.2.6\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE__BOOL=1 -DHAVE_STDBOOL_H=1 -DHAVE_STDLIB_H=1 -DHAVE_MALLOC=1 -DHAVE_GETHOSTNAME=1 -DHAVE_GETPID=1 -DHAVE_FCHMOD=1 -DHAVE_SETLINEBUF=1 -DHAVE_SYSCONF=1 -DHAVE_TIMES=1 -DHAVE_GETRUSAGE=1 -DHAVE_STRNCASECMP=1 -I. -DNOSQRT -DUSE_DOUBLE -DUSE_8A_NBCUTOFF -DUSE_INT_AS_FOURBYTELONG -O3 -fopenmp -O3 -Wall -Wno-write-strings -fopenmp -fopenmp -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -c -o autodock4_omp-changeState.o `test -f 'changeState.cc' || echo './'`changeState.cc g++ -DPACKAGE_NAME=\"autodock\" -DPACKAGE_TARNAME=\"autodock\" -DPACKAGE_VERSION=\"4.2.6\" -DPACKAGE_STRING=\"autodock\ 4.2.6\" -DPACKAGE_BUGREPORT=\"autodock@scripps.edu\" -DPACKAGE_URL=\"\" -DPACKAGE=\"autodock\" -DVERSION=\"4.2.6\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE__BOOL=1 -DHAVE_STDBOOL_H=1 -DHAVE_STDLIB_H=1 -DHAVE_MALLOC=1 -DHAVE_GETHOSTNAME=1 -DHAVE_GETPID=1 -DHAVE_FCHMOD=1 -DHAVE_SETLINEBUF=1 -DHAVE_SYSCONF=1 -DHAVE_TIMES=1 -DHAVE_GETRUSAGE=1 -DHAVE_STRNCASECMP=1 -I. -DNOSQRT -DUSE_DOUBLE -DUSE_8A_NBCUTOFF -DUSE_INT_AS_FOURBYTELONG -O3 -fopenmp -O3 -Wall -Wno-write-strings -fopenmp -fopenmp -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -c -o autodock4_omp-check_header_float.o `test -f 'check_header_float.cc' || echo './'`check_header_float.cc g++ -DPACKAGE_NAME=\"autodock\" -DPACKAGE_TARNAME=\"autodock\" -DPACKAGE_VERSION=\"4.2.6\" -DPACKAGE_STRING=\"autodock\ 4.2.6\" -DPACKAGE_BUGREPORT=\"autodock@scripps.edu\" -DPACKAGE_URL=\"\" -DPACKAGE=\"autodock\" -DVERSION=\"4.2.6\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE__BOOL=1 -DHAVE_STDBOOL_H=1 -DHAVE_STDLIB_H=1 -DHAVE_MALLOC=1 -DHAVE_GETHOSTNAME=1 -DHAVE_GETPID=1 -DHAVE_FCHMOD=1 -DHAVE_SETLINEBUF=1 -DHAVE_SYSCONF=1 -DHAVE_TIMES=1 -DHAVE_GETRUSAGE=1 -DHAVE_STRNCASECMP=1 -I. -DNOSQRT -DUSE_DOUBLE -DUSE_8A_NBCUTOFF -DUSE_INT_AS_FOURBYTELONG -O3 -fopenmp -O3 -Wall -Wno-write-strings -fopenmp -fopenmp -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -c -o autodock4_omp-check_header_int.o `test -f 'check_header_int.cc' || echo './'`check_header_int.cc g++ -DPACKAGE_NAME=\"autodock\" -DPACKAGE_TARNAME=\"autodock\" -DPACKAGE_VERSION=\"4.2.6\" -DPACKAGE_STRING=\"autodock\ 4.2.6\" -DPACKAGE_BUGREPORT=\"autodock@scripps.edu\" -DPACKAGE_URL=\"\" -DPACKAGE=\"autodock\" -DVERSION=\"4.2.6\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE__BOOL=1 -DHAVE_STDBOOL_H=1 -DHAVE_STDLIB_H=1 -DHAVE_MALLOC=1 -DHAVE_GETHOSTNAME=1 -DHAVE_GETPID=1 -DHAVE_FCHMOD=1 -DHAVE_SETLINEBUF=1 -DHAVE_SYSCONF=1 -DHAVE_TIMES=1 -DHAVE_GETRUSAGE=1 -DHAVE_STRNCASECMP=1 -I. -DNOSQRT -DUSE_DOUBLE -DUSE_8A_NBCUTOFF -DUSE_INT_AS_FOURBYTELONG -O3 -fopenmp -O3 -Wall -Wno-write-strings -fopenmp -fopenmp -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -c -o autodock4_omp-check_header_line.o `test -f 'check_header_line.cc' || echo './'`check_header_line.cc g++ -DPACKAGE_NAME=\"autodock\" -DPACKAGE_TARNAME=\"autodock\" -DPACKAGE_VERSION=\"4.2.6\" -DPACKAGE_STRING=\"autodock\ 4.2.6\" -DPACKAGE_BUGREPORT=\"autodock@scripps.edu\" -DPACKAGE_URL=\"\" -DPACKAGE=\"autodock\" -DVERSION=\"4.2.6\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE__BOOL=1 -DHAVE_STDBOOL_H=1 -DHAVE_STDLIB_H=1 -DHAVE_MALLOC=1 -DHAVE_GETHOSTNAME=1 -DHAVE_GETPID=1 -DHAVE_FCHMOD=1 -DHAVE_SETLINEBUF=1 -DHAVE_SYSCONF=1 -DHAVE_TIMES=1 -DHAVE_GETRUSAGE=1 -DHAVE_STRNCASECMP=1 -I. -DNOSQRT -DUSE_DOUBLE -DUSE_8A_NBCUTOFF -DUSE_INT_AS_FOURBYTELONG -O3 -fopenmp -O3 -Wall -Wno-write-strings -fopenmp -fopenmp -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -c -o autodock4_omp-cluster_analysis.o `test -f 'cluster_analysis.cc' || echo './'`cluster_analysis.cc g++ -DPACKAGE_NAME=\"autodock\" -DPACKAGE_TARNAME=\"autodock\" -DPACKAGE_VERSION=\"4.2.6\" -DPACKAGE_STRING=\"autodock\ 4.2.6\" -DPACKAGE_BUGREPORT=\"autodock@scripps.edu\" -DPACKAGE_URL=\"\" -DPACKAGE=\"autodock\" -DVERSION=\"4.2.6\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE__BOOL=1 -DHAVE_STDBOOL_H=1 -DHAVE_STDLIB_H=1 -DHAVE_MALLOC=1 -DHAVE_GETHOSTNAME=1 -DHAVE_GETPID=1 -DHAVE_FCHMOD=1 -DHAVE_SETLINEBUF=1 -DHAVE_SYSCONF=1 -DHAVE_TIMES=1 -DHAVE_GETRUSAGE=1 -DHAVE_STRNCASECMP=1 -I. -DNOSQRT -DUSE_DOUBLE -DUSE_8A_NBCUTOFF -DUSE_INT_AS_FOURBYTELONG -O3 -fopenmp -O3 -Wall -Wno-write-strings -fopenmp -fopenmp -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -c -o autodock4_omp-clmode.o `test -f 'clmode.cc' || echo './'`clmode.cc g++ -DPACKAGE_NAME=\"autodock\" -DPACKAGE_TARNAME=\"autodock\" -DPACKAGE_VERSION=\"4.2.6\" -DPACKAGE_STRING=\"autodock\ 4.2.6\" -DPACKAGE_BUGREPORT=\"autodock@scripps.edu\" -DPACKAGE_URL=\"\" -DPACKAGE=\"autodock\" -DVERSION=\"4.2.6\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE__BOOL=1 -DHAVE_STDBOOL_H=1 -DHAVE_STDLIB_H=1 -DHAVE_MALLOC=1 -DHAVE_GETHOSTNAME=1 -DHAVE_GETPID=1 -DHAVE_FCHMOD=1 -DHAVE_SETLINEBUF=1 -DHAVE_SYSCONF=1 -DHAVE_TIMES=1 -DHAVE_GETRUSAGE=1 -DHAVE_STRNCASECMP=1 -I. -DNOSQRT -DUSE_DOUBLE -DUSE_8A_NBCUTOFF -DUSE_INT_AS_FOURBYTELONG -O3 -fopenmp -O3 -Wall -Wno-write-strings -fopenmp -fopenmp -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -c -o autodock4_omp-cnv_state_to_coords.o `test -f 'cnv_state_to_coords.cc' || echo './'`cnv_state_to_coords.cc g++ -DPACKAGE_NAME=\"autodock\" -DPACKAGE_TARNAME=\"autodock\" -DPACKAGE_VERSION=\"4.2.6\" -DPACKAGE_STRING=\"autodock\ 4.2.6\" -DPACKAGE_BUGREPORT=\"autodock@scripps.edu\" -DPACKAGE_URL=\"\" -DPACKAGE=\"autodock\" -DVERSION=\"4.2.6\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE__BOOL=1 -DHAVE_STDBOOL_H=1 -DHAVE_STDLIB_H=1 -DHAVE_MALLOC=1 -DHAVE_GETHOSTNAME=1 -DHAVE_GETPID=1 -DHAVE_FCHMOD=1 -DHAVE_SETLINEBUF=1 -DHAVE_SYSCONF=1 -DHAVE_TIMES=1 -DHAVE_GETRUSAGE=1 -DHAVE_STRNCASECMP=1 -I. -DNOSQRT -DUSE_DOUBLE -DUSE_8A_NBCUTOFF -DUSE_INT_AS_FOURBYTELONG -O3 -fopenmp -O3 -Wall -Wno-write-strings -fopenmp -fopenmp -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -c -o autodock4_omp-com.o `test -f 'com.cc' || echo './'`com.cc In file included from /usr/include/string.h:519, from clmode.cc:33: In function 'strncpy', inlined from 'clmode(int, double const&, char const*, long const&, tms const&, int, char const*, double const (*) [3], double const*, int, int, char const*, int, int, int, _IO_FILE*)' at clmode.cc:210:28: /usr/include/bits/string_fortified.h:106:34: warning: 'strncpy' output may be truncated copying 30 bytes from a string of length 255 [-Wstringop-truncation] 106 | return __builtin___strncpy_chk (__dest, __src, __len, __bos (__dest)); | ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ g++ -DPACKAGE_NAME=\"autodock\" -DPACKAGE_TARNAME=\"autodock\" -DPACKAGE_VERSION=\"4.2.6\" -DPACKAGE_STRING=\"autodock\ 4.2.6\" -DPACKAGE_BUGREPORT=\"autodock@scripps.edu\" -DPACKAGE_URL=\"\" -DPACKAGE=\"autodock\" -DVERSION=\"4.2.6\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE__BOOL=1 -DHAVE_STDBOOL_H=1 -DHAVE_STDLIB_H=1 -DHAVE_MALLOC=1 -DHAVE_GETHOSTNAME=1 -DHAVE_GETPID=1 -DHAVE_FCHMOD=1 -DHAVE_SETLINEBUF=1 -DHAVE_SYSCONF=1 -DHAVE_TIMES=1 -DHAVE_GETRUSAGE=1 -DHAVE_STRNCASECMP=1 -I. -DNOSQRT -DUSE_DOUBLE -DUSE_8A_NBCUTOFF -DUSE_INT_AS_FOURBYTELONG -O3 -fopenmp -O3 -Wall -Wno-write-strings -fopenmp -fopenmp -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -c -o autodock4_omp-conformation_sampler.o `test -f 'conformation_sampler.cc' || echo './'`conformation_sampler.cc g++ -DPACKAGE_NAME=\"autodock\" -DPACKAGE_TARNAME=\"autodock\" -DPACKAGE_VERSION=\"4.2.6\" -DPACKAGE_STRING=\"autodock\ 4.2.6\" -DPACKAGE_BUGREPORT=\"autodock@scripps.edu\" -DPACKAGE_URL=\"\" -DPACKAGE=\"autodock\" -DVERSION=\"4.2.6\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE__BOOL=1 -DHAVE_STDBOOL_H=1 -DHAVE_STDLIB_H=1 -DHAVE_MALLOC=1 -DHAVE_GETHOSTNAME=1 -DHAVE_GETPID=1 -DHAVE_FCHMOD=1 -DHAVE_SETLINEBUF=1 -DHAVE_SYSCONF=1 -DHAVE_TIMES=1 -DHAVE_GETRUSAGE=1 -DHAVE_STRNCASECMP=1 -I. -DNOSQRT -DUSE_DOUBLE -DUSE_8A_NBCUTOFF -DUSE_INT_AS_FOURBYTELONG -O3 -fopenmp -O3 -Wall -Wno-write-strings -fopenmp -fopenmp -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -c -o autodock4_omp-dimLibrary.o `test -f 'dimLibrary.cc' || echo './'`dimLibrary.cc g++ -DPACKAGE_NAME=\"autodock\" -DPACKAGE_TARNAME=\"autodock\" -DPACKAGE_VERSION=\"4.2.6\" -DPACKAGE_STRING=\"autodock\ 4.2.6\" -DPACKAGE_BUGREPORT=\"autodock@scripps.edu\" -DPACKAGE_URL=\"\" -DPACKAGE=\"autodock\" -DVERSION=\"4.2.6\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE__BOOL=1 -DHAVE_STDBOOL_H=1 -DHAVE_STDLIB_H=1 -DHAVE_MALLOC=1 -DHAVE_GETHOSTNAME=1 -DHAVE_GETPID=1 -DHAVE_FCHMOD=1 -DHAVE_SETLINEBUF=1 -DHAVE_SYSCONF=1 -DHAVE_TIMES=1 -DHAVE_GETRUSAGE=1 -DHAVE_STRNCASECMP=1 -I. -DNOSQRT -DUSE_DOUBLE -DUSE_8A_NBCUTOFF -DUSE_INT_AS_FOURBYTELONG -O3 -fopenmp -O3 -Wall -Wno-write-strings -fopenmp -fopenmp -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -c -o autodock4_omp-distdepdiel.o `test -f 'distdepdiel.cc' || echo './'`distdepdiel.cc main.cc:1250:89: warning: '%s' directive writing up to 4095 bytes into a region of size 313 [-Wformat-overflow=] 1250 | prStr( error_message,"%s: Edit the parameter library file \"%s\" and try again.\n", programname, FN_parameter_library ); | ^~ ~~~~~~~~~~~~~~~~~~~~ In file included from /usr/include/stdio.h:866, from /usr/include/c++/10/cstdio:42, from /usr/include/c++/10/ext/string_conversions.h:43, from /usr/include/c++/10/bits/basic_string.h:6535, from /usr/include/c++/10/string:55, from main.cc:71: /usr/include/bits/stdio2.h:38:34: note: '__sprintf_chk' output 61 or more bytes (assuming 4156) into a destination of size 356 38 | return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1, | ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 39 | __bos (__s), __fmt, __va_arg_pack ()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ main.cc:2367:82: warning: '%s' directive writing up to 511 bytes into a region of size 320 [-Wformat-overflow=] 2367 | prStr( error_message,"%s: ERROR: Unknown ligand atom type \"%s\"; add parameters for it to the parameter library first!\n", programname, param[i]); | ^~ In file included from /usr/include/stdio.h:866, from /usr/include/c++/10/cstdio:42, from /usr/include/c++/10/ext/string_conversions.h:43, from /usr/include/c++/10/bits/basic_string.h:6535, from /usr/include/c++/10/string:55, from main.cc:71: /usr/include/bits/stdio2.h:38:34: note: '__sprintf_chk' output 94 or more bytes (assuming 605) into a destination of size 356 38 | return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1, | ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 39 | __bos (__s), __fmt, __va_arg_pack ()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ conformation_sampler.cc: In constructor 'ConformationSampler::ConformationSampler(const State&, int, Eval*, int, FILE*)': conformation_sampler.cc:99:10: warning: variable 'base_q' set but not used [-Wunused-but-set-variable] 99 | Quat base_q = probe_point.readQuat(); | ^~~~~~ g++ -DPACKAGE_NAME=\"autodock\" -DPACKAGE_TARNAME=\"autodock\" -DPACKAGE_VERSION=\"4.2.6\" -DPACKAGE_STRING=\"autodock\ 4.2.6\" -DPACKAGE_BUGREPORT=\"autodock@scripps.edu\" -DPACKAGE_URL=\"\" -DPACKAGE=\"autodock\" -DVERSION=\"4.2.6\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE__BOOL=1 -DHAVE_STDBOOL_H=1 -DHAVE_STDLIB_H=1 -DHAVE_MALLOC=1 -DHAVE_GETHOSTNAME=1 -DHAVE_GETPID=1 -DHAVE_FCHMOD=1 -DHAVE_SETLINEBUF=1 -DHAVE_SYSCONF=1 -DHAVE_TIMES=1 -DHAVE_GETRUSAGE=1 -DHAVE_STRNCASECMP=1 -I. -DNOSQRT -DUSE_DOUBLE -DUSE_8A_NBCUTOFF -DUSE_INT_AS_FOURBYTELONG -O3 -fopenmp -O3 -Wall -Wno-write-strings -fopenmp -fopenmp -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -c -o autodock4_omp-stateLibrary.o `test -f 'stateLibrary.cc' || echo './'`stateLibrary.cc g++ -DPACKAGE_NAME=\"autodock\" -DPACKAGE_TARNAME=\"autodock\" -DPACKAGE_VERSION=\"4.2.6\" -DPACKAGE_STRING=\"autodock\ 4.2.6\" -DPACKAGE_BUGREPORT=\"autodock@scripps.edu\" -DPACKAGE_URL=\"\" -DPACKAGE=\"autodock\" -DVERSION=\"4.2.6\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE__BOOL=1 -DHAVE_STDBOOL_H=1 -DHAVE_STDLIB_H=1 -DHAVE_MALLOC=1 -DHAVE_GETHOSTNAME=1 -DHAVE_GETPID=1 -DHAVE_FCHMOD=1 -DHAVE_SETLINEBUF=1 -DHAVE_SYSCONF=1 -DHAVE_TIMES=1 -DHAVE_GETRUSAGE=1 -DHAVE_STRNCASECMP=1 -I. -DNOSQRT -DUSE_DOUBLE -DUSE_8A_NBCUTOFF -DUSE_INT_AS_FOURBYTELONG -O3 -fopenmp -O3 -Wall -Wno-write-strings -fopenmp -fopenmp -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -c -o autodock4_omp-readfield.o `test -f 'readfield.cc' || echo './'`readfield.cc g++ -DPACKAGE_NAME=\"autodock\" -DPACKAGE_TARNAME=\"autodock\" -DPACKAGE_VERSION=\"4.2.6\" -DPACKAGE_STRING=\"autodock\ 4.2.6\" -DPACKAGE_BUGREPORT=\"autodock@scripps.edu\" -DPACKAGE_URL=\"\" -DPACKAGE=\"autodock\" -DVERSION=\"4.2.6\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE__BOOL=1 -DHAVE_STDBOOL_H=1 -DHAVE_STDLIB_H=1 -DHAVE_MALLOC=1 -DHAVE_GETHOSTNAME=1 -DHAVE_GETPID=1 -DHAVE_FCHMOD=1 -DHAVE_SETLINEBUF=1 -DHAVE_SYSCONF=1 -DHAVE_TIMES=1 -DHAVE_GETRUSAGE=1 -DHAVE_STRNCASECMP=1 -I. -DNOSQRT -DUSE_DOUBLE -DUSE_8A_NBCUTOFF -DUSE_INT_AS_FOURBYTELONG -O3 -fopenmp -O3 -Wall -Wno-write-strings -fopenmp -fopenmp -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -c -o autodock4_omp-readmap.o `test -f 'readmap.cc' || echo './'`readmap.cc readfield.cc: In function 'void readfield(GridMapSetInfo*, char*, const clock_t&, const tms&, int, FILE*)': readfield.cc:83:17: warning: ignoring return value of 'char* fgets(char*, int, FILE*)' declared with attribute 'warn_unused_result' [-Wunused-result] 83 | (void) fgets(inputline, LINE_LEN, fldFile); | ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ readfield.cc:108:17: warning: ignoring return value of 'char* fgets(char*, int, FILE*)' declared with attribute 'warn_unused_result' [-Wunused-result] 108 | (void) fgets(inputline, LINE_LEN, fldFile); | ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ readfield.cc:116:17: warning: ignoring return value of 'char* fgets(char*, int, FILE*)' declared with attribute 'warn_unused_result' [-Wunused-result] 116 | (void) fgets(inputline, LINE_LEN, fldFile); | ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ readfield.cc:123:17: warning: ignoring return value of 'char* fgets(char*, int, FILE*)' declared with attribute 'warn_unused_result' [-Wunused-result] 123 | (void) fgets(inputline, LINE_LEN, fldFile); | ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ g++ -DPACKAGE_NAME=\"autodock\" -DPACKAGE_TARNAME=\"autodock\" -DPACKAGE_VERSION=\"4.2.6\" -DPACKAGE_STRING=\"autodock\ 4.2.6\" -DPACKAGE_BUGREPORT=\"autodock@scripps.edu\" -DPACKAGE_URL=\"\" -DPACKAGE=\"autodock\" -DVERSION=\"4.2.6\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE__BOOL=1 -DHAVE_STDBOOL_H=1 -DHAVE_STDLIB_H=1 -DHAVE_MALLOC=1 -DHAVE_GETHOSTNAME=1 -DHAVE_GETPID=1 -DHAVE_FCHMOD=1 -DHAVE_SETLINEBUF=1 -DHAVE_SYSCONF=1 -DHAVE_TIMES=1 -DHAVE_GETRUSAGE=1 -DHAVE_STRNCASECMP=1 -I. -DNOSQRT -DUSE_DOUBLE -DUSE_8A_NBCUTOFF -DUSE_INT_AS_FOURBYTELONG -O3 -fopenmp -O3 -Wall -Wno-write-strings -fopenmp -fopenmp -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -c -o autodock4_omp-readPDBQT.o `test -f 'readPDBQT.cc' || echo './'`readPDBQT.cc g++ -DPACKAGE_NAME=\"autodock\" -DPACKAGE_TARNAME=\"autodock\" -DPACKAGE_VERSION=\"4.2.6\" -DPACKAGE_STRING=\"autodock\ 4.2.6\" -DPACKAGE_BUGREPORT=\"autodock@scripps.edu\" -DPACKAGE_URL=\"\" -DPACKAGE=\"autodock\" -DVERSION=\"4.2.6\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE__BOOL=1 -DHAVE_STDBOOL_H=1 -DHAVE_STDLIB_H=1 -DHAVE_MALLOC=1 -DHAVE_GETHOSTNAME=1 -DHAVE_GETPID=1 -DHAVE_FCHMOD=1 -DHAVE_SETLINEBUF=1 -DHAVE_SYSCONF=1 -DHAVE_TIMES=1 -DHAVE_GETRUSAGE=1 -DHAVE_STRNCASECMP=1 -I. -DNOSQRT -DUSE_DOUBLE -DUSE_8A_NBCUTOFF -DUSE_INT_AS_FOURBYTELONG -O3 -fopenmp -O3 -Wall -Wno-write-strings -fopenmp -fopenmp -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -c -o autodock4_omp-read_parameter_library.o `test -f 'read_parameter_library.cc' || echo './'`read_parameter_library.cc g++ -DPACKAGE_NAME=\"autodock\" -DPACKAGE_TARNAME=\"autodock\" -DPACKAGE_VERSION=\"4.2.6\" -DPACKAGE_STRING=\"autodock\ 4.2.6\" -DPACKAGE_BUGREPORT=\"autodock@scripps.edu\" -DPACKAGE_URL=\"\" -DPACKAGE=\"autodock\" -DVERSION=\"4.2.6\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE__BOOL=1 -DHAVE_STDBOOL_H=1 -DHAVE_STDLIB_H=1 -DHAVE_MALLOC=1 -DHAVE_GETHOSTNAME=1 -DHAVE_GETPID=1 -DHAVE_FCHMOD=1 -DHAVE_SETLINEBUF=1 -DHAVE_SYSCONF=1 -DHAVE_TIMES=1 -DHAVE_GETRUSAGE=1 -DHAVE_STRNCASECMP=1 -I. -DNOSQRT -DUSE_DOUBLE -DUSE_8A_NBCUTOFF -DUSE_INT_AS_FOURBYTELONG -O3 -fopenmp -O3 -Wall -Wno-write-strings -fopenmp -fopenmp -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -c -o autodock4_omp-eval.o `test -f 'eval.cc' || echo './'`eval.cc readPDBQT.cc: In function 'Molecule readPDBQT(char*, int, int*, Real (*)[3], Real*, Boole*, int*, int*, char (*)[5], char*, char*, Boole, char (*)[128], int*, int*, Boole*, int*, int*, Real*, Real*, int*, int*, int (*)[2048], Real (*)[3], int*, int*, NonbondParam*, const clock_t&, const tms&, const char*, int*, int*, int, char (*)[256], int*, int, int, FILE*)': readPDBQT.cc:133:18: warning: variable 'B_has_conect_records' set but not used [-Wunused-but-set-variable] 133 | Boole B_has_conect_records = FALSE; | ^~~~~~~~~~~~~~~~~~~~ readPDBQT.cc:370:308: warning: ' could not be found; check ...' directive writing 238 bytes into a region of size between 196 and 212 [-Wformat-overflow=] 370 | prStr(message, "%s: WARNING: the atom type (%s) of atom number %d could not be found;\n\tcheck that this atom type is listed after the \"ligand_types\" keyword in the DPF,\n\tand make sure to add a \"map\" keyword to the DPF for this atom type.\n\tNote that AutoDock will use the default atom type = 1, instead.\n\n", programname, this_parameter_entry.autogrid_type, natom+1); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from /usr/include/stdio.h:866, from readPDBQT.cc:33: /usr/include/bits/stdio2.h:38:34: note: '__sprintf_chk' output 283 or more bytes (assuming 299) into a destination of size 256 38 | return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1, | ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 39 | __bos (__s), __fmt, __va_arg_pack ()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ g++ -DPACKAGE_NAME=\"autodock\" -DPACKAGE_TARNAME=\"autodock\" -DPACKAGE_VERSION=\"4.2.6\" -DPACKAGE_STRING=\"autodock\ 4.2.6\" -DPACKAGE_BUGREPORT=\"autodock@scripps.edu\" -DPACKAGE_URL=\"\" -DPACKAGE=\"autodock\" -DVERSION=\"4.2.6\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE__BOOL=1 -DHAVE_STDBOOL_H=1 -DHAVE_STDLIB_H=1 -DHAVE_MALLOC=1 -DHAVE_GETHOSTNAME=1 -DHAVE_GETPID=1 -DHAVE_FCHMOD=1 -DHAVE_SETLINEBUF=1 -DHAVE_SYSCONF=1 -DHAVE_TIMES=1 -DHAVE_GETRUSAGE=1 -DHAVE_STRNCASECMP=1 -I. -DNOSQRT -DUSE_DOUBLE -DUSE_8A_NBCUTOFF -DUSE_INT_AS_FOURBYTELONG -O3 -fopenmp -O3 -Wall -Wno-write-strings -fopenmp -fopenmp -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -c -o autodock4_omp-gencau.o `test -f 'gencau.cc' || echo './'`gencau.cc g++ -DPACKAGE_NAME=\"autodock\" -DPACKAGE_TARNAME=\"autodock\" -DPACKAGE_VERSION=\"4.2.6\" -DPACKAGE_STRING=\"autodock\ 4.2.6\" -DPACKAGE_BUGREPORT=\"autodock@scripps.edu\" -DPACKAGE_URL=\"\" -DPACKAGE=\"autodock\" -DVERSION=\"4.2.6\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE__BOOL=1 -DHAVE_STDBOOL_H=1 -DHAVE_STDLIB_H=1 -DHAVE_MALLOC=1 -DHAVE_GETHOSTNAME=1 -DHAVE_GETPID=1 -DHAVE_FCHMOD=1 -DHAVE_SETLINEBUF=1 -DHAVE_SYSCONF=1 -DHAVE_TIMES=1 -DHAVE_GETRUSAGE=1 -DHAVE_STRNCASECMP=1 -I. -DNOSQRT -DUSE_DOUBLE -DUSE_8A_NBCUTOFF -DUSE_INT_AS_FOURBYTELONG -O3 -fopenmp -O3 -Wall -Wno-write-strings -fopenmp -fopenmp -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -c -o autodock4_omp-getrms.o `test -f 'getrms.cc' || echo './'`getrms.cc g++ -DPACKAGE_NAME=\"autodock\" -DPACKAGE_TARNAME=\"autodock\" -DPACKAGE_VERSION=\"4.2.6\" -DPACKAGE_STRING=\"autodock\ 4.2.6\" -DPACKAGE_BUGREPORT=\"autodock@scripps.edu\" -DPACKAGE_URL=\"\" -DPACKAGE=\"autodock\" -DVERSION=\"4.2.6\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE__BOOL=1 -DHAVE_STDBOOL_H=1 -DHAVE_STDLIB_H=1 -DHAVE_MALLOC=1 -DHAVE_GETHOSTNAME=1 -DHAVE_GETPID=1 -DHAVE_FCHMOD=1 -DHAVE_SETLINEBUF=1 -DHAVE_SYSCONF=1 -DHAVE_TIMES=1 -DHAVE_GETRUSAGE=1 -DHAVE_STRNCASECMP=1 -I. -DNOSQRT -DUSE_DOUBLE -DUSE_8A_NBCUTOFF -DUSE_INT_AS_FOURBYTELONG -O3 -fopenmp -O3 -Wall -Wno-write-strings -fopenmp -fopenmp -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -c -o autodock4_omp-get_atom_type.o `test -f 'get_atom_type.cc' || echo './'`get_atom_type.cc g++ -DPACKAGE_NAME=\"autodock\" -DPACKAGE_TARNAME=\"autodock\" -DPACKAGE_VERSION=\"4.2.6\" -DPACKAGE_STRING=\"autodock\ 4.2.6\" -DPACKAGE_BUGREPORT=\"autodock@scripps.edu\" -DPACKAGE_URL=\"\" -DPACKAGE=\"autodock\" -DVERSION=\"4.2.6\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE__BOOL=1 -DHAVE_STDBOOL_H=1 -DHAVE_STDLIB_H=1 -DHAVE_MALLOC=1 -DHAVE_GETHOSTNAME=1 -DHAVE_GETPID=1 -DHAVE_FCHMOD=1 -DHAVE_SETLINEBUF=1 -DHAVE_SYSCONF=1 -DHAVE_TIMES=1 -DHAVE_GETRUSAGE=1 -DHAVE_STRNCASECMP=1 -I. -DNOSQRT -DUSE_DOUBLE -DUSE_8A_NBCUTOFF -DUSE_INT_AS_FOURBYTELONG -O3 -fopenmp -O3 -Wall -Wno-write-strings -fopenmp -fopenmp -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -c -o autodock4_omp-getInitialState.o `test -f 'getInitialState.cc' || echo './'`getInitialState.cc get_atom_type.cc: In function 'int get_atom_type(const char*)': get_atom_type.cc:53:9: warning: variable 'bond_index' set but not used [-Wunused-but-set-variable] 53 | int bond_index = -1; | ^~~~~~~~~~ g++ -DPACKAGE_NAME=\"autodock\" -DPACKAGE_TARNAME=\"autodock\" -DPACKAGE_VERSION=\"4.2.6\" -DPACKAGE_STRING=\"autodock\ 4.2.6\" -DPACKAGE_BUGREPORT=\"autodock@scripps.edu\" -DPACKAGE_URL=\"\" -DPACKAGE=\"autodock\" -DVERSION=\"4.2.6\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE__BOOL=1 -DHAVE_STDBOOL_H=1 -DHAVE_STDLIB_H=1 -DHAVE_MALLOC=1 -DHAVE_GETHOSTNAME=1 -DHAVE_GETPID=1 -DHAVE_FCHMOD=1 -DHAVE_SETLINEBUF=1 -DHAVE_SYSCONF=1 -DHAVE_TIMES=1 -DHAVE_GETRUSAGE=1 -DHAVE_STRNCASECMP=1 -I. -DNOSQRT -DUSE_DOUBLE -DUSE_8A_NBCUTOFF -DUSE_INT_AS_FOURBYTELONG -O3 -fopenmp -O3 -Wall -Wno-write-strings -fopenmp -fopenmp -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -c -o autodock4_omp-getpdbcrds.o `test -f 'getpdbcrds.cc' || echo './'`getpdbcrds.cc g++ -DPACKAGE_NAME=\"autodock\" -DPACKAGE_TARNAME=\"autodock\" -DPACKAGE_VERSION=\"4.2.6\" -DPACKAGE_STRING=\"autodock\ 4.2.6\" -DPACKAGE_BUGREPORT=\"autodock@scripps.edu\" -DPACKAGE_URL=\"\" -DPACKAGE=\"autodock\" -DVERSION=\"4.2.6\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE__BOOL=1 -DHAVE_STDBOOL_H=1 -DHAVE_STDLIB_H=1 -DHAVE_MALLOC=1 -DHAVE_GETHOSTNAME=1 -DHAVE_GETPID=1 -DHAVE_FCHMOD=1 -DHAVE_SETLINEBUF=1 -DHAVE_SYSCONF=1 -DHAVE_TIMES=1 -DHAVE_GETRUSAGE=1 -DHAVE_STRNCASECMP=1 -I. -DNOSQRT -DUSE_DOUBLE -DUSE_8A_NBCUTOFF -DUSE_INT_AS_FOURBYTELONG -O3 -fopenmp -O3 -Wall -Wno-write-strings -fopenmp -fopenmp -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -c -o autodock4_omp-gs.o `test -f 'gs.cc' || echo './'`gs.cc g++ -DPACKAGE_NAME=\"autodock\" -DPACKAGE_TARNAME=\"autodock\" -DPACKAGE_VERSION=\"4.2.6\" -DPACKAGE_STRING=\"autodock\ 4.2.6\" -DPACKAGE_BUGREPORT=\"autodock@scripps.edu\" -DPACKAGE_URL=\"\" -DPACKAGE=\"autodock\" -DVERSION=\"4.2.6\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE__BOOL=1 -DHAVE_STDBOOL_H=1 -DHAVE_STDLIB_H=1 -DHAVE_MALLOC=1 -DHAVE_GETHOSTNAME=1 -DHAVE_GETPID=1 -DHAVE_FCHMOD=1 -DHAVE_SETLINEBUF=1 -DHAVE_SYSCONF=1 -DHAVE_TIMES=1 -DHAVE_GETRUSAGE=1 -DHAVE_STRNCASECMP=1 -I. -DNOSQRT -DUSE_DOUBLE -DUSE_8A_NBCUTOFF -DUSE_INT_AS_FOURBYTELONG -O3 -fopenmp -O3 -Wall -Wno-write-strings -fopenmp -fopenmp -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -c -o autodock4_omp-initautodock.o `test -f 'initautodock.cc' || echo './'`initautodock.cc g++ -DPACKAGE_NAME=\"autodock\" -DPACKAGE_TARNAME=\"autodock\" -DPACKAGE_VERSION=\"4.2.6\" -DPACKAGE_STRING=\"autodock\ 4.2.6\" -DPACKAGE_BUGREPORT=\"autodock@scripps.edu\" -DPACKAGE_URL=\"\" -DPACKAGE=\"autodock\" -DVERSION=\"4.2.6\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE__BOOL=1 -DHAVE_STDBOOL_H=1 -DHAVE_STDLIB_H=1 -DHAVE_MALLOC=1 -DHAVE_GETHOSTNAME=1 -DHAVE_GETPID=1 -DHAVE_FCHMOD=1 -DHAVE_SETLINEBUF=1 -DHAVE_SYSCONF=1 -DHAVE_TIMES=1 -DHAVE_GETRUSAGE=1 -DHAVE_STRNCASECMP=1 -I. -DNOSQRT -DUSE_DOUBLE -DUSE_8A_NBCUTOFF -DUSE_INT_AS_FOURBYTELONG -O3 -fopenmp -O3 -Wall -Wno-write-strings -fopenmp -fopenmp -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -c -o autodock4_omp-input_state.o `test -f 'input_state.cc' || echo './'`input_state.cc input_state.cc: In function 'int input_state(State*, FILE*, const char*, int, int*, Real*, Real*, char*)': input_state.cc:70:18: warning: ignoring return value of 'char* fgets(char*, int, FILE*)' declared with attribute 'warn_unused_result' [-Wunused-result] 70 | (void) fgets(myline, LINELEN, fp); | ~~~~~^~~~~~~~~~~~~~~~~~~~~ g++ -DPACKAGE_NAME=\"autodock\" -DPACKAGE_TARNAME=\"autodock\" -DPACKAGE_VERSION=\"4.2.6\" -DPACKAGE_STRING=\"autodock\ 4.2.6\" -DPACKAGE_BUGREPORT=\"autodock@scripps.edu\" -DPACKAGE_URL=\"\" -DPACKAGE=\"autodock\" -DVERSION=\"4.2.6\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE__BOOL=1 -DHAVE_STDBOOL_H=1 -DHAVE_STDLIB_H=1 -DHAVE_MALLOC=1 -DHAVE_GETHOSTNAME=1 -DHAVE_GETPID=1 -DHAVE_FCHMOD=1 -DHAVE_SETLINEBUF=1 -DHAVE_SYSCONF=1 -DHAVE_TIMES=1 -DHAVE_GETRUSAGE=1 -DHAVE_STRNCASECMP=1 -I. -DNOSQRT -DUSE_DOUBLE -DUSE_8A_NBCUTOFF -DUSE_INT_AS_FOURBYTELONG -O3 -fopenmp -O3 -Wall -Wno-write-strings -fopenmp -fopenmp -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -c -o autodock4_omp-investigate.o `test -f 'investigate.cc' || echo './'`investigate.cc g++ -DPACKAGE_NAME=\"autodock\" -DPACKAGE_TARNAME=\"autodock\" -DPACKAGE_VERSION=\"4.2.6\" -DPACKAGE_STRING=\"autodock\ 4.2.6\" -DPACKAGE_BUGREPORT=\"autodock@scripps.edu\" -DPACKAGE_URL=\"\" -DPACKAGE=\"autodock\" -DVERSION=\"4.2.6\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE__BOOL=1 -DHAVE_STDBOOL_H=1 -DHAVE_STDLIB_H=1 -DHAVE_MALLOC=1 -DHAVE_GETHOSTNAME=1 -DHAVE_GETPID=1 -DHAVE_FCHMOD=1 -DHAVE_SETLINEBUF=1 -DHAVE_SYSCONF=1 -DHAVE_TIMES=1 -DHAVE_GETRUSAGE=1 -DHAVE_STRNCASECMP=1 -I. -DNOSQRT -DUSE_DOUBLE -DUSE_8A_NBCUTOFF -DUSE_INT_AS_FOURBYTELONG -O3 -fopenmp -O3 -Wall -Wno-write-strings -fopenmp -fopenmp -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -c -o autodock4_omp-linpack.o `test -f 'linpack.cc' || echo './'`linpack.cc g++ -DPACKAGE_NAME=\"autodock\" -DPACKAGE_TARNAME=\"autodock\" -DPACKAGE_VERSION=\"4.2.6\" -DPACKAGE_STRING=\"autodock\ 4.2.6\" -DPACKAGE_BUGREPORT=\"autodock@scripps.edu\" -DPACKAGE_URL=\"\" -DPACKAGE=\"autodock\" -DVERSION=\"4.2.6\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE__BOOL=1 -DHAVE_STDBOOL_H=1 -DHAVE_STDLIB_H=1 -DHAVE_MALLOC=1 -DHAVE_GETHOSTNAME=1 -DHAVE_GETPID=1 -DHAVE_FCHMOD=1 -DHAVE_SETLINEBUF=1 -DHAVE_SYSCONF=1 -DHAVE_TIMES=1 -DHAVE_GETRUSAGE=1 -DHAVE_STRNCASECMP=1 -I. -DNOSQRT -DUSE_DOUBLE -DUSE_8A_NBCUTOFF -DUSE_INT_AS_FOURBYTELONG -O3 -fopenmp -O3 -Wall -Wno-write-strings -fopenmp -fopenmp -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -c -o autodock4_omp-ls.o `test -f 'ls.cc' || echo './'`ls.cc g++ -DPACKAGE_NAME=\"autodock\" -DPACKAGE_TARNAME=\"autodock\" -DPACKAGE_VERSION=\"4.2.6\" -DPACKAGE_STRING=\"autodock\ 4.2.6\" -DPACKAGE_BUGREPORT=\"autodock@scripps.edu\" -DPACKAGE_URL=\"\" -DPACKAGE=\"autodock\" -DVERSION=\"4.2.6\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE__BOOL=1 -DHAVE_STDBOOL_H=1 -DHAVE_STDLIB_H=1 -DHAVE_MALLOC=1 -DHAVE_GETHOSTNAME=1 -DHAVE_GETPID=1 -DHAVE_FCHMOD=1 -DHAVE_SETLINEBUF=1 -DHAVE_SYSCONF=1 -DHAVE_TIMES=1 -DHAVE_GETRUSAGE=1 -DHAVE_STRNCASECMP=1 -I. -DNOSQRT -DUSE_DOUBLE -DUSE_8A_NBCUTOFF -DUSE_INT_AS_FOURBYTELONG -O3 -fopenmp -O3 -Wall -Wno-write-strings -fopenmp -fopenmp -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -c -o autodock4_omp-mapping.o `test -f 'mapping.cc' || echo './'`mapping.cc g++ -DPACKAGE_NAME=\"autodock\" -DPACKAGE_TARNAME=\"autodock\" -DPACKAGE_VERSION=\"4.2.6\" -DPACKAGE_STRING=\"autodock\ 4.2.6\" -DPACKAGE_BUGREPORT=\"autodock@scripps.edu\" -DPACKAGE_URL=\"\" -DPACKAGE=\"autodock\" -DVERSION=\"4.2.6\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE__BOOL=1 -DHAVE_STDBOOL_H=1 -DHAVE_STDLIB_H=1 -DHAVE_MALLOC=1 -DHAVE_GETHOSTNAME=1 -DHAVE_GETPID=1 -DHAVE_FCHMOD=1 -DHAVE_SETLINEBUF=1 -DHAVE_SYSCONF=1 -DHAVE_TIMES=1 -DHAVE_GETRUSAGE=1 -DHAVE_STRNCASECMP=1 -I. -DNOSQRT -DUSE_DOUBLE -DUSE_8A_NBCUTOFF -DUSE_INT_AS_FOURBYTELONG -O3 -fopenmp -O3 -Wall -Wno-write-strings -fopenmp -fopenmp -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -c -o autodock4_omp-mingw_getrusage.o `test -f 'mingw_getrusage.cc' || echo './'`mingw_getrusage.cc g++ -DPACKAGE_NAME=\"autodock\" -DPACKAGE_TARNAME=\"autodock\" -DPACKAGE_VERSION=\"4.2.6\" -DPACKAGE_STRING=\"autodock\ 4.2.6\" -DPACKAGE_BUGREPORT=\"autodock@scripps.edu\" -DPACKAGE_URL=\"\" -DPACKAGE=\"autodock\" -DVERSION=\"4.2.6\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE__BOOL=1 -DHAVE_STDBOOL_H=1 -DHAVE_STDLIB_H=1 -DHAVE_MALLOC=1 -DHAVE_GETHOSTNAME=1 -DHAVE_GETPID=1 -DHAVE_FCHMOD=1 -DHAVE_SETLINEBUF=1 -DHAVE_SYSCONF=1 -DHAVE_TIMES=1 -DHAVE_GETRUSAGE=1 -DHAVE_STRNCASECMP=1 -I. -DNOSQRT -DUSE_DOUBLE -DUSE_8A_NBCUTOFF -DUSE_INT_AS_FOURBYTELONG -O3 -fopenmp -O3 -Wall -Wno-write-strings -fopenmp -fopenmp -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -c -o autodock4_omp-minmeanmax.o `test -f 'minmeanmax.cc' || echo './'`minmeanmax.cc ls.cc: In member function 'virtual Boole Solis_Wets::SW(Phenotype&, int, FILE*)': ls.cc:92:9: warning: unused variable 'thisQuat' [-Wunused-variable] 92 | Quat thisQuat, prevQuat, startQuat; | ^~~~~~~~ ls.cc:92:19: warning: unused variable 'prevQuat' [-Wunused-variable] 92 | Quat thisQuat, prevQuat, startQuat; | ^~~~~~~~ ls.cc:92:29: warning: unused variable 'startQuat' [-Wunused-variable] 92 | Quat thisQuat, prevQuat, startQuat; | ^~~~~~~~~ g++ -DPACKAGE_NAME=\"autodock\" -DPACKAGE_TARNAME=\"autodock\" -DPACKAGE_VERSION=\"4.2.6\" -DPACKAGE_STRING=\"autodock\ 4.2.6\" -DPACKAGE_BUGREPORT=\"autodock@scripps.edu\" -DPACKAGE_URL=\"\" -DPACKAGE=\"autodock\" -DVERSION=\"4.2.6\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE__BOOL=1 -DHAVE_STDBOOL_H=1 -DHAVE_STDLIB_H=1 -DHAVE_MALLOC=1 -DHAVE_GETHOSTNAME=1 -DHAVE_GETPID=1 -DHAVE_FCHMOD=1 -DHAVE_SETLINEBUF=1 -DHAVE_SYSCONF=1 -DHAVE_TIMES=1 -DHAVE_GETRUSAGE=1 -DHAVE_STRNCASECMP=1 -I. -DNOSQRT -DUSE_DOUBLE -DUSE_8A_NBCUTOFF -DUSE_INT_AS_FOURBYTELONG -O3 -fopenmp -O3 -Wall -Wno-write-strings -fopenmp -fopenmp -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -c -o autodock4_omp-mkNewState.o `test -f 'mkNewState.cc' || echo './'`mkNewState.cc minmeanmax.cc: In function 'void minmeanmax(FILE*, const Population&, int, const GridMapSetInfo*)': minmeanmax.cc:56:76: warning: variable 'best' set but not used [-Wunused-but-set-variable] 56 | double minimum[ 7+MAX_TORS ], sum[ 7+MAX_TORS ], maximum[ 7+MAX_TORS ], best[ 7+MAX_TORS ]; | ^~~~ g++ -DPACKAGE_NAME=\"autodock\" -DPACKAGE_TARNAME=\"autodock\" -DPACKAGE_VERSION=\"4.2.6\" -DPACKAGE_STRING=\"autodock\ 4.2.6\" -DPACKAGE_BUGREPORT=\"autodock@scripps.edu\" -DPACKAGE_URL=\"\" -DPACKAGE=\"autodock\" -DVERSION=\"4.2.6\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE__BOOL=1 -DHAVE_STDBOOL_H=1 -DHAVE_STDLIB_H=1 -DHAVE_MALLOC=1 -DHAVE_GETHOSTNAME=1 -DHAVE_GETPID=1 -DHAVE_FCHMOD=1 -DHAVE_SETLINEBUF=1 -DHAVE_SYSCONF=1 -DHAVE_TIMES=1 -DHAVE_GETRUSAGE=1 -DHAVE_STRNCASECMP=1 -I. -DNOSQRT -DUSE_DOUBLE -DUSE_8A_NBCUTOFF -DUSE_INT_AS_FOURBYTELONG -O3 -fopenmp -O3 -Wall -Wno-write-strings -fopenmp -fopenmp -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -c -o autodock4_omp-mkTorTree.o `test -f 'mkTorTree.cc' || echo './'`mkTorTree.cc g++ -DPACKAGE_NAME=\"autodock\" -DPACKAGE_TARNAME=\"autodock\" -DPACKAGE_VERSION=\"4.2.6\" -DPACKAGE_STRING=\"autodock\ 4.2.6\" -DPACKAGE_BUGREPORT=\"autodock@scripps.edu\" -DPACKAGE_URL=\"\" -DPACKAGE=\"autodock\" -DVERSION=\"4.2.6\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE__BOOL=1 -DHAVE_STDBOOL_H=1 -DHAVE_STDLIB_H=1 -DHAVE_MALLOC=1 -DHAVE_GETHOSTNAME=1 -DHAVE_GETPID=1 -DHAVE_FCHMOD=1 -DHAVE_SETLINEBUF=1 -DHAVE_SYSCONF=1 -DHAVE_TIMES=1 -DHAVE_GETRUSAGE=1 -DHAVE_STRNCASECMP=1 -I. -DNOSQRT -DUSE_DOUBLE -DUSE_8A_NBCUTOFF -DUSE_INT_AS_FOURBYTELONG -O3 -fopenmp -O3 -Wall -Wno-write-strings -fopenmp -fopenmp -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -c -o autodock4_omp-mkRandomState.o `test -f 'mkRandomState.cc' || echo './'`mkRandomState.cc g++ -DPACKAGE_NAME=\"autodock\" -DPACKAGE_TARNAME=\"autodock\" -DPACKAGE_VERSION=\"4.2.6\" -DPACKAGE_STRING=\"autodock\ 4.2.6\" -DPACKAGE_BUGREPORT=\"autodock@scripps.edu\" -DPACKAGE_URL=\"\" -DPACKAGE=\"autodock\" -DVERSION=\"4.2.6\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE__BOOL=1 -DHAVE_STDBOOL_H=1 -DHAVE_STDLIB_H=1 -DHAVE_MALLOC=1 -DHAVE_GETHOSTNAME=1 -DHAVE_GETPID=1 -DHAVE_FCHMOD=1 -DHAVE_SETLINEBUF=1 -DHAVE_SYSCONF=1 -DHAVE_TIMES=1 -DHAVE_GETRUSAGE=1 -DHAVE_STRNCASECMP=1 -I. -DNOSQRT -DUSE_DOUBLE -DUSE_8A_NBCUTOFF -DUSE_INT_AS_FOURBYTELONG -O3 -fopenmp -O3 -Wall -Wno-write-strings -fopenmp -fopenmp -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -c -o autodock4_omp-nonbonds.o `test -f 'nonbonds.cc' || echo './'`nonbonds.cc g++ -DPACKAGE_NAME=\"autodock\" -DPACKAGE_TARNAME=\"autodock\" -DPACKAGE_VERSION=\"4.2.6\" -DPACKAGE_STRING=\"autodock\ 4.2.6\" -DPACKAGE_BUGREPORT=\"autodock@scripps.edu\" -DPACKAGE_URL=\"\" -DPACKAGE=\"autodock\" -DVERSION=\"4.2.6\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE__BOOL=1 -DHAVE_STDBOOL_H=1 -DHAVE_STDLIB_H=1 -DHAVE_MALLOC=1 -DHAVE_GETHOSTNAME=1 -DHAVE_GETPID=1 -DHAVE_FCHMOD=1 -DHAVE_SETLINEBUF=1 -DHAVE_SYSCONF=1 -DHAVE_TIMES=1 -DHAVE_GETRUSAGE=1 -DHAVE_STRNCASECMP=1 -I. -DNOSQRT -DUSE_DOUBLE -DUSE_8A_NBCUTOFF -DUSE_INT_AS_FOURBYTELONG -O3 -fopenmp -O3 -Wall -Wno-write-strings -fopenmp -fopenmp -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -c -o autodock4_omp-openfile.o `test -f 'openfile.cc' || echo './'`openfile.cc mkTorTree.cc:456:5: warning: 'int check_atomnumber(int, const int*, int, int, FILE*)' defined but not used [-Wunused-function] 456 | int check_atomnumber( const int number, const int *atomnumber, const int nrecord, | ^~~~~~~~~~~~~~~~ g++ -DPACKAGE_NAME=\"autodock\" -DPACKAGE_TARNAME=\"autodock\" -DPACKAGE_VERSION=\"4.2.6\" -DPACKAGE_STRING=\"autodock\ 4.2.6\" -DPACKAGE_BUGREPORT=\"autodock@scripps.edu\" -DPACKAGE_URL=\"\" -DPACKAGE=\"autodock\" -DVERSION=\"4.2.6\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE__BOOL=1 -DHAVE_STDBOOL_H=1 -DHAVE_STDLIB_H=1 -DHAVE_MALLOC=1 -DHAVE_GETHOSTNAME=1 -DHAVE_GETPID=1 -DHAVE_FCHMOD=1 -DHAVE_SETLINEBUF=1 -DHAVE_SYSCONF=1 -DHAVE_TIMES=1 -DHAVE_GETRUSAGE=1 -DHAVE_STRNCASECMP=1 -I. -DNOSQRT -DUSE_DOUBLE -DUSE_8A_NBCUTOFF -DUSE_INT_AS_FOURBYTELONG -O3 -fopenmp -O3 -Wall -Wno-write-strings -fopenmp -fopenmp -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -c -o autodock4_omp-output_state.o `test -f 'output_state.cc' || echo './'`output_state.cc In file included from nonbonds.cc:35: mdist.h: In function 'void mdist()': mdist.h:32:25: warning: operation on 'mindist[0][0]' may be undefined [-Wsequence-point] 32 | mindist[(a1)][(a2)] = (mindist[(a2)][(a1)] = (min)-BOND_LENGTH_TOLERANCE);\ | ~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ mdist.h:89:5: note: in expansion of macro 'set_minmax' 89 | set_minmax(C, C, 1.20, 1.545); // mindist[C][C] = 1.20, p. 3510 ; maxdist[C][C] = 1.545, p. 3511 | ^~~~~~~~~~ mdist.h:33:25: warning: operation on 'maxdist[0][0]' may be undefined [-Wsequence-point] 33 | maxdist[(a1)][(a2)] = (maxdist[(a2)][(a1)] = (max)+BOND_LENGTH_TOLERANCE) | ~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ mdist.h:89:5: note: in expansion of macro 'set_minmax' 89 | set_minmax(C, C, 1.20, 1.545); // mindist[C][C] = 1.20, p. 3510 ; maxdist[C][C] = 1.545, p. 3511 | ^~~~~~~~~~ mdist.h:32:25: warning: operation on 'mindist[1][1]' may be undefined [-Wsequence-point] 32 | mindist[(a1)][(a2)] = (mindist[(a2)][(a1)] = (min)-BOND_LENGTH_TOLERANCE);\ | ~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ mdist.h:96:5: note: in expansion of macro 'set_minmax' 96 | set_minmax(N, N, 1.0974, 1.128); // mindist[N][N] = 1.0974, p. 3513 ; maxdist[N][N] = 1.128, p. 3515 | ^~~~~~~~~~ mdist.h:33:25: warning: operation on 'maxdist[1][1]' may be undefined [-Wsequence-point] 33 | maxdist[(a1)][(a2)] = (maxdist[(a2)][(a1)] = (max)+BOND_LENGTH_TOLERANCE) | ~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ mdist.h:96:5: note: in expansion of macro 'set_minmax' 96 | set_minmax(N, N, 1.0974, 1.128); // mindist[N][N] = 1.0974, p. 3513 ; maxdist[N][N] = 1.128, p. 3515 | ^~~~~~~~~~ mdist.h:32:25: warning: operation on 'mindist[2][2]' may be undefined [-Wsequence-point] 32 | mindist[(a1)][(a2)] = (mindist[(a2)][(a1)] = (min)-BOND_LENGTH_TOLERANCE);\ | ~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ mdist.h:102:5: note: in expansion of macro 'set_minmax' 102 | set_minmax(O, O, 1.208, 1.51); // p.3513, p.3515 | ^~~~~~~~~~ mdist.h:33:25: warning: operation on 'maxdist[2][2]' may be undefined [-Wsequence-point] 33 | maxdist[(a1)][(a2)] = (maxdist[(a2)][(a1)] = (max)+BOND_LENGTH_TOLERANCE) | ~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ mdist.h:102:5: note: in expansion of macro 'set_minmax' 102 | set_minmax(O, O, 1.208, 1.51); // p.3513, p.3515 | ^~~~~~~~~~ mdist.h:32:25: warning: operation on 'mindist[3][3]' may be undefined [-Wsequence-point] 32 | mindist[(a1)][(a2)] = (mindist[(a2)][(a1)] = (min)-BOND_LENGTH_TOLERANCE);\ | ~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ mdist.h:107:5: note: in expansion of macro 'set_minmax' 107 | set_minmax(H, H, 100.,-100.); // impossible values to prevent such bonds from forming. | ^~~~~~~~~~ mdist.h:33:25: warning: operation on 'maxdist[3][3]' may be undefined [-Wsequence-point] 33 | maxdist[(a1)][(a2)] = (maxdist[(a2)][(a1)] = (max)+BOND_LENGTH_TOLERANCE) | ~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ mdist.h:107:5: note: in expansion of macro 'set_minmax' 107 | set_minmax(H, H, 100.,-100.); // impossible values to prevent such bonds from forming. | ^~~~~~~~~~ mdist.h:32:25: warning: operation on 'mindist[4][4]' may be undefined [-Wsequence-point] 32 | mindist[(a1)][(a2)] = (mindist[(a2)][(a1)] = (min)-BOND_LENGTH_TOLERANCE);\ | ~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ mdist.h:111:5: note: in expansion of macro 'set_minmax' 111 | set_minmax(XX, XX, 0.9, 2.1); // AutoDock 3 defaults | ^~~~~~~~~~ mdist.h:33:25: warning: operation on 'maxdist[4][4]' may be undefined [-Wsequence-point] 33 | maxdist[(a1)][(a2)] = (maxdist[(a2)][(a1)] = (max)+BOND_LENGTH_TOLERANCE) | ~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ mdist.h:111:5: note: in expansion of macro 'set_minmax' 111 | set_minmax(XX, XX, 0.9, 2.1); // AutoDock 3 defaults | ^~~~~~~~~~ mdist.h:32:25: warning: operation on 'mindist[5][5]' may be undefined [-Wsequence-point] 32 | mindist[(a1)][(a2)] = (mindist[(a2)][(a1)] = (min)-BOND_LENGTH_TOLERANCE);\ | ~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ mdist.h:114:5: note: in expansion of macro 'set_minmax' 114 | set_minmax(P, P, 2.18, 2.23); // mindist[P][P] = 2.18, p. 3513 ; maxdist[P][P] = 2.23, p. 3513 | ^~~~~~~~~~ mdist.h:33:25: warning: operation on 'maxdist[5][5]' may be undefined [-Wsequence-point] 33 | maxdist[(a1)][(a2)] = (maxdist[(a2)][(a1)] = (max)+BOND_LENGTH_TOLERANCE) | ~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ mdist.h:114:5: note: in expansion of macro 'set_minmax' 114 | set_minmax(P, P, 2.18, 2.23); // mindist[P][P] = 2.18, p. 3513 ; maxdist[P][P] = 2.23, p. 3513 | ^~~~~~~~~~ mdist.h:32:25: warning: operation on 'mindist[6][6]' may be undefined [-Wsequence-point] 32 | mindist[(a1)][(a2)] = (mindist[(a2)][(a1)] = (min)-BOND_LENGTH_TOLERANCE);\ | ~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ mdist.h:116:5: note: in expansion of macro 'set_minmax' 116 | set_minmax(S, S, 2.03, 2.05); // mindist[S][S] = 2.03, p. 3515 ; maxdist[S][S] = 2.05, p. 3515 | ^~~~~~~~~~ mdist.h:33:25: warning: operation on 'maxdist[6][6]' may be undefined [-Wsequence-point] 33 | maxdist[(a1)][(a2)] = (maxdist[(a2)][(a1)] = (max)+BOND_LENGTH_TOLERANCE) | ~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ mdist.h:116:5: note: in expansion of macro 'set_minmax' 116 | set_minmax(S, S, 2.03, 2.05); // mindist[S][S] = 2.03, p. 3515 ; maxdist[S][S] = 2.05, p. 3515 | ^~~~~~~~~~ nonbonds.cc: In function 'void printbonds(int, const int*, const int (*)[16], const char*, int, int, FILE*)': nonbonds.cc:250:6: warning: '?:' using integer constants in boolean context [-Wint-in-bool-context] 248 | for (int j=0; j< | ~~ 249 | B_print_all_bonds | ~~~~~~~~~~~~~~~~~ 250 | ? MAX_NBONDS // loop over all the slots for this atom's "j" bonds | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 251 | : nbonds[i]; // loop over this atom's "j" bonds | ~~~~~~~~~~~ g++ -DPACKAGE_NAME=\"autodock\" -DPACKAGE_TARNAME=\"autodock\" -DPACKAGE_VERSION=\"4.2.6\" -DPACKAGE_STRING=\"autodock\ 4.2.6\" -DPACKAGE_BUGREPORT=\"autodock@scripps.edu\" -DPACKAGE_URL=\"\" -DPACKAGE=\"autodock\" -DVERSION=\"4.2.6\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE__BOOL=1 -DHAVE_STDBOOL_H=1 -DHAVE_STDLIB_H=1 -DHAVE_MALLOC=1 -DHAVE_GETHOSTNAME=1 -DHAVE_GETPID=1 -DHAVE_FCHMOD=1 -DHAVE_SETLINEBUF=1 -DHAVE_SYSCONF=1 -DHAVE_TIMES=1 -DHAVE_GETRUSAGE=1 -DHAVE_STRNCASECMP=1 -I. -DNOSQRT -DUSE_DOUBLE -DUSE_8A_NBCUTOFF -DUSE_INT_AS_FOURBYTELONG -O3 -fopenmp -O3 -Wall -Wno-write-strings -fopenmp -fopenmp -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -c -o autodock4_omp-parse_dpf_line.o `test -f 'parse_dpf_line.cc' || echo './'`parse_dpf_line.cc g++ -DPACKAGE_NAME=\"autodock\" -DPACKAGE_TARNAME=\"autodock\" -DPACKAGE_VERSION=\"4.2.6\" -DPACKAGE_STRING=\"autodock\ 4.2.6\" -DPACKAGE_BUGREPORT=\"autodock@scripps.edu\" -DPACKAGE_URL=\"\" -DPACKAGE=\"autodock\" -DVERSION=\"4.2.6\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE__BOOL=1 -DHAVE_STDBOOL_H=1 -DHAVE_STDLIB_H=1 -DHAVE_MALLOC=1 -DHAVE_GETHOSTNAME=1 -DHAVE_GETPID=1 -DHAVE_FCHMOD=1 -DHAVE_SETLINEBUF=1 -DHAVE_SYSCONF=1 -DHAVE_TIMES=1 -DHAVE_GETRUSAGE=1 -DHAVE_STRNCASECMP=1 -I. -DNOSQRT -DUSE_DOUBLE -DUSE_8A_NBCUTOFF -DUSE_INT_AS_FOURBYTELONG -O3 -fopenmp -O3 -Wall -Wno-write-strings -fopenmp -fopenmp -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -c -o autodock4_omp-parse_param_line.o `test -f 'parse_param_line.cc' || echo './'`parse_param_line.cc g++ -DPACKAGE_NAME=\"autodock\" -DPACKAGE_TARNAME=\"autodock\" -DPACKAGE_VERSION=\"4.2.6\" -DPACKAGE_STRING=\"autodock\ 4.2.6\" -DPACKAGE_BUGREPORT=\"autodock@scripps.edu\" -DPACKAGE_URL=\"\" -DPACKAGE=\"autodock\" -DVERSION=\"4.2.6\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE__BOOL=1 -DHAVE_STDBOOL_H=1 -DHAVE_STDLIB_H=1 -DHAVE_MALLOC=1 -DHAVE_GETHOSTNAME=1 -DHAVE_GETPID=1 -DHAVE_FCHMOD=1 -DHAVE_SETLINEBUF=1 -DHAVE_SYSCONF=1 -DHAVE_TIMES=1 -DHAVE_GETRUSAGE=1 -DHAVE_STRNCASECMP=1 -I. -DNOSQRT -DUSE_DOUBLE -DUSE_8A_NBCUTOFF -DUSE_INT_AS_FOURBYTELONG -O3 -fopenmp -O3 -Wall -Wno-write-strings -fopenmp -fopenmp -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -c -o autodock4_omp-parse_PDBQT_line.o `test -f 'parse_PDBQT_line.cc' || echo './'`parse_PDBQT_line.cc g++ -DPACKAGE_NAME=\"autodock\" -DPACKAGE_TARNAME=\"autodock\" -DPACKAGE_VERSION=\"4.2.6\" -DPACKAGE_STRING=\"autodock\ 4.2.6\" -DPACKAGE_BUGREPORT=\"autodock@scripps.edu\" -DPACKAGE_URL=\"\" -DPACKAGE=\"autodock\" -DVERSION=\"4.2.6\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE__BOOL=1 -DHAVE_STDBOOL_H=1 -DHAVE_STDLIB_H=1 -DHAVE_MALLOC=1 -DHAVE_GETHOSTNAME=1 -DHAVE_GETPID=1 -DHAVE_FCHMOD=1 -DHAVE_SETLINEBUF=1 -DHAVE_SYSCONF=1 -DHAVE_TIMES=1 -DHAVE_GETRUSAGE=1 -DHAVE_STRNCASECMP=1 -I. -DNOSQRT -DUSE_DOUBLE -DUSE_8A_NBCUTOFF -DUSE_INT_AS_FOURBYTELONG -O3 -fopenmp -O3 -Wall -Wno-write-strings -fopenmp -fopenmp -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -c -o autodock4_omp-parse_trj_line.o `test -f 'parse_trj_line.cc' || echo './'`parse_trj_line.cc g++ -DPACKAGE_NAME=\"autodock\" -DPACKAGE_TARNAME=\"autodock\" -DPACKAGE_VERSION=\"4.2.6\" -DPACKAGE_STRING=\"autodock\ 4.2.6\" -DPACKAGE_BUGREPORT=\"autodock@scripps.edu\" -DPACKAGE_URL=\"\" -DPACKAGE=\"autodock\" -DVERSION=\"4.2.6\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE__BOOL=1 -DHAVE_STDBOOL_H=1 -DHAVE_STDLIB_H=1 -DHAVE_MALLOC=1 -DHAVE_GETHOSTNAME=1 -DHAVE_GETPID=1 -DHAVE_FCHMOD=1 -DHAVE_SETLINEBUF=1 -DHAVE_SYSCONF=1 -DHAVE_TIMES=1 -DHAVE_GETRUSAGE=1 -DHAVE_STRNCASECMP=1 -I. -DNOSQRT -DUSE_DOUBLE -DUSE_8A_NBCUTOFF -DUSE_INT_AS_FOURBYTELONG -O3 -fopenmp -O3 -Wall -Wno-write-strings -fopenmp -fopenmp -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -c -o autodock4_omp-parsetypes.o `test -f 'parsetypes.cc' || echo './'`parsetypes.cc g++ -DPACKAGE_NAME=\"autodock\" -DPACKAGE_TARNAME=\"autodock\" -DPACKAGE_VERSION=\"4.2.6\" -DPACKAGE_STRING=\"autodock\ 4.2.6\" -DPACKAGE_BUGREPORT=\"autodock@scripps.edu\" -DPACKAGE_URL=\"\" -DPACKAGE=\"autodock\" -DVERSION=\"4.2.6\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE__BOOL=1 -DHAVE_STDBOOL_H=1 -DHAVE_STDLIB_H=1 -DHAVE_MALLOC=1 -DHAVE_GETHOSTNAME=1 -DHAVE_GETPID=1 -DHAVE_FCHMOD=1 -DHAVE_SETLINEBUF=1 -DHAVE_SYSCONF=1 -DHAVE_TIMES=1 -DHAVE_GETRUSAGE=1 -DHAVE_STRNCASECMP=1 -I. -DNOSQRT -DUSE_DOUBLE -DUSE_8A_NBCUTOFF -DUSE_INT_AS_FOURBYTELONG -O3 -fopenmp -O3 -Wall -Wno-write-strings -fopenmp -fopenmp -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -c -o autodock4_omp-print_2x.o `test -f 'print_2x.cc' || echo './'`print_2x.cc g++ -DPACKAGE_NAME=\"autodock\" -DPACKAGE_TARNAME=\"autodock\" -DPACKAGE_VERSION=\"4.2.6\" -DPACKAGE_STRING=\"autodock\ 4.2.6\" -DPACKAGE_BUGREPORT=\"autodock@scripps.edu\" -DPACKAGE_URL=\"\" -DPACKAGE=\"autodock\" -DVERSION=\"4.2.6\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE__BOOL=1 -DHAVE_STDBOOL_H=1 -DHAVE_STDLIB_H=1 -DHAVE_MALLOC=1 -DHAVE_GETHOSTNAME=1 -DHAVE_GETPID=1 -DHAVE_FCHMOD=1 -DHAVE_SETLINEBUF=1 -DHAVE_SYSCONF=1 -DHAVE_TIMES=1 -DHAVE_GETRUSAGE=1 -DHAVE_STRNCASECMP=1 -I. -DNOSQRT -DUSE_DOUBLE -DUSE_8A_NBCUTOFF -DUSE_INT_AS_FOURBYTELONG -O3 -fopenmp -O3 -Wall -Wno-write-strings -fopenmp -fopenmp -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -c -o autodock4_omp-print_atomic_energies.o `test -f 'print_atomic_energies.cc' || echo './'`print_atomic_energies.cc g++ -DPACKAGE_NAME=\"autodock\" -DPACKAGE_TARNAME=\"autodock\" -DPACKAGE_VERSION=\"4.2.6\" -DPACKAGE_STRING=\"autodock\ 4.2.6\" -DPACKAGE_BUGREPORT=\"autodock@scripps.edu\" -DPACKAGE_URL=\"\" -DPACKAGE=\"autodock\" -DVERSION=\"4.2.6\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE__BOOL=1 -DHAVE_STDBOOL_H=1 -DHAVE_STDLIB_H=1 -DHAVE_MALLOC=1 -DHAVE_GETHOSTNAME=1 -DHAVE_GETPID=1 -DHAVE_FCHMOD=1 -DHAVE_SETLINEBUF=1 -DHAVE_SYSCONF=1 -DHAVE_TIMES=1 -DHAVE_GETRUSAGE=1 -DHAVE_STRNCASECMP=1 -I. -DNOSQRT -DUSE_DOUBLE -DUSE_8A_NBCUTOFF -DUSE_INT_AS_FOURBYTELONG -O3 -fopenmp -O3 -Wall -Wno-write-strings -fopenmp -fopenmp -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -c -o autodock4_omp-print_avsfld.o `test -f 'print_avsfld.cc' || echo './'`print_avsfld.cc g++ -DPACKAGE_NAME=\"autodock\" -DPACKAGE_TARNAME=\"autodock\" -DPACKAGE_VERSION=\"4.2.6\" -DPACKAGE_STRING=\"autodock\ 4.2.6\" -DPACKAGE_BUGREPORT=\"autodock@scripps.edu\" -DPACKAGE_URL=\"\" -DPACKAGE=\"autodock\" -DVERSION=\"4.2.6\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE__BOOL=1 -DHAVE_STDBOOL_H=1 -DHAVE_STDLIB_H=1 -DHAVE_MALLOC=1 -DHAVE_GETHOSTNAME=1 -DHAVE_GETPID=1 -DHAVE_FCHMOD=1 -DHAVE_SETLINEBUF=1 -DHAVE_SYSCONF=1 -DHAVE_TIMES=1 -DHAVE_GETRUSAGE=1 -DHAVE_STRNCASECMP=1 -I. -DNOSQRT -DUSE_DOUBLE -DUSE_8A_NBCUTOFF -DUSE_INT_AS_FOURBYTELONG -O3 -fopenmp -O3 -Wall -Wno-write-strings -fopenmp -fopenmp -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -c -o autodock4_omp-writePDBQT.o `test -f 'writePDBQT.cc' || echo './'`writePDBQT.cc g++ -DPACKAGE_NAME=\"autodock\" -DPACKAGE_TARNAME=\"autodock\" -DPACKAGE_VERSION=\"4.2.6\" -DPACKAGE_STRING=\"autodock\ 4.2.6\" -DPACKAGE_BUGREPORT=\"autodock@scripps.edu\" -DPACKAGE_URL=\"\" -DPACKAGE=\"autodock\" -DVERSION=\"4.2.6\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE__BOOL=1 -DHAVE_STDBOOL_H=1 -DHAVE_STDLIB_H=1 -DHAVE_MALLOC=1 -DHAVE_GETHOSTNAME=1 -DHAVE_GETPID=1 -DHAVE_FCHMOD=1 -DHAVE_SETLINEBUF=1 -DHAVE_SYSCONF=1 -DHAVE_TIMES=1 -DHAVE_GETRUSAGE=1 -DHAVE_STRNCASECMP=1 -I. -DNOSQRT -DUSE_DOUBLE -DUSE_8A_NBCUTOFF -DUSE_INT_AS_FOURBYTELONG -O3 -fopenmp -O3 -Wall -Wno-write-strings -fopenmp -fopenmp -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -c -o autodock4_omp-print_rem.o `test -f 'print_rem.cc' || echo './'`print_rem.cc g++ -DPACKAGE_NAME=\"autodock\" -DPACKAGE_TARNAME=\"autodock\" -DPACKAGE_VERSION=\"4.2.6\" -DPACKAGE_STRING=\"autodock\ 4.2.6\" -DPACKAGE_BUGREPORT=\"autodock@scripps.edu\" -DPACKAGE_URL=\"\" -DPACKAGE=\"autodock\" -DVERSION=\"4.2.6\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE__BOOL=1 -DHAVE_STDBOOL_H=1 -DHAVE_STDLIB_H=1 -DHAVE_MALLOC=1 -DHAVE_GETHOSTNAME=1 -DHAVE_GETPID=1 -DHAVE_FCHMOD=1 -DHAVE_SETLINEBUF=1 -DHAVE_SYSCONF=1 -DHAVE_TIMES=1 -DHAVE_GETRUSAGE=1 -DHAVE_STRNCASECMP=1 -I. -DNOSQRT -DUSE_DOUBLE -DUSE_8A_NBCUTOFF -DUSE_INT_AS_FOURBYTELONG -O3 -fopenmp -O3 -Wall -Wno-write-strings -fopenmp -fopenmp -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -c -o autodock4_omp-printdate.o `test -f 'printdate.cc' || echo './'`printdate.cc g++ -DPACKAGE_NAME=\"autodock\" -DPACKAGE_TARNAME=\"autodock\" -DPACKAGE_VERSION=\"4.2.6\" -DPACKAGE_STRING=\"autodock\ 4.2.6\" -DPACKAGE_BUGREPORT=\"autodock@scripps.edu\" -DPACKAGE_URL=\"\" -DPACKAGE=\"autodock\" -DVERSION=\"4.2.6\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE__BOOL=1 -DHAVE_STDBOOL_H=1 -DHAVE_STDLIB_H=1 -DHAVE_MALLOC=1 -DHAVE_GETHOSTNAME=1 -DHAVE_GETPID=1 -DHAVE_FCHMOD=1 -DHAVE_SETLINEBUF=1 -DHAVE_SYSCONF=1 -DHAVE_TIMES=1 -DHAVE_GETRUSAGE=1 -DHAVE_STRNCASECMP=1 -I. -DNOSQRT -DUSE_DOUBLE -DUSE_8A_NBCUTOFF -DUSE_INT_AS_FOURBYTELONG -O3 -fopenmp -O3 -Wall -Wno-write-strings -fopenmp -fopenmp -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -c -o autodock4_omp-printEnergies.o `test -f 'printEnergies.cc' || echo './'`printEnergies.cc g++ -DPACKAGE_NAME=\"autodock\" -DPACKAGE_TARNAME=\"autodock\" -DPACKAGE_VERSION=\"4.2.6\" -DPACKAGE_STRING=\"autodock\ 4.2.6\" -DPACKAGE_BUGREPORT=\"autodock@scripps.edu\" -DPACKAGE_URL=\"\" -DPACKAGE=\"autodock\" -DVERSION=\"4.2.6\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE__BOOL=1 -DHAVE_STDBOOL_H=1 -DHAVE_STDLIB_H=1 -DHAVE_MALLOC=1 -DHAVE_GETHOSTNAME=1 -DHAVE_GETPID=1 -DHAVE_FCHMOD=1 -DHAVE_SETLINEBUF=1 -DHAVE_SYSCONF=1 -DHAVE_TIMES=1 -DHAVE_GETRUSAGE=1 -DHAVE_STRNCASECMP=1 -I. -DNOSQRT -DUSE_DOUBLE -DUSE_8A_NBCUTOFF -DUSE_INT_AS_FOURBYTELONG -O3 -fopenmp -O3 -Wall -Wno-write-strings -fopenmp -fopenmp -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -c -o autodock4_omp-printhms.o `test -f 'printhms.cc' || echo './'`printhms.cc g++ -DPACKAGE_NAME=\"autodock\" -DPACKAGE_TARNAME=\"autodock\" -DPACKAGE_VERSION=\"4.2.6\" -DPACKAGE_STRING=\"autodock\ 4.2.6\" -DPACKAGE_BUGREPORT=\"autodock@scripps.edu\" -DPACKAGE_URL=\"\" -DPACKAGE=\"autodock\" -DVERSION=\"4.2.6\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE__BOOL=1 -DHAVE_STDBOOL_H=1 -DHAVE_STDLIB_H=1 -DHAVE_MALLOC=1 -DHAVE_GETHOSTNAME=1 -DHAVE_GETPID=1 -DHAVE_FCHMOD=1 -DHAVE_SETLINEBUF=1 -DHAVE_SYSCONF=1 -DHAVE_TIMES=1 -DHAVE_GETRUSAGE=1 -DHAVE_STRNCASECMP=1 -I. -DNOSQRT -DUSE_DOUBLE -DUSE_8A_NBCUTOFF -DUSE_INT_AS_FOURBYTELONG -O3 -fopenmp -O3 -Wall -Wno-write-strings -fopenmp -fopenmp -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -c -o autodock4_omp-prClusterHist.o `test -f 'prClusterHist.cc' || echo './'`prClusterHist.cc g++ -DPACKAGE_NAME=\"autodock\" -DPACKAGE_TARNAME=\"autodock\" -DPACKAGE_VERSION=\"4.2.6\" -DPACKAGE_STRING=\"autodock\ 4.2.6\" -DPACKAGE_BUGREPORT=\"autodock@scripps.edu\" -DPACKAGE_URL=\"\" -DPACKAGE=\"autodock\" -DVERSION=\"4.2.6\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE__BOOL=1 -DHAVE_STDBOOL_H=1 -DHAVE_STDLIB_H=1 -DHAVE_MALLOC=1 -DHAVE_GETHOSTNAME=1 -DHAVE_GETPID=1 -DHAVE_FCHMOD=1 -DHAVE_SETLINEBUF=1 -DHAVE_SYSCONF=1 -DHAVE_TIMES=1 -DHAVE_GETRUSAGE=1 -DHAVE_STRNCASECMP=1 -I. -DNOSQRT -DUSE_DOUBLE -DUSE_8A_NBCUTOFF -DUSE_INT_AS_FOURBYTELONG -O3 -fopenmp -O3 -Wall -Wno-write-strings -fopenmp -fopenmp -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -c -o autodock4_omp-prInitialState.o `test -f 'prInitialState.cc' || echo './'`prInitialState.cc g++ -DPACKAGE_NAME=\"autodock\" -DPACKAGE_TARNAME=\"autodock\" -DPACKAGE_VERSION=\"4.2.6\" -DPACKAGE_STRING=\"autodock\ 4.2.6\" -DPACKAGE_BUGREPORT=\"autodock@scripps.edu\" -DPACKAGE_URL=\"\" -DPACKAGE=\"autodock\" -DVERSION=\"4.2.6\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE__BOOL=1 -DHAVE_STDBOOL_H=1 -DHAVE_STDLIB_H=1 -DHAVE_MALLOC=1 -DHAVE_GETHOSTNAME=1 -DHAVE_GETPID=1 -DHAVE_FCHMOD=1 -DHAVE_SETLINEBUF=1 -DHAVE_SYSCONF=1 -DHAVE_TIMES=1 -DHAVE_GETRUSAGE=1 -DHAVE_STRNCASECMP=1 -I. -DNOSQRT -DUSE_DOUBLE -DUSE_8A_NBCUTOFF -DUSE_INT_AS_FOURBYTELONG -O3 -fopenmp -O3 -Wall -Wno-write-strings -fopenmp -fopenmp -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -c -o autodock4_omp-prTorConList.o `test -f 'prTorConList.cc' || echo './'`prTorConList.cc g++ -DPACKAGE_NAME=\"autodock\" -DPACKAGE_TARNAME=\"autodock\" -DPACKAGE_VERSION=\"4.2.6\" -DPACKAGE_STRING=\"autodock\ 4.2.6\" -DPACKAGE_BUGREPORT=\"autodock@scripps.edu\" -DPACKAGE_URL=\"\" -DPACKAGE=\"autodock\" -DVERSION=\"4.2.6\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE__BOOL=1 -DHAVE_STDBOOL_H=1 -DHAVE_STDLIB_H=1 -DHAVE_MALLOC=1 -DHAVE_GETHOSTNAME=1 -DHAVE_GETPID=1 -DHAVE_FCHMOD=1 -DHAVE_SETLINEBUF=1 -DHAVE_SYSCONF=1 -DHAVE_TIMES=1 -DHAVE_GETRUSAGE=1 -DHAVE_STRNCASECMP=1 -I. -DNOSQRT -DUSE_DOUBLE -DUSE_8A_NBCUTOFF -DUSE_INT_AS_FOURBYTELONG -O3 -fopenmp -O3 -Wall -Wno-write-strings -fopenmp -fopenmp -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -c -o autodock4_omp-pso.o `test -f 'pso.cc' || echo './'`pso.cc g++ -DPACKAGE_NAME=\"autodock\" -DPACKAGE_TARNAME=\"autodock\" -DPACKAGE_VERSION=\"4.2.6\" -DPACKAGE_STRING=\"autodock\ 4.2.6\" -DPACKAGE_BUGREPORT=\"autodock@scripps.edu\" -DPACKAGE_URL=\"\" -DPACKAGE=\"autodock\" -DVERSION=\"4.2.6\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE__BOOL=1 -DHAVE_STDBOOL_H=1 -DHAVE_STDLIB_H=1 -DHAVE_MALLOC=1 -DHAVE_GETHOSTNAME=1 -DHAVE_GETPID=1 -DHAVE_FCHMOD=1 -DHAVE_SETLINEBUF=1 -DHAVE_SYSCONF=1 -DHAVE_TIMES=1 -DHAVE_GETRUSAGE=1 -DHAVE_STRNCASECMP=1 -I. -DNOSQRT -DUSE_DOUBLE -DUSE_8A_NBCUTOFF -DUSE_INT_AS_FOURBYTELONG -O3 -fopenmp -O3 -Wall -Wno-write-strings -fopenmp -fopenmp -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -c -o autodock4_omp-qmultiply.o `test -f 'qmultiply.cc' || echo './'`qmultiply.cc g++ -DPACKAGE_NAME=\"autodock\" -DPACKAGE_TARNAME=\"autodock\" -DPACKAGE_VERSION=\"4.2.6\" -DPACKAGE_STRING=\"autodock\ 4.2.6\" -DPACKAGE_BUGREPORT=\"autodock@scripps.edu\" -DPACKAGE_URL=\"\" -DPACKAGE=\"autodock\" -DVERSION=\"4.2.6\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE__BOOL=1 -DHAVE_STDBOOL_H=1 -DHAVE_STDLIB_H=1 -DHAVE_MALLOC=1 -DHAVE_GETHOSTNAME=1 -DHAVE_GETPID=1 -DHAVE_FCHMOD=1 -DHAVE_SETLINEBUF=1 -DHAVE_SYSCONF=1 -DHAVE_TIMES=1 -DHAVE_GETRUSAGE=1 -DHAVE_STRNCASECMP=1 -I. -DNOSQRT -DUSE_DOUBLE -DUSE_8A_NBCUTOFF -DUSE_INT_AS_FOURBYTELONG -O3 -fopenmp -O3 -Wall -Wno-write-strings -fopenmp -fopenmp -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -c -o autodock4_omp-qtransform.o `test -f 'qtransform.cc' || echo './'`qtransform.cc g++ -DPACKAGE_NAME=\"autodock\" -DPACKAGE_TARNAME=\"autodock\" -DPACKAGE_VERSION=\"4.2.6\" -DPACKAGE_STRING=\"autodock\ 4.2.6\" -DPACKAGE_BUGREPORT=\"autodock@scripps.edu\" -DPACKAGE_URL=\"\" -DPACKAGE=\"autodock\" -DVERSION=\"4.2.6\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE__BOOL=1 -DHAVE_STDBOOL_H=1 -DHAVE_STDLIB_H=1 -DHAVE_MALLOC=1 -DHAVE_GETHOSTNAME=1 -DHAVE_GETPID=1 -DHAVE_FCHMOD=1 -DHAVE_SETLINEBUF=1 -DHAVE_SYSCONF=1 -DHAVE_TIMES=1 -DHAVE_GETRUSAGE=1 -DHAVE_STRNCASECMP=1 -I. -DNOSQRT -DUSE_DOUBLE -DUSE_8A_NBCUTOFF -DUSE_INT_AS_FOURBYTELONG -O3 -fopenmp -O3 -Wall -Wno-write-strings -fopenmp -fopenmp -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -c -o autodock4_omp-quicksort.o `test -f 'quicksort.cc' || echo './'`quicksort.cc g++ -DPACKAGE_NAME=\"autodock\" -DPACKAGE_TARNAME=\"autodock\" -DPACKAGE_VERSION=\"4.2.6\" -DPACKAGE_STRING=\"autodock\ 4.2.6\" -DPACKAGE_BUGREPORT=\"autodock@scripps.edu\" -DPACKAGE_URL=\"\" -DPACKAGE=\"autodock\" -DVERSION=\"4.2.6\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE__BOOL=1 -DHAVE_STDBOOL_H=1 -DHAVE_STDLIB_H=1 -DHAVE_MALLOC=1 -DHAVE_GETHOSTNAME=1 -DHAVE_GETPID=1 -DHAVE_FCHMOD=1 -DHAVE_SETLINEBUF=1 -DHAVE_SYSCONF=1 -DHAVE_TIMES=1 -DHAVE_GETRUSAGE=1 -DHAVE_STRNCASECMP=1 -I. -DNOSQRT -DUSE_DOUBLE -DUSE_8A_NBCUTOFF -DUSE_INT_AS_FOURBYTELONG -O3 -fopenmp -O3 -Wall -Wno-write-strings -fopenmp -fopenmp -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -c -o autodock4_omp-ranlib.o `test -f 'ranlib.cc' || echo './'`ranlib.cc g++ -DPACKAGE_NAME=\"autodock\" -DPACKAGE_TARNAME=\"autodock\" -DPACKAGE_VERSION=\"4.2.6\" -DPACKAGE_STRING=\"autodock\ 4.2.6\" -DPACKAGE_BUGREPORT=\"autodock@scripps.edu\" -DPACKAGE_URL=\"\" -DPACKAGE=\"autodock\" -DVERSION=\"4.2.6\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE__BOOL=1 -DHAVE_STDBOOL_H=1 -DHAVE_STDLIB_H=1 -DHAVE_MALLOC=1 -DHAVE_GETHOSTNAME=1 -DHAVE_GETPID=1 -DHAVE_FCHMOD=1 -DHAVE_SETLINEBUF=1 -DHAVE_SYSCONF=1 -DHAVE_TIMES=1 -DHAVE_GETRUSAGE=1 -DHAVE_STRNCASECMP=1 -I. -DNOSQRT -DUSE_DOUBLE -DUSE_8A_NBCUTOFF -DUSE_INT_AS_FOURBYTELONG -O3 -fopenmp -O3 -Wall -Wno-write-strings -fopenmp -fopenmp -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -c -o autodock4_omp-rep.o `test -f 'rep.cc' || echo './'`rep.cc g++ -DPACKAGE_NAME=\"autodock\" -DPACKAGE_TARNAME=\"autodock\" -DPACKAGE_VERSION=\"4.2.6\" -DPACKAGE_STRING=\"autodock\ 4.2.6\" -DPACKAGE_BUGREPORT=\"autodock@scripps.edu\" -DPACKAGE_URL=\"\" -DPACKAGE=\"autodock\" -DVERSION=\"4.2.6\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE__BOOL=1 -DHAVE_STDBOOL_H=1 -DHAVE_STDLIB_H=1 -DHAVE_MALLOC=1 -DHAVE_GETHOSTNAME=1 -DHAVE_GETPID=1 -DHAVE_FCHMOD=1 -DHAVE_SETLINEBUF=1 -DHAVE_SYSCONF=1 -DHAVE_TIMES=1 -DHAVE_GETRUSAGE=1 -DHAVE_STRNCASECMP=1 -I. -DNOSQRT -DUSE_DOUBLE -DUSE_8A_NBCUTOFF -DUSE_INT_AS_FOURBYTELONG -O3 -fopenmp -O3 -Wall -Wno-write-strings -fopenmp -fopenmp -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -c -o autodock4_omp-scauchy.o `test -f 'scauchy.cc' || echo './'`scauchy.cc g++ -DPACKAGE_NAME=\"autodock\" -DPACKAGE_TARNAME=\"autodock\" -DPACKAGE_VERSION=\"4.2.6\" -DPACKAGE_STRING=\"autodock\ 4.2.6\" -DPACKAGE_BUGREPORT=\"autodock@scripps.edu\" -DPACKAGE_URL=\"\" -DPACKAGE=\"autodock\" -DVERSION=\"4.2.6\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE__BOOL=1 -DHAVE_STDBOOL_H=1 -DHAVE_STDLIB_H=1 -DHAVE_MALLOC=1 -DHAVE_GETHOSTNAME=1 -DHAVE_GETPID=1 -DHAVE_FCHMOD=1 -DHAVE_SETLINEBUF=1 -DHAVE_SYSCONF=1 -DHAVE_TIMES=1 -DHAVE_GETRUSAGE=1 -DHAVE_STRNCASECMP=1 -I. -DNOSQRT -DUSE_DOUBLE -DUSE_8A_NBCUTOFF -DUSE_INT_AS_FOURBYTELONG -O3 -fopenmp -O3 -Wall -Wno-write-strings -fopenmp -fopenmp -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -c -o autodock4_omp-setflags.o `test -f 'setflags.cc' || echo './'`setflags.cc g++ -DPACKAGE_NAME=\"autodock\" -DPACKAGE_TARNAME=\"autodock\" -DPACKAGE_VERSION=\"4.2.6\" -DPACKAGE_STRING=\"autodock\ 4.2.6\" -DPACKAGE_BUGREPORT=\"autodock@scripps.edu\" -DPACKAGE_URL=\"\" -DPACKAGE=\"autodock\" -DVERSION=\"4.2.6\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE__BOOL=1 -DHAVE_STDBOOL_H=1 -DHAVE_STDLIB_H=1 -DHAVE_MALLOC=1 -DHAVE_GETHOSTNAME=1 -DHAVE_GETPID=1 -DHAVE_FCHMOD=1 -DHAVE_SETLINEBUF=1 -DHAVE_SYSCONF=1 -DHAVE_TIMES=1 -DHAVE_GETRUSAGE=1 -DHAVE_STRNCASECMP=1 -I. -DNOSQRT -DUSE_DOUBLE -DUSE_8A_NBCUTOFF -DUSE_INT_AS_FOURBYTELONG -O3 -fopenmp -O3 -Wall -Wno-write-strings -fopenmp -fopenmp -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -c -o autodock4_omp-simanneal.o `test -f 'simanneal.cc' || echo './'`simanneal.cc ranlib.cc: In function 'ignpoi(double const&)': ranlib.cc:1157:11: warning: 'q' may be used uninitialized in this function [-Wmaybe-uninitialized] 1157 | q += p; | ~~^~~~ ranlib.cc:1136:5: warning: 'p0' may be used uninitialized in this function [-Wmaybe-uninitialized] 1136 | if(u <= p0) return ignpoi; | ^~ ranlib.cc:1156:14: warning: 'p' may be used uninitialized in this function [-Wmaybe-uninitialized] 1156 | p = p*mu/(Real)k; | ~^~~ ranlib.cc:1144:27: warning: 'm' may be used uninitialized in this function [-Wmaybe-uninitialized] 1144 | if(u > 0.458) j = IMIN(l,m); | ~~~~^~~~~ ranlib.cc:1116:8: warning: 'omega' may be used uninitialized in this function [-Wmaybe-uninitialized] 1116 | fy = omega*(((c3*xx+c2)*xx+c1)*xx+c0); | ~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ranlib.cc:1116:24: warning: 'c3' may be used uninitialized in this function [-Wmaybe-uninitialized] 1116 | fy = omega*(((c3*xx+c2)*xx+c1)*xx+c0); | ~~~~~~^~~~ ranlib.cc:1116:24: warning: 'c2' may be used uninitialized in this function [-Wmaybe-uninitialized] ranlib.cc:1116:31: warning: 'c1' may be used uninitialized in this function [-Wmaybe-uninitialized] 1116 | fy = omega*(((c3*xx+c2)*xx+c1)*xx+c0); | ~~~~~~~~~~~~~~^~~~ ranlib.cc:1116:38: warning: 'c0' may be used uninitialized in this function [-Wmaybe-uninitialized] 1116 | fy = omega*(((c3*xx+c2)*xx+c1)*xx+c0); | ~~~~~~~~~~~~~~~~~~~~~~^~~~ ranlib.cc:1085:9: warning: 'c' may be used uninitialized in this function [-Wmaybe-uninitialized] 1085 | if(c*fabs(u) > py*exp(px+e)-fy*exp(fx+e)) goto S50; | ~^~~~~~~~ ranlib.cc:1061:10: warning: 'u' may be used uninitialized in this function [-Wmaybe-uninitialized] 1061 | if(fy-u*fy <= py*exp(px-fx)) return ignpoi; | ~~^~~~~ ranlib.cc:1106:23: warning: 'fk' may be used uninitialized in this function [-Wmaybe-uninitialized] 1106 | px = fk*log(1.0+v)-difmuk-del; | ~~~~~~~~~~~~~^~~~~~~ ranlib.cc:1106:23: warning: 'difmuk' may be used uninitialized in this function [-Wmaybe-uninitialized] ranlib.cc:1094:13: warning: 'ignpoi' may be used uninitialized in this function [-Wmaybe-uninitialized] 1094 | py = pow(mu,(double)ignpoi)/ *(fact+ignpoi); | ~~~^~~~~~~~~~~~~~~~~~~ ranlib.cc:1017:7: warning: 's' may be used uninitialized in this function [-Wmaybe-uninitialized] 1017 | g = mu+s*snorm(); | ~~^~~~~~~~~~~~~~ ranlib.cc:1030:9: warning: 'd' may be used uninitialized in this function [-Wmaybe-uninitialized] 1030 | if(d*u >= difmuk*difmuk*difmuk) return ignpoi; | ~^~ ranlib.cc:1023:5: warning: 'l' may be used uninitialized in this function [-Wmaybe-uninitialized] 1023 | if(ignpoi >= l) return ignpoi; | ^~ In file included from /usr/include/string.h:519, from setflags.cc:33: In function 'strncpy', inlined from 'setflags(int, char const**, char const*)' at setflags.cc:293:20: /usr/include/bits/string_fortified.h:106:34: warning: '__strncpy_chk' specified bound depends on the length of the source argument [-Wstringop-overflow=] 106 | return __builtin___strncpy_chk (__dest, __src, __len, __bos (__dest)); | ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ setflags.cc: In function 'setflags(int, char const**, char const*)': setflags.cc:293:55: note: length computed here 293 | strncpy(logFileName, dock_param_fn, strlen(dock_param_fn)-4); | ~~~~~~^~~~~~~~~~~~~~~ g++ -DPACKAGE_NAME=\"autodock\" -DPACKAGE_TARNAME=\"autodock\" -DPACKAGE_VERSION=\"4.2.6\" -DPACKAGE_STRING=\"autodock\ 4.2.6\" -DPACKAGE_BUGREPORT=\"autodock@scripps.edu\" -DPACKAGE_URL=\"\" -DPACKAGE=\"autodock\" -DVERSION=\"4.2.6\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE__BOOL=1 -DHAVE_STDBOOL_H=1 -DHAVE_STDLIB_H=1 -DHAVE_MALLOC=1 -DHAVE_GETHOSTNAME=1 -DHAVE_GETPID=1 -DHAVE_FCHMOD=1 -DHAVE_SETLINEBUF=1 -DHAVE_SYSCONF=1 -DHAVE_TIMES=1 -DHAVE_GETRUSAGE=1 -DHAVE_STRNCASECMP=1 -I. -DNOSQRT -DUSE_DOUBLE -DUSE_8A_NBCUTOFF -DUSE_INT_AS_FOURBYTELONG -O3 -fopenmp -O3 -Wall -Wno-write-strings -fopenmp -fopenmp -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -c -o autodock4_omp-sort_enrg.o `test -f 'sort_enrg.cc' || echo './'`sort_enrg.cc g++ -DPACKAGE_NAME=\"autodock\" -DPACKAGE_TARNAME=\"autodock\" -DPACKAGE_VERSION=\"4.2.6\" -DPACKAGE_STRING=\"autodock\ 4.2.6\" -DPACKAGE_BUGREPORT=\"autodock@scripps.edu\" -DPACKAGE_URL=\"\" -DPACKAGE=\"autodock\" -DVERSION=\"4.2.6\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE__BOOL=1 -DHAVE_STDBOOL_H=1 -DHAVE_STDLIB_H=1 -DHAVE_MALLOC=1 -DHAVE_GETHOSTNAME=1 -DHAVE_GETPID=1 -DHAVE_FCHMOD=1 -DHAVE_SETLINEBUF=1 -DHAVE_SYSCONF=1 -DHAVE_TIMES=1 -DHAVE_GETRUSAGE=1 -DHAVE_STRNCASECMP=1 -I. -DNOSQRT -DUSE_DOUBLE -DUSE_8A_NBCUTOFF -DUSE_INT_AS_FOURBYTELONG -O3 -fopenmp -O3 -Wall -Wno-write-strings -fopenmp -fopenmp -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -c -o autodock4_omp-stack.o `test -f 'stack.cc' || echo './'`stack.cc g++ -DPACKAGE_NAME=\"autodock\" -DPACKAGE_TARNAME=\"autodock\" -DPACKAGE_VERSION=\"4.2.6\" -DPACKAGE_STRING=\"autodock\ 4.2.6\" -DPACKAGE_BUGREPORT=\"autodock@scripps.edu\" -DPACKAGE_URL=\"\" -DPACKAGE=\"autodock\" -DVERSION=\"4.2.6\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE__BOOL=1 -DHAVE_STDBOOL_H=1 -DHAVE_STDLIB_H=1 -DHAVE_MALLOC=1 -DHAVE_GETHOSTNAME=1 -DHAVE_GETPID=1 -DHAVE_FCHMOD=1 -DHAVE_SETLINEBUF=1 -DHAVE_SYSCONF=1 -DHAVE_TIMES=1 -DHAVE_GETRUSAGE=1 -DHAVE_STRNCASECMP=1 -I. -DNOSQRT -DUSE_DOUBLE -DUSE_8A_NBCUTOFF -DUSE_INT_AS_FOURBYTELONG -O3 -fopenmp -O3 -Wall -Wno-write-strings -fopenmp -fopenmp -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -c -o autodock4_omp-stop.o `test -f 'stop.cc' || echo './'`stop.cc g++ -DPACKAGE_NAME=\"autodock\" -DPACKAGE_TARNAME=\"autodock\" -DPACKAGE_VERSION=\"4.2.6\" -DPACKAGE_STRING=\"autodock\ 4.2.6\" -DPACKAGE_BUGREPORT=\"autodock@scripps.edu\" -DPACKAGE_URL=\"\" -DPACKAGE=\"autodock\" -DVERSION=\"4.2.6\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE__BOOL=1 -DHAVE_STDBOOL_H=1 -DHAVE_STDLIB_H=1 -DHAVE_MALLOC=1 -DHAVE_GETHOSTNAME=1 -DHAVE_GETPID=1 -DHAVE_FCHMOD=1 -DHAVE_SETLINEBUF=1 -DHAVE_SYSCONF=1 -DHAVE_TIMES=1 -DHAVE_GETRUSAGE=1 -DHAVE_STRNCASECMP=1 -I. -DNOSQRT -DUSE_DOUBLE -DUSE_8A_NBCUTOFF -DUSE_INT_AS_FOURBYTELONG -O3 -fopenmp -O3 -Wall -Wno-write-strings -fopenmp -fopenmp -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -c -o autodock4_omp-strindex.o `test -f 'strindex.cc' || echo './'`strindex.cc g++ -DPACKAGE_NAME=\"autodock\" -DPACKAGE_TARNAME=\"autodock\" -DPACKAGE_VERSION=\"4.2.6\" -DPACKAGE_STRING=\"autodock\ 4.2.6\" -DPACKAGE_BUGREPORT=\"autodock@scripps.edu\" -DPACKAGE_URL=\"\" -DPACKAGE=\"autodock\" -DVERSION=\"4.2.6\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE__BOOL=1 -DHAVE_STDBOOL_H=1 -DHAVE_STDLIB_H=1 -DHAVE_MALLOC=1 -DHAVE_GETHOSTNAME=1 -DHAVE_GETPID=1 -DHAVE_FCHMOD=1 -DHAVE_SETLINEBUF=1 -DHAVE_SYSCONF=1 -DHAVE_TIMES=1 -DHAVE_GETRUSAGE=1 -DHAVE_STRNCASECMP=1 -I. -DNOSQRT -DUSE_DOUBLE -DUSE_8A_NBCUTOFF -DUSE_INT_AS_FOURBYTELONG -O3 -fopenmp -O3 -Wall -Wno-write-strings -fopenmp -fopenmp -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -c -o autodock4_omp-success.o `test -f 'success.cc' || echo './'`success.cc g++ -DPACKAGE_NAME=\"autodock\" -DPACKAGE_TARNAME=\"autodock\" -DPACKAGE_VERSION=\"4.2.6\" -DPACKAGE_STRING=\"autodock\ 4.2.6\" -DPACKAGE_BUGREPORT=\"autodock@scripps.edu\" -DPACKAGE_URL=\"\" -DPACKAGE=\"autodock\" -DVERSION=\"4.2.6\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE__BOOL=1 -DHAVE_STDBOOL_H=1 -DHAVE_STDLIB_H=1 -DHAVE_MALLOC=1 -DHAVE_GETHOSTNAME=1 -DHAVE_GETPID=1 -DHAVE_FCHMOD=1 -DHAVE_SETLINEBUF=1 -DHAVE_SYSCONF=1 -DHAVE_TIMES=1 -DHAVE_GETRUSAGE=1 -DHAVE_STRNCASECMP=1 -I. -DNOSQRT -DUSE_DOUBLE -DUSE_8A_NBCUTOFF -DUSE_INT_AS_FOURBYTELONG -O3 -fopenmp -O3 -Wall -Wno-write-strings -fopenmp -fopenmp -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -c -o autodock4_omp-support.o `test -f 'support.cc' || echo './'`support.cc g++ -DPACKAGE_NAME=\"autodock\" -DPACKAGE_TARNAME=\"autodock\" -DPACKAGE_VERSION=\"4.2.6\" -DPACKAGE_STRING=\"autodock\ 4.2.6\" -DPACKAGE_BUGREPORT=\"autodock@scripps.edu\" -DPACKAGE_URL=\"\" -DPACKAGE=\"autodock\" -DVERSION=\"4.2.6\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE__BOOL=1 -DHAVE_STDBOOL_H=1 -DHAVE_STDLIB_H=1 -DHAVE_MALLOC=1 -DHAVE_GETHOSTNAME=1 -DHAVE_GETPID=1 -DHAVE_FCHMOD=1 -DHAVE_SETLINEBUF=1 -DHAVE_SYSCONF=1 -DHAVE_TIMES=1 -DHAVE_GETRUSAGE=1 -DHAVE_STRNCASECMP=1 -I. -DNOSQRT -DUSE_DOUBLE -DUSE_8A_NBCUTOFF -DUSE_INT_AS_FOURBYTELONG -O3 -fopenmp -O3 -Wall -Wno-write-strings -fopenmp -fopenmp -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -c -o autodock4_omp-swap.o `test -f 'swap.cc' || echo './'`swap.cc g++ -DPACKAGE_NAME=\"autodock\" -DPACKAGE_TARNAME=\"autodock\" -DPACKAGE_VERSION=\"4.2.6\" -DPACKAGE_STRING=\"autodock\ 4.2.6\" -DPACKAGE_BUGREPORT=\"autodock@scripps.edu\" -DPACKAGE_URL=\"\" -DPACKAGE=\"autodock\" -DVERSION=\"4.2.6\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE__BOOL=1 -DHAVE_STDBOOL_H=1 -DHAVE_STDLIB_H=1 -DHAVE_MALLOC=1 -DHAVE_GETHOSTNAME=1 -DHAVE_GETPID=1 -DHAVE_FCHMOD=1 -DHAVE_SETLINEBUF=1 -DHAVE_SYSCONF=1 -DHAVE_TIMES=1 -DHAVE_GETRUSAGE=1 -DHAVE_STRNCASECMP=1 -I. -DNOSQRT -DUSE_DOUBLE -DUSE_8A_NBCUTOFF -DUSE_INT_AS_FOURBYTELONG -O3 -fopenmp -O3 -Wall -Wno-write-strings -fopenmp -fopenmp -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -c -o autodock4_omp-threadlog.o `test -f 'threadlog.cc' || echo './'`threadlog.cc g++ -DPACKAGE_NAME=\"autodock\" -DPACKAGE_TARNAME=\"autodock\" -DPACKAGE_VERSION=\"4.2.6\" -DPACKAGE_STRING=\"autodock\ 4.2.6\" -DPACKAGE_BUGREPORT=\"autodock@scripps.edu\" -DPACKAGE_URL=\"\" -DPACKAGE=\"autodock\" -DVERSION=\"4.2.6\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE__BOOL=1 -DHAVE_STDBOOL_H=1 -DHAVE_STDLIB_H=1 -DHAVE_MALLOC=1 -DHAVE_GETHOSTNAME=1 -DHAVE_GETPID=1 -DHAVE_FCHMOD=1 -DHAVE_SETLINEBUF=1 -DHAVE_SYSCONF=1 -DHAVE_TIMES=1 -DHAVE_GETRUSAGE=1 -DHAVE_STRNCASECMP=1 -I. -DNOSQRT -DUSE_DOUBLE -DUSE_8A_NBCUTOFF -DUSE_INT_AS_FOURBYTELONG -O3 -fopenmp -O3 -Wall -Wno-write-strings -fopenmp -fopenmp -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -c -o autodock4_omp-timesys.o `test -f 'timesys.cc' || echo './'`timesys.cc g++ -DPACKAGE_NAME=\"autodock\" -DPACKAGE_TARNAME=\"autodock\" -DPACKAGE_VERSION=\"4.2.6\" -DPACKAGE_STRING=\"autodock\ 4.2.6\" -DPACKAGE_BUGREPORT=\"autodock@scripps.edu\" -DPACKAGE_URL=\"\" -DPACKAGE=\"autodock\" -DVERSION=\"4.2.6\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE__BOOL=1 -DHAVE_STDBOOL_H=1 -DHAVE_STDLIB_H=1 -DHAVE_MALLOC=1 -DHAVE_GETHOSTNAME=1 -DHAVE_GETPID=1 -DHAVE_FCHMOD=1 -DHAVE_SETLINEBUF=1 -DHAVE_SYSCONF=1 -DHAVE_TIMES=1 -DHAVE_GETRUSAGE=1 -DHAVE_STRNCASECMP=1 -I. -DNOSQRT -DUSE_DOUBLE -DUSE_8A_NBCUTOFF -DUSE_INT_AS_FOURBYTELONG -O3 -fopenmp -O3 -Wall -Wno-write-strings -fopenmp -fopenmp -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -c -o autodock4_omp-timesyshms.o `test -f 'timesyshms.cc' || echo './'`timesyshms.cc g++ -DPACKAGE_NAME=\"autodock\" -DPACKAGE_TARNAME=\"autodock\" -DPACKAGE_VERSION=\"4.2.6\" -DPACKAGE_STRING=\"autodock\ 4.2.6\" -DPACKAGE_BUGREPORT=\"autodock@scripps.edu\" -DPACKAGE_URL=\"\" -DPACKAGE=\"autodock\" -DVERSION=\"4.2.6\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE__BOOL=1 -DHAVE_STDBOOL_H=1 -DHAVE_STDLIB_H=1 -DHAVE_MALLOC=1 -DHAVE_GETHOSTNAME=1 -DHAVE_GETPID=1 -DHAVE_FCHMOD=1 -DHAVE_SETLINEBUF=1 -DHAVE_SYSCONF=1 -DHAVE_TIMES=1 -DHAVE_GETRUSAGE=1 -DHAVE_STRNCASECMP=1 -I. -DNOSQRT -DUSE_DOUBLE -DUSE_8A_NBCUTOFF -DUSE_INT_AS_FOURBYTELONG -O3 -fopenmp -O3 -Wall -Wno-write-strings -fopenmp -fopenmp -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -c -o autodock4_omp-torNorVec.o `test -f 'torNorVec.cc' || echo './'`torNorVec.cc g++ -DPACKAGE_NAME=\"autodock\" -DPACKAGE_TARNAME=\"autodock\" -DPACKAGE_VERSION=\"4.2.6\" -DPACKAGE_STRING=\"autodock\ 4.2.6\" -DPACKAGE_BUGREPORT=\"autodock@scripps.edu\" -DPACKAGE_URL=\"\" -DPACKAGE=\"autodock\" -DVERSION=\"4.2.6\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE__BOOL=1 -DHAVE_STDBOOL_H=1 -DHAVE_STDLIB_H=1 -DHAVE_MALLOC=1 -DHAVE_GETHOSTNAME=1 -DHAVE_GETPID=1 -DHAVE_FCHMOD=1 -DHAVE_SETLINEBUF=1 -DHAVE_SYSCONF=1 -DHAVE_TIMES=1 -DHAVE_GETRUSAGE=1 -DHAVE_STRNCASECMP=1 -I. -DNOSQRT -DUSE_DOUBLE -DUSE_8A_NBCUTOFF -DUSE_INT_AS_FOURBYTELONG -O3 -fopenmp -O3 -Wall -Wno-write-strings -fopenmp -fopenmp -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -c -o autodock4_omp-torsion.o `test -f 'torsion.cc' || echo './'`torsion.cc g++ -DPACKAGE_NAME=\"autodock\" -DPACKAGE_TARNAME=\"autodock\" -DPACKAGE_VERSION=\"4.2.6\" -DPACKAGE_STRING=\"autodock\ 4.2.6\" -DPACKAGE_BUGREPORT=\"autodock@scripps.edu\" -DPACKAGE_URL=\"\" -DPACKAGE=\"autodock\" -DVERSION=\"4.2.6\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE__BOOL=1 -DHAVE_STDBOOL_H=1 -DHAVE_STDLIB_H=1 -DHAVE_MALLOC=1 -DHAVE_GETHOSTNAME=1 -DHAVE_GETPID=1 -DHAVE_FCHMOD=1 -DHAVE_SETLINEBUF=1 -DHAVE_SYSCONF=1 -DHAVE_TIMES=1 -DHAVE_GETRUSAGE=1 -DHAVE_STRNCASECMP=1 -I. -DNOSQRT -DUSE_DOUBLE -DUSE_8A_NBCUTOFF -DUSE_INT_AS_FOURBYTELONG -O3 -fopenmp -O3 -Wall -Wno-write-strings -fopenmp -fopenmp -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -c -o autodock4_omp-trilinterp.o `test -f 'trilinterp.cc' || echo './'`trilinterp.cc g++ -DPACKAGE_NAME=\"autodock\" -DPACKAGE_TARNAME=\"autodock\" -DPACKAGE_VERSION=\"4.2.6\" -DPACKAGE_STRING=\"autodock\ 4.2.6\" -DPACKAGE_BUGREPORT=\"autodock@scripps.edu\" -DPACKAGE_URL=\"\" -DPACKAGE=\"autodock\" -DVERSION=\"4.2.6\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE__BOOL=1 -DHAVE_STDBOOL_H=1 -DHAVE_STDLIB_H=1 -DHAVE_MALLOC=1 -DHAVE_GETHOSTNAME=1 -DHAVE_GETPID=1 -DHAVE_FCHMOD=1 -DHAVE_SETLINEBUF=1 -DHAVE_SYSCONF=1 -DHAVE_TIMES=1 -DHAVE_GETRUSAGE=1 -DHAVE_STRNCASECMP=1 -I. -DNOSQRT -DUSE_DOUBLE -DUSE_8A_NBCUTOFF -DUSE_INT_AS_FOURBYTELONG -O3 -fopenmp -O3 -Wall -Wno-write-strings -fopenmp -fopenmp -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -c -o autodock4_omp-usage.o `test -f 'usage.cc' || echo './'`usage.cc g++ -DPACKAGE_NAME=\"autodock\" -DPACKAGE_TARNAME=\"autodock\" -DPACKAGE_VERSION=\"4.2.6\" -DPACKAGE_STRING=\"autodock\ 4.2.6\" -DPACKAGE_BUGREPORT=\"autodock@scripps.edu\" -DPACKAGE_URL=\"\" -DPACKAGE=\"autodock\" -DVERSION=\"4.2.6\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE__BOOL=1 -DHAVE_STDBOOL_H=1 -DHAVE_STDLIB_H=1 -DHAVE_MALLOC=1 -DHAVE_GETHOSTNAME=1 -DHAVE_GETPID=1 -DHAVE_FCHMOD=1 -DHAVE_SETLINEBUF=1 -DHAVE_SYSCONF=1 -DHAVE_TIMES=1 -DHAVE_GETRUSAGE=1 -DHAVE_STRNCASECMP=1 -I. -DNOSQRT -DUSE_DOUBLE -DUSE_8A_NBCUTOFF -DUSE_INT_AS_FOURBYTELONG -O3 -fopenmp -O3 -Wall -Wno-write-strings -fopenmp -fopenmp -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -c -o autodock4_omp-weedbonds.o `test -f 'weedbonds.cc' || echo './'`weedbonds.cc g++ -DPACKAGE_NAME=\"autodock\" -DPACKAGE_TARNAME=\"autodock\" -DPACKAGE_VERSION=\"4.2.6\" -DPACKAGE_STRING=\"autodock\ 4.2.6\" -DPACKAGE_BUGREPORT=\"autodock@scripps.edu\" -DPACKAGE_URL=\"\" -DPACKAGE=\"autodock\" -DVERSION=\"4.2.6\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE__BOOL=1 -DHAVE_STDBOOL_H=1 -DHAVE_STDLIB_H=1 -DHAVE_MALLOC=1 -DHAVE_GETHOSTNAME=1 -DHAVE_GETPID=1 -DHAVE_FCHMOD=1 -DHAVE_SETLINEBUF=1 -DHAVE_SYSCONF=1 -DHAVE_TIMES=1 -DHAVE_GETRUSAGE=1 -DHAVE_STRNCASECMP=1 -I. -DNOSQRT -DUSE_DOUBLE -DUSE_8A_NBCUTOFF -DUSE_INT_AS_FOURBYTELONG -O3 -fopenmp -O3 -Wall -Wno-write-strings -fopenmp -fopenmp -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -c -o autodock4_omp-warn_bad_file.o `test -f 'warn_bad_file.cc' || echo './'`warn_bad_file.cc g++ -DPACKAGE_NAME=\"autodock\" -DPACKAGE_TARNAME=\"autodock\" -DPACKAGE_VERSION=\"4.2.6\" -DPACKAGE_STRING=\"autodock\ 4.2.6\" -DPACKAGE_BUGREPORT=\"autodock@scripps.edu\" -DPACKAGE_URL=\"\" -DPACKAGE=\"autodock\" -DVERSION=\"4.2.6\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE__BOOL=1 -DHAVE_STDBOOL_H=1 -DHAVE_STDLIB_H=1 -DHAVE_MALLOC=1 -DHAVE_GETHOSTNAME=1 -DHAVE_GETPID=1 -DHAVE_FCHMOD=1 -DHAVE_SETLINEBUF=1 -DHAVE_SYSCONF=1 -DHAVE_TIMES=1 -DHAVE_GETRUSAGE=1 -DHAVE_STRNCASECMP=1 -I. -DNOSQRT -DUSE_DOUBLE -DUSE_8A_NBCUTOFF -DUSE_INT_AS_FOURBYTELONG -O3 -fopenmp -O3 -Wall -Wno-write-strings -fopenmp -fopenmp -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -c -o autodock4_omp-coliny.o `test -f 'coliny.cc' || echo './'`coliny.cc g++ -DPACKAGE_NAME=\"autodock\" -DPACKAGE_TARNAME=\"autodock\" -DPACKAGE_VERSION=\"4.2.6\" -DPACKAGE_STRING=\"autodock\ 4.2.6\" -DPACKAGE_BUGREPORT=\"autodock@scripps.edu\" -DPACKAGE_URL=\"\" -DPACKAGE=\"autodock\" -DVERSION=\"4.2.6\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE__BOOL=1 -DHAVE_STDBOOL_H=1 -DHAVE_STDLIB_H=1 -DHAVE_MALLOC=1 -DHAVE_GETHOSTNAME=1 -DHAVE_GETPID=1 -DHAVE_FCHMOD=1 -DHAVE_SETLINEBUF=1 -DHAVE_SYSCONF=1 -DHAVE_TIMES=1 -DHAVE_GETRUSAGE=1 -DHAVE_STRNCASECMP=1 -I. -DNOSQRT -DUSE_DOUBLE -DUSE_8A_NBCUTOFF -DUSE_INT_AS_FOURBYTELONG -O3 -fopenmp -O3 -Wall -Wno-write-strings -fopenmp -fopenmp -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -c -o autodock4_omp-eintcal.o `test -f 'eintcal.cc' || echo './'`eintcal.cc trilinterp.cc: In function 'Real trilinterp(int, int, const Real (*)[3], const Real*, const Real*, const int*, MapType*, const GridMapSetInfo*, const int*, EnergyComponent*, EnergyComponent*, EnergyComponent*)': trilinterp.cc:98:22: warning: variable 'u1' set but not used [-Wunused-but-set-variable] 98 | register int u1, v1, w1; | ^~ trilinterp.cc:98:27: warning: variable 'v1' set but not used [-Wunused-but-set-variable] 98 | register int u1, v1, w1; | ^~ trilinterp.cc:98:32: warning: variable 'w1' set but not used [-Wunused-but-set-variable] 98 | register int u1, v1, w1; | ^~ g++ -DPACKAGE_NAME=\"autodock\" -DPACKAGE_TARNAME=\"autodock\" -DPACKAGE_VERSION=\"4.2.6\" -DPACKAGE_STRING=\"autodock\ 4.2.6\" -DPACKAGE_BUGREPORT=\"autodock@scripps.edu\" -DPACKAGE_URL=\"\" -DPACKAGE=\"autodock\" -DVERSION=\"4.2.6\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE__BOOL=1 -DHAVE_STDBOOL_H=1 -DHAVE_STDLIB_H=1 -DHAVE_MALLOC=1 -DHAVE_GETHOSTNAME=1 -DHAVE_GETPID=1 -DHAVE_FCHMOD=1 -DHAVE_SETLINEBUF=1 -DHAVE_SYSCONF=1 -DHAVE_TIMES=1 -DHAVE_GETRUSAGE=1 -DHAVE_STRNCASECMP=1 -I. -DNOSQRT -DUSE_DOUBLE -DUSE_8A_NBCUTOFF -DUSE_INT_AS_FOURBYTELONG -O3 -fopenmp -O3 -Wall -Wno-write-strings -fopenmp -fopenmp -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -c -o autodock4_omp-eintcalPrint.o `test -f 'eintcalPrint.cc' || echo './'`eintcalPrint.cc g++ -DPACKAGE_NAME=\"autodock\" -DPACKAGE_TARNAME=\"autodock\" -DPACKAGE_VERSION=\"4.2.6\" -DPACKAGE_STRING=\"autodock\ 4.2.6\" -DPACKAGE_BUGREPORT=\"autodock@scripps.edu\" -DPACKAGE_URL=\"\" -DPACKAGE=\"autodock\" -DVERSION=\"4.2.6\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE__BOOL=1 -DHAVE_STDBOOL_H=1 -DHAVE_STDLIB_H=1 -DHAVE_MALLOC=1 -DHAVE_GETHOSTNAME=1 -DHAVE_GETPID=1 -DHAVE_FCHMOD=1 -DHAVE_SETLINEBUF=1 -DHAVE_SYSCONF=1 -DHAVE_TIMES=1 -DHAVE_GETRUSAGE=1 -DHAVE_STRNCASECMP=1 -I. -DNOSQRT -DUSE_DOUBLE -DUSE_8A_NBCUTOFF -DUSE_INT_AS_FOURBYTELONG -O3 -fopenmp -O3 -Wall -Wno-write-strings -fopenmp -fopenmp -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -c -o autodock4_omp-intnbtable.o `test -f 'intnbtable.cc' || echo './'`intnbtable.cc g++ -DPACKAGE_NAME=\"autodock\" -DPACKAGE_TARNAME=\"autodock\" -DPACKAGE_VERSION=\"4.2.6\" -DPACKAGE_STRING=\"autodock\ 4.2.6\" -DPACKAGE_BUGREPORT=\"autodock@scripps.edu\" -DPACKAGE_URL=\"\" -DPACKAGE=\"autodock\" -DVERSION=\"4.2.6\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE__BOOL=1 -DHAVE_STDBOOL_H=1 -DHAVE_STDLIB_H=1 -DHAVE_MALLOC=1 -DHAVE_GETHOSTNAME=1 -DHAVE_GETPID=1 -DHAVE_FCHMOD=1 -DHAVE_SETLINEBUF=1 -DHAVE_SYSCONF=1 -DHAVE_TIMES=1 -DHAVE_GETRUSAGE=1 -DHAVE_STRNCASECMP=1 -I. -DNOSQRT -DUSE_DOUBLE -DUSE_8A_NBCUTOFF -DUSE_INT_AS_FOURBYTELONG -O3 -fopenmp -O3 -Wall -Wno-write-strings -fopenmp -fopenmp -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -c -o autodock4_omp-nbe.o `test -f 'nbe.cc' || echo './'`nbe.cc g++ -O3 -Wall -Wno-write-strings -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -o autodock4 autodock4-main.o autodock4-alea.o autodock4-analysis.o autodock4-atom_parameter_manager.o autodock4-banner.o autodock4-bestpdb.o autodock4-calculateEnergies.o autodock4-call_glss.o autodock4-call_ls.o autodock4-center_ligand.o autodock4-changeState.o autodock4-check_header_float.o autodock4-check_header_int.o autodock4-check_header_line.o autodock4-cluster_analysis.o autodock4-clmode.o autodock4-cnv_state_to_coords.o autodock4-com.o autodock4-conformation_sampler.o autodock4-dimLibrary.o autodock4-distdepdiel.o autodock4-stateLibrary.o autodock4-readfield.o autodock4-readmap.o autodock4-readPDBQT.o autodock4-read_parameter_library.o autodock4-eval.o autodock4-gencau.o autodock4-getrms.o autodock4-get_atom_type.o autodock4-getInitialState.o autodock4-getpdbcrds.o autodock4-gs.o autodock4-initautodock.o autodock4-input_state.o autodock4-investigate.o autodock4-linpack.o autodock4-ls.o autodock4-mapping.o autodock4-mingw_getrusage.o autodock4-minmeanmax.o autodock4-mkNewState.o autodock4-mkTorTree.o autodock4-mkRandomState.o autodock4-nonbonds.o autodock4-openfile.o autodock4-output_state.o autodock4-parse_dpf_line.o autodock4-parse_param_line.o autodock4-parse_PDBQT_line.o autodock4-parse_trj_line.o autodock4-parsetypes.o autodock4-print_2x.o autodock4-print_atomic_energies.o autodock4-print_avsfld.o autodock4-writePDBQT.o autodock4-print_rem.o autodock4-printdate.o autodock4-printEnergies.o autodock4-printhms.o autodock4-prClusterHist.o autodock4-prInitialState.o autodock4-prTorConList.o autodock4-pso.o autodock4-qmultiply.o autodock4-qtransform.o autodock4-quicksort.o autodock4-ranlib.o autodock4-rep.o autodock4-scauchy.o autodock4-setflags.o autodock4-simanneal.o autodock4-sort_enrg.o autodock4-stack.o autodock4-stop.o autodock4-strindex.o autodock4-success.o autodock4-support.o autodock4-swap.o autodock4-threadlog.o autodock4-timesys.o autodock4-timesyshms.o autodock4-torNorVec.o autodock4-torsion.o autodock4-trilinterp.o autodock4-usage.o autodock4-weedbonds.o autodock4-warn_bad_file.o autodock4-coliny.o autodock4-eintcal.o autodock4-eintcalPrint.o autodock4-intnbtable.o autodock4-nbe.o -lm g++ -O3 -Wall -Wno-write-strings -fopenmp -fopenmp -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -fopenmp -fopenmp -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -o autodock4.omp autodock4_omp-main.o autodock4_omp-alea.o autodock4_omp-analysis.o autodock4_omp-atom_parameter_manager.o autodock4_omp-banner.o autodock4_omp-bestpdb.o autodock4_omp-calculateEnergies.o autodock4_omp-call_glss.o autodock4_omp-call_ls.o autodock4_omp-center_ligand.o autodock4_omp-changeState.o autodock4_omp-check_header_float.o autodock4_omp-check_header_int.o autodock4_omp-check_header_line.o autodock4_omp-cluster_analysis.o autodock4_omp-clmode.o autodock4_omp-cnv_state_to_coords.o autodock4_omp-com.o autodock4_omp-conformation_sampler.o autodock4_omp-dimLibrary.o autodock4_omp-distdepdiel.o autodock4_omp-stateLibrary.o autodock4_omp-readfield.o autodock4_omp-readmap.o autodock4_omp-readPDBQT.o autodock4_omp-read_parameter_library.o autodock4_omp-eval.o autodock4_omp-gencau.o autodock4_omp-getrms.o autodock4_omp-get_atom_type.o autodock4_omp-getInitialState.o autodock4_omp-getpdbcrds.o autodock4_omp-gs.o autodock4_omp-initautodock.o autodock4_omp-input_state.o autodock4_omp-investigate.o autodock4_omp-linpack.o autodock4_omp-ls.o autodock4_omp-mapping.o autodock4_omp-mingw_getrusage.o autodock4_omp-minmeanmax.o autodock4_omp-mkNewState.o autodock4_omp-mkTorTree.o autodock4_omp-mkRandomState.o autodock4_omp-nonbonds.o autodock4_omp-openfile.o autodock4_omp-output_state.o autodock4_omp-parse_dpf_line.o autodock4_omp-parse_param_line.o autodock4_omp-parse_PDBQT_line.o autodock4_omp-parse_trj_line.o autodock4_omp-parsetypes.o autodock4_omp-print_2x.o autodock4_omp-print_atomic_energies.o autodock4_omp-print_avsfld.o autodock4_omp-writePDBQT.o autodock4_omp-print_rem.o autodock4_omp-printdate.o autodock4_omp-printEnergies.o autodock4_omp-printhms.o autodock4_omp-prClusterHist.o autodock4_omp-prInitialState.o autodock4_omp-prTorConList.o autodock4_omp-pso.o autodock4_omp-qmultiply.o autodock4_omp-qtransform.o autodock4_omp-quicksort.o autodock4_omp-ranlib.o autodock4_omp-rep.o autodock4_omp-scauchy.o autodock4_omp-setflags.o autodock4_omp-simanneal.o autodock4_omp-sort_enrg.o autodock4_omp-stack.o autodock4_omp-stop.o autodock4_omp-strindex.o autodock4_omp-success.o autodock4_omp-support.o autodock4_omp-swap.o autodock4_omp-threadlog.o autodock4_omp-timesys.o autodock4_omp-timesyshms.o autodock4_omp-torNorVec.o autodock4_omp-torsion.o autodock4_omp-trilinterp.o autodock4_omp-usage.o autodock4_omp-weedbonds.o autodock4_omp-warn_bad_file.o autodock4_omp-coliny.o autodock4_omp-eintcal.o autodock4_omp-eintcalPrint.o autodock4_omp-intnbtable.o autodock4_omp-nbe.o -lm In function 'strncpy', inlined from 'setflags' at setflags.cc:293:20, inlined from 'main' at main.cc:645:14: /usr/include/bits/string_fortified.h:106:34: warning: '__builtin___strncpy_chk' specified bound depends on the length of the source argument [-Wstringop-overflow=] 106 | return __builtin___strncpy_chk (__dest, __src, __len, __bos (__dest)); | ^ main.cc: In function 'main': setflags.cc:293:55: note: length computed here 293 | strncpy(logFileName, dock_param_fn, strlen(dock_param_fn)-4); | ^ In function 'strncpy', inlined from 'setflags' at setflags.cc:293:20, inlined from 'main' at main.cc:645:14: /usr/include/bits/string_fortified.h:106:34: warning: '__builtin___strncpy_chk' specified bound depends on the length of the source argument [-Wstringop-overflow=] 106 | return __builtin___strncpy_chk (__dest, __src, __len, __bos (__dest)); | ^ main.cc: In function 'main': setflags.cc:293:55: note: length computed here 293 | strncpy(logFileName, dock_param_fn, strlen(dock_param_fn)-4); | ^ /usr/bin/ld: /tmp/autodock4.omp.xLgCSL.ltrans3.ltrans.o: in function `.L0 ': /builddir/build/BUILD/src/autodock/threadlog.cc:48: warning: the use of `tempnam' is dangerous, better use `mkstemp' make[1]: Leaving directory '/builddir/build/BUILD/src/autodock' + popd ~/build/BUILD/src + pushd /builddir/build/BUILD/src/autogrid ~/build/BUILD/src/autogrid ~/build/BUILD/src + CFLAGS='-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection' + export CFLAGS + CXXFLAGS='-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection' + export CXXFLAGS + FFLAGS='-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -I/usr/lib64/gfortran/modules' + export FFLAGS + FCFLAGS='-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -I/usr/lib64/gfortran/modules' + export FCFLAGS + LDFLAGS='-Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld' + export LDFLAGS + LT_SYS_LIBRARY_PATH=/usr/lib64: + export LT_SYS_LIBRARY_PATH + CC=gcc + export CC + CXX=g++ + export CXX + '[' '-flto=auto -ffat-lto-objectsx' '!=' x ']' ++ find . -type f -name configure -print + for file in $(find . -type f -name configure -print) + /usr/bin/sed -r --in-place=.backup 's/^char \(\*f\) \(\) = /__attribute__ ((used)) char (*f) () = /g' ./configure + diff -u ./configure.backup ./configure + mv ./configure.backup ./configure + /usr/bin/sed -r --in-place=.backup 's/^char \(\*f\) \(\);/__attribute__ ((used)) char (*f) ();/g' ./configure + diff -u ./configure.backup ./configure + mv ./configure.backup ./configure + /usr/bin/sed -r --in-place=.backup 's/^char \$2 \(\);/__attribute__ ((used)) char \$2 ();/g' ./configure + diff -u ./configure.backup ./configure --- ./configure.backup 2014-07-18 21:59:01.000000000 -0400 +++ ./configure 2020-08-15 01:25:00.003031879 -0400 @@ -1868,7 +1868,7 @@ #ifdef __cplusplus extern "C" #endif -char $2 (); +__attribute__ ((used)) char $2 (); /* The GNU C library defines this for functions which it implements to always fail with ENOSYS. Some functions are actually named something starting with __ and the normal name is an alias. */ + /usr/bin/sed --in-place=.backup '1{$!N;$!N};$!N;s/int x = 1;\nint y = 0;\nint z;\nint nan;/volatile int x = 1; volatile int y = 0; volatile int z, nan;/;P;D' ./configure + diff -u ./configure.backup ./configure + mv ./configure.backup ./configure + /usr/bin/sed --in-place=.backup 's#^lt_cv_sys_global_symbol_to_cdecl=.*#lt_cv_sys_global_symbol_to_cdecl="sed -n -e '\''s/^T .* \\(.*\\)$/extern int \\1();/p'\'' -e '\''s/^$symcode* .* \\(.*\\)$/extern char \\1;/p'\''"#' ./configure + diff -u ./configure.backup ./configure + mv ./configure.backup ./configure + '[' 1 = 1 ']' +++ dirname ./configure ++ find . -name config.guess -o -name config.sub + for i in $(find $(dirname ./configure) -name config.guess -o -name config.sub) ++ basename ./config.sub + '[' -f /usr/lib/rpm/redhat/config.sub ']' + /usr/bin/rm -f ./config.sub ++ basename ./config.sub + /usr/bin/cp -fv /usr/lib/rpm/redhat/config.sub ./config.sub '/usr/lib/rpm/redhat/config.sub' -> './config.sub' + for i in $(find $(dirname ./configure) -name config.guess -o -name config.sub) ++ basename ./config.guess + '[' -f /usr/lib/rpm/redhat/config.guess ']' + /usr/bin/rm -f ./config.guess ++ basename ./config.guess + /usr/bin/cp -fv /usr/lib/rpm/redhat/config.guess ./config.guess '/usr/lib/rpm/redhat/config.guess' -> './config.guess' + '[' 1 = 1 ']' + '[' x '!=' 'x-Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld' ']' ++ find . -name ltmain.sh + ./configure --build=riscv64-redhat-linux-gnu --host=riscv64-redhat-linux-gnu --program-prefix= --disable-dependency-tracking --prefix=/usr --exec-prefix=/usr --bindir=/usr/bin --sbindir=/usr/sbin --sysconfdir=/etc --datadir=/usr/share --includedir=/usr/include --libdir=/usr/lib64 --libexecdir=/usr/libexec --localstatedir=/var --sharedstatedir=/var/lib --mandir=/usr/share/man --infodir=/usr/share/info checking for a BSD-compatible install... /usr/bin/install -c checking whether build environment is sane... yes checking for a thread-safe mkdir -p... /usr/bin/mkdir -p checking for gawk... gawk checking whether make sets $(MAKE)... yes 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++... none checking build system type... riscv64-redhat-linux-gnu checking host system type... riscv64-redhat-linux-gnu checking for riscv64-redhat-linux-gnu-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 dependency style of gcc... none checking for sqrt in -lm... yes checking how to run the C preprocessor... gcc -E checking for grep that handles long lines and -e... /usr/bin/grep checking for egrep... /usr/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 for stdbool.h that conforms to C99... yes checking for _Bool... yes checking for an ANSI C-conforming const... yes checking whether struct tm is in sys/time.h or time.h... time.h checking for stdlib.h... (cached) yes checking for GNU libc compatible malloc... yes checking for gethostname... yes checking for getpid... yes checking for GetProcessId... no checking for fchmod... yes checking for setlinebuf... yes checking for sysconf... yes checking for times... yes checking for getrusage... yes checking for pow... yes checking for sqrt... yes checking for strncasecmp... yes checking that generated files are newer than configure... done configure: creating ./config.status config.status: creating Makefile config.status: executing depfiles commands + make V=1 -j4 rm -f default_parameters.h csh ./../autodock/paramdat2h.csh ./../autodock/AD4_parameters.dat ./../autodock/AD4.1_bound.dat > default_parameters.h sh ./copyfilesfromAD make all-am make[1]: Entering directory '/builddir/build/BUILD/src/autogrid' g++ -DPACKAGE_NAME=\"autogrid\" -DPACKAGE_TARNAME=\"autogrid\" -DPACKAGE_VERSION=\"4.2.6\" -DPACKAGE_STRING=\"autogrid\ 4.2.6\" -DPACKAGE_BUGREPORT=\"autodock@scripps.edu\" -DPACKAGE_URL=\"\" -DPACKAGE=\"autogrid\" -DVERSION=\"4.2.6\" -DHAVE_LIBM=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE__BOOL=1 -DHAVE_STDBOOL_H=1 -DHAVE_STDLIB_H=1 -DHAVE_MALLOC=1 -DHAVE_GETHOSTNAME=1 -DHAVE_GETPID=1 -DHAVE_FCHMOD=1 -DHAVE_SETLINEBUF=1 -DHAVE_SYSCONF=1 -DHAVE_TIMES=1 -DHAVE_GETRUSAGE=1 -DHAVE_POW=1 -DHAVE_SQRT=1 -DHAVE_STRNCASECMP=1 -I. -Wall -O3 -I . -I./../autodock -Wno-write-strings -DUSE_8A_NBCUTOFF -DUSE_DOUBLE -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -c -o autogrid4-main.o `test -f 'main.cpp' || echo './'`main.cpp g++ -DPACKAGE_NAME=\"autogrid\" -DPACKAGE_TARNAME=\"autogrid\" -DPACKAGE_VERSION=\"4.2.6\" -DPACKAGE_STRING=\"autogrid\ 4.2.6\" -DPACKAGE_BUGREPORT=\"autodock@scripps.edu\" -DPACKAGE_URL=\"\" -DPACKAGE=\"autogrid\" -DVERSION=\"4.2.6\" -DHAVE_LIBM=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE__BOOL=1 -DHAVE_STDBOOL_H=1 -DHAVE_STDLIB_H=1 -DHAVE_MALLOC=1 -DHAVE_GETHOSTNAME=1 -DHAVE_GETPID=1 -DHAVE_FCHMOD=1 -DHAVE_SETLINEBUF=1 -DHAVE_SYSCONF=1 -DHAVE_TIMES=1 -DHAVE_GETRUSAGE=1 -DHAVE_POW=1 -DHAVE_SQRT=1 -DHAVE_STRNCASECMP=1 -I. -Wall -O3 -I . -I./../autodock -Wno-write-strings -DUSE_8A_NBCUTOFF -DUSE_DOUBLE -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -c -o autogrid4-check_size.o `test -f 'check_size.cpp' || echo './'`check_size.cpp g++ -DPACKAGE_NAME=\"autogrid\" -DPACKAGE_TARNAME=\"autogrid\" -DPACKAGE_VERSION=\"4.2.6\" -DPACKAGE_STRING=\"autogrid\ 4.2.6\" -DPACKAGE_BUGREPORT=\"autodock@scripps.edu\" -DPACKAGE_URL=\"\" -DPACKAGE=\"autogrid\" -DVERSION=\"4.2.6\" -DHAVE_LIBM=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE__BOOL=1 -DHAVE_STDBOOL_H=1 -DHAVE_STDLIB_H=1 -DHAVE_MALLOC=1 -DHAVE_GETHOSTNAME=1 -DHAVE_GETPID=1 -DHAVE_FCHMOD=1 -DHAVE_SETLINEBUF=1 -DHAVE_SYSCONF=1 -DHAVE_TIMES=1 -DHAVE_GETRUSAGE=1 -DHAVE_POW=1 -DHAVE_SQRT=1 -DHAVE_STRNCASECMP=1 -I. -Wall -O3 -I . -I./../autodock -Wno-write-strings -DUSE_8A_NBCUTOFF -DUSE_DOUBLE -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -c -o autogrid4-setflags.o `test -f 'setflags.cpp' || echo './'`setflags.cpp g++ -DPACKAGE_NAME=\"autogrid\" -DPACKAGE_TARNAME=\"autogrid\" -DPACKAGE_VERSION=\"4.2.6\" -DPACKAGE_STRING=\"autogrid\ 4.2.6\" -DPACKAGE_BUGREPORT=\"autodock@scripps.edu\" -DPACKAGE_URL=\"\" -DPACKAGE=\"autogrid\" -DVERSION=\"4.2.6\" -DHAVE_LIBM=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE__BOOL=1 -DHAVE_STDBOOL_H=1 -DHAVE_STDLIB_H=1 -DHAVE_MALLOC=1 -DHAVE_GETHOSTNAME=1 -DHAVE_GETPID=1 -DHAVE_FCHMOD=1 -DHAVE_SETLINEBUF=1 -DHAVE_SYSCONF=1 -DHAVE_TIMES=1 -DHAVE_GETRUSAGE=1 -DHAVE_POW=1 -DHAVE_SQRT=1 -DHAVE_STRNCASECMP=1 -I. -Wall -O3 -I . -I./../autodock -Wno-write-strings -DUSE_8A_NBCUTOFF -DUSE_DOUBLE -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -c -o autogrid4-timesys.o `test -f 'timesys.cpp' || echo './'`timesys.cpp g++ -DPACKAGE_NAME=\"autogrid\" -DPACKAGE_TARNAME=\"autogrid\" -DPACKAGE_VERSION=\"4.2.6\" -DPACKAGE_STRING=\"autogrid\ 4.2.6\" -DPACKAGE_BUGREPORT=\"autodock@scripps.edu\" -DPACKAGE_URL=\"\" -DPACKAGE=\"autogrid\" -DVERSION=\"4.2.6\" -DHAVE_LIBM=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE__BOOL=1 -DHAVE_STDBOOL_H=1 -DHAVE_STDLIB_H=1 -DHAVE_MALLOC=1 -DHAVE_GETHOSTNAME=1 -DHAVE_GETPID=1 -DHAVE_FCHMOD=1 -DHAVE_SETLINEBUF=1 -DHAVE_SYSCONF=1 -DHAVE_TIMES=1 -DHAVE_GETRUSAGE=1 -DHAVE_POW=1 -DHAVE_SQRT=1 -DHAVE_STRNCASECMP=1 -I. -Wall -O3 -I . -I./../autodock -Wno-write-strings -DUSE_8A_NBCUTOFF -DUSE_DOUBLE -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -c -o autogrid4-timesyshms.o `test -f 'timesyshms.cpp' || echo './'`timesyshms.cpp main.cpp: In function 'int main(int, char**)': main.cpp:214:5: warning: variable 'parameter_library_found' set but not used [-Wunused-but-set-variable] 214 | int parameter_library_found = 0; | ^~~~~~~~~~~~~~~~~~~~~~~ main.cpp:263:8: warning: variable 'maptypeptr' set but not used [-Wunused-but-set-variable] 263 | char * maptypeptr; /*ptr for current map->type*/ | ^~~~~~~~~~ main.cpp:301:44: warning: variable 'nitrogen' set but not used [-Wunused-but-set-variable] 301 | int hydrogen, carbon, arom_carbon, oxygen, nitrogen; | ^~~~~~~~ main.cpp:302:21: warning: variable 'nonHB_nitrogen' set but not used [-Wunused-but-set-variable] 302 | int nonHB_hydrogen, nonHB_nitrogen, sulphur, nonHB_sulphur; | ^~~~~~~~~~~~~~ main.cpp:302:46: warning: variable 'nonHB_sulphur' set but not used [-Wunused-but-set-variable] 302 | int nonHB_hydrogen, nonHB_nitrogen, sulphur, nonHB_sulphur; | ^~~~~~~~~~~~~ main.cpp:305:5: warning: variable 'chlorine' set but not used [-Wunused-but-set-variable] 305 | int chlorine, bromine, fluorine, iodine; | ^~~~~~~~ main.cpp:305:15: warning: variable 'bromine' set but not used [-Wunused-but-set-variable] 305 | int chlorine, bromine, fluorine, iodine; | ^~~~~~~ main.cpp:305:24: warning: variable 'fluorine' set but not used [-Wunused-but-set-variable] 305 | int chlorine, bromine, fluorine, iodine; | ^~~~~~~~ main.cpp:305:34: warning: variable 'iodine' set but not used [-Wunused-but-set-variable] 305 | int chlorine, bromine, fluorine, iodine; | ^~~~~~ main.cpp:307:5: warning: variable 'map_hydrogen' set but not used [-Wunused-but-set-variable] 307 | int map_hydrogen, map_carbon, map_arom_carbon, map_oxygen, map_nitrogen; | ^~~~~~~~~~~~ main.cpp:307:19: warning: variable 'map_carbon' set but not used [-Wunused-but-set-variable] 307 | int map_hydrogen, map_carbon, map_arom_carbon, map_oxygen, map_nitrogen; | ^~~~~~~~~~ main.cpp:307:31: warning: variable 'map_arom_carbon' set but not used [-Wunused-but-set-variable] 307 | int map_hydrogen, map_carbon, map_arom_carbon, map_oxygen, map_nitrogen; | ^~~~~~~~~~~~~~~ main.cpp:307:48: warning: variable 'map_oxygen' set but not used [-Wunused-but-set-variable] 307 | int map_hydrogen, map_carbon, map_arom_carbon, map_oxygen, map_nitrogen; | ^~~~~~~~~~ main.cpp:307:60: warning: variable 'map_nitrogen' set but not used [-Wunused-but-set-variable] 307 | int map_hydrogen, map_carbon, map_arom_carbon, map_oxygen, map_nitrogen; | ^~~~~~~~~~~~ main.cpp:308:5: warning: variable 'map_nonHB_hydrogen' set but not used [-Wunused-but-set-variable] 308 | int map_nonHB_hydrogen, map_nonHB_nitrogen, map_sulphur, map_nonHB_sulphur; | ^~~~~~~~~~~~~~~~~~ main.cpp:308:25: warning: variable 'map_nonHB_nitrogen' set but not used [-Wunused-but-set-variable] 308 | int map_nonHB_hydrogen, map_nonHB_nitrogen, map_sulphur, map_nonHB_sulphur; | ^~~~~~~~~~~~~~~~~~ main.cpp:308:45: warning: variable 'map_sulphur' set but not used [-Wunused-but-set-variable] 308 | int map_nonHB_hydrogen, map_nonHB_nitrogen, map_sulphur, map_nonHB_sulphur; | ^~~~~~~~~~~ main.cpp:308:58: warning: variable 'map_nonHB_sulphur' set but not used [-Wunused-but-set-variable] 308 | int map_nonHB_hydrogen, map_nonHB_nitrogen, map_sulphur, map_nonHB_sulphur; | ^~~~~~~~~~~~~~~~~ main.cpp:309:5: warning: variable 'map_chlorine' set but not used [-Wunused-but-set-variable] 309 | int map_chlorine, map_bromine, map_fluorine, map_iodine; | ^~~~~~~~~~~~ main.cpp:309:19: warning: variable 'map_bromine' set but not used [-Wunused-but-set-variable] 309 | int map_chlorine, map_bromine, map_fluorine, map_iodine; | ^~~~~~~~~~~ main.cpp:309:32: warning: variable 'map_fluorine' set but not used [-Wunused-but-set-variable] 309 | int map_chlorine, map_bromine, map_fluorine, map_iodine; | ^~~~~~~~~~~~ main.cpp:309:46: warning: variable 'map_iodine' set but not used [-Wunused-but-set-variable] 309 | int map_chlorine, map_bromine, map_fluorine, map_iodine; | ^~~~~~~~~~ g++ -DPACKAGE_NAME=\"autogrid\" -DPACKAGE_TARNAME=\"autogrid\" -DPACKAGE_VERSION=\"4.2.6\" -DPACKAGE_STRING=\"autogrid\ 4.2.6\" -DPACKAGE_BUGREPORT=\"autodock@scripps.edu\" -DPACKAGE_URL=\"\" -DPACKAGE=\"autogrid\" -DVERSION=\"4.2.6\" -DHAVE_LIBM=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE__BOOL=1 -DHAVE_STDBOOL_H=1 -DHAVE_STDLIB_H=1 -DHAVE_MALLOC=1 -DHAVE_GETHOSTNAME=1 -DHAVE_GETPID=1 -DHAVE_FCHMOD=1 -DHAVE_SETLINEBUF=1 -DHAVE_SYSCONF=1 -DHAVE_TIMES=1 -DHAVE_GETRUSAGE=1 -DHAVE_POW=1 -DHAVE_SQRT=1 -DHAVE_STRNCASECMP=1 -I. -Wall -O3 -I . -I./../autodock -Wno-write-strings -DUSE_8A_NBCUTOFF -DUSE_DOUBLE -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -c -o autogrid4-printhms.o `test -f 'printhms.cpp' || echo './'`printhms.cpp g++ -DPACKAGE_NAME=\"autogrid\" -DPACKAGE_TARNAME=\"autogrid\" -DPACKAGE_VERSION=\"4.2.6\" -DPACKAGE_STRING=\"autogrid\ 4.2.6\" -DPACKAGE_BUGREPORT=\"autodock@scripps.edu\" -DPACKAGE_URL=\"\" -DPACKAGE=\"autogrid\" -DVERSION=\"4.2.6\" -DHAVE_LIBM=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE__BOOL=1 -DHAVE_STDBOOL_H=1 -DHAVE_STDLIB_H=1 -DHAVE_MALLOC=1 -DHAVE_GETHOSTNAME=1 -DHAVE_GETPID=1 -DHAVE_FCHMOD=1 -DHAVE_SETLINEBUF=1 -DHAVE_SYSCONF=1 -DHAVE_TIMES=1 -DHAVE_GETRUSAGE=1 -DHAVE_POW=1 -DHAVE_SQRT=1 -DHAVE_STRNCASECMP=1 -I. -Wall -O3 -I . -I./../autodock -Wno-write-strings -DUSE_8A_NBCUTOFF -DUSE_DOUBLE -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -c -o autogrid4-prHMSfixed.o `test -f 'prHMSfixed.cpp' || echo './'`prHMSfixed.cpp g++ -DPACKAGE_NAME=\"autogrid\" -DPACKAGE_TARNAME=\"autogrid\" -DPACKAGE_VERSION=\"4.2.6\" -DPACKAGE_STRING=\"autogrid\ 4.2.6\" -DPACKAGE_BUGREPORT=\"autodock@scripps.edu\" -DPACKAGE_URL=\"\" -DPACKAGE=\"autogrid\" -DVERSION=\"4.2.6\" -DHAVE_LIBM=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE__BOOL=1 -DHAVE_STDBOOL_H=1 -DHAVE_STDLIB_H=1 -DHAVE_MALLOC=1 -DHAVE_GETHOSTNAME=1 -DHAVE_GETPID=1 -DHAVE_FCHMOD=1 -DHAVE_SETLINEBUF=1 -DHAVE_SYSCONF=1 -DHAVE_TIMES=1 -DHAVE_GETRUSAGE=1 -DHAVE_POW=1 -DHAVE_SQRT=1 -DHAVE_STRNCASECMP=1 -I. -Wall -O3 -I . -I./../autodock -Wno-write-strings -DUSE_8A_NBCUTOFF -DUSE_DOUBLE -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -c -o autogrid4-printdate.o `test -f 'printdate.cpp' || echo './'`printdate.cpp g++ -DPACKAGE_NAME=\"autogrid\" -DPACKAGE_TARNAME=\"autogrid\" -DPACKAGE_VERSION=\"4.2.6\" -DPACKAGE_STRING=\"autogrid\ 4.2.6\" -DPACKAGE_BUGREPORT=\"autodock@scripps.edu\" -DPACKAGE_URL=\"\" -DPACKAGE=\"autogrid\" -DVERSION=\"4.2.6\" -DHAVE_LIBM=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE__BOOL=1 -DHAVE_STDBOOL_H=1 -DHAVE_STDLIB_H=1 -DHAVE_MALLOC=1 -DHAVE_GETHOSTNAME=1 -DHAVE_GETPID=1 -DHAVE_FCHMOD=1 -DHAVE_SETLINEBUF=1 -DHAVE_SYSCONF=1 -DHAVE_TIMES=1 -DHAVE_GETRUSAGE=1 -DHAVE_POW=1 -DHAVE_SQRT=1 -DHAVE_STRNCASECMP=1 -I. -Wall -O3 -I . -I./../autodock -Wno-write-strings -DUSE_8A_NBCUTOFF -DUSE_DOUBLE -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -c -o autogrid4-strindex.o `test -f 'strindex.cpp' || echo './'`strindex.cpp g++ -DPACKAGE_NAME=\"autogrid\" -DPACKAGE_TARNAME=\"autogrid\" -DPACKAGE_VERSION=\"4.2.6\" -DPACKAGE_STRING=\"autogrid\ 4.2.6\" -DPACKAGE_BUGREPORT=\"autodock@scripps.edu\" -DPACKAGE_URL=\"\" -DPACKAGE=\"autogrid\" -DVERSION=\"4.2.6\" -DHAVE_LIBM=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE__BOOL=1 -DHAVE_STDBOOL_H=1 -DHAVE_STDLIB_H=1 -DHAVE_MALLOC=1 -DHAVE_GETHOSTNAME=1 -DHAVE_GETPID=1 -DHAVE_FCHMOD=1 -DHAVE_SETLINEBUF=1 -DHAVE_SYSCONF=1 -DHAVE_TIMES=1 -DHAVE_GETRUSAGE=1 -DHAVE_POW=1 -DHAVE_SQRT=1 -DHAVE_STRNCASECMP=1 -I. -Wall -O3 -I . -I./../autodock -Wno-write-strings -DUSE_8A_NBCUTOFF -DUSE_DOUBLE -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -c -o autogrid4-banner.o `test -f 'banner.cpp' || echo './'`banner.cpp g++ -DPACKAGE_NAME=\"autogrid\" -DPACKAGE_TARNAME=\"autogrid\" -DPACKAGE_VERSION=\"4.2.6\" -DPACKAGE_STRING=\"autogrid\ 4.2.6\" -DPACKAGE_BUGREPORT=\"autodock@scripps.edu\" -DPACKAGE_URL=\"\" -DPACKAGE=\"autogrid\" -DVERSION=\"4.2.6\" -DHAVE_LIBM=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE__BOOL=1 -DHAVE_STDBOOL_H=1 -DHAVE_STDLIB_H=1 -DHAVE_MALLOC=1 -DHAVE_GETHOSTNAME=1 -DHAVE_GETPID=1 -DHAVE_FCHMOD=1 -DHAVE_SETLINEBUF=1 -DHAVE_SYSCONF=1 -DHAVE_TIMES=1 -DHAVE_GETRUSAGE=1 -DHAVE_POW=1 -DHAVE_SQRT=1 -DHAVE_STRNCASECMP=1 -I. -Wall -O3 -I . -I./../autodock -Wno-write-strings -DUSE_8A_NBCUTOFF -DUSE_DOUBLE -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -c -o autogrid4-gpfparser.o `test -f 'gpfparser.cpp' || echo './'`gpfparser.cpp g++ -DPACKAGE_NAME=\"autogrid\" -DPACKAGE_TARNAME=\"autogrid\" -DPACKAGE_VERSION=\"4.2.6\" -DPACKAGE_STRING=\"autogrid\ 4.2.6\" -DPACKAGE_BUGREPORT=\"autodock@scripps.edu\" -DPACKAGE_URL=\"\" -DPACKAGE=\"autogrid\" -DVERSION=\"4.2.6\" -DHAVE_LIBM=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE__BOOL=1 -DHAVE_STDBOOL_H=1 -DHAVE_STDLIB_H=1 -DHAVE_MALLOC=1 -DHAVE_GETHOSTNAME=1 -DHAVE_GETPID=1 -DHAVE_FCHMOD=1 -DHAVE_SETLINEBUF=1 -DHAVE_SYSCONF=1 -DHAVE_TIMES=1 -DHAVE_GETRUSAGE=1 -DHAVE_POW=1 -DHAVE_SQRT=1 -DHAVE_STRNCASECMP=1 -I. -Wall -O3 -I . -I./../autodock -Wno-write-strings -DUSE_8A_NBCUTOFF -DUSE_DOUBLE -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -c -o autogrid4-parsetypes.o `test -f 'parsetypes.cpp' || echo './'`parsetypes.cpp g++ -DPACKAGE_NAME=\"autogrid\" -DPACKAGE_TARNAME=\"autogrid\" -DPACKAGE_VERSION=\"4.2.6\" -DPACKAGE_STRING=\"autogrid\ 4.2.6\" -DPACKAGE_BUGREPORT=\"autodock@scripps.edu\" -DPACKAGE_URL=\"\" -DPACKAGE=\"autogrid\" -DVERSION=\"4.2.6\" -DHAVE_LIBM=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE__BOOL=1 -DHAVE_STDBOOL_H=1 -DHAVE_STDLIB_H=1 -DHAVE_MALLOC=1 -DHAVE_GETHOSTNAME=1 -DHAVE_GETPID=1 -DHAVE_FCHMOD=1 -DHAVE_SETLINEBUF=1 -DHAVE_SYSCONF=1 -DHAVE_TIMES=1 -DHAVE_GETRUSAGE=1 -DHAVE_POW=1 -DHAVE_SQRT=1 -DHAVE_STRNCASECMP=1 -I. -Wall -O3 -I . -I./../autodock -Wno-write-strings -DUSE_8A_NBCUTOFF -DUSE_DOUBLE -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -c -o autogrid4-atom_parameter_manager.o `test -f 'atom_parameter_manager.cpp' || echo './'`atom_parameter_manager.cpp g++ -DPACKAGE_NAME=\"autogrid\" -DPACKAGE_TARNAME=\"autogrid\" -DPACKAGE_VERSION=\"4.2.6\" -DPACKAGE_STRING=\"autogrid\ 4.2.6\" -DPACKAGE_BUGREPORT=\"autodock@scripps.edu\" -DPACKAGE_URL=\"\" -DPACKAGE=\"autogrid\" -DVERSION=\"4.2.6\" -DHAVE_LIBM=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE__BOOL=1 -DHAVE_STDBOOL_H=1 -DHAVE_STDLIB_H=1 -DHAVE_MALLOC=1 -DHAVE_GETHOSTNAME=1 -DHAVE_GETPID=1 -DHAVE_FCHMOD=1 -DHAVE_SETLINEBUF=1 -DHAVE_SYSCONF=1 -DHAVE_TIMES=1 -DHAVE_GETRUSAGE=1 -DHAVE_POW=1 -DHAVE_SQRT=1 -DHAVE_STRNCASECMP=1 -I. -Wall -O3 -I . -I./../autodock -Wno-write-strings -DUSE_8A_NBCUTOFF -DUSE_DOUBLE -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -c -o autogrid4-read_parameter_library.o `test -f 'read_parameter_library.cpp' || echo './'`read_parameter_library.cpp main.cpp:1040:306: warning: ' grid points); or try runn...' directive writing 83 bytes into a region of size between 0 and 39 [-Wformat-overflow=] 1040 | (void) sprintf( message, "There will not be enough memory to store these grid maps in AutoDock; \ntry reducing the number of ligand atom types (you have %d including electrostatics) \nor reducing the size of the grid maps (you asked for %d x %d x %d grid points); \n or try running AutoDock on a machine with more RAM than this one.\n", num_maps, n1[X], n1[Y], n1[Z] ); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from /usr/include/stdio.h:866, from main.cpp:40: /usr/include/bits/stdio2.h:38:34: note: '__sprintf_chk' output between 301 and 341 bytes into a destination of size 256 38 | return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1, | ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 39 | __bos (__s), __fmt, __va_arg_pack ()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ g++ -DPACKAGE_NAME=\"autogrid\" -DPACKAGE_TARNAME=\"autogrid\" -DPACKAGE_VERSION=\"4.2.6\" -DPACKAGE_STRING=\"autogrid\ 4.2.6\" -DPACKAGE_BUGREPORT=\"autodock@scripps.edu\" -DPACKAGE_URL=\"\" -DPACKAGE=\"autogrid\" -DVERSION=\"4.2.6\" -DHAVE_LIBM=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE__BOOL=1 -DHAVE_STDBOOL_H=1 -DHAVE_STDLIB_H=1 -DHAVE_MALLOC=1 -DHAVE_GETHOSTNAME=1 -DHAVE_GETPID=1 -DHAVE_FCHMOD=1 -DHAVE_SETLINEBUF=1 -DHAVE_SYSCONF=1 -DHAVE_TIMES=1 -DHAVE_GETRUSAGE=1 -DHAVE_POW=1 -DHAVE_SQRT=1 -DHAVE_STRNCASECMP=1 -I. -Wall -O3 -I . -I./../autodock -Wno-write-strings -DUSE_8A_NBCUTOFF -DUSE_DOUBLE -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -c -o autogrid4-parse_param_line.o `test -f 'parse_param_line.cpp' || echo './'`parse_param_line.cpp main.cpp:1447:46: warning: 'cB' may be used uninitialized in this function [-Wmaybe-uninitialized] 1447 | gridmap[ligtype].cB[rectype] = cB; | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~ main.cpp:1446:46: warning: 'cA' may be used uninitialized in this function [-Wmaybe-uninitialized] 1446 | gridmap[ligtype].cA[rectype] = cA; | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~ g++ -DPACKAGE_NAME=\"autogrid\" -DPACKAGE_TARNAME=\"autogrid\" -DPACKAGE_VERSION=\"4.2.6\" -DPACKAGE_STRING=\"autogrid\ 4.2.6\" -DPACKAGE_BUGREPORT=\"autodock@scripps.edu\" -DPACKAGE_URL=\"\" -DPACKAGE=\"autogrid\" -DVERSION=\"4.2.6\" -DHAVE_LIBM=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE__BOOL=1 -DHAVE_STDBOOL_H=1 -DHAVE_STDLIB_H=1 -DHAVE_MALLOC=1 -DHAVE_GETHOSTNAME=1 -DHAVE_GETPID=1 -DHAVE_FCHMOD=1 -DHAVE_SETLINEBUF=1 -DHAVE_SYSCONF=1 -DHAVE_TIMES=1 -DHAVE_GETRUSAGE=1 -DHAVE_POW=1 -DHAVE_SQRT=1 -DHAVE_STRNCASECMP=1 -I. -Wall -O3 -I . -I./../autodock -Wno-write-strings -DUSE_8A_NBCUTOFF -DUSE_DOUBLE -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -c -o autogrid4-distdepdiel.o `test -f 'distdepdiel.cpp' || echo './'`distdepdiel.cpp g++ -DPACKAGE_NAME=\"autogrid\" -DPACKAGE_TARNAME=\"autogrid\" -DPACKAGE_VERSION=\"4.2.6\" -DPACKAGE_STRING=\"autogrid\ 4.2.6\" -DPACKAGE_BUGREPORT=\"autodock@scripps.edu\" -DPACKAGE_URL=\"\" -DPACKAGE=\"autogrid\" -DVERSION=\"4.2.6\" -DHAVE_LIBM=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE__BOOL=1 -DHAVE_STDBOOL_H=1 -DHAVE_STDLIB_H=1 -DHAVE_MALLOC=1 -DHAVE_GETHOSTNAME=1 -DHAVE_GETPID=1 -DHAVE_FCHMOD=1 -DHAVE_SETLINEBUF=1 -DHAVE_SYSCONF=1 -DHAVE_TIMES=1 -DHAVE_GETRUSAGE=1 -DHAVE_POW=1 -DHAVE_SQRT=1 -DHAVE_STRNCASECMP=1 -I. -Wall -O3 -I . -I./../autodock -Wno-write-strings -DUSE_8A_NBCUTOFF -DUSE_DOUBLE -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -c -o autogrid4-mingw_getrusage.o `test -f 'mingw_getrusage.cpp' || echo './'`mingw_getrusage.cpp g++ -DPACKAGE_NAME=\"autogrid\" -DPACKAGE_TARNAME=\"autogrid\" -DPACKAGE_VERSION=\"4.2.6\" -DPACKAGE_STRING=\"autogrid\ 4.2.6\" -DPACKAGE_BUGREPORT=\"autodock@scripps.edu\" -DPACKAGE_URL=\"\" -DPACKAGE=\"autogrid\" -DVERSION=\"4.2.6\" -DHAVE_LIBM=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE__BOOL=1 -DHAVE_STDBOOL_H=1 -DHAVE_STDLIB_H=1 -DHAVE_MALLOC=1 -DHAVE_GETHOSTNAME=1 -DHAVE_GETPID=1 -DHAVE_FCHMOD=1 -DHAVE_SETLINEBUF=1 -DHAVE_SYSCONF=1 -DHAVE_TIMES=1 -DHAVE_GETRUSAGE=1 -DHAVE_POW=1 -DHAVE_SQRT=1 -DHAVE_STRNCASECMP=1 -I. -Wall -O3 -I . -I./../autodock -Wno-write-strings -DUSE_8A_NBCUTOFF -DUSE_DOUBLE -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -c -o autogrid4-calc_vina_potential.o `test -f 'calc_vina_potential.cpp' || echo './'`calc_vina_potential.cpp g++ -DPACKAGE_NAME=\"autogrid\" -DPACKAGE_TARNAME=\"autogrid\" -DPACKAGE_VERSION=\"4.2.6\" -DPACKAGE_STRING=\"autogrid\ 4.2.6\" -DPACKAGE_BUGREPORT=\"autodock@scripps.edu\" -DPACKAGE_URL=\"\" -DPACKAGE=\"autogrid\" -DVERSION=\"4.2.6\" -DHAVE_LIBM=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE__BOOL=1 -DHAVE_STDBOOL_H=1 -DHAVE_STDLIB_H=1 -DHAVE_MALLOC=1 -DHAVE_GETHOSTNAME=1 -DHAVE_GETPID=1 -DHAVE_FCHMOD=1 -DHAVE_SETLINEBUF=1 -DHAVE_SYSCONF=1 -DHAVE_TIMES=1 -DHAVE_GETRUSAGE=1 -DHAVE_POW=1 -DHAVE_SQRT=1 -DHAVE_STRNCASECMP=1 -I. -Wall -O3 -I . -I./../autodock -Wno-write-strings -DUSE_8A_NBCUTOFF -DUSE_DOUBLE -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -c -o autogrid4-stop.o `test -f 'stop.cpp' || echo './'`stop.cpp calc_vina_potential.cpp: In function 'int calc_vina_potential(int, const char (*)[3], int, const char (*)[3], EnergyTables*)': calc_vina_potential.cpp:110:9: warning: variable 'hydrogen' set but not used [-Wunused-but-set-variable] 110 | int hydrogen=-1; | ^~~~~~~~ calc_vina_potential.cpp:113:9: warning: variable 'oxygen' set but not used [-Wunused-but-set-variable] 113 | int oxygen=-1; | ^~~~~~ calc_vina_potential.cpp:114:9: warning: variable 'nitrogen' set but not used [-Wunused-but-set-variable] 114 | int nitrogen=-1; | ^~~~~~~~ calc_vina_potential.cpp:115:9: warning: variable 'fluorine' set but not used [-Wunused-but-set-variable] 115 | int fluorine=-1; | ^~~~~~~~ calc_vina_potential.cpp:116:9: warning: variable 'chlorine' set but not used [-Wunused-but-set-variable] 116 | int chlorine=-1; | ^~~~~~~~ calc_vina_potential.cpp:117:9: warning: variable 'bromine' set but not used [-Wunused-but-set-variable] 117 | int bromine=-1; | ^~~~~~~ calc_vina_potential.cpp:118:9: warning: variable 'iodine' set but not used [-Wunused-but-set-variable] 118 | int iodine=-1; | ^~~~~~ calc_vina_potential.cpp:283:56: warning: array subscript 16384 is above array bounds of 'Real[14][14]' [-Warray-bounds] 283 | printf("last value=%f\n", p_et->e_vdW_Hb[i][indx_r][ia]); | ~~~~~~~~~~~~~~~~~~~~~~~~^ calc_vina_potential.cpp:283:12: warning: 'i' may be used uninitialized in this function [-Wmaybe-uninitialized] 283 | printf("last value=%f\n", p_et->e_vdW_Hb[i][indx_r][ia]); | ~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ g++ -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -o autogrid4 autogrid4-main.o autogrid4-check_size.o autogrid4-setflags.o autogrid4-timesys.o autogrid4-timesyshms.o autogrid4-printhms.o autogrid4-prHMSfixed.o autogrid4-printdate.o autogrid4-strindex.o autogrid4-banner.o autogrid4-gpfparser.o autogrid4-parsetypes.o autogrid4-atom_parameter_manager.o autogrid4-read_parameter_library.o autogrid4-parse_param_line.o autogrid4-distdepdiel.o autogrid4-mingw_getrusage.o autogrid4-calc_vina_potential.o autogrid4-stop.o -lm make[1]: Leaving directory '/builddir/build/BUILD/src/autogrid' + RPM_EC=0 ++ jobs -p + exit 0 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.QRTmkB + umask 022 + cd /builddir/build/BUILD + '[' /builddir/build/BUILDROOT/autodocksuite-4.2.6-13.fc33.riscv64 '!=' / ']' + rm -rf /builddir/build/BUILDROOT/autodocksuite-4.2.6-13.fc33.riscv64 ++ dirname /builddir/build/BUILDROOT/autodocksuite-4.2.6-13.fc33.riscv64 + mkdir -p /builddir/build/BUILDROOT + mkdir /builddir/build/BUILDROOT/autodocksuite-4.2.6-13.fc33.riscv64 + cd src + make -C autodock install DESTDIR=/builddir/build/BUILDROOT/autodocksuite-4.2.6-13.fc33.riscv64 make: Entering directory '/builddir/build/BUILD/src/autodock' make install-am make[1]: Entering directory '/builddir/build/BUILD/src/autodock' make[2]: Entering directory '/builddir/build/BUILD/src/autodock' /usr/bin/mkdir -p '/builddir/build/BUILDROOT/autodocksuite-4.2.6-13.fc33.riscv64/usr/bin' /usr/bin/install -c autodock4 autodock4.omp '/builddir/build/BUILDROOT/autodocksuite-4.2.6-13.fc33.riscv64/usr/bin' make[2]: Nothing to be done for 'install-data-am'. make[2]: Leaving directory '/builddir/build/BUILD/src/autodock' make[1]: Leaving directory '/builddir/build/BUILD/src/autodock' make: Leaving directory '/builddir/build/BUILD/src/autodock' + make -C autogrid install DESTDIR=/builddir/build/BUILDROOT/autodocksuite-4.2.6-13.fc33.riscv64 make: Entering directory '/builddir/build/BUILD/src/autogrid' make install-am make[1]: Entering directory '/builddir/build/BUILD/src/autogrid' make[2]: Entering directory '/builddir/build/BUILD/src/autogrid' /usr/bin/mkdir -p '/builddir/build/BUILDROOT/autodocksuite-4.2.6-13.fc33.riscv64/usr/bin' /usr/bin/install -c autogrid4 '/builddir/build/BUILDROOT/autodocksuite-4.2.6-13.fc33.riscv64/usr/bin' make[2]: Nothing to be done for 'install-data-am'. make[2]: Leaving directory '/builddir/build/BUILD/src/autogrid' make[1]: Leaving directory '/builddir/build/BUILD/src/autogrid' make: Leaving directory '/builddir/build/BUILD/src/autogrid' + rm -f /builddir/build/BUILDROOT/autodocksuite-4.2.6-13.fc33.riscv64//usr/bin/autodock4.omp + /usr/lib/rpm/find-debuginfo.sh -j4 --strict-build-id -m -i --build-id-seed 4.2.6-13.fc33 --unique-debug-suffix -4.2.6-13.fc33.riscv64 --unique-debug-src-base autodocksuite-4.2.6-13.fc33.riscv64 --run-dwz --dwz-low-mem-die-limit 10000000 --dwz-max-die-limit 50000000 -S debugsourcefiles.list /builddir/build/BUILD/src explicitly decompress any DWARF compressed ELF sections in /builddir/build/BUILDROOT/autodocksuite-4.2.6-13.fc33.riscv64/usr/bin/autogrid4 explicitly decompress any DWARF compressed ELF sections in /builddir/build/BUILDROOT/autodocksuite-4.2.6-13.fc33.riscv64/usr/bin/autodock4 extracting debug info from /builddir/build/BUILDROOT/autodocksuite-4.2.6-13.fc33.riscv64/usr/bin/autogrid4 extracting debug info from /builddir/build/BUILDROOT/autodocksuite-4.2.6-13.fc33.riscv64/usr/bin/autodock4 original debug info size: 6652kB, size after compression: 5612kB /usr/lib/rpm/sepdebugcrcfix: Updated 2 CRC32s, 0 CRC32s did match. 3009 blocks + /usr/lib/rpm/check-buildroot + /usr/lib/rpm/redhat/brp-ldconfig + /usr/lib/rpm/brp-compress + /usr/lib/rpm/redhat/brp-strip-lto /usr/bin/strip + /usr/lib/rpm/brp-strip-static-archive /usr/bin/strip + /usr/lib/rpm/redhat/brp-python-bytecompile '' 1 0 + /usr/lib/rpm/brp-python-hardlink + /usr/lib/rpm/redhat/brp-mangle-shebangs Processing files: autodocksuite-4.2.6-13.fc33.riscv64 Executing(%license): /bin/sh -e /var/tmp/rpm-tmp.3d0RGE + umask 022 + cd /builddir/build/BUILD + cd src + LICENSEDIR=/builddir/build/BUILDROOT/autodocksuite-4.2.6-13.fc33.riscv64/usr/share/licenses/autodocksuite + export LC_ALL=C + LC_ALL=C + export LICENSEDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/autodocksuite-4.2.6-13.fc33.riscv64/usr/share/licenses/autodocksuite + cp -pr autodock/COPYING /builddir/build/BUILDROOT/autodocksuite-4.2.6-13.fc33.riscv64/usr/share/licenses/autodocksuite + RPM_EC=0 ++ jobs -p + exit 0 Provides: autodocksuite = 4.2.6-13.fc33 autodocksuite(riscv-64) = 4.2.6-13.fc33 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires: ld-linux-riscv64-lp64d.so.1()(64bit) ld-linux-riscv64-lp64d.so.1(GLIBC_2.27)(64bit) libc.so.6()(64bit) libc.so.6(GLIBC_2.27)(64bit) libgcc_s.so.1()(64bit) libgcc_s.so.1(GCC_3.0)(64bit) libgcc_s.so.1(GCC_3.3.1)(64bit) libm.so.6()(64bit) libm.so.6(GLIBC_2.27)(64bit) libstdc++.so.6()(64bit) libstdc++.so.6(CXXABI_1.3)(64bit) libstdc++.so.6(CXXABI_1.3.8)(64bit) libstdc++.so.6(CXXABI_1.3.9)(64bit) libstdc++.so.6(GLIBCXX_3.4)(64bit) rtld(GNU_HASH) Processing files: autodocksuite-debugsource-4.2.6-13.fc33.riscv64 Provides: autodocksuite-debugsource = 4.2.6-13.fc33 autodocksuite-debugsource(riscv-64) = 4.2.6-13.fc33 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Processing files: autodocksuite-debuginfo-4.2.6-13.fc33.riscv64 Provides: autodocksuite-debuginfo = 4.2.6-13.fc33 autodocksuite-debuginfo(riscv-64) = 4.2.6-13.fc33 debuginfo(build-id) = 2509661829ad1589b69fb30c733110880ecefed5 debuginfo(build-id) = 48d0f9ef0250a135e1ba68949df67183e18be79f Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Recommends: autodocksuite-debugsource(riscv-64) = 4.2.6-13.fc33 Checking for unpackaged file(s): /usr/lib/rpm/check-files /builddir/build/BUILDROOT/autodocksuite-4.2.6-13.fc33.riscv64 Wrote: /builddir/build/RPMS/autodocksuite-4.2.6-13.fc33.riscv64.rpm Wrote: /builddir/build/RPMS/autodocksuite-debugsource-4.2.6-13.fc33.riscv64.rpm Wrote: /builddir/build/RPMS/autodocksuite-debuginfo-4.2.6-13.fc33.riscv64.rpm Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.omg9DF + umask 022 + cd /builddir/build/BUILD + cd src + /usr/bin/rm -rf /builddir/build/BUILDROOT/autodocksuite-4.2.6-13.fc33.riscv64 + RPM_EC=0 ++ jobs -p + exit 0 Child return code was: 0