root/foundation-apps/grosview-maxx/config.log

Revision 2, 21.4 KB (checked in by emasson, 3 years ago)

initial import for the community edition

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 configure, which was
5generated by GNU Autoconf 2.59.  Invocation command line was
6
7  $ ./configure
8
9## --------- ##
10## Platform. ##
11## --------- ##
12
13hostname = linux-w271
14uname -m = x86_64
15uname -r = 2.6.16.60-0.31-smp
16uname -s = Linux
17uname -v = #1 SMP Tue Oct 7 16:16:29 UTC 2008
18
19/usr/bin/uname -p = unknown
20/bin/uname -X     = unknown
21
22/bin/arch              = x86_64
23/usr/bin/arch -k       = unknown
24/usr/convex/getsysinfo = unknown
25hostinfo               = unknown
26/bin/machine           = unknown
27/usr/bin/oslevel       = unknown
28/bin/universe          = unknown
29
30PATH: /usr/local/bin
31PATH: /usr/bin
32PATH: /usr/X11R6/bin
33PATH: /bin
34PATH: /usr/games
35PATH: /opt/gnome/bin
36PATH: /opt/kde3/bin
37PATH: /usr/lib/jvm/jre/bin
38PATH: /usr/lib/mit/bin
39PATH: /usr/lib/mit/sbin
40PATH: /opt/MaXX/bin64
41
42
43## ----------- ##
44## Core tests. ##
45## ----------- ##
46
47configure:1357: checking build system type
48configure:1375: result: x86_64-unknown-linux-gnu
49configure:1383: checking host system type
50configure:1397: result: x86_64-unknown-linux-gnu
51configure:1457: checking for g++
52configure:1473: found /usr/bin/g++
53configure:1483: result: g++
54configure:1499: checking for C++ compiler version
55configure:1502: g++ --version </dev/null >&5
56g++ (GCC) 4.1.2 20070115 (SUSE Linux)
57Copyright (C) 2006 Free Software Foundation, Inc.
58This is free software; see the source for copying conditions.  There is NO
59warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
60
61configure:1505: $? = 0
62configure:1507: g++ -v </dev/null >&5
63Using built-in specs.
64Target: x86_64-suse-linux
65Configured with: ../configure --enable-threads=posix --prefix=/usr --with-local-prefix=/usr/local --infodir=/usr/share/info --mandir=/usr/share/man --libdir=/usr/lib64 --libexecdir=/usr/lib64 --enable-languages=c,c++,objc,fortran,obj-c++,java,ada --enable-checking=release --with-gxx-include-dir=/usr/include/c++/4.1.2 --enable-ssp --disable-libssp --disable-libgcj --with-slibdir=/lib64 --with-system-zlib --enable-shared --enable-__cxa_atexit --enable-libstdcxx-allocator=new --program-suffix= --enable-version-specific-runtime-libs --without-system-libunwind --with-cpu=generic --host=x86_64-suse-linux
66Thread model: posix
67gcc version 4.1.2 20070115 (SUSE Linux)
68configure:1510: $? = 0
69configure:1512: g++ -V </dev/null >&5
70g++: '-V' option must have argument
71configure:1515: $? = 1
72configure:1538: checking for C++ compiler default output file name
73configure:1541: g++    conftest.cc  >&5
74configure:1544: $? = 0
75configure:1590: result: a.out
76configure:1595: checking whether the C++ compiler works
77configure:1601: ./a.out
78configure:1604: $? = 0
79configure:1621: result: yes
80configure:1628: checking whether we are cross compiling
81configure:1630: result: no
82configure:1633: checking for suffix of executables
83configure:1635: g++ -o conftest    conftest.cc  >&5
84configure:1638: $? = 0
85configure:1663: result:
86configure:1669: checking for suffix of object files
87configure:1690: g++ -c   conftest.cc >&5
88configure:1693: $? = 0
89configure:1715: result: o
90configure:1719: checking whether we are using the GNU C++ compiler
91configure:1743: g++ -c   conftest.cc >&5
92configure:1749: $? = 0
93configure:1753: test -z
94                         || test ! -s conftest.err
95configure:1756: $? = 0
96configure:1759: test -s conftest.o
97configure:1762: $? = 0
98configure:1775: result: yes
99configure:1781: checking whether g++ accepts -g
100configure:1802: g++ -c -g  conftest.cc >&5
101configure:1808: $? = 0
102configure:1812: test -z
103                         || test ! -s conftest.err
104configure:1815: $? = 0
105configure:1818: test -s conftest.o
106configure:1821: $? = 0
107configure:1832: result: yes
108configure:1874: g++ -c -g -O2  conftest.cc >&5
109configure:1880: $? = 0
110configure:1884: test -z
111                         || test ! -s conftest.err
112configure:1887: $? = 0
113configure:1890: test -s conftest.o
114configure:1893: $? = 0
115configure:1919: g++ -c -g -O2  conftest.cc >&5
116conftest.cc: In function 'int main()':
117conftest.cc:13: error: 'exit' was not declared in this scope
118configure:1925: $? = 1
119configure: failed program was:
120| /* confdefs.h.  */
121|
122| #define PACKAGE_NAME ""
123| #define PACKAGE_TARNAME ""
124| #define PACKAGE_VERSION ""
125| #define PACKAGE_STRING ""
126| #define PACKAGE_BUGREPORT ""
127| /* end confdefs.h.  */
128|
129| int
130| main ()
131| {
132| exit (42);
133|   ;
134|   return 0;
135| }
136configure:1874: g++ -c -g -O2  conftest.cc >&5
137configure:1880: $? = 0
138configure:1884: test -z
139                         || test ! -s conftest.err
140configure:1887: $? = 0
141configure:1890: test -s conftest.o
142configure:1893: $? = 0
143configure:1919: g++ -c -g -O2  conftest.cc >&5
144configure:1925: $? = 0
145configure:1929: test -z
146                         || test ! -s conftest.err
147configure:1932: $? = 0
148configure:1935: test -s conftest.o
149configure:1938: $? = 0
150configure:1964: checking whether g++ supports bool types
151configure:1994: g++ -c -g -O2  conftest.cc >&5
152configure:2000: $? = 0
153configure:2004: test -z
154                         || test ! -s conftest.err
155configure:2007: $? = 0
156configure:2010: test -s conftest.o
157configure:2013: $? = 0
158configure:2032: result: yes
159configure:2043: checking whether g++ supports long long types
160configure:2073: g++ -c -g -O2  conftest.cc >&5
161configure:2079: $? = 0
162configure:2083: test -z
163                         || test ! -s conftest.err
164configure:2086: $? = 0
165configure:2089: test -s conftest.o
166configure:2092: $? = 0
167configure:2111: result: yes
168configure:2171: checking for gcc
169configure:2187: found /usr/bin/gcc
170configure:2197: result: gcc
171configure:2441: checking for C compiler version
172configure:2444: gcc --version </dev/null >&5
173gcc (GCC) 4.1.2 20070115 (SUSE Linux)
174Copyright (C) 2006 Free Software Foundation, Inc.
175This is free software; see the source for copying conditions.  There is NO
176warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
177
178configure:2447: $? = 0
179configure:2449: gcc -v </dev/null >&5
180Using built-in specs.
181Target: x86_64-suse-linux
182Configured with: ../configure --enable-threads=posix --prefix=/usr --with-local-prefix=/usr/local --infodir=/usr/share/info --mandir=/usr/share/man --libdir=/usr/lib64 --libexecdir=/usr/lib64 --enable-languages=c,c++,objc,fortran,obj-c++,java,ada --enable-checking=release --with-gxx-include-dir=/usr/include/c++/4.1.2 --enable-ssp --disable-libssp --disable-libgcj --with-slibdir=/lib64 --with-system-zlib --enable-shared --enable-__cxa_atexit --enable-libstdcxx-allocator=new --program-suffix= --enable-version-specific-runtime-libs --without-system-libunwind --with-cpu=generic --host=x86_64-suse-linux
183Thread model: posix
184gcc version 4.1.2 20070115 (SUSE Linux)
185configure:2452: $? = 0
186configure:2454: gcc -V </dev/null >&5
187gcc: '-V' option must have argument
188configure:2457: $? = 1
189configure:2460: checking whether we are using the GNU C compiler
190configure:2484: gcc -c   conftest.c >&5
191configure:2490: $? = 0
192configure:2494: test -z
193                         || test ! -s conftest.err
194configure:2497: $? = 0
195configure:2500: test -s conftest.o
196configure:2503: $? = 0
197configure:2516: result: yes
198configure:2522: checking whether gcc accepts -g
199configure:2543: gcc -c -g  conftest.c >&5
200configure:2549: $? = 0
201configure:2553: test -z
202                         || test ! -s conftest.err
203configure:2556: $? = 0
204configure:2559: test -s conftest.o
205configure:2562: $? = 0
206configure:2573: result: yes
207configure:2590: checking for gcc option to accept ANSI C
208configure:2660: gcc  -c -g -O2  conftest.c >&5
209configure:2666: $? = 0
210configure:2670: test -z
211                         || test ! -s conftest.err
212configure:2673: $? = 0
213configure:2676: test -s conftest.o
214configure:2679: $? = 0
215configure:2697: result: none needed
216configure:2715: gcc -c -g -O2  conftest.c >&5
217conftest.c:2: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'me'
218configure:2721: $? = 1
219configure: failed program was:
220| #ifndef __cplusplus
221|   choke me
222| #endif
223configure:2860: checking how to run the C preprocessor
224configure:2895: gcc -E  conftest.c
225configure:2901: $? = 0
226configure:2933: gcc -E  conftest.c
227conftest.c:14:28: error: ac_nonexistent.h: No such file or directory
228configure:2939: $? = 1
229configure: failed program was:
230| /* confdefs.h.  */
231|
232| #define PACKAGE_NAME ""
233| #define PACKAGE_TARNAME ""
234| #define PACKAGE_VERSION ""
235| #define PACKAGE_STRING ""
236| #define PACKAGE_BUGREPORT ""
237| #ifdef __cplusplus
238| extern "C" void std::exit (int) throw (); using std::exit;
239| #endif
240| #define HAVE_BOOL 1
241| #define LONG_LONG long long
242| /* end confdefs.h.  */
243| #include <ac_nonexistent.h>
244configure:2978: result: gcc -E
245configure:3002: gcc -E  conftest.c
246configure:3008: $? = 0
247configure:3040: gcc -E  conftest.c
248conftest.c:14:28: error: ac_nonexistent.h: No such file or directory
249configure:3046: $? = 1
250configure: failed program was:
251| /* confdefs.h.  */
252|
253| #define PACKAGE_NAME ""
254| #define PACKAGE_TARNAME ""
255| #define PACKAGE_VERSION ""
256| #define PACKAGE_STRING ""
257| #define PACKAGE_BUGREPORT ""
258| #ifdef __cplusplus
259| extern "C" void std::exit (int) throw (); using std::exit;
260| #endif
261| #define HAVE_BOOL 1
262| #define LONG_LONG long long
263| /* end confdefs.h.  */
264| #include <ac_nonexistent.h>
265configure:3090: checking for X
266configure:3320: result: libraries /usr/X11R6/lib64, headers /usr/X11R6/include
267configure:3355: checking for a BSD-compatible install
268configure:3410: result: /usr/bin/install -c
269configure:3425: checking for gawk
270configure:3441: found /usr/bin/gawk
271configure:3451: result: gawk
272configure:3502: checking for ranlib
273configure:3518: found /usr/bin/ranlib
274configure:3529: result: ranlib
275configure:3619: checking for snprintf
276configure:3676: gcc -o conftest -g -O2   conftest.c -L/usr/X11R6/lib64  >&5
277conftest.c:38: warning: conflicting types for built-in function 'snprintf'
278configure:3682: $? = 0
279configure:3686: test -z
280                         || test ! -s conftest.err
281configure:3689: $? = 0
282configure:3692: test -s conftest
283configure:3695: $? = 0
284configure:3707: result: yes
285configure:3731: checking how to run the C++ preprocessor
286configure:3762: g++ -E  conftest.cc
287configure:3768: $? = 0
288configure:3800: g++ -E  conftest.cc
289conftest.cc:15:28: error: ac_nonexistent.h: No such file or directory
290configure:3806: $? = 1
291configure: failed program was:
292| /* confdefs.h.  */
293|
294| #define PACKAGE_NAME ""
295| #define PACKAGE_TARNAME ""
296| #define PACKAGE_VERSION ""
297| #define PACKAGE_STRING ""
298| #define PACKAGE_BUGREPORT ""
299| #ifdef __cplusplus
300| extern "C" void std::exit (int) throw (); using std::exit;
301| #endif
302| #define HAVE_BOOL 1
303| #define LONG_LONG long long
304| #define HAVE_SNPRINTF 1
305| /* end confdefs.h.  */
306| #include <ac_nonexistent.h>
307configure:3845: result: g++ -E
308configure:3869: g++ -E  conftest.cc
309configure:3875: $? = 0
310configure:3907: g++ -E  conftest.cc
311conftest.cc:15:28: error: ac_nonexistent.h: No such file or directory
312configure:3913: $? = 1
313configure: failed program was:
314| /* confdefs.h.  */
315|
316| #define PACKAGE_NAME ""
317| #define PACKAGE_TARNAME ""
318| #define PACKAGE_VERSION ""
319| #define PACKAGE_STRING ""
320| #define PACKAGE_BUGREPORT ""
321| #ifdef __cplusplus
322| extern "C" void std::exit (int) throw (); using std::exit;
323| #endif
324| #define HAVE_BOOL 1
325| #define LONG_LONG long long
326| #define HAVE_SNPRINTF 1
327| /* end confdefs.h.  */
328| #include <ac_nonexistent.h>
329configure:3957: checking for egrep
330configure:3967: result: grep -E
331configure:3972: checking for ANSI C header files
332configure:3997: g++ -c -g -O2 -I/usr/X11R6/include  conftest.cc >&5
333configure:4003: $? = 0
334configure:4007: test -z
335                         || test ! -s conftest.err
336configure:4010: $? = 0
337configure:4013: test -s conftest.o
338configure:4016: $? = 0
339configure:4105: g++ -o conftest -g -O2 -I/usr/X11R6/include   conftest.cc -L/usr/X11R6/lib64  >&5
340configure:4108: $? = 0
341configure:4110: ./conftest
342configure:4113: $? = 0
343configure:4128: result: yes
344configure:4152: checking for sys/types.h
345configure:4168: g++ -c -g -O2 -I/usr/X11R6/include  conftest.cc >&5
346configure:4174: $? = 0
347configure:4178: test -z
348                         || test ! -s conftest.err
349configure:4181: $? = 0
350configure:4184: test -s conftest.o
351configure:4187: $? = 0
352configure:4198: result: yes
353configure:4152: checking for sys/stat.h
354configure:4168: g++ -c -g -O2 -I/usr/X11R6/include  conftest.cc >&5
355configure:4174: $? = 0
356configure:4178: test -z
357                         || test ! -s conftest.err
358configure:4181: $? = 0
359configure:4184: test -s conftest.o
360configure:4187: $? = 0
361configure:4198: result: yes
362configure:4152: checking for stdlib.h
363configure:4168: g++ -c -g -O2 -I/usr/X11R6/include  conftest.cc >&5
364configure:4174: $? = 0
365configure:4178: test -z
366                         || test ! -s conftest.err
367configure:4181: $? = 0
368configure:4184: test -s conftest.o
369configure:4187: $? = 0
370configure:4198: result: yes
371configure:4152: checking for string.h
372configure:4168: g++ -c -g -O2 -I/usr/X11R6/include  conftest.cc >&5
373configure:4174: $? = 0
374configure:4178: test -z
375                         || test ! -s conftest.err
376configure:4181: $? = 0
377configure:4184: test -s conftest.o
378configure:4187: $? = 0
379configure:4198: result: yes
380configure:4152: checking for memory.h
381configure:4168: g++ -c -g -O2 -I/usr/X11R6/include  conftest.cc >&5
382configure:4174: $? = 0
383configure:4178: test -z
384                         || test ! -s conftest.err
385configure:4181: $? = 0
386configure:4184: test -s conftest.o
387configure:4187: $? = 0
388configure:4198: result: yes
389configure:4152: checking for strings.h
390configure:4168: g++ -c -g -O2 -I/usr/X11R6/include  conftest.cc >&5
391configure:4174: $? = 0
392configure:4178: test -z
393                         || test ! -s conftest.err
394configure:4181: $? = 0
395configure:4184: test -s conftest.o
396configure:4187: $? = 0
397configure:4198: result: yes
398configure:4152: checking for inttypes.h
399configure:4168: g++ -c -g -O2 -I/usr/X11R6/include  conftest.cc >&5
400configure:4174: $? = 0
401configure:4178: test -z
402                         || test ! -s conftest.err
403configure:4181: $? = 0
404configure:4184: test -s conftest.o
405configure:4187: $? = 0
406configure:4198: result: yes
407configure:4152: checking for stdint.h
408configure:4168: g++ -c -g -O2 -I/usr/X11R6/include  conftest.cc >&5
409configure:4174: $? = 0
410configure:4178: test -z
411                         || test ! -s conftest.err
412configure:4181: $? = 0
413configure:4184: test -s conftest.o
414configure:4187: $? = 0
415configure:4198: result: yes
416configure:4152: checking for unistd.h
417configure:4168: g++ -c -g -O2 -I/usr/X11R6/include  conftest.cc >&5
418configure:4174: $? = 0
419configure:4178: test -z
420                         || test ! -s conftest.err
421configure:4181: $? = 0
422configure:4184: test -s conftest.o
423configure:4187: $? = 0
424configure:4198: result: yes
425configure:4224: checking iostream usability
426configure:4236: g++ -c -g -O2 -I/usr/X11R6/include  conftest.cc >&5
427configure:4242: $? = 0
428configure:4246: test -z
429                         || test ! -s conftest.err
430configure:4249: $? = 0
431configure:4252: test -s conftest.o
432configure:4255: $? = 0
433configure:4265: result: yes
434configure:4269: checking iostream presence
435configure:4279: g++ -E  conftest.cc
436configure:4285: $? = 0
437configure:4305: result: yes
438configure:4340: checking for iostream
439configure:4347: result: yes
440configure:4374: checking fstream usability
441configure:4386: g++ -c -g -O2 -I/usr/X11R6/include  conftest.cc >&5
442configure:4392: $? = 0
443configure:4396: test -z
444                         || test ! -s conftest.err
445configure:4399: $? = 0
446configure:4402: test -s conftest.o
447configure:4405: $? = 0
448configure:4415: result: yes
449configure:4419: checking fstream presence
450configure:4429: g++ -E  conftest.cc
451configure:4435: $? = 0
452configure:4455: result: yes
453configure:4490: checking for fstream
454configure:4497: result: yes
455configure:4528: checking X11/xpm.h usability
456configure:4540: gcc -c -g -O2 -I /usr/X11R6/include conftest.c >&5
457configure:4546: $? = 0
458configure:4550: test -z
459                         || test ! -s conftest.err
460configure:4553: $? = 0
461configure:4556: test -s conftest.o
462configure:4559: $? = 0
463configure:4569: result: yes
464configure:4573: checking X11/xpm.h presence
465configure:4583: gcc -E -I /usr/X11R6/include conftest.c
466configure:4589: $? = 0
467configure:4609: result: yes
468configure:4644: checking for X11/xpm.h
469configure:4651: result: yes
470configure:4656: checking for XpmCreateImageFromData in -lXpm
471configure:4686: gcc -o conftest -g -O2 -I /usr/X11R6/include  conftest.c -lXpm -lX11 -L/usr/X11R6/lib64  >&5
472configure:4692: $? = 0
473configure:4696: test -z
474                         || test ! -s conftest.err
475configure:4699: $? = 0
476configure:4702: test -s conftest
477configure:4705: $? = 0
478configure:4718: result: yes
479configure:5392: checking for usleep
480configure:5449: gcc -o conftest -g -O2 -I /usr/X11R6/include  conftest.c -L/usr/X11R6/lib64  >&5
481configure:5455: $? = 0
482configure:5459: test -z
483                         || test ! -s conftest.err
484configure:5462: $? = 0
485configure:5465: test -s conftest
486configure:5468: $? = 0
487configure:5480: result: yes
488configure:5635: creating ./config.status
489
490## ---------------------- ##
491## Running config.status. ##
492## ---------------------- ##
493
494This file was extended by config.status, which was
495generated by GNU Autoconf 2.59.  Invocation command line was
496
497  CONFIG_FILES    =
498  CONFIG_HEADERS  =
499  CONFIG_LINKS    =
500  CONFIG_COMMANDS =
501  $ ./config.status
502
503on linux-w271
504
505config.status:683: creating Makefile
506config.status:683: creating linux/Makefile
507config.status:683: creating Makefile.config
508config.status:683: creating Makefile.GNU.autodep
509config.status:683: creating Xdefaults
510config.status:683: creating linux/memstat/Makefile
511
512## ---------------- ##
513## Cache variables. ##
514## ---------------- ##
515
516ac_cv_build=x86_64-unknown-linux-gnu
517ac_cv_build_alias=x86_64-unknown-linux-gnu
518ac_cv_c_compiler_gnu=yes
519ac_cv_cxx_compiler_gnu=yes
520ac_cv_env_CC_set=
521ac_cv_env_CC_value=
522ac_cv_env_CFLAGS_set=
523ac_cv_env_CFLAGS_value=
524ac_cv_env_CPPFLAGS_set=
525ac_cv_env_CPPFLAGS_value=
526ac_cv_env_CPP_set=
527ac_cv_env_CPP_value=
528ac_cv_env_CXXCPP_set=
529ac_cv_env_CXXCPP_value=
530ac_cv_env_CXXFLAGS_set=
531ac_cv_env_CXXFLAGS_value=
532ac_cv_env_CXX_set=
533ac_cv_env_CXX_value=
534ac_cv_env_LDFLAGS_set=
535ac_cv_env_LDFLAGS_value=
536ac_cv_env_build_alias_set=
537ac_cv_env_build_alias_value=
538ac_cv_env_host_alias_set=
539ac_cv_env_host_alias_value=
540ac_cv_env_target_alias_set=
541ac_cv_env_target_alias_value=
542ac_cv_exeext=
543ac_cv_func_snprintf=yes
544ac_cv_func_usleep=yes
545ac_cv_have_x='have_x=yes                ac_x_includes=/usr/X11R6/include ac_x_libraries=/usr/X11R6/lib64'
546ac_cv_header_X11_xpm_h=yes
547ac_cv_header_fstream=yes
548ac_cv_header_inttypes_h=yes
549ac_cv_header_iostream=yes
550ac_cv_header_memory_h=yes
551ac_cv_header_stdc=yes
552ac_cv_header_stdint_h=yes
553ac_cv_header_stdlib_h=yes
554ac_cv_header_string_h=yes
555ac_cv_header_strings_h=yes
556ac_cv_header_sys_stat_h=yes
557ac_cv_header_sys_types_h=yes
558ac_cv_header_unistd_h=yes
559ac_cv_host=x86_64-unknown-linux-gnu
560ac_cv_host_alias=x86_64-unknown-linux-gnu
561ac_cv_lib_Xpm_XpmCreateImageFromData=yes
562ac_cv_objext=o
563ac_cv_path_install='/usr/bin/install -c'
564ac_cv_prog_AWK=gawk
565ac_cv_prog_CPP='gcc -E'
566ac_cv_prog_CXXCPP='g++ -E'
567ac_cv_prog_ac_ct_CC=gcc
568ac_cv_prog_ac_ct_CXX=g++
569ac_cv_prog_ac_ct_RANLIB=ranlib
570ac_cv_prog_cc_g=yes
571ac_cv_prog_cc_stdc=
572ac_cv_prog_cxx_g=yes
573ac_cv_prog_egrep='grep -E'
574ice_cv_have_bool=yes
575ice_cv_have_long_long=yes
576
577## ----------------- ##
578## Output variables. ##
579## ----------------- ##
580
581##  Autodepend rule defaults to disabled.\
582##  Autodepend rule defaults to disabled.\
583#-include ../Makefile.GNU.autodep'
584#-include Makefile.GNU.autodep'
585AUTODEPEND=''
586AUTODEPRULE='\
587AUTODEPRULE_SUBDIR='\
588AWK='gawk'
589BTRYMETER=''
590CC='gcc'
591CFLAGS='-g -O2'
592CPP='gcc -E'
593CPPFLAGS='-I /usr/X11R6/include'
594CPP_DEP=''
595CXX='g++'
596CXXCPP='g++ -E'
597CXXFLAGS='-g -O2 -I/usr/X11R6/include'
598DEFS='-DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DHAVE_BOOL=1 -DLONG_LONG=long\ long -DHAVE_SNPRINTF=1 -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_IOSTREAM=1 -DHAVE_FSTREAM=1 -DHAVE_XPM=1 -DGNULIBC=1 -DUSESYSCALLS=1 -DHAVE_USLEEP=1 '
599ECHO_C=''
600ECHO_N='-n'
601ECHO_T=''
602EGREP='grep -E'
603ELF_LINK_FLAGS=''
604EXEEXT=''
605EXTRALIBS='-lXpm'
606EXTRA_CXXFLAGS='-Wall -O4'
607INSTALL_ARGS='-m 755'
608INSTALL_DATA='${INSTALL} -m 644'
609INSTALL_PROGRAM='${INSTALL}'
610INSTALL_SCRIPT='${INSTALL}'
611LDFLAGS=''
612LIBOBJS=''
613LIBS='-L/usr/X11R6/lib64 '
614LINUX_SMP=''
615LTLIBOBJS=''
616LVERSION='2.6'
617MEMSTAT=''
618NetMeter_Default_Setting='False'
619OBJEXT='o'
620PACKAGE_BUGREPORT=''
621PACKAGE_NAME=''
622PACKAGE_STRING=''
623PACKAGE_TARNAME=''
624PACKAGE_VERSION=''
625PATH_SEPARATOR=':'
626RANLIB='ranlib'
627SHELL='/bin/sh'
628TOP_SRCDIR='/home/emasson/MaXX-Interactive-SLED/MaXX/Src/Apps/gr_osview-1.8.4'
629USE_MOD_VERSIONS=''
630ac_ct_CC='gcc'
631ac_ct_CXX='g++'
632ac_ct_RANLIB='ranlib'
633bindir='${exec_prefix}/bin'
634build='x86_64-unknown-linux-gnu'
635build_alias=''
636build_cpu='x86_64'
637build_os='linux-gnu'
638build_vendor='unknown'
639datadir='${prefix}/share'
640exec_prefix='${prefix}'
641host='x86_64-unknown-linux-gnu'
642host_alias=''
643host_cpu='x86_64'
644host_dir='linux'
645host_os='linux'
646host_vendor='unknown'
647includedir='${prefix}/include'
648infodir='${prefix}/info'
649libdir='${exec_prefix}/lib'
650libexecdir='${exec_prefix}/libexec'
651localstatedir='${prefix}/var'
652mandir='${prefix}/man'
653oldincludedir='/usr/include'
654prefix='/usr/X11R6'
655program_transform_name='s,x,x,'
656sbindir='${exec_prefix}/sbin'
657sharedstatedir='${prefix}/com'
658sysconfdir='${prefix}/etc'
659target_alias=''
660x_includes='/usr/X11R6/include'
661x_libraries='/usr/X11R6/lib64'
662
663## ----------- ##
664## confdefs.h. ##
665## ----------- ##
666
667#define GNULIBC 1
668#define HAVE_BOOL 1
669#define HAVE_FSTREAM 1
670#define HAVE_INTTYPES_H 1
671#define HAVE_IOSTREAM 1
672#define HAVE_MEMORY_H 1
673#define HAVE_SNPRINTF 1
674#define HAVE_STDINT_H 1
675#define HAVE_STDLIB_H 1
676#define HAVE_STRINGS_H 1
677#define HAVE_STRING_H 1
678#define HAVE_SYS_STAT_H 1
679#define HAVE_SYS_TYPES_H 1
680#define HAVE_UNISTD_H 1
681#define HAVE_USLEEP 1
682#define HAVE_XPM 1
683#define LONG_LONG long long
684#define PACKAGE_BUGREPORT ""
685#define PACKAGE_NAME ""
686#define PACKAGE_STRING ""
687#define PACKAGE_TARNAME ""
688#define PACKAGE_VERSION ""
689#define STDC_HEADERS 1
690#define USESYSCALLS 1
691#endif
692#ifdef __cplusplus
693extern "C" void std::exit (int) throw (); using std::exit;
694
695configure: exit 0
Note: See TracBrowser for help on using the browser.