checking build system type... riscv64-unknown-linux-gnu checking whether we want to compile in debug mode... no checking for gcc... gcc checking for C compiler default output file name... a.out checking whether the C compiler works... yes checking whether we are cross compiling... no checking for suffix of executables... checking for suffix of object files... o checking whether we are using the GNU C compiler... yes checking whether gcc accepts -g... yes checking for gcc option to accept ANSI C... none needed configure: C compiler options are: -march=rv64gc -mabi=lp64d -O2 -pipe -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -flto checking for g++... g++ checking whether we are using the GNU C++ compiler... yes checking whether g++ accepts -g... yes checking whether C++ compiler g++ works... yes configure: C++ compiler options are: -march=rv64gc -mabi=lp64d -O2 -pipe -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -Wp,-D_GLIBCXX_ASSERTIONS -flto configure: Trying to determine Fortran compiler name checking for gfortran... no checking for ifort... no checking for g95... no checking for fort77... no checking for f77... no checking for g77... no checking for pgf90... no checking for pgf77... no checking for ifc... no checking for frt... no checking for af77... no checking for xlf_r... no configure: WARNING: Failed to find a Fortran compiler! configure: Fortran compiler options are: checking for egrep... grep -E checking whether ln -s works... yes checking for a BSD-compatible install... /usr/bin/install -c checking whether build environment is sane... yes checking for gawk... gawk checking whether make sets $(MAKE)... yes checking for style of include used by make... GNU checking dependency style of gcc... gcc3 checking dependency style of g++... gcc3 checking whether to enable maintainer-specific portions of Makefiles... no checking host system type... riscv64-unknown-linux-gnu checking for a sed that does not truncate output... /usr/bin/sed checking for ld used by gcc... /usr/bin/ld checking if the linker (/usr/bin/ld) is GNU ld... yes checking for /usr/bin/ld option to reload object files... -r checking for BSD-compatible nm... /usr/bin/nm -B checking how to recognise dependent libraries... pass_all checking how to run the C preprocessor... gcc -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 dlfcn.h usability... yes checking dlfcn.h presence... yes checking for dlfcn.h... yes checking how to run the C++ preprocessor... g++ -E checking the maximum length of command line arguments... 32768 checking command to parse /usr/bin/nm -B output from gcc object... ok checking for objdir... .libs checking for ar... ar checking for ranlib... ranlib checking for strip... strip checking if gcc supports -fno-rtti -fno-exceptions... no checking for gcc option to produce PIC... -fPIC checking if gcc PIC flag -fPIC works... yes checking if gcc static flag -static works... yes checking if gcc supports -c -o file.o... yes checking whether the gcc linker (/usr/bin/ld) supports shared libraries... yes checking whether -lc should be explicitly linked in... no checking dynamic linker characteristics... GNU/Linux ld.so checking how to hardcode library paths into programs... immediate checking whether stripping libraries is possible... yes checking if libtool supports shared libraries... yes checking whether to build shared libraries... yes checking whether to build static libraries... no configure: creating libtool appending configuration tag "CXX" to libtool checking for ld used by g++... /usr/bin/ld checking if the linker (/usr/bin/ld) is GNU ld... yes checking whether the g++ linker (/usr/bin/ld) supports shared libraries... yes checking for g++ option to produce PIC... -fPIC checking if g++ PIC flag -fPIC works... yes checking if g++ static flag -static works... yes checking if g++ supports -c -o file.o... yes checking whether the g++ linker (/usr/bin/ld) supports shared libraries... yes checking dynamic linker characteristics... GNU/Linux ld.so checking how to hardcode library paths into programs... immediate appending configuration tag "F77" to libtool checking if libtool supports shared libraries... yes checking whether to build shared libraries... yes checking whether to build static libraries... no checking for unavailable option to produce PIC... -fPIC checking if unavailable PIC flag -fPIC works... no checking if unavailable static flag -static works... no checking if unavailable supports -c -o file.o... no checking whether the unavailable linker (/usr/bin/ld) supports shared libraries... yes checking dynamic linker characteristics... ./configure: line 16346: unavailable: command not found GNU/Linux ld.so checking how to hardcode library paths into programs... immediate configure: Build is "riscv64-unknown-linux-gnu". checking for dos2unix... no checking if library version is set... no checking whether source of project Sample is available and should be compiled... no checking whether source of project CoinUtils is available and should be compiled... no checking whether source of project Osi is available and should be compiled... no checking whether source of project Clp is available and should be compiled... no checking whether source of project Vol is available and should be compiled... no checking whether source of project DyLP is available and should be compiled... no checking whether source of project Cgl is available and should be compiled... yes, source in Cgl configure: configuring doxygen documentation options checking for doxygen... no checking for latex... no checking for dot... NO checking for doxygen doc'n for CoinUtils ... /usr/share/coin/doc/CoinUtils/doxydoc (tag) checking for doxygen doc'n for Osi ... /usr/share/coin/doc/Osi/doxydoc (tag) checking for doxygen doc'n for Clp ... /usr/share/coin/doc/Clp/doxydoc (tag) checking which command should be used to link input files... ln -s configure: creating ./config.status config.status: creating Makefile config.status: creating doxydoc/doxygen.conf config.status: executing depfiles commands configure: configuring in Cgl configure: running /bin/sh './configure' --prefix=/usr '--prefix=/usr' 'CFLAGS=-march=rv64gc -mabi=lp64d -O2 -pipe -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -flto' 'CXXFLAGS=-march=rv64gc -mabi=lp64d -O2 -pipe -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -Wp,-D_GLIBCXX_ASSERTIONS -flto' 'LDFLAGS=-Wl,-O1,--sort-common,--as-needed,-z,relro,-z,now -flto' --cache-file=/dev/null --srcdir=. checking build system type... riscv64-unknown-linux-gnu checking for svnversion... no checking whether we want to compile in debug mode... no checking for gcc... gcc checking for C compiler default output file name... a.out checking whether the C compiler works... yes checking whether we are cross compiling... no checking for suffix of executables... checking for suffix of object files... o checking whether we are using the GNU C compiler... yes checking whether gcc accepts -g... yes checking for gcc option to accept ANSI C... none needed configure: C compiler options are: -march=rv64gc -mabi=lp64d -O2 -pipe -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -flto -DCGL_BUILD checking for g++... g++ checking whether we are using the GNU C++ compiler... yes checking whether g++ accepts -g... yes checking whether C++ compiler g++ works... yes configure: C++ compiler options are: -march=rv64gc -mabi=lp64d -O2 -pipe -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -Wp,-D_GLIBCXX_ASSERTIONS -flto -DCGL_BUILD checking for egrep... grep -E checking whether ln -s works... yes checking for a BSD-compatible install... /usr/bin/install -c checking whether build environment is sane... yes checking for gawk... gawk checking whether make sets $(MAKE)... yes checking for style of include used by make... GNU checking dependency style of gcc... gcc3 checking dependency style of g++... gcc3 checking whether to enable maintainer-specific portions of Makefiles... no configure: Using libtool script in directory .. checking if library version is set... 11:4:10 checking for pkg-config... pkg-config checking pkg-config is at least version 0.16.0... yes checking for COIN-OR package CoinUtils... yes: 2.11.6 checking for COIN-OR package Osi... yes: 0.108.7 checking for COIN-OR package Sample... yes: 1.2.12 checking for COIN-OR package OsiClp... yes: 1.17.7 checking for COIN-OR package OsiCpx... not given: Package 'osi-cplex', required by 'virtual:world', not found checking for COIN-OR package OsiGlpk... not given: Package 'osi-glpk', required by 'virtual:world', not found checking for COIN-OR package OsiMsk... not given: Package 'osi-mosek', required by 'virtual:world', not found checking for COIN-OR package OsiXpr... not given: Package 'osi-xpress', required by 'virtual:world', not found checking for COIN-OR package OsiVol... not given: Package 'osi-vol', required by 'virtual:world', not found checking for COIN-OR package OsiDyLP... not given: Package 'osi-dylp', required by 'virtual:world', not found checking cmath usability... yes checking cmath presence... yes checking for cmath... yes checking cfloat usability... yes checking cfloat presence... yes checking for cfloat... yes checking cieeefp usability... no checking cieeefp presence... no checking for cieeefp... no checking ieeefp.h usability... no checking ieeefp.h presence... no checking for ieeefp.h... no configure: configuring doxygen documentation options checking for doxygen... no checking for latex... no checking for dot... NO checking for doxygen doc'n for CoinUtils ... /usr/share/coin/doc/CoinUtils/doxydoc (tag) checking whether this is a VPATH configuration... no checking which command should be used to link input files... ln -s configure: creating ./config.status config.status: creating Makefile config.status: creating examples/Makefile config.status: creating src/Makefile config.status: creating src/CglAllDifferent/Makefile config.status: creating src/CglClique/Makefile config.status: creating src/CglDuplicateRow/Makefile config.status: creating src/CglFlowCover/Makefile config.status: creating src/CglGMI/Makefile config.status: creating src/CglGomory/Makefile config.status: creating src/CglKnapsackCover/Makefile config.status: creating src/CglLandP/Makefile config.status: creating src/CglLiftAndProject/Makefile config.status: creating src/CglMixedIntegerRounding/Makefile config.status: creating src/CglMixedIntegerRounding2/Makefile config.status: creating src/CglOddHole/Makefile config.status: creating src/CglPreProcess/Makefile config.status: creating src/CglProbing/Makefile config.status: creating src/CglRedSplit/Makefile config.status: creating src/CglRedSplit2/Makefile config.status: creating src/CglResidualCapacity/Makefile config.status: creating src/CglSimpleRounding/Makefile config.status: creating src/CglTwomir/Makefile config.status: creating src/CglZeroHalf/Makefile config.status: creating test/Makefile config.status: creating cgl.pc config.status: creating cgl-uninstalled.pc config.status: creating doxydoc/doxygen.conf config.status: creating src/config.h config.status: creating src/config_cgl.h config.status: executing depfiles commands configure: In case of trouble, first consult the troubleshooting page at https://projects.coin-or.org/BuildTools/wiki/user-troubleshooting configure: Configuration of Cgl successful configure: In case of trouble, first consult the troubleshooting page at https://projects.coin-or.org/BuildTools/wiki/user-troubleshooting configure: Main configuration of Cgl successful Making all in Cgl make[1]: Entering directory '/build/coin-or-cgl/src/Cgl-releases-0.60.4/Cgl' Making all in src make[2]: Entering directory '/build/coin-or-cgl/src/Cgl-releases-0.60.4/Cgl/src' /usr/bin/make all-recursive make[3]: Entering directory '/build/coin-or-cgl/src/Cgl-releases-0.60.4/Cgl/src' Making all in CglAllDifferent make[4]: Entering directory '/build/coin-or-cgl/src/Cgl-releases-0.60.4/Cgl/src/CglAllDifferent' if /bin/sh ../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I`echo .` -I.. -I`echo ./..` -I/usr/include/coin -I/usr/include/coin -march=rv64gc -mabi=lp64d -O2 -pipe -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -Wp,-D_GLIBCXX_ASSERTIONS -flto -DCGL_BUILD -MT CglAllDifferent.lo -MD -MP -MF ".deps/CglAllDifferent.Tpo" -c -o CglAllDifferent.lo CglAllDifferent.cpp; \ then mv -f ".deps/CglAllDifferent.Tpo" ".deps/CglAllDifferent.Plo"; else rm -f ".deps/CglAllDifferent.Tpo"; exit 1; fi mkdir .libs g++ -DHAVE_CONFIG_H -I. -I. -I.. -I./.. -I/usr/include/coin -I/usr/include/coin -march=rv64gc -mabi=lp64d -O2 -pipe -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -Wp,-D_GLIBCXX_ASSERTIONS -flto -DCGL_BUILD -MT CglAllDifferent.lo -MD -MP -MF .deps/CglAllDifferent.Tpo -c CglAllDifferent.cpp -fPIC -DPIC -o .libs/CglAllDifferent.o /bin/sh ../../../libtool --tag=CXX --mode=link g++ -march=rv64gc -mabi=lp64d -O2 -pipe -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -Wp,-D_GLIBCXX_ASSERTIONS -flto -DCGL_BUILD -Wl,-O1,--sort-common,--as-needed,-z,relro,-z,now -flto -o libCglAllDifferent.la -no-undefined -version-info 11:4:10 CglAllDifferent.lo libtool: link: warning: `-version-info/-version-number' is ignored for convenience libraries ar cru .libs/libCglAllDifferent.a .libs/CglAllDifferent.o /usr/bin/ar: `u' modifier ignored since `D' is the default (see `U') ranlib .libs/libCglAllDifferent.a creating libCglAllDifferent.la (cd .libs && rm -f libCglAllDifferent.la && ln -s ../libCglAllDifferent.la libCglAllDifferent.la) make[4]: Leaving directory '/build/coin-or-cgl/src/Cgl-releases-0.60.4/Cgl/src/CglAllDifferent' Making all in CglClique make[4]: Entering directory '/build/coin-or-cgl/src/Cgl-releases-0.60.4/Cgl/src/CglClique' if /bin/sh ../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I`echo .` -I.. -I`echo ./..` -I/usr/include/coin -I/usr/include/coin -march=rv64gc -mabi=lp64d -O2 -pipe -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -Wp,-D_GLIBCXX_ASSERTIONS -flto -DCGL_BUILD -MT CglClique.lo -MD -MP -MF ".deps/CglClique.Tpo" -c -o CglClique.lo CglClique.cpp; \ then mv -f ".deps/CglClique.Tpo" ".deps/CglClique.Plo"; else rm -f ".deps/CglClique.Tpo"; exit 1; fi if /bin/sh ../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I`echo .` -I.. -I`echo ./..` -I/usr/include/coin -I/usr/include/coin -march=rv64gc -mabi=lp64d -O2 -pipe -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -Wp,-D_GLIBCXX_ASSERTIONS -flto -DCGL_BUILD -MT CglCliqueHelper.lo -MD -MP -MF ".deps/CglCliqueHelper.Tpo" -c -o CglCliqueHelper.lo CglCliqueHelper.cpp; \ then mv -f ".deps/CglCliqueHelper.Tpo" ".deps/CglCliqueHelper.Plo"; else rm -f ".deps/CglCliqueHelper.Tpo"; exit 1; fi if /bin/sh ../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I`echo .` -I.. -I`echo ./..` -I/usr/include/coin -I/usr/include/coin -march=rv64gc -mabi=lp64d -O2 -pipe -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -Wp,-D_GLIBCXX_ASSERTIONS -flto -DCGL_BUILD -MT CglCliqueTest.lo -MD -MP -MF ".deps/CglCliqueTest.Tpo" -c -o CglCliqueTest.lo CglCliqueTest.cpp; \ then mv -f ".deps/CglCliqueTest.Tpo" ".deps/CglCliqueTest.Plo"; else rm -f ".deps/CglCliqueTest.Tpo"; exit 1; fi mkdir .libs mkdir .libs /usr/bin/mkdir: cannot create directory '.libs': File exists g++ -DHAVE_CONFIG_H -I. -I. -I.. -I./.. -I/usr/include/coin -I/usr/include/coin -march=rv64gc -mabi=lp64d -O2 -pipe -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -Wp,-D_GLIBCXX_ASSERTIONS -flto -DCGL_BUILD -MT CglCliqueTest.lo -MD -MP -MF .deps/CglCliqueTest.Tpo -c CglCliqueTest.cpp -fPIC -DPIC -o .libs/CglCliqueTest.o g++ -DHAVE_CONFIG_H -I. -I. -I.. -I./.. -I/usr/include/coin -I/usr/include/coin -march=rv64gc -mabi=lp64d -O2 -pipe -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -Wp,-D_GLIBCXX_ASSERTIONS -flto -DCGL_BUILD -MT CglClique.lo -MD -MP -MF .deps/CglClique.Tpo -c CglClique.cpp -fPIC -DPIC -o .libs/CglClique.o g++ -DHAVE_CONFIG_H -I. -I. -I.. -I./.. -I/usr/include/coin -I/usr/include/coin -march=rv64gc -mabi=lp64d -O2 -pipe -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -Wp,-D_GLIBCXX_ASSERTIONS -flto -DCGL_BUILD -MT CglCliqueHelper.lo -MD -MP -MF .deps/CglCliqueHelper.Tpo -c CglCliqueHelper.cpp -fPIC -DPIC -o .libs/CglCliqueHelper.o /bin/sh ../../../libtool --tag=CXX --mode=link g++ -march=rv64gc -mabi=lp64d -O2 -pipe -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -Wp,-D_GLIBCXX_ASSERTIONS -flto -DCGL_BUILD -Wl,-O1,--sort-common,--as-needed,-z,relro,-z,now -flto -o libCglClique.la -no-undefined -version-info 11:4:10 CglClique.lo CglCliqueHelper.lo CglCliqueTest.lo libtool: link: warning: `-version-info/-version-number' is ignored for convenience libraries ar cru .libs/libCglClique.a .libs/CglClique.o .libs/CglCliqueHelper.o .libs/CglCliqueTest.o /usr/bin/ar: `u' modifier ignored since `D' is the default (see `U') ranlib .libs/libCglClique.a creating libCglClique.la (cd .libs && rm -f libCglClique.la && ln -s ../libCglClique.la libCglClique.la) make[4]: Leaving directory '/build/coin-or-cgl/src/Cgl-releases-0.60.4/Cgl/src/CglClique' Making all in CglDuplicateRow make[4]: Entering directory '/build/coin-or-cgl/src/Cgl-releases-0.60.4/Cgl/src/CglDuplicateRow' if /bin/sh ../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I`echo .` -I.. -I`echo ./..` -I/usr/include/coin -I/usr/include/coin -march=rv64gc -mabi=lp64d -O2 -pipe -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -Wp,-D_GLIBCXX_ASSERTIONS -flto -DCGL_BUILD -MT CglDuplicateRow.lo -MD -MP -MF ".deps/CglDuplicateRow.Tpo" -c -o CglDuplicateRow.lo CglDuplicateRow.cpp; \ then mv -f ".deps/CglDuplicateRow.Tpo" ".deps/CglDuplicateRow.Plo"; else rm -f ".deps/CglDuplicateRow.Tpo"; exit 1; fi mkdir .libs g++ -DHAVE_CONFIG_H -I. -I. -I.. -I./.. -I/usr/include/coin -I/usr/include/coin -march=rv64gc -mabi=lp64d -O2 -pipe -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -Wp,-D_GLIBCXX_ASSERTIONS -flto -DCGL_BUILD -MT CglDuplicateRow.lo -MD -MP -MF .deps/CglDuplicateRow.Tpo -c CglDuplicateRow.cpp -fPIC -DPIC -o .libs/CglDuplicateRow.o /bin/sh ../../../libtool --tag=CXX --mode=link g++ -march=rv64gc -mabi=lp64d -O2 -pipe -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -Wp,-D_GLIBCXX_ASSERTIONS -flto -DCGL_BUILD -Wl,-O1,--sort-common,--as-needed,-z,relro,-z,now -flto -o libCglDuplicateRow.la -no-undefined -version-info 11:4:10 CglDuplicateRow.lo libtool: link: warning: `-version-info/-version-number' is ignored for convenience libraries ar cru .libs/libCglDuplicateRow.a .libs/CglDuplicateRow.o /usr/bin/ar: `u' modifier ignored since `D' is the default (see `U') ranlib .libs/libCglDuplicateRow.a creating libCglDuplicateRow.la (cd .libs && rm -f libCglDuplicateRow.la && ln -s ../libCglDuplicateRow.la libCglDuplicateRow.la) make[4]: Leaving directory '/build/coin-or-cgl/src/Cgl-releases-0.60.4/Cgl/src/CglDuplicateRow' Making all in CglFlowCover make[4]: Entering directory '/build/coin-or-cgl/src/Cgl-releases-0.60.4/Cgl/src/CglFlowCover' if /bin/sh ../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I`echo .` -I.. -I`echo ./..` -I/usr/include/coin -I/usr/include/coin -march=rv64gc -mabi=lp64d -O2 -pipe -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -Wp,-D_GLIBCXX_ASSERTIONS -flto -DCGL_BUILD -MT CglFlowCover.lo -MD -MP -MF ".deps/CglFlowCover.Tpo" -c -o CglFlowCover.lo CglFlowCover.cpp; \ then mv -f ".deps/CglFlowCover.Tpo" ".deps/CglFlowCover.Plo"; else rm -f ".deps/CglFlowCover.Tpo"; exit 1; fi if /bin/sh ../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I`echo .` -I.. -I`echo ./..` -I/usr/include/coin -I/usr/include/coin -march=rv64gc -mabi=lp64d -O2 -pipe -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -Wp,-D_GLIBCXX_ASSERTIONS -flto -DCGL_BUILD -MT CglFlowCoverTest.lo -MD -MP -MF ".deps/CglFlowCoverTest.Tpo" -c -o CglFlowCoverTest.lo CglFlowCoverTest.cpp; \ then mv -f ".deps/CglFlowCoverTest.Tpo" ".deps/CglFlowCoverTest.Plo"; else rm -f ".deps/CglFlowCoverTest.Tpo"; exit 1; fi mkdir .libs mkdir .libs /usr/bin/mkdir: cannot create directory '.libs': File exists g++ -DHAVE_CONFIG_H -I. -I. -I.. -I./.. -I/usr/include/coin -I/usr/include/coin -march=rv64gc -mabi=lp64d -O2 -pipe -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -Wp,-D_GLIBCXX_ASSERTIONS -flto -DCGL_BUILD -MT CglFlowCover.lo -MD -MP -MF .deps/CglFlowCover.Tpo -c CglFlowCover.cpp -fPIC -DPIC -o .libs/CglFlowCover.o g++ -DHAVE_CONFIG_H -I. -I. -I.. -I./.. -I/usr/include/coin -I/usr/include/coin -march=rv64gc -mabi=lp64d -O2 -pipe -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -Wp,-D_GLIBCXX_ASSERTIONS -flto -DCGL_BUILD -MT CglFlowCoverTest.lo -MD -MP -MF .deps/CglFlowCoverTest.Tpo -c CglFlowCoverTest.cpp -fPIC -DPIC -o .libs/CglFlowCoverTest.o /bin/sh ../../../libtool --tag=CXX --mode=link g++ -march=rv64gc -mabi=lp64d -O2 -pipe -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -Wp,-D_GLIBCXX_ASSERTIONS -flto -DCGL_BUILD -Wl,-O1,--sort-common,--as-needed,-z,relro,-z,now -flto -o libCglFlowCover.la -no-undefined -version-info 11:4:10 CglFlowCover.lo CglFlowCoverTest.lo libtool: link: warning: `-version-info/-version-number' is ignored for convenience libraries ar cru .libs/libCglFlowCover.a .libs/CglFlowCover.o .libs/CglFlowCoverTest.o /usr/bin/ar: `u' modifier ignored since `D' is the default (see `U') ranlib .libs/libCglFlowCover.a creating libCglFlowCover.la (cd .libs && rm -f libCglFlowCover.la && ln -s ../libCglFlowCover.la libCglFlowCover.la) make[4]: Leaving directory '/build/coin-or-cgl/src/Cgl-releases-0.60.4/Cgl/src/CglFlowCover' Making all in CglGMI make[4]: Entering directory '/build/coin-or-cgl/src/Cgl-releases-0.60.4/Cgl/src/CglGMI' if /bin/sh ../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I`echo .` -I.. -I`echo ./..` -I/usr/include/coin -I/usr/include/coin -march=rv64gc -mabi=lp64d -O2 -pipe -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -Wp,-D_GLIBCXX_ASSERTIONS -flto -DCGL_BUILD -MT CglGMI.lo -MD -MP -MF ".deps/CglGMI.Tpo" -c -o CglGMI.lo CglGMI.cpp; \ then mv -f ".deps/CglGMI.Tpo" ".deps/CglGMI.Plo"; else rm -f ".deps/CglGMI.Tpo"; exit 1; fi if /bin/sh ../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I`echo .` -I.. -I`echo ./..` -I/usr/include/coin -I/usr/include/coin -march=rv64gc -mabi=lp64d -O2 -pipe -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -Wp,-D_GLIBCXX_ASSERTIONS -flto -DCGL_BUILD -MT CglGMIParam.lo -MD -MP -MF ".deps/CglGMIParam.Tpo" -c -o CglGMIParam.lo CglGMIParam.cpp; \ then mv -f ".deps/CglGMIParam.Tpo" ".deps/CglGMIParam.Plo"; else rm -f ".deps/CglGMIParam.Tpo"; exit 1; fi mkdir .libs mkdir .libs /usr/bin/mkdir: cannot create directory '.libs': File exists g++ -DHAVE_CONFIG_H -I. -I. -I.. -I./.. -I/usr/include/coin -I/usr/include/coin -march=rv64gc -mabi=lp64d -O2 -pipe -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -Wp,-D_GLIBCXX_ASSERTIONS -flto -DCGL_BUILD -MT CglGMIParam.lo -MD -MP -MF .deps/CglGMIParam.Tpo -c CglGMIParam.cpp -fPIC -DPIC -o .libs/CglGMIParam.o g++ -DHAVE_CONFIG_H -I. -I. -I.. -I./.. -I/usr/include/coin -I/usr/include/coin -march=rv64gc -mabi=lp64d -O2 -pipe -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -Wp,-D_GLIBCXX_ASSERTIONS -flto -DCGL_BUILD -MT CglGMI.lo -MD -MP -MF .deps/CglGMI.Tpo -c CglGMI.cpp -fPIC -DPIC -o .libs/CglGMI.o /bin/sh ../../../libtool --tag=CXX --mode=link g++ -march=rv64gc -mabi=lp64d -O2 -pipe -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -Wp,-D_GLIBCXX_ASSERTIONS -flto -DCGL_BUILD -Wl,-O1,--sort-common,--as-needed,-z,relro,-z,now -flto -o libCglGMI.la -no-undefined -version-info 11:4:10 CglGMI.lo CglGMIParam.lo libtool: link: warning: `-version-info/-version-number' is ignored for convenience libraries ar cru .libs/libCglGMI.a .libs/CglGMI.o .libs/CglGMIParam.o /usr/bin/ar: `u' modifier ignored since `D' is the default (see `U') ranlib .libs/libCglGMI.a creating libCglGMI.la (cd .libs && rm -f libCglGMI.la && ln -s ../libCglGMI.la libCglGMI.la) make[4]: Leaving directory '/build/coin-or-cgl/src/Cgl-releases-0.60.4/Cgl/src/CglGMI' Making all in CglGomory make[4]: Entering directory '/build/coin-or-cgl/src/Cgl-releases-0.60.4/Cgl/src/CglGomory' if /bin/sh ../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I`echo .` -I.. -I`echo ./..` -I/usr/include/coin -I/usr/include/coin -I/usr/include/coin -I/usr/include/coin-or/asl -march=rv64gc -mabi=lp64d -O2 -pipe -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -Wp,-D_GLIBCXX_ASSERTIONS -flto -DCGL_BUILD -MT CglGomory.lo -MD -MP -MF ".deps/CglGomory.Tpo" -c -o CglGomory.lo CglGomory.cpp; \ then mv -f ".deps/CglGomory.Tpo" ".deps/CglGomory.Plo"; else rm -f ".deps/CglGomory.Tpo"; exit 1; fi if /bin/sh ../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I`echo .` -I.. -I`echo ./..` -I/usr/include/coin -I/usr/include/coin -I/usr/include/coin -I/usr/include/coin-or/asl -march=rv64gc -mabi=lp64d -O2 -pipe -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -Wp,-D_GLIBCXX_ASSERTIONS -flto -DCGL_BUILD -MT CglGomoryTest.lo -MD -MP -MF ".deps/CglGomoryTest.Tpo" -c -o CglGomoryTest.lo CglGomoryTest.cpp; \ then mv -f ".deps/CglGomoryTest.Tpo" ".deps/CglGomoryTest.Plo"; else rm -f ".deps/CglGomoryTest.Tpo"; exit 1; fi mkdir .libs mkdir .libs /usr/bin/mkdir: cannot create directory '.libs': File exists g++ -DHAVE_CONFIG_H -I. -I. -I.. -I./.. -I/usr/include/coin -I/usr/include/coin -I/usr/include/coin -I/usr/include/coin-or/asl -march=rv64gc -mabi=lp64d -O2 -pipe -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -Wp,-D_GLIBCXX_ASSERTIONS -flto -DCGL_BUILD -MT CglGomoryTest.lo -MD -MP -MF .deps/CglGomoryTest.Tpo -c CglGomoryTest.cpp -fPIC -DPIC -o .libs/CglGomoryTest.o g++ -DHAVE_CONFIG_H -I. -I. -I.. -I./.. -I/usr/include/coin -I/usr/include/coin -I/usr/include/coin -I/usr/include/coin-or/asl -march=rv64gc -mabi=lp64d -O2 -pipe -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -Wp,-D_GLIBCXX_ASSERTIONS -flto -DCGL_BUILD -MT CglGomory.lo -MD -MP -MF .deps/CglGomory.Tpo -c CglGomory.cpp -fPIC -DPIC -o .libs/CglGomory.o /bin/sh ../../../libtool --tag=CXX --mode=link g++ -march=rv64gc -mabi=lp64d -O2 -pipe -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -Wp,-D_GLIBCXX_ASSERTIONS -flto -DCGL_BUILD -Wl,-O1,--sort-common,--as-needed,-z,relro,-z,now -flto -o libCglGomory.la -no-undefined -version-info 11:4:10 CglGomory.lo CglGomoryTest.lo libtool: link: warning: `-version-info/-version-number' is ignored for convenience libraries ar cru .libs/libCglGomory.a .libs/CglGomory.o .libs/CglGomoryTest.o /usr/bin/ar: `u' modifier ignored since `D' is the default (see `U') ranlib .libs/libCglGomory.a creating libCglGomory.la (cd .libs && rm -f libCglGomory.la && ln -s ../libCglGomory.la libCglGomory.la) make[4]: Leaving directory '/build/coin-or-cgl/src/Cgl-releases-0.60.4/Cgl/src/CglGomory' Making all in CglKnapsackCover make[4]: Entering directory '/build/coin-or-cgl/src/Cgl-releases-0.60.4/Cgl/src/CglKnapsackCover' if /bin/sh ../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I`echo .` -I.. -I`echo ./..` -I/usr/include/coin -I/usr/include/coin -march=rv64gc -mabi=lp64d -O2 -pipe -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -Wp,-D_GLIBCXX_ASSERTIONS -flto -DCGL_BUILD -MT CglKnapsackCover.lo -MD -MP -MF ".deps/CglKnapsackCover.Tpo" -c -o CglKnapsackCover.lo CglKnapsackCover.cpp; \ then mv -f ".deps/CglKnapsackCover.Tpo" ".deps/CglKnapsackCover.Plo"; else rm -f ".deps/CglKnapsackCover.Tpo"; exit 1; fi if /bin/sh ../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I`echo .` -I.. -I`echo ./..` -I/usr/include/coin -I/usr/include/coin -march=rv64gc -mabi=lp64d -O2 -pipe -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -Wp,-D_GLIBCXX_ASSERTIONS -flto -DCGL_BUILD -MT CglKnapsackCoverTest.lo -MD -MP -MF ".deps/CglKnapsackCoverTest.Tpo" -c -o CglKnapsackCoverTest.lo CglKnapsackCoverTest.cpp; \ then mv -f ".deps/CglKnapsackCoverTest.Tpo" ".deps/CglKnapsackCoverTest.Plo"; else rm -f ".deps/CglKnapsackCoverTest.Tpo"; exit 1; fi mkdir .libs mkdir .libs /usr/bin/mkdir: cannot create directory '.libs': File exists g++ -DHAVE_CONFIG_H -I. -I. -I.. -I./.. -I/usr/include/coin -I/usr/include/coin -march=rv64gc -mabi=lp64d -O2 -pipe -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -Wp,-D_GLIBCXX_ASSERTIONS -flto -DCGL_BUILD -MT CglKnapsackCoverTest.lo -MD -MP -MF .deps/CglKnapsackCoverTest.Tpo -c CglKnapsackCoverTest.cpp -fPIC -DPIC -o .libs/CglKnapsackCoverTest.o g++ -DHAVE_CONFIG_H -I. -I. -I.. -I./.. -I/usr/include/coin -I/usr/include/coin -march=rv64gc -mabi=lp64d -O2 -pipe -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -Wp,-D_GLIBCXX_ASSERTIONS -flto -DCGL_BUILD -MT CglKnapsackCover.lo -MD -MP -MF .deps/CglKnapsackCover.Tpo -c CglKnapsackCover.cpp -fPIC -DPIC -o .libs/CglKnapsackCover.o /bin/sh ../../../libtool --tag=CXX --mode=link g++ -march=rv64gc -mabi=lp64d -O2 -pipe -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -Wp,-D_GLIBCXX_ASSERTIONS -flto -DCGL_BUILD -Wl,-O1,--sort-common,--as-needed,-z,relro,-z,now -flto -o libCglKnapsackCover.la -no-undefined -version-info 11:4:10 CglKnapsackCover.lo CglKnapsackCoverTest.lo libtool: link: warning: `-version-info/-version-number' is ignored for convenience libraries ar cru .libs/libCglKnapsackCover.a .libs/CglKnapsackCover.o .libs/CglKnapsackCoverTest.o /usr/bin/ar: `u' modifier ignored since `D' is the default (see `U') ranlib .libs/libCglKnapsackCover.a creating libCglKnapsackCover.la (cd .libs && rm -f libCglKnapsackCover.la && ln -s ../libCglKnapsackCover.la libCglKnapsackCover.la) make[4]: Leaving directory '/build/coin-or-cgl/src/Cgl-releases-0.60.4/Cgl/src/CglKnapsackCover' Making all in CglLandP make[4]: Entering directory '/build/coin-or-cgl/src/Cgl-releases-0.60.4/Cgl/src/CglLandP' if /bin/sh ../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I`echo .` -I.. -I`echo ./..` -I`echo ./../CglGomory` -I/usr/include/coin -I/usr/include/coin -I/usr/include/coin -I/usr/include/coin-or/asl -march=rv64gc -mabi=lp64d -O2 -pipe -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -Wp,-D_GLIBCXX_ASSERTIONS -flto -DCGL_BUILD -MT CglLandPUtils.lo -MD -MP -MF ".deps/CglLandPUtils.Tpo" -c -o CglLandPUtils.lo CglLandPUtils.cpp; \ then mv -f ".deps/CglLandPUtils.Tpo" ".deps/CglLandPUtils.Plo"; else rm -f ".deps/CglLandPUtils.Tpo"; exit 1; fi if /bin/sh ../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I`echo .` -I.. -I`echo ./..` -I`echo ./../CglGomory` -I/usr/include/coin -I/usr/include/coin -I/usr/include/coin -I/usr/include/coin-or/asl -march=rv64gc -mabi=lp64d -O2 -pipe -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -Wp,-D_GLIBCXX_ASSERTIONS -flto -DCGL_BUILD -MT CglLandP.lo -MD -MP -MF ".deps/CglLandP.Tpo" -c -o CglLandP.lo CglLandP.cpp; \ then mv -f ".deps/CglLandP.Tpo" ".deps/CglLandP.Plo"; else rm -f ".deps/CglLandP.Tpo"; exit 1; fi if /bin/sh ../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I`echo .` -I.. -I`echo ./..` -I`echo ./../CglGomory` -I/usr/include/coin -I/usr/include/coin -I/usr/include/coin -I/usr/include/coin-or/asl -march=rv64gc -mabi=lp64d -O2 -pipe -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -Wp,-D_GLIBCXX_ASSERTIONS -flto -DCGL_BUILD -MT CglLandPTabRow.lo -MD -MP -MF ".deps/CglLandPTabRow.Tpo" -c -o CglLandPTabRow.lo CglLandPTabRow.cpp; \ then mv -f ".deps/CglLandPTabRow.Tpo" ".deps/CglLandPTabRow.Plo"; else rm -f ".deps/CglLandPTabRow.Tpo"; exit 1; fi if /bin/sh ../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I`echo .` -I.. -I`echo ./..` -I`echo ./../CglGomory` -I/usr/include/coin -I/usr/include/coin -I/usr/include/coin -I/usr/include/coin-or/asl -march=rv64gc -mabi=lp64d -O2 -pipe -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -Wp,-D_GLIBCXX_ASSERTIONS -flto -DCGL_BUILD -MT CglLandPMessages.lo -MD -MP -MF ".deps/CglLandPMessages.Tpo" -c -o CglLandPMessages.lo CglLandPMessages.cpp; \ then mv -f ".deps/CglLandPMessages.Tpo" ".deps/CglLandPMessages.Plo"; else rm -f ".deps/CglLandPMessages.Tpo"; exit 1; fi if /bin/sh ../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I`echo .` -I.. -I`echo ./..` -I`echo ./../CglGomory` -I/usr/include/coin -I/usr/include/coin -I/usr/include/coin -I/usr/include/coin-or/asl -march=rv64gc -mabi=lp64d -O2 -pipe -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -Wp,-D_GLIBCXX_ASSERTIONS -flto -DCGL_BUILD -MT CglLandPSimplex.lo -MD -MP -MF ".deps/CglLandPSimplex.Tpo" -c -o CglLandPSimplex.lo CglLandPSimplex.cpp; \ then mv -f ".deps/CglLandPSimplex.Tpo" ".deps/CglLandPSimplex.Plo"; else rm -f ".deps/CglLandPSimplex.Tpo"; exit 1; fi if /bin/sh ../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I`echo .` -I.. -I`echo ./..` -I`echo ./../CglGomory` -I/usr/include/coin -I/usr/include/coin -I/usr/include/coin -I/usr/include/coin-or/asl -march=rv64gc -mabi=lp64d -O2 -pipe -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -Wp,-D_GLIBCXX_ASSERTIONS -flto -DCGL_BUILD -MT CglLandPValidator.lo -MD -MP -MF ".deps/CglLandPValidator.Tpo" -c -o CglLandPValidator.lo CglLandPValidator.cpp; \ then mv -f ".deps/CglLandPValidator.Tpo" ".deps/CglLandPValidator.Plo"; else rm -f ".deps/CglLandPValidator.Tpo"; exit 1; fi if /bin/sh ../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I`echo .` -I.. -I`echo ./..` -I`echo ./../CglGomory` -I/usr/include/coin -I/usr/include/coin -I/usr/include/coin -I/usr/include/coin-or/asl -march=rv64gc -mabi=lp64d -O2 -pipe -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -Wp,-D_GLIBCXX_ASSERTIONS -flto -DCGL_BUILD -MT CglLandPTest.lo -MD -MP -MF ".deps/CglLandPTest.Tpo" -c -o CglLandPTest.lo CglLandPTest.cpp; \ then mv -f ".deps/CglLandPTest.Tpo" ".deps/CglLandPTest.Plo"; else rm -f ".deps/CglLandPTest.Tpo"; exit 1; fi mkdir .libs mkdir .libs mkdir .libs /usr/bin/mkdir: cannot create directory '.libs': File exists /usr/bin/mkdir: cannot create directory '.libs': File exists g++ -DHAVE_CONFIG_H -I. -I. -I.. -I./.. -I./../CglGomory -I/usr/include/coin -I/usr/include/coin -I/usr/include/coin -I/usr/include/coin-or/asl -march=rv64gc -mabi=lp64d -O2 -pipe -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -Wp,-D_GLIBCXX_ASSERTIONS -flto -DCGL_BUILD -MT CglLandPSimplex.lo -MD -MP -MF .deps/CglLandPSimplex.Tpo -c CglLandPSimplex.cpp -fPIC -DPIC -o .libs/CglLandPSimplex.o g++ -DHAVE_CONFIG_H -I. -I. -I.. -I./.. -I./../CglGomory -I/usr/include/coin -I/usr/include/coin -I/usr/include/coin -I/usr/include/coin-or/asl -march=rv64gc -mabi=lp64d -O2 -pipe -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -Wp,-D_GLIBCXX_ASSERTIONS -flto -DCGL_BUILD -MT CglLandPTabRow.lo -MD -MP -MF .deps/CglLandPTabRow.Tpo -c CglLandPTabRow.cpp -fPIC -DPIC -o .libs/CglLandPTabRow.o g++ -DHAVE_CONFIG_H -I. -I. -I.. -I./.. -I./../CglGomory -I/usr/include/coin -I/usr/include/coin -I/usr/include/coin -I/usr/include/coin-or/asl -march=rv64gc -mabi=lp64d -O2 -pipe -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -Wp,-D_GLIBCXX_ASSERTIONS -flto -DCGL_BUILD -MT CglLandP.lo -MD -MP -MF .deps/CglLandP.Tpo -c CglLandP.cpp -fPIC -DPIC -o .libs/CglLandP.o g++ -DHAVE_CONFIG_H -I. -I. -I.. -I./.. -I./../CglGomory -I/usr/include/coin -I/usr/include/coin -I/usr/include/coin -I/usr/include/coin-or/asl -march=rv64gc -mabi=lp64d -O2 -pipe -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -Wp,-D_GLIBCXX_ASSERTIONS -flto -DCGL_BUILD -MT CglLandPMessages.lo -MD -MP -MF .deps/CglLandPMessages.Tpo -c CglLandPMessages.cpp -fPIC -DPIC -o .libs/CglLandPMessages.o g++ -DHAVE_CONFIG_H -I. -I. -I.. -I./.. -I./../CglGomory -I/usr/include/coin -I/usr/include/coin -I/usr/include/coin -I/usr/include/coin-or/asl -march=rv64gc -mabi=lp64d -O2 -pipe -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -Wp,-D_GLIBCXX_ASSERTIONS -flto -DCGL_BUILD -MT CglLandPUtils.lo -MD -MP -MF .deps/CglLandPUtils.Tpo -c CglLandPUtils.cpp -fPIC -DPIC -o .libs/CglLandPUtils.o g++ -DHAVE_CONFIG_H -I. -I. -I.. -I./.. -I./../CglGomory -I/usr/include/coin -I/usr/include/coin -I/usr/include/coin -I/usr/include/coin-or/asl -march=rv64gc -mabi=lp64d -O2 -pipe -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -Wp,-D_GLIBCXX_ASSERTIONS -flto -DCGL_BUILD -MT CglLandPTest.lo -MD -MP -MF .deps/CglLandPTest.Tpo -c CglLandPTest.cpp -fPIC -DPIC -o .libs/CglLandPTest.o g++ -DHAVE_CONFIG_H -I. -I. -I.. -I./.. -I./../CglGomory -I/usr/include/coin -I/usr/include/coin -I/usr/include/coin -I/usr/include/coin-or/asl -march=rv64gc -mabi=lp64d -O2 -pipe -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -Wp,-D_GLIBCXX_ASSERTIONS -flto -DCGL_BUILD -MT CglLandPValidator.lo -MD -MP -MF .deps/CglLandPValidator.Tpo -c CglLandPValidator.cpp -fPIC -DPIC -o .libs/CglLandPValidator.o /bin/sh ../../../libtool --tag=CXX --mode=link g++ -march=rv64gc -mabi=lp64d -O2 -pipe -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -Wp,-D_GLIBCXX_ASSERTIONS -flto -DCGL_BUILD -Wl,-O1,--sort-common,--as-needed,-z,relro,-z,now -flto -o libCglLandP.la -no-undefined -version-info 11:4:10 CglLandPUtils.lo CglLandP.lo CglLandPTabRow.lo CglLandPMessages.lo CglLandPSimplex.lo CglLandPValidator.lo CglLandPTest.lo libtool: link: warning: `-version-info/-version-number' is ignored for convenience libraries ar cru .libs/libCglLandP.a .libs/CglLandPUtils.o .libs/CglLandP.o .libs/CglLandPTabRow.o .libs/CglLandPMessages.o .libs/CglLandPSimplex.o .libs/CglLandPValidator.o .libs/CglLandPTest.o /usr/bin/ar: `u' modifier ignored since `D' is the default (see `U') ranlib .libs/libCglLandP.a creating libCglLandP.la (cd .libs && rm -f libCglLandP.la && ln -s ../libCglLandP.la libCglLandP.la) make[4]: Leaving directory '/build/coin-or-cgl/src/Cgl-releases-0.60.4/Cgl/src/CglLandP' Making all in CglLiftAndProject make[4]: Entering directory '/build/coin-or-cgl/src/Cgl-releases-0.60.4/Cgl/src/CglLiftAndProject' if /bin/sh ../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I`echo .` -I.. -I`echo ./..` -I/usr/include/coin -I/usr/include/coin -march=rv64gc -mabi=lp64d -O2 -pipe -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -Wp,-D_GLIBCXX_ASSERTIONS -flto -DCGL_BUILD -MT CglLiftAndProject.lo -MD -MP -MF ".deps/CglLiftAndProject.Tpo" -c -o CglLiftAndProject.lo CglLiftAndProject.cpp; \ then mv -f ".deps/CglLiftAndProject.Tpo" ".deps/CglLiftAndProject.Plo"; else rm -f ".deps/CglLiftAndProject.Tpo"; exit 1; fi mkdir .libs g++ -DHAVE_CONFIG_H -I. -I. -I.. -I./.. -I/usr/include/coin -I/usr/include/coin -march=rv64gc -mabi=lp64d -O2 -pipe -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -Wp,-D_GLIBCXX_ASSERTIONS -flto -DCGL_BUILD -MT CglLiftAndProject.lo -MD -MP -MF .deps/CglLiftAndProject.Tpo -c CglLiftAndProject.cpp -fPIC -DPIC -o .libs/CglLiftAndProject.o /bin/sh ../../../libtool --tag=CXX --mode=link g++ -march=rv64gc -mabi=lp64d -O2 -pipe -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -Wp,-D_GLIBCXX_ASSERTIONS -flto -DCGL_BUILD -Wl,-O1,--sort-common,--as-needed,-z,relro,-z,now -flto -o libCglLiftAndProject.la -no-undefined -version-info 11:4:10 CglLiftAndProject.lo libtool: link: warning: `-version-info/-version-number' is ignored for convenience libraries ar cru .libs/libCglLiftAndProject.a .libs/CglLiftAndProject.o /usr/bin/ar: `u' modifier ignored since `D' is the default (see `U') ranlib .libs/libCglLiftAndProject.a creating libCglLiftAndProject.la (cd .libs && rm -f libCglLiftAndProject.la && ln -s ../libCglLiftAndProject.la libCglLiftAndProject.la) make[4]: Leaving directory '/build/coin-or-cgl/src/Cgl-releases-0.60.4/Cgl/src/CglLiftAndProject' Making all in CglMixedIntegerRounding make[4]: Entering directory '/build/coin-or-cgl/src/Cgl-releases-0.60.4/Cgl/src/CglMixedIntegerRounding' if /bin/sh ../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I`echo .` -I.. -I`echo ./..` -I/usr/include/coin -I/usr/include/coin -march=rv64gc -mabi=lp64d -O2 -pipe -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -Wp,-D_GLIBCXX_ASSERTIONS -flto -DCGL_BUILD -MT CglMixedIntegerRounding.lo -MD -MP -MF ".deps/CglMixedIntegerRounding.Tpo" -c -o CglMixedIntegerRounding.lo CglMixedIntegerRounding.cpp; \ then mv -f ".deps/CglMixedIntegerRounding.Tpo" ".deps/CglMixedIntegerRounding.Plo"; else rm -f ".deps/CglMixedIntegerRounding.Tpo"; exit 1; fi if /bin/sh ../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I`echo .` -I.. -I`echo ./..` -I/usr/include/coin -I/usr/include/coin -march=rv64gc -mabi=lp64d -O2 -pipe -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -Wp,-D_GLIBCXX_ASSERTIONS -flto -DCGL_BUILD -MT CglMixedIntegerRoundingTest.lo -MD -MP -MF ".deps/CglMixedIntegerRoundingTest.Tpo" -c -o CglMixedIntegerRoundingTest.lo CglMixedIntegerRoundingTest.cpp; \ then mv -f ".deps/CglMixedIntegerRoundingTest.Tpo" ".deps/CglMixedIntegerRoundingTest.Plo"; else rm -f ".deps/CglMixedIntegerRoundingTest.Tpo"; exit 1; fi mkdir .libs mkdir .libs /usr/bin/mkdir: cannot create directory '.libs': File exists g++ -DHAVE_CONFIG_H -I. -I. -I.. -I./.. -I/usr/include/coin -I/usr/include/coin -march=rv64gc -mabi=lp64d -O2 -pipe -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -Wp,-D_GLIBCXX_ASSERTIONS -flto -DCGL_BUILD -MT CglMixedIntegerRounding.lo -MD -MP -MF .deps/CglMixedIntegerRounding.Tpo -c CglMixedIntegerRounding.cpp -fPIC -DPIC -o .libs/CglMixedIntegerRounding.o g++ -DHAVE_CONFIG_H -I. -I. -I.. -I./.. -I/usr/include/coin -I/usr/include/coin -march=rv64gc -mabi=lp64d -O2 -pipe -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -Wp,-D_GLIBCXX_ASSERTIONS -flto -DCGL_BUILD -MT CglMixedIntegerRoundingTest.lo -MD -MP -MF .deps/CglMixedIntegerRoundingTest.Tpo -c CglMixedIntegerRoundingTest.cpp -fPIC -DPIC -o .libs/CglMixedIntegerRoundingTest.o /bin/sh ../../../libtool --tag=CXX --mode=link g++ -march=rv64gc -mabi=lp64d -O2 -pipe -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -Wp,-D_GLIBCXX_ASSERTIONS -flto -DCGL_BUILD -Wl,-O1,--sort-common,--as-needed,-z,relro,-z,now -flto -o libCglMixedIntegerRounding.la -no-undefined -version-info 11:4:10 CglMixedIntegerRounding.lo CglMixedIntegerRoundingTest.lo libtool: link: warning: `-version-info/-version-number' is ignored for convenience libraries ar cru .libs/libCglMixedIntegerRounding.a .libs/CglMixedIntegerRounding.o .libs/CglMixedIntegerRoundingTest.o /usr/bin/ar: `u' modifier ignored since `D' is the default (see `U') ranlib .libs/libCglMixedIntegerRounding.a creating libCglMixedIntegerRounding.la (cd .libs && rm -f libCglMixedIntegerRounding.la && ln -s ../libCglMixedIntegerRounding.la libCglMixedIntegerRounding.la) make[4]: Leaving directory '/build/coin-or-cgl/src/Cgl-releases-0.60.4/Cgl/src/CglMixedIntegerRounding' Making all in CglMixedIntegerRounding2 make[4]: Entering directory '/build/coin-or-cgl/src/Cgl-releases-0.60.4/Cgl/src/CglMixedIntegerRounding2' if /bin/sh ../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I`echo .` -I.. -I`echo ./..` -I/usr/include/coin -I/usr/include/coin -march=rv64gc -mabi=lp64d -O2 -pipe -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -Wp,-D_GLIBCXX_ASSERTIONS -flto -DCGL_BUILD -MT CglMixedIntegerRounding2.lo -MD -MP -MF ".deps/CglMixedIntegerRounding2.Tpo" -c -o CglMixedIntegerRounding2.lo CglMixedIntegerRounding2.cpp; \ then mv -f ".deps/CglMixedIntegerRounding2.Tpo" ".deps/CglMixedIntegerRounding2.Plo"; else rm -f ".deps/CglMixedIntegerRounding2.Tpo"; exit 1; fi if /bin/sh ../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I`echo .` -I.. -I`echo ./..` -I/usr/include/coin -I/usr/include/coin -march=rv64gc -mabi=lp64d -O2 -pipe -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -Wp,-D_GLIBCXX_ASSERTIONS -flto -DCGL_BUILD -MT CglMixedIntegerRounding2Test.lo -MD -MP -MF ".deps/CglMixedIntegerRounding2Test.Tpo" -c -o CglMixedIntegerRounding2Test.lo CglMixedIntegerRounding2Test.cpp; \ then mv -f ".deps/CglMixedIntegerRounding2Test.Tpo" ".deps/CglMixedIntegerRounding2Test.Plo"; else rm -f ".deps/CglMixedIntegerRounding2Test.Tpo"; exit 1; fi mkdir .libs mkdir .libs /usr/bin/mkdir: cannot create directory '.libs': File exists g++ -DHAVE_CONFIG_H -I. -I. -I.. -I./.. -I/usr/include/coin -I/usr/include/coin -march=rv64gc -mabi=lp64d -O2 -pipe -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -Wp,-D_GLIBCXX_ASSERTIONS -flto -DCGL_BUILD -MT CglMixedIntegerRounding2Test.lo -MD -MP -MF .deps/CglMixedIntegerRounding2Test.Tpo -c CglMixedIntegerRounding2Test.cpp -fPIC -DPIC -o .libs/CglMixedIntegerRounding2Test.o g++ -DHAVE_CONFIG_H -I. -I. -I.. -I./.. -I/usr/include/coin -I/usr/include/coin -march=rv64gc -mabi=lp64d -O2 -pipe -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -Wp,-D_GLIBCXX_ASSERTIONS -flto -DCGL_BUILD -MT CglMixedIntegerRounding2.lo -MD -MP -MF .deps/CglMixedIntegerRounding2.Tpo -c CglMixedIntegerRounding2.cpp -fPIC -DPIC -o .libs/CglMixedIntegerRounding2.o /bin/sh ../../../libtool --tag=CXX --mode=link g++ -march=rv64gc -mabi=lp64d -O2 -pipe -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -Wp,-D_GLIBCXX_ASSERTIONS -flto -DCGL_BUILD -Wl,-O1,--sort-common,--as-needed,-z,relro,-z,now -flto -o libCglMixedIntegerRounding2.la -no-undefined -version-info 11:4:10 CglMixedIntegerRounding2.lo CglMixedIntegerRounding2Test.lo libtool: link: warning: `-version-info/-version-number' is ignored for convenience libraries ar cru .libs/libCglMixedIntegerRounding2.a .libs/CglMixedIntegerRounding2.o .libs/CglMixedIntegerRounding2Test.o /usr/bin/ar: `u' modifier ignored since `D' is the default (see `U') ranlib .libs/libCglMixedIntegerRounding2.a creating libCglMixedIntegerRounding2.la (cd .libs && rm -f libCglMixedIntegerRounding2.la && ln -s ../libCglMixedIntegerRounding2.la libCglMixedIntegerRounding2.la) make[4]: Leaving directory '/build/coin-or-cgl/src/Cgl-releases-0.60.4/Cgl/src/CglMixedIntegerRounding2' Making all in CglOddHole make[4]: Entering directory '/build/coin-or-cgl/src/Cgl-releases-0.60.4/Cgl/src/CglOddHole' if /bin/sh ../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I`echo .` -I.. -I`echo ./..` -I/usr/include/coin -I/usr/include/coin -march=rv64gc -mabi=lp64d -O2 -pipe -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -Wp,-D_GLIBCXX_ASSERTIONS -flto -DCGL_BUILD -MT CglOddHole.lo -MD -MP -MF ".deps/CglOddHole.Tpo" -c -o CglOddHole.lo CglOddHole.cpp; \ then mv -f ".deps/CglOddHole.Tpo" ".deps/CglOddHole.Plo"; else rm -f ".deps/CglOddHole.Tpo"; exit 1; fi if /bin/sh ../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I`echo .` -I.. -I`echo ./..` -I/usr/include/coin -I/usr/include/coin -march=rv64gc -mabi=lp64d -O2 -pipe -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -Wp,-D_GLIBCXX_ASSERTIONS -flto -DCGL_BUILD -MT CglOddHoleTest.lo -MD -MP -MF ".deps/CglOddHoleTest.Tpo" -c -o CglOddHoleTest.lo CglOddHoleTest.cpp; \ then mv -f ".deps/CglOddHoleTest.Tpo" ".deps/CglOddHoleTest.Plo"; else rm -f ".deps/CglOddHoleTest.Tpo"; exit 1; fi mkdir .libs mkdir .libs /usr/bin/mkdir: g++ -DHAVE_CONFIG_H -I. -I. -I.. -I./.. -I/usr/include/coin -I/usr/include/coin -march=rv64gc -mabi=lp64d -O2 -pipe -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -Wp,-D_GLIBCXX_ASSERTIONS -flto -DCGL_BUILD -MT CglOddHoleTest.lo -MD -MP -MF .deps/CglOddHoleTest.Tpo -c CglOddHoleTest.cpp -fPIC -DPIC -o .libs/CglOddHoleTest.o cannot create directory '.libs': File exists g++ -DHAVE_CONFIG_H -I. -I. -I.. -I./.. -I/usr/include/coin -I/usr/include/coin -march=rv64gc -mabi=lp64d -O2 -pipe -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -Wp,-D_GLIBCXX_ASSERTIONS -flto -DCGL_BUILD -MT CglOddHole.lo -MD -MP -MF .deps/CglOddHole.Tpo -c CglOddHole.cpp -fPIC -DPIC -o .libs/CglOddHole.o /bin/sh ../../../libtool --tag=CXX --mode=link g++ -march=rv64gc -mabi=lp64d -O2 -pipe -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -Wp,-D_GLIBCXX_ASSERTIONS -flto -DCGL_BUILD -Wl,-O1,--sort-common,--as-needed,-z,relro,-z,now -flto -o libCglOddHole.la -no-undefined -version-info 11:4:10 CglOddHole.lo CglOddHoleTest.lo libtool: link: warning: `-version-info/-version-number' is ignored for convenience libraries ar cru .libs/libCglOddHole.a .libs/CglOddHole.o .libs/CglOddHoleTest.o /usr/bin/ar: `u' modifier ignored since `D' is the default (see `U') ranlib .libs/libCglOddHole.a creating libCglOddHole.la (cd .libs && rm -f libCglOddHole.la && ln -s ../libCglOddHole.la libCglOddHole.la) make[4]: Leaving directory '/build/coin-or-cgl/src/Cgl-releases-0.60.4/Cgl/src/CglOddHole' Making all in CglPreProcess make[4]: Entering directory '/build/coin-or-cgl/src/Cgl-releases-0.60.4/Cgl/src/CglPreProcess' if /bin/sh ../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I`echo .` -I.. -I`echo ./..` -I`echo ./../CglProbing` -I`echo ./../CglDuplicateRow` -I`echo ./../CglClique` -I/usr/include/coin -I/usr/include/coin -march=rv64gc -mabi=lp64d -O2 -pipe -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -Wp,-D_GLIBCXX_ASSERTIONS -flto -DCGL_BUILD -MT CglPreProcess.lo -MD -MP -MF ".deps/CglPreProcess.Tpo" -c -o CglPreProcess.lo CglPreProcess.cpp; \ then mv -f ".deps/CglPreProcess.Tpo" ".deps/CglPreProcess.Plo"; else rm -f ".deps/CglPreProcess.Tpo"; exit 1; fi mkdir .libs g++ -DHAVE_CONFIG_H -I. -I. -I.. -I./.. -I./../CglProbing -I./../CglDuplicateRow -I./../CglClique -I/usr/include/coin -I/usr/include/coin -march=rv64gc -mabi=lp64d -O2 -pipe -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -Wp,-D_GLIBCXX_ASSERTIONS -flto -DCGL_BUILD -MT CglPreProcess.lo -MD -MP -MF .deps/CglPreProcess.Tpo -c CglPreProcess.cpp -fPIC -DPIC -o .libs/CglPreProcess.o /bin/sh ../../../libtool --tag=CXX --mode=link g++ -march=rv64gc -mabi=lp64d -O2 -pipe -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -Wp,-D_GLIBCXX_ASSERTIONS -flto -DCGL_BUILD -Wl,-O1,--sort-common,--as-needed,-z,relro,-z,now -flto -o libCglPreProcess.la -no-undefined -version-info 11:4:10 CglPreProcess.lo libtool: link: warning: `-version-info/-version-number' is ignored for convenience libraries ar cru .libs/libCglPreProcess.a .libs/CglPreProcess.o /usr/bin/ar: `u' modifier ignored since `D' is the default (see `U') ranlib .libs/libCglPreProcess.a creating libCglPreProcess.la (cd .libs && rm -f libCglPreProcess.la && ln -s ../libCglPreProcess.la libCglPreProcess.la) make[4]: Leaving directory '/build/coin-or-cgl/src/Cgl-releases-0.60.4/Cgl/src/CglPreProcess' Making all in CglProbing make[4]: Entering directory '/build/coin-or-cgl/src/Cgl-releases-0.60.4/Cgl/src/CglProbing' if /bin/sh ../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I`echo .` -I.. -I`echo ./..` -I/usr/include/coin -I/usr/include/coin -march=rv64gc -mabi=lp64d -O2 -pipe -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -Wp,-D_GLIBCXX_ASSERTIONS -flto -DCGL_BUILD -MT CglProbing.lo -MD -MP -MF ".deps/CglProbing.Tpo" -c -o CglProbing.lo CglProbing.cpp; \ then mv -f ".deps/CglProbing.Tpo" ".deps/CglProbing.Plo"; else rm -f ".deps/CglProbing.Tpo"; exit 1; fi if /bin/sh ../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I`echo .` -I.. -I`echo ./..` -I/usr/include/coin -I/usr/include/coin -march=rv64gc -mabi=lp64d -O2 -pipe -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -Wp,-D_GLIBCXX_ASSERTIONS -flto -DCGL_BUILD -MT CglProbingTest.lo -MD -MP -MF ".deps/CglProbingTest.Tpo" -c -o CglProbingTest.lo CglProbingTest.cpp; \ then mv -f ".deps/CglProbingTest.Tpo" ".deps/CglProbingTest.Plo"; else rm -f ".deps/CglProbingTest.Tpo"; exit 1; fi mkdir .libs mkdir .libs /usr/bin/mkdir: cannot create directory '.libs': File exists g++ -DHAVE_CONFIG_H -I. -I. -I.. -I./.. -I/usr/include/coin -I/usr/include/coin -march=rv64gc -mabi=lp64d -O2 -pipe -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -Wp,-D_GLIBCXX_ASSERTIONS -flto -DCGL_BUILD -MT CglProbingTest.lo -MD -MP -MF .deps/CglProbingTest.Tpo -c CglProbingTest.cpp -fPIC -DPIC -o .libs/CglProbingTest.o g++ -DHAVE_CONFIG_H -I. -I. -I.. -I./.. -I/usr/include/coin -I/usr/include/coin -march=rv64gc -mabi=lp64d -O2 -pipe -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -Wp,-D_GLIBCXX_ASSERTIONS -flto -DCGL_BUILD -MT CglProbing.lo -MD -MP -MF .deps/CglProbing.Tpo -c CglProbing.cpp -fPIC -DPIC -o .libs/CglProbing.o /bin/sh ../../../libtool --tag=CXX --mode=link g++ -march=rv64gc -mabi=lp64d -O2 -pipe -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -Wp,-D_GLIBCXX_ASSERTIONS -flto -DCGL_BUILD -Wl,-O1,--sort-common,--as-needed,-z,relro,-z,now -flto -o libCglProbing.la -no-undefined -version-info 11:4:10 CglProbing.lo CglProbingTest.lo libtool: link: warning: `-version-info/-version-number' is ignored for convenience libraries ar cru .libs/libCglProbing.a .libs/CglProbing.o .libs/CglProbingTest.o /usr/bin/ar: `u' modifier ignored since `D' is the default (see `U') ranlib .libs/libCglProbing.a creating libCglProbing.la (cd .libs && rm -f libCglProbing.la && ln -s ../libCglProbing.la libCglProbing.la) make[4]: Leaving directory '/build/coin-or-cgl/src/Cgl-releases-0.60.4/Cgl/src/CglProbing' Making all in CglRedSplit make[4]: Entering directory '/build/coin-or-cgl/src/Cgl-releases-0.60.4/Cgl/src/CglRedSplit' if /bin/sh ../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I`echo .` -I.. -I`echo ./..` -I/usr/include/coin -I/usr/include/coin -march=rv64gc -mabi=lp64d -O2 -pipe -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -Wp,-D_GLIBCXX_ASSERTIONS -flto -DCGL_BUILD -MT CglRedSplit.lo -MD -MP -MF ".deps/CglRedSplit.Tpo" -c -o CglRedSplit.lo CglRedSplit.cpp; \ then mv -f ".deps/CglRedSplit.Tpo" ".deps/CglRedSplit.Plo"; else rm -f ".deps/CglRedSplit.Tpo"; exit 1; fi if /bin/sh ../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I`echo .` -I.. -I`echo ./..` -I/usr/include/coin -I/usr/include/coin -march=rv64gc -mabi=lp64d -O2 -pipe -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -Wp,-D_GLIBCXX_ASSERTIONS -flto -DCGL_BUILD -MT CglRedSplitTest.lo -MD -MP -MF ".deps/CglRedSplitTest.Tpo" -c -o CglRedSplitTest.lo CglRedSplitTest.cpp; \ then mv -f ".deps/CglRedSplitTest.Tpo" ".deps/CglRedSplitTest.Plo"; else rm -f ".deps/CglRedSplitTest.Tpo"; exit 1; fi if /bin/sh ../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I`echo .` -I.. -I`echo ./..` -I/usr/include/coin -I/usr/include/coin -march=rv64gc -mabi=lp64d -O2 -pipe -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -Wp,-D_GLIBCXX_ASSERTIONS -flto -DCGL_BUILD -MT CglRedSplitParam.lo -MD -MP -MF ".deps/CglRedSplitParam.Tpo" -c -o CglRedSplitParam.lo CglRedSplitParam.cpp; \ then mv -f ".deps/CglRedSplitParam.Tpo" ".deps/CglRedSplitParam.Plo"; else rm -f ".deps/CglRedSplitParam.Tpo"; exit 1; fi mkdir .libs mkdir .libs mkdir .libs /usr/bin/mkdir: /usr/bin/mkdir: cannot create directory '.libs': File exists cannot create directory '.libs': File exists g++ -DHAVE_CONFIG_H -I. -I. -I.. -I./.. -I/usr/include/coin -I/usr/include/coin -march=rv64gc -mabi=lp64d -O2 -pipe -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -Wp,-D_GLIBCXX_ASSERTIONS -flto -DCGL_BUILD -MT CglRedSplit.lo -MD -MP -MF .deps/CglRedSplit.Tpo -c CglRedSplit.cpp -fPIC -DPIC -o .libs/CglRedSplit.o g++ -DHAVE_CONFIG_H -I. -I. -I.. -I./.. -I/usr/include/coin -I/usr/include/coin -march=rv64gc -mabi=lp64d -O2 -pipe -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -Wp,-D_GLIBCXX_ASSERTIONS -flto -DCGL_BUILD -MT CglRedSplitTest.lo -MD -MP -MF .deps/CglRedSplitTest.Tpo -c CglRedSplitTest.cpp -fPIC -DPIC -o .libs/CglRedSplitTest.o g++ -DHAVE_CONFIG_H -I. -I. -I.. -I./.. -I/usr/include/coin -I/usr/include/coin -march=rv64gc -mabi=lp64d -O2 -pipe -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -Wp,-D_GLIBCXX_ASSERTIONS -flto -DCGL_BUILD -MT CglRedSplitParam.lo -MD -MP -MF .deps/CglRedSplitParam.Tpo -c CglRedSplitParam.cpp -fPIC -DPIC -o .libs/CglRedSplitParam.o /bin/sh ../../../libtool --tag=CXX --mode=link g++ -march=rv64gc -mabi=lp64d -O2 -pipe -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -Wp,-D_GLIBCXX_ASSERTIONS -flto -DCGL_BUILD -Wl,-O1,--sort-common,--as-needed,-z,relro,-z,now -flto -o libCglRedSplit.la -no-undefined -version-info 11:4:10 CglRedSplit.lo CglRedSplitTest.lo CglRedSplitParam.lo libtool: link: warning: `-version-info/-version-number' is ignored for convenience libraries ar cru .libs/libCglRedSplit.a .libs/CglRedSplit.o .libs/CglRedSplitTest.o .libs/CglRedSplitParam.o /usr/bin/ar: `u' modifier ignored since `D' is the default (see `U') ranlib .libs/libCglRedSplit.a creating libCglRedSplit.la (cd .libs && rm -f libCglRedSplit.la && ln -s ../libCglRedSplit.la libCglRedSplit.la) make[4]: Leaving directory '/build/coin-or-cgl/src/Cgl-releases-0.60.4/Cgl/src/CglRedSplit' Making all in CglRedSplit2 make[4]: Entering directory '/build/coin-or-cgl/src/Cgl-releases-0.60.4/Cgl/src/CglRedSplit2' if /bin/sh ../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I`echo .` -I.. -I`echo ./..` -I/usr/include/coin -I/usr/include/coin -march=rv64gc -mabi=lp64d -O2 -pipe -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -Wp,-D_GLIBCXX_ASSERTIONS -flto -DCGL_BUILD -MT CglRedSplit2.lo -MD -MP -MF ".deps/CglRedSplit2.Tpo" -c -o CglRedSplit2.lo CglRedSplit2.cpp; \ then mv -f ".deps/CglRedSplit2.Tpo" ".deps/CglRedSplit2.Plo"; else rm -f ".deps/CglRedSplit2.Tpo"; exit 1; fi if /bin/sh ../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I`echo .` -I.. -I`echo ./..` -I/usr/include/coin -I/usr/include/coin -march=rv64gc -mabi=lp64d -O2 -pipe -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -Wp,-D_GLIBCXX_ASSERTIONS -flto -DCGL_BUILD -MT CglRedSplit2Test.lo -MD -MP -MF ".deps/CglRedSplit2Test.Tpo" -c -o CglRedSplit2Test.lo CglRedSplit2Test.cpp; \ then mv -f ".deps/CglRedSplit2Test.Tpo" ".deps/CglRedSplit2Test.Plo"; else rm -f ".deps/CglRedSplit2Test.Tpo"; exit 1; fi if /bin/sh ../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I`echo .` -I.. -I`echo ./..` -I/usr/include/coin -I/usr/include/coin -march=rv64gc -mabi=lp64d -O2 -pipe -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -Wp,-D_GLIBCXX_ASSERTIONS -flto -DCGL_BUILD -MT CglRedSplit2Param.lo -MD -MP -MF ".deps/CglRedSplit2Param.Tpo" -c -o CglRedSplit2Param.lo CglRedSplit2Param.cpp; \ then mv -f ".deps/CglRedSplit2Param.Tpo" ".deps/CglRedSplit2Param.Plo"; else rm -f ".deps/CglRedSplit2Param.Tpo"; exit 1; fi mkdir .libs mkdir .libs mkdir .libs /usr/bin/mkdir: /usr/bin/mkdir: cannot create directory '.libs': File exists cannot create directory '.libs': File exists g++ -DHAVE_CONFIG_H -I. -I. -I.. -I./.. -I/usr/include/coin -I/usr/include/coin -march=rv64gc -mabi=lp64d -O2 -pipe -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -Wp,-D_GLIBCXX_ASSERTIONS -flto -DCGL_BUILD -MT CglRedSplit2Param.lo -MD -MP -MF .deps/CglRedSplit2Param.Tpo -c CglRedSplit2Param.cpp -fPIC -DPIC -o .libs/CglRedSplit2Param.o g++ -DHAVE_CONFIG_H -I. -I. -I.. -I./.. -I/usr/include/coin -I/usr/include/coin -march=rv64gc -mabi=lp64d -O2 -pipe -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -Wp,-D_GLIBCXX_ASSERTIONS -flto -DCGL_BUILD -MT CglRedSplit2Test.lo -MD -MP -MF .deps/CglRedSplit2Test.Tpo -c CglRedSplit2Test.cpp -fPIC -DPIC -o .libs/CglRedSplit2Test.o g++ -DHAVE_CONFIG_H -I. -I. -I.. -I./.. -I/usr/include/coin -I/usr/include/coin -march=rv64gc -mabi=lp64d -O2 -pipe -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -Wp,-D_GLIBCXX_ASSERTIONS -flto -DCGL_BUILD -MT CglRedSplit2.lo -MD -MP -MF .deps/CglRedSplit2.Tpo -c CglRedSplit2.cpp -fPIC -DPIC -o .libs/CglRedSplit2.o /bin/sh ../../../libtool --tag=CXX --mode=link g++ -march=rv64gc -mabi=lp64d -O2 -pipe -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -Wp,-D_GLIBCXX_ASSERTIONS -flto -DCGL_BUILD -Wl,-O1,--sort-common,--as-needed,-z,relro,-z,now -flto -o libCglRedSplit2.la -no-undefined -version-info 11:4:10 CglRedSplit2.lo CglRedSplit2Test.lo CglRedSplit2Param.lo libtool: link: warning: `-version-info/-version-number' is ignored for convenience libraries ar cru .libs/libCglRedSplit2.a .libs/CglRedSplit2.o .libs/CglRedSplit2Test.o .libs/CglRedSplit2Param.o /usr/bin/ar: `u' modifier ignored since `D' is the default (see `U') ranlib .libs/libCglRedSplit2.a creating libCglRedSplit2.la (cd .libs && rm -f libCglRedSplit2.la && ln -s ../libCglRedSplit2.la libCglRedSplit2.la) make[4]: Leaving directory '/build/coin-or-cgl/src/Cgl-releases-0.60.4/Cgl/src/CglRedSplit2' Making all in CglResidualCapacity make[4]: Entering directory '/build/coin-or-cgl/src/Cgl-releases-0.60.4/Cgl/src/CglResidualCapacity' if /bin/sh ../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I`echo .` -I.. -I`echo ./..` -I/usr/include/coin -I/usr/include/coin -march=rv64gc -mabi=lp64d -O2 -pipe -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -Wp,-D_GLIBCXX_ASSERTIONS -flto -DCGL_BUILD -MT CglResidualCapacity.lo -MD -MP -MF ".deps/CglResidualCapacity.Tpo" -c -o CglResidualCapacity.lo CglResidualCapacity.cpp; \ then mv -f ".deps/CglResidualCapacity.Tpo" ".deps/CglResidualCapacity.Plo"; else rm -f ".deps/CglResidualCapacity.Tpo"; exit 1; fi if /bin/sh ../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I`echo .` -I.. -I`echo ./..` -I/usr/include/coin -I/usr/include/coin -march=rv64gc -mabi=lp64d -O2 -pipe -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -Wp,-D_GLIBCXX_ASSERTIONS -flto -DCGL_BUILD -MT CglResidualCapacityTest.lo -MD -MP -MF ".deps/CglResidualCapacityTest.Tpo" -c -o CglResidualCapacityTest.lo CglResidualCapacityTest.cpp; \ then mv -f ".deps/CglResidualCapacityTest.Tpo" ".deps/CglResidualCapacityTest.Plo"; else rm -f ".deps/CglResidualCapacityTest.Tpo"; exit 1; fi mkdir .libs mkdir .libs /usr/bin/mkdir: cannot create directory '.libs': File exists g++ -DHAVE_CONFIG_H -I. -I. -I.. -I./.. -I/usr/include/coin -I/usr/include/coin -march=rv64gc -mabi=lp64d -O2 -pipe -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -Wp,-D_GLIBCXX_ASSERTIONS -flto -DCGL_BUILD -MT CglResidualCapacity.lo -MD -MP -MF .deps/CglResidualCapacity.Tpo -c CglResidualCapacity.cpp -fPIC -DPIC -o .libs/CglResidualCapacity.o g++ -DHAVE_CONFIG_H -I. -I. -I.. -I./.. -I/usr/include/coin -I/usr/include/coin -march=rv64gc -mabi=lp64d -O2 -pipe -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -Wp,-D_GLIBCXX_ASSERTIONS -flto -DCGL_BUILD -MT CglResidualCapacityTest.lo -MD -MP -MF .deps/CglResidualCapacityTest.Tpo -c CglResidualCapacityTest.cpp -fPIC -DPIC -o .libs/CglResidualCapacityTest.o /bin/sh ../../../libtool --tag=CXX --mode=link g++ -march=rv64gc -mabi=lp64d -O2 -pipe -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -Wp,-D_GLIBCXX_ASSERTIONS -flto -DCGL_BUILD -Wl,-O1,--sort-common,--as-needed,-z,relro,-z,now -flto -o libCglResidualCapacity.la -no-undefined -version-info 11:4:10 CglResidualCapacity.lo CglResidualCapacityTest.lo libtool: link: warning: `-version-info/-version-number' is ignored for convenience libraries ar cru .libs/libCglResidualCapacity.a .libs/CglResidualCapacity.o .libs/CglResidualCapacityTest.o /usr/bin/ar: `u' modifier ignored since `D' is the default (see `U') ranlib .libs/libCglResidualCapacity.a creating libCglResidualCapacity.la (cd .libs && rm -f libCglResidualCapacity.la && ln -s ../libCglResidualCapacity.la libCglResidualCapacity.la) make[4]: Leaving directory '/build/coin-or-cgl/src/Cgl-releases-0.60.4/Cgl/src/CglResidualCapacity' Making all in CglSimpleRounding make[4]: Entering directory '/build/coin-or-cgl/src/Cgl-releases-0.60.4/Cgl/src/CglSimpleRounding' if /bin/sh ../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I`echo .` -I.. -I`echo ./..` -I/usr/include/coin -I/usr/include/coin -march=rv64gc -mabi=lp64d -O2 -pipe -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -Wp,-D_GLIBCXX_ASSERTIONS -flto -DCGL_BUILD -MT CglSimpleRounding.lo -MD -MP -MF ".deps/CglSimpleRounding.Tpo" -c -o CglSimpleRounding.lo CglSimpleRounding.cpp; \ then mv -f ".deps/CglSimpleRounding.Tpo" ".deps/CglSimpleRounding.Plo"; else rm -f ".deps/CglSimpleRounding.Tpo"; exit 1; fi if /bin/sh ../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I`echo .` -I.. -I`echo ./..` -I/usr/include/coin -I/usr/include/coin -march=rv64gc -mabi=lp64d -O2 -pipe -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -Wp,-D_GLIBCXX_ASSERTIONS -flto -DCGL_BUILD -MT CglSimpleRoundingTest.lo -MD -MP -MF ".deps/CglSimpleRoundingTest.Tpo" -c -o CglSimpleRoundingTest.lo CglSimpleRoundingTest.cpp; \ then mv -f ".deps/CglSimpleRoundingTest.Tpo" ".deps/CglSimpleRoundingTest.Plo"; else rm -f ".deps/CglSimpleRoundingTest.Tpo"; exit 1; fi mkdir .libs g++ -DHAVE_CONFIG_H -I. -I. -I.. -I./.. -I/usr/include/coin -I/usr/include/coin -march=rv64gc -mabi=lp64d -O2 -pipe -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -Wp,-D_GLIBCXX_ASSERTIONS -flto -DCGL_BUILD -MT CglSimpleRounding.lo -MD -MP -MF .deps/CglSimpleRounding.Tpo -c CglSimpleRounding.cpp -fPIC -DPIC -o .libs/CglSimpleRounding.o g++ -DHAVE_CONFIG_H -I. -I. -I.. -I./.. -I/usr/include/coin -I/usr/include/coin -march=rv64gc -mabi=lp64d -O2 -pipe -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -Wp,-D_GLIBCXX_ASSERTIONS -flto -DCGL_BUILD -MT CglSimpleRoundingTest.lo -MD -MP -MF .deps/CglSimpleRoundingTest.Tpo -c CglSimpleRoundingTest.cpp -fPIC -DPIC -o .libs/CglSimpleRoundingTest.o /bin/sh ../../../libtool --tag=CXX --mode=link g++ -march=rv64gc -mabi=lp64d -O2 -pipe -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -Wp,-D_GLIBCXX_ASSERTIONS -flto -DCGL_BUILD -Wl,-O1,--sort-common,--as-needed,-z,relro,-z,now -flto -o libCglSimpleRounding.la -no-undefined -version-info 11:4:10 CglSimpleRounding.lo CglSimpleRoundingTest.lo libtool: link: warning: `-version-info/-version-number' is ignored for convenience libraries ar cru .libs/libCglSimpleRounding.a .libs/CglSimpleRounding.o .libs/CglSimpleRoundingTest.o /usr/bin/ar: `u' modifier ignored since `D' is the default (see `U') ranlib .libs/libCglSimpleRounding.a creating libCglSimpleRounding.la (cd .libs && rm -f libCglSimpleRounding.la && ln -s ../libCglSimpleRounding.la libCglSimpleRounding.la) make[4]: Leaving directory '/build/coin-or-cgl/src/Cgl-releases-0.60.4/Cgl/src/CglSimpleRounding' Making all in CglTwomir make[4]: Entering directory '/build/coin-or-cgl/src/Cgl-releases-0.60.4/Cgl/src/CglTwomir' if /bin/sh ../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I`echo .` -I.. -I`echo ./..` -I/usr/include/coin -I/usr/include/coin -I/usr/include/coin -I/usr/include/coin-or/asl -march=rv64gc -mabi=lp64d -O2 -pipe -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -Wp,-D_GLIBCXX_ASSERTIONS -flto -DCGL_BUILD -MT CglTwomir.lo -MD -MP -MF ".deps/CglTwomir.Tpo" -c -o CglTwomir.lo CglTwomir.cpp; \ then mv -f ".deps/CglTwomir.Tpo" ".deps/CglTwomir.Plo"; else rm -f ".deps/CglTwomir.Tpo"; exit 1; fi if /bin/sh ../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I`echo .` -I.. -I`echo ./..` -I/usr/include/coin -I/usr/include/coin -I/usr/include/coin -I/usr/include/coin-or/asl -march=rv64gc -mabi=lp64d -O2 -pipe -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -Wp,-D_GLIBCXX_ASSERTIONS -flto -DCGL_BUILD -MT CglTwomirTest.lo -MD -MP -MF ".deps/CglTwomirTest.Tpo" -c -o CglTwomirTest.lo CglTwomirTest.cpp; \ then mv -f ".deps/CglTwomirTest.Tpo" ".deps/CglTwomirTest.Plo"; else rm -f ".deps/CglTwomirTest.Tpo"; exit 1; fi mkdir .libs mkdir .libs /usr/bin/mkdir: cannot create directory '.libs': File exists g++ -DHAVE_CONFIG_H -I. -I. -I.. -I./.. -I/usr/include/coin -I/usr/include/coin -I/usr/include/coin -I/usr/include/coin-or/asl -march=rv64gc -mabi=lp64d -O2 -pipe -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -Wp,-D_GLIBCXX_ASSERTIONS -flto -DCGL_BUILD -MT CglTwomirTest.lo -MD -MP -MF .deps/CglTwomirTest.Tpo -c CglTwomirTest.cpp -fPIC -DPIC -o .libs/CglTwomirTest.o g++ -DHAVE_CONFIG_H -I. -I. -I.. -I./.. -I/usr/include/coin -I/usr/include/coin -I/usr/include/coin -I/usr/include/coin-or/asl -march=rv64gc -mabi=lp64d -O2 -pipe -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -Wp,-D_GLIBCXX_ASSERTIONS -flto -DCGL_BUILD -MT CglTwomir.lo -MD -MP -MF .deps/CglTwomir.Tpo -c CglTwomir.cpp -fPIC -DPIC -o .libs/CglTwomir.o /bin/sh ../../../libtool --tag=CXX --mode=link g++ -march=rv64gc -mabi=lp64d -O2 -pipe -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -Wp,-D_GLIBCXX_ASSERTIONS -flto -DCGL_BUILD -Wl,-O1,--sort-common,--as-needed,-z,relro,-z,now -flto -o libCglTwomir.la -no-undefined -version-info 11:4:10 CglTwomir.lo CglTwomirTest.lo libtool: link: warning: `-version-info/-version-number' is ignored for convenience libraries ar cru .libs/libCglTwomir.a .libs/CglTwomir.o .libs/CglTwomirTest.o /usr/bin/ar: `u' modifier ignored since `D' is the default (see `U') ranlib .libs/libCglTwomir.a creating libCglTwomir.la (cd .libs && rm -f libCglTwomir.la && ln -s ../libCglTwomir.la libCglTwomir.la) make[4]: Leaving directory '/build/coin-or-cgl/src/Cgl-releases-0.60.4/Cgl/src/CglTwomir' Making all in CglZeroHalf make[4]: Entering directory '/build/coin-or-cgl/src/Cgl-releases-0.60.4/Cgl/src/CglZeroHalf' if /bin/sh ../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I`echo .` -I`echo ./..` -I/usr/include/coin -I/usr/include/coin -march=rv64gc -mabi=lp64d -O2 -pipe -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -Wp,-D_GLIBCXX_ASSERTIONS -flto -DCGL_BUILD -MT CglZeroHalf.lo -MD -MP -MF ".deps/CglZeroHalf.Tpo" -c -o CglZeroHalf.lo CglZeroHalf.cpp; \ then mv -f ".deps/CglZeroHalf.Tpo" ".deps/CglZeroHalf.Plo"; else rm -f ".deps/CglZeroHalf.Tpo"; exit 1; fi if /bin/sh ../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I`echo .` -I`echo ./..` -I/usr/include/coin -I/usr/include/coin -march=rv64gc -mabi=lp64d -O2 -pipe -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -Wp,-D_GLIBCXX_ASSERTIONS -flto -DCGL_BUILD -MT Cgl012cut.lo -MD -MP -MF ".deps/Cgl012cut.Tpo" -c -o Cgl012cut.lo Cgl012cut.cpp; \ then mv -f ".deps/Cgl012cut.Tpo" ".deps/Cgl012cut.Plo"; else rm -f ".deps/Cgl012cut.Tpo"; exit 1; fi if /bin/sh ../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I`echo .` -I`echo ./..` -I/usr/include/coin -I/usr/include/coin -march=rv64gc -mabi=lp64d -O2 -pipe -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -Wp,-D_GLIBCXX_ASSERTIONS -flto -DCGL_BUILD -MT CglZeroHalfTest.lo -MD -MP -MF ".deps/CglZeroHalfTest.Tpo" -c -o CglZeroHalfTest.lo CglZeroHalfTest.cpp; \ then mv -f ".deps/CglZeroHalfTest.Tpo" ".deps/CglZeroHalfTest.Plo"; else rm -f ".deps/CglZeroHalfTest.Tpo"; exit 1; fi mkdir .libs g++ -DHAVE_CONFIG_H -I. -I. -I./.. -I/usr/include/coin -I/usr/include/coin -march=rv64gc -mabi=lp64d -O2 -pipe -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -Wp,-D_GLIBCXX_ASSERTIONS -flto -DCGL_BUILD -MT CglZeroHalf.lo -MD -MP -MF .deps/CglZeroHalf.Tpo -c CglZeroHalf.cpp -fPIC -DPIC -o .libs/CglZeroHalf.o g++ -DHAVE_CONFIG_H -I. -I. -I./.. -I/usr/include/coin -I/usr/include/coin -march=rv64gc -mabi=lp64d -O2 -pipe -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -Wp,-D_GLIBCXX_ASSERTIONS -flto -DCGL_BUILD -MT Cgl012cut.lo -MD -MP -MF .deps/Cgl012cut.Tpo -c Cgl012cut.cpp -fPIC -DPIC -o .libs/Cgl012cut.o g++ -DHAVE_CONFIG_H -I. -I. -I./.. -I/usr/include/coin -I/usr/include/coin -march=rv64gc -mabi=lp64d -O2 -pipe -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -Wp,-D_GLIBCXX_ASSERTIONS -flto -DCGL_BUILD -MT CglZeroHalfTest.lo -MD -MP -MF .deps/CglZeroHalfTest.Tpo -c CglZeroHalfTest.cpp -fPIC -DPIC -o .libs/CglZeroHalfTest.o /bin/sh ../../../libtool --tag=CXX --mode=link g++ -march=rv64gc -mabi=lp64d -O2 -pipe -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -Wp,-D_GLIBCXX_ASSERTIONS -flto -DCGL_BUILD -Wl,-O1,--sort-common,--as-needed,-z,relro,-z,now -flto -o libCglZeroHalf.la -no-undefined -version-info 11:4:10 CglZeroHalf.lo Cgl012cut.lo CglZeroHalfTest.lo libtool: link: warning: `-version-info/-version-number' is ignored for convenience libraries ar cru .libs/libCglZeroHalf.a .libs/CglZeroHalf.o .libs/Cgl012cut.o .libs/CglZeroHalfTest.o /usr/bin/ar: `u' modifier ignored since `D' is the default (see `U') ranlib .libs/libCglZeroHalf.a creating libCglZeroHalf.la (cd .libs && rm -f libCglZeroHalf.la && ln -s ../libCglZeroHalf.la libCglZeroHalf.la) make[4]: Leaving directory '/build/coin-or-cgl/src/Cgl-releases-0.60.4/Cgl/src/CglZeroHalf' make[4]: Entering directory '/build/coin-or-cgl/src/Cgl-releases-0.60.4/Cgl/src' if /bin/sh ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I`echo .` -I/usr/include/coin -I/usr/include/coin -march=rv64gc -mabi=lp64d -O2 -pipe -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -Wp,-D_GLIBCXX_ASSERTIONS -flto -DCGL_BUILD -MT CglCutGenerator.lo -MD -MP -MF ".deps/CglCutGenerator.Tpo" -c -o CglCutGenerator.lo CglCutGenerator.cpp; \ then mv -f ".deps/CglCutGenerator.Tpo" ".deps/CglCutGenerator.Plo"; else rm -f ".deps/CglCutGenerator.Tpo"; exit 1; fi if /bin/sh ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I`echo .` -I/usr/include/coin -I/usr/include/coin -march=rv64gc -mabi=lp64d -O2 -pipe -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -Wp,-D_GLIBCXX_ASSERTIONS -flto -DCGL_BUILD -MT CglMessage.lo -MD -MP -MF ".deps/CglMessage.Tpo" -c -o CglMessage.lo CglMessage.cpp; \ then mv -f ".deps/CglMessage.Tpo" ".deps/CglMessage.Plo"; else rm -f ".deps/CglMessage.Tpo"; exit 1; fi if /bin/sh ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I`echo .` -I/usr/include/coin -I/usr/include/coin -march=rv64gc -mabi=lp64d -O2 -pipe -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -Wp,-D_GLIBCXX_ASSERTIONS -flto -DCGL_BUILD -MT CglStored.lo -MD -MP -MF ".deps/CglStored.Tpo" -c -o CglStored.lo CglStored.cpp; \ then mv -f ".deps/CglStored.Tpo" ".deps/CglStored.Plo"; else rm -f ".deps/CglStored.Tpo"; exit 1; fi if /bin/sh ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I`echo .` -I/usr/include/coin -I/usr/include/coin -march=rv64gc -mabi=lp64d -O2 -pipe -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -Wp,-D_GLIBCXX_ASSERTIONS -flto -DCGL_BUILD -MT CglParam.lo -MD -MP -MF ".deps/CglParam.Tpo" -c -o CglParam.lo CglParam.cpp; \ then mv -f ".deps/CglParam.Tpo" ".deps/CglParam.Plo"; else rm -f ".deps/CglParam.Tpo"; exit 1; fi if /bin/sh ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I`echo .` -I/usr/include/coin -I/usr/include/coin -march=rv64gc -mabi=lp64d -O2 -pipe -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -Wp,-D_GLIBCXX_ASSERTIONS -flto -DCGL_BUILD -MT CglTreeInfo.lo -MD -MP -MF ".deps/CglTreeInfo.Tpo" -c -o CglTreeInfo.lo CglTreeInfo.cpp; \ then mv -f ".deps/CglTreeInfo.Tpo" ".deps/CglTreeInfo.Plo"; else rm -f ".deps/CglTreeInfo.Tpo"; exit 1; fi mkdir .libs mkdir .libs /usr/bin/mkdir: cannot create directory '.libs': File exists g++ -DHAVE_CONFIG_H -I. -I. -I/usr/include/coin -I/usr/include/coin -march=rv64gc -mabi=lp64d -O2 -pipe -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -Wp,-D_GLIBCXX_ASSERTIONS -flto -DCGL_BUILD -MT CglStored.lo -MD -MP -MF .deps/CglStored.Tpo -c CglStored.cpp -fPIC -DPIC -o .libs/CglStored.o g++ -DHAVE_CONFIG_H -I. -I. -I/usr/include/coin -I/usr/include/coin -march=rv64gc -mabi=lp64d -O2 -pipe -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -Wp,-D_GLIBCXX_ASSERTIONS -flto -DCGL_BUILD -MT CglMessage.lo -MD -MP -MF .deps/CglMessage.Tpo -c CglMessage.cpp -fPIC -DPIC -o .libs/CglMessage.o g++ -DHAVE_CONFIG_H -I. -I. -I/usr/include/coin -I/usr/include/coin -march=rv64gc -mabi=lp64d -O2 -pipe -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -Wp,-D_GLIBCXX_ASSERTIONS -flto -DCGL_BUILD -MT CglParam.lo -MD -MP -MF .deps/CglParam.Tpo -c CglParam.cpp -fPIC -DPIC -o .libs/CglParam.o g++ -DHAVE_CONFIG_H -I. -I. -I/usr/include/coin -I/usr/include/coin -march=rv64gc -mabi=lp64d -O2 -pipe -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -Wp,-D_GLIBCXX_ASSERTIONS -flto -DCGL_BUILD -MT CglTreeInfo.lo -MD -MP -MF .deps/CglTreeInfo.Tpo -c CglTreeInfo.cpp -fPIC -DPIC -o .libs/CglTreeInfo.o g++ -DHAVE_CONFIG_H -I. -I. -I/usr/include/coin -I/usr/include/coin -march=rv64gc -mabi=lp64d -O2 -pipe -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -Wp,-D_GLIBCXX_ASSERTIONS -flto -DCGL_BUILD -MT CglCutGenerator.lo -MD -MP -MF .deps/CglCutGenerator.Tpo -c CglCutGenerator.cpp -fPIC -DPIC -o .libs/CglCutGenerator.o CglStored.cpp: In constructor 'CglStored::CglStored(const char*)': CglStored.cpp:304:12: warning: ignoring return value of 'size_t fread(void*, size_t, size_t, FILE*)' declared with attribute 'warn_unused_result' [-Wunused-result] 304 | fread(index, sizeof(int), n, fp); | ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~ CglStored.cpp:305:12: warning: ignoring return value of 'size_t fread(void*, size_t, size_t, FILE*)' declared with attribute 'warn_unused_result' [-Wunused-result] 305 | fread(coefficient, sizeof(double), n, fp); | ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /bin/sh ../../libtool --tag=CXX --mode=link g++ -march=rv64gc -mabi=lp64d -O2 -pipe -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -Wp,-D_GLIBCXX_ASSERTIONS -flto -DCGL_BUILD -Wl,-O1,--sort-common,--as-needed,-z,relro,-z,now -flto -o libCgl.la -rpath /usr/lib -no-undefined -version-info 11:4:10 CglCutGenerator.lo CglMessage.lo CglStored.lo CglParam.lo CglTreeInfo.lo CglAllDifferent/libCglAllDifferent.la CglClique/libCglClique.la CglDuplicateRow/libCglDuplicateRow.la CglFlowCover/libCglFlowCover.la CglGMI/libCglGMI.la CglGomory/libCglGomory.la CglKnapsackCover/libCglKnapsackCover.la CglLandP/libCglLandP.la CglLiftAndProject/libCglLiftAndProject.la CglMixedIntegerRounding/libCglMixedIntegerRounding.la CglMixedIntegerRounding2/libCglMixedIntegerRounding2.la CglOddHole/libCglOddHole.la CglPreProcess/libCglPreProcess.la CglProbing/libCglProbing.la CglRedSplit/libCglRedSplit.la CglRedSplit2/libCglRedSplit2.la CglResidualCapacity/libCglResidualCapacity.la CglSimpleRounding/libCglSimpleRounding.la CglTwomir/libCglTwomir.la CglZeroHalf/libCglZeroHalf.la -lOsiClp -lClpSolver -lClp -lcholmod -lamd -lcoinasl -lOsi -lCoinUtils -lbz2 -lz -lglpk -llapack -lblas -lm -lOsi -lCoinUtils -lbz2 -lz -lglpk -llapack -lblas -lm -lCoinUtils -lbz2 -lz -lglpk -llapack -lblas -lm g++ -shared -nostdlib /usr/lib/gcc/riscv64-unknown-linux-gnu/11.1.0/crti.o /usr/lib/gcc/riscv64-unknown-linux-gnu/11.1.0/crtbeginS.o .libs/CglCutGenerator.o .libs/CglMessage.o .libs/CglStored.o .libs/CglParam.o .libs/CglTreeInfo.o -Wl,--whole-archive CglAllDifferent/.libs/libCglAllDifferent.a CglClique/.libs/libCglClique.a CglDuplicateRow/.libs/libCglDuplicateRow.a CglFlowCover/.libs/libCglFlowCover.a CglGMI/.libs/libCglGMI.a CglGomory/.libs/libCglGomory.a CglKnapsackCover/.libs/libCglKnapsackCover.a CglLandP/.libs/libCglLandP.a CglLiftAndProject/.libs/libCglLiftAndProject.a CglMixedIntegerRounding/.libs/libCglMixedIntegerRounding.a CglMixedIntegerRounding2/.libs/libCglMixedIntegerRounding2.a CglOddHole/.libs/libCglOddHole.a CglPreProcess/.libs/libCglPreProcess.a CglProbing/.libs/libCglProbing.a CglRedSplit/.libs/libCglRedSplit.a CglRedSplit2/.libs/libCglRedSplit2.a CglResidualCapacity/.libs/libCglResidualCapacity.a CglSimpleRounding/.libs/libCglSimpleRounding.a CglTwomir/.libs/libCglTwomir.a CglZeroHalf/.libs/libCglZeroHalf.a -Wl,--no-whole-archive -lOsiClp -lClpSolver -lClp -lcholmod -lamd -lcoinasl -lOsi -lCoinUtils -lbz2 -lz -lglpk -llapack -lblas -L/usr/lib/gcc/riscv64-unknown-linux-gnu/11.1.0 -lstdc++ -lm -lc -lgcc_s /usr/lib/gcc/riscv64-unknown-linux-gnu/11.1.0/crtendS.o /usr/lib/gcc/riscv64-unknown-linux-gnu/11.1.0/crtn.o -march=rv64gc -mabi=lp64d -Wl,-O1 -Wl,--sort-common -Wl,--as-needed -Wl,-z -Wl,relro -Wl,-z -Wl,now -Wl,-soname -Wl,libCgl.so.1 -o .libs/libCgl.so.1.10.4 (cd .libs && rm -f libCgl.so.1 && ln -s libCgl.so.1.10.4 libCgl.so.1) (cd .libs && rm -f libCgl.so && ln -s libCgl.so.1.10.4 libCgl.so) creating libCgl.la (cd .libs && rm -f libCgl.la && ln -s ../libCgl.la libCgl.la) make[4]: Leaving directory '/build/coin-or-cgl/src/Cgl-releases-0.60.4/Cgl/src' make[3]: Leaving directory '/build/coin-or-cgl/src/Cgl-releases-0.60.4/Cgl/src' make[2]: Leaving directory '/build/coin-or-cgl/src/Cgl-releases-0.60.4/Cgl/src' make[2]: Entering directory '/build/coin-or-cgl/src/Cgl-releases-0.60.4/Cgl' make[2]: Nothing to be done for 'all-am'. make[2]: Leaving directory '/build/coin-or-cgl/src/Cgl-releases-0.60.4/Cgl' make[1]: Leaving directory '/build/coin-or-cgl/src/Cgl-releases-0.60.4/Cgl' make[1]: Entering directory '/build/coin-or-cgl/src/Cgl-releases-0.60.4' make[1]: Nothing to be done for 'all-am'. make[1]: Leaving directory '/build/coin-or-cgl/src/Cgl-releases-0.60.4'