Trisurf Monte Carlo simulator
Samo Penic
2012-06-07 79fc9ce029be3e91d3249a654f84c7a1ce1ff9ee
commit | author | age
824cfd 1 This file contains any messages produced by compilers while
SP 2 running configure, to aid debugging if configure makes a mistake.
3
4 It was created by FULL-PACKAGE-NAME configure VERSION, which was
5 generated by GNU Autoconf 2.68.  Invocation command line was
6
7   $ ./configure 
8
9 ## --------- ##
10 ## Platform. ##
11 ## --------- ##
12
79fc9c 13 hostname = andromeda
824cfd 14 uname -m = x86_64
SP 15 uname -r = 3.2.0-24-generic
16 uname -s = Linux
17 uname -v = #39-Ubuntu SMP Mon May 21 16:52:17 UTC 2012
18
19 /usr/bin/uname -p = unknown
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      = unknown
26 /bin/machine           = unknown
27 /usr/bin/oslevel       = unknown
28 /bin/universe          = unknown
29
30 PATH: /home/samo/bin
31 PATH: /usr/lib/lightdm/lightdm
32 PATH: /usr/local/sbin
33 PATH: /usr/local/bin
34 PATH: /usr/sbin
35 PATH: /usr/bin
36 PATH: /sbin
37 PATH: /bin
38 PATH: /usr/games
39
40
41 ## ----------- ##
42 ## Core tests. ##
43 ## ----------- ##
44
45 configure:2168: checking for a BSD-compatible install
46 configure:2236: result: /usr/bin/install -c
47 configure:2247: checking whether build environment is sane
48 configure:2297: result: yes
49 configure:2438: checking for a thread-safe mkdir -p
50 configure:2477: result: /bin/mkdir -p
51 configure:2490: checking for gawk
52 configure:2506: found /usr/bin/gawk
53 configure:2517: result: gawk
54 configure:2528: checking whether make sets $(MAKE)
55 configure:2550: result: yes
56 configure:2679: checking for gcc
57 configure:2695: found /usr/bin/gcc
58 configure:2706: result: gcc
59 configure:2935: checking for C compiler version
60 configure:2944: gcc --version >&5
61 gcc (Ubuntu/Linaro 4.6.3-1ubuntu5) 4.6.3
62 Copyright (C) 2011 Free Software Foundation, Inc.
63 This is free software; see the source for copying conditions.  There is NO
64 warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
65
66 configure:2955: $? = 0
67 configure:2944: gcc -v >&5
68 Using built-in specs.
69 COLLECT_GCC=gcc
70 COLLECT_LTO_WRAPPER=/usr/lib/gcc/x86_64-linux-gnu/4.6/lto-wrapper
71 Target: x86_64-linux-gnu
72 Configured with: ../src/configure -v --with-pkgversion='Ubuntu/Linaro 4.6.3-1ubuntu5' --with-bugurl=file:///usr/share/doc/gcc-4.6/README.Bugs --enable-languages=c,c++,fortran,objc,obj-c++ --prefix=/usr --program-suffix=-4.6 --enable-shared --enable-linker-build-id --with-system-zlib --libexecdir=/usr/lib --without-included-gettext --enable-threads=posix --with-gxx-include-dir=/usr/include/c++/4.6 --libdir=/usr/lib --enable-nls --with-sysroot=/ --enable-clocale=gnu --enable-libstdcxx-debug --enable-libstdcxx-time=yes --enable-gnu-unique-object --enable-plugin --enable-objc-gc --disable-werror --with-arch-32=i686 --with-tune=generic --enable-checking=release --build=x86_64-linux-gnu --host=x86_64-linux-gnu --target=x86_64-linux-gnu
73 Thread model: posix
74 gcc version 4.6.3 (Ubuntu/Linaro 4.6.3-1ubuntu5) 
75 configure:2955: $? = 0
76 configure:2944: gcc -V >&5
77 gcc: error: unrecognized option '-V'
78 gcc: fatal error: no input files
79 compilation terminated.
80 configure:2955: $? = 4
81 configure:2944: gcc -qversion >&5
82 gcc: error: unrecognized option '-qversion'
83 gcc: fatal error: no input files
84 compilation terminated.
85 configure:2955: $? = 4
86 configure:2975: checking whether the C compiler works
87 configure:2997: gcc    conftest.c  >&5
88 configure:3001: $? = 0
89 configure:3049: result: yes
90 configure:3052: checking for C compiler default output file name
91 configure:3054: result: a.out
92 configure:3060: checking for suffix of executables
93 configure:3067: gcc -o conftest    conftest.c  >&5
94 configure:3071: $? = 0
95 configure:3093: result: 
96 configure:3115: checking whether we are cross compiling
97 configure:3123: gcc -o conftest    conftest.c  >&5
98 configure:3127: $? = 0
99 configure:3134: ./conftest
100 configure:3138: $? = 0
101 configure:3153: result: no
102 configure:3158: checking for suffix of object files
103 configure:3180: gcc -c   conftest.c >&5
104 configure:3184: $? = 0
105 configure:3205: result: o
106 configure:3209: checking whether we are using the GNU C compiler
107 configure:3228: gcc -c   conftest.c >&5
108 configure:3228: $? = 0
109 configure:3237: result: yes
110 configure:3246: checking whether gcc accepts -g
111 configure:3266: gcc -c -g  conftest.c >&5
112 configure:3266: $? = 0
113 configure:3307: result: yes
114 configure:3324: checking for gcc option to accept ISO C89
115 configure:3388: gcc  -c -g -O2  conftest.c >&5
116 configure:3388: $? = 0
117 configure:3401: result: none needed
118 configure:3432: checking for style of include used by make
119 configure:3460: result: GNU
120 configure:3486: checking dependency style of gcc
121 configure:3597: result: gcc3
122 configure:3616: checking for cfg_parse in -lconfuse
123 configure:3641: gcc -o conftest -g -O2   conftest.c -lconfuse   >&5
124 configure:3641: $? = 0
125 configure:3650: result: yes
126 configure:3662: checking for pow in -lm
127 configure:3687: gcc -o conftest -g -O2   conftest.c -lm  -lconfuse  >&5
128 conftest.c:19:6: warning: conflicting types for built-in function 'pow' [enabled by default]
129 configure:3687: $? = 0
130 configure:3696: result: yes
131 configure:3714: checking how to run the C preprocessor
132 configure:3745: gcc -E  conftest.c
133 configure:3745: $? = 0
134 configure:3759: gcc -E  conftest.c
135 conftest.c:13:28: fatal error: ac_nonexistent.h: No such file or directory
136 compilation terminated.
137 configure:3759: $? = 1
138 configure: failed program was:
139 | /* confdefs.h */
140 | #define PACKAGE_NAME "FULL-PACKAGE-NAME"
141 | #define PACKAGE_TARNAME "full-package-name"
142 | #define PACKAGE_VERSION "VERSION"
143 | #define PACKAGE_STRING "FULL-PACKAGE-NAME VERSION"
144 | #define PACKAGE_BUGREPORT "BUG-REPORT-ADDRESS"
145 | #define PACKAGE_URL ""
146 | #define PACKAGE "full-package-name"
147 | #define VERSION "VERSION"
148 | #define HAVE_LIBCONFUSE 1
149 | #define HAVE_LIBM 1
150 | /* end confdefs.h.  */
151 | #include <ac_nonexistent.h>
152 configure:3784: result: gcc -E
153 configure:3804: gcc -E  conftest.c
154 configure:3804: $? = 0
155 configure:3818: gcc -E  conftest.c
156 conftest.c:13:28: fatal error: ac_nonexistent.h: No such file or directory
157 compilation terminated.
158 configure:3818: $? = 1
159 configure: failed program was:
160 | /* confdefs.h */
161 | #define PACKAGE_NAME "FULL-PACKAGE-NAME"
162 | #define PACKAGE_TARNAME "full-package-name"
163 | #define PACKAGE_VERSION "VERSION"
164 | #define PACKAGE_STRING "FULL-PACKAGE-NAME VERSION"
165 | #define PACKAGE_BUGREPORT "BUG-REPORT-ADDRESS"
166 | #define PACKAGE_URL ""
167 | #define PACKAGE "full-package-name"
168 | #define VERSION "VERSION"
169 | #define HAVE_LIBCONFUSE 1
170 | #define HAVE_LIBM 1
171 | /* end confdefs.h.  */
172 | #include <ac_nonexistent.h>
173 configure:3847: checking for grep that handles long lines and -e
174 configure:3905: result: /bin/grep
175 configure:3910: checking for egrep
176 configure:3972: result: /bin/grep -E
177 configure:3977: checking for ANSI C header files
178 configure:3997: gcc -c -g -O2  conftest.c >&5
179 configure:3997: $? = 0
180 configure:4070: gcc -o conftest -g -O2   conftest.c -lm -lconfuse  >&5
181 configure:4070: $? = 0
182 configure:4070: ./conftest
183 configure:4070: $? = 0
184 configure:4081: result: yes
185 configure:4094: checking for sys/types.h
186 configure:4094: gcc -c -g -O2  conftest.c >&5
187 configure:4094: $? = 0
188 configure:4094: result: yes
189 configure:4094: checking for sys/stat.h
190 configure:4094: gcc -c -g -O2  conftest.c >&5
191 configure:4094: $? = 0
192 configure:4094: result: yes
193 configure:4094: checking for stdlib.h
194 configure:4094: gcc -c -g -O2  conftest.c >&5
195 configure:4094: $? = 0
196 configure:4094: result: yes
197 configure:4094: checking for string.h
198 configure:4094: gcc -c -g -O2  conftest.c >&5
199 configure:4094: $? = 0
200 configure:4094: result: yes
201 configure:4094: checking for memory.h
202 configure:4094: gcc -c -g -O2  conftest.c >&5
203 configure:4094: $? = 0
204 configure:4094: result: yes
205 configure:4094: checking for strings.h
206 configure:4094: gcc -c -g -O2  conftest.c >&5
207 configure:4094: $? = 0
208 configure:4094: result: yes
209 configure:4094: checking for inttypes.h
210 configure:4094: gcc -c -g -O2  conftest.c >&5
211 configure:4094: $? = 0
212 configure:4094: result: yes
213 configure:4094: checking for stdint.h
214 configure:4094: gcc -c -g -O2  conftest.c >&5
215 configure:4094: $? = 0
216 configure:4094: result: yes
217 configure:4094: checking for unistd.h
218 configure:4094: gcc -c -g -O2  conftest.c >&5
219 configure:4094: $? = 0
220 configure:4094: result: yes
221 configure:4109: checking for stdlib.h
222 configure:4109: result: yes
223 configure:4109: checking for string.h
224 configure:4109: result: yes
225 configure:4121: checking for inline
226 configure:4137: gcc -c -g -O2  conftest.c >&5
227 configure:4137: $? = 0
228 configure:4145: result: inline
229 configure:4164: checking whether to enable debugging
230 configure:4176: result: yes
231 configure:4187: checking for stdlib.h
232 configure:4187: result: yes
233 configure:4197: checking for GNU libc compatible malloc
234 configure:4221: gcc -o conftest -g -O2 -DDEBUG   conftest.c -lm -lconfuse  >&5
235 configure:4221: $? = 0
236 configure:4221: ./conftest
237 configure:4221: $? = 0
238 configure:4231: result: yes
239 configure:4254: checking for stdlib.h
240 configure:4254: result: yes
241 configure:4264: checking for GNU libc compatible realloc
242 configure:4288: gcc -o conftest -g -O2 -DDEBUG   conftest.c -lm -lconfuse  >&5
243 configure:4288: $? = 0
244 configure:4288: ./conftest
245 configure:4288: $? = 0
246 configure:4298: result: yes
247 configure:4322: checking for pow
248 configure:4322: gcc -o conftest -g -O2 -DDEBUG   conftest.c -lm -lconfuse  >&5
249 conftest.c:52:6: warning: conflicting types for built-in function 'pow' [enabled by default]
250 configure:4322: $? = 0
251 configure:4322: result: yes
252 configure:4322: checking for sqrt
253 configure:4322: gcc -o conftest -g -O2 -DDEBUG   conftest.c -lm -lconfuse  >&5
254 conftest.c:53:6: warning: conflicting types for built-in function 'sqrt' [enabled by default]
255 configure:4322: $? = 0
256 configure:4322: result: yes
257 configure:4322: checking for strndup
258 configure:4322: gcc -o conftest -g -O2 -DDEBUG   conftest.c -lm -lconfuse  >&5
259 conftest.c:54:6: warning: conflicting types for built-in function 'strndup' [enabled by default]
260 configure:4322: $? = 0
261 configure:4322: result: yes
262 configure:4464: creating ./config.status
263
264 ## ---------------------- ##
265 ## Running config.status. ##
266 ## ---------------------- ##
267
268 This file was extended by FULL-PACKAGE-NAME config.status VERSION, which was
269 generated by GNU Autoconf 2.68.  Invocation command line was
270
271   CONFIG_FILES    = 
272   CONFIG_HEADERS  = 
273   CONFIG_LINKS    = 
274   CONFIG_COMMANDS = 
275   $ ./config.status 
276
79fc9c 277 on andromeda
824cfd 278
SP 279 config.status:873: creating Makefile
280 config.status:873: creating src/Makefile
281 config.status:873: creating test/Makefile
282 config.status:873: creating config.h
79fc9c 283 config.status:1054: config.h is unchanged
824cfd 284 config.status:1102: executing depfiles commands
SP 285
286 ## ---------------- ##
287 ## Cache variables. ##
288 ## ---------------- ##
289
290 ac_cv_c_compiler_gnu=yes
291 ac_cv_c_inline=inline
292 ac_cv_env_CC_set=
293 ac_cv_env_CC_value=
294 ac_cv_env_CFLAGS_set=
295 ac_cv_env_CFLAGS_value=
296 ac_cv_env_CPPFLAGS_set=
297 ac_cv_env_CPPFLAGS_value=
298 ac_cv_env_CPP_set=
299 ac_cv_env_CPP_value=
300 ac_cv_env_LDFLAGS_set=
301 ac_cv_env_LDFLAGS_value=
302 ac_cv_env_LIBS_set=
303 ac_cv_env_LIBS_value=
304 ac_cv_env_build_alias_set=
305 ac_cv_env_build_alias_value=
306 ac_cv_env_host_alias_set=
307 ac_cv_env_host_alias_value=
308 ac_cv_env_target_alias_set=
309 ac_cv_env_target_alias_value=
310 ac_cv_func_malloc_0_nonnull=yes
311 ac_cv_func_pow=yes
312 ac_cv_func_realloc_0_nonnull=yes
313 ac_cv_func_sqrt=yes
314 ac_cv_func_strndup=yes
315 ac_cv_header_inttypes_h=yes
316 ac_cv_header_memory_h=yes
317 ac_cv_header_stdc=yes
318 ac_cv_header_stdint_h=yes
319 ac_cv_header_stdlib_h=yes
320 ac_cv_header_string_h=yes
321 ac_cv_header_strings_h=yes
322 ac_cv_header_sys_stat_h=yes
323 ac_cv_header_sys_types_h=yes
324 ac_cv_header_unistd_h=yes
325 ac_cv_lib_confuse_cfg_parse=yes
326 ac_cv_lib_m_pow=yes
327 ac_cv_objext=o
328 ac_cv_path_EGREP='/bin/grep -E'
329 ac_cv_path_GREP=/bin/grep
330 ac_cv_path_install='/usr/bin/install -c'
331 ac_cv_path_mkdir=/bin/mkdir
332 ac_cv_prog_AWK=gawk
333 ac_cv_prog_CPP='gcc -E'
334 ac_cv_prog_ac_ct_CC=gcc
335 ac_cv_prog_cc_c89=
336 ac_cv_prog_cc_g=yes
337 ac_cv_prog_make_make_set=yes
338 am_cv_CC_dependencies_compiler_type=gcc3
339
340 ## ----------------- ##
341 ## Output variables. ##
342 ## ----------------- ##
343
344 ACLOCAL='${SHELL} /home/samo/programiranje/trisurf-ng/missing --run aclocal-1.11'
345 AMDEPBACKSLASH='\'
346 AMDEP_FALSE='#'
347 AMDEP_TRUE=''
348 AMTAR='$${TAR-tar}'
349 AUTOCONF='${SHELL} /home/samo/programiranje/trisurf-ng/missing --run autoconf'
350 AUTOHEADER='${SHELL} /home/samo/programiranje/trisurf-ng/missing --run autoheader'
351 AUTOMAKE='${SHELL} /home/samo/programiranje/trisurf-ng/missing --run automake-1.11'
352 AWK='gawk'
353 CC='gcc'
354 CCDEPMODE='depmode=gcc3'
355 CFLAGS='-g -O2 -DDEBUG'
356 CPP='gcc -E'
357 CPPFLAGS=''
358 CYGPATH_W='echo'
359 DEFS='-DHAVE_CONFIG_H'
360 DEPDIR='.deps'
361 ECHO_C=''
362 ECHO_N='-n'
363 ECHO_T=''
364 EGREP='/bin/grep -E'
365 EXEEXT=''
366 GREP='/bin/grep'
367 INSTALL_DATA='${INSTALL} -m 644'
368 INSTALL_PROGRAM='${INSTALL}'
369 INSTALL_SCRIPT='${INSTALL}'
370 INSTALL_STRIP_PROGRAM='$(install_sh) -c -s'
371 LDFLAGS=''
372 LIBOBJS=''
373 LIBS='-lm -lconfuse '
374 LTLIBOBJS=''
375 MAKEINFO='${SHELL} /home/samo/programiranje/trisurf-ng/missing --run makeinfo'
376 MKDIR_P='/bin/mkdir -p'
377 OBJEXT='o'
378 PACKAGE='full-package-name'
379 PACKAGE_BUGREPORT='BUG-REPORT-ADDRESS'
380 PACKAGE_NAME='FULL-PACKAGE-NAME'
381 PACKAGE_STRING='FULL-PACKAGE-NAME VERSION'
382 PACKAGE_TARNAME='full-package-name'
383 PACKAGE_URL=''
384 PACKAGE_VERSION='VERSION'
385 PATH_SEPARATOR=':'
386 SET_MAKE=''
387 SHELL='/bin/bash'
388 STRIP=''
389 VERSION='VERSION'
390 ac_ct_CC='gcc'
391 am__EXEEXT_FALSE=''
392 am__EXEEXT_TRUE='#'
393 am__fastdepCC_FALSE='#'
394 am__fastdepCC_TRUE=''
395 am__include='include'
396 am__isrc=''
397 am__leading_dot='.'
398 am__nodep='_no'
399 am__quote=''
400 am__tar='$${TAR-tar} chof - "$$tardir"'
401 am__untar='$${TAR-tar} xf -'
402 bindir='${exec_prefix}/bin'
403 build_alias=''
404 datadir='${datarootdir}'
405 datarootdir='${prefix}/share'
406 docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
407 dvidir='${docdir}'
408 exec_prefix='${prefix}'
409 host_alias=''
410 htmldir='${docdir}'
411 includedir='${prefix}/include'
412 infodir='${datarootdir}/info'
413 install_sh='${SHELL} /home/samo/programiranje/trisurf-ng/install-sh'
414 libdir='${exec_prefix}/lib'
415 libexecdir='${exec_prefix}/libexec'
416 localedir='${datarootdir}/locale'
417 localstatedir='${prefix}/var'
418 mandir='${datarootdir}/man'
419 mkdir_p='/bin/mkdir -p'
420 oldincludedir='/usr/include'
421 pdfdir='${docdir}'
422 prefix='/usr/local'
423 program_transform_name='s,x,x,'
424 psdir='${docdir}'
425 sbindir='${exec_prefix}/sbin'
426 sharedstatedir='${prefix}/com'
427 sysconfdir='${prefix}/etc'
428 target_alias=''
429
430 ## ----------- ##
431 ## confdefs.h. ##
432 ## ----------- ##
433
434 /* confdefs.h */
435 #define PACKAGE_NAME "FULL-PACKAGE-NAME"
436 #define PACKAGE_TARNAME "full-package-name"
437 #define PACKAGE_VERSION "VERSION"
438 #define PACKAGE_STRING "FULL-PACKAGE-NAME VERSION"
439 #define PACKAGE_BUGREPORT "BUG-REPORT-ADDRESS"
440 #define PACKAGE_URL ""
441 #define PACKAGE "full-package-name"
442 #define VERSION "VERSION"
443 #define HAVE_LIBCONFUSE 1
444 #define HAVE_LIBM 1
445 #define STDC_HEADERS 1
446 #define HAVE_SYS_TYPES_H 1
447 #define HAVE_SYS_STAT_H 1
448 #define HAVE_STDLIB_H 1
449 #define HAVE_STRING_H 1
450 #define HAVE_MEMORY_H 1
451 #define HAVE_STRINGS_H 1
452 #define HAVE_INTTYPES_H 1
453 #define HAVE_STDINT_H 1
454 #define HAVE_UNISTD_H 1
455 #define HAVE_STDLIB_H 1
456 #define HAVE_STRING_H 1
457 #define HAVE_STDLIB_H 1
458 #define HAVE_MALLOC 1
459 #define HAVE_STDLIB_H 1
460 #define HAVE_REALLOC 1
461 #define HAVE_POW 1
462 #define HAVE_SQRT 1
463 #define HAVE_STRNDUP 1
464
465 configure: exit 0
5bb11d 466
SP 467 ## ---------------------- ##
468 ## Running config.status. ##
469 ## ---------------------- ##
470
471 This file was extended by FULL-PACKAGE-NAME config.status VERSION, which was
472 generated by GNU Autoconf 2.68.  Invocation command line was
473
474   CONFIG_FILES    = 
475   CONFIG_HEADERS  = 
476   CONFIG_LINKS    = 
477   CONFIG_COMMANDS = 
478   $ ./config.status test/Makefile depfiles
479
79fc9c 480 on andromeda
5bb11d 481
SP 482 config.status:873: creating test/Makefile
483 config.status:1102: executing depfiles commands