root/vtcross/branches/wrodgers/config.log @ 277

Revision 277, 26.3 KB (checked in by wrodgers, 15 years ago)

Updating SML functionality

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 vtcross configure 0.0.0, which was
5generated by GNU Autoconf 2.61.  Invocation command line was
6
7  $ ./configure
8
9## --------- ##
10## Platform. ##
11## --------- ##
12
13hostname = wrodgers-desktop
14uname -m = i686
15uname -r = 2.6.24-24-generic
16uname -s = Linux
17uname -v = #1 SMP Wed Apr 15 15:54:25 UTC 2009
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
30PATH: /usr/local/sbin
31PATH: /usr/local/bin
32PATH: /usr/sbin
33PATH: /usr/bin
34PATH: /sbin
35PATH: /bin
36PATH: /usr/games
37
38
39## ----------- ##
40## Core tests. ##
41## ----------- ##
42
43configure:1975: checking for a BSD-compatible install
44configure:2031: result: /usr/bin/install -c
45configure:2042: checking whether build environment is sane
46configure:2085: result: yes
47configure:2150: checking for gawk
48configure:2166: found /usr/bin/gawk
49configure:2177: result: gawk
50configure:2188: checking whether make sets $(MAKE)
51configure:2209: result: yes
52configure:2446: checking for gcc
53configure:2462: found /usr/bin/gcc
54configure:2473: result: gcc
55configure:2711: checking for C compiler version
56configure:2718: gcc --version >&5
57gcc (GCC) 4.2.4 (Ubuntu 4.2.4-1ubuntu3)
58Copyright (C) 2007 Free Software Foundation, Inc.
59This is free software; see the source for copying conditions.  There is NO
60warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
61
62configure:2721: $? = 0
63configure:2728: gcc -v >&5
64Using built-in specs.
65Target: i486-linux-gnu
66Configured with: ../src/configure -v --enable-languages=c,c++,fortran,objc,obj-c++,treelang --prefix=/usr --enable-shared --with-system-zlib --libexecdir=/usr/lib --without-included-gettext --enable-threads=posix --enable-nls --with-gxx-include-dir=/usr/include/c++/4.2 --program-suffix=-4.2 --enable-clocale=gnu --enable-libstdcxx-debug --enable-objc-gc --enable-mpfr --enable-targets=all --enable-checking=release --build=i486-linux-gnu --host=i486-linux-gnu --target=i486-linux-gnu
67Thread model: posix
68gcc version 4.2.4 (Ubuntu 4.2.4-1ubuntu3)
69configure:2731: $? = 0
70configure:2738: gcc -V >&5
71gcc: '-V' option must have argument
72configure:2741: $? = 1
73configure:2764: checking for C compiler default output file name
74configure:2791: gcc    conftest.c  >&5
75configure:2794: $? = 0
76configure:2832: result: a.out
77configure:2849: checking whether the C compiler works
78configure:2859: ./a.out
79configure:2862: $? = 0
80configure:2879: result: yes
81configure:2886: checking whether we are cross compiling
82configure:2888: result: no
83configure:2891: checking for suffix of executables
84configure:2898: gcc -o conftest    conftest.c  >&5
85configure:2901: $? = 0
86configure:2925: result:
87configure:2931: checking for suffix of object files
88configure:2957: gcc -c   conftest.c >&5
89configure:2960: $? = 0
90configure:2983: result: o
91configure:2987: checking whether we are using the GNU C compiler
92configure:3016: gcc -c   conftest.c >&5
93configure:3022: $? = 0
94configure:3039: result: yes
95configure:3044: checking whether gcc accepts -g
96configure:3074: gcc -c -g  conftest.c >&5
97configure:3080: $? = 0
98configure:3179: result: yes
99configure:3196: checking for gcc option to accept ISO C89
100configure:3270: gcc  -c -g -O2  conftest.c >&5
101configure:3276: $? = 0
102configure:3299: result: none needed
103configure:3328: checking for style of include used by make
104configure:3356: result: GNU
105configure:3384: checking dependency style of gcc
106configure:3474: result: gcc3
107configure:3549: checking for g++
108configure:3565: found /usr/bin/g++
109configure:3576: result: g++
110configure:3607: checking for C++ compiler version
111configure:3614: g++ --version >&5
112g++ (GCC) 4.2.4 (Ubuntu 4.2.4-1ubuntu3)
113Copyright (C) 2007 Free Software Foundation, Inc.
114This is free software; see the source for copying conditions.  There is NO
115warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
116
117configure:3617: $? = 0
118configure:3624: g++ -v >&5
119Using built-in specs.
120Target: i486-linux-gnu
121Configured with: ../src/configure -v --enable-languages=c,c++,fortran,objc,obj-c++,treelang --prefix=/usr --enable-shared --with-system-zlib --libexecdir=/usr/lib --without-included-gettext --enable-threads=posix --enable-nls --with-gxx-include-dir=/usr/include/c++/4.2 --program-suffix=-4.2 --enable-clocale=gnu --enable-libstdcxx-debug --enable-objc-gc --enable-mpfr --enable-targets=all --enable-checking=release --build=i486-linux-gnu --host=i486-linux-gnu --target=i486-linux-gnu
122Thread model: posix
123gcc version 4.2.4 (Ubuntu 4.2.4-1ubuntu3)
124configure:3627: $? = 0
125configure:3634: g++ -V >&5
126g++: '-V' option must have argument
127configure:3637: $? = 1
128configure:3640: checking whether we are using the GNU C++ compiler
129configure:3669: g++ -c   conftest.cpp >&5
130configure:3675: $? = 0
131configure:3692: result: yes
132configure:3697: checking whether g++ accepts -g
133configure:3727: g++ -c -g  conftest.cpp >&5
134configure:3733: $? = 0
135configure:3832: result: yes
136configure:3857: checking dependency style of g++
137configure:3947: result: gcc3
138configure:4042: checking build system type
139configure:4060: result: i686-pc-linux-gnu
140configure:4082: checking host system type
141configure:4097: result: i686-pc-linux-gnu
142configure:4119: checking for a sed that does not truncate output
143configure:4175: result: /bin/sed
144configure:4178: checking for grep that handles long lines and -e
145configure:4252: result: /bin/grep
146configure:4257: checking for egrep
147configure:4335: result: /bin/grep -E
148configure:4351: checking for ld used by gcc
149configure:4418: result: /usr/bin/ld
150configure:4427: checking if the linker (/usr/bin/ld) is GNU ld
151configure:4442: result: yes
152configure:4447: checking for /usr/bin/ld option to reload object files
153configure:4454: result: -r
154configure:4472: checking for BSD-compatible nm
155configure:4521: result: /usr/bin/nm -B
156configure:4525: checking whether ln -s works
157configure:4529: result: yes
158configure:4536: checking how to recognize dependent libraries
159configure:4722: result: pass_all
160configure:4967: checking how to run the C preprocessor
161configure:5007: gcc -E  conftest.c
162configure:5013: $? = 0
163configure:5044: gcc -E  conftest.c
164conftest.c:10:28: error: ac_nonexistent.h: No such file or directory
165configure:5050: $? = 1
166configure: failed program was:
167| /* confdefs.h.  */
168| #define PACKAGE_NAME "vtcross"
169| #define PACKAGE_TARNAME "vtcross"
170| #define PACKAGE_VERSION "0.0.0"
171| #define PACKAGE_STRING "vtcross 0.0.0"
172| #define PACKAGE_BUGREPORT ""
173| #define PACKAGE "vtcross"
174| #define VERSION "0.0.0"
175| /* end confdefs.h.  */
176| #include <ac_nonexistent.h>
177configure:5083: result: gcc -E
178configure:5112: gcc -E  conftest.c
179configure:5118: $? = 0
180configure:5149: gcc -E  conftest.c
181conftest.c:10:28: error: ac_nonexistent.h: No such file or directory
182configure:5155: $? = 1
183configure: failed program was:
184| /* confdefs.h.  */
185| #define PACKAGE_NAME "vtcross"
186| #define PACKAGE_TARNAME "vtcross"
187| #define PACKAGE_VERSION "0.0.0"
188| #define PACKAGE_STRING "vtcross 0.0.0"
189| #define PACKAGE_BUGREPORT ""
190| #define PACKAGE "vtcross"
191| #define VERSION "0.0.0"
192| /* end confdefs.h.  */
193| #include <ac_nonexistent.h>
194configure:5193: checking for ANSI C header files
195configure:5223: gcc -c -g -O2  conftest.c >&5
196configure:5229: $? = 0
197configure:5328: gcc -o conftest -g -O2   conftest.c  >&5
198configure:5331: $? = 0
199configure:5337: ./conftest
200configure:5340: $? = 0
201configure:5357: result: yes
202configure:5381: checking for sys/types.h
203configure:5402: gcc -c -g -O2  conftest.c >&5
204configure:5408: $? = 0
205configure:5424: result: yes
206configure:5381: checking for sys/stat.h
207configure:5402: gcc -c -g -O2  conftest.c >&5
208configure:5408: $? = 0
209configure:5424: result: yes
210configure:5381: checking for stdlib.h
211configure:5402: gcc -c -g -O2  conftest.c >&5
212configure:5408: $? = 0
213configure:5424: result: yes
214configure:5381: checking for string.h
215configure:5402: gcc -c -g -O2  conftest.c >&5
216configure:5408: $? = 0
217configure:5424: result: yes
218configure:5381: checking for memory.h
219configure:5402: gcc -c -g -O2  conftest.c >&5
220configure:5408: $? = 0
221configure:5424: result: yes
222configure:5381: checking for strings.h
223configure:5402: gcc -c -g -O2  conftest.c >&5
224configure:5408: $? = 0
225configure:5424: result: yes
226configure:5381: checking for inttypes.h
227configure:5402: gcc -c -g -O2  conftest.c >&5
228configure:5408: $? = 0
229configure:5424: result: yes
230configure:5381: checking for stdint.h
231configure:5402: gcc -c -g -O2  conftest.c >&5
232configure:5408: $? = 0
233configure:5424: result: yes
234configure:5381: checking for unistd.h
235configure:5402: gcc -c -g -O2  conftest.c >&5
236configure:5408: $? = 0
237configure:5424: result: yes
238configure:5451: checking dlfcn.h usability
239configure:5468: gcc -c -g -O2  conftest.c >&5
240configure:5474: $? = 0
241configure:5488: result: yes
242configure:5492: checking dlfcn.h presence
243configure:5507: gcc -E  conftest.c
244configure:5513: $? = 0
245configure:5527: result: yes
246configure:5555: checking for dlfcn.h
247configure:5563: result: yes
248configure:5586: checking how to run the C++ preprocessor
249configure:5622: g++ -E  conftest.cpp
250configure:5628: $? = 0
251configure:5659: g++ -E  conftest.cpp
252conftest.cpp:21:28: error: ac_nonexistent.h: No such file or directory
253configure:5665: $? = 1
254configure: failed program was:
255| /* confdefs.h.  */
256| #define PACKAGE_NAME "vtcross"
257| #define PACKAGE_TARNAME "vtcross"
258| #define PACKAGE_VERSION "0.0.0"
259| #define PACKAGE_STRING "vtcross 0.0.0"
260| #define PACKAGE_BUGREPORT ""
261| #define PACKAGE "vtcross"
262| #define VERSION "0.0.0"
263| #define STDC_HEADERS 1
264| #define HAVE_SYS_TYPES_H 1
265| #define HAVE_SYS_STAT_H 1
266| #define HAVE_STDLIB_H 1
267| #define HAVE_STRING_H 1
268| #define HAVE_MEMORY_H 1
269| #define HAVE_STRINGS_H 1
270| #define HAVE_INTTYPES_H 1
271| #define HAVE_STDINT_H 1
272| #define HAVE_UNISTD_H 1
273| #define HAVE_DLFCN_H 1
274| /* end confdefs.h.  */
275| #include <ac_nonexistent.h>
276configure:5698: result: g++ -E
277configure:5727: g++ -E  conftest.cpp
278configure:5733: $? = 0
279configure:5764: g++ -E  conftest.cpp
280conftest.cpp:21:28: error: ac_nonexistent.h: No such file or directory
281configure:5770: $? = 1
282configure: failed program was:
283| /* confdefs.h.  */
284| #define PACKAGE_NAME "vtcross"
285| #define PACKAGE_TARNAME "vtcross"
286| #define PACKAGE_VERSION "0.0.0"
287| #define PACKAGE_STRING "vtcross 0.0.0"
288| #define PACKAGE_BUGREPORT ""
289| #define PACKAGE "vtcross"
290| #define VERSION "0.0.0"
291| #define STDC_HEADERS 1
292| #define HAVE_SYS_TYPES_H 1
293| #define HAVE_SYS_STAT_H 1
294| #define HAVE_STDLIB_H 1
295| #define HAVE_STRING_H 1
296| #define HAVE_MEMORY_H 1
297| #define HAVE_STRINGS_H 1
298| #define HAVE_INTTYPES_H 1
299| #define HAVE_STDINT_H 1
300| #define HAVE_UNISTD_H 1
301| #define HAVE_DLFCN_H 1
302| /* end confdefs.h.  */
303| #include <ac_nonexistent.h>
304configure:5863: checking for g77
305configure:5879: found /usr/bin/g77
306configure:5890: result: g77
307configure:5920: checking for Fortran 77 compiler version
308configure:5927: g77 --version >&5
309GNU Fortran (GCC) 3.4.6 (Ubuntu 3.4.6-6ubuntu5)
310Copyright (C) 2006 Free Software Foundation, Inc.
311
312GNU Fortran comes with NO WARRANTY, to the extent permitted by law.
313You may redistribute copies of GNU Fortran
314under the terms of the GNU General Public License.
315For more information about these matters, see the file named COPYING
316or type the command `info -f g77 Copying'.
317configure:5930: $? = 0
318configure:5937: g77 -v >&5
319Reading specs from /usr/lib/gcc/i486-linux-gnu/3.4.6/specs
320Configured with: ../src/configure -v --enable-languages=c,c++,f77,pascal --prefix=/usr --libexecdir=/usr/lib --with-gxx-include-dir=/usr/include/c++/3.4 --enable-shared --with-system-zlib --enable-nls --without-included-gettext --program-suffix=-3.4 --enable-__cxa_atexit --enable-clocale=gnu --enable-libstdcxx-debug --with-tune=pentium4 i486-linux-gnu
321Thread model: posix
322gcc version 3.4.6 (Ubuntu 3.4.6-6ubuntu5)
323configure:5940: $? = 0
324configure:5947: g77 -V >&5
325g77: `-V' option must have argument
326configure:5950: $? = 1
327configure:5958: checking whether we are using the GNU Fortran 77 compiler
328configure:5977: g77 -c  conftest.F >&5
329configure:5983: $? = 0
330configure:6000: result: yes
331configure:6006: checking whether g77 accepts -g
332configure:6023: g77 -c -g conftest.f >&5
333configure:6029: $? = 0
334configure:6045: result: yes
335configure:6074: checking the maximum length of command line arguments
336configure:6186: result: 98304
337configure:6198: checking command to parse /usr/bin/nm -B output from gcc object
338configure:6303: gcc -c -g -O2  conftest.c >&5
339configure:6306: $? = 0
340configure:6310: /usr/bin/nm -B conftest.o \| sed -n -e 's/^.*[  ]\([ABCDGIRSTW][ABCDGIRSTW]*\)[         ][      ]*\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2 \2/p' \> conftest.nm
341configure:6313: $? = 0
342configure:6365: gcc -o conftest -g -O2   conftest.c conftstm.o >&5
343configure:6368: $? = 0
344configure:6406: result: ok
345configure:6410: checking for objdir
346configure:6425: result: .libs
347configure:6517: checking for ar
348configure:6533: found /usr/bin/ar
349configure:6544: result: ar
350configure:6613: checking for ranlib
351configure:6629: found /usr/bin/ranlib
352configure:6640: result: ranlib
353configure:6709: checking for strip
354configure:6725: found /usr/bin/strip
355configure:6736: result: strip
356configure:7334: checking if gcc supports -fno-rtti -fno-exceptions
357configure:7352: gcc -c -g -O2  -fno-rtti -fno-exceptions conftest.c >&5
358cc1: warning: command line option "-fno-rtti" is valid for C++/ObjC++ but not for C
359configure:7356: $? = 0
360configure:7369: result: no
361configure:7384: checking for gcc option to produce PIC
362configure:7616: result: -fPIC
363configure:7624: checking if gcc PIC flag -fPIC works
364configure:7642: gcc -c -g -O2  -fPIC -DPIC conftest.c >&5
365configure:7646: $? = 0
366configure:7659: result: yes
367configure:7687: checking if gcc static flag -static works
368configure:7715: result: yes
369configure:7725: checking if gcc supports -c -o file.o
370configure:7746: gcc -c -g -O2  -o out/conftest2.o conftest.c >&5
371configure:7750: $? = 0
372configure:7772: result: yes
373configure:7798: checking whether the gcc linker (/usr/bin/ld) supports shared libraries
374configure:8779: result: yes
375configure:8800: checking whether -lc should be explicitly linked in
376configure:8805: gcc -c -g -O2  conftest.c >&5
377configure:8808: $? = 0
378configure:8823: gcc -shared conftest.o  -v -Wl,-soname -Wl,conftest -o conftest 2\>\&1 \| grep  -lc  \>/dev/null 2\>\&1
379configure:8826: $? = 0
380configure:8838: result: no
381configure:8846: checking dynamic linker characteristics
382configure:9460: result: GNU/Linux ld.so
383configure:9484: checking how to hardcode library paths into programs
384configure:9509: result: immediate
385configure:9523: checking whether stripping libraries is possible
386configure:9528: result: yes
387configure:10330: checking if libtool supports shared libraries
388configure:10332: result: yes
389configure:10335: checking whether to build shared libraries
390configure:10356: result: yes
391configure:10359: checking whether to build static libraries
392configure:10363: result: yes
393configure:10457: creating libtool
394configure:11050: checking for ld used by g++
395configure:11117: result: /usr/bin/ld
396configure:11126: checking if the linker (/usr/bin/ld) is GNU ld
397configure:11141: result: yes
398configure:11192: checking whether the g++ linker (/usr/bin/ld) supports shared libraries
399configure:12138: result: yes
400configure:12155: g++ -c -g -O2  conftest.cpp >&5
401configure:12158: $? = 0
402configure:12314: checking for g++ option to produce PIC
403configure:12598: result: -fPIC
404configure:12606: checking if g++ PIC flag -fPIC works
405configure:12624: g++ -c -g -O2  -fPIC -DPIC conftest.cpp >&5
406configure:12628: $? = 0
407configure:12641: result: yes
408configure:12669: checking if g++ static flag -static works
409configure:12697: result: yes
410configure:12707: checking if g++ supports -c -o file.o
411configure:12728: g++ -c -g -O2  -o out/conftest2.o conftest.cpp >&5
412configure:12732: $? = 0
413configure:12754: result: yes
414configure:12780: checking whether the g++ linker (/usr/bin/ld) supports shared libraries
415configure:12809: result: yes
416configure:12876: checking dynamic linker characteristics
417configure:13438: result: GNU/Linux ld.so
418configure:13462: checking how to hardcode library paths into programs
419configure:13487: result: immediate
420configure:14026: checking if libtool supports shared libraries
421configure:14028: result: yes
422configure:14031: checking whether to build shared libraries
423configure:14051: result: yes
424configure:14054: checking whether to build static libraries
425configure:14058: result: yes
426configure:14068: checking for g77 option to produce PIC
427configure:14300: result: -fPIC
428configure:14308: checking if g77 PIC flag -fPIC works
429configure:14326: g77 -c -g -O2 -fPIC conftest.f >&5
430configure:14330: $? = 0
431configure:14343: result: yes
432configure:14371: checking if g77 static flag -static works
433configure:14399: result: yes
434configure:14409: checking if g77 supports -c -o file.o
435configure:14430: g77 -c -g -O2 -o out/conftest2.o conftest.f >&5
436configure:14434: $? = 0
437configure:14456: result: yes
438configure:14482: checking whether the g77 linker (/usr/bin/ld) supports shared libraries
439configure:15443: result: yes
440configure:15510: checking dynamic linker characteristics
441configure:16072: result: GNU/Linux ld.so
442configure:16096: checking how to hardcode library paths into programs
443configure:16121: result: immediate
444configure:19747: checking for a BSD-compatible install
445configure:19803: result: /usr/bin/install -c
446configure:19822: checking for sqlite3_open in -lsqlite3
447configure:19857: gcc -o conftest -g -O2   conftest.c -lsqlite3   >&5
448configure:19863: $? = 0
449configure:19881: result: yes
450configure:20026: creating ./config.status
451
452## ---------------------- ##
453## Running config.status. ##
454## ---------------------- ##
455
456This file was extended by vtcross config.status 0.0.0, which was
457generated by GNU Autoconf 2.61.  Invocation command line was
458
459  CONFIG_FILES    =
460  CONFIG_HEADERS  =
461  CONFIG_LINKS    =
462  CONFIG_COMMANDS =
463  $ ./config.status
464
465on wrodgers-desktop
466
467config.status:675: creating Makefile
468config.status:675: creating doc/Makefile
469config.status:675: creating src/Makefile
470config.status:675: creating src/shell/Makefile
471config.status:675: creating src/libvtcross/Makefile
472config.status:675: creating src/cognitive_engines/Makefile
473config.status:675: creating src/policy_engines/Makefile
474config.status:675: creating src/service_management_layer/Makefile
475config.status:675: creating src/lib/tinyxml/Makefile
476config.status:675: creating src/lib/socketcomm/Makefile
477config.status:675: creating src/include/Makefile
478config.status:675: creating src/include/vtcross/Makefile
479config.status:675: creating src/include/tinyxml/Makefile
480config.status:675: creating src/lib/Makefile
481config.status:675: creating src/include/vtcross/config.h
482config.status:897: src/include/vtcross/config.h is unchanged
483config.status:943: executing depfiles commands
484
485## ---------------- ##
486## Cache variables. ##
487## ---------------- ##
488
489ac_cv_build=i686-pc-linux-gnu
490ac_cv_c_compiler_gnu=yes
491ac_cv_cxx_compiler_gnu=yes
492ac_cv_env_CCC_set=
493ac_cv_env_CCC_value=
494ac_cv_env_CC_set=
495ac_cv_env_CC_value=
496ac_cv_env_CFLAGS_set=
497ac_cv_env_CFLAGS_value=
498ac_cv_env_CPPFLAGS_set=
499ac_cv_env_CPPFLAGS_value=
500ac_cv_env_CPP_set=
501ac_cv_env_CPP_value=
502ac_cv_env_CXXCPP_set=
503ac_cv_env_CXXCPP_value=
504ac_cv_env_CXXFLAGS_set=
505ac_cv_env_CXXFLAGS_value=
506ac_cv_env_CXX_set=
507ac_cv_env_CXX_value=
508ac_cv_env_F77_set=
509ac_cv_env_F77_value=
510ac_cv_env_FFLAGS_set=
511ac_cv_env_FFLAGS_value=
512ac_cv_env_LDFLAGS_set=
513ac_cv_env_LDFLAGS_value=
514ac_cv_env_LIBS_set=
515ac_cv_env_LIBS_value=
516ac_cv_env_build_alias_set=
517ac_cv_env_build_alias_value=
518ac_cv_env_host_alias_set=
519ac_cv_env_host_alias_value=
520ac_cv_env_target_alias_set=
521ac_cv_env_target_alias_value=
522ac_cv_f77_compiler_gnu=yes
523ac_cv_header_dlfcn_h=yes
524ac_cv_header_inttypes_h=yes
525ac_cv_header_memory_h=yes
526ac_cv_header_stdc=yes
527ac_cv_header_stdint_h=yes
528ac_cv_header_stdlib_h=yes
529ac_cv_header_string_h=yes
530ac_cv_header_strings_h=yes
531ac_cv_header_sys_stat_h=yes
532ac_cv_header_sys_types_h=yes
533ac_cv_header_unistd_h=yes
534ac_cv_host=i686-pc-linux-gnu
535ac_cv_lib_sqlite3_sqlite3_open=yes
536ac_cv_objext=o
537ac_cv_path_EGREP='/bin/grep -E'
538ac_cv_path_GREP=/bin/grep
539ac_cv_path_install='/usr/bin/install -c'
540ac_cv_prog_AWK=gawk
541ac_cv_prog_CPP='gcc -E'
542ac_cv_prog_CXXCPP='g++ -E'
543ac_cv_prog_ac_ct_AR=ar
544ac_cv_prog_ac_ct_CC=gcc
545ac_cv_prog_ac_ct_CXX=g++
546ac_cv_prog_ac_ct_F77=g77
547ac_cv_prog_ac_ct_RANLIB=ranlib
548ac_cv_prog_ac_ct_STRIP=strip
549ac_cv_prog_cc_c89=
550ac_cv_prog_cc_g=yes
551ac_cv_prog_cxx_g=yes
552ac_cv_prog_f77_g=yes
553ac_cv_prog_make_make_set=yes
554am_cv_CC_dependencies_compiler_type=gcc3
555am_cv_CXX_dependencies_compiler_type=gcc3
556lt_cv_deplibs_check_method=pass_all
557lt_cv_file_magic_cmd='$MAGIC_CMD'
558lt_cv_file_magic_test_file=
559lt_cv_ld_reload_flag=-r
560lt_cv_objdir=.libs
561lt_cv_path_LD=/usr/bin/ld
562lt_cv_path_LDCXX=/usr/bin/ld
563lt_cv_path_NM='/usr/bin/nm -B'
564lt_cv_path_SED=/bin/sed
565lt_cv_prog_compiler_c_o=yes
566lt_cv_prog_compiler_c_o_CXX=yes
567lt_cv_prog_compiler_c_o_F77=yes
568lt_cv_prog_compiler_pic_works=yes
569lt_cv_prog_compiler_pic_works_CXX=yes
570lt_cv_prog_compiler_pic_works_F77=yes
571lt_cv_prog_compiler_rtti_exceptions=no
572lt_cv_prog_compiler_static_works=yes
573lt_cv_prog_compiler_static_works_CXX=yes
574lt_cv_prog_compiler_static_works_F77=yes
575lt_cv_prog_gnu_ld=yes
576lt_cv_prog_gnu_ldcxx=yes
577lt_cv_sys_global_symbol_pipe='sed -n -e '\''s/^.*[      ]\([ABCDGIRSTW][ABCDGIRSTW]*\)[         ][      ]*\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2 \2/p'\'''
578lt_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'\'''
579lt_cv_sys_global_symbol_to_cdecl='sed -n -e '\''s/^. .* \(.*\)$/extern int \1;/p'\'''
580lt_cv_sys_lib_dlsearch_path_spec='/lib /usr/lib /lib/i486-linux-gnu /usr/lib/i486-linux-gnu /usr/local/lib '
581lt_cv_sys_lib_search_path_spec='/usr/lib/gcc/i486-linux-gnu/4.2.4 /usr/lib /lib'
582lt_cv_sys_max_cmd_len=98304
583lt_lt_cv_prog_compiler_c_o='"yes"'
584lt_lt_cv_prog_compiler_c_o_CXX='"yes"'
585lt_lt_cv_prog_compiler_c_o_F77='"yes"'
586lt_lt_cv_sys_global_symbol_pipe='"sed -n -e '\''s/^.*[  ]\\([ABCDGIRSTW][ABCDGIRSTW]*\\)[       ][      ]*\\([_A-Za-z][_A-Za-z0-9]*\\)\$/\\1 \\2 \\2/p'\''"'
587lt_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'\''"'
588lt_lt_cv_sys_global_symbol_to_cdecl='"sed -n -e '\''s/^. .* \\(.*\\)\$/extern int \\1;/p'\''"'
589
590## ----------------- ##
591## Output variables. ##
592## ----------------- ##
593
594ACLOCAL='${SHELL} /home/wrodgers/vtcornet/vtcross/branches/wrodgers/missing --run aclocal-1.9'
595AMDEPBACKSLASH='\'
596AMDEP_FALSE='#'
597AMDEP_TRUE=''
598AMTAR='${SHELL} /home/wrodgers/vtcornet/vtcross/branches/wrodgers/missing --run tar'
599AR='ar'
600AUTOCONF='${SHELL} /home/wrodgers/vtcornet/vtcross/branches/wrodgers/missing --run autoconf'
601AUTOHEADER='${SHELL} /home/wrodgers/vtcornet/vtcross/branches/wrodgers/missing --run autoheader'
602AUTOMAKE='${SHELL} /home/wrodgers/vtcornet/vtcross/branches/wrodgers/missing --run automake-1.9'
603AWK='gawk'
604CC='gcc'
605CCDEPMODE='depmode=gcc3'
606CFLAGS='-g -O2'
607CPP='gcc -E'
608CPPFLAGS=''
609CXX='g++'
610CXXCPP='g++ -E'
611CXXDEPMODE='depmode=gcc3'
612CXXFLAGS='-g -O2'
613CYGPATH_W='echo'
614DEFS='-DHAVE_CONFIG_H'
615DEPDIR='.deps'
616DSYMUTIL=''
617ECHO='echo'
618ECHO_C=''
619ECHO_N='-n'
620ECHO_T=''
621EGREP='/bin/grep -E'
622EXEEXT=''
623F77='g77'
624FFLAGS='-g -O2'
625GREP='/bin/grep'
626INSTALL_DATA='${INSTALL} -m 644'
627INSTALL_PROGRAM='${INSTALL}'
628INSTALL_SCRIPT='${INSTALL}'
629INSTALL_STRIP_PROGRAM='${SHELL} $(install_sh) -c -s'
630LDFLAGS=''
631LIBOBJS=''
632LIBS='-lsqlite3 '
633LIBTOOL='$(SHELL) $(top_builddir)/libtool'
634LN_S='ln -s'
635LTLIBOBJS=''
636MAKEINFO='${SHELL} /home/wrodgers/vtcornet/vtcross/branches/wrodgers/missing --run makeinfo'
637NMEDIT=''
638OBJEXT='o'
639PACKAGE='vtcross'
640PACKAGE_BUGREPORT=''
641PACKAGE_NAME='vtcross'
642PACKAGE_STRING='vtcross 0.0.0'
643PACKAGE_TARNAME='vtcross'
644PACKAGE_VERSION='0.0.0'
645PATH_SEPARATOR=':'
646RANLIB='ranlib'
647SED='/bin/sed'
648SET_MAKE=''
649SHELL='/bin/bash'
650STRIP='strip'
651VERSION='0.0.0'
652ac_ct_CC='gcc'
653ac_ct_CXX='g++'
654ac_ct_F77='g77'
655am__fastdepCC_FALSE='#'
656am__fastdepCC_TRUE=''
657am__fastdepCXX_FALSE='#'
658am__fastdepCXX_TRUE=''
659am__include='include'
660am__leading_dot='.'
661am__quote=''
662am__tar='${AMTAR} chof - "$$tardir"'
663am__untar='${AMTAR} xf -'
664bindir='${exec_prefix}/bin'
665build='i686-pc-linux-gnu'
666build_alias=''
667build_cpu='i686'
668build_os='linux-gnu'
669build_vendor='pc'
670datadir='${datarootdir}'
671datarootdir='${prefix}/share'
672docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
673dvidir='${docdir}'
674exec_prefix='${prefix}'
675host='i686-pc-linux-gnu'
676host_alias=''
677host_cpu='i686'
678host_os='linux-gnu'
679host_vendor='pc'
680htmldir='${docdir}'
681includedir='${prefix}/include'
682infodir='${datarootdir}/info'
683install_sh='/home/wrodgers/vtcornet/vtcross/branches/wrodgers/install-sh'
684libdir='${exec_prefix}/lib'
685libexecdir='${exec_prefix}/libexec'
686localedir='${datarootdir}/locale'
687localstatedir='${prefix}/var'
688mandir='${datarootdir}/man'
689mkdir_p='mkdir -p --'
690oldincludedir='/usr/include'
691pdfdir='${docdir}'
692prefix='/usr/local'
693program_transform_name='s,x,x,'
694psdir='${docdir}'
695sbindir='${exec_prefix}/sbin'
696sharedstatedir='${prefix}/com'
697sysconfdir='${prefix}/etc'
698target_alias=''
699
700## ----------- ##
701## confdefs.h. ##
702## ----------- ##
703
704#define PACKAGE_NAME "vtcross"
705#define PACKAGE_TARNAME "vtcross"
706#define PACKAGE_VERSION "0.0.0"
707#define PACKAGE_STRING "vtcross 0.0.0"
708#define PACKAGE_BUGREPORT ""
709#define PACKAGE "vtcross"
710#define VERSION "0.0.0"
711#define STDC_HEADERS 1
712#define HAVE_SYS_TYPES_H 1
713#define HAVE_SYS_STAT_H 1
714#define HAVE_STDLIB_H 1
715#define HAVE_STRING_H 1
716#define HAVE_MEMORY_H 1
717#define HAVE_STRINGS_H 1
718#define HAVE_INTTYPES_H 1
719#define HAVE_STDINT_H 1
720#define HAVE_UNISTD_H 1
721#define HAVE_DLFCN_H 1
722#define HAVE_LIBSQLITE3 1
723
724configure: exit 0
725
726## ---------------------- ##
727## Running config.status. ##
728## ---------------------- ##
729
730This file was extended by vtcross config.status 0.0.0, which was
731generated by GNU Autoconf 2.61.  Invocation command line was
732
733  CONFIG_FILES    =
734  CONFIG_HEADERS  =
735  CONFIG_LINKS    =
736  CONFIG_COMMANDS =
737  $ ./config.status src/service_management_layer/Makefile depfiles
738
739on wrodgers-desktop
740
741config.status:675: creating src/service_management_layer/Makefile
742config.status:943: executing depfiles commands
743
744## ---------------------- ##
745## Running config.status. ##
746## ---------------------- ##
747
748This file was extended by vtcross config.status 0.0.0, which was
749generated by GNU Autoconf 2.61.  Invocation command line was
750
751  CONFIG_FILES    =
752  CONFIG_HEADERS  =
753  CONFIG_LINKS    =
754  CONFIG_COMMANDS =
755  $ ./config.status src/service_management_layer/Makefile depfiles
756
757on wrodgers-desktop
758
759config.status:675: creating src/service_management_layer/Makefile
760config.status:943: executing depfiles commands
Note: See TracBrowser for help on using the browser.