hi,
Guido Tack wrote:
You have to have pkg-config installed when you configure Gecode 1.3.1
(you can get it from cygwin). Then configure will detect that
pkg-config is present and generate the necessary files, which will be
installed in <prefix>/lib/pkgconfig upon make install. You should
then set the PKG_CONFIG_PATH to include that directory. After these
steps, the Gecode/J configure should find the files.
After compiling I have got the following files and directories under the
GECODE directory
===========================================================
LICENSE
Makefile
Makefile.contribs
Makefile.dep
Makefile.in
changelog.in
config.log
config.status
configure
configure.ac
configure.ac.in
contribs
doxygen.conf
doxygen.conf.in
doxygen.hh
doxygen.hh.in
examples
gecode
gecode.m4
install-sh
libgecodeint.dll
libgecodekernel.dll
libgecodeminimodel.dll
libgecodesearch.dll
libgecodeset.dll
misc
test
==================================================
I could not find the /lib/pkg-config directory.
I have attached the config.log file, if it can help.
With regards
Debdeep
This file contains any messages produced by compilers while
running configure, to aid debugging if configure makes a mistake.
It was created by GECODE configure 1.3.1, which was
generated by GNU Autoconf 2.59. Invocation command line was
$ ./configure
## --------- ##
## Platform. ##
## --------- ##
hostname = bangla
uname -m = i686
uname -r = 1.5.24(0.156/4/2)
uname -s = CYGWIN_NT-5.1
uname -v = 2007-01-31 10:57
/usr/bin/uname -p = unknown
/bin/uname -X = unknown
/bin/arch = i686
/usr/bin/arch -k = i686
/usr/convex/getsysinfo = unknown
hostinfo = unknown
/bin/machine = unknown
/usr/bin/oslevel = unknown
/bin/universe = unknown
PATH: /usr/local/bin
PATH: /usr/bin
PATH: /bin
PATH: /usr/X11R6/bin
PATH: /cygdrive/c/WINDOWS/system32
PATH: /cygdrive/c/WINDOWS
PATH: /cygdrive/c/WINDOWS/System32/Wbem
## ----------- ##
## Core tests. ##
## ----------- ##
configure:1417: checking for g++
configure:1433: found /usr/bin/g++
configure:1443: result: g++
configure:1459: checking for C++ compiler version
configure:1462: g++ --version </dev/null >&5
g++ (GCC) 3.4.4 (cygming special, gdc 0.12, using dmd 0.125)
Copyright (C) 2004 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:1465: $? = 0
configure:1467: g++ -v </dev/null >&5
Reading specs from /usr/lib/gcc/i686-pc-cygwin/3.4.4/specs
Configured with: /usr/build/package/orig/test.respin/gcc-3.4.4-3/configure
--verbose --prefix=/usr --exec-prefix=/usr --sysconfdir=/etc --libdir=/usr/lib
--libexecdir=/usr/lib --mandir=/usr/share/man --infodir=/usr/share/info
--enable-languages=c,ada,c++,d,f77,pascal,java,objc --enable-nls
--without-included-gettext --enable-version-specific-runtime-libs --without-x
--enable-libgcj --disable-java-awt --with-system-zlib --enable-interpreter
--disable-libgcj-debug --enable-threads=posix --enable-java-gc=boehm
--disable-win32-registry --enable-sjlj-exceptions --enable-hash-synchronization
--enable-libstdcxx-debug
Thread model: posix
gcc version 3.4.4 (cygming special, gdc 0.12, using dmd 0.125)
configure:1470: $? = 0
configure:1472: g++ -V </dev/null >&5
g++: `-V' option must have argument
configure:1475: $? = 1
configure:1498: checking for C++ compiler default output file name
configure:1501: g++ conftest.cc >&5
configure:1504: $? = 0
configure:1550: result: a.exe
configure:1555: checking whether the C++ compiler works
configure:1561: ./a.exe
configure:1564: $? = 0
configure:1581: result: yes
configure:1588: checking whether we are cross compiling
configure:1590: result: no
configure:1593: checking for suffix of executables
configure:1595: g++ -o conftest.exe conftest.cc >&5
configure:1598: $? = 0
configure:1623: result: .exe
configure:1629: checking for suffix of object files
configure:1650: g++ -c conftest.cc >&5
configure:1653: $? = 0
configure:1675: result: o
configure:1679: checking whether we are using the GNU C++ compiler
configure:1703: g++ -c conftest.cc >&5
configure:1709: $? = 0
configure:1713: test -z
|| test ! -s conftest.err
configure:1716: $? = 0
configure:1719: test -s conftest.o
configure:1722: $? = 0
configure:1735: result: yes
configure:1741: checking whether g++ accepts -g
configure:1762: g++ -c -g conftest.cc >&5
configure:1768: $? = 0
configure:1772: test -z
|| test ! -s conftest.err
configure:1775: $? = 0
configure:1778: test -s conftest.o
configure:1781: $? = 0
configure:1792: result: yes
configure:1834: g++ -c conftest.cc >&5
configure:1840: $? = 0
configure:1844: test -z
|| test ! -s conftest.err
configure:1847: $? = 0
configure:1850: test -s conftest.o
configure:1853: $? = 0
configure:1879: g++ -c conftest.cc >&5
conftest.cc: In function `int main()':
conftest.cc:13: error: `exit' undeclared (first use this function)
conftest.cc:13: error: (Each undeclared identifier is reported only once for
each function it appears in.)
configure:1885: $? = 1
configure: failed program was:
| /* confdefs.h. */
|
| #define PACKAGE_NAME "GECODE"
| #define PACKAGE_TARNAME "gecode"
| #define PACKAGE_VERSION "1.3.1"
| #define PACKAGE_STRING "GECODE 1.3.1"
| #define PACKAGE_BUGREPORT "[EMAIL PROTECTED]"
| /* end confdefs.h. */
|
| int
| main ()
| {
| exit (42);
| ;
| return 0;
| }
configure:1834: g++ -c conftest.cc >&5
configure:1840: $? = 0
configure:1844: test -z
|| test ! -s conftest.err
configure:1847: $? = 0
configure:1850: test -s conftest.o
configure:1853: $? = 0
configure:1879: g++ -c conftest.cc >&5
configure:1885: $? = 0
configure:1889: test -z
|| test ! -s conftest.err
configure:1892: $? = 0
configure:1895: test -s conftest.o
configure:1898: $? = 0
configure:1969: checking for ranlib
configure:1985: found /usr/bin/ranlib
configure:1996: result: ranlib
configure:2118: checking for pkg-config
configure:2134: found /usr/bin/pkg-config
configure:2144: result: pkg-config
configure:2156: checking whether to generate pkg-config files
configure:2164: result: yes
configure:2176: checking for the host operating system
configure:2196: result: Windows
configure:2211: checking how to run the C++ preprocessor
configure:2242: g++ -E conftest.cc
configure:2248: $? = 0
configure:2280: g++ -E conftest.cc
conftest.cc:12:28: ac_nonexistent.h: No such file or directory
configure:2286: $? = 1
configure: failed program was:
| /* confdefs.h. */
|
| #define PACKAGE_NAME "GECODE"
| #define PACKAGE_TARNAME "gecode"
| #define PACKAGE_VERSION "1.3.1"
| #define PACKAGE_STRING "GECODE 1.3.1"
| #define PACKAGE_BUGREPORT "[EMAIL PROTECTED]"
| #ifdef __cplusplus
| extern "C" void std::exit (int) throw (); using std::exit;
| #endif
| /* end confdefs.h. */
| #include <ac_nonexistent.h>
configure:2325: result: g++ -E
configure:2349: g++ -E conftest.cc
configure:2355: $? = 0
configure:2387: g++ -E conftest.cc
conftest.cc:12:28: ac_nonexistent.h: No such file or directory
configure:2393: $? = 1
configure: failed program was:
| /* confdefs.h. */
|
| #define PACKAGE_NAME "GECODE"
| #define PACKAGE_TARNAME "gecode"
| #define PACKAGE_VERSION "1.3.1"
| #define PACKAGE_STRING "GECODE 1.3.1"
| #define PACKAGE_BUGREPORT "[EMAIL PROTECTED]"
| #ifdef __cplusplus
| extern "C" void std::exit (int) throw (); using std::exit;
| #endif
| /* end confdefs.h. */
| #include <ac_nonexistent.h>
configure:2483: checking for gcc
configure:2499: found /usr/bin/gcc
configure:2509: result: gcc
configure:2753: checking for C compiler version
configure:2756: gcc --version </dev/null >&5
gcc (GCC) 3.4.4 (cygming special, gdc 0.12, using dmd 0.125)
Copyright (C) 2004 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:2759: $? = 0
configure:2761: gcc -v </dev/null >&5
Reading specs from /usr/lib/gcc/i686-pc-cygwin/3.4.4/specs
Configured with: /usr/build/package/orig/test.respin/gcc-3.4.4-3/configure
--verbose --prefix=/usr --exec-prefix=/usr --sysconfdir=/etc --libdir=/usr/lib
--libexecdir=/usr/lib --mandir=/usr/share/man --infodir=/usr/share/info
--enable-languages=c,ada,c++,d,f77,pascal,java,objc --enable-nls
--without-included-gettext --enable-version-specific-runtime-libs --without-x
--enable-libgcj --disable-java-awt --with-system-zlib --enable-interpreter
--disable-libgcj-debug --enable-threads=posix --enable-java-gc=boehm
--disable-win32-registry --enable-sjlj-exceptions --enable-hash-synchronization
--enable-libstdcxx-debug
Thread model: posix
gcc version 3.4.4 (cygming special, gdc 0.12, using dmd 0.125)
configure:2764: $? = 0
configure:2766: gcc -V </dev/null >&5
gcc: `-V' option must have argument
configure:2769: $? = 1
configure:2772: checking whether we are using the GNU C compiler
configure:2796: gcc -c conftest.c >&5
configure:2802: $? = 0
configure:2806: test -z
|| test ! -s conftest.err
configure:2809: $? = 0
configure:2812: test -s conftest.o
configure:2815: $? = 0
configure:2828: result: yes
configure:2834: checking whether gcc accepts -g
configure:2855: gcc -c -g conftest.c >&5
configure:2861: $? = 0
configure:2865: test -z
|| test ! -s conftest.err
configure:2868: $? = 0
configure:2871: test -s conftest.o
configure:2874: $? = 0
configure:2885: result: yes
configure:2902: checking for gcc option to accept ANSI C
configure:2972: gcc -c -g -O2 conftest.c >&5
configure:2978: $? = 0
configure:2982: test -z
|| test ! -s conftest.err
configure:2985: $? = 0
configure:2988: test -s conftest.o
configure:2991: $? = 0
configure:3009: result: none needed
configure:3027: gcc -c -g -O2 conftest.c >&5
conftest.c:2: error: parse error before "me"
configure:3033: $? = 1
configure: failed program was:
| #ifndef __cplusplus
| choke me
| #endif
configure:3175: checking the C++ compiler vendor
configure:3198: g++ -c conftest.cc >&5
configure:3204: $? = 0
configure:3208: test -z
|| test ! -s conftest.err
configure:3211: $? = 0
configure:3214: test -s conftest.o
configure:3217: $? = 0
configure:3325: result: gnu
configure:3498: checking whether to build static libraries
configure:3512: result: no
configure:3520: checking whether to build shared libraries
configure:3525: result: yes
configure:3545: checking whether to build with debug symbols and assertions
configure:3551: result: no
configure:3561: checking whether to build with support for finding memory leaks
configure:3635: result: no
configure:3644: checking whether to build with auditing code
configure:3658: result: no
configure:3667: checking whether to use gcc visibility attributes
configure:3811: result: no
configure:3820: checking whether to build with profiling information
configure:3959: result: no
configure:3968: checking how to run the C preprocessor
configure:4003: gcc -E conftest.c
configure:4009: $? = 0
configure:4041: gcc -E conftest.c
conftest.c:13:28: ac_nonexistent.h: No such file or directory
configure:4047: $? = 1
configure: failed program was:
| /* confdefs.h. */
|
| #define PACKAGE_NAME "GECODE"
| #define PACKAGE_TARNAME "gecode"
| #define PACKAGE_VERSION "1.3.1"
| #define PACKAGE_STRING "GECODE 1.3.1"
| #define PACKAGE_BUGREPORT "[EMAIL PROTECTED]"
| #ifdef __cplusplus
| extern "C" void std::exit (int) throw (); using std::exit;
| #endif
| #define GECODE_AUDIT 0
| /* end confdefs.h. */
| #include <ac_nonexistent.h>
configure:4086: result: gcc -E
configure:4110: gcc -E conftest.c
configure:4116: $? = 0
configure:4148: gcc -E conftest.c
conftest.c:13:28: ac_nonexistent.h: No such file or directory
configure:4154: $? = 1
configure: failed program was:
| /* confdefs.h. */
|
| #define PACKAGE_NAME "GECODE"
| #define PACKAGE_TARNAME "gecode"
| #define PACKAGE_VERSION "1.3.1"
| #define PACKAGE_STRING "GECODE 1.3.1"
| #define PACKAGE_BUGREPORT "[EMAIL PROTECTED]"
| #ifdef __cplusplus
| extern "C" void std::exit (int) throw (); using std::exit;
| #endif
| #define GECODE_AUDIT 0
| /* end confdefs.h. */
| #include <ac_nonexistent.h>
configure:4198: checking for egrep
configure:4208: result: grep -E
configure:4213: checking for ANSI C header files
configure:4238: gcc -c -g -O2 conftest.c >&5
configure:4244: $? = 0
configure:4248: test -z
|| test ! -s conftest.err
configure:4251: $? = 0
configure:4254: test -s conftest.o
configure:4257: $? = 0
configure:4346: gcc -o conftest.exe -g -O2 conftest.c >&5
configure:4349: $? = 0
configure:4351: ./conftest.exe
configure:4354: $? = 0
configure:4369: result: yes
configure:4393: checking for sys/types.h
configure:4409: gcc -c -g -O2 conftest.c >&5
configure:4415: $? = 0
configure:4419: test -z
|| test ! -s conftest.err
configure:4422: $? = 0
configure:4425: test -s conftest.o
configure:4428: $? = 0
configure:4439: result: yes
configure:4393: checking for sys/stat.h
configure:4409: gcc -c -g -O2 conftest.c >&5
configure:4415: $? = 0
configure:4419: test -z
|| test ! -s conftest.err
configure:4422: $? = 0
configure:4425: test -s conftest.o
configure:4428: $? = 0
configure:4439: result: yes
configure:4393: checking for stdlib.h
configure:4409: gcc -c -g -O2 conftest.c >&5
configure:4415: $? = 0
configure:4419: test -z
|| test ! -s conftest.err
configure:4422: $? = 0
configure:4425: test -s conftest.o
configure:4428: $? = 0
configure:4439: result: yes
configure:4393: checking for string.h
configure:4409: gcc -c -g -O2 conftest.c >&5
configure:4415: $? = 0
configure:4419: test -z
|| test ! -s conftest.err
configure:4422: $? = 0
configure:4425: test -s conftest.o
configure:4428: $? = 0
configure:4439: result: yes
configure:4393: checking for memory.h
configure:4409: gcc -c -g -O2 conftest.c >&5
configure:4415: $? = 0
configure:4419: test -z
|| test ! -s conftest.err
configure:4422: $? = 0
configure:4425: test -s conftest.o
configure:4428: $? = 0
configure:4439: result: yes
configure:4393: checking for strings.h
configure:4409: gcc -c -g -O2 conftest.c >&5
configure:4415: $? = 0
configure:4419: test -z
|| test ! -s conftest.err
configure:4422: $? = 0
configure:4425: test -s conftest.o
configure:4428: $? = 0
configure:4439: result: yes
configure:4393: checking for inttypes.h
configure:4409: gcc -c -g -O2 conftest.c >&5
configure:4415: $? = 0
configure:4419: test -z
|| test ! -s conftest.err
configure:4422: $? = 0
configure:4425: test -s conftest.o
configure:4428: $? = 0
configure:4439: result: yes
configure:4393: checking for stdint.h
configure:4409: gcc -c -g -O2 conftest.c >&5
configure:4415: $? = 0
configure:4419: test -z
|| test ! -s conftest.err
configure:4422: $? = 0
configure:4425: test -s conftest.o
configure:4428: $? = 0
configure:4439: result: yes
configure:4393: checking for unistd.h
configure:4409: gcc -c -g -O2 conftest.c >&5
configure:4415: $? = 0
configure:4419: test -z
|| test ! -s conftest.err
configure:4422: $? = 0
configure:4425: test -s conftest.o
configure:4428: $? = 0
configure:4439: result: yes
configure:4457: checking for int
configure:4481: gcc -c -g -O2 conftest.c >&5
configure:4487: $? = 0
configure:4491: test -z
|| test ! -s conftest.err
configure:4494: $? = 0
configure:4497: test -s conftest.o
configure:4500: $? = 0
configure:4511: result: yes
configure:4514: checking size of int
configure:4833: gcc -o conftest.exe -g -O2 conftest.c >&5
configure:4836: $? = 0
configure:4838: ./conftest.exe
configure:4841: $? = 0
configure:4864: result: 4
configure:4871: checking if int has at least 32 bit
configure:4894: gcc -c -g -O2 conftest.c >&5
configure:4900: $? = 0
configure:4904: test -z
|| test ! -s conftest.err
configure:4907: $? = 0
configure:4910: test -s conftest.o
configure:4913: $? = 0
configure:4915: result: yes
configure:4927: checking if doubles have a big enough mantissa
configure:4950: gcc -c -g -O2 conftest.c >&5
configure:4956: $? = 0
configure:4960: test -z
|| test ! -s conftest.err
configure:4963: $? = 0
configure:4966: test -s conftest.o
configure:4969: $? = 0
configure:4971: result: yes
configure:5086: checking whether g++ accepts -fPIC
configure:5112: g++ -c -DNDEBUG -fPIC -Werror conftest.cc >&5
conftest.cc:1: warning: -fPIC ignored for target (all code is position
independent)
configure:5118: $? = 1
configure: failed program was:
| /* confdefs.h. */
|
| #define PACKAGE_NAME "GECODE"
| #define PACKAGE_TARNAME "gecode"
| #define PACKAGE_VERSION "1.3.1"
| #define PACKAGE_STRING "GECODE 1.3.1"
| #define PACKAGE_BUGREPORT "[EMAIL PROTECTED]"
| #ifdef __cplusplus
| extern "C" void std::exit (int) throw (); using std::exit;
| #endif
| #define GECODE_AUDIT 0
| #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 SIZEOF_INT 4
| #define forceinline inline
| /* end confdefs.h. */
|
| int
| main ()
| {
|
| ;
| return 0;
| }
configure:5141: result: no
configure:5153: checking whether g++ accepts -Wall
configure:5179: g++ -c -DNDEBUG -Wall -Werror conftest.cc >&5
configure:5185: $? = 0
configure:5189: test -z
|| test ! -s conftest.err
configure:5192: $? = 0
configure:5195: test -s conftest.o
configure:5198: $? = 0
configure:5200: result: yes
configure:5220: checking whether g++ accepts -ggdb
configure:5246: g++ -c -DNDEBUG -Wall -ggdb -Werror conftest.cc >&5
configure:5252: $? = 0
configure:5256: test -z
|| test ! -s conftest.err
configure:5259: $? = 0
configure:5262: test -s conftest.o
configure:5265: $? = 0
configure:5267: result: yes
configure:5409: checking whether g++ accepts -O3
configure:5435: g++ -c -DNDEBUG -Wall -ggdb -O3 -Werror conftest.cc >&5
configure:5441: $? = 0
configure:5445: test -z
|| test ! -s conftest.err
configure:5448: $? = 0
configure:5451: test -s conftest.o
configure:5454: $? = 0
configure:5456: result: yes
configure:5476: checking whether g++ accepts -fno-strict-aliasing
configure:5502: g++ -c -DNDEBUG -Wall -ggdb -O3 -fno-strict-aliasing -Werror
conftest.cc >&5
configure:5508: $? = 0
configure:5512: test -z
|| test ! -s conftest.err
configure:5515: $? = 0
configure:5518: test -s conftest.o
configure:5521: $? = 0
configure:5523: result: yes
configure:5544: checking whether g++ accepts -finline-limit=3000
configure:5570: g++ -c -DNDEBUG -Wall -ggdb -O3 -fno-strict-aliasing
-finline-limit=3000 -Werror conftest.cc >&5
configure:5576: $? = 0
configure:5580: test -z
|| test ! -s conftest.err
configure:5583: $? = 0
configure:5586: test -s conftest.o
configure:5589: $? = 0
configure:5591: result: yes
configure:5611: checking whether g++ accepts -ffast-math
configure:5637: g++ -c -DNDEBUG -Wall -ggdb -O3 -fno-strict-aliasing
-finline-limit=3000 -ffast-math -Werror conftest.cc >&5
configure:5643: $? = 0
configure:5647: test -z
|| test ! -s conftest.err
configure:5650: $? = 0
configure:5653: test -s conftest.o
configure:5656: $? = 0
configure:5658: result: yes
configure:5678: checking whether g++ accepts -mthreads
configure:5704: g++ -c -DNDEBUG -Wall -ggdb -O3 -fno-strict-aliasing
-finline-limit=3000 -ffast-math -mthreads -Werror conftest.cc >&5
configure:5710: $? = 0
configure:5714: test -z
|| test ! -s conftest.err
configure:5717: $? = 0
configure:5720: test -s conftest.o
configure:5723: $? = 0
configure:5725: result: yes
configure:6799: checking for dot
configure:6828: result: no
configure:6832: checking whether to enable graphs in the documentation
configure:6837: result: no
configure:6864: checking whether to enable the documentation search engine
configure:6872: result: no
configure:6882: checking whether to generate a doxygen tagfile
configure:6890: result: no
configure:6899: checking whether to build compressed html documentation
configure:6904: result: yes
configure:6940: checking whether to build the set variables library
configure:6943: result: yes
configure:6967: checking whether to build the int variables library
configure:6970: result: yes
configure:6994: checking whether to build examples
configure:6998: result: yes
configure:7019: checking whether to build minimodel
configure:7023: result: yes
configure:7041: checking whether to build search
configure:7045: result: yes
configure:7191: creating ./config.status
## ---------------------- ##
## Running config.status. ##
## ---------------------- ##
This file was extended by GECODE config.status 1.3.1, which was
generated by GNU Autoconf 2.59. Invocation command line was
CONFIG_FILES =
CONFIG_HEADERS =
CONFIG_LINKS =
CONFIG_COMMANDS =
$ ./config.status
on bangla
config.status:717: creating Makefile
config.status:717: creating doxygen.conf
config.status:717: creating doxygen.hh
config.status:717: creating misc/gecode.pc
config.status:717: creating misc/gecode-search.pc
config.status:717: creating misc/gecode-minimodel.pc
config.status:820: creating gecode/config.icc
config.status:1090: executing vti.icc commands
## ---------------- ##
## Cache variables. ##
## ---------------- ##
ac_cv_c_compiler_gnu=yes
ac_cv_cxx_compiler_gnu=yes
ac_cv_cxx_compiler_vendor=gnu
ac_cv_env_CC_set=
ac_cv_env_CC_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_CXXFLAGS_set=
ac_cv_env_CXXFLAGS_value=
ac_cv_env_CXX_set=
ac_cv_env_CXX_value=
ac_cv_env_LDFLAGS_set=
ac_cv_env_LDFLAGS_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=.exe
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_objext=o
ac_cv_prog_CPP='gcc -E'
ac_cv_prog_CXXCPP='g++ -E'
ac_cv_prog_ac_ct_CC=gcc
ac_cv_prog_ac_ct_CXX=g++
ac_cv_prog_ac_ct_PKGCONFIG=pkg-config
ac_cv_prog_ac_ct_RANLIB=ranlib
ac_cv_prog_cc_g=yes
ac_cv_prog_cc_stdc=
ac_cv_prog_cxx_g=yes
ac_cv_prog_egrep='grep -E'
ac_cv_sizeof_int=4
ac_cv_type_int=yes
## ----------------- ##
## Output variables. ##
## ----------------- ##
BUILDDLL='yes'
BUILDSTATIC='no'
CC='gcc'
CFLAGS='-g -O2'
COMPILEOBJ='-c -o '
COMPILERIN=' '
COMPILESBJ='-S -o '
CPP='gcc -E'
CPPFLAGS=''
CXX='g++'
CXXCPP='g++ -E'
CXXFLAGS='-DNDEBUG -Wall -ggdb -O3 -fno-strict-aliasing -finline-limit=3000
-ffast-math -mthreads'
DEFS='-DHAVE_CONFIG_H'
DLLEXT='dll'
DLLFLAGS='-shared'
DLLPATH='-L.'
DOT=''
ECHO_C=''
ECHO_N='-n'
ECHO_T=''
EGREP='grep -E'
ENABLEDOCCHM='yes'
ENABLEDOCSEARCH='no'
EXAMPLES_EXTRA_CXXFLAGS=''
EXEEXT='.exe'
EXEOUTPUT='-o '
GECODE_BUILD_INT_FLAG='-DGECODE_BUILD_INT'
GECODE_BUILD_KERNEL_FLAG='-DGECODE_BUILD_KERNEL'
GECODE_BUILD_MINIMODEL_FLAG='-DGECODE_BUILD_MINIMODEL'
GECODE_BUILD_SEARCH_FLAG='-DGECODE_BUILD_SEARCH'
GECODE_BUILD_SET_FLAG='-DGECODE_BUILD_SET'
GECODE_DOXYGEN_DOT='NO'
GECODE_DOXYGEN_TAGFILE=''
HAVE_PKGCONFIG='yes'
INSTALLLIBS='no'
INT='int'
KERNEL='kernel'
LDFLAGS=''
LIBEXT='dll'
LIBOBJS=''
LIBPREFIX='libgecode'
LIBS=''
LINKLIBDIR=''
LINKOUTPUT='-o '
LINKPREFIX='-lgecode'
LINKSUFFIX=''
LTLIBOBJS=''
MINUSLDIR='-L${exec_prefix}/lib'
MM='minimodel'
OBJEXT='o'
PACKAGE_BUGREPORT='[EMAIL PROTECTED]'
PACKAGE_NAME='GECODE'
PACKAGE_STRING='GECODE 1.3.1'
PACKAGE_TARNAME='gecode'
PACKAGE_VERSION='1.3.1'
PATH_SEPARATOR=':'
PKGCONFIG='pkg-config'
PKG_CONFIG_CXXFLAGS=''
RANLIB='ranlib'
SBJEXT='s'
SEARCH='search'
SET='set'
SHELL='/bin/sh'
SOLINKSUFFIX=''
SOSUFFIX=''
STATICLIBEXT='a'
VERSION='1.3.1'
WLSONAME=''
ac_ct_CC='gcc'
ac_ct_CXX='g++'
ac_ct_PKGCONFIG='pkg-config'
ac_ct_RANLIB='ranlib'
bindir='${exec_prefix}/bin'
build_alias=''
cygpathprefix='/usr/local'
datadir='${prefix}/share'
docdir='${prefix}/share/doc/gecode'
enable_examples='yes'
enable_int_vars='yes'
enable_minimodel='yes'
enable_search='yes'
enable_set_vars='yes'
exec_prefix='${prefix}'
host_alias=''
includedir='${prefix}/include'
infodir='${prefix}/info'
libdir='${exec_prefix}/lib'
libexecdir='${exec_prefix}/libexec'
localstatedir='${prefix}/var'
mandir='${prefix}/man'
need_soname='no'
oldincludedir='/usr/include'
prefix='/usr/local'
program_transform_name='s,x,x,'
sbindir='${exec_prefix}/sbin'
sharedlibdir='${exec_prefix}/bin'
sharedstatedir='${prefix}/com'
subdirs=' '
sysconfdir='${prefix}/etc'
target_alias=''
## ----------- ##
## confdefs.h. ##
## ----------- ##
#define GECODE_AUDIT 0
#define GECODE_HAVE_INT_VARS 1
#define GECODE_HAVE_SET_VARS 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_BUGREPORT "[EMAIL PROTECTED]"
#define PACKAGE_NAME "GECODE"
#define PACKAGE_STRING "GECODE 1.3.1"
#define PACKAGE_TARNAME "gecode"
#define PACKAGE_VERSION "1.3.1"
#define SIZEOF_INT 4
#define STDC_HEADERS 1
#define forceinline inline
#endif
#ifdef __cplusplus
extern "C" void std::exit (int) throw (); using std::exit;
configure: exit 0
_______________________________________________
Gecode users mailing list
[EMAIL PROTECTED]
https://www.gecode.org/mailman/listinfo/gecode-users