Ticket #30414: config.log

File config.log, 15.3 KB (added by preglow@…, 13 years ago)

config.log

Line 
1This file contains any messages produced by compilers while
2running configure, to aid debugging if configure makes a mistake.
3
4It was created by the Parma Polyhedra Library configure 0.11.2, which was
5generated by GNU Autoconf 2.65.  Invocation command line was
6
7  $ ./configure --prefix=/opt/local --disable-dependency-tracking --build=x86_64-apple-darwin11.1.0 --disable-dependency-tracking --host=x86_64-apple-darwin11.1.0
8
9## --------- ##
10## Platform. ##
11## --------- ##
12
13hostname = Johansen.local
14uname -m = x86_64
15uname -r = 11.1.0
16uname -s = Darwin
17uname -v = Darwin Kernel Version 11.1.0: Tue Jul 26 16:07:11 PDT 2011; root:xnu-1699.22.81~1/RELEASE_X86_64
18
19/usr/bin/uname -p = i386
20/bin/uname -X     = unknown
21
22/bin/arch              = unknown
23/usr/bin/arch -k       = unknown
24/usr/convex/getsysinfo = unknown
25/usr/bin/hostinfo      = Mach kernel version:
26         Darwin Kernel Version 11.1.0: Tue Jul 26 16:07:11 PDT 2011; root:xnu-1699.22.81~1/RELEASE_X86_64
27Kernel configured for up to 8 processors.
284 processors are physically available.
298 processors are logically available.
30Processor type: i486 (Intel 80486)
31Processors active: 0 1 2 3 4 5 6 7
32Primary memory available: 8.00 gigabytes
33Default processor set: 122 tasks, 600 threads, 8 processors
34Load average: 2.55, Mach factor: 5.44
35/bin/machine           = unknown
36/usr/bin/oslevel       = unknown
37/bin/universe          = unknown
38
39PATH: /opt/local/bin
40PATH: /opt/local/sbin
41PATH: /bin
42PATH: /sbin
43PATH: /usr/bin
44PATH: /usr/sbin
45
46
47## ----------- ##
48## Core tests. ##
49## ----------- ##
50
51configure:3258: checking build system type
52configure:3272: result: x86_64-apple-darwin11.1.0
53configure:3292: checking host system type
54configure:3305: result: x86_64-apple-darwin11.1.0
55configure:3343: checking for a BSD-compatible install
56configure:3411: result: /usr/bin/install -c
57configure:3422: checking whether build environment is sane
58configure:3472: result: yes
59configure:3613: checking for a thread-safe mkdir -p
60configure:3652: result: ./install-sh -c -d
61configure:3665: checking for gawk
62configure:3695: result: no
63configure:3665: checking for mawk
64configure:3695: result: no
65configure:3665: checking for nawk
66configure:3695: result: no
67configure:3665: checking for awk
68configure:3681: found /usr/bin/awk
69configure:3692: result: awk
70configure:3703: checking whether make sets $(MAKE)
71configure:3725: result: yes
72configure:3803: checking how to create a ustar tar archive
73configure:3816: tar --version
74bsdtar 2.8.3 - libarchive 2.8.3
75configure:3819: $? = 0
76configure:3859: tardir=conftest.dir && eval tar --format=ustar -chf - "$tardir" >conftest.tar
77configure:3862: $? = 0
78configure:3866: tar -xf - <conftest.tar
79configure:3869: $? = 0
80configure:3882: result: gnutar
81configure:3966: checking for x86_64-apple-darwin11.1.0-gcc
82configure:3993: result: /Developer/usr/bin/llvm-gcc-4.2
83configure:4262: checking for C compiler version
84configure:4271: /Developer/usr/bin/llvm-gcc-4.2 --version >&5
85i686-apple-darwin11-llvm-gcc-4.2 (GCC) 4.2.1 (Based on Apple Inc. build 5658) (LLVM build 2335.15.00)
86Copyright (C) 2007 Free Software Foundation, Inc.
87This is free software; see the source for copying conditions.  There is NO
88warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
89
90configure:4282: $? = 0
91configure:4271: /Developer/usr/bin/llvm-gcc-4.2 -v >&5
92Using built-in specs.
93Target: i686-apple-darwin11
94Configured with: /private/var/tmp/llvmgcc42/llvmgcc42-2335.15~25/src/configure --disable-checking --enable-werror --prefix=/Developer/usr/llvm-gcc-4.2 --mandir=/share/man --enable-languages=c,objc,c++,obj-c++ --program-prefix=llvm- --program-transform-name=/^[cg][^.-]*$/s/$/-4.2/ --with-slibdir=/usr/lib --build=i686-apple-darwin11 --enable-llvm=/private/var/tmp/llvmgcc42/llvmgcc42-2335.15~25/dst-llvmCore/Developer/usr/local --program-prefix=i686-apple-darwin11- --host=x86_64-apple-darwin11 --target=i686-apple-darwin11 --with-gxx-include-dir=/usr/include/c++/4.2.1
95Thread model: posix
96gcc version 4.2.1 (Based on Apple Inc. build 5658) (LLVM build 2335.15.00)
97configure:4282: $? = 0
98configure:4271: /Developer/usr/bin/llvm-gcc-4.2 -V >&5
99llvm-gcc-4.2: argument to `-V' is missing
100configure:4282: $? = 1
101configure:4271: /Developer/usr/bin/llvm-gcc-4.2 -qversion >&5
102i686-apple-darwin11-llvm-gcc-4.2: no input files
103configure:4282: $? = 1
104configure:4302: checking whether the C compiler works
105configure:4324: /Developer/usr/bin/llvm-gcc-4.2 -pipe -O2 -arch x86_64 -march=native -I/opt/local/include -L/opt/local/lib -arch x86_64 conftest.c  >&5
106conftest.c:1: error: bad value (native) for -march= switch
107conftest.c:1: error: bad value (native) for -mtune= switch
108configure:4328: $? = 1
109configure:4366: result: no
110configure: failed program was:
111| /* confdefs.h */
112| #define PACKAGE_NAME "the Parma Polyhedra Library"
113| #define PACKAGE_TARNAME "ppl"
114| #define PACKAGE_VERSION "0.11.2"
115| #define PACKAGE_STRING "the Parma Polyhedra Library 0.11.2"
116| #define PACKAGE_BUGREPORT "ppl-devel@cs.unipr.it"
117| #define PACKAGE_URL ""
118| #define PPL_CONFIGURE_OPTIONS " '--prefix=/opt/local' '--build=x86_64-apple-darwin11.1.0' '--disable-dependency-tracking' '--host=x86_64-apple-darwin11.1.0' 'build_alias=x86_64-apple-darwin11.1.0' 'host_alias=x86_64-apple-darwin11.1.0' 'CC=/Developer/usr/bin/llvm-gcc-4.2' 'CFLAGS=-pipe -O2 -arch x86_64 -march=native' 'LDFLAGS=-L/opt/local/lib -arch x86_64' 'CPPFLAGS=-I/opt/local/include' 'CXX=/Developer/usr/bin/llvm-g++-4.2' 'CXXFLAGS=-pipe -O2 -arch x86_64'"
119| /* end confdefs.h.  */
120|
121| int
122| main ()
123| {
124|
125|   ;
126|   return 0;
127| }
128configure:4371: error: in `/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_devel_ppl/ppl/work/ppl-0.11.2-x86_64':
129configure:4375: error: C compiler cannot create executables
130See `config.log' for more details.
131
132## ---------------- ##
133## Cache variables. ##
134## ---------------- ##
135
136ac_cv_build=x86_64-apple-darwin11.1.0
137ac_cv_env_CCC_set=
138ac_cv_env_CCC_value=
139ac_cv_env_CC_set=set
140ac_cv_env_CC_value=/Developer/usr/bin/llvm-gcc-4.2
141ac_cv_env_CFLAGS_set=set
142ac_cv_env_CFLAGS_value='-pipe -O2 -arch x86_64 -march=native'
143ac_cv_env_CPPFLAGS_set=set
144ac_cv_env_CPPFLAGS_value=-I/opt/local/include
145ac_cv_env_CPP_set=
146ac_cv_env_CPP_value=
147ac_cv_env_CXXCPP_set=
148ac_cv_env_CXXCPP_value=
149ac_cv_env_CXXFLAGS_set=set
150ac_cv_env_CXXFLAGS_value='-pipe -O2 -arch x86_64'
151ac_cv_env_CXX_set=set
152ac_cv_env_CXX_value=/Developer/usr/bin/llvm-g++-4.2
153ac_cv_env_LDFLAGS_set=set
154ac_cv_env_LDFLAGS_value='-L/opt/local/lib -arch x86_64'
155ac_cv_env_LIBS_set=
156ac_cv_env_LIBS_value=
157ac_cv_env_M4_set=
158ac_cv_env_M4_value=
159ac_cv_env_build_alias_set=set
160ac_cv_env_build_alias_value=x86_64-apple-darwin11.1.0
161ac_cv_env_host_alias_set=set
162ac_cv_env_host_alias_value=x86_64-apple-darwin11.1.0
163ac_cv_env_target_alias_set=
164ac_cv_env_target_alias_value=
165ac_cv_host=x86_64-apple-darwin11.1.0
166ac_cv_prog_AWK=awk
167ac_cv_prog_CC=/Developer/usr/bin/llvm-gcc-4.2
168ac_cv_prog_make_make_set=yes
169am_cv_prog_tar_ustar=gnutar
170
171## ----------------- ##
172## Output variables. ##
173## ----------------- ##
174
175ACLOCAL='${SHELL} /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_devel_ppl/ppl/work/ppl-0.11.2-x86_64/missing --run aclocal-1.11'
176AMDEPBACKSLASH=''
177AMDEP_FALSE=''
178AMDEP_TRUE=''
179AMTAR='${SHELL} /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_devel_ppl/ppl/work/ppl-0.11.2-x86_64/missing --run tar'
180AM_BACKSLASH='\'
181AM_DEFAULT_VERBOSITY='1'
182AR=''
183ASSERTIONS_ENABLED_FALSE=''
184ASSERTIONS_ENABLED_TRUE=''
185AUTOCONF='${SHELL} /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_devel_ppl/ppl/work/ppl-0.11.2-x86_64/missing --run autoconf'
186AUTOHEADER='${SHELL} /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_devel_ppl/ppl/work/ppl-0.11.2-x86_64/missing --run autoheader'
187AUTOMAKE='${SHELL} /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_devel_ppl/ppl/work/ppl-0.11.2-x86_64/missing --run automake-1.11'
188AWK='awk'
189BUILD_CIAO_PROLOG_INTERFACE_FALSE=''
190BUILD_CIAO_PROLOG_INTERFACE_TRUE=''
191BUILD_CXX_INTERFACE_FALSE=''
192BUILD_CXX_INTERFACE_TRUE=''
193BUILD_C_INTERFACE_FALSE=''
194BUILD_C_INTERFACE_TRUE=''
195BUILD_GNU_PROLOG_INTERFACE_FALSE=''
196BUILD_GNU_PROLOG_INTERFACE_TRUE=''
197BUILD_JAVA_INTERFACE_FALSE=''
198BUILD_JAVA_INTERFACE_TRUE=''
199BUILD_OCAML_INTERFACE_FALSE=''
200BUILD_OCAML_INTERFACE_TRUE=''
201BUILD_PPL_LCDD_FALSE=''
202BUILD_PPL_LCDD_TRUE=''
203BUILD_PPL_LPSOL_FALSE=''
204BUILD_PPL_LPSOL_TRUE=''
205BUILD_PPL_PIPS_FALSE=''
206BUILD_PPL_PIPS_TRUE=''
207BUILD_SICSTUS_PROLOG_INTERFACE_FALSE=''
208BUILD_SICSTUS_PROLOG_INTERFACE_TRUE=''
209BUILD_SOME_PROLOG_INTERFACES_FALSE=''
210BUILD_SOME_PROLOG_INTERFACES_TRUE=''
211BUILD_SWI_PROLOG_INTERFACE_FALSE=''
212BUILD_SWI_PROLOG_INTERFACE_TRUE=''
213BUILD_WATCHDOG_LIBRARY_FALSE=''
214BUILD_WATCHDOG_LIBRARY_TRUE=''
215BUILD_XSB_PROLOG_INTERFACE_FALSE=''
216BUILD_XSB_PROLOG_INTERFACE_TRUE=''
217BUILD_YAP_PROLOG_INTERFACE_FALSE=''
218BUILD_YAP_PROLOG_INTERFACE_TRUE=''
219CAN_CONTROL_FPU_FALSE=''
220CAN_CONTROL_FPU_TRUE=''
221CC='/Developer/usr/bin/llvm-gcc-4.2'
222CCDEPMODE=''
223CFLAGS='-pipe -O2 -arch x86_64 -march=native'
224CIAO_PROLOG=''
225CIAO_PROLOG_INCLUDE_OPTIONS=''
226CONFIGURE_OPTIONS=''
227CPP=''
228CPPFLAGS='-I/opt/local/include'
229CXX='/Developer/usr/bin/llvm-g++-4.2'
230CXXCPP=''
231CXXDEPMODE=''
232CXXFLAGS='-pipe -O2 -arch x86_64'
233CYGPATH_W='echo'
234DEBUGGING_ENABLED_FALSE=''
235DEBUGGING_ENABLED_TRUE=''
236DEFS=''
237DEPDIR=''
238DSYMUTIL=''
239DUMPBIN=''
240ECHO_C='\c'
241ECHO_N=''
242ECHO_T=''
243EGREP=''
244ENABLE_SHARED_FALSE=''
245ENABLE_SHARED_TRUE=''
246ENABLE_STATIC_FALSE=''
247ENABLE_STATIC_TRUE=''
248EXEEXT=''
249FGREP=''
250GCC_FALSE=''
251GCC_TRUE=''
252GNU_PROLOG=''
253GREP=''
254HAVE_GLPK_FALSE=''
255HAVE_GLPK_TRUE=''
256HAVE_MD5SUM_FALSE=''
257HAVE_MD5SUM_TRUE=''
258HAVE_OCAMLC_FALSE=''
259HAVE_OCAMLC_TRUE=''
260HAVE_OCAMLOPT_FALSE=''
261HAVE_OCAMLOPT_TRUE=''
262HAVE_PERL_FALSE=''
263HAVE_PERL_TRUE=''
264HOST_CPU_X86_64_FALSE=''
265HOST_CPU_X86_64_TRUE=''
266HOST_OS_CYGWIN_FALSE=''
267HOST_OS_CYGWIN_TRUE=''
268HOST_OS_DARWIN_FALSE=''
269HOST_OS_DARWIN_TRUE=''
270HOST_OS_MINGW_FALSE=''
271HOST_OS_MINGW_TRUE=''
272HOST_OS_SOLARIS_FALSE=''
273HOST_OS_SOLARIS_TRUE=''
274INSTALL_DATA='${INSTALL} -m 644'
275INSTALL_PROGRAM='${INSTALL}'
276INSTALL_SCRIPT='${INSTALL}'
277INSTALL_STRIP_PROGRAM='$(install_sh) -c -s'
278ISODATE='2011-09-26'
279JAR=''
280JAVA=''
281JAVAC=''
282JAVAH=''
283JNIFLAGS=''
284LD=''
285LDFLAGS='-L/opt/local/lib -arch x86_64'
286LIBEXT=''
287LIBGMP=''
288LIBGMPXX=''
289LIBGMPXX_PREFIX=''
290LIBGMP_PREFIX=''
291LIBOBJS=''
292LIBS=''
293LIBTOOL=''
294LIPO=''
295LN_S=''
296LTLIBGMP=''
297LTLIBGMPXX=''
298LTLIBOBJS=''
299M4=''
300M4_DEBUGFILE=''
301MAKEINFO='${SHELL} /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_devel_ppl/ppl/work/ppl-0.11.2-x86_64/missing --run makeinfo'
302MD5SUM=''
303MKDIR_P='./install-sh -c -d'
304NM='/usr/bin/nm'
305NMEDIT=''
306NO_UNDEFINED_FALSE=''
307NO_UNDEFINED_TRUE=''
308OBJDUMP=''
309OBJEXT=''
310OCAMLBEST=''
311OCAMLBUILD=''
312OCAMLC=''
313OCAMLCDOTOPT=''
314OCAMLDEP=''
315OCAMLDOC=''
316OCAMLLIB=''
317OCAMLMKLIB=''
318OCAMLMKTOP=''
319OCAMLOPT=''
320OCAMLOPTDOTOPT=''
321OCAMLVERSION=''
322OTOOL64=''
323OTOOL=''
324PACKAGE='ppl'
325PACKAGE_BUGREPORT='ppl-devel@cs.unipr.it'
326PACKAGE_NAME='the Parma Polyhedra Library'
327PACKAGE_STRING='the Parma Polyhedra Library 0.11.2'
328PACKAGE_TARNAME='ppl'
329PACKAGE_URL=''
330PACKAGE_VERSION='0.11.2'
331PATH_SEPARATOR=':'
332PERL=''
333PPL_VERSION_BETA='0'
334PPL_VERSION_MAJOR='0'
335PPL_VERSION_MINOR='11'
336PPL_VERSION_REVISION='2'
337RANLIB=''
338SED=''
339SET_MAKE=''
340SHELL='/bin/sh'
341SHREXT=''
342SICSTUS_PROLOG_INCLUDE_OPTIONS=''
343STRIP=''
344SUPPORTED_DOUBLE_FALSE=''
345SUPPORTED_DOUBLE_TRUE=''
346SUPPORTED_FLOAT_FALSE=''
347SUPPORTED_FLOAT_TRUE=''
348SUPPORTED_LONG_DOUBLE_FALSE=''
349SUPPORTED_LONG_DOUBLE_TRUE=''
350SWI_PROLOG=''
351SWI_PROLOG_INCLUDE_OPTIONS=''
352SWI_PROLOG_LD=''
353SWI_PROLOG_LD_OPTIONS=''
354TEXT_MD5SUM=''
355THOROUGH_MAKE_CHECK_FALSE=''
356THOROUGH_MAKE_CHECK_TRUE=''
357USE_CHECKED_INTEGERS_FALSE=''
358USE_CHECKED_INTEGERS_TRUE=''
359USE_GMP_INTEGERS_FALSE=''
360USE_GMP_INTEGERS_TRUE=''
361USE_INT16_FALSE=''
362USE_INT16_TRUE=''
363USE_INT32_FALSE=''
364USE_INT32_TRUE=''
365USE_INT64_FALSE=''
366USE_INT64_TRUE=''
367USE_INT8_FALSE=''
368USE_INT8_TRUE=''
369USE_NATIVE_INTEGERS_FALSE=''
370USE_NATIVE_INTEGERS_TRUE=''
371USE_PRECOMPILED_HEADERS_FALSE=''
372USE_PRECOMPILED_HEADERS_TRUE=''
373VALGRIND=''
374VALGRIND_TESTS_ENABLED_FALSE=''
375VALGRIND_TESTS_ENABLED_TRUE=''
376VERSION='0.11.2'
377XSB_PROLOG_INCLUDE_OPTIONS=''
378YAP_PROLOG=''
379YAP_PROLOG_INCLUDE_OPTIONS=''
380YAP_PROLOG_LD_OPTIONS=''
381ac_ct_CC=''
382ac_ct_CXX=''
383ac_ct_DUMPBIN=''
384am__EXEEXT_FALSE=''
385am__EXEEXT_TRUE=''
386am__fastdepCC_FALSE=''
387am__fastdepCC_TRUE=''
388am__fastdepCXX_FALSE=''
389am__fastdepCXX_TRUE=''
390am__include=''
391am__isrc=''
392am__leading_dot='.'
393am__quote=''
394am__tar='tar --format=ustar -chf - "$$tardir"'
395am__untar='tar -xf -'
396bindir='${exec_prefix}/bin'
397build='x86_64-apple-darwin11.1.0'
398build_alias='x86_64-apple-darwin11.1.0'
399build_cpu='x86_64'
400build_os='darwin11.1.0'
401build_vendor='apple'
402ciao_prolog=''
403coefficient_mnemonic=''
404datadir='${datarootdir}'
405datarootdir='${prefix}/share'
406debug_flag=''
407docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
408dvidir='${docdir}'
409exec_prefix='NONE'
410extra_includes=''
411extra_libraries=''
412host='x86_64-apple-darwin11.1.0'
413host_alias='x86_64-apple-darwin11.1.0'
414host_cpu='x86_64'
415host_os='darwin11.1.0'
416host_vendor='apple'
417htmldir='${docdir}'
418includedir='${prefix}/include'
419infodir='${datarootdir}/info'
420install_sh='${SHELL} /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_devel_ppl/ppl/work/ppl-0.11.2-x86_64/install-sh'
421libdir='${exec_prefix}/lib'
422libexecdir='${exec_prefix}/libexec'
423localedir='${datarootdir}/locale'
424localstatedir='${prefix}/var'
425mandir='${datarootdir}/man'
426mkdir_p='$(top_builddir)/./install-sh -c -d'
427mlgmp_dir=''
428oldincludedir='/usr/include'
429pdfdir='${docdir}'
430prefix='/opt/local'
431program_transform_name='s,x,x,'
432psdir='${docdir}'
433required_instantiations=''
434required_instantiations_c_cxx_headers=''
435required_instantiations_c_cxx_objects=''
436required_instantiations_c_cxx_sources=''
437required_instantiations_canonical_names=''
438required_instantiations_java_classes=''
439required_instantiations_java_cxx_headers=''
440required_instantiations_java_cxx_headers_sources=''
441required_instantiations_java_cxx_objects=''
442required_instantiations_java_cxx_sources=''
443required_instantiations_java_sources=''
444required_instantiations_ocaml_cxx_headers=''
445required_instantiations_ocaml_cxx_objects=''
446required_instantiations_ocaml_cxx_sources=''
447required_instantiations_prolog_cxx_headers=''
448required_instantiations_prolog_cxx_objects=''
449required_instantiations_prolog_cxx_sources=''
450required_instantiations_prolog_generated_test_sources=''
451sbindir='${exec_prefix}/sbin'
452sharedstatedir='${prefix}/com'
453sicstus_prolog=''
454subdirs=''
455swi_prolog=''
456swi_prolog_ld=''
457sysconfdir='${prefix}/etc'
458target_alias=''
459uudecode=''
460xsb_prolog=''
461yap_prolog=''
462
463## ----------- ##
464## confdefs.h. ##
465## ----------- ##
466
467/* confdefs.h */
468#define PACKAGE_NAME "the Parma Polyhedra Library"
469#define PACKAGE_TARNAME "ppl"
470#define PACKAGE_VERSION "0.11.2"
471#define PACKAGE_STRING "the Parma Polyhedra Library 0.11.2"
472#define PACKAGE_BUGREPORT "ppl-devel@cs.unipr.it"
473#define PACKAGE_URL ""
474#define PPL_CONFIGURE_OPTIONS " '--prefix=/opt/local' '--build=x86_64-apple-darwin11.1.0' '--disable-dependency-tracking' '--host=x86_64-apple-darwin11.1.0' 'build_alias=x86_64-apple-darwin11.1.0' 'host_alias=x86_64-apple-darwin11.1.0' 'CC=/Developer/usr/bin/llvm-gcc-4.2' 'CFLAGS=-pipe -O2 -arch x86_64 -march=native' 'LDFLAGS=-L/opt/local/lib -arch x86_64' 'CPPFLAGS=-I/opt/local/include' 'CXX=/Developer/usr/bin/llvm-g++-4.2' 'CXXFLAGS=-pipe -O2 -arch x86_64'"
475
476configure: exit 77