Skip to content

Instantly share code, notes, and snippets.

Created November 13, 2013 20:45
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 anonymous/7456094 to your computer and use it in GitHub Desktop.
Save anonymous/7456094 to your computer and use it in GitHub Desktop.
This file contains any messages produced by compilers while
running configure, to aid debugging if configure makes a mistake.
It was created by Cbc configure 2.8.5, which was
generated by GNU Autoconf 2.59. Invocation command line was
$ ../configure
## --------- ##
## Platform. ##
## --------- ##
hostname = perseus.local
uname -m = x86_64
uname -r = 13.0.0
uname -s = Darwin
uname -v = Darwin Kernel Version 13.0.0: Thu Sep 19 22:22:27 PDT 2013; root:xnu-2422.1.72~6/RELEASE_X86_64
/usr/bin/uname -p = i386
/bin/uname -X = unknown
/bin/arch = unknown
/usr/bin/arch -k = unknown
/usr/convex/getsysinfo = unknown
hostinfo = Mach kernel version:
Darwin Kernel Version 13.0.0: Thu Sep 19 22:22:27 PDT 2013; root:xnu-2422.1.72~6/RELEASE_X86_64
Kernel configured for up to 4 processors.
2 processors are physically available.
4 processors are logically available.
Processor type: i486 (Intel 80486)
Processors active: 0 1 2 3
Primary memory available: 8.00 gigabytes
Default processor set: 148 tasks, 542 threads, 4 processors
Load average: 0.78, Mach factor: 3.21
/bin/machine = unknown
/usr/bin/oslevel = unknown
/bin/universe = unknown
PATH: /usr/bin
PATH: /bin
PATH: /usr/sbin
PATH: /sbin
PATH: /usr/local/bin
## ----------- ##
## Core tests. ##
## ----------- ##
configure:1739: checking build system type
configure:1757: result: i386-apple-darwin13.0.0
configure:1768: checking whether we want to compile in debug mode
configure:1797: result: no
configure:2022: checking for xlc_r
configure:2051: result: no
configure:2022: checking for xlc
configure:2051: result: no
configure:2022: checking for cc
configure:2038: found /usr/bin/cc
configure:2048: result: cc
configure:2069: checking for C compiler version
configure:2072: cc --version </dev/null >&5
Apple LLVM version 5.0 (clang-500.2.79) (based on LLVM 3.3svn)
Target: x86_64-apple-darwin13.0.0
Thread model: posix
configure:2075: $? = 0
configure:2077: cc -v </dev/null >&5
Apple LLVM version 5.0 (clang-500.2.79) (based on LLVM 3.3svn)
Target: x86_64-apple-darwin13.0.0
Thread model: posix
configure:2080: $? = 0
configure:2082: cc -V </dev/null >&5
clang: error: argument to '-V' is missing (expected 1 value)
clang: error: no input files
configure:2085: $? = 1
configure:2108: checking for C compiler default output file name
configure:2111: cc conftest.c >&5
configure:2114: $? = 0
configure:2160: result: a.out
configure:2165: checking whether the C compiler works
configure:2171: ./a.out
configure:2174: $? = 0
configure:2191: result: yes
configure:2198: checking whether we are cross compiling
configure:2200: result: no
configure:2203: checking for suffix of executables
configure:2205: cc -o conftest conftest.c >&5
configure:2208: $? = 0
configure:2233: result:
configure:2239: checking for suffix of object files
configure:2260: cc -c conftest.c >&5
configure:2263: $? = 0
configure:2285: result: o
configure:2289: checking whether we are using the GNU C compiler
configure:2313: cc -c conftest.c >&5
configure:2319: $? = 0
configure:2323: test -z
|| test ! -s conftest.err
configure:2326: $? = 0
configure:2329: test -s conftest.o
configure:2332: $? = 0
configure:2345: result: yes
configure:2351: checking whether cc accepts -g
configure:2372: cc -c -g conftest.c >&5
configure:2378: $? = 0
configure:2382: test -z
|| test ! -s conftest.err
configure:2385: $? = 0
configure:2388: test -s conftest.o
configure:2391: $? = 0
configure:2402: result: yes
configure:2419: checking for cc option to accept ANSI C
configure:2489: cc -c -g -O2 conftest.c >&5
configure:2495: $? = 0
configure:2499: test -z
|| test ! -s conftest.err
configure:2502: $? = 0
configure:2505: test -s conftest.o
configure:2508: $? = 0
configure:2526: result: none needed
configure:2544: cc -c -g -O2 conftest.c >&5
conftest.c:2:3: error: unknown type name 'choke'
choke me
^
conftest.c:2:11: error: expected ';' after top level declarator
choke me
^
;
2 errors generated.
configure:2550: $? = 1
configure: failed program was:
| #ifndef __cplusplus
| choke me
| #endif
configure:3044: cc -o conftest -O3 -pipe -DNDEBUG -Wimplicit -Wparentheses -Wsequence-point -Wreturn-type -Wcast-qual -Wall -Wno-unknown-pragmas -Wno-long-long conftest.c >&5
configure:3050: $? = 0
configure:3054: test -z
|| test ! -s conftest.err
configure:3057: $? = 0
configure:3060: test -s conftest
configure:3063: $? = 0
configure:3130: C compiler options are: -O3 -pipe -DNDEBUG -Wimplicit -Wparentheses -Wsequence-point -Wreturn-type -Wcast-qual -Wall -Wno-unknown-pragmas -Wno-long-long
configure:3261: checking for g++
configure:3277: found /usr/bin/g++
configure:3287: result: g++
configure:3303: checking for C++ compiler version
configure:3306: g++ --version </dev/null >&5
Configured with: --prefix=/Library/Developer/CommandLineTools/usr --with-gxx-include-dir=/usr/include/c++/4.2.1
Apple LLVM version 5.0 (clang-500.2.79) (based on LLVM 3.3svn)
Target: x86_64-apple-darwin13.0.0
Thread model: posix
configure:3309: $? = 0
configure:3311: g++ -v </dev/null >&5
Configured with: --prefix=/Library/Developer/CommandLineTools/usr --with-gxx-include-dir=/usr/include/c++/4.2.1
Apple LLVM version 5.0 (clang-500.2.79) (based on LLVM 3.3svn)
Target: x86_64-apple-darwin13.0.0
Thread model: posix
configure:3314: $? = 0
configure:3316: g++ -V </dev/null >&5
clang: error: argument to '-V' is missing (expected 1 value)
clang: error: no input files
configure:3319: $? = 1
configure:3322: checking whether we are using the GNU C++ compiler
configure:3346: g++ -c conftest.cc >&5
configure:3352: $? = 0
configure:3356: test -z
|| test ! -s conftest.err
configure:3359: $? = 0
configure:3362: test -s conftest.o
configure:3365: $? = 0
configure:3378: result: yes
configure:3384: checking whether g++ accepts -g
configure:3405: g++ -c -g conftest.cc >&5
configure:3411: $? = 0
configure:3415: test -z
|| test ! -s conftest.err
configure:3418: $? = 0
configure:3421: test -s conftest.o
configure:3424: $? = 0
configure:3435: result: yes
configure:3477: g++ -c -g -O2 conftest.cc >&5
configure:3483: $? = 0
configure:3487: test -z
|| test ! -s conftest.err
configure:3490: $? = 0
configure:3493: test -s conftest.o
configure:3496: $? = 0
configure:3522: g++ -c -g -O2 conftest.cc >&5
conftest.cc:13:1: error: use of undeclared identifier 'exit'
exit (42);
^
1 error generated.
configure:3528: $? = 1
configure: failed program was:
| /* confdefs.h. */
|
| #define PACKAGE_NAME "Cbc"
| #define PACKAGE_TARNAME "cbc"
| #define PACKAGE_VERSION "2.8.5"
| #define PACKAGE_STRING "Cbc 2.8.5"
| #define PACKAGE_BUGREPORT "cbc@lists.coin-or.org"
| /* end confdefs.h. */
|
| int
| main ()
| {
| exit (42);
| ;
| return 0;
| }
configure:3477: g++ -c -g -O2 conftest.cc >&5
conftest.cc:9:17: error: use of undeclared identifier 'std'
extern "C" void std::exit (int) throw (); using std::exit;
^
conftest.cc:9:49: error: use of undeclared identifier 'std'
extern "C" void std::exit (int) throw (); using std::exit;
^
2 errors generated.
configure:3483: $? = 1
configure: failed program was:
| /* confdefs.h. */
|
| #define PACKAGE_NAME "Cbc"
| #define PACKAGE_TARNAME "cbc"
| #define PACKAGE_VERSION "2.8.5"
| #define PACKAGE_STRING "Cbc 2.8.5"
| #define PACKAGE_BUGREPORT "cbc@lists.coin-or.org"
| /* end confdefs.h. */
| extern "C" void std::exit (int) throw (); using std::exit;
| #include <stdlib.h>
| int
| main ()
| {
| exit (42);
| ;
| return 0;
| }
configure:3477: g++ -c -g -O2 conftest.cc >&5
conftest.cc:9:17: error: use of undeclared identifier 'std'
extern "C" void std::exit (int); using std::exit;
^
conftest.cc:9:40: error: use of undeclared identifier 'std'
extern "C" void std::exit (int); using std::exit;
^
2 errors generated.
configure:3483: $? = 1
configure: failed program was:
| /* confdefs.h. */
|
| #define PACKAGE_NAME "Cbc"
| #define PACKAGE_TARNAME "cbc"
| #define PACKAGE_VERSION "2.8.5"
| #define PACKAGE_STRING "Cbc 2.8.5"
| #define PACKAGE_BUGREPORT "cbc@lists.coin-or.org"
| /* end confdefs.h. */
| extern "C" void std::exit (int); using std::exit;
| #include <stdlib.h>
| int
| main ()
| {
| exit (42);
| ;
| return 0;
| }
configure:3477: g++ -c -g -O2 conftest.cc >&5
configure:3483: $? = 0
configure:3487: test -z
|| test ! -s conftest.err
configure:3490: $? = 0
configure:3493: test -s conftest.o
configure:3496: $? = 0
configure:3522: g++ -c -g -O2 conftest.cc >&5
configure:3528: $? = 0
configure:3532: test -z
|| test ! -s conftest.err
configure:3535: $? = 0
configure:3538: test -s conftest.o
configure:3541: $? = 0
configure:3573: checking whether C++ compiler g++ works
configure:3591: g++ -c -g -O2 conftest.cc >&5
configure:3597: $? = 0
configure:3601: test -z
|| test ! -s conftest.err
configure:3604: $? = 0
configure:3607: test -s conftest.o
configure:3610: $? = 0
configure:3612: result: yes
configure:4007: g++ -o conftest -O3 -pipe -DNDEBUG -Wparentheses -Wreturn-type -Wcast-qual -Wall -Wpointer-arith -Wwrite-strings -Wconversion -Wno-unknown-pragmas -Wno-long-long conftest.cc >&5
configure:4013: $? = 0
configure:4017: test -z
|| test ! -s conftest.err
configure:4020: $? = 0
configure:4023: test -s conftest
configure:4026: $? = 0
configure:4093: C++ compiler options are: -O3 -pipe -DNDEBUG -Wparentheses -Wreturn-type -Wcast-qual -Wall -Wpointer-arith -Wwrite-strings -Wconversion -Wno-unknown-pragmas -Wno-long-long
configure:4179: Trying to determine Fortran compiler name
configure:4228: checking for xlf_r
configure:4257: result: no
configure:4228: checking for fort77
configure:4257: result: no
configure:4228: checking for gfortran
configure:4244: found /usr/local/bin/gfortran
configure:4254: result: gfortran
configure:4362: checking for Fortran 77 compiler version
configure:4365: gfortran --version </dev/null >&5
GNU Fortran (GCC) 4.8.2
Copyright (C) 2013 Free Software Foundation, Inc.
GNU Fortran comes with NO WARRANTY, to the extent permitted by law.
You may redistribute copies of GNU Fortran
under the terms of the GNU General Public License.
For more information about these matters, see the file named COPYING
configure:4368: $? = 0
configure:4370: gfortran -v </dev/null >&5
Using built-in specs.
COLLECT_GCC=gfortran
COLLECT_LTO_WRAPPER=/usr/local/Cellar/gfortran/4.8.2/gfortran/libexec/gcc/x86_64-apple-darwin13.0.0/4.8.2/lto-wrapper
Target: x86_64-apple-darwin13.0.0
Configured with: ../configure --prefix=/usr/local/Cellar/gfortran/4.8.2/gfortran --datarootdir=/usr/local/Cellar/gfortran/4.8.2/share --bindir=/usr/local/Cellar/gfortran/4.8.2/bin --enable-languages=fortran --with-system-zlib --with-gmp=/usr/local/opt/gmp --with-mpfr=/usr/local/opt/mpfr --with-mpc=/usr/local/opt/libmpc --with-cloog=/usr/local/opt/cloog --with-isl=/usr/local/opt/isl --disable-cloog-version-check --disable-isl-version-check --enable-checking=release --disable-stage1-checking --disable-libstdcxx --enable-lto --disable-nls --disable-multilib
Thread model: posix
gcc version 4.8.2 (GCC)
configure:4373: $? = 0
configure:4375: gfortran -V </dev/null >&5
gfortran: error: unrecognized command line option '-V'
gfortran: fatal error: no input files
compilation terminated.
configure:4378: $? = 1
configure:4386: checking whether we are using the GNU Fortran 77 compiler
configure:4400: gfortran -c conftest.F >&5
configure:4406: $? = 0
configure:4410: test -z
|| test ! -s conftest.err
configure:4413: $? = 0
configure:4416: test -s conftest.o
configure:4419: $? = 0
configure:4432: result: yes
configure:4438: checking whether gfortran accepts -g
configure:4450: gfortran -c -g conftest.f >&5
configure:4456: $? = 0
configure:4460: test -z
|| test ! -s conftest.err
configure:4463: $? = 0
configure:4466: test -s conftest.o
configure:4469: $? = 0
configure:4481: result: yes
configure:4773: gfortran -o conftest -O3 -pipe conftest.f >&5
configure:4779: $? = 0
configure:4783: test -z
|| test ! -s conftest.err
configure:4786: $? = 0
configure:4789: test -s conftest
configure:4792: $? = 0
configure:4850: Fortran compiler options are: -O3 -pipe
configure:4976: checking for egrep
configure:4986: result: grep -E
configure:4991: checking whether ln -s works
configure:4995: result: yes
configure:5016: checking for a BSD-compatible install
configure:5071: result: /usr/bin/install -c
configure:5082: checking whether build environment is sane
configure:5125: result: yes
configure:5190: checking for gawk
configure:5219: result: no
configure:5190: checking for mawk
configure:5219: result: no
configure:5190: checking for nawk
configure:5219: result: no
configure:5190: checking for awk
configure:5206: found /usr/bin/awk
configure:5216: result: awk
configure:5226: checking whether make sets $(MAKE)
configure:5246: result: yes
configure:5276: checking for style of include used by make
configure:5304: result: GNU
configure:5485: checking dependency style of cc
configure:5575: result: gcc3
configure:5594: checking dependency style of g++
configure:5684: result: gcc3
configure:5702: checking whether to enable maintainer-specific portions of Makefiles
configure:5711: result: no
configure:6161: checking host system type
configure:6175: result: i386-apple-darwin13.0.0
configure:6183: checking for a sed that does not truncate output
configure:6237: result: /usr/bin/sed
configure:6251: checking for ld used by cc
configure:6318: result: /Library/Developer/CommandLineTools/usr/bin/ld
configure:6327: checking if the linker (/Library/Developer/CommandLineTools/usr/bin/ld) is GNU ld
configure:6342: result: no
configure:6347: checking for /Library/Developer/CommandLineTools/usr/bin/ld option to reload object files
configure:6354: result: -r
configure:6372: checking for BSD-compatible nm
configure:6421: result: /usr/bin/nm
configure:6425: checking how to recognise dependent libraries
configure:6601: result: pass_all
configure:6837: checking how to run the C preprocessor
configure:6872: cc -E conftest.c
configure:6878: $? = 0
configure:6910: cc -E conftest.c
conftest.c:14:10: fatal error: 'ac_nonexistent.h' file not found
#include <ac_nonexistent.h>
^
1 error generated.
configure:6916: $? = 1
configure: failed program was:
| /* confdefs.h. */
|
| #define PACKAGE_NAME "Cbc"
| #define PACKAGE_TARNAME "cbc"
| #define PACKAGE_VERSION "2.8.5"
| #define PACKAGE_STRING "Cbc 2.8.5"
| #define PACKAGE_BUGREPORT "cbc@lists.coin-or.org"
| #ifdef __cplusplus
| extern "C" void exit (int) throw ();
| #endif
| #define PACKAGE "cbc"
| #define VERSION "2.8.5"
| /* end confdefs.h. */
| #include <ac_nonexistent.h>
configure:6955: result: cc -E
configure:6979: cc -E conftest.c
configure:6985: $? = 0
configure:7017: cc -E conftest.c
conftest.c:14:10: fatal error: 'ac_nonexistent.h' file not found
#include <ac_nonexistent.h>
^
1 error generated.
configure:7023: $? = 1
configure: failed program was:
| /* confdefs.h. */
|
| #define PACKAGE_NAME "Cbc"
| #define PACKAGE_TARNAME "cbc"
| #define PACKAGE_VERSION "2.8.5"
| #define PACKAGE_STRING "Cbc 2.8.5"
| #define PACKAGE_BUGREPORT "cbc@lists.coin-or.org"
| #ifdef __cplusplus
| extern "C" void exit (int) throw ();
| #endif
| #define PACKAGE "cbc"
| #define VERSION "2.8.5"
| /* end confdefs.h. */
| #include <ac_nonexistent.h>
configure:7067: checking for ANSI C header files
configure:7092: cc -c -O3 -pipe -DNDEBUG -Wimplicit -Wparentheses -Wsequence-point -Wreturn-type -Wcast-qual -Wall -Wno-unknown-pragmas -Wno-long-long conftest.c >&5
configure:7098: $? = 0
configure:7102: test -z
|| test ! -s conftest.err
configure:7105: $? = 0
configure:7108: test -s conftest.o
configure:7111: $? = 0
configure:7200: cc -o conftest -O3 -pipe -DNDEBUG -Wimplicit -Wparentheses -Wsequence-point -Wreturn-type -Wcast-qual -Wall -Wno-unknown-pragmas -Wno-long-long conftest.c >&5
conftest.c:31:7: warning: implicitly declaring library function 'exit' with type 'void (int) __attribute__((noreturn))'
exit(2);
^
conftest.c:31:7: note: please include the header <stdlib.h> or explicitly provide a declaration for 'exit'
1 warning generated.
configure:7203: $? = 0
configure:7205: ./conftest
configure:7208: $? = 0
configure:7223: result: yes
configure:7247: checking for sys/types.h
configure:7263: cc -c -O3 -pipe -DNDEBUG -Wimplicit -Wparentheses -Wsequence-point -Wreturn-type -Wcast-qual -Wall -Wno-unknown-pragmas -Wno-long-long conftest.c >&5
configure:7269: $? = 0
configure:7273: test -z
|| test ! -s conftest.err
configure:7276: $? = 0
configure:7279: test -s conftest.o
configure:7282: $? = 0
configure:7293: result: yes
configure:7247: checking for sys/stat.h
configure:7263: cc -c -O3 -pipe -DNDEBUG -Wimplicit -Wparentheses -Wsequence-point -Wreturn-type -Wcast-qual -Wall -Wno-unknown-pragmas -Wno-long-long conftest.c >&5
configure:7269: $? = 0
configure:7273: test -z
|| test ! -s conftest.err
configure:7276: $? = 0
configure:7279: test -s conftest.o
configure:7282: $? = 0
configure:7293: result: yes
configure:7247: checking for stdlib.h
configure:7263: cc -c -O3 -pipe -DNDEBUG -Wimplicit -Wparentheses -Wsequence-point -Wreturn-type -Wcast-qual -Wall -Wno-unknown-pragmas -Wno-long-long conftest.c >&5
configure:7269: $? = 0
configure:7273: test -z
|| test ! -s conftest.err
configure:7276: $? = 0
configure:7279: test -s conftest.o
configure:7282: $? = 0
configure:7293: result: yes
configure:7247: checking for string.h
configure:7263: cc -c -O3 -pipe -DNDEBUG -Wimplicit -Wparentheses -Wsequence-point -Wreturn-type -Wcast-qual -Wall -Wno-unknown-pragmas -Wno-long-long conftest.c >&5
configure:7269: $? = 0
configure:7273: test -z
|| test ! -s conftest.err
configure:7276: $? = 0
configure:7279: test -s conftest.o
configure:7282: $? = 0
configure:7293: result: yes
configure:7247: checking for memory.h
configure:7263: cc -c -O3 -pipe -DNDEBUG -Wimplicit -Wparentheses -Wsequence-point -Wreturn-type -Wcast-qual -Wall -Wno-unknown-pragmas -Wno-long-long conftest.c >&5
configure:7269: $? = 0
configure:7273: test -z
|| test ! -s conftest.err
configure:7276: $? = 0
configure:7279: test -s conftest.o
configure:7282: $? = 0
configure:7293: result: yes
configure:7247: checking for strings.h
configure:7263: cc -c -O3 -pipe -DNDEBUG -Wimplicit -Wparentheses -Wsequence-point -Wreturn-type -Wcast-qual -Wall -Wno-unknown-pragmas -Wno-long-long conftest.c >&5
configure:7269: $? = 0
configure:7273: test -z
|| test ! -s conftest.err
configure:7276: $? = 0
configure:7279: test -s conftest.o
configure:7282: $? = 0
configure:7293: result: yes
configure:7247: checking for inttypes.h
configure:7263: cc -c -O3 -pipe -DNDEBUG -Wimplicit -Wparentheses -Wsequence-point -Wreturn-type -Wcast-qual -Wall -Wno-unknown-pragmas -Wno-long-long conftest.c >&5
configure:7269: $? = 0
configure:7273: test -z
|| test ! -s conftest.err
configure:7276: $? = 0
configure:7279: test -s conftest.o
configure:7282: $? = 0
configure:7293: result: yes
configure:7247: checking for stdint.h
configure:7263: cc -c -O3 -pipe -DNDEBUG -Wimplicit -Wparentheses -Wsequence-point -Wreturn-type -Wcast-qual -Wall -Wno-unknown-pragmas -Wno-long-long conftest.c >&5
configure:7269: $? = 0
configure:7273: test -z
|| test ! -s conftest.err
configure:7276: $? = 0
configure:7279: test -s conftest.o
configure:7282: $? = 0
configure:7293: result: yes
configure:7247: checking for unistd.h
configure:7263: cc -c -O3 -pipe -DNDEBUG -Wimplicit -Wparentheses -Wsequence-point -Wreturn-type -Wcast-qual -Wall -Wno-unknown-pragmas -Wno-long-long conftest.c >&5
configure:7269: $? = 0
configure:7273: test -z
|| test ! -s conftest.err
configure:7276: $? = 0
configure:7279: test -s conftest.o
configure:7282: $? = 0
configure:7293: result: yes
configure:7319: checking dlfcn.h usability
configure:7331: cc -c -O3 -pipe -DNDEBUG -Wimplicit -Wparentheses -Wsequence-point -Wreturn-type -Wcast-qual -Wall -Wno-unknown-pragmas -Wno-long-long conftest.c >&5
configure:7337: $? = 0
configure:7341: test -z
|| test ! -s conftest.err
configure:7344: $? = 0
configure:7347: test -s conftest.o
configure:7350: $? = 0
configure:7360: result: yes
configure:7364: checking dlfcn.h presence
configure:7374: cc -E conftest.c
configure:7380: $? = 0
configure:7400: result: yes
configure:7435: checking for dlfcn.h
configure:7442: result: yes
configure:7465: checking how to run the C++ preprocessor
configure:7496: g++ -E conftest.cc
configure:7502: $? = 0
configure:7534: g++ -E conftest.cc
conftest.cc:25:10: fatal error: 'ac_nonexistent.h' file not found
#include <ac_nonexistent.h>
^
1 error generated.
configure:7540: $? = 1
configure: failed program was:
| /* confdefs.h. */
|
| #define PACKAGE_NAME "Cbc"
| #define PACKAGE_TARNAME "cbc"
| #define PACKAGE_VERSION "2.8.5"
| #define PACKAGE_STRING "Cbc 2.8.5"
| #define PACKAGE_BUGREPORT "cbc@lists.coin-or.org"
| #ifdef __cplusplus
| extern "C" void exit (int) throw ();
| #endif
| #define PACKAGE "cbc"
| #define VERSION "2.8.5"
| #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
| /* end confdefs.h. */
| #include <ac_nonexistent.h>
configure:7579: result: g++ -E
configure:7603: g++ -E conftest.cc
configure:7609: $? = 0
configure:7641: g++ -E conftest.cc
conftest.cc:25:10: fatal error: 'ac_nonexistent.h' file not found
#include <ac_nonexistent.h>
^
1 error generated.
configure:7647: $? = 1
configure: failed program was:
| /* confdefs.h. */
|
| #define PACKAGE_NAME "Cbc"
| #define PACKAGE_TARNAME "cbc"
| #define PACKAGE_VERSION "2.8.5"
| #define PACKAGE_STRING "Cbc 2.8.5"
| #define PACKAGE_BUGREPORT "cbc@lists.coin-or.org"
| #ifdef __cplusplus
| extern "C" void exit (int) throw ();
| #endif
| #define PACKAGE "cbc"
| #define VERSION "2.8.5"
| #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
| /* end confdefs.h. */
| #include <ac_nonexistent.h>
configure:7696: checking the maximum length of command line arguments
configure:7805: result: 196608
configure:7816: checking command to parse /usr/bin/nm output from cc object
configure:7921: g++ -c -O3 -pipe -DNDEBUG -Wparentheses -Wreturn-type -Wcast-qual -Wall -Wpointer-arith -Wwrite-strings -Wconversion -Wno-unknown-pragmas -Wno-long-long conftest.cc >&5
configure:7924: $? = 0
configure:7928: /usr/bin/nm conftest.o \| sed -n -e 's/^.*[ ]\([BCDEGRST][BCDEGRST]*\)[ ][ ]*\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2 \2/p' \> conftest.nm
configure:7931: $? = 0
cannot find nm_test_var in conftest.nm
configure:7921: g++ -c -O3 -pipe -DNDEBUG -Wparentheses -Wreturn-type -Wcast-qual -Wall -Wpointer-arith -Wwrite-strings -Wconversion -Wno-unknown-pragmas -Wno-long-long conftest.cc >&5
configure:7924: $? = 0
configure:7928: /usr/bin/nm conftest.o \| sed -n -e 's/^.*[ ]\([BCDEGRST][BCDEGRST]*\)[ ][ ]*_\([_A-Za-z][_A-Za-z0-9]*\)$/\1 _\2 \2/p' \> conftest.nm
configure:7931: $? = 0
configure:7983: g++ -o conftest -O3 -pipe -DNDEBUG -Wparentheses -Wreturn-type -Wcast-qual -Wall -Wpointer-arith -Wwrite-strings -Wconversion -Wno-unknown-pragmas -Wno-long-long conftest.cc conftstm.o >&5
configure:7986: $? = 0
configure:8024: result: ok
configure:8028: checking for objdir
configure:8043: result: .libs
configure:8133: checking for ar
configure:8149: found /usr/bin/ar
configure:8160: result: ar
configure:8213: checking for ranlib
configure:8229: found /usr/bin/ranlib
configure:8240: result: ranlib
configure:8293: checking for strip
configure:8309: found /usr/bin/strip
configure:8320: result: strip
configure:8596: checking if cc supports -fno-rtti -fno-exceptions
configure:8614: cc -c -O3 -pipe -DNDEBUG -Wimplicit -Wparentheses -Wsequence-point -Wreturn-type -Wcast-qual -Wall -Wno-unknown-pragmas -Wno-long-long -fno-rtti -fno-exceptions conftest.c >&5
configure:8618: $? = 0
configure:8631: result: yes
configure:8646: checking for cc option to produce PIC
configure:8856: result: -fno-common
configure:8864: checking if cc PIC flag -fno-common works
configure:8882: cc -c -O3 -pipe -DNDEBUG -Wimplicit -Wparentheses -Wsequence-point -Wreturn-type -Wcast-qual -Wall -Wno-unknown-pragmas -Wno-long-long -fno-common -DPIC conftest.c >&5
configure:8886: $? = 0
configure:8899: result: yes
configure:8927: checking if cc static flag -static works
configure:8955: result: no
configure:8965: checking if cc supports -c -o file.o
configure:8986: cc -c -O3 -pipe -DNDEBUG -Wimplicit -Wparentheses -Wsequence-point -Wreturn-type -Wcast-qual -Wall -Wno-unknown-pragmas -Wno-long-long -o out/conftest2.o conftest.c >&5
configure:8990: $? = 0
configure:9012: result: yes
configure:9038: checking whether the cc linker (/Library/Developer/CommandLineTools/usr/bin/ld) supports shared libraries
configure:9996: result: yes
configure:10063: checking dynamic linker characteristics
configure:10651: result: darwin13.0.0 dyld
configure:10660: checking how to hardcode library paths into programs
configure:10685: result: immediate
configure:10699: checking whether stripping libraries is possible
configure:10712: result: yes
configure:11538: checking if libtool supports shared libraries
configure:11540: result: yes
configure:11543: checking whether to build shared libraries
configure:11564: result: yes
configure:11567: checking whether to build static libraries
configure:11571: result: no
configure:11663: creating libtool
configure:12251: checking for ld used by g++
configure:12318: result: /Library/Developer/CommandLineTools/usr/bin/ld
configure:12327: checking if the linker (/Library/Developer/CommandLineTools/usr/bin/ld) is GNU ld
configure:12342: result: no
configure:12393: checking whether the g++ linker (/Library/Developer/CommandLineTools/usr/bin/ld) supports shared libraries
configure:13331: result: yes
configure:13353: g++ -c -O3 -pipe -DNDEBUG -Wparentheses -Wreturn-type -Wcast-qual -Wall -Wpointer-arith -Wwrite-strings -Wconversion -Wno-unknown-pragmas -Wno-long-long conftest.cpp >&5
configure:13356: $? = 0
configure:13475: checking for g++ option to produce PIC
configure:13749: result: -fno-common
configure:13757: checking if g++ PIC flag -fno-common works
configure:13775: g++ -c -O3 -pipe -DNDEBUG -Wparentheses -Wreturn-type -Wcast-qual -Wall -Wpointer-arith -Wwrite-strings -Wconversion -Wno-unknown-pragmas -Wno-long-long -fno-common -DPIC conftest.cpp >&5
configure:13779: $? = 0
configure:13792: result: yes
configure:13820: checking if g++ static flag -static works
configure:13848: result: no
configure:13858: checking if g++ supports -c -o file.o
configure:13879: g++ -c -O3 -pipe -DNDEBUG -Wparentheses -Wreturn-type -Wcast-qual -Wall -Wpointer-arith -Wwrite-strings -Wconversion -Wno-unknown-pragmas -Wno-long-long -o out/conftest2.o conftest.cpp >&5
configure:13883: $? = 0
configure:13905: result: yes
configure:13931: checking whether the g++ linker (/Library/Developer/CommandLineTools/usr/bin/ld) supports shared libraries
configure:13956: result: yes
configure:14023: checking dynamic linker characteristics
configure:14611: result: darwin13.0.0 dyld
configure:14620: checking how to hardcode library paths into programs
configure:14645: result: immediate
configure:15171: checking if libtool supports shared libraries
configure:15173: result: yes
configure:15176: checking whether to build shared libraries
configure:15196: result: yes
configure:15199: checking whether to build static libraries
configure:15203: result: no
configure:15213: checking for gfortran option to produce PIC
configure:15423: result: -fno-common
configure:15431: checking if gfortran PIC flag -fno-common works
configure:15449: gfortran -c -O3 -pipe -fno-common conftest.f >&5
configure:15453: $? = 0
configure:15466: result: yes
configure:15494: checking if gfortran static flag -static works
configure:15522: result: no
configure:15532: checking if gfortran supports -c -o file.o
configure:15553: gfortran -c -O3 -pipe -o out/conftest2.o conftest.f >&5
configure:15557: $? = 0
configure:15579: result: yes
configure:15605: checking whether the gfortran linker (/Library/Developer/CommandLineTools/usr/bin/ld) supports shared libraries
configure:16543: result: yes
configure:16610: checking dynamic linker characteristics
configure:17198: result: darwin13.0.0 dyld
configure:17207: checking how to hardcode library paths into programs
configure:17232: result: immediate
configure:20818: Build is "i386-apple-darwin13.0.0".
configure:20911: Applying patches to libtool for Darwin
configure:21024: checking if library version is set
configure:21031: result: no
configure:21047: checking whether source of project ASL is available and should be compiled
configure:21156: result: no, source file ../ThirdParty/ASL/solvers/asl.h not available
configure:21171: checking whether source of project Blas is available and should be compiled
configure:21296: result: no, source file ../ThirdParty/Blas/daxpy.f not available
configure:21311: checking whether source of project Lapack is available and should be compiled
configure:21436: result: no, source file ../ThirdParty/Lapack/LAPACK/SRC/dlarf.f not available
configure:21451: checking whether source of project Glpk is available and should be compiled
configure:21560: result: no, source file ../ThirdParty/Glpk/glpk/src/glpk.h not available
configure:21575: checking whether source of project Metis is available and should be compiled
configure:21684: result: no, source file ../ThirdParty/Metis/metis-4.0/Lib/balance.c not available
configure:21699: checking whether source of project Mumps is available and should be compiled
configure:21808: result: no, source file ../ThirdParty/Mumps/MUMPS/src/dmumps_part1.F not available
configure:21823: checking whether source of project Sample is available and should be compiled
configure:21924: result: yes, source in Data/Sample
configure:21939: checking whether source of project Netlib is available and should be compiled
configure:22037: result: no
configure:22055: checking whether source of project miplib3 is available and should be compiled
configure:22153: result: no
configure:22171: checking whether source of project CoinUtils is available and should be compiled
configure:22268: result: yes, source in CoinUtils
configure:22283: checking whether source of project Osi is available and should be compiled
configure:22380: result: yes, source in Osi
configure:22395: checking whether source of project Clp is available and should be compiled
configure:22492: result: yes, source in Clp
configure:22507: checking whether source of project DyLP is available and should be compiled
configure:22601: result: no
configure:22619: checking whether source of project Vol is available and should be compiled
configure:22713: result: no
configure:22731: checking whether source of project Cgl is available and should be compiled
configure:22828: result: yes, source in Cgl
configure:22843: checking whether source of project Cbc is available and should be compiled
configure:22940: result: yes, source in Cbc
configure:22961: configuring doxygen documentation options
configure:22968: checking for doxygen
configure:22995: result: no
configure:23023: checking for dot
configure:23050: result: NO
configure:23081: checking for doxygen doc'n for CoinUtils
configure:23099: result: /tmp/Cbc-2.8.5/build/CoinUtils/doxydoc (tag)
configure:23081: checking for doxygen doc'n for Osi
configure:23099: result: /tmp/Cbc-2.8.5/build/Osi/doxydoc (tag)
configure:23081: checking for doxygen doc'n for Clp
configure:23099: result: /tmp/Cbc-2.8.5/build/Clp/doxydoc (tag)
configure:23081: checking for doxygen doc'n for DyLP
configure:23117: result: NONE/share/coin/doc/DyLP/doxydoc (tag)
configure:23081: checking for doxygen doc'n for Cgl
configure:23099: result: /tmp/Cbc-2.8.5/build/Cgl/doxydoc (tag)
configure:23081: checking for doxygen doc'n for Vol
configure:23117: result: NONE/share/coin/doc/Vol/doxydoc (tag)
configure:23142: checking which command should be used to link input files
configure:23153: result: ln -s
configure:23378: creating ./config.status
## ---------------------- ##
## Running config.status. ##
## ---------------------- ##
This file was extended by Cbc config.status 2.8.5, which was
generated by GNU Autoconf 2.59. Invocation command line was
CONFIG_FILES =
CONFIG_HEADERS =
CONFIG_LINKS =
CONFIG_COMMANDS =
$ ./config.status
on perseus.local
config.status:756: creating Makefile
config.status:756: creating doxydoc/doxygen.conf
config.status:932: executing depfiles commands
configure:24532: configuring in Data/Sample
configure:24649: running /bin/sh '../../../Data/Sample/configure' --prefix=/tmp/Cbc-2.8.5/build --cache-file=/dev/null --srcdir=../../../Data/Sample
configure:24532: configuring in CoinUtils
configure:24649: running /bin/sh '../../CoinUtils/configure' --prefix=/tmp/Cbc-2.8.5/build --cache-file=/dev/null --srcdir=../../CoinUtils
configure:24532: configuring in Osi
configure:24649: running /bin/sh '../../Osi/configure' --prefix=/tmp/Cbc-2.8.5/build --cache-file=/dev/null --srcdir=../../Osi
configure:24532: configuring in Clp
configure:24649: running /bin/sh '../../Clp/configure' --prefix=/tmp/Cbc-2.8.5/build --cache-file=/dev/null --srcdir=../../Clp
configure:24532: configuring in Cgl
configure:24649: running /bin/sh '../../Cgl/configure' --prefix=/tmp/Cbc-2.8.5/build --cache-file=/dev/null --srcdir=../../Cgl
configure:24532: configuring in Cbc
configure:24649: running /bin/sh '../../Cbc/configure' --prefix=/tmp/Cbc-2.8.5/build --cache-file=/dev/null --srcdir=../../Cbc
configure:24718: In case of trouble, first consult the troubleshooting page at https://projects.coin-or.org/BuildTools/wiki/user-troubleshooting
configure:24724: Main configuration of Cbc successful
## ---------------- ##
## Cache variables. ##
## ---------------- ##
ac_cv_build=i386-apple-darwin13.0.0
ac_cv_build_alias=i386-apple-darwin13.0.0
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_COIN_SKIP_PROJECTS_set=
ac_cv_env_COIN_SKIP_PROJECTS_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_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_f77_compiler_gnu=yes
ac_cv_header_dlfcn_h=yes
ac_cv_header_inttypes_h=yes
ac_cv_header_memory_h=yes
ac_cv_header_stdc=yes
ac_cv_header_stdint_h=yes
ac_cv_header_stdlib_h=yes
ac_cv_header_string_h=yes
ac_cv_header_strings_h=yes
ac_cv_header_sys_stat_h=yes
ac_cv_header_sys_types_h=yes
ac_cv_header_unistd_h=yes
ac_cv_host=i386-apple-darwin13.0.0
ac_cv_host_alias=i386-apple-darwin13.0.0
ac_cv_objext=o
ac_cv_path_install='/usr/bin/install -c'
ac_cv_prog_AWK=awk
ac_cv_prog_CPP='cc -E'
ac_cv_prog_CXXCPP='g++ -E'
ac_cv_prog_ac_ct_AR=ar
ac_cv_prog_ac_ct_CC=cc
ac_cv_prog_ac_ct_CXX=g++
ac_cv_prog_ac_ct_F77=gfortran
ac_cv_prog_ac_ct_RANLIB=ranlib
ac_cv_prog_ac_ct_STRIP=strip
ac_cv_prog_cc_g=yes
ac_cv_prog_cc_stdc=
ac_cv_prog_coin_doxy_usedot=NO
ac_cv_prog_coin_have_doxygen=no
ac_cv_prog_cxx_g=yes
ac_cv_prog_egrep='grep -E'
ac_cv_prog_f77_g=yes
ac_cv_prog_make_make_set=yes
am_cv_CC_dependencies_compiler_type=gcc3
am_cv_CXX_dependencies_compiler_type=gcc3
lt_cv_deplibs_check_method=pass_all
lt_cv_file_magic_cmd='$MAGIC_CMD'
lt_cv_file_magic_test_file=
lt_cv_ld_reload_flag=-r
lt_cv_objdir=.libs
lt_cv_path_LD=/Library/Developer/CommandLineTools/usr/bin/ld
lt_cv_path_LDCXX=/Library/Developer/CommandLineTools/usr/bin/ld
lt_cv_path_NM=/usr/bin/nm
lt_cv_path_SED=/usr/bin/sed
lt_cv_prog_compiler_c_o=yes
lt_cv_prog_compiler_c_o_CXX=yes
lt_cv_prog_compiler_c_o_F77=yes
lt_cv_prog_compiler_rtti_exceptions=yes
lt_cv_prog_gnu_ld=no
lt_cv_prog_gnu_ldcxx=no
lt_cv_sys_global_symbol_pipe='sed -n -e '\''s/^.*[ ]\([BCDEGRST][BCDEGRST]*\)[ ][ ]*_\([_A-Za-z][_A-Za-z0-9]*\)$/\1 _\2 \2/p'\'''
lt_cv_sys_global_symbol_to_c_name_address='sed -n -e '\''s/^: \([^ ]*\) $/ {\"\1\", (lt_ptr) 0},/p'\'' -e '\''s/^[BCDEGRST] \([^ ]*\) \([^ ]*\)$/ {"\2", (lt_ptr) \&\2},/p'\'''
lt_cv_sys_global_symbol_to_cdecl='sed -n -e '\''s/^. .* \(.*\)$/extern int \1;/p'\'''
lt_cv_sys_max_cmd_len=196608
lt_lt_cv_prog_compiler_c_o='"yes"'
lt_lt_cv_prog_compiler_c_o_CXX='"yes"'
lt_lt_cv_prog_compiler_c_o_F77='"yes"'
lt_lt_cv_sys_global_symbol_pipe='"sed -n -e '\''s/^.*[ ]\\([BCDEGRST][BCDEGRST]*\\)[ ][ ]*_\\([_A-Za-z][_A-Za-z0-9]*\\)\$/\\1 _\\2 \\2/p'\''"'
lt_lt_cv_sys_global_symbol_to_c_name_address='"sed -n -e '\''s/^: \\([^ ]*\\) \$/ {\\\"\\1\\\", (lt_ptr) 0},/p'\'' -e '\''s/^[BCDEGRST] \\([^ ]*\\) \\([^ ]*\\)\$/ {\"\\2\", (lt_ptr) \\&\\2},/p'\''"'
lt_lt_cv_sys_global_symbol_to_cdecl='"sed -n -e '\''s/^. .* \\(.*\\)\$/extern int \\1;/p'\''"'
## ----------------- ##
## Output variables. ##
## ----------------- ##
ABSBUILDDIR=''
ACLOCAL='${SHELL} /tmp/Cbc-2.8.5/missing --run aclocal-1.9'
ADD_CFLAGS=''
ADD_CXXFLAGS=''
ADD_FFLAGS=''
AMDEPBACKSLASH='\'
AMDEP_FALSE='#'
AMDEP_TRUE=''
AMTAR='${SHELL} /tmp/Cbc-2.8.5/missing --run tar'
AR='ar'
AUTOCONF='${SHELL} /tmp/Cbc-2.8.5/missing --run autoconf'
AUTOHEADER='${SHELL} /tmp/Cbc-2.8.5/missing --run autoheader'
AUTOMAKE='${SHELL} /tmp/Cbc-2.8.5/missing --run automake-1.9'
AUX_DIR=''
AWK='awk'
BUILDTOOLSDIR=''
CC='cc'
CCDEPMODE='depmode=gcc3'
CDEFS=''
CFLAGS='-O3 -pipe -DNDEBUG -Wimplicit -Wparentheses -Wsequence-point -Wreturn-type -Wcast-qual -Wall -Wno-unknown-pragmas -Wno-long-long '
COIN_CC_IS_CL_FALSE=''
COIN_CC_IS_CL_TRUE='#'
COIN_CXX_IS_CL_FALSE=''
COIN_CXX_IS_CL_TRUE='#'
COIN_SKIP_PROJECTS=''
CPP='cc -E'
CPPFLAGS=''
CXX='g++'
CXXCPP='g++ -E'
CXXDEFS=''
CXXDEPMODE='depmode=gcc3'
CXXFLAGS='-O3 -pipe -DNDEBUG -Wparentheses -Wreturn-type -Wcast-qual -Wall -Wpointer-arith -Wwrite-strings -Wconversion -Wno-unknown-pragmas -Wno-long-long '
CYGPATH_W='echo'
DBG_CFLAGS='-g -O0 -pipe -Wimplicit -Wparentheses -Wsequence-point -Wreturn-type -Wcast-qual -Wall -Wno-unknown-pragmas -Wno-long-long '
DBG_CXXFLAGS='-g -O0 -pipe -Wparentheses -Wreturn-type -Wcast-qual -Wall -Wpointer-arith -Wwrite-strings -Wconversion -Wno-unknown-pragmas -Wno-long-long '
DBG_FFLAGS='-g -O0 -pipe '
DEFS='-DPACKAGE_NAME=\"Cbc\" -DPACKAGE_TARNAME=\"cbc\" -DPACKAGE_VERSION=\"2.8.5\" -DPACKAGE_STRING=\"Cbc\ 2.8.5\" -DPACKAGE_BUGREPORT=\"cbc@lists.coin-or.org\" -DPACKAGE=\"cbc\" -DVERSION=\"2.8.5\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 '
DEPDIR='.deps'
ECHO='/bin/echo'
ECHO_C='ECHO_N=''
ECHO_T=''
EGREP='grep -E'
EXEEXT=''
F77='gfortran'
FFLAGS='-O3 -pipe '
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} /tmp/Cbc-2.8.5/missing --run makeinfo'
MPICC=''
MPICXX=''
MPIF77=''
OBJEXT='o'
OPT_CFLAGS='-O3 -pipe -DNDEBUG -Wimplicit -Wparentheses -Wsequence-point -Wreturn-type -Wcast-qual -Wall -Wno-unknown-pragmas -Wno-long-long '
OPT_CXXFLAGS='-O3 -pipe -DNDEBUG -Wparentheses -Wreturn-type -Wcast-qual -Wall -Wpointer-arith -Wwrite-strings -Wconversion -Wno-unknown-pragmas -Wno-long-long '
OPT_FFLAGS='-O3 -pipe '
PACKAGE='cbc'
PACKAGE_BUGREPORT='cbc@lists.coin-or.org'
PACKAGE_NAME='Cbc'
PACKAGE_STRING='Cbc 2.8.5'
PACKAGE_TARNAME='cbc'
PACKAGE_VERSION='2.8.5'
PATH_SEPARATOR=':'
RANLIB='ranlib'
RPATH_FLAGS=''
SET_MAKE=''
SHELL='/bin/sh'
STRIP='strip'
VERSION='2.8.5'
VPATH_DISTCLEANFILES=''
abs_bin_dir='/tmp/Cbc-2.8.5/build/bin'
abs_include_dir='/tmp/Cbc-2.8.5/build/include'
abs_lib_dir='/tmp/Cbc-2.8.5/build/lib'
abs_source_dir='/tmp/Cbc-2.8.5'
ac_c_preproc_warn_flag=''
ac_ct_AR='ar'
ac_ct_CC='cc'
ac_ct_CXX='g++'
ac_ct_F77='gfortran'
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='i386-apple-darwin13.0.0'
build_alias=''
build_cpu='i386'
build_os='darwin13.0.0'
build_vendor='apple'
coin_doxy_excludes=' */CoinUtils */Osi */Clp */Cgl'
coin_doxy_logname='doxydoc/cbc_doxy.log'
coin_doxy_tagfiles=' /tmp/Cbc-2.8.5/build/CoinUtils/doxydoc/coinutils_doxy.tag=/tmp/Cbc-2.8.5/build/CoinUtils/doxydoc/html /tmp/Cbc-2.8.5/build/Osi/doxydoc/osi_doxy.tag=/tmp/Cbc-2.8.5/build/Osi/doxydoc/html /tmp/Cbc-2.8.5/build/Clp/doxydoc/clp_doxy.tag=/tmp/Cbc-2.8.5/build/Clp/doxydoc/html NONE/share/coin/doc/DyLP/doxydoc/dylp_doxy.tag=NONE/share/coin/doc/DyLP/doxydoc/html /tmp/Cbc-2.8.5/build/Cgl/doxydoc/cgl_doxy.tag=/tmp/Cbc-2.8.5/build/Cgl/doxydoc/html NONE/share/coin/doc/Vol/doxydoc/vol_doxy.tag=NONE/share/coin/doc/Vol/doxydoc/html'
coin_doxy_tagname='doxydoc/cbc_doxy.tag'
coin_doxy_usedot='NO'
coin_have_doxygen='no'
datadir='${prefix}/share'
exec_prefix='${prefix}'
have_autoconf=''
have_automake=''
have_svn=''
host='i386-apple-darwin13.0.0'
host_alias=''
host_cpu='i386'
host_os='darwin13.0.0'
host_vendor='apple'
includedir='${prefix}/include'
infodir='${prefix}/info'
install_sh='/tmp/Cbc-2.8.5/install-sh'
libdir='${exec_prefix}/lib'
libexecdir='${exec_prefix}/libexec'
localstatedir='${prefix}/var'
mandir='${prefix}/man'
mkdir_p='$(install_sh) -d'
oldincludedir='/usr/include'
prefix='/tmp/Cbc-2.8.5/build'
program_transform_name='s,x,x,'
sbindir='${exec_prefix}/sbin'
sharedstatedir='${prefix}/com'
sol_cc_compiler=''
subdirs=' Data/Sample CoinUtils Osi Clp Cgl Cbc'
sysconfdir='${prefix}/etc'
target_alias=''
## ----------- ##
## confdefs.h. ##
## ----------- ##
#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 "cbc"
#define PACKAGE_BUGREPORT "cbc@lists.coin-or.org"
#define PACKAGE_NAME "Cbc"
#define PACKAGE_STRING "Cbc 2.8.5"
#define PACKAGE_TARNAME "cbc"
#define PACKAGE_VERSION "2.8.5"
#define STDC_HEADERS 1
#define VERSION "2.8.5"
#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