Last data update: 2014.03.03

lpsymphony

Package: lpsymphony
Title: Symphony integer linear programming solver in R
Version: 1.0.2
Description: This package was derived from Rsymphony_0.1-17 from CRAN. These packages provide an R interface to SYMPHONY, an open-source linear programming solver written in C++. The main difference between this package and Rsymphony is that it includes the solver source code (SYMPHONY version 5.6), while Rsymphony expects to find header and library files on the users' system. Thus the intention of lpsymphony is to provide an easy to install interface to SYMPHONY. For Windows, precompiled DLLs are included in this package.
Maintainer: Vladislav Kim <Vladislav.Kim@embl.de>
Authors@R: c(person("Vladislav", "Kim", role = c("aut", "cre"), email = "Vladislav.Kim@embl.de"),
person("Ted", "Ralphs", role = "ctb", email = "ted@lehigh.edu"),
person("Menal", "Guzelsoy", role = "ctb", email = "mguzelsoy@lehigh.edu"),
person("Ashutosh", "Mahajan", role = "ctb", email = "amahajan@iitb.ac.in"),
person("Reinhard", "Harter", role = "ctb", email = "reinhard.harter@gmail.com"),
person("Kurt", "Hornik", role = "ctb", email = "Kurt.Hornik@R-project.org"),
person("Cyrille", "Szymanski", role = "ctb", email = "cnszym@gmail.com"),
person("Stefan","Theussl", role = "ctb", email = "stefan.theussl@wu.ac.at"))
Author: Vladislav Kim [aut, cre],
Ted Ralphs [ctb],
Menal Guzelsoy [ctb],
Ashutosh Mahajan [ctb],
Reinhard Harter [ctb],
Kurt Hornik [ctb],
Cyrille Szymanski [ctb],
Stefan Theussl [ctb]
License: EPL
Depends: R (>= 3.0.0)
Enhances: slam
Suggests: BiocStyle, knitr
URL: http://R-Forge.R-project.org/projects/rsymphony,
https://projects.coin-or.org/SYMPHONY,
http://www.coin-or.org/download/source/SYMPHONY/
biocViews: Infrastructure, ThirdPartyClient
VignetteBuilder: knitr
NeedsCompilation: yes
Repository: Bioconductor
Packaged: 2016-05-16 05:57:48 UTC; biocbuild

● BiocViews: Infrastructure, ThirdPartyClient
● 0 images, 1 functions, 0 datasets
● Reverse Depends: 0

Install log

* installing to library '/home/ddbj/local/lib64/R/library'
* installing *source* package 'lpsymphony' ...
configure: loading site script /tmp/RtmpiqOnn0/R.INSTALL13935fe84aaa/lpsymphony/src/SYMPHONY/share/config.site
checking build system type... x86_64-unknown-linux-gnu
checking whether we want to compile in debug mode... no
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: -O3 -pipe -DNDEBUG -pedantic-errors -Wimplicit -Wparentheses -Wsequence-point -Wreturn-type -Wcast-qual -Wall -Wno-unknown-pragmas -Wno-long-long  
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: -O3 -pipe -DNDEBUG -pedantic-errors -Wparentheses -Wreturn-type -Wcast-qual -Wall -Wpointer-arith -Wwrite-strings -Wconversion -Wno-unknown-pragmas -Wno-long-long  
configure: Trying to determine Fortran compiler name
checking whether we are using the GNU Fortran 77 compiler... yes
checking whether f95 accepts -g... yes
configure: Fortran compiler options are: -O3 -pipe  
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... none
checking dependency style of g++... none
checking whether to enable maintainer-specific portions of Makefiles... no
checking host system type... x86_64-unknown-linux-gnu
checking for a sed that does not truncate output... /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... no
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 -m elf_x86_64) supports shared libraries... yes
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... no
checking whether to build static libraries... yes
configure: creating libtool
appending configuration tag "CXX" to libtool
checking for ld used by g++... /usr/bin/ld -m elf_x86_64
checking if the linker (/usr/bin/ld -m elf_x86_64) is GNU ld... yes
checking whether the g++ linker (/usr/bin/ld -m elf_x86_64) 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 -m elf_x86_64) 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... no
checking whether to build static libraries... yes
checking for f95 option to produce PIC... -fPIC
checking if f95 PIC flag -fPIC works... yes
checking if f95 static flag -static works... yes
checking if f95 supports -c -o file.o... yes
checking whether the f95 linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
checking dynamic linker characteristics... GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
configure: Build is "x86_64-unknown-linux-gnu".
checking if library version is set... no
checking whether source of project Blas is available and should be compiled... no, source file ./ThirdParty/Blas/daxpy.f not available
checking whether source of project Lapack is available and should be compiled... no, source file ./ThirdParty/Lapack/LAPACK/SRC/dlarf.f not available
checking whether source of project Glpk is available and should be compiled... no, source file ./ThirdParty/Glpk/glpk/src/glplpx01.c not available
checking whether source of project Sample is available and should be compiled... no
checking whether source of project miblib3 is available and should be compiled... no
checking whether source of project CoinUtils is available and should be compiled... yes, source in CoinUtils
checking whether source of project Osi is available and should be compiled... yes, source in Osi
checking whether source of project Clp is available and should be compiled... yes, source in Clp
checking whether source of project Cgl is available and should be compiled... yes, source in Cgl
checking whether source of project DyLP 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 SYMPHONY is available and should be compiled... yes, source in SYMPHONY
checking whether Clp is required... yes
checking which command should be used to link input files... ln -s
configure: creating ./config.status
config.status: creating Makefile
config.status: executing depfiles commands
configure: configuring in CoinUtils
configure: running /bin/bash './configure' --prefix=/tmp/RtmpiqOnn0/R.INSTALL13935fe84aaa/lpsymphony/src/SYMPHONY  '--enable-static' '--disable-shared' '--with-pic' '--with-application=no' '--disable-dependency-tracking' '--disable-zlib' '--disable-bzlib' '--disable-cplex-libcheck' '--disable-glpk-libcheck' '--disable-osl-libcheck' '--disable-soplex-libcheck' '--disable-xpress-libcheck' 'CC=gcc' 'CPP=gcc -E' 'CXX=g++' 'CXXCPP=g++ -E' 'F77=f95' 'FLIBS=-lgfortran -lm -lquadmath' --cache-file=/dev/null --srcdir=.
configure: loading site script /tmp/RtmpiqOnn0/R.INSTALL13935fe84aaa/lpsymphony/src/SYMPHONY/share/config.site
checking build system type... x86_64-unknown-linux-gnu
checking for svnversion... yes
checking whether we want to compile in debug mode... no
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: -O3 -pipe -DNDEBUG -pedantic-errors -Wimplicit -Wparentheses -Wsequence-point -Wreturn-type -Wcast-qual -Wall -Wno-unknown-pragmas -Wno-long-long   -DCOINUTILS_BUILD
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: -O3 -pipe -DNDEBUG -pedantic-errors -Wparentheses -Wreturn-type -Wcast-qual -Wall -Wpointer-arith -Wwrite-strings -Wconversion -Wno-unknown-pragmas -Wno-long-long   -DCOINUTILS_BUILD
configure: Trying to determine Fortran compiler name
checking whether we are using the GNU Fortran 77 compiler... yes
checking whether f95 accepts -g... yes
configure: Fortran compiler options are: -O3 -pipe  
checking how to get verbose linking output from f95... -v
checking for Fortran libraries of f95... -lgfortran -lm -lquadmath
checking for dummy main to link with Fortran libraries... none
checking for Fortran name-mangling scheme... lower case, underscore, no extra underscore
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... none
checking dependency style of g++... none
checking whether to enable maintainer-specific portions of Makefiles... no
configure: Using libtool script in directory ..
checking if library version is set... 13:6:10
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
checking whether isfinite is declared... no
checking whether finite is declared... yes
checking for cmath... (cached) yes
checking for cfloat... (cached) yes
checking for cieeefp... (cached) no
checking for ieeefp.h... (cached) no
checking whether isnan is declared... yes
checking cinttypes usability... no
checking cinttypes presence... no
checking for cinttypes... no
checking inttypes.h usability... yes
checking inttypes.h presence... yes
checking for inttypes.h... yes
checking cstdint usability... no
checking cstdint presence... no
checking for cstdint... no
checking stdint.h usability... yes
checking stdint.h presence... yes
checking for stdint.h... yes
checking for int64_t... yes
checking for intptr_t... yes
checking windows.h usability... no
checking windows.h presence... no
checking for windows.h... no
checking endian.h usability... yes
checking endian.h presence... yes
checking for endian.h... yes
checking for pkg-config... pkg-config
checking pkg-config is at least version 0.16.0... yes
checking whether -lblas has BLAS... yes: -lblas
checking whether LAPACK is already available with BLAS library... no
checking whether -llapack has LAPACK... yes: -llapack
checking for COIN-OR package Glpk... not given: No package 'coinglpk' found
checking for COIN-OR package Sample... yes: 1.2.10 
checking for COIN-OR package Netlib... not given: No package 'coindatanetlib' found
checking whether this is a VPATH configuration... no
configure: configuring doxygen documentation options
checking for doxygen... no
checking for latex... yes
checking for dot... NO
checking which command should be used to link input files... ln -s
configure: creating ./config.status
config.status: creating Makefile
config.status: creating src/Makefile
config.status: creating test/Makefile
config.status: creating coinutils.pc
config.status: creating coinutils-uninstalled.pc
config.status: creating doxydoc/doxygen.conf
config.status: creating src/config.h
config.status: creating src/config_coinutils.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 CoinUtils successful
configure: configuring in Osi
configure: running /bin/bash './configure' --prefix=/tmp/RtmpiqOnn0/R.INSTALL13935fe84aaa/lpsymphony/src/SYMPHONY  '--enable-static' '--disable-shared' '--with-pic' '--with-application=no' '--disable-dependency-tracking' '--disable-zlib' '--disable-bzlib' '--disable-cplex-libcheck' '--disable-glpk-libcheck' '--disable-osl-libcheck' '--disable-soplex-libcheck' '--disable-xpress-libcheck' 'CC=gcc' 'CPP=gcc -E' 'CXX=g++' 'CXXCPP=g++ -E' 'F77=f95' 'FLIBS=-lgfortran -lm -lquadmath' --cache-file=/dev/null --srcdir=.
configure: loading site script /tmp/RtmpiqOnn0/R.INSTALL13935fe84aaa/lpsymphony/src/SYMPHONY/share/config.site
checking build system type... x86_64-unknown-linux-gnu
checking for svnversion... yes
checking whether we want to compile in debug mode... no
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: -O3 -pipe -DNDEBUG -pedantic-errors -Wimplicit -Wparentheses -Wsequence-point -Wreturn-type -Wcast-qual -Wall -Wno-unknown-pragmas -Wno-long-long   -DOSI_BUILD
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: -O3 -pipe -DNDEBUG -pedantic-errors -Wparentheses -Wreturn-type -Wcast-qual -Wall -Wpointer-arith -Wwrite-strings -Wconversion -Wno-unknown-pragmas -Wno-long-long   -DOSI_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... none
checking dependency style of g++... none
checking whether to enable maintainer-specific portions of Makefiles... no
configure: Using libtool script in directory ..
checking if library version is set... 13:4:12
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.10.6 
checking for COIN-OR package Glpk... not given: No package 'coinglpk' found
checking for COIN-OR package SoPlex... not given: No package 'coinsoplex' found
checking for COIN-OR package Sample... yes: 1.2.10 
checking for COIN-OR package Netlib... not given: No package 'coindatanetlib' found
checking if user provides library for Cplex... no
checking if user provides library for Mosek... no
checking if user provides library for Xpress... no
checking if user provides library for Gurobi... no
configure: WARNING: No solver available, examples will not work.
configure: configuring doxygen documentation options
checking for doxygen... no
checking for latex... yes
checking for dot... NO
checking for doxygen doc'n for CoinUtils ... ../CoinUtils/doxydoc (tag)
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
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/Osi/Makefile
config.status: creating src/OsiCpx/Makefile
config.status: creating src/OsiGlpk/Makefile
config.status: creating src/OsiMsk/Makefile
config.status: creating src/OsiXpr/Makefile
config.status: creating src/OsiGrb/Makefile
config.status: creating src/OsiSpx/Makefile
config.status: creating src/OsiCommonTest/Makefile
config.status: creating test/Makefile
config.status: creating osi.pc
config.status: creating osi-uninstalled.pc
config.status: creating osi-unittests.pc
config.status: creating osi-unittests-uninstalled.pc
config.status: creating doxydoc/doxygen.conf
config.status: creating src/Osi/config.h
config.status: creating src/Osi/config_osi.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 Osi successful
configure: configuring in Clp
configure: running /bin/bash './configure' --prefix=/tmp/RtmpiqOnn0/R.INSTALL13935fe84aaa/lpsymphony/src/SYMPHONY  '--enable-static' '--disable-shared' '--with-pic' '--with-application=no' '--disable-dependency-tracking' '--disable-zlib' '--disable-bzlib' '--disable-cplex-libcheck' '--disable-glpk-libcheck' '--disable-osl-libcheck' '--disable-soplex-libcheck' '--disable-xpress-libcheck' 'CC=gcc' 'CPP=gcc -E' 'CXX=g++' 'CXXCPP=g++ -E' 'F77=f95' 'FLIBS=-lgfortran -lm -lquadmath' --cache-file=/dev/null --srcdir=.
configure: loading site script /tmp/RtmpiqOnn0/R.INSTALL13935fe84aaa/lpsymphony/src/SYMPHONY/share/config.site
checking build system type... x86_64-unknown-linux-gnu
checking for svnversion... yes
checking whether we want to compile in debug mode... no
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: -O3 -pipe -DNDEBUG -pedantic-errors -Wimplicit -Wparentheses -Wsequence-point -Wreturn-type -Wcast-qual -Wall -Wno-unknown-pragmas -Wno-long-long   -DCLP_BUILD
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: -O3 -pipe -DNDEBUG -pedantic-errors -Wparentheses -Wreturn-type -Wcast-qual -Wall -Wpointer-arith -Wwrite-strings -Wconversion -Wno-unknown-pragmas -Wno-long-long   -DCLP_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... none
checking dependency style of g++... none
checking whether to enable maintainer-specific portions of Makefiles... no
configure: Using libtool script in directory ..
checking if library version is set... 14:6:13
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.10.6 
checking for COIN-OR package Osi... yes: 0.107.4 
checking for COIN-OR package OsiTests... yes: 0.107.4 
checking for COIN-OR package Sample... yes: 1.2.10 
checking for COIN-OR package Netlib... not given: No package 'coindatanetlib' found
checking if user provides library for AMD... no
checking if user provides library for CHOLMOD... no
checking for COIN-OR package Glpk... not given: No package 'coinglpk' found
checking for COIN-OR package Mumps... not given: No package 'coinmumps' found
checking for COIN-OR package ASL... not given: No package 'coinasl' 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
checking whether this is a VPATH configuration... no
configure: configuring doxygen documentation options
checking for doxygen... no
checking for latex... yes
checking for dot... NO
checking for doxygen doc'n for CoinUtils ... ../CoinUtils/doxydoc (tag)
checking for doxygen doc'n for Osi ... ../Osi/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 examples/Makefile
config.status: creating src/Makefile
config.status: creating src/OsiClp/Makefile
config.status: creating test/Makefile
config.status: creating clp.pc
config.status: creating clp-uninstalled.pc
config.status: creating osi-clp.pc
config.status: creating osi-clp-uninstalled.pc
config.status: creating doxydoc/doxygen.conf
config.status: creating src/config.h
config.status: creating src/config_clp.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 Clp successful
configure: configuring in Cgl
configure: running /bin/bash './configure' --prefix=/tmp/RtmpiqOnn0/R.INSTALL13935fe84aaa/lpsymphony/src/SYMPHONY  '--enable-static' '--disable-shared' '--with-pic' '--with-application=no' '--disable-dependency-tracking' '--disable-zlib' '--disable-bzlib' '--disable-cplex-libcheck' '--disable-glpk-libcheck' '--disable-osl-libcheck' '--disable-soplex-libcheck' '--disable-xpress-libcheck' 'CC=gcc' 'CPP=gcc -E' 'CXX=g++' 'CXXCPP=g++ -E' 'F77=f95' 'FLIBS=-lgfortran -lm -lquadmath' --cache-file=/dev/null --srcdir=.
configure: loading site script /tmp/RtmpiqOnn0/R.INSTALL13935fe84aaa/lpsymphony/src/SYMPHONY/share/config.site
checking build system type... x86_64-unknown-linux-gnu
checking for svnversion... yes
checking whether we want to compile in debug mode... no
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: -O3 -pipe -DNDEBUG -pedantic-errors -Wimplicit -Wparentheses -Wsequence-point -Wreturn-type -Wcast-qual -Wall -Wno-unknown-pragmas -Wno-long-long   -DCGL_BUILD
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: -O3 -pipe -DNDEBUG -pedantic-errors -Wparentheses -Wreturn-type -Wcast-qual -Wall -Wpointer-arith -Wwrite-strings -Wconversion -Wno-unknown-pragmas -Wno-long-long   -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... none
checking dependency style of g++... none
checking whether to enable maintainer-specific portions of Makefiles... no
configure: Using libtool script in directory ..
checking if library version is set... 10:4:9
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.10.6 
checking for COIN-OR package Osi... yes: 0.107.4 
checking for COIN-OR package Sample... yes: 1.2.10 
checking for COIN-OR package OsiClp... yes: 1.16.6 
checking for COIN-OR package OsiCpx... not given: No package 'osi-cplex' found
checking for COIN-OR package OsiGlpk... not given: No package 'osi-glpk' found
checking for COIN-OR package OsiMsk... not given: No package 'osi-mosek' found
checking for COIN-OR package OsiXpr... not given: No package 'osi-xpress' found
checking for COIN-OR package OsiVol... not given: No package 'osi-vol' found
checking for COIN-OR package OsiDyLP... not given: No package 'osi-dylp' 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... yes
checking for dot... NO
checking for doxygen doc'n for CoinUtils ... ../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: configuring in SYMPHONY
configure: running /bin/bash './configure' --prefix=/tmp/RtmpiqOnn0/R.INSTALL13935fe84aaa/lpsymphony/src/SYMPHONY  '--enable-static' '--disable-shared' '--with-pic' '--with-application=no' '--disable-dependency-tracking' '--disable-zlib' '--disable-bzlib' '--disable-cplex-libcheck' '--disable-glpk-libcheck' '--disable-osl-libcheck' '--disable-soplex-libcheck' '--disable-xpress-libcheck' 'CC=gcc' 'CPP=gcc -E' 'CXX=g++' 'CXXCPP=g++ -E' 'F77=f95' 'FLIBS=-lgfortran -lm -lquadmath' --cache-file=/dev/null --srcdir=.
configure: loading site script /tmp/RtmpiqOnn0/R.INSTALL13935fe84aaa/lpsymphony/src/SYMPHONY/share/config.site
checking build system type... x86_64-unknown-linux-gnu
checking for svnversion... yes
checking whether we want to compile in debug mode... no
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: -O3 -pipe -DNDEBUG -pedantic-errors -Wimplicit -Wparentheses -Wsequence-point -Wreturn-type -Wcast-qual -Wall -Wno-unknown-pragmas -Wno-long-long   -DSYMPHONY_BUILD
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: -O3 -pipe -DNDEBUG -pedantic-errors -Wparentheses -Wreturn-type -Wcast-qual -Wall -Wpointer-arith -Wwrite-strings -Wconversion -Wno-unknown-pragmas -Wno-long-long   -DSYMPHONY_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... none
checking dependency style of g++... none
checking whether to enable maintainer-specific portions of Makefiles... no
configure: Using libtool script in directory ..
checking if library version is set... 9:10:6
checking for pkg-config... pkg-config
checking pkg-config is at least version 0.16.0... yes
checking for COIN-OR package CoinDepend... yes: 2.10.6 0.107.4 
checking for COIN-OR package Clp... yes: 1.16.6 
checking for COIN-OR package DyLP... not given: No package 'osi-dylp' found
checking for COIN-OR package Vol... not given: No package 'osi-vol' found
checking for COIN-OR package Cgl... yes: 0.59.4 
checking for COIN-OR package OsiTests... yes: 0.107.4 
checking for COIN-OR package Sample... yes: 1.2.10 
checking for COIN-OR package Netlib... not given: No package 'coindatanetlib' found
checking for COIN-OR package Miplib3... not given: No package 'coindatamiplib3' found
checking for COIN-OR package Cpx... not given: No package 'osi-cplex' found
checking for COIN-OR package Glpk... not given: No package 'osi-glpk' found
checking for COIN-OR package Msk... not given: No package 'osi-mosek' found
checking for COIN-OR package Xpr... not given: No package 'osi-xpress' found
checking for SYMPHONY default solver... Clp
checking whether to compile with gmpl... no
checking whether to compile application library... no
checking if user provides library for Pvm... no
checking whether compiler supports OpenMP... yes
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 src/Makefile
config.status: creating src/OsiSym/Makefile
config.status: creating test/Makefile
config.status: creating Examples/Makefile
config.status: creating Applications/Makefile.Applications
config.status: creating Applications/CNRP/Makefile
config.status: creating Applications/MATCH/Makefile
config.status: creating Applications/MCKP/Makefile
config.status: creating Applications/MPP/Makefile
config.status: creating Applications/SPP/Makefile
config.status: creating Applications/SPP+CUTS/Makefile
config.status: creating Applications/USER/Makefile
config.status: creating Applications/VRP/Makefile
config.status: creating symphony.pc
config.status: creating symphony-app.pc
config.status: creating symphony-uninstalled.pc
config.status: creating osi-sym.pc
config.status: creating osi-sym-uninstalled.pc
config.status: creating include/config.h
config.status: creating include/config_sym.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 SYMPHONY 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 SYMPHONY successful
** libs
make[1]: Entering directory '/tmp/RtmpiqOnn0/R.INSTALL13935fe84aaa/lpsymphony/src/SYMPHONY'
Making all in CoinUtils
make[2]: Entering directory '/tmp/RtmpiqOnn0/R.INSTALL13935fe84aaa/lpsymphony/src/SYMPHONY/CoinUtils'
Making all in src
make[3]: Entering directory '/tmp/RtmpiqOnn0/R.INSTALL13935fe84aaa/lpsymphony/src/SYMPHONY/CoinUtils/src'
make  all-am
make[4]: Entering directory '/tmp/RtmpiqOnn0/R.INSTALL13935fe84aaa/lpsymphony/src/SYMPHONY/CoinUtils/src'
/bin/bash ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I`echo .`     -O3 -pipe -DNDEBUG -pedantic-errors -Wparentheses -Wreturn-type -Wcast-qual -Wall -Wpointer-arith -Wwrite-strings -Wconversion -Wno-unknown-pragmas -Wno-long-long   -DCOINUTILS_BUILD -c -o CoinAlloc.lo CoinAlloc.cpp
 g++ -DHAVE_CONFIG_H -I. -I. -O3 -pipe -DNDEBUG -pedantic-errors -Wparentheses -Wreturn-type -Wcast-qual -Wall -Wpointer-arith -Wwrite-strings -Wconversion -Wno-unknown-pragmas -Wno-long-long -DCOINUTILS_BUILD -c CoinAlloc.cpp  -fPIC -DPIC -o CoinAlloc.o
/bin/bash ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I`echo .`     -O3 -pipe -DNDEBUG -pedantic-errors -Wparentheses -Wreturn-type -Wcast-qual -Wall -Wpointer-arith -Wwrite-strings -Wconversion -Wno-unknown-pragmas -Wno-long-long   -DCOINUTILS_BUILD -c -o CoinBuild.lo CoinBuild.cpp
 g++ -DHAVE_CONFIG_H -I. -I. -O3 -pipe -DNDEBUG -pedantic-errors -Wparentheses -Wreturn-type -Wcast-qual -Wall -Wpointer-arith -Wwrite-strings -Wconversion -Wno-unknown-pragmas -Wno-long-long -DCOINUTILS_BUILD -c CoinBuild.cpp  -fPIC -DPIC -o CoinBuild.o
In file included from CoinBuild.hpp:12:0,
                 from CoinBuild.cpp:15:
CoinFinite.hpp:17:14: warning: 'COIN_DBL_MIN' defined but not used [-Wunused-variable]
 const double COIN_DBL_MIN = (std::numeric_limits<double>::min)();
              ^
CoinFinite.hpp:19:14: warning: 'COIN_INT_MAX' defined but not used [-Wunused-variable]
 const int    COIN_INT_MAX = (std::numeric_limits<int>::max)();
              ^
CoinFinite.hpp:20:14: warning: 'COIN_INT_MAX_AS_DOUBLE' defined but not used [-Wunused-variable]
 const double COIN_INT_MAX_AS_DOUBLE = (std::numeric_limits<int>::max)();
              ^
/bin/bash ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I`echo .`     -O3 -pipe -DNDEBUG -pedantic-errors -Wparentheses -Wreturn-type -Wcast-qual -Wall -Wpointer-arith -Wwrite-strings -Wconversion -Wno-unknown-pragmas -Wno-long-long   -DCOINUTILS_BUILD -c -o CoinDenseVector.lo CoinDenseVector.cpp
 g++ -DHAVE_CONFIG_H -I. -I. -O3 -pipe -DNDEBUG -pedantic-errors -Wparentheses -Wreturn-type -Wcast-qual -Wall -Wpointer-arith -Wwrite-strings -Wconversion -Wno-unknown-pragmas -Wno-long-long -DCOINUTILS_BUILD -c CoinDenseVector.cpp  -fPIC -DPIC -o CoinDenseVector.o
/bin/bash ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I`echo .`     -O3 -pipe -DNDEBUG -pedantic-errors -Wparentheses -Wreturn-type -Wcast-qual -Wall -Wpointer-arith -Wwrite-strings -Wconversion -Wno-unknown-pragmas -Wno-long-long   -DCOINUTILS_BUILD -c -o CoinError.lo CoinError.cpp
 g++ -DHAVE_CONFIG_H -I. -I. -O3 -pipe -DNDEBUG -pedantic-errors -Wparentheses -Wreturn-type -Wcast-qual -Wall -Wpointer-arith -Wwrite-strings -Wconversion -Wno-unknown-pragmas -Wno-long-long -DCOINUTILS_BUILD -c CoinError.cpp  -fPIC -DPIC -o CoinError.o
/bin/bash ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I`echo .`     -O3 -pipe -DNDEBUG -pedantic-errors -Wparentheses -Wreturn-type -Wcast-qual -Wall -Wpointer-arith -Wwrite-strings -Wconversion -Wno-unknown-pragmas -Wno-long-long   -DCOINUTILS_BUILD -c -o CoinFactorization1.lo CoinFactorization1.cpp
 g++ -DHAVE_CONFIG_H -I. -I. -O3 -pipe -DNDEBUG -pedantic-errors -Wparentheses -Wreturn-type -Wcast-qual -Wall -Wpointer-arith -Wwrite-strings -Wconversion -Wno-unknown-pragmas -Wno-long-long -DCOINUTILS_BUILD -c CoinFactorization1.cpp  -fPIC -DPIC -o CoinFactorization1.o
In file included from CoinIndexedVector.hpp:15:0,
                 from CoinFactorization.hpp:22,
                 from CoinFactorization1.cpp:14:
CoinFinite.hpp:18:14: warning: 'COIN_DBL_MAX' defined but not used [-Wunused-variable]
 const double COIN_DBL_MAX = (std::numeric_limits<double>::max)();
              ^
CoinFinite.hpp:20:14: warning: 'COIN_INT_MAX_AS_DOUBLE' defined but not used [-Wunused-variable]
 const double COIN_INT_MAX_AS_DOUBLE = (std::numeric_limits<int>::max)();
              ^
/bin/bash ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I`echo .`     -O3 -pipe -DNDEBUG -pedantic-errors -Wparentheses -Wreturn-type -Wcast-qual -Wall -Wpointer-arith -Wwrite-strings -Wconversion -Wno-unknown-pragmas -Wno-long-long   -DCOINUTILS_BUILD -c -o CoinFactorization2.lo CoinFactorization2.cpp
 g++ -DHAVE_CONFIG_H -I. -I. -O3 -pipe -DNDEBUG -pedantic-errors -Wparentheses -Wreturn-type -Wcast-qual -Wall -Wpointer-arith -Wwrite-strings -Wconversion -Wno-unknown-pragmas -Wno-long-long -DCOINUTILS_BUILD -c CoinFactorization2.cpp  -fPIC -DPIC -o CoinFactorization2.o
CoinFactorization2.cpp: In member function 'int CoinFactorization::factorDense()':
CoinFactorization2.cpp:520:11: warning: conversion to 'CoinBigIndex {aka int}' from 'long unsigned int' may alter its value [-Wconversion]
   newSize += (numberDense_+1)/(sizeof(CoinFactorizationDouble)/sizeof(int));
           ^
CoinFactorization2.cpp:521:11: warning: conversion to 'CoinBigIndex {aka int}' from 'long unsigned int' may alter its value [-Wconversion]
   newSize += 2*((numberDense_+3)/(sizeof(CoinFactorizationDouble)/sizeof(short)));
           ^
CoinFactorization2.cpp:522:11: warning: conversion to 'CoinBigIndex {aka int}' from 'long unsigned int' may alter its value [-Wconversion]
   newSize += ((numberRows_+3)/(sizeof(CoinFactorizationDouble)/sizeof(short)));
           ^
In file included from CoinIndexedVector.hpp:15:0,
                 from CoinFactorization.hpp:22,
                 from CoinFactorization2.cpp:16:
CoinFinite.hpp: At global scope:
CoinFinite.hpp:20:14: warning: 'COIN_INT_MAX_AS_DOUBLE' defined but not used [-Wunused-variable]
 const double COIN_INT_MAX_AS_DOUBLE = (std::numeric_limits<int>::max)();
              ^
/bin/bash ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I`echo .`     -O3 -pipe -DNDEBUG -pedantic-errors -Wparentheses -Wreturn-type -Wcast-qual -Wall -Wpointer-arith -Wwrite-strings -Wconversion -Wno-unknown-pragmas -Wno-long-long   -DCOINUTILS_BUILD -c -o CoinFactorization3.lo CoinFactorization3.cpp
 g++ -DHAVE_CONFIG_H -I. -I. -O3 -pipe -DNDEBUG -pedantic-errors -Wparentheses -Wreturn-type -Wcast-qual -Wall -Wpointer-arith -Wwrite-strings -Wconversion -Wno-unknown-pragmas -Wno-long-long -DCOINUTILS_BUILD -c CoinFactorization3.cpp  -fPIC -DPIC -o CoinFactorization3.o
In file included from CoinIndexedVector.hpp:15:0,
                 from CoinFactorization.hpp:22,
                 from CoinFactorization3.cpp:16:
CoinFinite.hpp:18:14: warning: 'COIN_DBL_MAX' defined but not used [-Wunused-variable]
 const double COIN_DBL_MAX = (std::numeric_limits<double>::max)();
              ^
CoinFinite.hpp:19:14: warning: 'COIN_INT_MAX' defined but not used [-Wunused-variable]
 const int    COIN_INT_MAX = (std::numeric_limits<int>::max)();
              ^
CoinFinite.hpp:20:14: warning: 'COIN_INT_MAX_AS_DOUBLE' defined but not used [-Wunused-variable]
 const double COIN_INT_MAX_AS_DOUBLE = (std::numeric_limits<int>::max)();
              ^
/bin/bash ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I`echo .`     -O3 -pipe -DNDEBUG -pedantic-errors -Wparentheses -Wreturn-type -Wcast-qual -Wall -Wpointer-arith -Wwrite-strings -Wconversion -Wno-unknown-pragmas -Wno-long-long   -DCOINUTILS_BUILD -c -o CoinFactorization4.lo CoinFactorization4.cpp
 g++ -DHAVE_CONFIG_H -I. -I. -O3 -pipe -DNDEBUG -pedantic-errors -Wparentheses -Wreturn-type -Wcast-qual -Wall -Wpointer-arith -Wwrite-strings -Wconversion -Wno-unknown-pragmas -Wno-long-long -DCOINUTILS_BUILD -c CoinFactorization4.cpp  -fPIC -DPIC -o CoinFactorization4.o
In file included from CoinIndexedVector.hpp:15:0,
                 from CoinFactorization.hpp:22,
                 from CoinFactorization4.cpp:16:
CoinFinite.hpp:18:14: warning: 'COIN_DBL_MAX' defined but not used [-Wunused-variable]
 const double COIN_DBL_MAX = (std::numeric_limits<double>::max)();
              ^
CoinFinite.hpp:19:14: warning: 'COIN_INT_MAX' defined but not used [-Wunused-variable]
 const int    COIN_INT_MAX = (std::numeric_limits<int>::max)();
              ^
CoinFinite.hpp:20:14: warning: 'COIN_INT_MAX_AS_DOUBLE' defined but not used [-Wunused-variable]
 const double COIN_INT_MAX_AS_DOUBLE = (std::numeric_limits<int>::max)();
              ^
/bin/bash ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I`echo .`     -O3 -pipe -DNDEBUG -pedantic-errors -Wparentheses -Wreturn-type -Wcast-qual -Wall -Wpointer-arith -Wwrite-strings -Wconversion -Wno-unknown-pragmas -Wno-long-long   -DCOINUTILS_BUILD -c -o CoinSimpFactorization.lo CoinSimpFactorization.cpp
 g++ -DHAVE_CONFIG_H -I. -I. -O3 -pipe -DNDEBUG -pedantic-errors -Wparentheses -Wreturn-type -Wcast-qual -Wall -Wpointer-arith -Wwrite-strings -Wconversion -Wno-unknown-pragmas -Wno-long-long -DCOINUTILS_BUILD -c CoinSimpFactorization.cpp  -fPIC -DPIC -o CoinSimpFactorization.o
In file included from CoinIndexedVector.hpp:15:0,
                 from CoinSimpFactorization.hpp:16,
                 from CoinSimpFactorization.cpp:10:
CoinFinite.hpp:20:14: warning: 'COIN_INT_MAX_AS_DOUBLE' defined but not used [-Wunused-variable]
 const double COIN_INT_MAX_AS_DOUBLE = (std::numeric_limits<int>::max)();
              ^
/bin/bash ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I`echo .`     -O3 -pipe -DNDEBUG -pedantic-errors -Wparentheses -Wreturn-type -Wcast-qual -Wall -Wpointer-arith -Wwrite-strings -Wconversion -Wno-unknown-pragmas -Wno-long-long   -DCOINUTILS_BUILD -c -o CoinDenseFactorization.lo CoinDenseFactorization.cpp
 g++ -DHAVE_CONFIG_H -I. -I. -O3 -pipe -DNDEBUG -pedantic-errors -Wparentheses -Wreturn-type -Wcast-qual -Wall -Wpointer-arith -Wwrite-strings -Wconversion -Wno-unknown-pragmas -Wno-long-long -DCOINUTILS_BUILD -c CoinDenseFactorization.cpp  -fPIC -DPIC -o CoinDenseFactorization.o
In file included from CoinIndexedVector.hpp:15:0,
                 from CoinDenseFactorization.hpp:20,
                 from CoinDenseFactorization.cpp:12:
CoinFinite.hpp:18:14: warning: 'COIN_DBL_MAX' defined but not used [-Wunused-variable]
 const double COIN_DBL_MAX = (std::numeric_limits<double>::max)();
              ^
CoinFinite.hpp:19:14: warning: 'COIN_INT_MAX' defined but not used [-Wunused-variable]
 const int    COIN_INT_MAX = (std::numeric_limits<int>::max)();
              ^
CoinFinite.hpp:20:14: warning: 'COIN_INT_MAX_AS_DOUBLE' defined but not used [-Wunused-variable]
 const double COIN_INT_MAX_AS_DOUBLE = (std::numeric_limits<int>::max)();
              ^
/bin/bash ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I`echo .`     -O3 -pipe -DNDEBUG -pedantic-errors -Wparentheses -Wreturn-type -Wcast-qual -Wall -Wpointer-arith -Wwrite-strings -Wconversion -Wno-unknown-pragmas -Wno-long-long   -DCOINUTILS_BUILD -c -o CoinOslFactorization.lo CoinOslFactorization.cpp
 g++ -DHAVE_CONFIG_H -I. -I. -O3 -pipe -DNDEBUG -pedantic-errors -Wparentheses -Wreturn-type -Wcast-qual -Wall -Wpointer-arith -Wwrite-strings -Wconversion -Wno-unknown-pragmas -Wno-long-long -DCOINUTILS_BUILD -c CoinOslFactorization.cpp  -fPIC -DPIC -o CoinOslFactorization.o
In file included from CoinIndexedVector.hpp:15:0,
                 from CoinOslFactorization.hpp:18,
                 from CoinOslFactorization.cpp:10:
CoinFinite.hpp:18:14: warning: 'COIN_DBL_MAX' defined but not used [-Wunused-variable]
 const double COIN_DBL_MAX = (std::numeric_limits<double>::max)();
              ^
CoinFinite.hpp:20:14: warning: 'COIN_INT_MAX_AS_DOUBLE' defined but not used [-Wunused-variable]
 const double COIN_INT_MAX_AS_DOUBLE = (std::numeric_limits<int>::max)();
              ^
/bin/bash ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I`echo .`     -O3 -pipe -DNDEBUG -pedantic-errors -Wparentheses -Wreturn-type -Wcast-qual -Wall -Wpointer-arith -Wwrite-strings -Wconversion -Wno-unknown-pragmas -Wno-long-long   -DCOINUTILS_BUILD -c -o CoinOslFactorization2.lo CoinOslFactorization2.cpp
 g++ -DHAVE_CONFIG_H -I. -I. -O3 -pipe -DNDEBUG -pedantic-errors -Wparentheses -Wreturn-type -Wcast-qual -Wall -Wpointer-arith -Wwrite-strings -Wconversion -Wno-unknown-pragmas -Wno-long-long -DCOINUTILS_BUILD -c CoinOslFactorization2.cpp  -fPIC -DPIC -o CoinOslFactorization2.o
In file included from CoinIndexedVector.hpp:15:0,
                 from CoinOslFactorization.hpp:18,
                 from CoinOslFactorization2.cpp:15:
CoinFinite.hpp:18:14: warning: 'COIN_DBL_MAX' defined but not used [-Wunused-variable]
 const double COIN_DBL_MAX = (std::numeric_limits<double>::max)();
              ^
CoinFinite.hpp:20:14: warning: 'COIN_INT_MAX_AS_DOUBLE' defined but not used [-Wunused-variable]
 const double COIN_INT_MAX_AS_DOUBLE = (std::numeric_limits<int>::max)();
              ^
/bin/bash ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I`echo .`     -O3 -pipe -DNDEBUG -pedantic-errors -Wparentheses -Wreturn-type -Wcast-qual -Wall -Wpointer-arith -Wwrite-strings -Wconversion -Wno-unknown-pragmas -Wno-long-long   -DCOINUTILS_BUILD -c -o CoinOslFactorization3.lo CoinOslFactorization3.cpp
 g++ -DHAVE_CONFIG_H -I. -I. -O3 -pipe -DNDEBUG -pedantic-errors -Wparentheses -Wreturn-type -Wcast-qual -Wall -Wpointer-arith -Wwrite-strings -Wconversion -Wno-unknown-pragmas -Wno-long-long -DCOINUTILS_BUILD -c CoinOslFactorization3.cpp  -fPIC -DPIC -o CoinOslFactorization3.o
In file included from CoinIndexedVector.hpp:15:0,
                 from CoinOslFactorization.hpp:18,
                 from CoinOslFactorization3.cpp:8:
CoinFinite.hpp:18:14: warning: 'COIN_DBL_MAX' defined but not used [-Wunused-variable]
 const double COIN_DBL_MAX = (std::numeric_limits<double>::max)();
              ^
CoinFinite.hpp:20:14: warning: 'COIN_INT_MAX_AS_DOUBLE' defined but not used [-Wunused-variable]
 const double COIN_INT_MAX_AS_DOUBLE = (std::numeric_limits<int>::max)();
              ^
/bin/bash ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I`echo .`     -O3 -pipe -DNDEBUG -pedantic-errors -Wparentheses -Wreturn-type -Wcast-qual -Wall -Wpointer-arith -Wwrite-strings -Wconversion -Wno-unknown-pragmas -Wno-long-long   -DCOINUTILS_BUILD -c -o CoinFileIO.lo CoinFileIO.cpp
 g++ -DHAVE_CONFIG_H -I. -I. -O3 -pipe -DNDEBUG -pedantic-errors -Wparentheses -Wreturn-type -Wcast-qual -Wall -Wpointer-arith -Wwrite-strings -Wconversion -Wno-unknown-pragmas -Wno-long-long -DCOINUTILS_BUILD -c CoinFileIO.cpp  -fPIC -DPIC -o CoinFileIO.o
/bin/bash ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I`echo .`     -O3 -pipe -DNDEBUG -pedantic-errors -Wparentheses -Wreturn-type -Wcast-qual -Wall -Wpointer-arith -Wwrite-strings -Wconversion -Wno-unknown-pragmas -Wno-long-long   -DCOINUTILS_BUILD -c -o CoinFinite.lo CoinFinite.cpp
 g++ -DHAVE_CONFIG_H -I. -I. -O3 -pipe -DNDEBUG -pedantic-errors -Wparentheses -Wreturn-type -Wcast-qual -Wall -Wpointer-arith -Wwrite-strings -Wconversion -Wno-unknown-pragmas -Wno-long-long -DCOINUTILS_BUILD -c CoinFinite.cpp  -fPIC -DPIC -o CoinFinite.o
In file included from CoinFinite.cpp:6:0:
CoinFinite.hpp:17:14: warning: 'COIN_DBL_MIN' defined but not used [-Wunused-variable]
 const double COIN_DBL_MIN = (std::numeric_limits<double>::min)();
              ^
CoinFinite.hpp:18:14: warning: 'COIN_DBL_MAX' defined but not used [-Wunused-variable]
 const double COIN_DBL_MAX = (std::numeric_limits<double>::max)();
              ^
CoinFinite.hpp:19:14: warning: 'COIN_INT_MAX' defined but not used [-Wunused-variable]
 const int    COIN_INT_MAX = (std::numeric_limits<int>::max)();
              ^
CoinFinite.hpp:20:14: warning: 'COIN_INT_MAX_AS_DOUBLE' defined but not used [-Wunused-variable]
 const double COIN_INT_MAX_AS_DOUBLE = (std::numeric_limits<int>::max)();
              ^
/bin/bash ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I`echo .`     -O3 -pipe -DNDEBUG -pedantic-errors -Wparentheses -Wreturn-type -Wcast-qual -Wall -Wpointer-arith -Wwrite-strings -Wconversion -Wno-unknown-pragmas -Wno-long-long   -DCOINUTILS_BUILD -c -o CoinIndexedVector.lo CoinIndexedVector.cpp
 g++ -DHAVE_CONFIG_H -I. -I. -O3 -pipe -DNDEBUG -pedantic-errors -Wparentheses -Wreturn-type -Wcast-qual -Wall -Wpointer-arith -Wwrite-strings -Wconversion -Wno-unknown-pragmas -Wno-long-long -DCOINUTILS_BUILD -c CoinIndexedVector.cpp  -fPIC -DPIC -o CoinIndexedVector.o
In file included from CoinFloatEqual.hpp:12:0,
                 from CoinIndexedVector.cpp:15:
CoinFinite.hpp:18:14: warning: 'COIN_DBL_MAX' defined but not used [-Wunused-variable]
 const double COIN_DBL_MAX = (std::numeric_limits<double>::max)();
              ^
CoinFinite.hpp:20:14: warning: 'COIN_INT_MAX_AS_DOUBLE' defined but not used [-Wunused-variable]
 const double COIN_INT_MAX_AS_DOUBLE = (std::numeric_limits<int>::max)();
              ^
/bin/bash ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I`echo .`     -O3 -pipe -DNDEBUG -pedantic-errors -Wparentheses -Wreturn-type -Wcast-qual -Wall -Wpointer-arith -Wwrite-strings -Wconversion -Wno-unknown-pragmas -Wno-long-long   -DCOINUTILS_BUILD -c -o CoinLpIO.lo CoinLpIO.cpp
 g++ -DHAVE_CONFIG_H -I. -I. -O3 -pipe -DNDEBUG -pedantic-errors -Wparentheses -Wreturn-type -Wcast-qual -Wall -Wpointer-arith -Wwrite-strings -Wconversion -Wno-unknown-pragmas -Wno-long-long -DCOINUTILS_BUILD -c CoinLpIO.cpp  -fPIC -DPIC -o CoinLpIO.o
CoinLpIO.cpp: In member function 'void CoinLpIO::readLp(FILE*)':
CoinLpIO.cpp:2264:29: warning: conversion to 'int' from 'size_t {aka long unsigned int}' may alter its value [-Wconversion]
       int length=strlen(buff);
                             ^
CoinLpIO.cpp:2316:31: warning: conversion to 'int' from 'size_t {aka long unsigned int}' may alter its value [-Wconversion]
       int length=strlen(next+1);
                               ^
In file included from CoinLpIO.cpp:28:0:
CoinFinite.hpp: At global scope:
CoinFinite.hpp:17:14: warning: 'COIN_DBL_MIN' defined but not used [-Wunused-variable]
 const double COIN_DBL_MIN = (std::numeric_limits<double>::min)();
              ^
CoinFinite.hpp:19:14: warning: 'COIN_INT_MAX' defined but not used [-Wunused-variable]
 const int    COIN_INT_MAX = (std::numeric_limits<int>::max)();
              ^
CoinFinite.hpp:20:14: warning: 'COIN_INT_MAX_AS_DOUBLE' defined but not used [-Wunused-variable]
 const double COIN_INT_MAX_AS_DOUBLE = (std::numeric_limits<int>::max)();
              ^
/bin/bash ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I`echo .`     -O3 -pipe -DNDEBUG -pedantic-errors -Wparentheses -Wreturn-type -Wcast-qual -Wall -Wpointer-arith -Wwrite-strings -Wconversion -Wno-unknown-pragmas -Wno-long-long   -DCOINUTILS_BUILD -c -o CoinMessage.lo CoinMessage.cpp
 g++ -DHAVE_CONFIG_H -I. -I. -O3 -pipe -DNDEBUG -pedantic-errors -Wparentheses -Wreturn-type -Wcast-qual -Wall -Wpointer-arith -Wwrite-strings -Wconversion -Wno-unknown-pragmas -Wno-long-long -DCOINUTILS_BUILD -c CoinMessage.cpp  -fPIC -DPIC -o CoinMessage.o
/bin/bash ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I`echo .`     -O3 -pipe -DNDEBUG -pedantic-errors -Wparentheses -Wreturn-type -Wcast-qual -Wall -Wpointer-arith -Wwrite-strings -Wconversion -Wno-unknown-pragmas -Wno-long-long   -DCOINUTILS_BUILD -c -o CoinMessageHandler.lo CoinMessageHandler.cpp
 g++ -DHAVE_CONFIG_H -I. -I. -O3 -pipe -DNDEBUG -pedantic-errors -Wparentheses -Wreturn-type -Wcast-qual -Wall -Wpointer-arith -Wwrite-strings -Wconversion -Wno-unknown-pragmas -Wno-long-long -DCOINUTILS_BUILD -c CoinMessageHandler.cpp  -fPIC -DPIC -o CoinMessageHandler.o
CoinMessageHandler.cpp: In member function 'CoinMessageHandler& CoinMessageHandler::operator<<(double)':
CoinMessageHandler.cpp:823:35: warning: format not a string literal and no format arguments [-Wformat-security]
      sprintf(messageOut_,format_+2);
                                   ^
/bin/bash ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I`echo .`     -O3 -pipe -DNDEBUG -pedantic-errors -Wparentheses -Wreturn-type -Wcast-qual -Wall -Wpointer-arith -Wwrite-strings -Wconversion -Wno-unknown-pragmas -Wno-long-long   -DCOINUTILS_BUILD -c -o CoinModel.lo CoinModel.cpp
 g++ -DHAVE_CONFIG_H -I. -I. -O3 -pipe -DNDEBUG -pedantic-errors -Wparentheses -Wreturn-type -Wcast-qual -Wall -Wpointer-arith -Wwrite-strings -Wconversion -Wno-unknown-pragmas -Wno-long-long -DCOINUTILS_BUILD -c CoinModel.cpp  -fPIC -DPIC -o CoinModel.o
In file included from CoinModel.hpp:12:0,
                 from CoinModel.cpp:8:
CoinFinite.hpp:17:14: warning: 'COIN_DBL_MIN' defined but not used [-Wunused-variable]
 const double COIN_DBL_MIN = (std::numeric_limits<double>::min)();
              ^
CoinFinite.hpp:19:14: warning: 'COIN_INT_MAX' defined but not used [-Wunused-variable]
 const int    COIN_INT_MAX = (std::numeric_limits<int>::max)();
              ^
CoinFinite.hpp:20:14: warning: 'COIN_INT_MAX_AS_DOUBLE' defined but not used [-Wunused-variable]
 const double COIN_INT_MAX_AS_DOUBLE = (std::numeric_limits<int>::max)();
              ^
/bin/bash ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I`echo .`     -O3 -pipe -DNDEBUG -pedantic-errors -Wparentheses -Wreturn-type -Wcast-qual -Wall -Wpointer-arith -Wwrite-strings -Wconversion -Wno-unknown-pragmas -Wno-long-long   -DCOINUTILS_BUILD -c -o CoinStructuredModel.lo CoinStructuredModel.cpp
 g++ -DHAVE_CONFIG_H -I. -I. -O3 -pipe -DNDEBUG -pedantic-errors -Wparentheses -Wreturn-type -Wcast-qual -Wall -Wpointer-arith -Wwrite-strings -Wconversion -Wno-unknown-pragmas -Wno-long-long -DCOINUTILS_BUILD -c CoinStructuredModel.cpp  -fPIC -DPIC -o CoinStructuredModel.o
CoinStructuredModel.cpp: In member function 'int CoinStructuredModel::decompose(const CoinPackedMatrix&, const double*, const double*, const double*, const double*, const double*, int, int, int*, double)':
CoinStructuredModel.cpp:761:10: warning: variable 'goodDW' set but not used [-Wunused-but-set-variable]
     bool goodDW=true;
          ^
CoinStructuredModel.cpp:1343:10: warning: variable 'goodBenders' set but not used [-Wunused-but-set-variable]
     bool goodBenders=true;
          ^
In file included from CoinModel.hpp:12:0,
                 from CoinStructuredModel.hpp:9,
                 from CoinStructuredModel.cpp:9:
CoinFinite.hpp: At global scope:
CoinFinite.hpp:17:14: warning: 'COIN_DBL_MIN' defined but not used [-Wunused-variable]
 const double COIN_DBL_MIN = (std::numeric_limits<double>::min)();
              ^
CoinFinite.hpp:19:14: warning: 'COIN_INT_MAX' defined but not used [-Wunused-variable]
 const int    COIN_INT_MAX = (std::numeric_limits<int>::max)();
              ^
CoinFinite.hpp:20:14: warning: 'COIN_INT_MAX_AS_DOUBLE' defined but not used [-Wunused-variable]
 const double COIN_INT_MAX_AS_DOUBLE = (std::numeric_limits<int>::max)();
              ^
/bin/bash ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I`echo .`     -O3 -pipe -DNDEBUG -pedantic-errors -Wparentheses -Wreturn-type -Wcast-qual -Wall -Wpointer-arith -Wwrite-strings -Wconversion -Wno-unknown-pragmas -Wno-long-long   -DCOINUTILS_BUILD -c -o CoinModelUseful.lo CoinModelUseful.cpp
 g++ -DHAVE_CONFIG_H -I. -I. -O3 -pipe -DNDEBUG -pedantic-errors -Wparentheses -Wreturn-type -Wcast-qual -Wall -Wpointer-arith -Wwrite-strings -Wconversion -Wno-unknown-pragmas -Wno-long-long -DCOINUTILS_BUILD -c CoinModelUseful.cpp  -fPIC -DPIC -o CoinModelUseful.o
/bin/bash ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I`echo .`     -O3 -pipe -DNDEBUG -pedantic-errors -Wparentheses -Wreturn-type -Wcast-qual -Wall -Wpointer-arith -Wwrite-strings -Wconversion -Wno-unknown-pragmas -Wno-long-long   -DCOINUTILS_BUILD -c -o CoinModelUseful2.lo CoinModelUseful2.cpp
 g++ -DHAVE_CONFIG_H -I. -I. -O3 -pipe -DNDEBUG -pedantic-errors -Wparentheses -Wreturn-type -Wcast-qual -Wall -Wpointer-arith -Wwrite-strings -Wconversion -Wno-unknown-pragmas -Wno-long-long -DCOINUTILS_BUILD -c CoinModelUseful2.cpp  -fPIC -DPIC -o CoinModelUseful2.o
In file included from CoinModel.hpp:12:0,
                 from CoinModelUseful2.cpp:74:
CoinFinite.hpp:17:14: warning: 'COIN_DBL_MIN' defined but not used [-Wunused-variable]
 const double COIN_DBL_MIN = (std::numeric_limits<double>::min)();
              ^
CoinFinite.hpp:19:14: warning: 'COIN_INT_MAX' defined but not used [-Wunused-variable]
 const int    COIN_INT_MAX = (std::numeric_limits<int>::max)();
              ^
CoinFinite.hpp:20:14: warning: 'COIN_INT_MAX_AS_DOUBLE' defined but not used [-Wunused-variable]
 const double COIN_INT_MAX_AS_DOUBLE = (std::numeric_limits<int>::max)();
              ^
/bin/bash ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I`echo .`     -O3 -pipe -DNDEBUG -pedantic-errors -Wparentheses -Wreturn-type -Wcast-qual -Wall -Wpointer-arith -Wwrite-strings -Wconversion -Wno-unknown-pragmas -Wno-long-long   -DCOINUTILS_BUILD -c -o CoinMpsIO.lo CoinMpsIO.cpp
 g++ -DHAVE_CONFIG_H -I. -I. -O3 -pipe -DNDEBUG -pedantic-errors -Wparentheses -Wreturn-type -Wcast-qual -Wall -Wpointer-arith -Wwrite-strings -Wconversion -Wno-unknown-pragmas -Wno-long-long -DCOINUTILS_BUILD -c CoinMpsIO.cpp  -fPIC -DPIC -o CoinMpsIO.o
In file included from CoinModel.hpp:12:0,
                 from CoinMpsIO.cpp:24:
CoinFinite.hpp:17:14: warning: 'COIN_DBL_MIN' defined but not used [-Wunused-variable]
 const double COIN_DBL_MIN = (std::numeric_limits<double>::min)();
              ^
CoinFinite.hpp:19:14: warning: 'COIN_INT_MAX' defined but not used [-Wunused-variable]
 const int    COIN_INT_MAX = (std::numeric_limits<int>::max)();
              ^
CoinFinite.hpp:20:14: warning: 'COIN_INT_MAX_AS_DOUBLE' defined but not used [-Wunused-variable]
 const double COIN_INT_MAX_AS_DOUBLE = (std::numeric_limits<int>::max)();
              ^
/bin/bash ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I`echo .`     -O3 -pipe -DNDEBUG -pedantic-errors -Wparentheses -Wreturn-type -Wcast-qual -Wall -Wpointer-arith -Wwrite-strings -Wconversion -Wno-unknown-pragmas -Wno-long-long   -DCOINUTILS_BUILD -c -o CoinPackedMatrix.lo CoinPackedMatrix.cpp
 g++ -DHAVE_CONFIG_H -I. -I. -O3 -pipe -DNDEBUG -pedantic-errors -Wparentheses -Wreturn-type -Wcast-qual -Wall -Wpointer-arith -Wwrite-strings -Wconversion -Wno-unknown-pragmas -Wno-long-long -DCOINUTILS_BUILD -c CoinPackedMatrix.cpp  -fPIC -DPIC -o CoinPackedMatrix.o
In file included from CoinFloatEqual.hpp:12:0,
                 from CoinPackedMatrix.cpp:21:
CoinFinite.hpp:17:14: warning: 'COIN_DBL_MIN' defined but not used [-Wunused-variable]
 const double COIN_DBL_MIN = (std::numeric_limits<double>::min)();
              ^
CoinFinite.hpp:18:14: warning: 'COIN_DBL_MAX' defined but not used [-Wunused-variable]
 const double COIN_DBL_MAX = (std::numeric_limits<double>::max)();
              ^
CoinFinite.hpp:19:14: warning: 'COIN_INT_MAX' defined but not used [-Wunused-variable]
 const int    COIN_INT_MAX = (std::numeric_limits<int>::max)();
              ^
CoinFinite.hpp:20:14: warning: 'COIN_INT_MAX_AS_DOUBLE' defined but not used [-Wunused-variable]
 const double COIN_INT_MAX_AS_DOUBLE = (std::numeric_limits<int>::max)();
              ^
/bin/bash ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I`echo .`     -O3 -pipe -DNDEBUG -pedantic-errors -Wparentheses -Wreturn-type -Wcast-qual -Wall -Wpointer-arith -Wwrite-strings -Wconversion -Wno-unknown-pragmas -Wno-long-long   -DCOINUTILS_BUILD -c -o CoinPackedVector.lo CoinPackedVector.cpp
 g++ -DHAVE_CONFIG_H -I. -I. -O3 -pipe -DNDEBUG -pedantic-errors -Wparentheses -Wreturn-type -Wcast-qual -Wall -Wpointer-arith -Wwrite-strings -Wconversion -Wno-unknown-pragmas -Wno-long-long -DCOINUTILS_BUILD -c CoinPackedVector.cpp  -fPIC -DPIC -o CoinPackedVector.o
/bin/bash ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I`echo .`     -O3 -pipe -DNDEBUG -pedantic-errors -Wparentheses -Wreturn-type -Wcast-qual -Wall -Wpointer-arith -Wwrite-strings -Wconversion -Wno-unknown-pragmas -Wno-long-long   -DCOINUTILS_BUILD -c -o CoinPackedVectorBase.lo CoinPackedVectorBase.cpp
 g++ -DHAVE_CONFIG_H -I. -I. -O3 -pipe -DNDEBUG -pedantic-errors -Wparentheses -Wreturn-type -Wcast-qual -Wall -Wpointer-arith -Wwrite-strings -Wconversion -Wno-unknown-pragmas -Wno-long-long -DCOINUTILS_BUILD -c CoinPackedVectorBase.cpp  -fPIC -DPIC -o CoinPackedVectorBase.o
In file included from CoinFloatEqual.hpp:12:0,
                 from CoinPackedVectorBase.cpp:11:
CoinFinite.hpp:17:14: warning: 'COIN_DBL_MIN' defined but not used [-Wunused-variable]
 const double COIN_DBL_MIN = (std::numeric_limits<double>::min)();
              ^
CoinFinite.hpp:18:14: warning: 'COIN_DBL_MAX' defined but not used [-Wunused-variable]
 const double COIN_DBL_MAX = (std::numeric_limits<double>::max)();
              ^
CoinFinite.hpp:20:14: warning: 'COIN_INT_MAX_AS_DOUBLE' defined but not used [-Wunused-variable]
 const double COIN_INT_MAX_AS_DOUBLE = (std::numeric_limits<int>::max)();
              ^
/bin/bash ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I`echo .`     -O3 -pipe -DNDEBUG -pedantic-errors -Wparentheses -Wreturn-type -Wcast-qual -Wall -Wpointer-arith -Wwrite-strings -Wconversion -Wno-unknown-pragmas -Wno-long-long   -DCOINUTILS_BUILD -c -o CoinParam.lo CoinParam.cpp
 g++ -DHAVE_CONFIG_H -I. -I. -O3 -pipe -DNDEBUG -pedantic-errors -Wparentheses -Wreturn-type -Wcast-qual -Wall -Wpointer-arith -Wwrite-strings -Wconversion -Wno-unknown-pragmas -Wno-long-long -DCOINUTILS_BUILD -c CoinParam.cpp  -fPIC -DPIC -o CoinParam.o
/bin/bash ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I`echo .`     -O3 -pipe -DNDEBUG -pedantic-errors -Wparentheses -Wreturn-type -Wcast-qual -Wall -Wpointer-arith -Wwrite-strings -Wconversion -Wno-unknown-pragmas -Wno-long-long   -DCOINUTILS_BUILD -c -o CoinParamUtils.lo CoinParamUtils.cpp
 g++ -DHAVE_CONFIG_H -I. -I. -O3 -pipe -DNDEBUG -pedantic-errors -Wparentheses -Wreturn-type -Wcast-qual -Wall -Wpointer-arith -Wwrite-strings -Wconversion -Wno-unknown-pragmas -Wno-long-long -DCOINUTILS_BUILD -c CoinParamUtils.cpp  -fPIC -DPIC -o CoinParamUtils.o
/bin/bash ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I`echo .`     -O3 -pipe -DNDEBUG -pedantic-errors -Wparentheses -Wreturn-type -Wcast-qual -Wall -Wpointer-arith -Wwrite-strings -Wconversion -Wno-unknown-pragmas -Wno-long-long   -DCOINUTILS_BUILD -c -o CoinPostsolveMatrix.lo CoinPostsolveMatrix.cpp
 g++ -DHAVE_CONFIG_H -I. -I. -O3 -pipe -DNDEBUG -pedantic-errors -Wparentheses -Wreturn-type -Wcast-qual -Wall -Wpointer-arith -Wwrite-strings -Wconversion -Wno-unknown-pragmas -Wno-long-long -DCOINUTILS_BUILD -c CoinPostsolveMatrix.cpp  -fPIC -DPIC -o CoinPostsolveMatrix.o
/bin/bash ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I`echo .`     -O3 -pipe -DNDEBUG -pedantic-errors -Wparentheses -Wreturn-type -Wcast-qual -Wall -Wpointer-arith -Wwrite-strings -Wconversion -Wno-unknown-pragmas -Wno-long-long   -DCOINUTILS_BUILD -c -o CoinPrePostsolveMatrix.lo CoinPrePostsolveMatrix.cpp
 g++ -DHAVE_CONFIG_H -I. -I. -O3 -pipe -DNDEBUG -pedantic-errors -Wparentheses -Wreturn-type -Wcast-qual -Wall -Wpointer-arith -Wwrite-strings -Wconversion -Wno-unknown-pragmas -Wno-long-long -DCOINUTILS_BUILD -c CoinPrePostsolveMatrix.cpp  -fPIC -DPIC -o CoinPrePostsolveMatrix.o
/bin/bash ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I`echo .`     -O3 -pipe -DNDEBUG -pedantic-errors -Wparentheses -Wreturn-type -Wcast-qual -Wall -Wpointer-arith -Wwrite-strings -Wconversion -Wno-unknown-pragmas -Wno-long-long   -DCOINUTILS_BUILD -c -o CoinPresolveDoubleton.lo CoinPresolveDoubleton.cpp
 g++ -DHAVE_CONFIG_H -I. -I. -O3 -pipe -DNDEBUG -pedantic-errors -Wparentheses -Wreturn-type -Wcast-qual -Wall -Wpointer-arith -Wwrite-strings -Wconversion -Wno-unknown-pragmas -Wno-long-long -DCOINUTILS_BUILD -c CoinPresolveDoubleton.cpp  -fPIC -DPIC -o CoinPresolveDoubleton.o
In file included from CoinPresolveDoubleton.cpp:9:0:
CoinFinite.hpp:17:14: warning: 'COIN_DBL_MIN' defined but not used [-Wunused-variable]
 const double COIN_DBL_MIN = (std::numeric_limits<double>::min)();
              ^
CoinFinite.hpp:19:14: warning: 'COIN_INT_MAX' defined but not used [-Wunused-variable]
 const int    COIN_INT_MAX = (std::numeric_limits<int>::max)();
              ^
CoinFinite.hpp:20:14: warning: 'COIN_INT_MAX_AS_DOUBLE' defined but not used [-Wunused-variable]
 const double COIN_INT_MAX_AS_DOUBLE = (std::numeric_limits<int>::max)();
              ^
/bin/bash ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I`echo .`     -O3 -pipe -DNDEBUG -pedantic-errors -Wparentheses -Wreturn-type -Wcast-qual -Wall -Wpointer-arith -Wwrite-strings -Wconversion -Wno-unknown-pragmas -Wno-long-long   -DCOINUTILS_BUILD -c -o CoinPresolveDual.lo CoinPresolveDual.cpp
 g++ -DHAVE_CONFIG_H -I. -I. -O3 -pipe -DNDEBUG -pedantic-errors -Wparentheses -Wreturn-type -Wcast-qual -Wall -Wpointer-arith -Wwrite-strings -Wconversion -Wno-unknown-pragmas -Wno-long-long -DCOINUTILS_BUILD -c CoinPresolveDual.cpp  -fPIC -DPIC -o CoinPresolveDual.o
CoinPresolveDual.cpp: In static member function 'static const CoinPresolveAction* remove_dual_action::presolve(CoinPresolveMatrix*, const CoinPresolveAction*)':
CoinPresolveDual.cpp:236:20: warning: unused variable 'lb' [-Wunused-variable]
       const double lb = clo[icol] ;
                    ^
CoinPresolveDual.cpp:237:20: warning: unused variable 'ub' [-Wunused-variable]
       const double ub = cup[icol] ;
                    ^
CoinPresolveDual.cpp:642:13: warning: unused variable 'no_clb' [-Wunused-variable]
  const bool no_clb = (active[j]&5)==0 ;