Skip to content

Instantly share code, notes, and snippets.

@gidden
Created July 29, 2014 14:09
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save gidden/d7050c3fddcc7f5572e8 to your computer and use it in GitHub Desktop.
Save gidden/d7050c3fddcc7f5572e8 to your computer and use it in GitHub Desktop.
Clp/config.log
This file contains any messages produced by compilers while
running configure, to aid debugging if configure makes a mistake.
It was created by Clp configure trunk, which was
generated by GNU Autoconf 2.59. Invocation command line was
$ ../../Clp/configure --prefix=/home/gidden/software/coin-Cbc-trunk/build --cache-file=/dev/null --srcdir=../../Clp
## --------- ##
## Platform. ##
## --------- ##
hostname = Kermit
uname -m = x86_64
uname -r = 3.13.0-30-generic
uname -s = Linux
uname -v = #55-Ubuntu SMP Fri Jul 4 21:40:53 UTC 2014
/usr/bin/uname -p = unknown
/bin/uname -X = unknown
/bin/arch = unknown
/usr/bin/arch -k = unknown
/usr/convex/getsysinfo = unknown
hostinfo = unknown
/bin/machine = unknown
/usr/bin/oslevel = unknown
/bin/universe = unknown
PATH: /usr/local/sbin
PATH: /usr/local/bin
PATH: /usr/sbin
PATH: /usr/bin
PATH: /sbin
PATH: /bin
PATH: /usr/games
PATH: /usr/local/games
PATH: /home/gidden/.local/bin
PATH: /home/gidden/.local/go/bin
PATH: /home/gidden/.gem/ruby/1.9.1/bin
PATH: /home/gidden/.local/rsicc/scale-6.1/Linux_x86_64/bin
## ----------- ##
## Core tests. ##
## ----------- ##
configure:1713: checking build system type
configure:1731: result: x86_64-unknown-linux-gnu
configure:1804: checking for svnversion
configure:1820: found /usr/bin/svnversion
configure:1831: result: yes
configure:1860: checking whether we want to compile in debug mode
configure:1906: result: no
configure:2170: checking for gcc
configure:2186: found /usr/bin/gcc
configure:2196: result: gcc
configure:2217: checking for C compiler version
configure:2220: gcc --version </dev/null >&5
gcc (Ubuntu 4.8.2-19ubuntu1) 4.8.2
Copyright (C) 2013 Free Software Foundation, Inc.
This is free software; see the source for copying conditions. There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
configure:2223: $? = 0
configure:2225: gcc -v </dev/null >&5
Using built-in specs.
COLLECT_GCC=gcc
COLLECT_LTO_WRAPPER=/usr/lib/gcc/x86_64-linux-gnu/4.8/lto-wrapper
Target: x86_64-linux-gnu
Configured with: ../src/configure -v --with-pkgversion='Ubuntu 4.8.2-19ubuntu1' --with-bugurl=file:///usr/share/doc/gcc-4.8/README.Bugs --enable-languages=c,c++,java,go,d,fortran,objc,obj-c++ --prefix=/usr --program-suffix=-4.8 --enable-shared --enable-linker-build-id --libexecdir=/usr/lib --without-included-gettext --enable-threads=posix --with-gxx-include-dir=/usr/include/c++/4.8 --libdir=/usr/lib --enable-nls --with-sysroot=/ --enable-clocale=gnu --enable-libstdcxx-debug --enable-libstdcxx-time=yes --enable-gnu-unique-object --disable-libmudflap --enable-plugin --with-system-zlib --disable-browser-plugin --enable-java-awt=gtk --enable-gtk-cairo --with-java-home=/usr/lib/jvm/java-1.5.0-gcj-4.8-amd64/jre --enable-java-home --with-jvm-root-dir=/usr/lib/jvm/java-1.5.0-gcj-4.8-amd64 --with-jvm-jar-dir=/usr/lib/jvm-exports/java-1.5.0-gcj-4.8-amd64 --with-arch-directory=amd64 --with-ecj-jar=/usr/share/java/eclipse-ecj.jar --enable-objc-gc --enable-multiarch --disable-werror --with-arch-32=i686 --with-abi=m64 --with-multilib-list=m32,m64,mx32 --with-tune=generic --enable-checking=release --build=x86_64-linux-gnu --host=x86_64-linux-gnu --target=x86_64-linux-gnu
Thread model: posix
gcc version 4.8.2 (Ubuntu 4.8.2-19ubuntu1)
configure:2228: $? = 0
configure:2230: gcc -V </dev/null >&5
gcc: error: unrecognized command line option '-V'
gcc: fatal error: no input files
compilation terminated.
configure:2233: $? = 4
configure:2256: checking for C compiler default output file name
configure:2259: gcc conftest.c >&5
configure:2262: $? = 0
configure:2308: result: a.out
configure:2313: checking whether the C compiler works
configure:2319: ./a.out
configure:2322: $? = 0
configure:2339: result: yes
configure:2346: checking whether we are cross compiling
configure:2348: result: no
configure:2351: checking for suffix of executables
configure:2353: gcc -o conftest conftest.c >&5
configure:2356: $? = 0
configure:2381: result:
configure:2387: checking for suffix of object files
configure:2408: gcc -c conftest.c >&5
configure:2411: $? = 0
configure:2433: result: o
configure:2437: checking whether we are using the GNU C compiler
configure:2461: gcc -c conftest.c >&5
configure:2467: $? = 0
configure:2471: test -z
|| test ! -s conftest.err
configure:2474: $? = 0
configure:2477: test -s conftest.o
configure:2480: $? = 0
configure:2493: result: yes
configure:2499: checking whether gcc accepts -g
configure:2520: gcc -c -g conftest.c >&5
configure:2526: $? = 0
configure:2530: test -z
|| test ! -s conftest.err
configure:2533: $? = 0
configure:2536: test -s conftest.o
configure:2539: $? = 0
configure:2550: result: yes
configure:2567: checking for gcc option to accept ANSI C
configure:2637: gcc -c -g -O2 conftest.c >&5
configure:2643: $? = 0
configure:2647: test -z
|| test ! -s conftest.err
configure:2650: $? = 0
configure:2653: test -s conftest.o
configure:2656: $? = 0
configure:2674: result: none needed
configure:2692: gcc -c -g -O2 conftest.c >&5
conftest.c:2:3: error: unknown type name 'choke'
choke me
^
conftest.c:2:3: error: expected '=', ',', ';', 'asm' or '__attribute__' at end of input
configure:2698: $? = 1
configure: failed program was:
| #ifndef __cplusplus
| choke me
| #endif
configure:3126: gcc -o conftest -O3 -pipe -DNDEBUG -pedantic-errors -Wimplicit -Wparentheses -Wsequence-point -Wreturn-type -Wcast-qual -Wall -Wno-unknown-pragmas -Wno-long-long -DCLP_BUILD conftest.c >&5
configure:3132: $? = 0
configure:3136: test -z
|| test ! -s conftest.err
configure:3139: $? = 0
configure:3142: test -s conftest
configure:3145: $? = 0
configure:3212: 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
configure:3340: checking for g++
configure:3356: found /usr/bin/g++
configure:3366: result: g++
configure:3382: checking for C++ compiler version
configure:3385: g++ --version </dev/null >&5
g++ (Ubuntu 4.8.2-19ubuntu1) 4.8.2
Copyright (C) 2013 Free Software Foundation, Inc.
This is free software; see the source for copying conditions. There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
configure:3388: $? = 0
configure:3390: g++ -v </dev/null >&5
Using built-in specs.
COLLECT_GCC=g++
COLLECT_LTO_WRAPPER=/usr/lib/gcc/x86_64-linux-gnu/4.8/lto-wrapper
Target: x86_64-linux-gnu
Configured with: ../src/configure -v --with-pkgversion='Ubuntu 4.8.2-19ubuntu1' --with-bugurl=file:///usr/share/doc/gcc-4.8/README.Bugs --enable-languages=c,c++,java,go,d,fortran,objc,obj-c++ --prefix=/usr --program-suffix=-4.8 --enable-shared --enable-linker-build-id --libexecdir=/usr/lib --without-included-gettext --enable-threads=posix --with-gxx-include-dir=/usr/include/c++/4.8 --libdir=/usr/lib --enable-nls --with-sysroot=/ --enable-clocale=gnu --enable-libstdcxx-debug --enable-libstdcxx-time=yes --enable-gnu-unique-object --disable-libmudflap --enable-plugin --with-system-zlib --disable-browser-plugin --enable-java-awt=gtk --enable-gtk-cairo --with-java-home=/usr/lib/jvm/java-1.5.0-gcj-4.8-amd64/jre --enable-java-home --with-jvm-root-dir=/usr/lib/jvm/java-1.5.0-gcj-4.8-amd64 --with-jvm-jar-dir=/usr/lib/jvm-exports/java-1.5.0-gcj-4.8-amd64 --with-arch-directory=amd64 --with-ecj-jar=/usr/share/java/eclipse-ecj.jar --enable-objc-gc --enable-multiarch --disable-werror --with-arch-32=i686 --with-abi=m64 --with-multilib-list=m32,m64,mx32 --with-tune=generic --enable-checking=release --build=x86_64-linux-gnu --host=x86_64-linux-gnu --target=x86_64-linux-gnu
Thread model: posix
gcc version 4.8.2 (Ubuntu 4.8.2-19ubuntu1)
configure:3393: $? = 0
configure:3395: g++ -V </dev/null >&5
g++: error: unrecognized command line option '-V'
g++: fatal error: no input files
compilation terminated.
configure:3398: $? = 4
configure:3401: checking whether we are using the GNU C++ compiler
configure:3425: g++ -c conftest.cc >&5
configure:3431: $? = 0
configure:3435: test -z
|| test ! -s conftest.err
configure:3438: $? = 0
configure:3441: test -s conftest.o
configure:3444: $? = 0
configure:3457: result: yes
configure:3463: checking whether g++ accepts -g
configure:3484: g++ -c -g conftest.cc >&5
configure:3490: $? = 0
configure:3494: test -z
|| test ! -s conftest.err
configure:3497: $? = 0
configure:3500: test -s conftest.o
configure:3503: $? = 0
configure:3514: result: yes
configure:3556: g++ -c -g -O2 conftest.cc >&5
configure:3562: $? = 0
configure:3566: test -z
|| test ! -s conftest.err
configure:3569: $? = 0
configure:3572: test -s conftest.o
configure:3575: $? = 0
configure:3601: g++ -c -g -O2 conftest.cc >&5
conftest.cc: In function 'int main()':
conftest.cc:20:9: error: 'exit' was not declared in this scope
exit (42);
^
configure:3607: $? = 1
configure: failed program was:
| /* confdefs.h. */
|
| #define PACKAGE_NAME "Clp"
| #define PACKAGE_TARNAME "clp"
| #define PACKAGE_VERSION "trunk"
| #define PACKAGE_STRING "Clp trunk"
| #define PACKAGE_BUGREPORT "clp@list.coin-or.org"
| #define CLP_VERSION "trunk"
| #define CLP_VERSION_MAJOR 9999
| #define CLP_VERSION_MINOR 9999
| #define CLP_VERSION_RELEASE 9999
| #define CLP_SVN_REV 2043
| #define COIN_CLP_VERBOSITY 0
| #define COIN_CLP_CHECKLEVEL 0
| /* end confdefs.h. */
|
| int
| main ()
| {
| exit (42);
| ;
| return 0;
| }
configure:3556: g++ -c -g -O2 conftest.cc >&5
conftest.cc:16:40: error: 'void std::exit(int)' should have been declared inside 'std'
extern "C" void std::exit (int) throw (); using std::exit;
^
configure:3562: $? = 1
configure: failed program was:
| /* confdefs.h. */
|
| #define PACKAGE_NAME "Clp"
| #define PACKAGE_TARNAME "clp"
| #define PACKAGE_VERSION "trunk"
| #define PACKAGE_STRING "Clp trunk"
| #define PACKAGE_BUGREPORT "clp@list.coin-or.org"
| #define CLP_VERSION "trunk"
| #define CLP_VERSION_MAJOR 9999
| #define CLP_VERSION_MINOR 9999
| #define CLP_VERSION_RELEASE 9999
| #define CLP_SVN_REV 2043
| #define COIN_CLP_VERBOSITY 0
| #define COIN_CLP_CHECKLEVEL 0
| /* end confdefs.h. */
| extern "C" void std::exit (int) throw (); using std::exit;
| #include <stdlib.h>
| int
| main ()
| {
| exit (42);
| ;
| return 0;
| }
configure:3556: g++ -c -g -O2 conftest.cc >&5
conftest.cc:16:31: error: 'void std::exit(int)' should have been declared inside 'std'
extern "C" void std::exit (int); using std::exit;
^
In file included from conftest.cc:17:0:
/usr/include/stdlib.h:543:70: error: declaration of 'void std::exit(int) throw ()' has a different exception specifier
extern void exit (int __status) __THROW __attribute__ ((__noreturn__));
^
conftest.cc:16:17: error: from previous declaration 'void std::exit(int)'
extern "C" void std::exit (int); using std::exit;
^
configure:3562: $? = 1
configure: failed program was:
| /* confdefs.h. */
|
| #define PACKAGE_NAME "Clp"
| #define PACKAGE_TARNAME "clp"
| #define PACKAGE_VERSION "trunk"
| #define PACKAGE_STRING "Clp trunk"
| #define PACKAGE_BUGREPORT "clp@list.coin-or.org"
| #define CLP_VERSION "trunk"
| #define CLP_VERSION_MAJOR 9999
| #define CLP_VERSION_MINOR 9999
| #define CLP_VERSION_RELEASE 9999
| #define CLP_SVN_REV 2043
| #define COIN_CLP_VERBOSITY 0
| #define COIN_CLP_CHECKLEVEL 0
| /* end confdefs.h. */
| extern "C" void std::exit (int); using std::exit;
| #include <stdlib.h>
| int
| main ()
| {
| exit (42);
| ;
| return 0;
| }
configure:3556: g++ -c -g -O2 conftest.cc >&5
configure:3562: $? = 0
configure:3566: test -z
|| test ! -s conftest.err
configure:3569: $? = 0
configure:3572: test -s conftest.o
configure:3575: $? = 0
configure:3601: g++ -c -g -O2 conftest.cc >&5
configure:3607: $? = 0
configure:3611: test -z
|| test ! -s conftest.err
configure:3614: $? = 0
configure:3617: test -s conftest.o
configure:3620: $? = 0
configure:3652: checking whether C++ compiler g++ works
configure:3670: g++ -c -g -O2 conftest.cc >&5
configure:3676: $? = 0
configure:3680: test -z
|| test ! -s conftest.err
configure:3683: $? = 0
configure:3686: test -s conftest.o
configure:3689: $? = 0
configure:3691: result: yes
configure:4019: g++ -o conftest -O3 -pipe -DNDEBUG -pedantic-errors -Wparentheses -Wreturn-type -Wcast-qual -Wall -Wpointer-arith -Wwrite-strings -Wconversion -Wno-unknown-pragmas -Wno-long-long -DCLP_BUILD conftest.cc >&5
configure:4025: $? = 0
configure:4029: test -z
|| test ! -s conftest.err
configure:4032: $? = 0
configure:4035: test -s conftest
configure:4038: $? = 0
configure:4105: 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
configure:4238: checking for egrep
configure:4248: result: grep -E
configure:4253: checking whether ln -s works
configure:4257: result: yes
configure:4278: checking for a BSD-compatible install
configure:4333: result: /usr/bin/install -c
configure:4344: checking whether build environment is sane
configure:4387: result: yes
configure:4452: checking for gawk
configure:4481: result: no
configure:4452: checking for mawk
configure:4468: found /usr/bin/mawk
configure:4478: result: mawk
configure:4488: checking whether make sets $(MAKE)
configure:4508: result: yes
configure:4538: checking for style of include used by make
configure:4566: result: GNU
configure:4747: checking dependency style of gcc
configure:4837: result: gcc3
configure:4856: checking dependency style of g++
configure:4946: result: gcc3
configure:4964: checking whether to enable maintainer-specific portions of Makefiles
configure:4973: result: no
configure:20472: Using libtool script in directory ..
configure:20547: checking if library version is set
configure:20554: result: no
configure:20624: checking for pkg-config
configure:20640: found /usr/bin/pkg-config
configure:20650: result: pkg-config
configure:20665: checking pkg-config is at least version 0.16.0
configure:20668: result: yes
configure:20764: checking for COIN-OR package CoinUtils
configure:20907: result: yes: trunk
configure:21280: checking for COIN-OR package Osi
configure:21423: result: yes: trunk
configure:21791: checking for COIN-OR package OsiTests
configure:21923: result: yes: trunk
configure:22272: checking for COIN-OR package Sample
configure:22404: result: yes: 1.2
configure:22753: checking for COIN-OR package Netlib
configure:22903: result: not given: No package 'coindatanetlib' found
configure:23284: checking if user provides library for AMD
configure:23329: result: no
configure:23477: checking if user provides library for CHOLMOD
configure:23522: result: no
configure:23668: checking for COIN-OR package Glpk
configure:23833: result: not given: No package 'coinglpk' found
configure:24203: checking for COIN-OR package Mumps
configure:24368: result: not given: No package 'coinmumps' found
configure:29767: checking for COIN-OR package ASL
configure:29932: result: not given: No package 'coinasl' found
configure:30639: checking cmath usability
configure:30651: g++ -c -O3 -pipe -DNDEBUG -pedantic-errors -Wparentheses -Wreturn-type -Wcast-qual -Wall -Wpointer-arith -Wwrite-strings -Wconversion -Wno-unknown-pragmas -Wno-long-long -DCLP_BUILD conftest.cc >&5
configure:30657: $? = 0
configure:30661: test -z
|| test ! -s conftest.err
configure:30664: $? = 0
configure:30667: test -s conftest.o
configure:30670: $? = 0
configure:30680: result: yes
configure:30684: checking cmath presence
configure:30694: g++ -E conftest.cc
configure:30700: $? = 0
configure:30720: result: yes
configure:30755: checking for cmath
configure:30762: result: yes
configure:30968: checking cfloat usability
configure:30980: g++ -c -O3 -pipe -DNDEBUG -pedantic-errors -Wparentheses -Wreturn-type -Wcast-qual -Wall -Wpointer-arith -Wwrite-strings -Wconversion -Wno-unknown-pragmas -Wno-long-long -DCLP_BUILD conftest.cc >&5
configure:30986: $? = 0
configure:30990: test -z
|| test ! -s conftest.err
configure:30993: $? = 0
configure:30996: test -s conftest.o
configure:30999: $? = 0
configure:31009: result: yes
configure:31013: checking cfloat presence
configure:31023: g++ -E conftest.cc
configure:31029: $? = 0
configure:31049: result: yes
configure:31084: checking for cfloat
configure:31091: result: yes
configure:31297: checking cieeefp usability
configure:31309: g++ -c -O3 -pipe -DNDEBUG -pedantic-errors -Wparentheses -Wreturn-type -Wcast-qual -Wall -Wpointer-arith -Wwrite-strings -Wconversion -Wno-unknown-pragmas -Wno-long-long -DCLP_BUILD conftest.cc >&5
conftest.cc:72:19: fatal error: cieeefp: No such file or directory
#include <cieeefp>
^
compilation terminated.
configure:31315: $? = 1
configure: failed program was:
| /* confdefs.h. */
|
| #define PACKAGE_NAME "Clp"
| #define PACKAGE_TARNAME "clp"
| #define PACKAGE_VERSION "trunk"
| #define PACKAGE_STRING "Clp trunk"
| #define PACKAGE_BUGREPORT "clp@list.coin-or.org"
| #define CLP_VERSION "trunk"
| #define CLP_VERSION_MAJOR 9999
| #define CLP_VERSION_MINOR 9999
| #define CLP_VERSION_RELEASE 9999
| #define CLP_SVN_REV 2043
| #define COIN_CLP_VERBOSITY 0
| #define COIN_CLP_CHECKLEVEL 0
| #ifdef __cplusplus
| extern "C" void exit (int) throw ();
| #endif
| #define PACKAGE "clp"
| #define VERSION "trunk"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define COIN_HAS_COINUTILS 1
| #define COIN_HAS_OSI 1
| #define COIN_HAS_OSITESTS 1
| #define COIN_HAS_SAMPLE 1
| #define HAVE_CMATH 1
| #define HAVE_CFLOAT 1
| /* end confdefs.h. */
| #include <stdio.h>
| #if HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #if HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #if STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # if HAVE_STDLIB_H
| # include <stdlib.h>
| # endif
| #endif
| #if HAVE_STRING_H
| # if !STDC_HEADERS && HAVE_MEMORY_H
| # include <memory.h>
| # endif
| # include <string.h>
| #endif
| #if HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #if HAVE_INTTYPES_H
| # include <inttypes.h>
| #else
| # if HAVE_STDINT_H
| # include <stdint.h>
| # endif
| #endif
| #if HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #include <cieeefp>
configure:31338: result: no
configure:31342: checking cieeefp presence
configure:31352: g++ -E conftest.cc
conftest.cc:38:19: fatal error: cieeefp: No such file or directory
#include <cieeefp>
^
compilation terminated.
configure:31358: $? = 1
configure: failed program was:
| /* confdefs.h. */
|
| #define PACKAGE_NAME "Clp"
| #define PACKAGE_TARNAME "clp"
| #define PACKAGE_VERSION "trunk"
| #define PACKAGE_STRING "Clp trunk"
| #define PACKAGE_BUGREPORT "clp@list.coin-or.org"
| #define CLP_VERSION "trunk"
| #define CLP_VERSION_MAJOR 9999
| #define CLP_VERSION_MINOR 9999
| #define CLP_VERSION_RELEASE 9999
| #define CLP_SVN_REV 2043
| #define COIN_CLP_VERBOSITY 0
| #define COIN_CLP_CHECKLEVEL 0
| #ifdef __cplusplus
| extern "C" void exit (int) throw ();
| #endif
| #define PACKAGE "clp"
| #define VERSION "trunk"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define COIN_HAS_COINUTILS 1
| #define COIN_HAS_OSI 1
| #define COIN_HAS_OSITESTS 1
| #define COIN_HAS_SAMPLE 1
| #define HAVE_CMATH 1
| #define HAVE_CFLOAT 1
| /* end confdefs.h. */
| #include <cieeefp>
configure:31378: result: no
configure:31413: checking for cieeefp
configure:31420: result: no
configure:31455: checking ieeefp.h usability
configure:31467: g++ -c -O3 -pipe -DNDEBUG -pedantic-errors -Wparentheses -Wreturn-type -Wcast-qual -Wall -Wpointer-arith -Wwrite-strings -Wconversion -Wno-unknown-pragmas -Wno-long-long -DCLP_BUILD conftest.cc >&5
conftest.cc:72:20: fatal error: ieeefp.h: No such file or directory
#include <ieeefp.h>
^
compilation terminated.
configure:31473: $? = 1
configure: failed program was:
| /* confdefs.h. */
|
| #define PACKAGE_NAME "Clp"
| #define PACKAGE_TARNAME "clp"
| #define PACKAGE_VERSION "trunk"
| #define PACKAGE_STRING "Clp trunk"
| #define PACKAGE_BUGREPORT "clp@list.coin-or.org"
| #define CLP_VERSION "trunk"
| #define CLP_VERSION_MAJOR 9999
| #define CLP_VERSION_MINOR 9999
| #define CLP_VERSION_RELEASE 9999
| #define CLP_SVN_REV 2043
| #define COIN_CLP_VERBOSITY 0
| #define COIN_CLP_CHECKLEVEL 0
| #ifdef __cplusplus
| extern "C" void exit (int) throw ();
| #endif
| #define PACKAGE "clp"
| #define VERSION "trunk"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_HThere is one error here, but I assume   1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define COIN_HAS_COINUTILS 1
| #define COIN_HAS_OSI 1
| #define COIN_HAS_OSITESTS 1
| #define COIN_HAS_SAMPLE 1
| #define HAVE_CMATH 1
| #define HAVE_CFLOAT 1
| /* end confdefs.h. */
| #include <stdio.h>
| #if HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #if HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #if STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # if HAVE_STDLIB_H
| # include <stdlib.h>
| # endif
| #endif
| #if HAVE_STRING_H
| # if !STDC_HEADERS && HAVE_MEMORY_H
| # include <memory.h>
| # endif
| # include <string.h>
| #endif
| #if HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #if HAVE_INTTYPES_H
| # include <inttypes.h>
| #else
| # if HAVE_STDINT_H
| # include <stdint.h>
| # endif
| #endif
| #if HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #include <ieeefp.h>
configure:31496: result: no
configure:31500: checking ieeefp.h presence
configure:31510: g++ -E conftest.cc
conftest.cc:38:20: fatal error: ieeefp.h: No such file or directory
#include <ieeefp.h>
^
compilation terminated.
configure:31516: $? = 1
configure: failed program was:
| /* confdefs.h. */
|
| #define PACKAGE_NAME "Clp"
| #define PACKAGE_TARNAME "clp"
| #define PACKAGE_VERSION "trunk"
| #define PACKAGE_STRING "Clp trunk"
| #define PACKAGE_BUGREPORT "clp@list.coin-or.org"
| #define CLP_VERSION "trunk"
| #define CLP_VERSION_MAJOR 9999
| #define CLP_VERSION_MINOR 9999
| #define CLP_VERSION_RELEASE 9999
| #define CLP_SVN_REV 2043
| #define COIN_CLP_VERBOSITY 0
| #define COIN_CLP_CHECKLEVEL 0
| #ifdef __cplusplus
| extern "C" void exit (int) throw ();
| #endif
| #define PACKAGE "clp"
| #define VERSION "trunk"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define COIN_HAS_COINUTILS 1
| #define COIN_HAS_OSI 1
| #define COIN_HAS_OSITESTS 1
| #define COIN_HAS_SAMPLE 1
| #define HAVE_CMATH 1
| #define HAVE_CFLOAT 1
| /* end confdefs.h. */
| #include <ieeefp.h>
configure:31536: result: no
configure:31571: checking for ieeefp.h
configure:31578: result: no
configure:31609: checking whether this is a VPATH configuration
configure:31616: result: yes
configure:31666: configuring doxygen documentation options
configure:31673: checking for doxygen
configure:31689: found /usr/bin/doxygen
configure:31700: result: yes
configure:31728: checking for dot
configure:31744: found /usr/bin/dot
configure:31755: result: YES
configure:31786: checking for doxygen doc'n for CoinUtils
configure:31822: result: /home/gidden/software/coin-Cbc-trunk/build/share/coin/doc/CoinUtils/doxydoc (tag)
configure:31786: checking for doxygen doc'n for Osi
configure:31822: result: /home/gidden/software/coin-Cbc-trunk/build/share/coin/doc/Osi/doxydoc (tag)
configure:31857: checking which command should be used to link input files
configure:31865: result: ln -s
configure:32262: creating ./config.status
## ---------------------- ##
## Running config.status. ##
## ---------------------- ##
This file was extended by Clp config.status trunk, which was
generated by GNU Autoconf 2.59. Invocation command line was
CONFIG_FILES =
CONFIG_HEADERS =
CONFIG_LINKS =
CONFIG_COMMANDS =
$ ./config.status
on Kermit
config.status:891: creating Makefile
config.status:891: creating examples/Makefile
config.status:891: creating src/Makefile
config.status:891: creating src/OsiClp/Makefile
config.status:891: creating test/Makefile
config.status:891: creating clp.pc
config.status:891: creating clp-uninstalled.pc
config.status:891: creating osi-clp.pc
config.status:891: creating osi-clp-uninstalled.pc
config.status:891: creating doxydoc/doxygen.conf
config.status:988: creating src/config.h
config.status:988: creating src/config_clp.h
config.status:1302: executing depfiles commands
configure:33756: Creating VPATH links for data files
configure:33804: In case of trouble, first consult the troubleshooting page at https://projects.coin-or.org/BuildTools/wiki/user-troubleshooting
configure:33807: Configuration of Clp successful
## ---------------- ##
## Cache variables. ##
## ---------------- ##
ac_cv_build=x86_64-unknown-linux-gnu
ac_cv_build_alias=x86_64-unknown-linux-gnu
ac_cv_c_compiler_gnu=yes
ac_cv_cxx_compiler_gnu=yes
ac_cv_env_ADD_CFLAGS_set=
ac_cv_env_ADD_CFLAGS_value=
ac_cv_env_ADD_CXXFLAGS_set=
ac_cv_env_ADD_CXXFLAGS_value=
ac_cv_env_ADD_FFLAGS_set=
ac_cv_env_ADD_FFLAGS_value=
ac_cv_env_CC_set=
ac_cv_env_CC_value=
ac_cv_env_CDEFS_set=
ac_cv_env_CDEFS_value=
ac_cv_env_CFLAGS_set=
ac_cv_env_CFLAGS_value=
ac_cv_env_CPPFLAGS_set=
ac_cv_env_CPPFLAGS_value=
ac_cv_env_CPP_set=
ac_cv_env_CPP_value=
ac_cv_env_CXXCPP_set=
ac_cv_env_CXXCPP_value=
ac_cv_env_CXXDEFS_set=
ac_cv_env_CXXDEFS_value=
ac_cv_env_CXXFLAGS_set=
ac_cv_env_CXXFLAGS_value=
ac_cv_env_CXX_set=
ac_cv_env_CXX_value=
ac_cv_env_DBG_CFLAGS_set=
ac_cv_env_DBG_CFLAGS_value=
ac_cv_env_DBG_CXXFLAGS_set=
ac_cv_env_DBG_CXXFLAGS_value=
ac_cv_env_DBG_FFLAGS_set=
ac_cv_env_DBG_FFLAGS_value=
ac_cv_env_F77_set=
ac_cv_env_F77_value=
ac_cv_env_FFLAGS_set=
ac_cv_env_FFLAGS_value=
ac_cv_env_LDFLAGS_set=
ac_cv_env_LDFLAGS_value=
ac_cv_env_MPICC_set=
ac_cv_env_MPICC_value=
ac_cv_env_MPICXX_set=
ac_cv_env_MPICXX_value=
ac_cv_env_MPIF77_set=
ac_cv_env_MPIF77_value=
ac_cv_env_OPT_CFLAGS_set=
ac_cv_env_OPT_CFLAGS_value=
ac_cv_env_OPT_CXXFLAGS_set=
ac_cv_env_OPT_CXXFLAGS_value=
ac_cv_env_OPT_FFLAGS_set=
ac_cv_env_OPT_FFLAGS_value=
ac_cv_env_PKG_CONFIG_set=
ac_cv_env_PKG_CONFIG_value=
ac_cv_env_build_alias_set=
ac_cv_env_build_alias_value=
ac_cv_env_host_alias_set=
ac_cv_env_host_alias_value=
ac_cv_env_target_alias_set=
ac_cv_env_target_alias_value=
ac_cv_exeext=
ac_cv_header_cfloat=yes
ac_cv_header_cieeefp=no
ac_cv_header_cmath=yes
ac_cv_header_ieeefp_h=no
ac_cv_objext=o
ac_cv_path_install='/usr/bin/install -c'
ac_cv_prog_AWK=mawk
ac_cv_prog_ac_ct_CC=gcc
ac_cv_prog_ac_ct_CXX=g++
ac_cv_prog_ac_ct_PKG_CONFIG=pkg-config
ac_cv_prog_cc_g=yes
ac_cv_prog_cc_stdc=
ac_cv_prog_coin_doxy_usedot=YES
ac_cv_prog_coin_have_doxygen=yes
ac_cv_prog_cxx_g=yes
ac_cv_prog_egrep='grep -E'
ac_cv_prog_have_svnversion=yes
ac_cv_prog_make_make_set=yes
am_cv_CC_dependencies_compiler_type=gcc3
am_cv_CXX_dependencies_compiler_type=gcc3
## ----------------- ##
## Output variables. ##
## ----------------- ##
ABSBUILDDIR='/home/gidden/software/coin-Cbc-trunk/build/Clp'
ACLOCAL='${SHELL} /home/gidden/software/coin-Cbc-trunk/Clp/missing --run aclocal-1.9'
ADD_CFLAGS=''
ADD_CXXFLAGS=''
ADD_FFLAGS=''
ALWAYS_FALSE_FALSE=''
ALWAYS_FALSE_TRUE='#'
AMDEPBACKSLASH='\'
AMDEP_FALSE='#'
AMDEP_TRUE=''
AMDINCDIR=''
AMDLIB=''
AMTAR='${SHELL} /home/gidden/software/coin-Cbc-trunk/Clp/missing --run tar'
AR='ar'
ASL_CFLAGS=''
ASL_CFLAGS_INSTALLED=''
ASL_DATA=''
ASL_DATA_INSTALLED=''
ASL_DEPENDENCIES=''
ASL_LIBS=''
ASL_LIBS_INSTALLED=''
AUTOCONF='${SHELL} /home/gidden/software/coin-Cbc-trunk/Clp/missing --run autoconf'
AUTOHEADER='${SHELL} /home/gidden/software/coin-Cbc-trunk/Clp/missing --run autoheader'
AUTOMAKE='${SHELL} /home/gidden/software/coin-Cbc-trunk/Clp/missing --run automake-1.9'
AUX_DIR=''
AWK='mawk'
BLAS_CFLAGS=''
BLAS_CFLAGS_INSTALLED=''
BLAS_DATA=''
BLAS_DATA_INSTALLED=''
BLAS_DEPENDENCIES=''
BLAS_LIBS=''
BLAS_LIBS_INSTALLED=''
BUILDTOOLSDIR=''
CC='gcc'
CCDEPMODE='depmode=gcc3'
CDEFS=''
CFLAGS='-O3 -pipe -DNDEBUG -pedantic-errors -Wimplicit -Wparentheses -Wsequence-point -Wreturn-type -Wcast-qual -Wall -Wno-unknown-pragmas -Wno-long-long -DCLP_BUILD'
CHOLMODINCDIR=''
CHOLMODLIB=''
CLPLIB_CFLAGS='-I/home/gidden/software/coin-Cbc-trunk/CoinUtils/src -I/home/gidden/software/coin-Cbc-trunk/build/CoinUtils/src '
CLPLIB_CFLAGS_INSTALLED=''
CLPLIB_DEPENDENCIES=' /home/gidden/software/coin-Cbc-trunk/build/CoinUtils/src/libCoinUtils.la '
CLPLIB_LIBS='/home/gidden/software/coin-Cbc-trunk/build/CoinUtils/src/libCoinUtils.la -lbz2 -lz -llapack -lblas -lm '
CLPLIB_LIBS_INSTALLED=''
CLPLIB_PCLIBS=''
CLPLIB_PCREQUIRES='coinutils '
CLP_SVN_REV='2043'
COINUTILS_CFLAGS='-I/home/gidden/software/coin-Cbc-trunk/CoinUtils/src -I/home/gidden/software/coin-Cbc-trunk/build/CoinUtils/src '
COINUTILS_CFLAGS_INSTALLED=''
COINUTILS_DATA=''
COINUTILS_DATA_INSTALLED=''
COINUTILS_DEPENDENCIES=' /home/gidden/software/coin-Cbc-trunk/build/CoinUtils/src/libCoinUtils.la '
COINUTILS_LIBS='/home/gidden/software/coin-Cbc-trunk/build/CoinUtils/src/libCoinUtils.la -lbz2 -lz -llapack -lblas -lm '
COINUTILS_LIBS_INSTALLED=''
COIN_CC_IS_CL_FALSE=''
COIN_CC_IS_CL_TRUE='#'
COIN_CXX_IS_CL_FALSE=''
COIN_CXX_IS_CL_TRUE='#'
COIN_HAS_ABC_FALSE=''
COIN_HAS_ABC_TRUE='#'
COIN_HAS_AMD_FALSE=''
COIN_HAS_AMD_TRUE='#'
COIN_HAS_ASL_FALSE=''
COIN_HAS_ASL_TRUE='#'
COIN_HAS_BLAS_FALSE=''
COIN_HAS_BLAS_TRUE='#'
COIN_HAS_CHOLMOD_FALSE=''
COIN_HAS_CHOLMOD_TRUE='#'
COIN_HAS_COINUTILS_FALSE='#'
COIN_HAS_COINUTILS_TRUE=''
COIN_HAS_GLPK_FALSE=''
COIN_HAS_GLPK_TRUE='#'
COIN_HAS_MUMPS_FALSE=''
COIN_HAS_MUMPS_TRUE='#'
COIN_HAS_NETLIB_FALSE=''
COIN_HAS_NETLIB_TRUE='#'
COIN_HAS_OSITESTS_FALSE='#'
COIN_HAS_OSITESTS_TRUE=''
COIN_HAS_OSI_FALSE='#'
COIN_HAS_OSI_TRUE=''
COIN_HAS_PKGCONFIG_FALSE='#'
COIN_HAS_PKGCONFIG_TRUE=''
COIN_HAS_SAMPLE_FALSE='#'
COIN_HAS_SAMPLE_TRUE=''
COIN_HAS_WSMP_FALSE=''
COIN_HAS_WSMP_TRUE='#'
COIN_PKG_CONFIG_PATH='/home/gidden/software/coin-Cbc-trunk/build/lib64/pkgconfig:/home/gidden/software/coin-Cbc-trunk/build/lib/pkgconfig:/home/gidden/software/coin-Cbc-trunk/build/share/pkgconfig:/home/gidden/.local/lib/pkgconfig'
COIN_PKG_CONFIG_PATH_UNINSTALLED='/home/gidden/software/coin-Cbc-trunk/build/Clp:/home/gidden/software/coin-Cbc-trunk/build/Osi:/home/gidden/software/coin-Cbc-trunk/build/CoinUtils:/home/gidden/software/coin-Cbc-trunk/build/Data/miplib3:/home/gidden/software/coin-Cbc-trunk/build/Data/Sample:'
CPP='gcc -E'
CPPFLAGS=''
CXX='g++'
CXXCPP='g++ -E'
CXXDEFS=''
CXXDEPMODE='depmode=gcc3'
CXXFLAGS='-O3 -pipe -DNDEBUG -pedantic-errors -Wparentheses -Wreturn-type -Wcast-qual -Wall -Wpointer-arith -Wwrite-strings -Wconversion -Wno-unknown-pragmas -Wno-long-long -DCLP_BUILD'
CYGPATH_W='echo'
DBG_CFLAGS='-g -O0 -pipe -pedantic-errors -Wimplicit -Wparentheses -Wsequence-point -Wreturn-type -Wcast-qual -Wall -Wno-unknown-pragmas -Wno-long-long '
DBG_CXXFLAGS='-g -O0 -pipe -pedantic-errors -Wparentheses -Wreturn-type -Wcast-qual -Wall -Wpointer-arith -Wwrite-strings -Wconversion -Wno-unknown-pragmas -Wno-long-long '
DBG_FFLAGS=''
DEFS='-DHAVE_CONFIG_H'
DEPDIR='.deps'
DEPENDENCY_LINKING_FALSE=''
DEPENDENCY_LINKING_TRUE='#'
ECHO='echo'
ECHO_C=''
ECHO_N='-n'
ECHO_T=''
EGREP='grep -E'
EXEEXT=''
F77=''
FFLAGS=''
FLIBS=''
GLPK_CFLAGS=''
GLPK_CFLAGS_INSTALLED=''
GLPK_DATA=''
GLPK_DATA_INSTALLED=''
GLPK_DEPENDENCIES=''
GLPK_LIBS=''
GLPK_LIBS_INSTALLED=''
HAVE_EXTERNALS_FALSE=''
HAVE_EXTERNALS_TRUE='#'
INSTALL_DATA='${INSTALL} -m 644'
INSTALL_PROGRAM='${INSTALL}'
INSTALL_SCRIPT='${INSTALL}'
INSTALL_STRIP_PROGRAM='${SHELL} $(install_sh) -c -s'
LDFLAGS=''
LIBEXT='a'
LIBOBJS=''
LIBS=''
LIBTOOL='$(SHELL) $(top_builddir)/../libtool'
LIBTOOLM4=''
LN_S='ln -s'
LTLIBOBJS=''
LT_LDFLAGS=''
MAINT='#'
MAINTAINER_MODE_FALSE=''
MAINTAINER_MODE_TRUE='#'
MAKEINFO='${SHELL} /home/gidden/software/coin-Cbc-trunk/Clp/missing --run makeinfo'
MPICC=''
MPICXX=''
MPIF77=''
MUMPS_CFLAGS=''
MUMPS_CFLAGS_INSTALLED=''
MUMPS_DATA=''
MUMPS_DATA_INSTALLED=''
MUMPS_DEPENDENCIES=''
MUMPS_LIBS=''
MUMPS_LIBS_INSTALLED=''
NETLIB_CFLAGS=''
NETLIB_CFLAGS_INSTALLED=''
NETLIB_DATA=''
NETLIB_DATA_INSTALLED=''
NETLIB_DEPENDENCIES=''
NETLIB_LIBS=''
NETLIB_LIBS_INSTALLED=''
OBJEXT='o'
OPT_CFLAGS='-O3 -pipe -DNDEBUG -pedantic-errors -Wimplicit -Wparentheses -Wsequence-point -Wreturn-type -Wcast-qual -Wall -Wno-unknown-pragmas -Wno-long-long '
OPT_CXXFLAGS='-O3 -pipe -DNDEBUG -pedantic-errors -Wparentheses -Wreturn-type -Wcast-qual -Wall -Wpointer-arith -Wwrite-strings -Wconversion -Wno-unknown-pragmas -Wno-long-long '
OPT_FFLAGS=''
OSICLPLIB_CFLAGS='-I/home/gidden/software/coin-Cbc-trunk/Osi/src/Osi -I/home/gidden/software/coin-Cbc-trunk/build/Osi/src/Osi -I/home/gidden/software/coin-Cbc-trunk/CoinUtils/src -I/home/gidden/software/coin-Cbc-trunk/build/CoinUtils/src '
OSICLPLIB_CFLAGS_INSTALLED=''
OSICLPLIB_DEPENDENCIES=' /home/gidden/software/coin-Cbc-trunk/build/Osi/src/Osi/libOsi.la /home/gidden/software/coin-Cbc-trunk/build/CoinUtils/src/libCoinUtils.la '
OSICLPLIB_LIBS='/home/gidden/software/coin-Cbc-trunk/build/Osi/src/Osi/libOsi.la /home/gidden/software/coin-Cbc-trunk/build/CoinUtils/src/libCoinUtils.la -lbz2 -lz -llapack -lblas -lm '
OSICLPLIB_LIBS_INSTALLED=''
OSICLPLIB_PCLIBS=''
OSICLPLIB_PCREQUIRES='osi '
OSITESTS_CFLAGS='-I/home/gidden/software/coin-Cbc-trunk/Osi/src/OsiCommonTest -I/home/gidden/software/coin-Cbc-trunk/Osi/src/Osi -I/home/gidden/software/coin-Cbc-trunk/build/Osi/src/Osi -I/home/gidden/software/coin-Cbc-trunk/CoinUtils/src -I/home/gidden/software/coin-Cbc-trunk/build/CoinUtils/src '
OSITESTS_CFLAGS_INSTALLED=''
OSITESTS_DATA=''
OSITESTS_DATA_INSTALLED=''
OSITESTS_DEPENDENCIES=' /home/gidden/software/coin-Cbc-trunk/build/Osi/src/OsiCommonTest/libOsiCommonTests.la /home/gidden/software/coin-Cbc-trunk/build/Osi/src/Osi/libOsi.la /home/gidden/software/coin-Cbc-trunk/build/CoinUtils/src/libCoinUtils.la '
OSITESTS_LIBS='/home/gidden/software/coin-Cbc-trunk/build/Osi/src/OsiCommonTest/libOsiCommonTests.la /home/gidden/software/coin-Cbc-trunk/build/Osi/src/Osi/libOsi.la /home/gidden/software/coin-Cbc-trunk/build/CoinUtils/src/libCoinUtils.la -lbz2 -lz -llapack -lblas -lm '
OSITESTS_LIBS_INSTALLED=''
OSI_CFLAGS='-I/home/gidden/software/coin-Cbc-trunk/Osi/src/Osi -I/home/gidden/software/coin-Cbc-trunk/build/Osi/src/Osi -I/home/gidden/software/coin-Cbc-trunk/CoinUtils/src -I/home/gidden/software/coin-Cbc-trunk/build/CoinUtils/src '
OSI_CFLAGS_INSTALLED=''
OSI_DATA=''
OSI_DATA_INSTALLED=''
OSI_DEPENDENCIES=' /home/gidden/software/coin-Cbc-trunk/build/Osi/src/Osi/libOsi.la /home/gidden/software/coin-Cbc-trunk/build/CoinUtils/src/libCoinUtils.la '
OSI_LIBS='/home/gidden/software/coin-Cbc-trunk/build/Osi/src/Osi/libOsi.la /home/gidden/software/coin-Cbc-trunk/build/CoinUtils/src/libCoinUtils.la -lbz2 -lz -llapack -lblas -lm '
OSI_LIBS_INSTALLED=''
PACKAGE='clp'
PACKAGE_BUGREPORT='clp@list.coin-or.org'
PACKAGE_NAME='Clp'
PACKAGE_STRING='Clp trunk'
PACKAGE_TARNAME='clp'
PACKAGE_VERSION='trunk'
PATH_SEPARATOR=':'
PKG_CONFIG='pkg-config'
RANLIB='ranlib'
RPATH_FLAGS=' -Wl,--rpath -Wl,/home/gidden/software/coin-Cbc-trunk/build/lib'
SAMPLE_CFLAGS=' '
SAMPLE_CFLAGS_INSTALLED=''
SAMPLE_DATA='/home/gidden/software/coin-Cbc-trunk/build/Data/Sample'
SAMPLE_DATA_INSTALLED=''
SAMPLE_DEPENDENCIES=' '
SAMPLE_LIBS=' '
SAMPLE_LIBS_INSTALLED=''
SET_MAKE=''
SHELL='/bin/bash'
STRIP='strip'
VERSION='trunk'
VPATH_DISTCLEANFILES=' examples/hello.mps examples/input.130 examples/g.tiny examples/gparm.tiny'
abs_bin_dir='/home/gidden/software/coin-Cbc-trunk/build/bin'
abs_include_dir='/home/gidden/software/coin-Cbc-trunk/build/include'
abs_lib_dir='/home/gidden/software/coin-Cbc-trunk/build/lib'
abs_source_dir='/home/gidden/software/coin-Cbc-trunk/Clp'
ac_c_preproc_warn_flag=''
ac_ct_AR='ar'
ac_ct_CC='gcc'
ac_ct_CXX='g++'
ac_ct_F77=''
ac_ct_PKG_CONFIG='pkg-config'
ac_ct_RANLIB='ranlib'
ac_ct_STRIP='strip'
ac_cxx_preproc_warn_flag=''
am__fastdepCC_FALSE='#'
am__fastdepCC_TRUE=''
am__fastdepCXX_FALSE='#'
am__fastdepCXX_TRUE=''
am__include='include'
am__leading_dot='.'
am__quote=''
am__tar='${AMTAR} chof - "$$tardir"'
am__untar='${AMTAR} xf -'
bindir='${exec_prefix}/bin'
build='x86_64-unknown-linux-gnu'
build_alias=''
build_cpu='x86_64'
build_os='linux-gnu'
build_vendor='unknown'
coin_doxy_excludes=''
coin_doxy_logname='doxydoc/clp_doxy.log'
coin_doxy_tagfiles=' /home/gidden/software/coin-Cbc-trunk/build/share/coin/doc/CoinUtils/doxydoc/coinutils_doxy.tag=/home/gidden/software/coin-Cbc-trunk/build/share/coin/doc/CoinUtils/doxydoc/html /home/gidden/software/coin-Cbc-trunk/build/share/coin/doc/Osi/doxydoc/osi_doxy.tag=/home/gidden/software/coin-Cbc-trunk/build/share/coin/doc/Osi/doxydoc/html'
coin_doxy_tagname='doxydoc/clp_doxy.tag'
coin_doxy_usedot='YES'
coin_have_doxygen='yes'
datadir='${prefix}/share'
exec_prefix='${prefix}'
have_autoconf=''
have_automake=''
have_svn=''
have_svnversion='yes'
host='x86_64-unknown-linux-gnu'
host_alias=''
host_cpu='x86_64'
host_os='linux-gnu'
host_vendor='unknown'
includedir='${prefix}/include'
infodir='${prefix}/info'
install_sh='/home/gidden/software/coin-Cbc-trunk/Clp/install-sh'
libdir='${exec_prefix}/lib'
libexecdir='${exec_prefix}/libexec'
localstatedir='${prefix}/var'
mandir='${prefix}/man'
mkdir_p='mkdir -p --'
oldincludedir='/usr/include'
prefix='/home/gidden/software/coin-Cbc-trunk/build'
program_transform_name='s,x,x,'
sbindir='${exec_prefix}/sbin'
sharedstatedir='${prefix}/com'
sol_cc_compiler=''
sysconfdir='${prefix}/etc'
target_alias=''
## ----------- ##
## confdefs.h. ##
## ----------- ##
#define CLP_SVN_REV 2043
#define CLP_VERSION "trunk"
#define CLP_VERSION_MAJOR 9999
#define CLP_VERSION_MINOR 9999
#define CLP_VERSION_RELEASE 9999
#define COIN_CLP_CHECKLEVEL 0
#define COIN_CLP_VERBOSITY 0
#define COIN_HAS_COINUTILS 1
#define COIN_HAS_OSI 1
#define COIN_HAS_OSITESTS 1
#define COIN_HAS_SAMPLE 1
#define HAVE_CFLOAT 1
#define HAVE_CMATH 1
#define HAVE_DLFCN_H 1
#define HAVE_INTTYPES_H 1
#define HAVE_MEMORY_H 1
#define HAVE_STDINT_H 1
#define HAVE_STDLIB_H 1
#define HAVE_STRINGS_H 1
#define HAVE_STRING_H 1
#define HAVE_SYS_STAT_H 1
#define HAVE_SYS_TYPES_H 1
#define HAVE_UNISTD_H 1
#define PACKAGE "clp"
#define PACKAGE_BUGREPORT "clp@list.coin-or.org"
#define PACKAGE_NAME "Clp"
#define PACKAGE_STRING "Clp trunk"
#define PACKAGE_TARNAME "clp"
#define PACKAGE_VERSION "trunk"
#define STDC_HEADERS 1
#define VERSION "trunk"
#endif
#ifdef __cplusplus
extern "C" void exit (int) throw ();
configure: exit 0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment