Ticket #32947: alliance_gcc_config.log

File alliance_gcc_config.log, 91.5 KB (added by yannick.heinrich@…, 12 years ago)
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 --prefix=/opt/local --mandir=/opt/local/share/man
8
9## --------- ##
10## Platform. ##
11## --------- ##
12
13hostname = MacBook-Pro-de-HEINRICH.local
14uname -m = x86_64
15uname -r = 11.2.0
16uname -s = Darwin
17uname -v = Darwin Kernel Version 11.2.0: Tue Aug  9 20:54:00 PDT 2011; root:xnu-1699.24.8~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
25hostinfo               = Mach kernel version:
26         Darwin Kernel Version 11.2.0: Tue Aug  9 20:54:00 PDT 2011; root:xnu-1699.24.8~1/RELEASE_X86_64
27Kernel configured for up to 4 processors.
282 processors are physically available.
294 processors are logically available.
30Processor type: i486 (Intel 80486)
31Processors active: 0 1 2 3
32Primary memory available: 8.00 gigabytes
33Default processor set: 89 tasks, 390 threads, 4 processors
34Load average: 3.11, Mach factor: 1.30
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:1551: checking for a BSD-compatible install
52configure:1606: result: /usr/bin/install -c
53configure:1617: checking whether build environment is sane
54configure:1660: result: yes
55configure:1725: checking for gawk
56configure:1754: result: no
57configure:1725: checking for mawk
58configure:1754: result: no
59configure:1725: checking for nawk
60configure:1754: result: no
61configure:1725: checking for awk
62configure:1741: found /usr/bin/awk
63configure:1751: result: awk
64configure:1761: checking whether make sets $(MAKE)
65configure:1781: result: yes
66configure:1962: checking for style of include used by make
67configure:1990: result: GNU
68configure:2061: checking for gcc
69configure:2087: result: /usr/bin/gcc
70configure:2331: checking for C compiler version
71configure:2334: /usr/bin/gcc --version </dev/null >&5
72i686-apple-darwin11-llvm-gcc-4.2 (GCC) 4.2.1 (Based on Apple Inc. build 5658) (LLVM build 2336.1.00)
73Copyright (C) 2007 Free Software Foundation, Inc.
74This is free software; see the source for copying conditions.  There is NO
75warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
76
77configure:2337: $? = 0
78configure:2339: /usr/bin/gcc -v </dev/null >&5
79Using built-in specs.
80Target: i686-apple-darwin11
81Configured with: /private/var/tmp/llvmgcc42/llvmgcc42-2336.1~1/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-2336.1~1/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
82Thread model: posix
83gcc version 4.2.1 (Based on Apple Inc. build 5658) (LLVM build 2336.1.00)
84configure:2342: $? = 0
85configure:2344: /usr/bin/gcc -V </dev/null >&5
86llvm-gcc-4.2: argument to `-V' is missing
87configure:2347: $? = 1
88configure:2370: checking for C compiler default output file name
89configure:2373: /usr/bin/gcc -pipe -O2 -m64 -I/opt/local/include -L/opt/local/lib conftest.c  >&5
90configure:2376: $? = 0
91configure:2422: result: a.out
92configure:2427: checking whether the C compiler works
93configure:2433: ./a.out
94configure:2436: $? = 0
95configure:2453: result: yes
96configure:2460: checking whether we are cross compiling
97configure:2462: result: no
98configure:2465: checking for suffix of executables
99configure:2467: /usr/bin/gcc -o conftest -pipe -O2 -m64 -I/opt/local/include -L/opt/local/lib conftest.c  >&5
100configure:2470: $? = 0
101configure:2495: result:
102configure:2501: checking for suffix of object files
103configure:2522: /usr/bin/gcc -c -pipe -O2 -m64 -I/opt/local/include conftest.c >&5
104configure:2525: $? = 0
105configure:2547: result: o
106configure:2551: checking whether we are using the GNU C compiler
107configure:2575: /usr/bin/gcc -c -pipe -O2 -m64 -I/opt/local/include conftest.c >&5
108configure:2581: $? = 0
109configure:2585: test -z
110                         || test ! -s conftest.err
111configure:2588: $? = 0
112configure:2591: test -s conftest.o
113configure:2594: $? = 0
114configure:2607: result: yes
115configure:2613: checking whether /usr/bin/gcc accepts -g
116configure:2634: /usr/bin/gcc -c -g -I/opt/local/include conftest.c >&5
117configure:2640: $? = 0
118configure:2644: test -z
119                         || test ! -s conftest.err
120configure:2647: $? = 0
121configure:2650: test -s conftest.o
122configure:2653: $? = 0
123configure:2664: result: yes
124configure:2681: checking for /usr/bin/gcc option to accept ANSI C
125configure:2751: /usr/bin/gcc  -c -pipe -O2 -m64 -I/opt/local/include conftest.c >&5
126configure:2757: $? = 0
127configure:2761: test -z
128                         || test ! -s conftest.err
129configure:2764: $? = 0
130configure:2767: test -s conftest.o
131configure:2770: $? = 0
132configure:2788: result: none needed
133configure:2806: /usr/bin/gcc -c -pipe -O2 -m64 -I/opt/local/include conftest.c >&5
134conftest.c:2: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'me'
135configure:2812: $? = 1
136configure: failed program was:
137| #ifndef __cplusplus
138|   choke me
139| #endif
140configure:2947: checking dependency style of /usr/bin/gcc
141configure:3037: result: gcc3
142configure:3059: checking for flex
143configure:3075: found /opt/local/bin/flex
144configure:3085: result: flex
145configure:3098: checking for yywrap in -lfl
146configure:3128: /usr/bin/gcc -o conftest -pipe -O2 -m64 -I/opt/local/include -L/opt/local/lib conftest.c -lfl   >&5
147configure:3134: $? = 0
148configure:3138: test -z
149                         || test ! -s conftest.err
150configure:3141: $? = 0
151configure:3144: test -s conftest
152configure:3147: $? = 0
153configure:3160: result: yes
154configure:3238: checking lex output file root
155configure:3249: flex conftest.l
156configure:3252: $? = 0
157configure:3264: result: lex.yy
158configure:3269: checking whether yytext is a pointer
159configure:3285: /usr/bin/gcc -o conftest -pipe -O2 -m64 -I/opt/local/include -L/opt/local/lib conftest.c  -lfl >&5
160configure:3291: $? = 0
161configure:3295: test -z
162                         || test ! -s conftest.err
163configure:3298: $? = 0
164configure:3301: test -s conftest
165configure:3304: $? = 0
166configure:3318: result: yes
167configure:3410: checking build system type
168configure:3428: result: i686-apple-darwin11.2.0
169configure:3436: checking host system type
170configure:3450: result: i686-apple-darwin11.2.0
171configure:3458: checking for a sed that does not truncate output
172configure:3514: result: /usr/bin/sed
173configure:3517: checking for egrep
174configure:3527: result: grep -E
175configure:3543: checking for ld used by /usr/bin/gcc
176configure:3610: result: /usr/llvm-gcc-4.2/libexec/gcc/i686-apple-darwin11/4.2.1/ld
177configure:3619: checking if the linker (/usr/llvm-gcc-4.2/libexec/gcc/i686-apple-darwin11/4.2.1/ld) is GNU ld
178configure:3634: result: no
179configure:3639: checking for /usr/llvm-gcc-4.2/libexec/gcc/i686-apple-darwin11/4.2.1/ld option to reload object files
180configure:3646: result: -r
181configure:3664: checking for BSD-compatible nm
182configure:3713: result: /usr/bin/nm
183configure:3717: checking whether ln -s works
184configure:3721: result: yes
185configure:3728: checking how to recognise dependent libraries
186configure:3904: result: pass_all
187configure:4140: checking how to run the C preprocessor
188configure:4175: /usr/bin/gcc -E -I/opt/local/include conftest.c
189configure:4181: $? = 0
190configure:4213: /usr/bin/gcc -E -I/opt/local/include conftest.c
191conftest.c:12:28: error: ac_nonexistent.h: No such file or directory
192configure:4219: $? = 1
193configure: failed program was:
194| /* confdefs.h.  */
195|
196| #define PACKAGE_NAME ""
197| #define PACKAGE_TARNAME ""
198| #define PACKAGE_VERSION ""
199| #define PACKAGE_STRING ""
200| #define PACKAGE_BUGREPORT ""
201| #define PACKAGE "alliance"
202| #define VERSION "5.0"
203| #define YYTEXT_POINTER 1
204| /* end confdefs.h.  */
205| #include <ac_nonexistent.h>
206configure:4258: result: /usr/bin/gcc -E
207configure:4282: /usr/bin/gcc -E -I/opt/local/include conftest.c
208configure:4288: $? = 0
209configure:4320: /usr/bin/gcc -E -I/opt/local/include conftest.c
210conftest.c:12:28: error: ac_nonexistent.h: No such file or directory
211configure:4326: $? = 1
212configure: failed program was:
213| /* confdefs.h.  */
214|
215| #define PACKAGE_NAME ""
216| #define PACKAGE_TARNAME ""
217| #define PACKAGE_VERSION ""
218| #define PACKAGE_STRING ""
219| #define PACKAGE_BUGREPORT ""
220| #define PACKAGE "alliance"
221| #define VERSION "5.0"
222| #define YYTEXT_POINTER 1
223| /* end confdefs.h.  */
224| #include <ac_nonexistent.h>
225configure:4370: checking for ANSI C header files
226configure:4395: /usr/bin/gcc -c -pipe -O2 -m64 -I/opt/local/include conftest.c >&5
227configure:4401: $? = 0
228configure:4405: test -z
229                         || test ! -s conftest.err
230configure:4408: $? = 0
231configure:4411: test -s conftest.o
232configure:4414: $? = 0
233configure:4503: /usr/bin/gcc -o conftest -pipe -O2 -m64 -I/opt/local/include -L/opt/local/lib conftest.c  >&5
234conftest.c: In function 'main':
235conftest.c:29: warning: incompatible implicit declaration of built-in function 'exit'
236configure:4506: $? = 0
237configure:4508: ./conftest
238configure:4511: $? = 0
239configure:4526: result: yes
240configure:4550: checking for sys/types.h
241configure:4566: /usr/bin/gcc -c -pipe -O2 -m64 -I/opt/local/include conftest.c >&5
242configure:4572: $? = 0
243configure:4576: test -z
244                         || test ! -s conftest.err
245configure:4579: $? = 0
246configure:4582: test -s conftest.o
247configure:4585: $? = 0
248configure:4596: result: yes
249configure:4550: checking for sys/stat.h
250configure:4566: /usr/bin/gcc -c -pipe -O2 -m64 -I/opt/local/include conftest.c >&5
251configure:4572: $? = 0
252configure:4576: test -z
253                         || test ! -s conftest.err
254configure:4579: $? = 0
255configure:4582: test -s conftest.o
256configure:4585: $? = 0
257configure:4596: result: yes
258configure:4550: checking for stdlib.h
259configure:4566: /usr/bin/gcc -c -pipe -O2 -m64 -I/opt/local/include conftest.c >&5
260configure:4572: $? = 0
261configure:4576: test -z
262                         || test ! -s conftest.err
263configure:4579: $? = 0
264configure:4582: test -s conftest.o
265configure:4585: $? = 0
266configure:4596: result: yes
267configure:4550: checking for string.h
268configure:4566: /usr/bin/gcc -c -pipe -O2 -m64 -I/opt/local/include conftest.c >&5
269configure:4572: $? = 0
270configure:4576: test -z
271                         || test ! -s conftest.err
272configure:4579: $? = 0
273configure:4582: test -s conftest.o
274configure:4585: $? = 0
275configure:4596: result: yes
276configure:4550: checking for memory.h
277configure:4566: /usr/bin/gcc -c -pipe -O2 -m64 -I/opt/local/include conftest.c >&5
278configure:4572: $? = 0
279configure:4576: test -z
280                         || test ! -s conftest.err
281configure:4579: $? = 0
282configure:4582: test -s conftest.o
283configure:4585: $? = 0
284configure:4596: result: yes
285configure:4550: checking for strings.h
286configure:4566: /usr/bin/gcc -c -pipe -O2 -m64 -I/opt/local/include conftest.c >&5
287configure:4572: $? = 0
288configure:4576: test -z
289                         || test ! -s conftest.err
290configure:4579: $? = 0
291configure:4582: test -s conftest.o
292configure:4585: $? = 0
293configure:4596: result: yes
294configure:4550: checking for inttypes.h
295configure:4566: /usr/bin/gcc -c -pipe -O2 -m64 -I/opt/local/include conftest.c >&5
296configure:4572: $? = 0
297configure:4576: test -z
298                         || test ! -s conftest.err
299configure:4579: $? = 0
300configure:4582: test -s conftest.o
301configure:4585: $? = 0
302configure:4596: result: yes
303configure:4550: checking for stdint.h
304configure:4566: /usr/bin/gcc -c -pipe -O2 -m64 -I/opt/local/include conftest.c >&5
305configure:4572: $? = 0
306configure:4576: test -z
307                         || test ! -s conftest.err
308configure:4579: $? = 0
309configure:4582: test -s conftest.o
310configure:4585: $? = 0
311configure:4596: result: yes
312configure:4550: checking for unistd.h
313configure:4566: /usr/bin/gcc -c -pipe -O2 -m64 -I/opt/local/include conftest.c >&5
314configure:4572: $? = 0
315configure:4576: test -z
316                         || test ! -s conftest.err
317configure:4579: $? = 0
318configure:4582: test -s conftest.o
319configure:4585: $? = 0
320configure:4596: result: yes
321configure:4622: checking dlfcn.h usability
322configure:4634: /usr/bin/gcc -c -pipe -O2 -m64 -I/opt/local/include conftest.c >&5
323configure:4640: $? = 0
324configure:4644: test -z
325                         || test ! -s conftest.err
326configure:4647: $? = 0
327configure:4650: test -s conftest.o
328configure:4653: $? = 0
329configure:4663: result: yes
330configure:4667: checking dlfcn.h presence
331configure:4677: /usr/bin/gcc -E -I/opt/local/include conftest.c
332configure:4683: $? = 0
333configure:4703: result: yes
334configure:4738: checking for dlfcn.h
335configure:4745: result: yes
336configure:4852: checking for C++ compiler version
337configure:4855: /usr/bin/g++ --version </dev/null >&5
338i686-apple-darwin11-llvm-g++-4.2 (GCC) 4.2.1 (Based on Apple Inc. build 5658) (LLVM build 2336.1.00)
339Copyright (C) 2007 Free Software Foundation, Inc.
340This is free software; see the source for copying conditions.  There is NO
341warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
342
343configure:4858: $? = 0
344configure:4860: /usr/bin/g++ -v </dev/null >&5
345Using built-in specs.
346Target: i686-apple-darwin11
347Configured with: /private/var/tmp/llvmgcc42/llvmgcc42-2336.1~1/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-2336.1~1/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
348Thread model: posix
349gcc version 4.2.1 (Based on Apple Inc. build 5658) (LLVM build 2336.1.00)
350configure:4863: $? = 0
351configure:4865: /usr/bin/g++ -V </dev/null >&5
352llvm-g++-4.2: argument to `-V' is missing
353configure:4868: $? = 1
354configure:4871: checking whether we are using the GNU C++ compiler
355configure:4895: /usr/bin/g++ -c -pipe -O2 -m64 -I/opt/local/include conftest.cc >&5
356configure:4901: $? = 0
357configure:4905: test -z
358                         || test ! -s conftest.err
359configure:4908: $? = 0
360configure:4911: test -s conftest.o
361configure:4914: $? = 0
362configure:4927: result: yes
363configure:4933: checking whether /usr/bin/g++ accepts -g
364configure:4954: /usr/bin/g++ -c -g -I/opt/local/include conftest.cc >&5
365configure:4960: $? = 0
366configure:4964: test -z
367                         || test ! -s conftest.err
368configure:4967: $? = 0
369configure:4970: test -s conftest.o
370configure:4973: $? = 0
371configure:4984: result: yes
372configure:5026: /usr/bin/g++ -c -pipe -O2 -m64 -I/opt/local/include conftest.cc >&5
373configure:5032: $? = 0
374configure:5036: test -z
375                         || test ! -s conftest.err
376configure:5039: $? = 0
377configure:5042: test -s conftest.o
378configure:5045: $? = 0
379configure:5071: /usr/bin/g++ -c -pipe -O2 -m64 -I/opt/local/include conftest.cc >&5
380conftest.cc: In function 'int main()':
381conftest.cc:27: error: 'exit' was not declared in this scope
382configure:5077: $? = 1
383configure: failed program was:
384| /* confdefs.h.  */
385|
386| #define PACKAGE_NAME ""
387| #define PACKAGE_TARNAME ""
388| #define PACKAGE_VERSION ""
389| #define PACKAGE_STRING ""
390| #define PACKAGE_BUGREPORT ""
391| #define PACKAGE "alliance"
392| #define VERSION "5.0"
393| #define YYTEXT_POINTER 1
394| #define STDC_HEADERS 1
395| #define HAVE_SYS_TYPES_H 1
396| #define HAVE_SYS_STAT_H 1
397| #define HAVE_STDLIB_H 1
398| #define HAVE_STRING_H 1
399| #define HAVE_MEMORY_H 1
400| #define HAVE_STRINGS_H 1
401| #define HAVE_INTTYPES_H 1
402| #define HAVE_STDINT_H 1
403| #define HAVE_UNISTD_H 1
404| #define HAVE_DLFCN_H 1
405| /* end confdefs.h.  */
406|
407| int
408| main ()
409| {
410| exit (42);
411|   ;
412|   return 0;
413| }
414configure:5026: /usr/bin/g++ -c -pipe -O2 -m64 -I/opt/local/include conftest.cc >&5
415conftest.cc:23: error: 'void std::exit(int)' should have been declared inside 'std'
416In file included from conftest.cc:24:
417/usr/include/stdlib.h:159: error: declaration of 'void std::exit(int)' throws different exceptions
418conftest.cc:23: error: from previous declaration 'void std::exit(int) throw ()'
419configure:5032: $? = 1
420configure: failed program was:
421| /* confdefs.h.  */
422|
423| #define PACKAGE_NAME ""
424| #define PACKAGE_TARNAME ""
425| #define PACKAGE_VERSION ""
426| #define PACKAGE_STRING ""
427| #define PACKAGE_BUGREPORT ""
428| #define PACKAGE "alliance"
429| #define VERSION "5.0"
430| #define YYTEXT_POINTER 1
431| #define STDC_HEADERS 1
432| #define HAVE_SYS_TYPES_H 1
433| #define HAVE_SYS_STAT_H 1
434| #define HAVE_STDLIB_H 1
435| #define HAVE_STRING_H 1
436| #define HAVE_MEMORY_H 1
437| #define HAVE_STRINGS_H 1
438| #define HAVE_INTTYPES_H 1
439| #define HAVE_STDINT_H 1
440| #define HAVE_UNISTD_H 1
441| #define HAVE_DLFCN_H 1
442| /* end confdefs.h.  */
443| extern "C" void std::exit (int) throw (); using std::exit;
444| #include <stdlib.h>
445| int
446| main ()
447| {
448| exit (42);
449|   ;
450|   return 0;
451| }
452configure:5026: /usr/bin/g++ -c -pipe -O2 -m64 -I/opt/local/include conftest.cc >&5
453conftest.cc:23: error: 'void std::exit(int)' should have been declared inside 'std'
454configure:5032: $? = 1
455configure: failed program was:
456| /* confdefs.h.  */
457|
458| #define PACKAGE_NAME ""
459| #define PACKAGE_TARNAME ""
460| #define PACKAGE_VERSION ""
461| #define PACKAGE_STRING ""
462| #define PACKAGE_BUGREPORT ""
463| #define PACKAGE "alliance"
464| #define VERSION "5.0"
465| #define YYTEXT_POINTER 1
466| #define STDC_HEADERS 1
467| #define HAVE_SYS_TYPES_H 1
468| #define HAVE_SYS_STAT_H 1
469| #define HAVE_STDLIB_H 1
470| #define HAVE_STRING_H 1
471| #define HAVE_MEMORY_H 1
472| #define HAVE_STRINGS_H 1
473| #define HAVE_INTTYPES_H 1
474| #define HAVE_STDINT_H 1
475| #define HAVE_UNISTD_H 1
476| #define HAVE_DLFCN_H 1
477| /* end confdefs.h.  */
478| extern "C" void std::exit (int); using std::exit;
479| #include <stdlib.h>
480| int
481| main ()
482| {
483| exit (42);
484|   ;
485|   return 0;
486| }
487configure:5026: /usr/bin/g++ -c -pipe -O2 -m64 -I/opt/local/include conftest.cc >&5
488In file included from conftest.cc:24:
489/usr/include/stdlib.h:159: error: declaration of 'void exit(int)' throws different exceptions
490conftest.cc:23: error: from previous declaration 'void exit(int) throw ()'
491configure:5032: $? = 1
492configure: failed program was:
493| /* confdefs.h.  */
494|
495| #define PACKAGE_NAME ""
496| #define PACKAGE_TARNAME ""
497| #define PACKAGE_VERSION ""
498| #define PACKAGE_STRING ""
499| #define PACKAGE_BUGREPORT ""
500| #define PACKAGE "alliance"
501| #define VERSION "5.0"
502| #define YYTEXT_POINTER 1
503| #define STDC_HEADERS 1
504| #define HAVE_SYS_TYPES_H 1
505| #define HAVE_SYS_STAT_H 1
506| #define HAVE_STDLIB_H 1
507| #define HAVE_STRING_H 1
508| #define HAVE_MEMORY_H 1
509| #define HAVE_STRINGS_H 1
510| #define HAVE_INTTYPES_H 1
511| #define HAVE_STDINT_H 1
512| #define HAVE_UNISTD_H 1
513| #define HAVE_DLFCN_H 1
514| /* end confdefs.h.  */
515| extern "C" void exit (int) throw ();
516| #include <stdlib.h>
517| int
518| main ()
519| {
520| exit (42);
521|   ;
522|   return 0;
523| }
524configure:5026: /usr/bin/g++ -c -pipe -O2 -m64 -I/opt/local/include conftest.cc >&5
525configure:5032: $? = 0
526configure:5036: test -z
527                         || test ! -s conftest.err
528configure:5039: $? = 0
529configure:5042: test -s conftest.o
530configure:5045: $? = 0
531configure:5071: /usr/bin/g++ -c -pipe -O2 -m64 -I/opt/local/include conftest.cc >&5
532configure:5077: $? = 0
533configure:5081: test -z
534                         || test ! -s conftest.err
535configure:5084: $? = 0
536configure:5087: test -s conftest.o
537configure:5090: $? = 0
538configure:5115: checking dependency style of /usr/bin/g++
539configure:5205: result: gcc3
540configure:5232: checking how to run the C++ preprocessor
541configure:5263: /usr/bin/g++ -E -I/opt/local/include conftest.cc
542configure:5269: $? = 0
543configure:5301: /usr/bin/g++ -E -I/opt/local/include conftest.cc
544conftest.cc:26:28: error: ac_nonexistent.h: No such file or directory
545configure:5307: $? = 1
546configure: failed program was:
547| /* confdefs.h.  */
548|
549| #define PACKAGE_NAME ""
550| #define PACKAGE_TARNAME ""
551| #define PACKAGE_VERSION ""
552| #define PACKAGE_STRING ""
553| #define PACKAGE_BUGREPORT ""
554| #define PACKAGE "alliance"
555| #define VERSION "5.0"
556| #define YYTEXT_POINTER 1
557| #define STDC_HEADERS 1
558| #define HAVE_SYS_TYPES_H 1
559| #define HAVE_SYS_STAT_H 1
560| #define HAVE_STDLIB_H 1
561| #define HAVE_STRING_H 1
562| #define HAVE_MEMORY_H 1
563| #define HAVE_STRINGS_H 1
564| #define HAVE_INTTYPES_H 1
565| #define HAVE_STDINT_H 1
566| #define HAVE_UNISTD_H 1
567| #define HAVE_DLFCN_H 1
568| #ifdef __cplusplus
569| extern "C" void exit (int);
570| #endif
571| /* end confdefs.h.  */
572| #include <ac_nonexistent.h>
573configure:5346: result: /usr/bin/g++ -E
574configure:5370: /usr/bin/g++ -E -I/opt/local/include conftest.cc
575configure:5376: $? = 0
576configure:5408: /usr/bin/g++ -E -I/opt/local/include conftest.cc
577conftest.cc:26:28: error: ac_nonexistent.h: No such file or directory
578configure:5414: $? = 1
579configure: failed program was:
580| /* confdefs.h.  */
581|
582| #define PACKAGE_NAME ""
583| #define PACKAGE_TARNAME ""
584| #define PACKAGE_VERSION ""
585| #define PACKAGE_STRING ""
586| #define PACKAGE_BUGREPORT ""
587| #define PACKAGE "alliance"
588| #define VERSION "5.0"
589| #define YYTEXT_POINTER 1
590| #define STDC_HEADERS 1
591| #define HAVE_SYS_TYPES_H 1
592| #define HAVE_SYS_STAT_H 1
593| #define HAVE_STDLIB_H 1
594| #define HAVE_STRING_H 1
595| #define HAVE_MEMORY_H 1
596| #define HAVE_STRINGS_H 1
597| #define HAVE_INTTYPES_H 1
598| #define HAVE_STDINT_H 1
599| #define HAVE_UNISTD_H 1
600| #define HAVE_DLFCN_H 1
601| #ifdef __cplusplus
602| extern "C" void exit (int);
603| #endif
604| /* end confdefs.h.  */
605| #include <ac_nonexistent.h>
606configure:5511: checking for g77
607configure:5540: result: no
608configure:5511: checking for f77
609configure:5540: result: no
610configure:5511: checking for xlf
611configure:5540: result: no
612configure:5511: checking for frt
613configure:5540: result: no
614configure:5511: checking for pgf77
615configure:5540: result: no
616configure:5511: checking for fort77
617configure:5540: result: no
618configure:5511: checking for fl32
619configure:5540: result: no
620configure:5511: checking for af77
621configure:5540: result: no
622configure:5511: checking for f90
623configure:5540: result: no
624configure:5511: checking for xlf90
625configure:5540: result: no
626configure:5511: checking for pgf90
627configure:5540: result: no
628configure:5511: checking for epcf90
629configure:5540: result: no
630configure:5511: checking for f95
631configure:5540: result: no
632configure:5511: checking for fort
633configure:5540: result: no
634configure:5511: checking for xlf95
635configure:5540: result: no
636configure:5511: checking for ifc
637configure:5540: result: no
638configure:5511: checking for efc
639configure:5540: result: no
640configure:5511: checking for pgf95
641configure:5540: result: no
642configure:5511: checking for lf95
643configure:5540: result: no
644configure:5511: checking for gfortran
645configure:5540: result: no
646configure:5552: checking for Fortran 77 compiler version
647configure:5555:  --version </dev/null >&5
648./configure: line 5556: --version: command not found
649configure:5558: $? = 127
650configure:5560:  -v </dev/null >&5
651./configure: line 5561: -v: command not found
652configure:5563: $? = 127
653configure:5565:  -V </dev/null >&5
654./configure: line 5566: -V: command not found
655configure:5568: $? = 127
656configure:5576: checking whether we are using the GNU Fortran 77 compiler
657configure:5590:  -c -pipe -O2 -m64 conftest.F >&5
658./configure: line 5591: -c: command not found
659configure:5596: $? = 127
660configure: failed program was:
661|       program main
662| #ifndef __GNUC__
663|        choke me
664| #endif
665|
666|       end
667configure:5622: result: no
668configure:5628: checking whether  accepts -g
669configure:5640:  -c -g conftest.f >&5
670./configure: line 5641: -c: command not found
671configure:5646: $? = 127
672configure: failed program was:
673|       program main
674|
675|       end
676configure:5671: result: no
677configure:5701: checking the maximum length of command line arguments
678configure:5810: result: 196608
679configure:5821: checking command to parse /usr/bin/nm output from /usr/bin/gcc object
680configure:5926: /usr/bin/gcc -c -pipe -O2 -m64 -I/opt/local/include conftest.c >&5
681configure:5929: $? = 0
682configure:5933: /usr/bin/nm conftest.o \| sed -n -e 's/^.*[     ]\([BCDEGRST][BCDEGRST]*\)[     ][      ]*\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2 \2/p' \> conftest.nm
683configure:5936: $? = 0
684cannot find nm_test_var in conftest.nm
685configure:5926: /usr/bin/gcc -c -pipe -O2 -m64 -I/opt/local/include conftest.c >&5
686configure:5929: $? = 0
687configure:5933: /usr/bin/nm conftest.o \| sed -n -e 's/^.*[     ]\([BCDEGRST][BCDEGRST]*\)[     ][      ]*_\([_A-Za-z][_A-Za-z0-9]*\)$/\1 _\2 \2/p' \> conftest.nm
688configure:5936: $? = 0
689configure:5988: /usr/bin/gcc -o conftest -pipe -O2 -m64 -I/opt/local/include -L/opt/local/lib conftest.c conftstm.o >&5
690configure:5991: $? = 0
691configure:6029: result: ok
692configure:6033: checking for objdir
693configure:6048: result: .libs
694configure:6138: checking for ar
695configure:6154: found /usr/bin/ar
696configure:6165: result: ar
697configure:6218: checking for ranlib
698configure:6234: found /usr/bin/ranlib
699configure:6245: result: ranlib
700configure:6298: checking for strip
701configure:6314: found /usr/bin/strip
702configure:6325: result: strip
703configure:6597: checking if /usr/bin/gcc supports -fno-rtti -fno-exceptions
704configure:6615: /usr/bin/gcc -c -pipe -O2 -m64 -I/opt/local/include -fno-rtti -fno-exceptions conftest.c >&5
705cc1: warning: command line option "-fno-rtti" is valid for C++/ObjC++ but not for C
706configure:6619: $? = 0
707configure:6632: result: no
708configure:6647: checking for /usr/bin/gcc option to produce PIC
709configure:6857: result: -fno-common
710configure:6865: checking if /usr/bin/gcc PIC flag -fno-common works
711configure:6883: /usr/bin/gcc -c -pipe -O2 -m64 -I/opt/local/include -fno-common -DPIC conftest.c >&5
712configure:6887: $? = 0
713configure:6900: result: yes
714configure:6928: checking if /usr/bin/gcc static flag -static works
715configure:6956: result: no
716configure:6966: checking if /usr/bin/gcc supports -c -o file.o
717configure:6987: /usr/bin/gcc -c -pipe -O2 -m64 -I/opt/local/include -o out/conftest2.o conftest.c >&5
718configure:6991: $? = 0
719configure:7013: result: yes
720configure:7039: checking whether the /usr/bin/gcc linker (/usr/llvm-gcc-4.2/libexec/gcc/i686-apple-darwin11/4.2.1/ld) supports shared libraries
721configure:7997: result: yes
722configure:8064: checking dynamic linker characteristics
723configure:8673: result: darwin11.2.0 dyld
724configure:8682: checking how to hardcode library paths into programs
725configure:8707: result: immediate
726configure:8721: checking whether stripping libraries is possible
727configure:8734: result: yes
728configure:9560: checking if libtool supports shared libraries
729configure:9562: result: yes
730configure:9565: checking whether to build shared libraries
731configure:9586: result: yes
732configure:9589: checking whether to build static libraries
733configure:9593: result: yes
734configure:9685: creating libtool
735configure:10276: checking for ld used by /usr/bin/g++
736configure:10343: result: /usr/llvm-gcc-4.2/libexec/gcc/i686-apple-darwin11/4.2.1/ld
737configure:10352: checking if the linker (/usr/llvm-gcc-4.2/libexec/gcc/i686-apple-darwin11/4.2.1/ld) is GNU ld
738configure:10367: result: no
739configure:10418: checking whether the /usr/bin/g++ linker (/usr/llvm-gcc-4.2/libexec/gcc/i686-apple-darwin11/4.2.1/ld) supports shared libraries
740configure:11356: result: yes
741configure:11374: /usr/bin/g++ -c -pipe -O2 -m64 -I/opt/local/include conftest.cpp >&5
742configure:11377: $? = 0
743configure:11496: checking for /usr/bin/g++ option to produce PIC
744configure:11770: result: -fno-common
745configure:11778: checking if /usr/bin/g++ PIC flag -fno-common works
746configure:11796: /usr/bin/g++ -c -pipe -O2 -m64 -I/opt/local/include -fno-common -DPIC conftest.cpp >&5
747configure:11800: $? = 0
748configure:11813: result: yes
749configure:11841: checking if /usr/bin/g++ static flag -static works
750configure:11869: result: no
751configure:11879: checking if /usr/bin/g++ supports -c -o file.o
752configure:11900: /usr/bin/g++ -c -pipe -O2 -m64 -I/opt/local/include -o out/conftest2.o conftest.cpp >&5
753configure:11904: $? = 0
754configure:11926: result: yes
755configure:11952: checking whether the /usr/bin/g++ linker (/usr/llvm-gcc-4.2/libexec/gcc/i686-apple-darwin11/4.2.1/ld) supports shared libraries
756configure:11977: result: yes
757configure:12044: checking dynamic linker characteristics
758configure:12653: result: darwin11.2.0 dyld
759configure:12662: checking how to hardcode library paths into programs
760configure:12687: result: immediate
761configure:18909: checking fcntl.h usability
762configure:18921: /usr/bin/gcc -c -pipe -O2 -m64 -I/opt/local/include conftest.c >&5
763configure:18927: $? = 0
764configure:18931: test -z
765                         || test ! -s conftest.err
766configure:18934: $? = 0
767configure:18937: test -s conftest.o
768configure:18940: $? = 0
769configure:18950: result: yes
770configure:18954: checking fcntl.h presence
771configure:18964: /usr/bin/gcc -E -I/opt/local/include conftest.c
772configure:18970: $? = 0
773configure:18990: result: yes
774configure:19025: checking for fcntl.h
775configure:19032: result: yes
776configure:18909: checking malloc.h usability
777configure:18921: /usr/bin/gcc -c -pipe -O2 -m64 -I/opt/local/include conftest.c >&5
778conftest.c:61:20: error: malloc.h: No such file or directory
779configure:18927: $? = 1
780configure: failed program was:
781| /* confdefs.h.  */
782|
783| #define PACKAGE_NAME ""
784| #define PACKAGE_TARNAME ""
785| #define PACKAGE_VERSION ""
786| #define PACKAGE_STRING ""
787| #define PACKAGE_BUGREPORT ""
788| #define PACKAGE "alliance"
789| #define VERSION "5.0"
790| #define YYTEXT_POINTER 1
791| #define STDC_HEADERS 1
792| #define HAVE_SYS_TYPES_H 1
793| #define HAVE_SYS_STAT_H 1
794| #define HAVE_STDLIB_H 1
795| #define HAVE_STRING_H 1
796| #define HAVE_MEMORY_H 1
797| #define HAVE_STRINGS_H 1
798| #define HAVE_INTTYPES_H 1
799| #define HAVE_STDINT_H 1
800| #define HAVE_UNISTD_H 1
801| #define HAVE_DLFCN_H 1
802| #ifdef __cplusplus
803| extern "C" void exit (int);
804| #endif
805| #define HAVE_FCNTL_H 1
806| /* end confdefs.h.  */
807| #include <stdio.h>
808| #if HAVE_SYS_TYPES_H
809| # include <sys/types.h>
810| #endif
811| #if HAVE_SYS_STAT_H
812| # include <sys/stat.h>
813| #endif
814| #if STDC_HEADERS
815| # include <stdlib.h>
816| # include <stddef.h>
817| #else
818| # if HAVE_STDLIB_H
819| #  include <stdlib.h>
820| # endif
821| #endif
822| #if HAVE_STRING_H
823| # if !STDC_HEADERS && HAVE_MEMORY_H
824| #  include <memory.h>
825| # endif
826| # include <string.h>
827| #endif
828| #if HAVE_STRINGS_H
829| # include <strings.h>
830| #endif
831| #if HAVE_INTTYPES_H
832| # include <inttypes.h>
833| #else
834| # if HAVE_STDINT_H
835| #  include <stdint.h>
836| # endif
837| #endif
838| #if HAVE_UNISTD_H
839| # include <unistd.h>
840| #endif
841| #include <malloc.h>
842configure:18950: result: no
843configure:18954: checking malloc.h presence
844configure:18964: /usr/bin/gcc -E -I/opt/local/include conftest.c
845conftest.c:27:20: error: malloc.h: No such file or directory
846configure:18970: $? = 1
847configure: failed program was:
848| /* confdefs.h.  */
849|
850| #define PACKAGE_NAME ""
851| #define PACKAGE_TARNAME ""
852| #define PACKAGE_VERSION ""
853| #define PACKAGE_STRING ""
854| #define PACKAGE_BUGREPORT ""
855| #define PACKAGE "alliance"
856| #define VERSION "5.0"
857| #define YYTEXT_POINTER 1
858| #define STDC_HEADERS 1
859| #define HAVE_SYS_TYPES_H 1
860| #define HAVE_SYS_STAT_H 1
861| #define HAVE_STDLIB_H 1
862| #define HAVE_STRING_H 1
863| #define HAVE_MEMORY_H 1
864| #define HAVE_STRINGS_H 1
865| #define HAVE_INTTYPES_H 1
866| #define HAVE_STDINT_H 1
867| #define HAVE_UNISTD_H 1
868| #define HAVE_DLFCN_H 1
869| #ifdef __cplusplus
870| extern "C" void exit (int);
871| #endif
872| #define HAVE_FCNTL_H 1
873| /* end confdefs.h.  */
874| #include <malloc.h>
875configure:18990: result: no
876configure:19025: checking for malloc.h
877configure:19032: result: no
878configure:18900: checking for strings.h
879configure:18905: result: yes
880configure:18909: checking sys/time.h usability
881configure:18921: /usr/bin/gcc -c -pipe -O2 -m64 -I/opt/local/include conftest.c >&5
882configure:18927: $? = 0
883configure:18931: test -z
884                         || test ! -s conftest.err
885configure:18934: $? = 0
886configure:18937: test -s conftest.o
887configure:18940: $? = 0
888configure:18950: result: yes
889configure:18954: checking sys/time.h presence
890configure:18964: /usr/bin/gcc -E -I/opt/local/include conftest.c
891configure:18970: $? = 0
892configure:18990: result: yes
893configure:19025: checking for sys/time.h
894configure:19032: result: yes
895configure:18900: checking for unistd.h
896configure:18905: result: yes
897configure:19051: checking for strings.h
898configure:19056: result: yes
899configure:19051: checking for unistd.h
900configure:19056: result: yes
901configure:19197: checking for basename in -lgen
902configure:19227: /usr/bin/gcc -o conftest -pipe -O2 -m64 -I/opt/local/include -L/opt/local/lib conftest.c -lgen   >&5
903ld: library not found for -lgen
904collect2: ld returned 1 exit status
905configure:19233: $? = 1
906configure: failed program was:
907| /* confdefs.h.  */
908|
909| #define PACKAGE_NAME ""
910| #define PACKAGE_TARNAME ""
911| #define PACKAGE_VERSION ""
912| #define PACKAGE_STRING ""
913| #define PACKAGE_BUGREPORT ""
914| #define PACKAGE "alliance"
915| #define VERSION "5.0"
916| #define YYTEXT_POINTER 1
917| #define STDC_HEADERS 1
918| #define HAVE_SYS_TYPES_H 1
919| #define HAVE_SYS_STAT_H 1
920| #define HAVE_STDLIB_H 1
921| #define HAVE_STRING_H 1
922| #define HAVE_MEMORY_H 1
923| #define HAVE_STRINGS_H 1
924| #define HAVE_INTTYPES_H 1
925| #define HAVE_STDINT_H 1
926| #define HAVE_UNISTD_H 1
927| #define HAVE_DLFCN_H 1
928| #ifdef __cplusplus
929| extern "C" void exit (int);
930| #endif
931| #define HAVE_FCNTL_H 1
932| #define HAVE_STRINGS_H 1
933| #define HAVE_SYS_TIME_H 1
934| #define HAVE_UNISTD_H 1
935| #define HAVE_STRINGS_H 1
936| #define HAVE_UNISTD_H 1
937| /* end confdefs.h.  */
938|
939| /* Override any gcc2 internal prototype to avoid an error.  */
940| #ifdef __cplusplus
941| extern "C"
942| #endif
943| /* We use char because int might match the return type of a gcc2
944|    builtin and then its argument prototype would still apply.  */
945| char basename ();
946| int
947| main ()
948| {
949| basename ();
950|   ;
951|   return 0;
952| }
953configure:19259: result: no
954configure:19271: checking for basename in -liberty
955configure:19301: /usr/bin/gcc -o conftest -pipe -O2 -m64 -I/opt/local/include -L/opt/local/lib conftest.c -liberty   >&5
956ld: library not found for -liberty
957collect2: ld returned 1 exit status
958configure:19307: $? = 1
959configure: failed program was:
960| /* confdefs.h.  */
961|
962| #define PACKAGE_NAME ""
963| #define PACKAGE_TARNAME ""
964| #define PACKAGE_VERSION ""
965| #define PACKAGE_STRING ""
966| #define PACKAGE_BUGREPORT ""
967| #define PACKAGE "alliance"
968| #define VERSION "5.0"
969| #define YYTEXT_POINTER 1
970| #define STDC_HEADERS 1
971| #define HAVE_SYS_TYPES_H 1
972| #define HAVE_SYS_STAT_H 1
973| #define HAVE_STDLIB_H 1
974| #define HAVE_STRING_H 1
975| #define HAVE_MEMORY_H 1
976| #define HAVE_STRINGS_H 1
977| #define HAVE_INTTYPES_H 1
978| #define HAVE_STDINT_H 1
979| #define HAVE_UNISTD_H 1
980| #define HAVE_DLFCN_H 1
981| #ifdef __cplusplus
982| extern "C" void exit (int);
983| #endif
984| #define HAVE_FCNTL_H 1
985| #define HAVE_STRINGS_H 1
986| #define HAVE_SYS_TIME_H 1
987| #define HAVE_UNISTD_H 1
988| #define HAVE_STRINGS_H 1
989| #define HAVE_UNISTD_H 1
990| /* end confdefs.h.  */
991|
992| /* Override any gcc2 internal prototype to avoid an error.  */
993| #ifdef __cplusplus
994| extern "C"
995| #endif
996| /* We use char because int might match the return type of a gcc2
997|    builtin and then its argument prototype would still apply.  */
998| char basename ();
999| int
1000| main ()
1001| {
1002| basename ();
1003|   ;
1004|   return 0;
1005| }
1006configure:19333: result: no
1007configure:19345: checking for exp in -lm
1008configure:19375: /usr/bin/gcc -o conftest -pipe -O2 -m64 -I/opt/local/include -L/opt/local/lib conftest.c -lm   >&5
1009conftest.c:39: warning: conflicting types for built-in function 'exp'
1010configure:19381: $? = 0
1011configure:19385: test -z
1012                         || test ! -s conftest.err
1013configure:19388: $? = 0
1014configure:19391: test -s conftest
1015configure:19394: $? = 0
1016configure:19407: result: yes
1017configure:19419: checking for floor in -lm
1018configure:19449: /usr/bin/gcc -o conftest -pipe -O2 -m64 -I/opt/local/include -L/opt/local/lib conftest.c -lm  -lm  >&5
1019conftest.c:40: warning: conflicting types for built-in function 'floor'
1020configure:19455: $? = 0
1021configure:19459: test -z
1022                         || test ! -s conftest.err
1023configure:19462: $? = 0
1024configure:19465: test -s conftest
1025configure:19468: $? = 0
1026configure:19481: result: yes
1027configure:19493: checking for pow in -lm
1028configure:19523: /usr/bin/gcc -o conftest -pipe -O2 -m64 -I/opt/local/include -L/opt/local/lib conftest.c -lm  -lm -lm  >&5
1029conftest.c:41: warning: conflicting types for built-in function 'pow'
1030configure:19529: $? = 0
1031configure:19533: test -z
1032                         || test ! -s conftest.err
1033configure:19536: $? = 0
1034configure:19539: test -s conftest
1035configure:19542: $? = 0
1036configure:19555: result: yes
1037configure:19567: checking for sqrt in -lm
1038configure:19597: /usr/bin/gcc -o conftest -pipe -O2 -m64 -I/opt/local/include -L/opt/local/lib conftest.c -lm  -lm -lm -lm  >&5
1039conftest.c:42: warning: conflicting types for built-in function 'sqrt'
1040configure:19603: $? = 0
1041configure:19607: test -z
1042                         || test ! -s conftest.err
1043configure:19610: $? = 0
1044configure:19613: test -s conftest
1045configure:19616: $? = 0
1046configure:19629: result: yes
1047configure:19642: checking for sed
1048configure:19668: result: /usr/bin/sed
1049configure:19679: checking for gsed
1050configure:19705: result: /usr/bin/sed
1051configure:19715: checking for an ANSI C-conforming const
1052configure:19782: /usr/bin/gcc -c -pipe -O2 -m64 -I/opt/local/include conftest.c >&5
1053configure:19788: $? = 0
1054configure:19792: test -z
1055                         || test ! -s conftest.err
1056configure:19795: $? = 0
1057configure:19798: test -s conftest.o
1058configure:19801: $? = 0
1059configure:19812: result: yes
1060configure:19822: checking for pid_t
1061configure:19846: /usr/bin/gcc -c -pipe -O2 -m64 -I/opt/local/include conftest.c >&5
1062configure:19852: $? = 0
1063configure:19856: test -z
1064                         || test ! -s conftest.err
1065configure:19859: $? = 0
1066configure:19862: test -s conftest.o
1067configure:19865: $? = 0
1068configure:19876: result: yes
1069configure:19894: checking for unistd.h
1070configure:19899: result: yes
1071configure:19903: checking vfork.h usability
1072configure:19915: /usr/bin/gcc -c -pipe -O2 -m64 -I/opt/local/include conftest.c >&5
1073conftest.c:71:19: error: vfork.h: No such file or directory
1074configure:19921: $? = 1
1075configure: failed program was:
1076| /* confdefs.h.  */
1077|
1078| #define PACKAGE_NAME ""
1079| #define PACKAGE_TARNAME ""
1080| #define PACKAGE_VERSION ""
1081| #define PACKAGE_STRING ""
1082| #define PACKAGE_BUGREPORT ""
1083| #define PACKAGE "alliance"
1084| #define VERSION "5.0"
1085| #define YYTEXT_POINTER 1
1086| #define STDC_HEADERS 1
1087| #define HAVE_SYS_TYPES_H 1
1088| #define HAVE_SYS_STAT_H 1
1089| #define HAVE_STDLIB_H 1
1090| #define HAVE_STRING_H 1
1091| #define HAVE_MEMORY_H 1
1092| #define HAVE_STRINGS_H 1
1093| #define HAVE_INTTYPES_H 1
1094| #define HAVE_STDINT_H 1
1095| #define HAVE_UNISTD_H 1
1096| #define HAVE_DLFCN_H 1
1097| #ifdef __cplusplus
1098| extern "C" void exit (int);
1099| #endif
1100| #define HAVE_FCNTL_H 1
1101| #define HAVE_STRINGS_H 1
1102| #define HAVE_SYS_TIME_H 1
1103| #define HAVE_UNISTD_H 1
1104| #define HAVE_STRINGS_H 1
1105| #define HAVE_UNISTD_H 1
1106| #define HAVE_LIBM 1
1107| #define HAVE_LIBM 1
1108| #define HAVE_LIBM 1
1109| #define HAVE_LIBM 1
1110| #define HAVE_UNISTD_H 1
1111| /* end confdefs.h.  */
1112| #include <stdio.h>
1113| #if HAVE_SYS_TYPES_H
1114| # include <sys/types.h>
1115| #endif
1116| #if HAVE_SYS_STAT_H
1117| # include <sys/stat.h>
1118| #endif
1119| #if STDC_HEADERS
1120| # include <stdlib.h>
1121| # include <stddef.h>
1122| #else
1123| # if HAVE_STDLIB_H
1124| #  include <stdlib.h>
1125| # endif
1126| #endif
1127| #if HAVE_STRING_H
1128| # if !STDC_HEADERS && HAVE_MEMORY_H
1129| #  include <memory.h>
1130| # endif
1131| # include <string.h>
1132| #endif
1133| #if HAVE_STRINGS_H
1134| # include <strings.h>
1135| #endif
1136| #if HAVE_INTTYPES_H
1137| # include <inttypes.h>
1138| #else
1139| # if HAVE_STDINT_H
1140| #  include <stdint.h>
1141| # endif
1142| #endif
1143| #if HAVE_UNISTD_H
1144| # include <unistd.h>
1145| #endif
1146| #include <vfork.h>
1147configure:19944: result: no
1148configure:19948: checking vfork.h presence
1149configure:19958: /usr/bin/gcc -E -I/opt/local/include conftest.c
1150conftest.c:37:19: error: vfork.h: No such file or directory
1151configure:19964: $? = 1
1152configure: failed program was:
1153| /* confdefs.h.  */
1154|
1155| #define PACKAGE_NAME ""
1156| #define PACKAGE_TARNAME ""
1157| #define PACKAGE_VERSION ""
1158| #define PACKAGE_STRING ""
1159| #define PACKAGE_BUGREPORT ""
1160| #define PACKAGE "alliance"
1161| #define VERSION "5.0"
1162| #define YYTEXT_POINTER 1
1163| #define STDC_HEADERS 1
1164| #define HAVE_SYS_TYPES_H 1
1165| #define HAVE_SYS_STAT_H 1
1166| #define HAVE_STDLIB_H 1
1167| #define HAVE_STRING_H 1
1168| #define HAVE_MEMORY_H 1
1169| #define HAVE_STRINGS_H 1
1170| #define HAVE_INTTYPES_H 1
1171| #define HAVE_STDINT_H 1
1172| #define HAVE_UNISTD_H 1
1173| #define HAVE_DLFCN_H 1
1174| #ifdef __cplusplus
1175| extern "C" void exit (int);
1176| #endif
1177| #define HAVE_FCNTL_H 1
1178| #define HAVE_STRINGS_H 1
1179| #define HAVE_SYS_TIME_H 1
1180| #define HAVE_UNISTD_H 1
1181| #define HAVE_STRINGS_H 1
1182| #define HAVE_UNISTD_H 1
1183| #define HAVE_LIBM 1
1184| #define HAVE_LIBM 1
1185| #define HAVE_LIBM 1
1186| #define HAVE_LIBM 1
1187| #define HAVE_UNISTD_H 1
1188| /* end confdefs.h.  */
1189| #include <vfork.h>
1190configure:19984: result: no
1191configure:20019: checking for vfork.h
1192configure:20026: result: no
1193configure:20044: checking for fork
1194configure:20101: /usr/bin/gcc -o conftest -pipe -O2 -m64 -I/opt/local/include -L/opt/local/lib conftest.c -lm -lm -lm -lm  >&5
1195conftest.c:61: warning: conflicting types for built-in function 'fork'
1196configure:20107: $? = 0
1197configure:20111: test -z
1198                         || test ! -s conftest.err
1199configure:20114: $? = 0
1200configure:20117: test -s conftest
1201configure:20120: $? = 0
1202configure:20132: result: yes
1203configure:20044: checking for vfork
1204configure:20101: /usr/bin/gcc -o conftest -pipe -O2 -m64 -I/opt/local/include -L/opt/local/lib conftest.c -lm -lm -lm -lm  >&5
1205configure:20107: $? = 0
1206configure:20111: test -z
1207                         || test ! -s conftest.err
1208configure:20114: $? = 0
1209configure:20117: test -s conftest
1210configure:20120: $? = 0
1211configure:20132: result: yes
1212configure:20143: checking for working fork
1213configure:20166: /usr/bin/gcc -o conftest -pipe -O2 -m64 -I/opt/local/include -L/opt/local/lib conftest.c -lm -lm -lm -lm  >&5
1214conftest.c: In function 'main':
1215conftest.c:10: warning: incompatible implicit declaration of built-in function 'exit'
1216configure:20169: $? = 0
1217configure:20171: ./conftest
1218configure:20174: $? = 0
1219configure:20188: result: yes
1220configure:20209: checking for working vfork
1221configure:20342: result: yes
1222configure:20373: checking for ANSI C header files
1223configure:20529: result: yes
1224configure:20539: checking for sys/wait.h that is POSIX.1 compatible
1225configure:20570: /usr/bin/gcc -c -pipe -O2 -m64 -I/opt/local/include conftest.c >&5
1226configure:20576: $? = 0
1227configure:20580: test -z
1228                         || test ! -s conftest.err
1229configure:20583: $? = 0
1230configure:20586: test -s conftest.o
1231configure:20589: $? = 0
1232configure:20600: result: yes
1233configure:20610: checking for X
1234configure:20715: /usr/bin/gcc -E -I/opt/local/include conftest.c
1235configure:20721: $? = 0
1236configure:20771: /usr/bin/gcc -o conftest -pipe -O2 -m64 -I/opt/local/include -L/opt/local/lib conftest.c -lX11 -lm -lm -lm -lm  >&5
1237configure:20777: $? = 0
1238configure:20781: test -z
1239                         || test ! -s conftest.err
1240configure:20784: $? = 0
1241configure:20787: test -s conftest
1242configure:20790: $? = 0
1243configure:20840: result: libraries , headers
1244configure:21012: /usr/bin/gcc -o conftest -pipe -O2 -m64 -I/opt/local/include -L/opt/local/lib conftest.c -lm -lm -lm -lm   -lX11 >&5
1245configure:21018: $? = 0
1246configure:21022: test -z
1247                         || test ! -s conftest.err
1248configure:21025: $? = 0
1249configure:21028: test -s conftest
1250configure:21031: $? = 0
1251configure:21189: checking for gethostbyname
1252configure:21246: /usr/bin/gcc -o conftest -pipe -O2 -m64 -I/opt/local/include -L/opt/local/lib conftest.c -lm -lm -lm -lm  >&5
1253configure:21252: $? = 0
1254configure:21256: test -z
1255                         || test ! -s conftest.err
1256configure:21259: $? = 0
1257configure:21262: test -s conftest
1258configure:21265: $? = 0
1259configure:21277: result: yes
1260configure:21428: checking for connect
1261configure:21485: /usr/bin/gcc -o conftest -pipe -O2 -m64 -I/opt/local/include -L/opt/local/lib conftest.c -lm -lm -lm -lm  >&5
1262configure:21491: $? = 0
1263configure:21495: test -z
1264                         || test ! -s conftest.err
1265configure:21498: $? = 0
1266configure:21501: test -s conftest
1267configure:21504: $? = 0
1268configure:21516: result: yes
1269configure:21591: checking for remove
1270configure:21648: /usr/bin/gcc -o conftest -pipe -O2 -m64 -I/opt/local/include -L/opt/local/lib conftest.c -lm -lm -lm -lm  >&5
1271configure:21654: $? = 0
1272configure:21658: test -z
1273                         || test ! -s conftest.err
1274configure:21661: $? = 0
1275configure:21664: test -s conftest
1276configure:21667: $? = 0
1277configure:21679: result: yes
1278configure:21754: checking for shmat
1279configure:21811: /usr/bin/gcc -o conftest -pipe -O2 -m64 -I/opt/local/include -L/opt/local/lib conftest.c -lm -lm -lm -lm  >&5
1280configure:21817: $? = 0
1281configure:21821: test -z
1282                         || test ! -s conftest.err
1283configure:21824: $? = 0
1284configure:21827: test -s conftest
1285configure:21830: $? = 0
1286configure:21842: result: yes
1287configure:21926: checking for IceConnectionNumber in -lICE
1288configure:21956: /usr/bin/gcc -o conftest -pipe -O2 -m64 -I/opt/local/include -L/opt/local/lib conftest.c -lICE  -lm -lm -lm -lm  >&5
1289configure:21962: $? = 0
1290configure:21966: test -z
1291                         || test ! -s conftest.err
1292configure:21969: $? = 0
1293configure:21972: test -s conftest
1294configure:21975: $? = 0
1295configure:21988: result: yes
1296configure:22044: checking for gcc
1297configure:22070: result: /usr/bin/gcc
1298configure:22314: checking for C compiler version
1299configure:22317: /usr/bin/gcc --version </dev/null >&5
1300i686-apple-darwin11-llvm-gcc-4.2 (GCC) 4.2.1 (Based on Apple Inc. build 5658) (LLVM build 2336.1.00)
1301Copyright (C) 2007 Free Software Foundation, Inc.
1302This is free software; see the source for copying conditions.  There is NO
1303warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
1304
1305configure:22320: $? = 0
1306configure:22322: /usr/bin/gcc -v </dev/null >&5
1307Using built-in specs.
1308Target: i686-apple-darwin11
1309Configured with: /private/var/tmp/llvmgcc42/llvmgcc42-2336.1~1/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-2336.1~1/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
1310Thread model: posix
1311gcc version 4.2.1 (Based on Apple Inc. build 5658) (LLVM build 2336.1.00)
1312configure:22325: $? = 0
1313configure:22327: /usr/bin/gcc -V </dev/null >&5
1314llvm-gcc-4.2: argument to `-V' is missing
1315configure:22330: $? = 1
1316configure:22333: checking whether we are using the GNU C compiler
1317configure:22389: result: yes
1318configure:22395: checking whether /usr/bin/gcc accepts -g
1319configure:22446: result: yes
1320configure:22463: checking for /usr/bin/gcc option to accept ANSI C
1321configure:22570: result: none needed
1322configure:22588: /usr/bin/gcc -c -pipe -O2 -m64 -I/opt/local/include conftest.c >&5
1323conftest.c:2: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'me'
1324configure:22594: $? = 1
1325configure: failed program was:
1326| #ifndef __cplusplus
1327|   choke me
1328| #endif
1329configure:22729: checking dependency style of /usr/bin/gcc
1330configure:22819: result: gcc3
1331configure:22841: checking how to run the C preprocessor
1332configure:22959: result: /usr/bin/gcc -E
1333configure:22983: /usr/bin/gcc -E -I/opt/local/include conftest.c
1334configure:22989: $? = 0
1335configure:23021: /usr/bin/gcc -E -I/opt/local/include conftest.c
1336conftest.c:43:28: error: ac_nonexistent.h: No such file or directory
1337configure:23027: $? = 1
1338configure: failed program was:
1339| /* confdefs.h.  */
1340|
1341| #define PACKAGE_NAME ""
1342| #define PACKAGE_TARNAME ""
1343| #define PACKAGE_VERSION ""
1344| #define PACKAGE_STRING ""
1345| #define PACKAGE_BUGREPORT ""
1346| #define PACKAGE "alliance"
1347| #define VERSION "5.0"
1348| #define YYTEXT_POINTER 1
1349| #define STDC_HEADERS 1
1350| #define HAVE_SYS_TYPES_H 1
1351| #define HAVE_SYS_STAT_H 1
1352| #define HAVE_STDLIB_H 1
1353| #define HAVE_STRING_H 1
1354| #define HAVE_MEMORY_H 1
1355| #define HAVE_STRINGS_H 1
1356| #define HAVE_INTTYPES_H 1
1357| #define HAVE_STDINT_H 1
1358| #define HAVE_UNISTD_H 1
1359| #define HAVE_DLFCN_H 1
1360| #ifdef __cplusplus
1361| extern "C" void exit (int);
1362| #endif
1363| #define HAVE_FCNTL_H 1
1364| #define HAVE_STRINGS_H 1
1365| #define HAVE_SYS_TIME_H 1
1366| #define HAVE_UNISTD_H 1
1367| #define HAVE_STRINGS_H 1
1368| #define HAVE_UNISTD_H 1
1369| #define HAVE_LIBM 1
1370| #define HAVE_LIBM 1
1371| #define HAVE_LIBM 1
1372| #define HAVE_LIBM 1
1373| #define HAVE_UNISTD_H 1
1374| #define HAVE_FORK 1
1375| #define HAVE_VFORK 1
1376| #define HAVE_WORKING_VFORK 1
1377| #define HAVE_WORKING_FORK 1
1378| #define STDC_HEADERS 1
1379| #define HAVE_SYS_WAIT_H 1
1380| /* end confdefs.h.  */
1381| #include <ac_nonexistent.h>
1382configure:23164: checking for C++ compiler version
1383configure:23167: /usr/bin/g++ --version </dev/null >&5
1384i686-apple-darwin11-llvm-g++-4.2 (GCC) 4.2.1 (Based on Apple Inc. build 5658) (LLVM build 2336.1.00)
1385Copyright (C) 2007 Free Software Foundation, Inc.
1386This is free software; see the source for copying conditions.  There is NO
1387warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
1388
1389configure:23170: $? = 0
1390configure:23172: /usr/bin/g++ -v </dev/null >&5
1391Using built-in specs.
1392Target: i686-apple-darwin11
1393Configured with: /private/var/tmp/llvmgcc42/llvmgcc42-2336.1~1/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-2336.1~1/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
1394Thread model: posix
1395gcc version 4.2.1 (Based on Apple Inc. build 5658) (LLVM build 2336.1.00)
1396configure:23175: $? = 0
1397configure:23177: /usr/bin/g++ -V </dev/null >&5
1398llvm-g++-4.2: argument to `-V' is missing
1399configure:23180: $? = 1
1400configure:23183: checking whether we are using the GNU C++ compiler
1401configure:23239: result: yes
1402configure:23245: checking whether /usr/bin/g++ accepts -g
1403configure:23296: result: yes
1404configure:23338: /usr/bin/g++ -c -pipe -O2 -m64 -I/opt/local/include conftest.cc >&5
1405configure:23344: $? = 0
1406configure:23348: test -z
1407                         || test ! -s conftest.err
1408configure:23351: $? = 0
1409configure:23354: test -s conftest.o
1410configure:23357: $? = 0
1411configure:23383: /usr/bin/g++ -c -pipe -O2 -m64 -I/opt/local/include conftest.cc >&5
1412configure:23389: $? = 0
1413configure:23393: test -z
1414                         || test ! -s conftest.err
1415configure:23396: $? = 0
1416configure:23399: test -s conftest.o
1417configure:23402: $? = 0
1418configure:23427: checking dependency style of /usr/bin/g++
1419configure:23517: result: gcc3
1420configure:23547: checking for a BSD-compatible install
1421configure:23602: result: /usr/bin/install -c
1422configure:23613: checking whether make sets $(MAKE)
1423configure:23633: result: yes
1424configure:23683: checking for ranlib
1425configure:23710: result: ranlib
1426configure:23726: checking for bison
1427configure:23752: result: /usr/bin/yacc
1428configure:23763: checking return type of signal handlers
1429configure:23794: /usr/bin/gcc -c -pipe -O2 -m64 -I/opt/local/include conftest.c >&5
1430configure:23800: $? = 0
1431configure:23804: test -z
1432                         || test ! -s conftest.err
1433configure:23807: $? = 0
1434configure:23810: test -s conftest.o
1435configure:23813: $? = 0
1436configure:23824: result: void
1437configure:23876: checking for Motif
1438configure:23915: /usr/bin/gcc -c  -pipe -O2 -m64  -I/opt/local/include conftest.c >&5
1439configure:23921: $? = 0
1440configure:23925: test -z
1441                         || test ! -s conftest.err
1442configure:23928: $? = 0
1443configure:23931: test -s conftest.o
1444configure:23934: $? = 0
1445configure:24016: /usr/bin/gcc -o conftest  -pipe -O2 -m64  -I/opt/local/include  -L/opt/local/lib conftest.c  -lSM -lICE -lXm -lXt -lX11  -lm -lm -lm -lm  >&5
1446configure:24022: $? = 0
1447configure:24026: test -z
1448                         || test ! -s conftest.err
1449configure:24029: $? = 0
1450configure:24032: test -s conftest
1451configure:24035: $? = 0
1452configure:24140: result: libraries in default path, headers in default path
1453configure:24170: checking for Xpm
1454configure:24210: /usr/bin/gcc -c  -pipe -O2 -m64  -I/opt/local/include conftest.c >&5
1455configure:24216: $? = 0
1456configure:24220: test -z
1457                         || test ! -s conftest.err
1458configure:24223: $? = 0
1459configure:24226: test -s conftest.o
1460configure:24229: $? = 0
1461configure:24318: /usr/bin/gcc -o conftest  -pipe -O2 -m64  -I/opt/local/include  -L/opt/local/lib conftest.c  -lSM -lICE -lXpm -lXt -lX11  -lm -lm -lm -lm  >&5
1462configure:24324: $? = 0
1463configure:24328: test -z
1464                         || test ! -s conftest.err
1465configure:24331: $? = 0
1466configure:24334: test -s conftest
1467configure:24337: $? = 0
1468configure:24424: result: libraries in default path, headers in default path
1469configure:24433: checking for XOpenDisplay in -lX11
1470configure:24463: /usr/bin/gcc -o conftest -pipe -O2 -m64  -I/opt/local/include  -L/opt/local/lib  conftest.c -lX11  -lSM -lICE  -lm -lm -lm -lm   >&5
1471configure:24469: $? = 0
1472configure:24473: test -z
1473                         || test ! -s conftest.err
1474configure:24476: $? = 0
1475configure:24479: test -s conftest
1476configure:24482: $? = 0
1477configure:24495: result: yes
1478configure:24513: checking for _Xlcmbcurmax in -lXintl
1479configure:24543: /usr/bin/gcc -o conftest -pipe -O2 -m64  -I/opt/local/include  -L/opt/local/lib  conftest.c -lXintl  -lSM -lICE -lX11  -lm -lm -lm -lm   >&5
1480ld: library not found for -lXintl
1481collect2: ld returned 1 exit status
1482configure:24549: $? = 1
1483configure: failed program was:
1484| /* confdefs.h.  */
1485|
1486| #define PACKAGE_NAME ""
1487| #define PACKAGE_TARNAME ""
1488| #define PACKAGE_VERSION ""
1489| #define PACKAGE_STRING ""
1490| #define PACKAGE_BUGREPORT ""
1491| #define PACKAGE "alliance"
1492| #define VERSION "5.0"
1493| #define YYTEXT_POINTER 1
1494| #define STDC_HEADERS 1
1495| #define HAVE_SYS_TYPES_H 1
1496| #define HAVE_SYS_STAT_H 1
1497| #define HAVE_STDLIB_H 1
1498| #define HAVE_STRING_H 1
1499| #define HAVE_MEMORY_H 1
1500| #define HAVE_STRINGS_H 1
1501| #define HAVE_INTTYPES_H 1
1502| #define HAVE_STDINT_H 1
1503| #define HAVE_UNISTD_H 1
1504| #define HAVE_DLFCN_H 1
1505| #ifdef __cplusplus
1506| extern "C" void exit (int);
1507| #endif
1508| #define HAVE_FCNTL_H 1
1509| #define HAVE_STRINGS_H 1
1510| #define HAVE_SYS_TIME_H 1
1511| #define HAVE_UNISTD_H 1
1512| #define HAVE_STRINGS_H 1
1513| #define HAVE_UNISTD_H 1
1514| #define HAVE_LIBM 1
1515| #define HAVE_LIBM 1
1516| #define HAVE_LIBM 1
1517| #define HAVE_LIBM 1
1518| #define HAVE_UNISTD_H 1
1519| #define HAVE_FORK 1
1520| #define HAVE_VFORK 1
1521| #define HAVE_WORKING_VFORK 1
1522| #define HAVE_WORKING_FORK 1
1523| #define STDC_HEADERS 1
1524| #define HAVE_SYS_WAIT_H 1
1525| #define RETSIGTYPE void
1526| #define HAVE_MOTIF 1
1527| #define HAVE_XPM 1
1528| /* end confdefs.h.  */
1529|
1530| /* Override any gcc2 internal prototype to avoid an error.  */
1531| #ifdef __cplusplus
1532| extern "C"
1533| #endif
1534| /* We use char because int might match the return type of a gcc2
1535|    builtin and then its argument prototype would still apply.  */
1536| char _Xlcmbcurmax ();
1537| int
1538| main ()
1539| {
1540| _Xlcmbcurmax ();
1541|   ;
1542|   return 0;
1543| }
1544configure:24575: result: no
1545configure:24581: checking for shmap in -lipc
1546configure:24611: /usr/bin/gcc -o conftest -pipe -O2 -m64  -I/opt/local/include  -L/opt/local/lib  conftest.c -lipc  -lSM -lICE -lX11  -lm -lm -lm -lm   >&5
1547ld: library not found for -lipc
1548collect2: ld returned 1 exit status
1549configure:24617: $? = 1
1550configure: failed program was:
1551| /* confdefs.h.  */
1552|
1553| #define PACKAGE_NAME ""
1554| #define PACKAGE_TARNAME ""
1555| #define PACKAGE_VERSION ""
1556| #define PACKAGE_STRING ""
1557| #define PACKAGE_BUGREPORT ""
1558| #define PACKAGE "alliance"
1559| #define VERSION "5.0"
1560| #define YYTEXT_POINTER 1
1561| #define STDC_HEADERS 1
1562| #define HAVE_SYS_TYPES_H 1
1563| #define HAVE_SYS_STAT_H 1
1564| #define HAVE_STDLIB_H 1
1565| #define HAVE_STRING_H 1
1566| #define HAVE_MEMORY_H 1
1567| #define HAVE_STRINGS_H 1
1568| #define HAVE_INTTYPES_H 1
1569| #define HAVE_STDINT_H 1
1570| #define HAVE_UNISTD_H 1
1571| #define HAVE_DLFCN_H 1
1572| #ifdef __cplusplus
1573| extern "C" void exit (int);
1574| #endif
1575| #define HAVE_FCNTL_H 1
1576| #define HAVE_STRINGS_H 1
1577| #define HAVE_SYS_TIME_H 1
1578| #define HAVE_UNISTD_H 1
1579| #define HAVE_STRINGS_H 1
1580| #define HAVE_UNISTD_H 1
1581| #define HAVE_LIBM 1
1582| #define HAVE_LIBM 1
1583| #define HAVE_LIBM 1
1584| #define HAVE_LIBM 1
1585| #define HAVE_UNISTD_H 1
1586| #define HAVE_FORK 1
1587| #define HAVE_VFORK 1
1588| #define HAVE_WORKING_VFORK 1
1589| #define HAVE_WORKING_FORK 1
1590| #define STDC_HEADERS 1
1591| #define HAVE_SYS_WAIT_H 1
1592| #define RETSIGTYPE void
1593| #define HAVE_MOTIF 1
1594| #define HAVE_XPM 1
1595| /* end confdefs.h.  */
1596|
1597| /* Override any gcc2 internal prototype to avoid an error.  */
1598| #ifdef __cplusplus
1599| extern "C"
1600| #endif
1601| /* We use char because int might match the return type of a gcc2
1602|    builtin and then its argument prototype would still apply.  */
1603| char shmap ();
1604| int
1605| main ()
1606| {
1607| shmap ();
1608|   ;
1609|   return 0;
1610| }
1611configure:24643: result: no
1612configure:24650: checking for XtToolkitInitialize in -lXt
1613configure:24680: /usr/bin/gcc -o conftest -pipe -O2 -m64  -I/opt/local/include  -L/opt/local/lib  conftest.c -lXt  -lSM -lICE -lX11  -lm -lm -lm -lm   >&5
1614configure:24686: $? = 0
1615configure:24690: test -z
1616                         || test ! -s conftest.err
1617configure:24693: $? = 0
1618configure:24696: test -s conftest
1619configure:24699: $? = 0
1620configure:24712: result: yes
1621configure:24733: checking for XShapeQueryVersion in -lXext
1622configure:24763: /usr/bin/gcc -o conftest -pipe -O2 -m64  -I/opt/local/include  -L/opt/local/lib  conftest.c -lXext  -lSM -lICE -lX11  -lm -lm -lm -lm   >&5
1623configure:24769: $? = 0
1624configure:24773: test -z
1625                         || test ! -s conftest.err
1626configure:24776: $? = 0
1627configure:24779: test -s conftest
1628configure:24782: $? = 0
1629configure:24795: result: yes
1630configure:24805: checking for XpmCreatePixmapFromXpmImage in -lXpm
1631configure:24835: /usr/bin/gcc -o conftest -pipe -O2 -m64  -I/opt/local/include  -L/opt/local/lib  conftest.c -lXpm  -lSM -lICE -lX11  -lm -lm -lm -lm   >&5
1632configure:24841: $? = 0
1633configure:24845: test -z
1634                         || test ! -s conftest.err
1635configure:24848: $? = 0
1636configure:24851: test -s conftest
1637configure:24854: $? = 0
1638configure:24867: result: yes
1639configure:24893: checking X11/xpm.h usability
1640configure:24905: /usr/bin/gcc -c -pipe -O2 -m64  -I/opt/local/include  conftest.c >&5
1641configure:24911: $? = 0
1642configure:24915: test -z
1643                         || test ! -s conftest.err
1644configure:24918: $? = 0
1645configure:24921: test -s conftest.o
1646configure:24924: $? = 0
1647configure:24934: result: yes
1648configure:24938: checking X11/xpm.h presence
1649configure:24948: /usr/bin/gcc -E -I/opt/local/include  conftest.c
1650configure:24954: $? = 0
1651configure:24974: result: yes
1652configure:25009: checking for X11/xpm.h
1653configure:25016: result: yes
1654configure:24893: checking xpm.h usability
1655configure:24905: /usr/bin/gcc -c -pipe -O2 -m64  -I/opt/local/include  conftest.c >&5
1656conftest.c:82:17: error: xpm.h: No such file or directory
1657configure:24911: $? = 1
1658configure: failed program was:
1659| /* confdefs.h.  */
1660|
1661| #define PACKAGE_NAME ""
1662| #define PACKAGE_TARNAME ""
1663| #define PACKAGE_VERSION ""
1664| #define PACKAGE_STRING ""
1665| #define PACKAGE_BUGREPORT ""
1666| #define PACKAGE "alliance"
1667| #define VERSION "5.0"
1668| #define YYTEXT_POINTER 1
1669| #define STDC_HEADERS 1
1670| #define HAVE_SYS_TYPES_H 1
1671| #define HAVE_SYS_STAT_H 1
1672| #define HAVE_STDLIB_H 1
1673| #define HAVE_STRING_H 1
1674| #define HAVE_MEMORY_H 1
1675| #define HAVE_STRINGS_H 1
1676| #define HAVE_INTTYPES_H 1
1677| #define HAVE_STDINT_H 1
1678| #define HAVE_UNISTD_H 1
1679| #define HAVE_DLFCN_H 1
1680| #ifdef __cplusplus
1681| extern "C" void exit (int);
1682| #endif
1683| #define HAVE_FCNTL_H 1
1684| #define HAVE_STRINGS_H 1
1685| #define HAVE_SYS_TIME_H 1
1686| #define HAVE_UNISTD_H 1
1687| #define HAVE_STRINGS_H 1
1688| #define HAVE_UNISTD_H 1
1689| #define HAVE_LIBM 1
1690| #define HAVE_LIBM 1
1691| #define HAVE_LIBM 1
1692| #define HAVE_LIBM 1
1693| #define HAVE_UNISTD_H 1
1694| #define HAVE_FORK 1
1695| #define HAVE_VFORK 1
1696| #define HAVE_WORKING_VFORK 1
1697| #define HAVE_WORKING_FORK 1
1698| #define STDC_HEADERS 1
1699| #define HAVE_SYS_WAIT_H 1
1700| #define RETSIGTYPE void
1701| #define HAVE_MOTIF 1
1702| #define HAVE_XPM 1
1703| #define HAVE_XPM 1
1704| #define HAVE_X11_XPM_H 1
1705| /* end confdefs.h.  */
1706| #include <stdio.h>
1707| #if HAVE_SYS_TYPES_H
1708| # include <sys/types.h>
1709| #endif
1710| #if HAVE_SYS_STAT_H
1711| # include <sys/stat.h>
1712| #endif
1713| #if STDC_HEADERS
1714| # include <stdlib.h>
1715| # include <stddef.h>
1716| #else
1717| # if HAVE_STDLIB_H
1718| #  include <stdlib.h>
1719| # endif
1720| #endif
1721| #if HAVE_STRING_H
1722| # if !STDC_HEADERS && HAVE_MEMORY_H
1723| #  include <memory.h>
1724| # endif
1725| # include <string.h>
1726| #endif
1727| #if HAVE_STRINGS_H
1728| # include <strings.h>
1729| #endif
1730| #if HAVE_INTTYPES_H
1731| # include <inttypes.h>
1732| #else
1733| # if HAVE_STDINT_H
1734| #  include <stdint.h>
1735| # endif
1736| #endif
1737| #if HAVE_UNISTD_H
1738| # include <unistd.h>
1739| #endif
1740| #include <xpm.h>
1741configure:24934: result: no
1742configure:24938: checking xpm.h presence
1743configure:24948: /usr/bin/gcc -E -I/opt/local/include  conftest.c
1744conftest.c:48:17: error: xpm.h: No such file or directory
1745configure:24954: $? = 1
1746configure: failed program was:
1747| /* confdefs.h.  */
1748|
1749| #define PACKAGE_NAME ""
1750| #define PACKAGE_TARNAME ""
1751| #define PACKAGE_VERSION ""
1752| #define PACKAGE_STRING ""
1753| #define PACKAGE_BUGREPORT ""
1754| #define PACKAGE "alliance"
1755| #define VERSION "5.0"
1756| #define YYTEXT_POINTER 1
1757| #define STDC_HEADERS 1
1758| #define HAVE_SYS_TYPES_H 1
1759| #define HAVE_SYS_STAT_H 1
1760| #define HAVE_STDLIB_H 1
1761| #define HAVE_STRING_H 1
1762| #define HAVE_MEMORY_H 1
1763| #define HAVE_STRINGS_H 1
1764| #define HAVE_INTTYPES_H 1
1765| #define HAVE_STDINT_H 1
1766| #define HAVE_UNISTD_H 1
1767| #define HAVE_DLFCN_H 1
1768| #ifdef __cplusplus
1769| extern "C" void exit (int);
1770| #endif
1771| #define HAVE_FCNTL_H 1
1772| #define HAVE_STRINGS_H 1
1773| #define HAVE_SYS_TIME_H 1
1774| #define HAVE_UNISTD_H 1
1775| #define HAVE_STRINGS_H 1
1776| #define HAVE_UNISTD_H 1
1777| #define HAVE_LIBM 1
1778| #define HAVE_LIBM 1
1779| #define HAVE_LIBM 1
1780| #define HAVE_LIBM 1
1781| #define HAVE_UNISTD_H 1
1782| #define HAVE_FORK 1
1783| #define HAVE_VFORK 1
1784| #define HAVE_WORKING_VFORK 1
1785| #define HAVE_WORKING_FORK 1
1786| #define STDC_HEADERS 1
1787| #define HAVE_SYS_WAIT_H 1
1788| #define RETSIGTYPE void
1789| #define HAVE_MOTIF 1
1790| #define HAVE_XPM 1
1791| #define HAVE_XPM 1
1792| #define HAVE_X11_XPM_H 1
1793| /* end confdefs.h.  */
1794| #include <xpm.h>
1795configure:24974: result: no
1796configure:25009: checking for xpm.h
1797configure:25016: result: no
1798configure:25038: checking for XpSelectInput in -lXp
1799configure:25068: /usr/bin/gcc -o conftest -pipe -O2 -m64  -I/opt/local/include  -L/opt/local/lib  conftest.c -lXp -lXpm -lXext -lXt  -lSM -lICE -lX11  -lm -lm -lm -lm   >&5
1800configure:25074: $? = 0
1801configure:25078: test -z
1802                         || test ! -s conftest.err
1803configure:25081: $? = 0
1804configure:25084: test -s conftest
1805configure:25087: $? = 0
1806configure:25100: result: yes
1807configure:25110: checking for XmCreateOptionMenu in -lXm
1808configure:25140: /usr/bin/gcc -o conftest -pipe -O2 -m64  -I/opt/local/include  -L/opt/local/lib  conftest.c -lXm -lXp -lXpm -lXext -lXt  -lSM -lICE -lX11  -lm -lm -lm -lm   >&5
1809configure:25146: $? = 0
1810configure:25150: test -z
1811                         || test ! -s conftest.err
1812configure:25153: $? = 0
1813configure:25156: test -s conftest
1814configure:25159: $? = 0
1815configure:25172: result: yes
1816configure:25182: checking for xmUseVersion in -lXm
1817configure:25212: /usr/bin/gcc -o conftest -pipe -O2 -m64  -I/opt/local/include  -L/opt/local/lib  conftest.c -lXm -lXp -lXpm -lXext -lXt  -lSM -lICE -lX11  -lm -lm -lm -lm   >&5
1818configure:25218: $? = 0
1819configure:25222: test -z
1820                         || test ! -s conftest.err
1821configure:25225: $? = 0
1822configure:25228: test -s conftest
1823configure:25231: $? = 0
1824configure:25244: result: yes
1825configure:25253: checking for XmInstallImage in -lXm
1826configure:25283: /usr/bin/gcc -o conftest -pipe -O2 -m64  -I/opt/local/include  -L/opt/local/lib  conftest.c -lXm -lXp -lXpm -lXext -lXt  -lSM -lICE -lX11  -lm -lm -lm -lm   >&5
1827configure:25289: $? = 0
1828configure:25293: test -z
1829                         || test ! -s conftest.err
1830configure:25296: $? = 0
1831configure:25299: test -s conftest
1832configure:25302: $? = 0
1833configure:25315: result: yes
1834configure:25324: checking for Xm21InstallImage in -lXm
1835configure:25354: /usr/bin/gcc -o conftest -pipe -O2 -m64  -I/opt/local/include  -L/opt/local/lib  conftest.c -lXm -lXp -lXpm -lXext -lXt  -lSM -lICE -lX11  -lm -lm -lm -lm   >&5
1836Undefined symbols for architecture x86_64:
1837  "_Xm21InstallImage", referenced from:
1838      _main in cchqZGLN.o
1839ld: symbol(s) not found for architecture x86_64
1840collect2: ld returned 1 exit status
1841configure:25360: $? = 1
1842configure: failed program was:
1843| /* confdefs.h.  */
1844|
1845| #define PACKAGE_NAME ""
1846| #define PACKAGE_TARNAME ""
1847| #define PACKAGE_VERSION ""
1848| #define PACKAGE_STRING ""
1849| #define PACKAGE_BUGREPORT ""
1850| #define PACKAGE "alliance"
1851| #define VERSION "5.0"
1852| #define YYTEXT_POINTER 1
1853| #define STDC_HEADERS 1
1854| #define HAVE_SYS_TYPES_H 1
1855| #define HAVE_SYS_STAT_H 1
1856| #define HAVE_STDLIB_H 1
1857| #define HAVE_STRING_H 1
1858| #define HAVE_MEMORY_H 1
1859| #define HAVE_STRINGS_H 1
1860| #define HAVE_INTTYPES_H 1
1861| #define HAVE_STDINT_H 1
1862| #define HAVE_UNISTD_H 1
1863| #define HAVE_DLFCN_H 1
1864| #ifdef __cplusplus
1865| extern "C" void exit (int);
1866| #endif
1867| #define HAVE_FCNTL_H 1
1868| #define HAVE_STRINGS_H 1
1869| #define HAVE_SYS_TIME_H 1
1870| #define HAVE_UNISTD_H 1
1871| #define HAVE_STRINGS_H 1
1872| #define HAVE_UNISTD_H 1
1873| #define HAVE_LIBM 1
1874| #define HAVE_LIBM 1
1875| #define HAVE_LIBM 1
1876| #define HAVE_LIBM 1
1877| #define HAVE_UNISTD_H 1
1878| #define HAVE_FORK 1
1879| #define HAVE_VFORK 1
1880| #define HAVE_WORKING_VFORK 1
1881| #define HAVE_WORKING_FORK 1
1882| #define STDC_HEADERS 1
1883| #define HAVE_SYS_WAIT_H 1
1884| #define RETSIGTYPE void
1885| #define HAVE_MOTIF 1
1886| #define HAVE_XPM 1
1887| #define HAVE_XPM 1
1888| #define HAVE_X11_XPM_H 1
1889| #define HAVE_XP 1
1890| #define HAVE_MOTIF 1
1891| #define HAVE_XMUSEVERSION 1
1892| #define HAVE_XMINSTALLIMAGE 1
1893| /* end confdefs.h.  */
1894|
1895| /* Override any gcc2 internal prototype to avoid an error.  */
1896| #ifdef __cplusplus
1897| extern "C"
1898| #endif
1899| /* We use char because int might match the return type of a gcc2
1900|    builtin and then its argument prototype would still apply.  */
1901| char Xm21InstallImage ();
1902| int
1903| main ()
1904| {
1905| Xm21InstallImage ();
1906|   ;
1907|   return 0;
1908| }
1909configure:25386: result: no
1910configure:25434: checking for alliance
1911configure:25445: result: using  $ALLIANCE_TOP ()
1912configure:25551: checking for basename in -lgen
1913configure:25613: result: no
1914configure:25625: checking for basename in -liberty
1915configure:25687: result: no
1916configure:26302: creating ./config.status
1917
1918## ---------------------- ##
1919## Running config.status. ##
1920## ---------------------- ##
1921
1922This file was extended by config.status, which was
1923generated by GNU Autoconf 2.59.  Invocation command line was
1924
1925  CONFIG_FILES    =
1926  CONFIG_HEADERS  =
1927  CONFIG_LINKS    =
1928  CONFIG_COMMANDS =
1929  $ ./config.status
1930
1931on MacBook-Pro-de-HEINRICH.local
1932
1933config.status:1166: creating Makefile
1934config.status:1166: creating distrib/alliance.spec
1935config.status:1166: creating distrib/etc/alc_env.sh
1936config.status:1166: creating distrib/etc/alc_env.csh
1937config.status:1166: creating mbk/Makefile
1938config.status:1166: creating mbk/man1/Makefile
1939config.status:1166: creating mbk/man3/Makefile
1940config.status:1166: creating mbk/man5/Makefile
1941config.status:1166: creating mbk/src/Makefile
1942config.status:1166: creating mbkal/Makefile
1943config.status:1166: creating mbkal/doc/Makefile
1944config.status:1166: creating mbkal/src/Makefile
1945config.status:1166: creating mbkap/Makefile
1946config.status:1166: creating mbkap/src/Makefile
1947config.status:1166: creating mbkedif/Makefile
1948config.status:1166: creating mbkedif/src/Makefile
1949config.status:1166: creating mbkhilo/Makefile
1950config.status:1166: creating mbkhilo/src/Makefile
1951config.status:1166: creating mbkmg/Makefile
1952config.status:1166: creating mbkmg/src/Makefile
1953config.status:1166: creating mbkspice/Makefile
1954config.status:1166: creating mbkspice/doc/Makefile
1955config.status:1166: creating mbkspice/etc/Makefile
1956config.status:1166: creating mbkspice/src/Makefile
1957config.status:1166: creating mbkvhdl/Makefile
1958config.status:1166: creating mbkvhdl/src/Makefile
1959config.status:1166: creating mbkvrlog/Makefile
1960config.status:1166: creating mbkvrlog/src/Makefile
1961config.status:1166: creating mbkvti/Makefile
1962config.status:1166: creating mbkvti/src/Makefile
1963config.status:1166: creating mbkvhdlg/Makefile
1964config.status:1166: creating mbkvhdlg/src/Makefile
1965config.status:1166: creating aut/Makefile
1966config.status:1166: creating aut/man1/Makefile
1967config.status:1166: creating aut/man3/Makefile
1968config.status:1166: creating aut/src/Makefile
1969config.status:1166: creating rds/Makefile
1970config.status:1166: creating rds/etc/Makefile
1971config.status:1166: creating rds/man3/Makefile
1972config.status:1166: creating rds/src/Makefile
1973config.status:1166: creating rdscif/Makefile
1974config.status:1166: creating rdscif/src/Makefile
1975config.status:1166: creating rdsgds/Makefile
1976config.status:1166: creating rdsgds/src/Makefile
1977config.status:1166: creating elp/Makefile
1978config.status:1166: creating elp/etc/Makefile
1979config.status:1166: creating elp/src/Makefile
1980config.status:1166: creating abl/Makefile
1981config.status:1166: creating abl/man1/Makefile
1982config.status:1166: creating abl/man3/Makefile
1983config.status:1166: creating abl/src/Makefile
1984config.status:1166: creating bdd/Makefile
1985config.status:1166: creating bdd/man1/Makefile
1986config.status:1166: creating bdd/man3/Makefile
1987config.status:1166: creating bdd/src/Makefile
1988config.status:1166: creating log/Makefile
1989config.status:1166: creating log/man1/Makefile
1990config.status:1166: creating log/man3/Makefile
1991config.status:1166: creating log/src/Makefile
1992config.status:1166: creating btr/Makefile
1993config.status:1166: creating btr/src/Makefile
1994config.status:1166: creating vex/Makefile
1995config.status:1166: creating vex/src/Makefile
1996config.status:1166: creating ctl/Makefile
1997config.status:1166: creating ctl/man5/Makefile
1998config.status:1166: creating ctl/src/Makefile
1999config.status:1166: creating ctp/Makefile
2000config.status:1166: creating ctp/src/Makefile
2001config.status:1166: creating abe/Makefile
2002config.status:1166: creating abe/src/Makefile
2003config.status:1166: creating abt/Makefile
2004config.status:1166: creating abt/src/Makefile
2005config.status:1166: creating abv/Makefile
2006config.status:1166: creating abv/src/Makefile
2007config.status:1166: creating fsm/Makefile
2008config.status:1166: creating fsm/man1/Makefile
2009config.status:1166: creating fsm/man5/Makefile
2010config.status:1166: creating fsm/src/Makefile
2011config.status:1166: creating fks/Makefile
2012config.status:1166: creating fks/src/Makefile
2013config.status:1166: creating fvh/Makefile
2014config.status:1166: creating fvh/src/Makefile
2015config.status:1166: creating ftl/Makefile
2016config.status:1166: creating ftl/src/Makefile
2017config.status:1166: creating rtn/Makefile
2018config.status:1166: creating rtn/src/Makefile
2019config.status:1166: creating rtd/Makefile
2020config.status:1166: creating rtd/src/Makefile
2021config.status:1166: creating scl/Makefile
2022config.status:1166: creating scl/src/Makefile
2023config.status:1166: creating vbh/Makefile
2024config.status:1166: creating vbh/src/Makefile
2025config.status:1166: creating vbl/Makefile
2026config.status:1166: creating vbl/src/Makefile
2027config.status:1166: creating vpn/Makefile
2028config.status:1166: creating vpn/src/Makefile
2029config.status:1166: creating vpd/Makefile
2030config.status:1166: creating vpd/src/Makefile
2031config.status:1166: creating vvh/Makefile
2032config.status:1166: creating vvh/src/Makefile
2033config.status:1166: creating vtl/Makefile
2034config.status:1166: creating vtl/src/Makefile
2035config.status:1166: creating pat/Makefile
2036config.status:1166: creating pat/doc/Makefile
2037config.status:1166: creating pat/src/Makefile
2038config.status:1166: creating ppt/Makefile
2039config.status:1166: creating ppt/src/Makefile
2040config.status:1166: creating phl/Makefile
2041config.status:1166: creating phl/src/Makefile
2042config.status:1166: creating druc/Makefile
2043config.status:1166: creating druc/man1/Makefile
2044config.status:1166: creating druc/src/Makefile
2045config.status:1166: creating beh/Makefile
2046config.status:1166: creating beh/man3/Makefile
2047config.status:1166: creating beh/src/Makefile
2048config.status:1166: creating bhl/Makefile
2049config.status:1166: creating bhl/src/Makefile
2050config.status:1166: creating bvl/Makefile
2051config.status:1166: creating bvl/src/Makefile
2052config.status:1166: creating alcban/Makefile
2053config.status:1166: creating alcban/man1/Makefile
2054config.status:1166: creating alcban/src/Makefile
2055config.status:1166: creating asimut/Makefile
2056config.status:1166: creating asimut/man1/Makefile
2057config.status:1166: creating asimut/src/Makefile
2058config.status:1166: creating attila/Makefile
2059config.status:1166: creating attila/doc/Makefile
2060config.status:1166: creating attila/doc/attila/Makefile
2061config.status:1166: creating attila/doc/man1/Makefile
2062config.status:1166: creating attila/etc/Makefile
2063config.status:1166: creating attila/src/Makefile
2064config.status:1166: creating b2f/Makefile
2065config.status:1166: creating b2f/src/Makefile
2066config.status:1166: creating boog/Makefile
2067config.status:1166: creating boog/doc/Makefile
2068config.status:1166: creating boog/src/Makefile
2069config.status:1166: creating boom/Makefile
2070config.status:1166: creating boom/man1/Makefile
2071config.status:1166: creating boom/src/Makefile
2072config.status:1166: creating cells/Makefile
2073config.status:1166: creating cells/doc/Makefile
2074config.status:1166: creating cells/src/Makefile
2075config.status:1166: creating cells/src/dp_sxlib/Makefile
2076config.status:1166: creating cells/src/padlib/Makefile
2077config.status:1166: creating cells/src/pxlib/Makefile
2078config.status:1166: creating cells/src/ramlib/Makefile
2079config.status:1166: creating cells/src/rf2lib/Makefile
2080config.status:1166: creating cells/src/rflib/Makefile
2081config.status:1166: creating cells/src/romlib/Makefile
2082config.status:1166: creating cells/src/sxlib/Makefile
2083config.status:1166: creating distrib/Makefile
2084config.status:1166: creating distrib/doc/Makefile
2085config.status:1166: creating distrib/etc/Makefile
2086config.status:1166: creating dreal/Makefile
2087config.status:1166: creating dreal/etc/Makefile
2088config.status:1166: creating dreal/man1/Makefile
2089config.status:1166: creating dreal/src/Makefile
2090config.status:1166: creating exp/Makefile
2091config.status:1166: creating exp/doc/Makefile
2092config.status:1166: creating exp/src/Makefile
2093config.status:1166: creating flatbeh/Makefile
2094config.status:1166: creating flatbeh/doc/Makefile
2095config.status:1166: creating flatbeh/src/Makefile
2096config.status:1166: creating flatlo/Makefile
2097config.status:1166: creating flatlo/doc/Makefile
2098config.status:1166: creating flatlo/src/Makefile
2099config.status:1166: creating flatph/Makefile
2100config.status:1166: creating flatph/doc/Makefile
2101config.status:1166: creating flatph/src/Makefile
2102config.status:1166: creating fmi/Makefile
2103config.status:1166: creating fmi/man1/Makefile
2104config.status:1166: creating fmi/src/Makefile
2105config.status:1166: creating fsp/Makefile
2106config.status:1166: creating fsp/man1/Makefile
2107config.status:1166: creating fsp/src/Makefile
2108config.status:1166: creating genlib/Makefile
2109config.status:1166: creating genlib/doc/Makefile
2110config.status:1166: creating genlib/doc/genlib/Makefile
2111config.status:1166: creating genlib/man1/Makefile
2112config.status:1166: creating genlib/man3/Makefile
2113config.status:1166: creating genlib/src/Makefile
2114config.status:1166: creating genpat/Makefile
2115config.status:1166: creating genpat/doc/Makefile
2116config.status:1166: creating genpat/doc/man1/Makefile
2117config.status:1166: creating genpat/doc/man3/Makefile
2118config.status:1166: creating genpat/src/Makefile
2119config.status:1166: creating graal/Makefile
2120config.status:1166: creating graal/etc/Makefile
2121config.status:1166: creating graal/man1/Makefile
2122config.status:1166: creating graal/src/Makefile
2123config.status:1166: creating k2f/Makefile
2124config.status:1166: creating k2f/man1/Makefile
2125config.status:1166: creating k2f/src/Makefile
2126config.status:1166: creating l2p/Makefile
2127config.status:1166: creating l2p/man1/Makefile
2128config.status:1166: creating l2p/src/Makefile
2129config.status:1166: creating loon/Makefile
2130config.status:1166: creating loon/doc/Makefile
2131config.status:1166: creating loon/src/Makefile
2132config.status:1166: creating lvx/Makefile
2133config.status:1166: creating lvx/doc/Makefile
2134config.status:1166: creating lvx/src/Makefile
2135config.status:1166: creating lynx/Makefile
2136config.status:1166: creating lynx/man1/Makefile
2137config.status:1166: creating lynx/src/Makefile
2138config.status:1166: creating m2e/Makefile
2139config.status:1166: creating m2e/doc/Makefile
2140config.status:1166: creating m2e/doc/man1/Makefile
2141config.status:1166: creating m2e/src/Makefile
2142config.status:1166: creating mips_asm/Makefile
2143config.status:1166: creating mips_asm/src/Makefile
2144config.status:1166: creating mocha/Makefile
2145config.status:1166: creating mocha/man1/Makefile
2146config.status:1166: creating mocha/src/Makefile
2147config.status:1166: creating nero/Makefile
2148config.status:1166: creating nero/doc/Makefile
2149config.status:1166: creating nero/doc/man1/Makefile
2150config.status:1166: creating nero/doc/nero/Makefile
2151config.status:1166: creating nero/src/Makefile
2152config.status:1166: creating ocp/Makefile
2153config.status:1166: creating ocp/doc/Makefile
2154config.status:1166: creating ocp/src/Makefile
2155config.status:1166: creating ocp/src/common/Makefile
2156config.status:1166: creating ocp/src/placer/Makefile
2157config.status:1166: creating pat2spi/Makefile
2158config.status:1166: creating pat2spi/man1/Makefile
2159config.status:1166: creating pat2spi/src/Makefile
2160config.status:1166: creating proof/Makefile
2161config.status:1166: creating proof/man1/Makefile
2162config.status:1166: creating proof/src/Makefile
2163config.status:1166: creating ring/Makefile
2164config.status:1166: creating ring/doc/Makefile
2165config.status:1166: creating ring/src/Makefile
2166config.status:1166: creating s2r/Makefile
2167config.status:1166: creating s2r/doc/Makefile
2168config.status:1166: creating s2r/src/Makefile
2169config.status:1166: creating scapin/Makefile
2170config.status:1166: creating scapin/etc/Makefile
2171config.status:1166: creating scapin/man1/Makefile
2172config.status:1166: creating scapin/src/Makefile
2173config.status:1166: creating sea/Makefile
2174config.status:1166: creating sea/etc/Makefile
2175config.status:1166: creating sea/src/Makefile
2176config.status:1166: creating syf/Makefile
2177config.status:1166: creating syf/man1/Makefile
2178config.status:1166: creating syf/src/Makefile
2179config.status:1166: creating vasy/Makefile
2180config.status:1166: creating vasy/man1/Makefile
2181config.status:1166: creating vasy/man5/Makefile
2182config.status:1166: creating vasy/src/Makefile
2183config.status:1166: creating x2y/Makefile
2184config.status:1166: creating x2y/doc/Makefile
2185config.status:1166: creating x2y/src/Makefile
2186config.status:1166: creating xfsm/Makefile
2187config.status:1166: creating xfsm/etc/Makefile
2188config.status:1166: creating xfsm/src/Makefile
2189config.status:1166: creating xgra/Makefile
2190config.status:1166: creating xgra/etc/Makefile
2191config.status:1166: creating xgra/src/Makefile
2192config.status:1166: creating xpat/Makefile
2193config.status:1166: creating xpat/etc/Makefile
2194config.status:1166: creating xpat/man1/Makefile
2195config.status:1166: creating xpat/src/Makefile
2196config.status:1166: creating xsch/Makefile
2197config.status:1166: creating xsch/etc/Makefile
2198config.status:1166: creating xsch/man1/Makefile
2199config.status:1166: creating xsch/src/Makefile
2200config.status:1166: creating xvpn/Makefile
2201config.status:1166: creating xvpn/etc/Makefile
2202config.status:1166: creating xvpn/src/Makefile
2203config.status:1166: creating documentation/Makefile
2204config.status:1166: creating documentation/tutorials/Makefile
2205config.status:1349: executing depfiles commands
2206
2207## ---------------- ##
2208## Cache variables. ##
2209## ---------------- ##
2210
2211ac_cv_build=i686-apple-darwin11.2.0
2212ac_cv_build_alias=i686-apple-darwin11.2.0
2213ac_cv_c_compiler_gnu=yes
2214ac_cv_c_const=yes
2215ac_cv_cxx_compiler_gnu=yes
2216ac_cv_env_CC_set=set
2217ac_cv_env_CC_value=/usr/bin/gcc
2218ac_cv_env_CFLAGS_set=set
2219ac_cv_env_CFLAGS_value='-pipe -O2 -m64'
2220ac_cv_env_CPPFLAGS_set=set
2221ac_cv_env_CPPFLAGS_value=-I/opt/local/include
2222ac_cv_env_CPP_set=
2223ac_cv_env_CPP_value=
2224ac_cv_env_CXXCPP_set=
2225ac_cv_env_CXXCPP_value=
2226ac_cv_env_CXXFLAGS_set=set
2227ac_cv_env_CXXFLAGS_value='-pipe -O2 -m64'
2228ac_cv_env_CXX_set=set
2229ac_cv_env_CXX_value=/usr/bin/g++
2230ac_cv_env_F77_set=
2231ac_cv_env_F77_value=
2232ac_cv_env_FFLAGS_set=set
2233ac_cv_env_FFLAGS_value='-pipe -O2 -m64'
2234ac_cv_env_LDFLAGS_set=set
2235ac_cv_env_LDFLAGS_value=-L/opt/local/lib
2236ac_cv_env_build_alias_set=
2237ac_cv_env_build_alias_value=
2238ac_cv_env_host_alias_set=
2239ac_cv_env_host_alias_value=
2240ac_cv_env_target_alias_set=
2241ac_cv_env_target_alias_value=
2242ac_cv_exeext=
2243ac_cv_f77_compiler_gnu=no
2244ac_cv_func_connect=yes
2245ac_cv_func_fork=yes
2246ac_cv_func_fork_works=yes
2247ac_cv_func_gethostbyname=yes
2248ac_cv_func_remove=yes
2249ac_cv_func_shmat=yes
2250ac_cv_func_vfork=yes
2251ac_cv_func_vfork_works=yes
2252ac_cv_have_x='have_x=yes                ac_x_includes= ac_x_libraries='
2253ac_cv_header_X11_xpm_h=yes
2254ac_cv_header_dlfcn_h=yes
2255ac_cv_header_fcntl_h=yes
2256ac_cv_header_inttypes_h=yes
2257ac_cv_header_malloc_h=no
2258ac_cv_header_memory_h=yes
2259ac_cv_header_stdc=yes
2260ac_cv_header_stdint_h=yes
2261ac_cv_header_stdlib_h=yes
2262ac_cv_header_string_h=yes
2263ac_cv_header_strings_h=yes
2264ac_cv_header_sys_stat_h=yes
2265ac_cv_header_sys_time_h=yes
2266ac_cv_header_sys_types_h=yes
2267ac_cv_header_sys_wait_h=yes
2268ac_cv_header_unistd_h=yes
2269ac_cv_header_vfork_h=no
2270ac_cv_header_xpm_h=no
2271ac_cv_host=i686-apple-darwin11.2.0
2272ac_cv_host_alias=i686-apple-darwin11.2.0
2273ac_cv_lib_ICE_IceConnectionNumber=yes
2274ac_cv_lib_X11_XOpenDisplay=yes
2275ac_cv_lib_Xext_XShapeQueryVersion=yes
2276ac_cv_lib_Xintl__Xlcmbcurmax=no
2277ac_cv_lib_Xm_Xm21InstallImage=no
2278ac_cv_lib_Xm_XmCreateOptionMenu=yes
2279ac_cv_lib_Xm_XmInstallImage=yes
2280ac_cv_lib_Xm_xmUseVersion=yes
2281ac_cv_lib_Xp_XpSelectInput=yes
2282ac_cv_lib_Xpm_XpmCreatePixmapFromXpmImage=yes
2283ac_cv_lib_Xt_XtToolkitInitialize=yes
2284ac_cv_lib_fl_yywrap=yes
2285ac_cv_lib_gen_basename=no
2286ac_cv_lib_iberty_basename=no
2287ac_cv_lib_ipc_shmap=no
2288ac_cv_lib_m_exp=yes
2289ac_cv_lib_m_floor=yes
2290ac_cv_lib_m_pow=yes
2291ac_cv_lib_m_sqrt=yes
2292ac_cv_motif_includes=
2293ac_cv_motif_libraries=
2294ac_cv_objext=o
2295ac_cv_prog_AWK=awk
2296ac_cv_prog_CPP='/usr/bin/gcc -E'
2297ac_cv_prog_CXXCPP='/usr/bin/g++ -E'
2298ac_cv_prog_LEX=flex
2299ac_cv_prog_SED=/usr/bin/sed
2300ac_cv_prog_YACC=/usr/bin/yacc
2301ac_cv_prog_ac_ct_AR=ar
2302ac_cv_prog_ac_ct_CC=/usr/bin/gcc
2303ac_cv_prog_ac_ct_RANLIB=ranlib
2304ac_cv_prog_ac_ct_STRIP=strip
2305ac_cv_prog_cc_g=yes
2306ac_cv_prog_cc_stdc=
2307ac_cv_prog_cxx_g=yes
2308ac_cv_prog_egrep='grep -E'
2309ac_cv_prog_f77_g=no
2310ac_cv_prog_lex_root=lex.yy
2311ac_cv_prog_lex_yytext_pointer=yes
2312ac_cv_prog_make_make_set=yes
2313ac_cv_type_pid_t=yes
2314ac_cv_type_signal=void
2315am_cv_CC_dependencies_compiler_type=gcc3
2316am_cv_CXX_dependencies_compiler_type=gcc3
2317ice_cv_xpm_includes=
2318ice_cv_xpm_libraries=
2319lt_cv_deplibs_check_method=pass_all
2320lt_cv_file_magic_cmd='$MAGIC_CMD'
2321lt_cv_file_magic_test_file=
2322lt_cv_ld_reload_flag=-r
2323lt_cv_objdir=.libs
2324lt_cv_path_LD=/usr/llvm-gcc-4.2/libexec/gcc/i686-apple-darwin11/4.2.1/ld
2325lt_cv_path_LDCXX=/usr/llvm-gcc-4.2/libexec/gcc/i686-apple-darwin11/4.2.1/ld
2326lt_cv_path_NM=/usr/bin/nm
2327lt_cv_path_SED=/usr/bin/sed
2328lt_cv_prog_compiler_c_o=yes
2329lt_cv_prog_compiler_c_o_CXX=yes
2330lt_cv_prog_compiler_rtti_exceptions=no
2331lt_cv_prog_gnu_ld=no
2332lt_cv_prog_gnu_ldcxx=no
2333lt_cv_sys_global_symbol_pipe='sed -n -e '\''s/^.*[      ]\([BCDEGRST][BCDEGRST]*\)[     ][      ]*_\([_A-Za-z][_A-Za-z0-9]*\)$/\1 _\2 \2/p'\'''
2334lt_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'\'''
2335lt_cv_sys_global_symbol_to_cdecl='sed -n -e '\''s/^. .* \(.*\)$/extern int \1;/p'\'''
2336lt_cv_sys_max_cmd_len=196608
2337lt_lt_cv_prog_compiler_c_o='"yes"'
2338lt_lt_cv_prog_compiler_c_o_CXX='"yes"'
2339lt_lt_cv_sys_global_symbol_pipe='"sed -n -e '\''s/^.*[  ]\\([BCDEGRST][BCDEGRST]*\\)[   ][      ]*_\\([_A-Za-z][_A-Za-z0-9]*\\)\$/\\1 _\\2 \\2/p'\''"'
2340lt_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'\''"'
2341lt_lt_cv_sys_global_symbol_to_cdecl='"sed -n -e '\''s/^. .* \\(.*\\)\$/extern int \\1;/p'\''"'
2342
2343## ----------------- ##
2344## Output variables. ##
2345## ----------------- ##
2346
2347ABE_DLL_VERSION='2:1:0'
2348ABL_DLL_VERSION='1:3:0'
2349ABT_DLL_VERSION='2:1:0'
2350ABV_DLL_VERSION='2:1:0'
2351ACLOCAL='${SHELL} /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_science_alliance/alliance/work/alliance-5.0/missing --run aclocal-1.9'
2352ALCBANNER_MAJOR_VERSION='1'
2353ALCBANNER_MINOR_VERSION='1'
2354ALCBANNER_VERSION='1.1'
2355ALLIANCE_BUILD_FALSE='#'
2356ALLIANCE_BUILD_TRUE=''
2357ALLIANCE_CFLAGS='-I/include'
2358ALLIANCE_LIBS='-L/lib'
2359ALLIANCE_TOP=''
2360AMDEPBACKSLASH='\'
2361AMDEP_FALSE='#'
2362AMDEP_TRUE=''
2363AMTAR='${SHELL} /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_science_alliance/alliance/work/alliance-5.0/missing --run tar'
2364AR='ar'
2365ATTILA_MAJOR_VERSION='0'
2366ATTILA_MINOR_VERSION='1'
2367ATTILA_VERSION='0.1'
2368AUTOCONF='${SHELL} /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_science_alliance/alliance/work/alliance-5.0/missing --run autoconf'
2369AUTOHEADER='${SHELL} /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_science_alliance/alliance/work/alliance-5.0/missing --run autoheader'
2370AUTOMAKE='${SHELL} /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_science_alliance/alliance/work/alliance-5.0/missing --run automake-1.9'
2371AUT_DLL_VERSION='1:3:0'
2372AWK='awk'
2373B2F_MAJOR_VERSION='1'
2374B2F_MINOR_VERSION='2'
2375B2F_VERSION='1.2'
2376BDD_DLL_VERSION='1:5:0'
2377BEH_DLL_VERSION='1:11:0'
2378BHL_DLL_VERSION='1:11:0'
2379BOOG_MAJOR_VERSION='1'
2380BOOG_MINOR_VERSION='7'
2381BOOG_VERSION='1.7'
2382BOOM_MAJOR_VERSION='1'
2383BOOM_MINOR_VERSION='2'
2384BOOM_VERSION='1.2'
2385BTR_DLL_VERSION='1:3:0'
2386BVL_DLL_VERSION='1:14:0'
2387CC='/usr/bin/gcc'
2388CCDEPMODE='depmode=gcc3'
2389CFLAGS='-pipe -O2 -m64'
2390CPP='/usr/bin/gcc -E'
2391CPPFLAGS='-I/opt/local/include'
2392CST_DLL_VERSION='3:2:0'
2393CTL_DLL_VERSION='1:1:0'
2394CTP_DLL_VERSION='1:1:0'
2395CXX='/usr/bin/g++'
2396CXXCPP='/usr/bin/g++ -E'
2397CXXDEPMODE='depmode=gcc3'
2398CXXFLAGS='-pipe -O2 -m64'
2399CYGPATH_W='echo'
2400DEFS='-DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"alliance\" -DVERSION=\"5.0\" -DYYTEXT_POINTER=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_DLFCN_H=1 -DHAVE_FCNTL_H=1 -DHAVE_STRINGS_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_UNISTD_H=1 -DHAVE_STRINGS_H=1 -DHAVE_UNISTD_H=1 -DHAVE_LIBM=1 -DHAVE_LIBM=1 -DHAVE_LIBM=1 -DHAVE_LIBM=1 -DHAVE_UNISTD_H=1 -DHAVE_FORK=1 -DHAVE_VFORK=1 -DHAVE_WORKING_VFORK=1 -DHAVE_WORKING_FORK=1 -DSTDC_HEADERS=1 -DHAVE_SYS_WAIT_H=1 -DRETSIGTYPE=void -DHAVE_MOTIF=1 -DHAVE_XPM=1 -DHAVE_XPM=1 -DHAVE_X11_XPM_H=1 -DHAVE_XP=1 -DHAVE_MOTIF=1 -DHAVE_XMUSEVERSION=1 -DHAVE_XMINSTALLIMAGE=1 -DALLIANCE_VERSION=\"5.0\ 20090901\" -DALLIANCE_TOP=\"\" '
2401DEPDIR='.deps'
2402DOC_MAJOR_VERSION='1'
2403DOC_MINOR_VERSION='0'
2404DOC_VERSION='1.0'
2405DREAL_MAJOR_VERSION='1'
2406DREAL_MINOR_VERSION='14'
2407DREAL_VERSION='1.14'
2408ECHO='/bin/echo'
2409ECHO_C='ECHO_N=''
2410ECHO_T=''
2411EGREP='grep -E'
2412ELP_DLL_VERSION='1:5:0'
2413EXEEXT=''
2414EXP_MAJOR_VERSION='1'
2415EXP_MINOR_VERSION='0'
2416EXP_VERSION='1.0'
2417F77=''
2418FFLAGS='-pipe -O2 -m64'
2419FKS_DLL_VERSION='1:4:0'
2420FLATBEH_MAJOR_VERSION='1'
2421FLATBEH_MINOR_VERSION='1'
2422FLATBEH_VERSION='1.1'
2423FMI_MAJOR_VERSION='1'
2424FMI_MINOR_VERSION='1'
2425FMI_VERSION='1.1'
2426FSM_DLL_VERSION='1:4:0'
2427FSP_MAJOR_VERSION='1'
2428FSP_MINOR_VERSION='1'
2429FSP_VERSION='1.1'
2430FTL_DLL_VERSION='1:4:0'
2431FVH_DLL_VERSION='1:4:0'
2432GRAAL_MAJOR_VERSION='1'
2433GRAAL_MINOR_VERSION='27'
2434GRAAL_VERSION='1.27'
2435INCLUDE_MOTIF=''
2436INSTALL_DATA='${INSTALL} -m 644'
2437INSTALL_PROGRAM='${INSTALL} -m 755'
2438INSTALL_SCRIPT='${INSTALL}'
2439INSTALL_STRIP_PROGRAM='${SHELL} $(install_sh) -c -s'
2440K2F_MAJOR_VERSION='1'
2441K2F_MINOR_VERSION='1'
2442K2F_VERSION='1.1'
2443L2P_MAJOR_VERSION='1'
2444L2P_MINOR_VERSION='12'
2445L2P_VERSION='1.12'
2446LDFLAGS='-static -L/opt/local/lib'
2447LEX='flex'
2448LEXLIB='-lfl'
2449LEX_OUTPUT_ROOT='lex.yy'
2450LIBOBJS=''
2451LIBS='-lm -lm -lm -lm '
2452LIBTOOL='$(SHELL) $(top_builddir)/libtool'
2453LINK_MOTIF='-lXm'
2454LINK_XPM='-lXpm'
2455LN_S='ln -s'
2456LOG_DLL_VERSION='2:1:0'
2457LOON_MAJOR_VERSION='1'
2458LOON_MINOR_VERSION='7'
2459LOON_VERSION='1.7'
2460LTLIBOBJS=''
2461LVX_MAJOR_VERSION='1'
2462LVX_MINOR_VERSION='2'
2463LVX_VERSION='1.2'
2464LYNX_MAJOR_VERSION='1'
2465LYNX_MINOR_VERSION='21'
2466LYNX_VERSION='1.21'
2467M2E_MAJOR_VERSION='1'
2468M2E_MINOR_VERSION='0'
2469M2E_VERSION='1.0'
2470MAKEINFO='${SHELL} /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_science_alliance/alliance/work/alliance-5.0/missing --run makeinfo'
2471MAL_DLL_VERSION='6:0:0'
2472MAP_DLL_VERSION='6:0:0'
2473MBK_CUR='4'
2474MBK_DLL_VERSION='4:2:0'
2475MBK_REL='0'
2476MBK_REV='2'
2477MBK_VERSION='4.2'
2478MCL_DLL_VERSION='4:9:0'
2479MCP_DLL_VERSION='4:9:0'
2480MEL_DLL_VERSION='4:9:0'
2481MGL_DLL_VERSION='0:8:0'
2482MGN_DLL_VERSION='3:3:0'
2483MHL_DLL_VERSION='2:1:0'
2484MIPS_ASM_MAJOR_VERSION='1'
2485MIPS_ASM_MINOR_VERSION='0'
2486MIPS_ASM_VERSION='1.0'
2487MMG_DLL_VERSION='1:0:0'
2488MOCHA_MAJOR_VERSION='1'
2489MOCHA_MINOR_VERSION='1'
2490MOCHA_VERSION='1.1'
2491MSL_DLL_VERSION='7:0:0'
2492MVG_DLL_VERSION='4:1:0'
2493MVL_DLL_VERSION='4:1:0'
2494NERO_MAJOR_VERSION='1'
2495NERO_MINOR_VERSION='1'
2496NERO_VERSION='1.1'
2497OBJEXT='o'
2498OCP_MAJOR_VERSION='1'
2499OCP_MINOR_VERSION='0'
2500OCP_VERSION='1.0'
2501PACKAGE='alliance'
2502PACKAGE_BUGREPORT=''
2503PACKAGE_NAME=''
2504PACKAGE_STRING=''
2505PACKAGE_TARNAME=''
2506PACKAGE_VERSION=''
2507PAT2SPI_MAJOR_VERSION='1'
2508PAT2SPI_MINOR_VERSION='1'
2509PAT2SPI_VERSION='1.1'
2510PATH_SEPARATOR=':'
2511PAT_DLL_VERSION='1:9:0'
2512PGN_DLL_VERSION='3:3:0'
2513PHL_DLL_VERSION='1:9:0'
2514PPT_DLL_VERSION='1:9:0'
2515PROOF_MAJOR_VERSION='4'
2516PROOF_MINOR_VERSION='9'
2517PROOF_VERSION='4.9'
2518RANLIB='ranlib'
2519RCF_DLL_VERSION='2:1:0'
2520RDS_DLL_VERSION='2:1:0'
2521RFM_DLL_VERSION='2:1:0'
2522RGS_DLL_VERSION='2:1:0'
2523RING_MAJOR_VERSION='3'
2524RING_MINOR_VERSION='0'
2525RING_VERSION='3.0'
2526RPR_DLL_VERSION='2:1:0'
2527RTD_DLL_VERSION='1:1:0'
2528RTL_DLL_VERSION='2:1:0'
2529RTN_DLL_VERSION='1:1:0'
2530RUT_DLL_VERSION='2:1:0'
2531RWI_DLL_VERSION='2:1:0'
2532S2R_MAJOR_VERSION='4'
2533S2R_MINOR_VERSION='4'
2534S2R_VERSION='4.4'
2535SCAPIN_MAJOR_VERSION='1'
2536SCAPIN_MINOR_VERSION='1'
2537SCAPIN_VERSION='1.1'
2538SCH_DLL_VERSION='3:2:0'
2539SCL_DLL_VERSION='1:5:0'
2540SEA_MAJOR_VERSION='1'
2541SEA_MINOR_VERSION='0'
2542SEA_VERSION='1.0'
2543SED='/usr/bin/sed'
2544SET_MAKE=''
2545SHELL='/bin/sh'
2546STRIP='strip'
2547SYF_MAJOR_VERSION='3'
2548SYF_MINOR_VERSION='6'
2549SYF_VERSION='3.6'
2550TOOLSDIRS='mbk mbkal mbkap mbkedif mbkhilo mbkmg mbkspice mbkvhdl mbkvrlog mbkvti mbkvhdlg aut rds rdscif rdsgds elp abl bdd log btr vex ctl ctp abe abt abv fsm fks fvh ftl rtn rtd scl vbh vbl vpn vpd vvh vtl pat ppt phl druc beh bhl bvl  alcban asimut attila b2f boog boom cells distrib dreal exp flatbeh flatlo flatph fmi fsp genlib genpat graal k2f l2p loon lvx lynx m2e mips_asm mocha nero ocp pat2spi proof ring s2r scapin sea syf vasy x2y xfsm xgra xpat xsch xvpn documentation'
2551VASY_MAJOR_VERSION='1'
2552VASY_MINOR_VERSION='5'
2553VASY_VERSION='1.5'
2554VBH_DLL_VERSION='1:4:0'
2555VBL_DLL_VERSION='1:4:0'
2556VERSION='5.0'
2557VEX_DLL_VERSION='1:3:0'
2558VPD_DLL_VERSION='1:5:0'
2559VPN_DLL_VERSION='1:5:0'
2560VRD_DLL_VERSION='3:4:0'
2561VTL_DLL_VERSION='1:5:0'
2562VVH_DLL_VERSION='1:5:0'
2563X11_LIBS='-lX11'
2564XEXT_LIBS='-lXext'
2565XFSM_MAJOR_VERSION='1'
2566XFSM_MINOR_VERSION='4'
2567XFSM_VERSION='1.4'
2568XGRA_MAJOR_VERSION='1'
2569XGRA_MINOR_VERSION='5'
2570XGRA_VERSION='1.5'
2571XM_LIBS='-lXm'
2572XPAT_MAJOR_VERSION='1'
2573XPAT_MINOR_VERSION='4'
2574XPAT_VERSION='1.4'
2575XPM_LIBS='-lXpm'
2576XP_LIBS='-lXp'
2577XSCH_MAJOR_VERSION='1'
2578XSCH_MINOR_VERSION='4'
2579XSCH_VERSION='1.4'
2580XT_LIBS='-lXt'
2581XVPN_MAJOR_VERSION='1'
2582XVPN_MINOR_VERSION='5'
2583XVPN_VERSION='1.5'
2584X_CFLAGS=''
2585X_EXTRA_LIBS=''
2586X_LIBS=''
2587X_PRE_LIBS=' -lSM -lICE'
2588YACC='/usr/bin/yacc'
2589ac_ct_AR='ar'
2590ac_ct_CC='/usr/bin/gcc'
2591ac_ct_CXX=''
2592ac_ct_F77=''
2593ac_ct_RANLIB='ranlib'
2594ac_ct_STRIP='strip'
2595am__fastdepCC_FALSE='#'
2596am__fastdepCC_TRUE=''
2597am__fastdepCXX_FALSE='#'
2598am__fastdepCXX_TRUE=''
2599am__include='include'
2600am__leading_dot='.'
2601am__quote=''
2602am__tar='${AMTAR} chof - "$$tardir"'
2603am__untar='${AMTAR} xf -'
2604bindir='${exec_prefix}/bin'
2605build='i686-apple-darwin11.2.0'
2606build_alias=''
2607build_cpu='i686'
2608build_os='darwin11.2.0'
2609build_vendor='apple'
2610datadir='${prefix}/share'
2611exec_prefix='${prefix}'
2612host='i686-apple-darwin11.2.0'
2613host_alias=''
2614host_cpu='i686'
2615host_os='darwin11.2.0'
2616host_vendor='apple'
2617includedir='${prefix}/include'
2618infodir='${prefix}/info'
2619install_sh='/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_science_alliance/alliance/work/alliance-5.0/install-sh'
2620libdir='${exec_prefix}/lib'
2621libexecdir='${exec_prefix}/libexec'
2622localstatedir='${prefix}/var'
2623mandir='/opt/local/share/man'
2624mkdir_p='$(install_sh) -d'
2625oldincludedir='/usr/include'
2626prefix='/opt/local'
2627program_transform_name='s,x,x,'
2628sbindir='${exec_prefix}/sbin'
2629sharedstatedir='${prefix}/com'
2630sysconfdir='${prefix}/etc'
2631target_alias=''
2632
2633## ----------- ##
2634## confdefs.h. ##
2635## ----------- ##
2636
2637#define ALLIANCE_TOP ""
2638#define ALLIANCE_VERSION "5.0 20090901"
2639#define HAVE_DLFCN_H 1
2640#define HAVE_FCNTL_H 1
2641#define HAVE_FORK 1
2642#define HAVE_INTTYPES_H 1
2643#define HAVE_LIBM 1
2644#define HAVE_LIBM 1
2645#define HAVE_LIBM 1
2646#define HAVE_LIBM 1
2647#define HAVE_MEMORY_H 1
2648#define HAVE_MOTIF 1
2649#define HAVE_MOTIF 1
2650#define HAVE_STDINT_H 1
2651#define HAVE_STDLIB_H 1
2652#define HAVE_STRINGS_H 1
2653#define HAVE_STRINGS_H 1
2654#define HAVE_STRINGS_H 1
2655#define HAVE_STRING_H 1
2656#define HAVE_SYS_STAT_H 1
2657#define HAVE_SYS_TIME_H 1
2658#define HAVE_SYS_TYPES_H 1
2659#define HAVE_SYS_WAIT_H 1
2660#define HAVE_UNISTD_H 1
2661#define HAVE_UNISTD_H 1
2662#define HAVE_UNISTD_H 1
2663#define HAVE_UNISTD_H 1
2664#define HAVE_VFORK 1
2665#define HAVE_WORKING_FORK 1
2666#define HAVE_WORKING_VFORK 1
2667#define HAVE_X11_XPM_H 1
2668#define HAVE_XMINSTALLIMAGE 1
2669#define HAVE_XMUSEVERSION 1
2670#define HAVE_XP 1
2671#define HAVE_XPM 1
2672#define HAVE_XPM 1
2673#define PACKAGE "alliance"
2674#define PACKAGE_BUGREPORT ""
2675#define PACKAGE_NAME ""
2676#define PACKAGE_STRING ""
2677#define PACKAGE_TARNAME ""
2678#define PACKAGE_VERSION ""
2679#define RETSIGTYPE void
2680#define STDC_HEADERS 1
2681#define STDC_HEADERS 1
2682#define VERSION "5.0"
2683#define YYTEXT_POINTER 1
2684#endif
2685#ifdef __cplusplus
2686extern "C" void exit (int);
2687
2688configure: exit 0