Ticket #60: config.log

File config.log, 68.9 KB (added by MatthewWhiting, 15 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 Duchamp configure 1.1.7, which was
5generated by GNU Autoconf 2.59.  Invocation command line was
6
7  $ ./configure
8
9## --------- ##
10## Platform. ##
11## --------- ##
12
13hostname = bear.astro.columbia.edu
14uname -m = i386
15uname -r = 8.11.1
16uname -s = Darwin
17uname -v = Darwin Kernel Version 8.11.1: Wed Oct 10 18:23:28 PDT 2007; root:xnu-792.25.20~1/RELEASE_I386
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 8.11.1: Wed Oct 10 18:23:28 PDT 2007; root:xnu-792.25.20~1/RELEASE_I386
27Kernel configured for up to 4 processors.
284 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: 76 tasks, 244 threads, 4 processors
34Load average: 0.40, Mach factor: 3.59
35/bin/machine           = unknown
36/usr/bin/oslevel       = unknown
37/bin/universe          = unknown
38
39PATH: /usr/local/bin
40PATH: /usr/local/sbin
41PATH: /opt/local/bin
42PATH: /opt/local/sbin
43PATH: /sw/bin
44PATH: /sw/sbin
45PATH: /bin
46PATH: /sbin
47PATH: /usr/bin
48PATH: /usr/sbin
49PATH: /usr/X11R6/bin
50
51
52## ----------- ##
53## Core tests. ##
54## ----------- ##
55
56configure:1400: checking for g++
57configure:1416: found /usr/bin/g++
58configure:1426: result: g++
59configure:1442: checking for C++ compiler version
60configure:1445: g++ --version </dev/null >&5
61i686-apple-darwin8-g++-4.0.1 (GCC) 4.0.1 (Apple Computer, Inc. build 5370)
62Copyright (C) 2005 Free Software Foundation, Inc.
63This is free software; see the source for copying conditions.  There is NO
64warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
65
66configure:1448: $? = 0
67configure:1450: g++ -v </dev/null >&5
68Using built-in specs.
69Target: i686-apple-darwin8
70Configured with: /var/tmp/gcc/gcc-5370~2/src/configure --disable-checking -enable-werror --prefix=/usr --mandir=/share/man --enable-languages=c,objc,c++,obj-c++ --program-transform-name=/^[cg][^.-]*$/s/$/-4.0/ --with-gxx-include-dir=/include/c++/4.0.0 --with-slibdir=/usr/lib --build=powerpc-apple-darwin8 --with-arch=nocona --with-tune=generic --program-prefix= --host=i686-apple-darwin8 --target=i686-apple-darwin8
71Thread model: posix
72gcc version 4.0.1 (Apple Computer, Inc. build 5370)
73configure:1453: $? = 0
74configure:1455: g++ -V </dev/null >&5
75g++: argument to `-V' is missing
76configure:1458: $? = 1
77configure:1481: checking for C++ compiler default output file name
78configure:1484: g++    conftest.cc  >&5
79configure:1487: $? = 0
80configure:1533: result: a.out
81configure:1538: checking whether the C++ compiler works
82configure:1544: ./a.out
83configure:1547: $? = 0
84configure:1564: result: yes
85configure:1571: checking whether we are cross compiling
86configure:1573: result: no
87configure:1576: checking for suffix of executables
88configure:1578: g++ -o conftest    conftest.cc  >&5
89configure:1581: $? = 0
90configure:1606: result:
91configure:1612: checking for suffix of object files
92configure:1633: g++ -c   conftest.cc >&5
93configure:1636: $? = 0
94configure:1658: result: o
95configure:1662: checking whether we are using the GNU C++ compiler
96configure:1686: g++ -c   conftest.cc >&5
97configure:1692: $? = 0
98configure:1696: test -z
99                         || test ! -s conftest.err
100configure:1699: $? = 0
101configure:1702: test -s conftest.o
102configure:1705: $? = 0
103configure:1718: result: yes
104configure:1724: checking whether g++ accepts -g
105configure:1745: g++ -c -g  conftest.cc >&5
106configure:1751: $? = 0
107configure:1755: test -z
108                         || test ! -s conftest.err
109configure:1758: $? = 0
110configure:1761: test -s conftest.o
111configure:1764: $? = 0
112configure:1775: result: yes
113configure:1817: g++ -c -g -O2  conftest.cc >&5
114configure:1823: $? = 0
115configure:1827: test -z
116                         || test ! -s conftest.err
117configure:1830: $? = 0
118configure:1833: test -s conftest.o
119configure:1836: $? = 0
120configure:1862: g++ -c -g -O2  conftest.cc >&5
121conftest.cc: In function 'int main()':
122conftest.cc:13: error: 'exit' was not declared in this scope
123configure:1868: $? = 1
124configure: failed program was:
125| /* confdefs.h.  */
126|
127| #define PACKAGE_NAME "Duchamp"
128| #define PACKAGE_TARNAME "duchamp"
129| #define PACKAGE_VERSION "1.1.7"
130| #define PACKAGE_STRING "Duchamp 1.1.7"
131| #define PACKAGE_BUGREPORT "Matthew.Whiting@csiro.au"
132| /* end confdefs.h.  */
133|
134| int
135| main ()
136| {
137| exit (42);
138|   ;
139|   return 0;
140| }
141configure:1817: g++ -c -g -O2  conftest.cc >&5
142/usr/include/stdlib.h:158: error: declaration of 'void std::exit(int)' throws different exceptions
143conftest.cc:9: error: than previous declaration 'void std::exit(int) throw ()'
144configure:1823: $? = 1
145configure: failed program was:
146| /* confdefs.h.  */
147|
148| #define PACKAGE_NAME "Duchamp"
149| #define PACKAGE_TARNAME "duchamp"
150| #define PACKAGE_VERSION "1.1.7"
151| #define PACKAGE_STRING "Duchamp 1.1.7"
152| #define PACKAGE_BUGREPORT "Matthew.Whiting@csiro.au"
153| /* end confdefs.h.  */
154| extern "C" void std::exit (int) throw (); using std::exit;
155| #include <stdlib.h>
156| int
157| main ()
158| {
159| exit (42);
160|   ;
161|   return 0;
162| }
163configure:1817: g++ -c -g -O2  conftest.cc >&5
164configure:1823: $? = 0
165configure:1827: test -z
166                         || test ! -s conftest.err
167configure:1830: $? = 0
168configure:1833: test -s conftest.o
169configure:1836: $? = 0
170configure:1862: g++ -c -g -O2  conftest.cc >&5
171configure:1868: $? = 0
172configure:1872: test -z
173                         || test ! -s conftest.err
174configure:1875: $? = 0
175configure:1878: test -s conftest.o
176configure:1881: $? = 0
177configure:1950: checking for gcc
178configure:1966: found /usr/bin/gcc
179configure:1976: result: gcc
180configure:2220: checking for C compiler version
181configure:2223: gcc --version </dev/null >&5
182i686-apple-darwin8-gcc-4.0.1 (GCC) 4.0.1 (Apple Computer, Inc. build 5370)
183Copyright (C) 2005 Free Software Foundation, Inc.
184This is free software; see the source for copying conditions.  There is NO
185warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
186
187configure:2226: $? = 0
188configure:2228: gcc -v </dev/null >&5
189Using built-in specs.
190Target: i686-apple-darwin8
191Configured with: /var/tmp/gcc/gcc-5370~2/src/configure --disable-checking -enable-werror --prefix=/usr --mandir=/share/man --enable-languages=c,objc,c++,obj-c++ --program-transform-name=/^[cg][^.-]*$/s/$/-4.0/ --with-gxx-include-dir=/include/c++/4.0.0 --with-slibdir=/usr/lib --build=powerpc-apple-darwin8 --with-arch=nocona --with-tune=generic --program-prefix= --host=i686-apple-darwin8 --target=i686-apple-darwin8
192Thread model: posix
193gcc version 4.0.1 (Apple Computer, Inc. build 5370)
194configure:2231: $? = 0
195configure:2233: gcc -V </dev/null >&5
196gcc: argument to `-V' is missing
197configure:2236: $? = 1
198configure:2239: checking whether we are using the GNU C compiler
199configure:2263: gcc -c   conftest.c >&5
200configure:2269: $? = 0
201configure:2273: test -z
202                         || test ! -s conftest.err
203configure:2276: $? = 0
204configure:2279: test -s conftest.o
205configure:2282: $? = 0
206configure:2295: result: yes
207configure:2301: checking whether gcc accepts -g
208configure:2322: gcc -c -g  conftest.c >&5
209configure:2328: $? = 0
210configure:2332: test -z
211                         || test ! -s conftest.err
212configure:2335: $? = 0
213configure:2338: test -s conftest.o
214configure:2341: $? = 0
215configure:2352: result: yes
216configure:2369: checking for gcc option to accept ANSI C
217configure:2439: gcc  -c -g -O2  conftest.c >&5
218configure:2445: $? = 0
219configure:2449: test -z
220                         || test ! -s conftest.err
221configure:2452: $? = 0
222configure:2455: test -s conftest.o
223configure:2458: $? = 0
224configure:2476: result: none needed
225configure:2494: gcc -c -g -O2  conftest.c >&5
226conftest.c:2: error: parse error before 'me'
227configure:2500: $? = 1
228configure: failed program was:
229| #ifndef __cplusplus
230|   choke me
231| #endif
232configure:2638: checking how to run the C preprocessor
233configure:2673: gcc -E  conftest.c
234configure:2679: $? = 0
235configure:2711: gcc -E  conftest.c
236conftest.c:12:28: error: ac_nonexistent.h: No such file or directory
237configure:2717: $? = 1
238configure: failed program was:
239| /* confdefs.h.  */
240|
241| #define PACKAGE_NAME "Duchamp"
242| #define PACKAGE_TARNAME "duchamp"
243| #define PACKAGE_VERSION "1.1.7"
244| #define PACKAGE_STRING "Duchamp 1.1.7"
245| #define PACKAGE_BUGREPORT "Matthew.Whiting@csiro.au"
246| #ifdef __cplusplus
247| extern "C" void std::exit (int); using std::exit;
248| #endif
249| /* end confdefs.h.  */
250| #include <ac_nonexistent.h>
251configure:2756: result: gcc -E
252configure:2780: gcc -E  conftest.c
253configure:2786: $? = 0
254configure:2818: gcc -E  conftest.c
255conftest.c:12:28: error: ac_nonexistent.h: No such file or directory
256configure:2824: $? = 1
257configure: failed program was:
258| /* confdefs.h.  */
259|
260| #define PACKAGE_NAME "Duchamp"
261| #define PACKAGE_TARNAME "duchamp"
262| #define PACKAGE_VERSION "1.1.7"
263| #define PACKAGE_STRING "Duchamp 1.1.7"
264| #define PACKAGE_BUGREPORT "Matthew.Whiting@csiro.au"
265| #ifdef __cplusplus
266| extern "C" void std::exit (int); using std::exit;
267| #endif
268| /* end confdefs.h.  */
269| #include <ac_nonexistent.h>
270configure:2918: checking for g77
271configure:2947: result: no
272configure:2918: checking for f77
273configure:2947: result: no
274configure:2918: checking for xlf
275configure:2947: result: no
276configure:2918: checking for frt
277configure:2947: result: no
278configure:2918: checking for pgf77
279configure:2947: result: no
280configure:2918: checking for fort77
281configure:2947: result: no
282configure:2918: checking for fl32
283configure:2947: result: no
284configure:2918: checking for af77
285configure:2947: result: no
286configure:2918: checking for f90
287configure:2947: result: no
288configure:2918: checking for xlf90
289configure:2947: result: no
290configure:2918: checking for pgf90
291configure:2947: result: no
292configure:2918: checking for epcf90
293configure:2947: result: no
294configure:2918: checking for f95
295configure:2947: result: no
296configure:2918: checking for fort
297configure:2947: result: no
298configure:2918: checking for xlf95
299configure:2947: result: no
300configure:2918: checking for ifc
301configure:2947: result: no
302configure:2918: checking for efc
303configure:2947: result: no
304configure:2918: checking for pgf95
305configure:2947: result: no
306configure:2918: checking for lf95
307configure:2947: result: no
308configure:2918: checking for gfortran
309configure:2934: found /usr/local/bin/gfortran
310configure:2944: result: gfortran
311configure:2959: checking for Fortran 77 compiler version
312configure:2962: gfortran --version </dev/null >&5
313GNU Fortran (GCC) 4.3.0
314Copyright (C) 2008 Free Software Foundation, Inc.
315
316GNU Fortran comes with NO WARRANTY, to the extent permitted by law.
317You may redistribute copies of GNU Fortran
318under the terms of the GNU General Public License.
319For more information about these matters, see the file named COPYING
320
321configure:2965: $? = 0
322configure:2967: gfortran -v </dev/null >&5
323Using built-in specs.
324Target: i686-apple-darwin8
325Configured with: /Volumes/Mac/Tiger/gfortran/release/gcc-4.3/configure --prefix=/usr/local --program-transform-name='/^[cg][^.-]*$/s/$/-4.3/' --build=i686-apple-darwin8 --host=i686-apple-darwin8 --target=i686-apple-darwin8 --enable-languages=fortran
326Thread model: posix
327gcc version 4.3.0 (GCC)
328configure:2970: $? = 0
329configure:2972: gfortran -V </dev/null >&5
330gfortran: argument to `-V' is missing
331configure:2975: $? = 1
332configure:2983: checking whether we are using the GNU Fortran 77 compiler
333configure:2997: gfortran -c  conftest.F >&5
334configure:3003: $? = 0
335configure:3007: test -z
336                         || test ! -s conftest.err
337configure:3010: $? = 0
338configure:3013: test -s conftest.o
339configure:3016: $? = 0
340configure:3029: result: yes
341configure:3035: checking whether gfortran accepts -g
342configure:3047: gfortran -c -g conftest.f >&5
343configure:3053: $? = 0
344configure:3057: test -z
345                         || test ! -s conftest.err
346configure:3060: $? = 0
347configure:3063: test -s conftest.o
348configure:3066: $? = 0
349configure:3078: result: yes
350configure:3103: checking whether ln -s works
351configure:3107: result: yes
352configure:3118: checking for install
353configure:3134: found /usr/bin/install
354configure:3144: result: install
355configure:3158: checking for log in -lm
356configure:3188: gcc -o conftest -g -O2   conftest.c -lm   >&5
357conftest.c:19: warning: conflicting types for built-in function 'log'
358configure:3194: $? = 0
359configure:3198: test -z
360                         || test ! -s conftest.err
361configure:3201: $? = 0
362configure:3204: test -s conftest
363configure:3207: $? = 0
364configure:3220: result: yes
365configure:3234: checking for egrep
366configure:3244: result: grep -E
367configure:3249: checking for ANSI C header files
368configure:3274: gcc -c -g -O2  conftest.c >&5
369configure:3280: $? = 0
370configure:3284: test -z
371                         || test ! -s conftest.err
372configure:3287: $? = 0
373configure:3290: test -s conftest.o
374configure:3293: $? = 0
375configure:3379: gcc -o conftest -g -O2   conftest.c -lm  >&5
376conftest.c: In function 'main':
377conftest.c:30: warning: incompatible implicit declaration of built-in function 'exit'
378configure:3382: $? = 0
379configure:3384: ./conftest
380configure:3387: $? = 0
381configure:3402: result: yes
382configure:3426: checking for sys/types.h
383configure:3442: gcc -c -g -O2  conftest.c >&5
384configure:3448: $? = 0
385configure:3452: test -z
386                         || test ! -s conftest.err
387configure:3455: $? = 0
388configure:3458: test -s conftest.o
389configure:3461: $? = 0
390configure:3472: result: yes
391configure:3426: checking for sys/stat.h
392configure:3442: gcc -c -g -O2  conftest.c >&5
393configure:3448: $? = 0
394configure:3452: test -z
395                         || test ! -s conftest.err
396configure:3455: $? = 0
397configure:3458: test -s conftest.o
398configure:3461: $? = 0
399configure:3472: result: yes
400configure:3426: checking for stdlib.h
401configure:3442: gcc -c -g -O2  conftest.c >&5
402configure:3448: $? = 0
403configure:3452: test -z
404                         || test ! -s conftest.err
405configure:3455: $? = 0
406configure:3458: test -s conftest.o
407configure:3461: $? = 0
408configure:3472: result: yes
409configure:3426: checking for string.h
410configure:3442: gcc -c -g -O2  conftest.c >&5
411configure:3448: $? = 0
412configure:3452: test -z
413                         || test ! -s conftest.err
414configure:3455: $? = 0
415configure:3458: test -s conftest.o
416configure:3461: $? = 0
417configure:3472: result: yes
418configure:3426: checking for memory.h
419configure:3442: gcc -c -g -O2  conftest.c >&5
420configure:3448: $? = 0
421configure:3452: test -z
422                         || test ! -s conftest.err
423configure:3455: $? = 0
424configure:3458: test -s conftest.o
425configure:3461: $? = 0
426configure:3472: result: yes
427configure:3426: checking for strings.h
428configure:3442: gcc -c -g -O2  conftest.c >&5
429configure:3448: $? = 0
430configure:3452: test -z
431                         || test ! -s conftest.err
432configure:3455: $? = 0
433configure:3458: test -s conftest.o
434configure:3461: $? = 0
435configure:3472: result: yes
436configure:3426: checking for inttypes.h
437configure:3442: gcc -c -g -O2  conftest.c >&5
438configure:3448: $? = 0
439configure:3452: test -z
440                         || test ! -s conftest.err
441configure:3455: $? = 0
442configure:3458: test -s conftest.o
443configure:3461: $? = 0
444configure:3472: result: yes
445configure:3426: checking for stdint.h
446configure:3442: gcc -c -g -O2  conftest.c >&5
447configure:3448: $? = 0
448configure:3452: test -z
449                         || test ! -s conftest.err
450configure:3455: $? = 0
451configure:3458: test -s conftest.o
452configure:3461: $? = 0
453configure:3472: result: yes
454configure:3426: checking for unistd.h
455configure:3442: gcc -c -g -O2  conftest.c >&5
456configure:3448: $? = 0
457configure:3452: test -z
458                         || test ! -s conftest.err
459configure:3455: $? = 0
460configure:3458: test -s conftest.o
461configure:3461: $? = 0
462configure:3472: result: yes
463configure:3499: checking for unistd.h
464configure:3504: result: yes
465configure:3508: checking time.h usability
466configure:3520: gcc -c -g -O2  conftest.c >&5
467configure:3526: $? = 0
468configure:3530: test -z
469                         || test ! -s conftest.err
470configure:3533: $? = 0
471configure:3536: test -s conftest.o
472configure:3539: $? = 0
473configure:3549: result: yes
474configure:3553: checking time.h presence
475configure:3563: gcc -E  conftest.c
476configure:3569: $? = 0
477configure:3589: result: yes
478configure:3624: checking for time.h
479configure:3631: result: yes
480configure:3508: checking math.h usability
481configure:3520: gcc -c -g -O2  conftest.c >&5
482configure:3526: $? = 0
483configure:3530: test -z
484                         || test ! -s conftest.err
485configure:3533: $? = 0
486configure:3536: test -s conftest.o
487configure:3539: $? = 0
488configure:3549: result: yes
489configure:3553: checking math.h presence
490configure:3563: gcc -E  conftest.c
491configure:3569: $? = 0
492configure:3589: result: yes
493configure:3624: checking for math.h
494configure:3631: result: yes
495configure:3508: checking iostream usability
496configure:3520: gcc -c -g -O2  conftest.c >&5
497conftest.c:60:20: error: iostream: No such file or directory
498configure:3526: $? = 1
499configure: failed program was:
500| /* confdefs.h.  */
501|
502| #define PACKAGE_NAME "Duchamp"
503| #define PACKAGE_TARNAME "duchamp"
504| #define PACKAGE_VERSION "1.1.7"
505| #define PACKAGE_STRING "Duchamp 1.1.7"
506| #define PACKAGE_BUGREPORT "Matthew.Whiting@csiro.au"
507| #ifdef __cplusplus
508| extern "C" void std::exit (int); using std::exit;
509| #endif
510| #define HAVE_LIBM 1
511| #define STDC_HEADERS 1
512| #define HAVE_SYS_TYPES_H 1
513| #define HAVE_SYS_STAT_H 1
514| #define HAVE_STDLIB_H 1
515| #define HAVE_STRING_H 1
516| #define HAVE_MEMORY_H 1
517| #define HAVE_STRINGS_H 1
518| #define HAVE_INTTYPES_H 1
519| #define HAVE_STDINT_H 1
520| #define HAVE_UNISTD_H 1
521| #define HAVE_UNISTD_H 1
522| #define HAVE_TIME_H 1
523| #define HAVE_MATH_H 1
524| /* end confdefs.h.  */
525| #include <stdio.h>
526| #if HAVE_SYS_TYPES_H
527| # include <sys/types.h>
528| #endif
529| #if HAVE_SYS_STAT_H
530| # include <sys/stat.h>
531| #endif
532| #if STDC_HEADERS
533| # include <stdlib.h>
534| # include <stddef.h>
535| #else
536| # if HAVE_STDLIB_H
537| #  include <stdlib.h>
538| # endif
539| #endif
540| #if HAVE_STRING_H
541| # if !STDC_HEADERS && HAVE_MEMORY_H
542| #  include <memory.h>
543| # endif
544| # include <string.h>
545| #endif
546| #if HAVE_STRINGS_H
547| # include <strings.h>
548| #endif
549| #if HAVE_INTTYPES_H
550| # include <inttypes.h>
551| #else
552| # if HAVE_STDINT_H
553| #  include <stdint.h>
554| # endif
555| #endif
556| #if HAVE_UNISTD_H
557| # include <unistd.h>
558| #endif
559| #include <iostream>
560configure:3549: result: no
561configure:3553: checking iostream presence
562configure:3563: gcc -E  conftest.c
563conftest.c:26:20: error: iostream: No such file or directory
564configure:3569: $? = 1
565configure: failed program was:
566| /* confdefs.h.  */
567|
568| #define PACKAGE_NAME "Duchamp"
569| #define PACKAGE_TARNAME "duchamp"
570| #define PACKAGE_VERSION "1.1.7"
571| #define PACKAGE_STRING "Duchamp 1.1.7"
572| #define PACKAGE_BUGREPORT "Matthew.Whiting@csiro.au"
573| #ifdef __cplusplus
574| extern "C" void std::exit (int); using std::exit;
575| #endif
576| #define HAVE_LIBM 1
577| #define STDC_HEADERS 1
578| #define HAVE_SYS_TYPES_H 1
579| #define HAVE_SYS_STAT_H 1
580| #define HAVE_STDLIB_H 1
581| #define HAVE_STRING_H 1
582| #define HAVE_MEMORY_H 1
583| #define HAVE_STRINGS_H 1
584| #define HAVE_INTTYPES_H 1
585| #define HAVE_STDINT_H 1
586| #define HAVE_UNISTD_H 1
587| #define HAVE_UNISTD_H 1
588| #define HAVE_TIME_H 1
589| #define HAVE_MATH_H 1
590| /* end confdefs.h.  */
591| #include <iostream>
592configure:3589: result: no
593configure:3624: checking for iostream
594configure:3631: result: no
595configure:3508: checking fstream usability
596configure:3520: gcc -c -g -O2  conftest.c >&5
597conftest.c:60:19: error: fstream: No such file or directory
598configure:3526: $? = 1
599configure: failed program was:
600| /* confdefs.h.  */
601|
602| #define PACKAGE_NAME "Duchamp"
603| #define PACKAGE_TARNAME "duchamp"
604| #define PACKAGE_VERSION "1.1.7"
605| #define PACKAGE_STRING "Duchamp 1.1.7"
606| #define PACKAGE_BUGREPORT "Matthew.Whiting@csiro.au"
607| #ifdef __cplusplus
608| extern "C" void std::exit (int); using std::exit;
609| #endif
610| #define HAVE_LIBM 1
611| #define STDC_HEADERS 1
612| #define HAVE_SYS_TYPES_H 1
613| #define HAVE_SYS_STAT_H 1
614| #define HAVE_STDLIB_H 1
615| #define HAVE_STRING_H 1
616| #define HAVE_MEMORY_H 1
617| #define HAVE_STRINGS_H 1
618| #define HAVE_INTTYPES_H 1
619| #define HAVE_STDINT_H 1
620| #define HAVE_UNISTD_H 1
621| #define HAVE_UNISTD_H 1
622| #define HAVE_TIME_H 1
623| #define HAVE_MATH_H 1
624| /* end confdefs.h.  */
625| #include <stdio.h>
626| #if HAVE_SYS_TYPES_H
627| # include <sys/types.h>
628| #endif
629| #if HAVE_SYS_STAT_H
630| # include <sys/stat.h>
631| #endif
632| #if STDC_HEADERS
633| # include <stdlib.h>
634| # include <stddef.h>
635| #else
636| # if HAVE_STDLIB_H
637| #  include <stdlib.h>
638| # endif
639| #endif
640| #if HAVE_STRING_H
641| # if !STDC_HEADERS && HAVE_MEMORY_H
642| #  include <memory.h>
643| # endif
644| # include <string.h>
645| #endif
646| #if HAVE_STRINGS_H
647| # include <strings.h>
648| #endif
649| #if HAVE_INTTYPES_H
650| # include <inttypes.h>
651| #else
652| # if HAVE_STDINT_H
653| #  include <stdint.h>
654| # endif
655| #endif
656| #if HAVE_UNISTD_H
657| # include <unistd.h>
658| #endif
659| #include <fstream>
660configure:3549: result: no
661configure:3553: checking fstream presence
662configure:3563: gcc -E  conftest.c
663conftest.c:26:19: error: fstream: No such file or directory
664configure:3569: $? = 1
665configure: failed program was:
666| /* confdefs.h.  */
667|
668| #define PACKAGE_NAME "Duchamp"
669| #define PACKAGE_TARNAME "duchamp"
670| #define PACKAGE_VERSION "1.1.7"
671| #define PACKAGE_STRING "Duchamp 1.1.7"
672| #define PACKAGE_BUGREPORT "Matthew.Whiting@csiro.au"
673| #ifdef __cplusplus
674| extern "C" void std::exit (int); using std::exit;
675| #endif
676| #define HAVE_LIBM 1
677| #define STDC_HEADERS 1
678| #define HAVE_SYS_TYPES_H 1
679| #define HAVE_SYS_STAT_H 1
680| #define HAVE_STDLIB_H 1
681| #define HAVE_STRING_H 1
682| #define HAVE_MEMORY_H 1
683| #define HAVE_STRINGS_H 1
684| #define HAVE_INTTYPES_H 1
685| #define HAVE_STDINT_H 1
686| #define HAVE_UNISTD_H 1
687| #define HAVE_UNISTD_H 1
688| #define HAVE_TIME_H 1
689| #define HAVE_MATH_H 1
690| /* end confdefs.h.  */
691| #include <fstream>
692configure:3589: result: no
693configure:3624: checking for fstream
694configure:3631: result: no
695configure:3508: checking sstream usability
696configure:3520: gcc -c -g -O2  conftest.c >&5
697conftest.c:60:19: error: sstream: No such file or directory
698configure:3526: $? = 1
699configure: failed program was:
700| /* confdefs.h.  */
701|
702| #define PACKAGE_NAME "Duchamp"
703| #define PACKAGE_TARNAME "duchamp"
704| #define PACKAGE_VERSION "1.1.7"
705| #define PACKAGE_STRING "Duchamp 1.1.7"
706| #define PACKAGE_BUGREPORT "Matthew.Whiting@csiro.au"
707| #ifdef __cplusplus
708| extern "C" void std::exit (int); using std::exit;
709| #endif
710| #define HAVE_LIBM 1
711| #define STDC_HEADERS 1
712| #define HAVE_SYS_TYPES_H 1
713| #define HAVE_SYS_STAT_H 1
714| #define HAVE_STDLIB_H 1
715| #define HAVE_STRING_H 1
716| #define HAVE_MEMORY_H 1
717| #define HAVE_STRINGS_H 1
718| #define HAVE_INTTYPES_H 1
719| #define HAVE_STDINT_H 1
720| #define HAVE_UNISTD_H 1
721| #define HAVE_UNISTD_H 1
722| #define HAVE_TIME_H 1
723| #define HAVE_MATH_H 1
724| /* end confdefs.h.  */
725| #include <stdio.h>
726| #if HAVE_SYS_TYPES_H
727| # include <sys/types.h>
728| #endif
729| #if HAVE_SYS_STAT_H
730| # include <sys/stat.h>
731| #endif
732| #if STDC_HEADERS
733| # include <stdlib.h>
734| # include <stddef.h>
735| #else
736| # if HAVE_STDLIB_H
737| #  include <stdlib.h>
738| # endif
739| #endif
740| #if HAVE_STRING_H
741| # if !STDC_HEADERS && HAVE_MEMORY_H
742| #  include <memory.h>
743| # endif
744| # include <string.h>
745| #endif
746| #if HAVE_STRINGS_H
747| # include <strings.h>
748| #endif
749| #if HAVE_INTTYPES_H
750| # include <inttypes.h>
751| #else
752| # if HAVE_STDINT_H
753| #  include <stdint.h>
754| # endif
755| #endif
756| #if HAVE_UNISTD_H
757| # include <unistd.h>
758| #endif
759| #include <sstream>
760configure:3549: result: no
761configure:3553: checking sstream presence
762configure:3563: gcc -E  conftest.c
763conftest.c:26:19: error: sstream: No such file or directory
764configure:3569: $? = 1
765configure: failed program was:
766| /* confdefs.h.  */
767|
768| #define PACKAGE_NAME "Duchamp"
769| #define PACKAGE_TARNAME "duchamp"
770| #define PACKAGE_VERSION "1.1.7"
771| #define PACKAGE_STRING "Duchamp 1.1.7"
772| #define PACKAGE_BUGREPORT "Matthew.Whiting@csiro.au"
773| #ifdef __cplusplus
774| extern "C" void std::exit (int); using std::exit;
775| #endif
776| #define HAVE_LIBM 1
777| #define STDC_HEADERS 1
778| #define HAVE_SYS_TYPES_H 1
779| #define HAVE_SYS_STAT_H 1
780| #define HAVE_STDLIB_H 1
781| #define HAVE_STRING_H 1
782| #define HAVE_MEMORY_H 1
783| #define HAVE_STRINGS_H 1
784| #define HAVE_INTTYPES_H 1
785| #define HAVE_STDINT_H 1
786| #define HAVE_UNISTD_H 1
787| #define HAVE_UNISTD_H 1
788| #define HAVE_TIME_H 1
789| #define HAVE_MATH_H 1
790| /* end confdefs.h.  */
791| #include <sstream>
792configure:3589: result: no
793configure:3624: checking for sstream
794configure:3631: result: no
795configure:3508: checking iomanip usability
796configure:3520: gcc -c -g -O2  conftest.c >&5
797conftest.c:60:19: error: iomanip: No such file or directory
798configure:3526: $? = 1
799configure: failed program was:
800| /* confdefs.h.  */
801|
802| #define PACKAGE_NAME "Duchamp"
803| #define PACKAGE_TARNAME "duchamp"
804| #define PACKAGE_VERSION "1.1.7"
805| #define PACKAGE_STRING "Duchamp 1.1.7"
806| #define PACKAGE_BUGREPORT "Matthew.Whiting@csiro.au"
807| #ifdef __cplusplus
808| extern "C" void std::exit (int); using std::exit;
809| #endif
810| #define HAVE_LIBM 1
811| #define STDC_HEADERS 1
812| #define HAVE_SYS_TYPES_H 1
813| #define HAVE_SYS_STAT_H 1
814| #define HAVE_STDLIB_H 1
815| #define HAVE_STRING_H 1
816| #define HAVE_MEMORY_H 1
817| #define HAVE_STRINGS_H 1
818| #define HAVE_INTTYPES_H 1
819| #define HAVE_STDINT_H 1
820| #define HAVE_UNISTD_H 1
821| #define HAVE_UNISTD_H 1
822| #define HAVE_TIME_H 1
823| #define HAVE_MATH_H 1
824| /* end confdefs.h.  */
825| #include <stdio.h>
826| #if HAVE_SYS_TYPES_H
827| # include <sys/types.h>
828| #endif
829| #if HAVE_SYS_STAT_H
830| # include <sys/stat.h>
831| #endif
832| #if STDC_HEADERS
833| # include <stdlib.h>
834| # include <stddef.h>
835| #else
836| # if HAVE_STDLIB_H
837| #  include <stdlib.h>
838| # endif
839| #endif
840| #if HAVE_STRING_H
841| # if !STDC_HEADERS && HAVE_MEMORY_H
842| #  include <memory.h>
843| # endif
844| # include <string.h>
845| #endif
846| #if HAVE_STRINGS_H
847| # include <strings.h>
848| #endif
849| #if HAVE_INTTYPES_H
850| # include <inttypes.h>
851| #else
852| # if HAVE_STDINT_H
853| #  include <stdint.h>
854| # endif
855| #endif
856| #if HAVE_UNISTD_H
857| # include <unistd.h>
858| #endif
859| #include <iomanip>
860configure:3549: result: no
861configure:3553: checking iomanip presence
862configure:3563: gcc -E  conftest.c
863conftest.c:26:19: error: iomanip: No such file or directory
864configure:3569: $? = 1
865configure: failed program was:
866| /* confdefs.h.  */
867|
868| #define PACKAGE_NAME "Duchamp"
869| #define PACKAGE_TARNAME "duchamp"
870| #define PACKAGE_VERSION "1.1.7"
871| #define PACKAGE_STRING "Duchamp 1.1.7"
872| #define PACKAGE_BUGREPORT "Matthew.Whiting@csiro.au"
873| #ifdef __cplusplus
874| extern "C" void std::exit (int); using std::exit;
875| #endif
876| #define HAVE_LIBM 1
877| #define STDC_HEADERS 1
878| #define HAVE_SYS_TYPES_H 1
879| #define HAVE_SYS_STAT_H 1
880| #define HAVE_STDLIB_H 1
881| #define HAVE_STRING_H 1
882| #define HAVE_MEMORY_H 1
883| #define HAVE_STRINGS_H 1
884| #define HAVE_INTTYPES_H 1
885| #define HAVE_STDINT_H 1
886| #define HAVE_UNISTD_H 1
887| #define HAVE_UNISTD_H 1
888| #define HAVE_TIME_H 1
889| #define HAVE_MATH_H 1
890| /* end confdefs.h.  */
891| #include <iomanip>
892configure:3589: result: no
893configure:3624: checking for iomanip
894configure:3631: result: no
895configure:3508: checking vector usability
896configure:3520: gcc -c -g -O2  conftest.c >&5
897conftest.c:60:18: error: vector: No such file or directory
898configure:3526: $? = 1
899configure: failed program was:
900| /* confdefs.h.  */
901|
902| #define PACKAGE_NAME "Duchamp"
903| #define PACKAGE_TARNAME "duchamp"
904| #define PACKAGE_VERSION "1.1.7"
905| #define PACKAGE_STRING "Duchamp 1.1.7"
906| #define PACKAGE_BUGREPORT "Matthew.Whiting@csiro.au"
907| #ifdef __cplusplus
908| extern "C" void std::exit (int); using std::exit;
909| #endif
910| #define HAVE_LIBM 1
911| #define STDC_HEADERS 1
912| #define HAVE_SYS_TYPES_H 1
913| #define HAVE_SYS_STAT_H 1
914| #define HAVE_STDLIB_H 1
915| #define HAVE_STRING_H 1
916| #define HAVE_MEMORY_H 1
917| #define HAVE_STRINGS_H 1
918| #define HAVE_INTTYPES_H 1
919| #define HAVE_STDINT_H 1
920| #define HAVE_UNISTD_H 1
921| #define HAVE_UNISTD_H 1
922| #define HAVE_TIME_H 1
923| #define HAVE_MATH_H 1
924| /* end confdefs.h.  */
925| #include <stdio.h>
926| #if HAVE_SYS_TYPES_H
927| # include <sys/types.h>
928| #endif
929| #if HAVE_SYS_STAT_H
930| # include <sys/stat.h>
931| #endif
932| #if STDC_HEADERS
933| # include <stdlib.h>
934| # include <stddef.h>
935| #else
936| # if HAVE_STDLIB_H
937| #  include <stdlib.h>
938| # endif
939| #endif
940| #if HAVE_STRING_H
941| # if !STDC_HEADERS && HAVE_MEMORY_H
942| #  include <memory.h>
943| # endif
944| # include <string.h>
945| #endif
946| #if HAVE_STRINGS_H
947| # include <strings.h>
948| #endif
949| #if HAVE_INTTYPES_H
950| # include <inttypes.h>
951| #else
952| # if HAVE_STDINT_H
953| #  include <stdint.h>
954| # endif
955| #endif
956| #if HAVE_UNISTD_H
957| # include <unistd.h>
958| #endif
959| #include <vector>
960configure:3549: result: no
961configure:3553: checking vector presence
962configure:3563: gcc -E  conftest.c
963conftest.c:26:18: error: vector: No such file or directory
964configure:3569: $? = 1
965configure: failed program was:
966| /* confdefs.h.  */
967|
968| #define PACKAGE_NAME "Duchamp"
969| #define PACKAGE_TARNAME "duchamp"
970| #define PACKAGE_VERSION "1.1.7"
971| #define PACKAGE_STRING "Duchamp 1.1.7"
972| #define PACKAGE_BUGREPORT "Matthew.Whiting@csiro.au"
973| #ifdef __cplusplus
974| extern "C" void std::exit (int); using std::exit;
975| #endif
976| #define HAVE_LIBM 1
977| #define STDC_HEADERS 1
978| #define HAVE_SYS_TYPES_H 1
979| #define HAVE_SYS_STAT_H 1
980| #define HAVE_STDLIB_H 1
981| #define HAVE_STRING_H 1
982| #define HAVE_MEMORY_H 1
983| #define HAVE_STRINGS_H 1
984| #define HAVE_INTTYPES_H 1
985| #define HAVE_STDINT_H 1
986| #define HAVE_UNISTD_H 1
987| #define HAVE_UNISTD_H 1
988| #define HAVE_TIME_H 1
989| #define HAVE_MATH_H 1
990| /* end confdefs.h.  */
991| #include <vector>
992configure:3589: result: no
993configure:3624: checking for vector
994configure:3631: result: no
995configure:3508: checking string usability
996configure:3520: gcc -c -g -O2  conftest.c >&5
997conftest.c:60:18: error: string: No such file or directory
998configure:3526: $? = 1
999configure: failed program was:
1000| /* confdefs.h.  */
1001|
1002| #define PACKAGE_NAME "Duchamp"
1003| #define PACKAGE_TARNAME "duchamp"
1004| #define PACKAGE_VERSION "1.1.7"
1005| #define PACKAGE_STRING "Duchamp 1.1.7"
1006| #define PACKAGE_BUGREPORT "Matthew.Whiting@csiro.au"
1007| #ifdef __cplusplus
1008| extern "C" void std::exit (int); using std::exit;
1009| #endif
1010| #define HAVE_LIBM 1
1011| #define STDC_HEADERS 1
1012| #define HAVE_SYS_TYPES_H 1
1013| #define HAVE_SYS_STAT_H 1
1014| #define HAVE_STDLIB_H 1
1015| #define HAVE_STRING_H 1
1016| #define HAVE_MEMORY_H 1
1017| #define HAVE_STRINGS_H 1
1018| #define HAVE_INTTYPES_H 1
1019| #define HAVE_STDINT_H 1
1020| #define HAVE_UNISTD_H 1
1021| #define HAVE_UNISTD_H 1
1022| #define HAVE_TIME_H 1
1023| #define HAVE_MATH_H 1
1024| /* end confdefs.h.  */
1025| #include <stdio.h>
1026| #if HAVE_SYS_TYPES_H
1027| # include <sys/types.h>
1028| #endif
1029| #if HAVE_SYS_STAT_H
1030| # include <sys/stat.h>
1031| #endif
1032| #if STDC_HEADERS
1033| # include <stdlib.h>
1034| # include <stddef.h>
1035| #else
1036| # if HAVE_STDLIB_H
1037| #  include <stdlib.h>
1038| # endif
1039| #endif
1040| #if HAVE_STRING_H
1041| # if !STDC_HEADERS && HAVE_MEMORY_H
1042| #  include <memory.h>
1043| # endif
1044| # include <string.h>
1045| #endif
1046| #if HAVE_STRINGS_H
1047| # include <strings.h>
1048| #endif
1049| #if HAVE_INTTYPES_H
1050| # include <inttypes.h>
1051| #else
1052| # if HAVE_STDINT_H
1053| #  include <stdint.h>
1054| # endif
1055| #endif
1056| #if HAVE_UNISTD_H
1057| # include <unistd.h>
1058| #endif
1059| #include <string>
1060configure:3549: result: no
1061configure:3553: checking string presence
1062configure:3563: gcc -E  conftest.c
1063conftest.c:26:18: error: string: No such file or directory
1064configure:3569: $? = 1
1065configure: failed program was:
1066| /* confdefs.h.  */
1067|
1068| #define PACKAGE_NAME "Duchamp"
1069| #define PACKAGE_TARNAME "duchamp"
1070| #define PACKAGE_VERSION "1.1.7"
1071| #define PACKAGE_STRING "Duchamp 1.1.7"
1072| #define PACKAGE_BUGREPORT "Matthew.Whiting@csiro.au"
1073| #ifdef __cplusplus
1074| extern "C" void std::exit (int); using std::exit;
1075| #endif
1076| #define HAVE_LIBM 1
1077| #define STDC_HEADERS 1
1078| #define HAVE_SYS_TYPES_H 1
1079| #define HAVE_SYS_STAT_H 1
1080| #define HAVE_STDLIB_H 1
1081| #define HAVE_STRING_H 1
1082| #define HAVE_MEMORY_H 1
1083| #define HAVE_STRINGS_H 1
1084| #define HAVE_INTTYPES_H 1
1085| #define HAVE_STDINT_H 1
1086| #define HAVE_UNISTD_H 1
1087| #define HAVE_UNISTD_H 1
1088| #define HAVE_TIME_H 1
1089| #define HAVE_MATH_H 1
1090| /* end confdefs.h.  */
1091| #include <string>
1092configure:3589: result: no
1093configure:3624: checking for string
1094configure:3631: result: no
1095configure:3508: checking algorithm usability
1096configure:3520: gcc -c -g -O2  conftest.c >&5
1097conftest.c:60:21: error: algorithm: No such file or directory
1098configure:3526: $? = 1
1099configure: failed program was:
1100| /* confdefs.h.  */
1101|
1102| #define PACKAGE_NAME "Duchamp"
1103| #define PACKAGE_TARNAME "duchamp"
1104| #define PACKAGE_VERSION "1.1.7"
1105| #define PACKAGE_STRING "Duchamp 1.1.7"
1106| #define PACKAGE_BUGREPORT "Matthew.Whiting@csiro.au"
1107| #ifdef __cplusplus
1108| extern "C" void std::exit (int); using std::exit;
1109| #endif
1110| #define HAVE_LIBM 1
1111| #define STDC_HEADERS 1
1112| #define HAVE_SYS_TYPES_H 1
1113| #define HAVE_SYS_STAT_H 1
1114| #define HAVE_STDLIB_H 1
1115| #define HAVE_STRING_H 1
1116| #define HAVE_MEMORY_H 1
1117| #define HAVE_STRINGS_H 1
1118| #define HAVE_INTTYPES_H 1
1119| #define HAVE_STDINT_H 1
1120| #define HAVE_UNISTD_H 1
1121| #define HAVE_UNISTD_H 1
1122| #define HAVE_TIME_H 1
1123| #define HAVE_MATH_H 1
1124| /* end confdefs.h.  */
1125| #include <stdio.h>
1126| #if HAVE_SYS_TYPES_H
1127| # include <sys/types.h>
1128| #endif
1129| #if HAVE_SYS_STAT_H
1130| # include <sys/stat.h>
1131| #endif
1132| #if STDC_HEADERS
1133| # include <stdlib.h>
1134| # include <stddef.h>
1135| #else
1136| # if HAVE_STDLIB_H
1137| #  include <stdlib.h>
1138| # endif
1139| #endif
1140| #if HAVE_STRING_H
1141| # if !STDC_HEADERS && HAVE_MEMORY_H
1142| #  include <memory.h>
1143| # endif
1144| # include <string.h>
1145| #endif
1146| #if HAVE_STRINGS_H
1147| # include <strings.h>
1148| #endif
1149| #if HAVE_INTTYPES_H
1150| # include <inttypes.h>
1151| #else
1152| # if HAVE_STDINT_H
1153| #  include <stdint.h>
1154| # endif
1155| #endif
1156| #if HAVE_UNISTD_H
1157| # include <unistd.h>
1158| #endif
1159| #include <algorithm>
1160configure:3549: result: no
1161configure:3553: checking algorithm presence
1162configure:3563: gcc -E  conftest.c
1163conftest.c:26:21: error: algorithm: No such file or directory
1164configure:3569: $? = 1
1165configure: failed program was:
1166| /* confdefs.h.  */
1167|
1168| #define PACKAGE_NAME "Duchamp"
1169| #define PACKAGE_TARNAME "duchamp"
1170| #define PACKAGE_VERSION "1.1.7"
1171| #define PACKAGE_STRING "Duchamp 1.1.7"
1172| #define PACKAGE_BUGREPORT "Matthew.Whiting@csiro.au"
1173| #ifdef __cplusplus
1174| extern "C" void std::exit (int); using std::exit;
1175| #endif
1176| #define HAVE_LIBM 1
1177| #define STDC_HEADERS 1
1178| #define HAVE_SYS_TYPES_H 1
1179| #define HAVE_SYS_STAT_H 1
1180| #define HAVE_STDLIB_H 1
1181| #define HAVE_STRING_H 1
1182| #define HAVE_MEMORY_H 1
1183| #define HAVE_STRINGS_H 1
1184| #define HAVE_INTTYPES_H 1
1185| #define HAVE_STDINT_H 1
1186| #define HAVE_UNISTD_H 1
1187| #define HAVE_UNISTD_H 1
1188| #define HAVE_TIME_H 1
1189| #define HAVE_MATH_H 1
1190| /* end confdefs.h.  */
1191| #include <algorithm>
1192configure:3589: result: no
1193configure:3624: checking for algorithm
1194configure:3631: result: no
1195configure:3508: checking functional usability
1196configure:3520: gcc -c -g -O2  conftest.c >&5
1197conftest.c:60:22: error: functional: No such file or directory
1198configure:3526: $? = 1
1199configure: failed program was:
1200| /* confdefs.h.  */
1201|
1202| #define PACKAGE_NAME "Duchamp"
1203| #define PACKAGE_TARNAME "duchamp"
1204| #define PACKAGE_VERSION "1.1.7"
1205| #define PACKAGE_STRING "Duchamp 1.1.7"
1206| #define PACKAGE_BUGREPORT "Matthew.Whiting@csiro.au"
1207| #ifdef __cplusplus
1208| extern "C" void std::exit (int); using std::exit;
1209| #endif
1210| #define HAVE_LIBM 1
1211| #define STDC_HEADERS 1
1212| #define HAVE_SYS_TYPES_H 1
1213| #define HAVE_SYS_STAT_H 1
1214| #define HAVE_STDLIB_H 1
1215| #define HAVE_STRING_H 1
1216| #define HAVE_MEMORY_H 1
1217| #define HAVE_STRINGS_H 1
1218| #define HAVE_INTTYPES_H 1
1219| #define HAVE_STDINT_H 1
1220| #define HAVE_UNISTD_H 1
1221| #define HAVE_UNISTD_H 1
1222| #define HAVE_TIME_H 1
1223| #define HAVE_MATH_H 1
1224| /* end confdefs.h.  */
1225| #include <stdio.h>
1226| #if HAVE_SYS_TYPES_H
1227| # include <sys/types.h>
1228| #endif
1229| #if HAVE_SYS_STAT_H
1230| # include <sys/stat.h>
1231| #endif
1232| #if STDC_HEADERS
1233| # include <stdlib.h>
1234| # include <stddef.h>
1235| #else
1236| # if HAVE_STDLIB_H
1237| #  include <stdlib.h>
1238| # endif
1239| #endif
1240| #if HAVE_STRING_H
1241| # if !STDC_HEADERS && HAVE_MEMORY_H
1242| #  include <memory.h>
1243| # endif
1244| # include <string.h>
1245| #endif
1246| #if HAVE_STRINGS_H
1247| # include <strings.h>
1248| #endif
1249| #if HAVE_INTTYPES_H
1250| # include <inttypes.h>
1251| #else
1252| # if HAVE_STDINT_H
1253| #  include <stdint.h>
1254| # endif
1255| #endif
1256| #if HAVE_UNISTD_H
1257| # include <unistd.h>
1258| #endif
1259| #include <functional>
1260configure:3549: result: no
1261configure:3553: checking functional presence
1262configure:3563: gcc -E  conftest.c
1263conftest.c:26:22: error: functional: No such file or directory
1264configure:3569: $? = 1
1265configure: failed program was:
1266| /* confdefs.h.  */
1267|
1268| #define PACKAGE_NAME "Duchamp"
1269| #define PACKAGE_TARNAME "duchamp"
1270| #define PACKAGE_VERSION "1.1.7"
1271| #define PACKAGE_STRING "Duchamp 1.1.7"
1272| #define PACKAGE_BUGREPORT "Matthew.Whiting@csiro.au"
1273| #ifdef __cplusplus
1274| extern "C" void std::exit (int); using std::exit;
1275| #endif
1276| #define HAVE_LIBM 1
1277| #define STDC_HEADERS 1
1278| #define HAVE_SYS_TYPES_H 1
1279| #define HAVE_SYS_STAT_H 1
1280| #define HAVE_STDLIB_H 1
1281| #define HAVE_STRING_H 1
1282| #define HAVE_MEMORY_H 1
1283| #define HAVE_STRINGS_H 1
1284| #define HAVE_INTTYPES_H 1
1285| #define HAVE_STDINT_H 1
1286| #define HAVE_UNISTD_H 1
1287| #define HAVE_UNISTD_H 1
1288| #define HAVE_TIME_H 1
1289| #define HAVE_MATH_H 1
1290| /* end confdefs.h.  */
1291| #include <functional>
1292configure:3589: result: no
1293configure:3624: checking for functional
1294configure:3631: result: no
1295configure:3663: checking for stdbool.h that conforms to C99
1296configure:3716: gcc -c -g -O2  conftest.c >&5
1297configure:3722: $? = 0
1298configure:3726: test -z
1299                         || test ! -s conftest.err
1300configure:3729: $? = 0
1301configure:3732: test -s conftest.o
1302configure:3735: $? = 0
1303configure:3746: result: yes
1304configure:3748: checking for _Bool
1305configure:3772: gcc -c -g -O2  conftest.c >&5
1306configure:3778: $? = 0
1307configure:3782: test -z
1308                         || test ! -s conftest.err
1309configure:3785: $? = 0
1310configure:3788: test -s conftest.o
1311configure:3791: $? = 0
1312configure:3802: result: yes
1313configure:3821: checking for an ANSI C-conforming const
1314configure:3888: gcc -c -g -O2  conftest.c >&5
1315configure:3894: $? = 0
1316configure:3898: test -z
1317                         || test ! -s conftest.err
1318configure:3901: $? = 0
1319configure:3904: test -s conftest.o
1320configure:3907: $? = 0
1321configure:3918: result: yes
1322configure:3928: checking for inline
1323configure:3949: gcc -c -g -O2  conftest.c >&5
1324configure:3955: $? = 0
1325configure:3959: test -z
1326                         || test ! -s conftest.err
1327configure:3962: $? = 0
1328configure:3965: test -s conftest.o
1329configure:3968: $? = 0
1330configure:3980: result: inline
1331configure:4042: checking for ranlib
1332configure:4058: found /usr/bin/ranlib
1333configure:4069: result: ranlib
1334configure:4083: checking for working strtod
1335configure:4126: gcc -o conftest -g -O2   conftest.c -lm  >&5
1336conftest.c: In function 'main':
1337conftest.c:40: warning: incompatible implicit declaration of built-in function 'exit'
1338conftest.c:50: warning: incompatible implicit declaration of built-in function 'exit'
1339conftest.c:52: warning: incompatible implicit declaration of built-in function 'exit'
1340configure:4129: $? = 0
1341configure:4131: ./conftest
1342configure:4134: $? = 0
1343configure:4148: result: yes
1344configure:4336: checking for floor
1345configure:4393: gcc -o conftest -g -O2   conftest.c -lm  >&5
1346conftest.c:52: warning: conflicting types for built-in function 'floor'
1347configure:4399: $? = 0
1348configure:4403: test -z
1349                         || test ! -s conftest.err
1350configure:4406: $? = 0
1351configure:4409: test -s conftest
1352configure:4412: $? = 0
1353configure:4424: result: yes
1354configure:4336: checking for pow
1355configure:4393: gcc -o conftest -g -O2   conftest.c -lm  >&5
1356conftest.c:53: warning: conflicting types for built-in function 'pow'
1357configure:4399: $? = 0
1358configure:4403: test -z
1359                         || test ! -s conftest.err
1360configure:4406: $? = 0
1361configure:4409: test -s conftest
1362configure:4412: $? = 0
1363configure:4424: result: yes
1364configure:4336: checking for sqrt
1365configure:4393: gcc -o conftest -g -O2   conftest.c -lm  >&5
1366conftest.c:54: warning: conflicting types for built-in function 'sqrt'
1367configure:4399: $? = 0
1368configure:4403: test -z
1369                         || test ! -s conftest.err
1370configure:4406: $? = 0
1371configure:4409: test -s conftest
1372configure:4412: $? = 0
1373configure:4424: result: yes
1374configure:4336: checking for strtol
1375configure:4393: gcc -o conftest -g -O2   conftest.c -lm  >&5
1376configure:4399: $? = 0
1377configure:4403: test -z
1378                         || test ! -s conftest.err
1379configure:4406: $? = 0
1380configure:4409: test -s conftest
1381configure:4412: $? = 0
1382configure:4424: result: yes
1383configure:4336: checking for log
1384configure:4393: gcc -o conftest -g -O2   conftest.c -lm  >&5
1385conftest.c:56: warning: conflicting types for built-in function 'log'
1386configure:4399: $? = 0
1387configure:4403: test -z
1388                         || test ! -s conftest.err
1389configure:4406: $? = 0
1390configure:4409: test -s conftest
1391configure:4412: $? = 0
1392configure:4424: result: yes
1393configure:4336: checking for atan
1394configure:4393: gcc -o conftest -g -O2   conftest.c -lm  >&5
1395conftest.c:57: warning: conflicting types for built-in function 'atan'
1396configure:4399: $? = 0
1397configure:4403: test -z
1398                         || test ! -s conftest.err
1399configure:4406: $? = 0
1400configure:4409: test -s conftest
1401configure:4412: $? = 0
1402configure:4424: result: yes
1403configure:4336: checking for fabs
1404configure:4393: gcc -o conftest -g -O2   conftest.c -lm  >&5
1405conftest.c:58: warning: conflicting types for built-in function 'fabs'
1406configure:4399: $? = 0
1407configure:4403: test -z
1408                         || test ! -s conftest.err
1409configure:4406: $? = 0
1410configure:4409: test -s conftest
1411configure:4412: $? = 0
1412configure:4424: result: yes
1413configure:4458: LIBDIRS
1414configure:4463: checking for /usr/lib
1415configure:4478: result: yes
1416configure:4463: checking for /usr/local/lib
1417configure:4478: result: yes
1418configure:4463: checking for /usr/local/pgplot
1419configure:4478: result: no
1420configure:4463: checking for /usr/local/cfitsio
1421configure:4478: result: no
1422configure:4463: checking for /usr/local/wcslib
1423configure:4478: result: no
1424configure:4463: checking for /local/lib
1425configure:4478: result: no
1426configure:4463: checking for /local/pgplot
1427configure:4478: result: no
1428configure:4463: checking for /local/cfitsio
1429configure:4478: result: no
1430configure:4463: checking for /opt/SUNWspro/lib
1431configure:4478: result: no
1432configure:4463: checking for /opt/local/lib
1433configure:4478: result: yes
1434configure:4494:   -- PGPLOT --
1435configure:4533: checking for /usr/include/cpgplot.h
1436configure:4548: result: no
1437configure:4556: checking for /usr/include/pgplot/cpgplot.h
1438configure:4571: result: no
1439configure:4533: checking for /usr/local/include/cpgplot.h
1440configure:4548: result: no
1441configure:4556: checking for /usr/local/include/pgplot/cpgplot.h
1442configure:4571: result: no
1443configure:4533: checking for /usr/local/pgplot/cpgplot.h
1444configure:4548: result: no
1445configure:4556: checking for /usr/local/pgplot/pgplot/cpgplot.h
1446configure:4571: result: no
1447configure:4533: checking for /usr/local/cfitsio/cpgplot.h
1448configure:4548: result: no
1449configure:4556: checking for /usr/local/cfitsio/pgplot/cpgplot.h
1450configure:4571: result: no
1451configure:4533: checking for /usr/local/wcslib/cpgplot.h
1452configure:4548: result: no
1453configure:4556: checking for /usr/local/wcslib/pgplot/cpgplot.h
1454configure:4571: result: no
1455configure:4533: checking for /local/pgplot/cpgplot.h
1456configure:4548: result: no
1457configure:4556: checking for /local/pgplot/pgplot/cpgplot.h
1458configure:4571: result: no
1459configure:4533: checking for /local/cfitsio/cpgplot.h
1460configure:4548: result: no
1461configure:4556: checking for /local/cfitsio/pgplot/cpgplot.h
1462configure:4571: result: no
1463configure:4533: checking for /opt/local/include/cpgplot.h
1464configure:4548: result: yes
1465configure:4580: checking for cosd in -lsunmath
1466configure:4610: gcc -o conftest -g -O2   -L/usr/lib -L/usr/local/lib -L/opt/local/lib conftest.c -lsunmath  -lm  -lm  >&5
1467/usr/libexec/gcc/i686-apple-darwin8/4.0.1/ld: can't locate file for: -lsunmath
1468collect2: ld returned 1 exit status
1469configure:4616: $? = 1
1470configure: failed program was:
1471| /* confdefs.h.  */
1472|
1473| #define PACKAGE_NAME "Duchamp"
1474| #define PACKAGE_TARNAME "duchamp"
1475| #define PACKAGE_VERSION "1.1.7"
1476| #define PACKAGE_STRING "Duchamp 1.1.7"
1477| #define PACKAGE_BUGREPORT "Matthew.Whiting@csiro.au"
1478| #ifdef __cplusplus
1479| extern "C" void std::exit (int); using std::exit;
1480| #endif
1481| #define HAVE_LIBM 1
1482| #define STDC_HEADERS 1
1483| #define HAVE_SYS_TYPES_H 1
1484| #define HAVE_SYS_STAT_H 1
1485| #define HAVE_STDLIB_H 1
1486| #define HAVE_STRING_H 1
1487| #define HAVE_MEMORY_H 1
1488| #define HAVE_STRINGS_H 1
1489| #define HAVE_INTTYPES_H 1
1490| #define HAVE_STDINT_H 1
1491| #define HAVE_UNISTD_H 1
1492| #define HAVE_UNISTD_H 1
1493| #define HAVE_TIME_H 1
1494| #define HAVE_MATH_H 1
1495| #define HAVE__BOOL 1
1496| #define HAVE_STDBOOL_H 1
1497| #define HAVE_FLOOR 1
1498| #define HAVE_POW 1
1499| #define HAVE_SQRT 1
1500| #define HAVE_STRTOL 1
1501| #define HAVE_LOG 1
1502| #define HAVE_ATAN 1
1503| #define HAVE_FABS 1
1504| /* end confdefs.h.  */
1505|
1506| /* Override any gcc2 internal prototype to avoid an error.  */
1507| #ifdef __cplusplus
1508| extern "C"
1509| #endif
1510| /* We use char because int might match the return type of a gcc2
1511|    builtin and then its argument prototype would still apply.  */
1512| char cosd ();
1513| int
1514| main ()
1515| {
1516| cosd ();
1517|   ;
1518|   return 0;
1519| }
1520configure:4642: result: no
1521configure:4648: checking for iand_ in -lM77
1522configure:4678: gcc -o conftest -g -O2   -L/usr/lib -L/usr/local/lib -L/opt/local/lib conftest.c -lM77  -lm  -lm  >&5
1523/usr/libexec/gcc/i686-apple-darwin8/4.0.1/ld: can't locate file for: -lM77
1524collect2: ld returned 1 exit status
1525configure:4684: $? = 1
1526configure: failed program was:
1527| /* confdefs.h.  */
1528|
1529| #define PACKAGE_NAME "Duchamp"
1530| #define PACKAGE_TARNAME "duchamp"
1531| #define PACKAGE_VERSION "1.1.7"
1532| #define PACKAGE_STRING "Duchamp 1.1.7"
1533| #define PACKAGE_BUGREPORT "Matthew.Whiting@csiro.au"
1534| #ifdef __cplusplus
1535| extern "C" void std::exit (int); using std::exit;
1536| #endif
1537| #define HAVE_LIBM 1
1538| #define STDC_HEADERS 1
1539| #define HAVE_SYS_TYPES_H 1
1540| #define HAVE_SYS_STAT_H 1
1541| #define HAVE_STDLIB_H 1
1542| #define HAVE_STRING_H 1
1543| #define HAVE_MEMORY_H 1
1544| #define HAVE_STRINGS_H 1
1545| #define HAVE_INTTYPES_H 1
1546| #define HAVE_STDINT_H 1
1547| #define HAVE_UNISTD_H 1
1548| #define HAVE_UNISTD_H 1
1549| #define HAVE_TIME_H 1
1550| #define HAVE_MATH_H 1
1551| #define HAVE__BOOL 1
1552| #define HAVE_STDBOOL_H 1
1553| #define HAVE_FLOOR 1
1554| #define HAVE_POW 1
1555| #define HAVE_SQRT 1
1556| #define HAVE_STRTOL 1
1557| #define HAVE_LOG 1
1558| #define HAVE_ATAN 1
1559| #define HAVE_FABS 1
1560| /* end confdefs.h.  */
1561|
1562| /* Override any gcc2 internal prototype to avoid an error.  */
1563| #ifdef __cplusplus
1564| extern "C"
1565| #endif
1566| /* We use char because int might match the return type of a gcc2
1567|    builtin and then its argument prototype would still apply.  */
1568| char iand_ ();
1569| int
1570| main ()
1571| {
1572| iand_ ();
1573|   ;
1574|   return 0;
1575| }
1576configure:4710: result: no
1577configure:4716: checking for f77_init in -lF77
1578configure:4746: gcc -o conftest -g -O2   -L/usr/lib -L/usr/local/lib -L/opt/local/lib conftest.c -lF77  -lm  -lm  >&5
1579/usr/libexec/gcc/i686-apple-darwin8/4.0.1/ld: can't locate file for: -lF77
1580collect2: ld returned 1 exit status
1581configure:4752: $? = 1
1582configure: failed program was:
1583| /* confdefs.h.  */
1584|
1585| #define PACKAGE_NAME "Duchamp"
1586| #define PACKAGE_TARNAME "duchamp"
1587| #define PACKAGE_VERSION "1.1.7"
1588| #define PACKAGE_STRING "Duchamp 1.1.7"
1589| #define PACKAGE_BUGREPORT "Matthew.Whiting@csiro.au"
1590| #ifdef __cplusplus
1591| extern "C" void std::exit (int); using std::exit;
1592| #endif
1593| #define HAVE_LIBM 1
1594| #define STDC_HEADERS 1
1595| #define HAVE_SYS_TYPES_H 1
1596| #define HAVE_SYS_STAT_H 1
1597| #define HAVE_STDLIB_H 1
1598| #define HAVE_STRING_H 1
1599| #define HAVE_MEMORY_H 1
1600| #define HAVE_STRINGS_H 1
1601| #define HAVE_INTTYPES_H 1
1602| #define HAVE_STDINT_H 1
1603| #define HAVE_UNISTD_H 1
1604| #define HAVE_UNISTD_H 1
1605| #define HAVE_TIME_H 1
1606| #define HAVE_MATH_H 1
1607| #define HAVE__BOOL 1
1608| #define HAVE_STDBOOL_H 1
1609| #define HAVE_FLOOR 1
1610| #define HAVE_POW 1
1611| #define HAVE_SQRT 1
1612| #define HAVE_STRTOL 1
1613| #define HAVE_LOG 1
1614| #define HAVE_ATAN 1
1615| #define HAVE_FABS 1
1616| /* end confdefs.h.  */
1617|
1618| /* Override any gcc2 internal prototype to avoid an error.  */
1619| #ifdef __cplusplus
1620| extern "C"
1621| #endif
1622| /* We use char because int might match the return type of a gcc2
1623|    builtin and then its argument prototype would still apply.  */
1624| char f77_init ();
1625| int
1626| main ()
1627| {
1628| f77_init ();
1629|   ;
1630|   return 0;
1631| }
1632configure:4778: result: no
1633configure:4786: checking for X
1634configure:5016: result: libraries /usr/X11R6/lib, headers /usr/X11R6/include
1635configure:5188: gcc -o conftest -g -O2   -L/usr/lib -L/usr/local/lib -L/opt/local/lib conftest.c -lm   -L/usr/X11R6/lib -lX11 >&5
1636configure:5194: $? = 0
1637configure:5198: test -z
1638                         || test ! -s conftest.err
1639configure:5201: $? = 0
1640configure:5204: test -s conftest
1641configure:5207: $? = 0
1642configure:5365: checking for gethostbyname
1643configure:5422: gcc -o conftest -g -O2   -L/usr/lib -L/usr/local/lib -L/opt/local/lib conftest.c -lm  >&5
1644configure:5428: $? = 0
1645configure:5432: test -z
1646                         || test ! -s conftest.err
1647configure:5435: $? = 0
1648configure:5438: test -s conftest
1649configure:5441: $? = 0
1650configure:5453: result: yes
1651configure:5604: checking for connect
1652configure:5661: gcc -o conftest -g -O2   -L/usr/lib -L/usr/local/lib -L/opt/local/lib conftest.c -lm  >&5
1653configure:5667: $? = 0
1654configure:5671: test -z
1655                         || test ! -s conftest.err
1656configure:5674: $? = 0
1657configure:5677: test -s conftest
1658configure:5680: $? = 0
1659configure:5692: result: yes
1660configure:5767: checking for remove
1661configure:5824: gcc -o conftest -g -O2   -L/usr/lib -L/usr/local/lib -L/opt/local/lib conftest.c -lm  >&5
1662configure:5830: $? = 0
1663configure:5834: test -z
1664                         || test ! -s conftest.err
1665configure:5837: $? = 0
1666configure:5840: test -s conftest
1667configure:5843: $? = 0
1668configure:5855: result: yes
1669configure:5930: checking for shmat
1670configure:5987: gcc -o conftest -g -O2   -L/usr/lib -L/usr/local/lib -L/opt/local/lib conftest.c -lm  >&5
1671configure:5993: $? = 0
1672configure:5997: test -z
1673                         || test ! -s conftest.err
1674configure:6000: $? = 0
1675configure:6003: test -s conftest
1676configure:6006: $? = 0
1677configure:6018: result: yes
1678configure:6102: checking for IceConnectionNumber in -lICE
1679configure:6132: gcc -o conftest -g -O2   -L/usr/lib -L/usr/local/lib -L/opt/local/lib -L/usr/X11R6/lib conftest.c -lICE  -lm  >&5
1680configure:6138: $? = 0
1681configure:6142: test -z
1682                         || test ! -s conftest.err
1683configure:6145: $? = 0
1684configure:6148: test -s conftest
1685configure:6151: $? = 0
1686configure:6164: result: yes
1687configure:6187: checking for deflate in -lz
1688configure:6217: gcc -o conftest -g -O2   -L/usr/lib -L/usr/local/lib -L/opt/local/lib  -L/usr/X11R6/lib conftest.c -lz  -L/usr/X11R6/lib -lX11  -lm  -lm  >&5
1689configure:6223: $? = 0
1690configure:6227: test -z
1691                         || test ! -s conftest.err
1692configure:6230: $? = 0
1693configure:6233: test -s conftest
1694configure:6236: $? = 0
1695configure:6249: result: yes
1696configure:6255: checking for png_error in -lpng
1697configure:6285: gcc -o conftest -g -O2   -L/usr/lib -L/usr/local/lib -L/opt/local/lib  -L/usr/X11R6/lib conftest.c -lpng  -L/usr/X11R6/lib -lX11  -lz -lm  -lm  >&5
1698configure:6291: $? = 0
1699configure:6295: test -z
1700                         || test ! -s conftest.err
1701configure:6298: $? = 0
1702configure:6301: test -s conftest
1703configure:6304: $? = 0
1704configure:6317: result: yes
1705configure:6330: checking for pgopen in -lpgplot
1706configure:6343: gfortran -o conftest -g -O2  -L/usr/lib -L/usr/local/lib -L/opt/local/lib  -L/usr/X11R6/lib conftest.f -lpgplot   -L/usr/X11R6/lib -lX11  -lz -lpng -lm  >&5
1707configure:6349: $? = 0
1708configure:6353: test -z
1709                         || test ! -s conftest.err
1710configure:6356: $? = 0
1711configure:6359: test -s conftest
1712configure:6362: $? = 0
1713configure:6375: result: yes
1714configure:6389: checking for gerror_ in -lg2c
1715configure:6419: gcc -o conftest -g -O2   -L/usr/lib -L/usr/local/lib -L/opt/local/lib  -L/usr/X11R6/lib conftest.c -lg2c  -lm  >&5
1716/usr/libexec/gcc/i686-apple-darwin8/4.0.1/ld: can't locate file for: -lg2c
1717collect2: ld returned 1 exit status
1718configure:6425: $? = 1
1719configure: failed program was:
1720| /* confdefs.h.  */
1721|
1722| #define PACKAGE_NAME "Duchamp"
1723| #define PACKAGE_TARNAME "duchamp"
1724| #define PACKAGE_VERSION "1.1.7"
1725| #define PACKAGE_STRING "Duchamp 1.1.7"
1726| #define PACKAGE_BUGREPORT "Matthew.Whiting@csiro.au"
1727| #ifdef __cplusplus
1728| extern "C" void std::exit (int); using std::exit;
1729| #endif
1730| #define HAVE_LIBM 1
1731| #define STDC_HEADERS 1
1732| #define HAVE_SYS_TYPES_H 1
1733| #define HAVE_SYS_STAT_H 1
1734| #define HAVE_STDLIB_H 1
1735| #define HAVE_STRING_H 1
1736| #define HAVE_MEMORY_H 1
1737| #define HAVE_STRINGS_H 1
1738| #define HAVE_INTTYPES_H 1
1739| #define HAVE_STDINT_H 1
1740| #define HAVE_UNISTD_H 1
1741| #define HAVE_UNISTD_H 1
1742| #define HAVE_TIME_H 1
1743| #define HAVE_MATH_H 1
1744| #define HAVE__BOOL 1
1745| #define HAVE_STDBOOL_H 1
1746| #define HAVE_FLOOR 1
1747| #define HAVE_POW 1
1748| #define HAVE_SQRT 1
1749| #define HAVE_STRTOL 1
1750| #define HAVE_LOG 1
1751| #define HAVE_ATAN 1
1752| #define HAVE_FABS 1
1753| /* end confdefs.h.  */
1754|
1755| /* Override any gcc2 internal prototype to avoid an error.  */
1756| #ifdef __cplusplus
1757| extern "C"
1758| #endif
1759| /* We use char because int might match the return type of a gcc2
1760|    builtin and then its argument prototype would still apply.  */
1761| char gerror_ ();
1762| int
1763| main ()
1764| {
1765| gerror_ ();
1766|   ;
1767|   return 0;
1768| }
1769configure:6451: result: no
1770configure:6463: checking for main in -lstdc++
1771configure:6487: gcc -o conftest -g -O2   -L/usr/lib -L/usr/local/lib -L/opt/local/lib  -L/usr/X11R6/lib conftest.c -lstdc++  -lm  >&5
1772configure:6493: $? = 0
1773configure:6497: test -z
1774                         || test ! -s conftest.err
1775configure:6500: $? = 0
1776configure:6503: test -s conftest
1777configure:6506: $? = 0
1778configure:6519: result: yes
1779configure:6532:  Using gfortran, so manually adding -lcpgplot to PGPLOTLIB string.
1780configure:6624: PGPLOT appears to be available.
1781configure:6633: checking for /usr/lib/libcpgplot.a
1782configure:6648: result: no
1783configure:6633: checking for /usr/local/lib/libcpgplot.a
1784configure:6648: result: no
1785configure:6633: checking for /usr/local/pgplot/libcpgplot.a
1786configure:6648: result: no
1787configure:6633: checking for /usr/local/cfitsio/libcpgplot.a
1788configure:6648: result: no
1789configure:6633: checking for /usr/local/wcslib/libcpgplot.a
1790configure:6648: result: no
1791configure:6633: checking for /local/lib/libcpgplot.a
1792configure:6648: result: no
1793configure:6633: checking for /local/pgplot/libcpgplot.a
1794configure:6648: result: no
1795configure:6633: checking for /local/cfitsio/libcpgplot.a
1796configure:6648: result: no
1797configure:6633: checking for /opt/SUNWspro/lib/libcpgplot.a
1798configure:6648: result: no
1799configure:6633: checking for /opt/local/lib/libcpgplot.a
1800configure:6648: result: yes
1801configure:6672:   -- CFITSIO --
1802configure:6758: checking for /usr/include/fitsio.h
1803configure:6773: result: no
1804configure:6781: checking for /usr/include/cfitsio/fitsio.h
1805configure:6796: result: no
1806configure:6758: checking for /usr/local/include/fitsio.h
1807configure:6773: result: yes
1808configure:6804: checking for recv in -lsocket
1809configure:6834: gcc -o conftest -g -O2   -L/usr/lib -L/usr/local/lib -L/opt/local/lib  -L/usr/X11R6/lib conftest.c -lsocket -lstdc++ -lm  -lstdc++ -lm  >&5
1810/usr/libexec/gcc/i686-apple-darwin8/4.0.1/ld: can't locate file for: -lsocket
1811collect2: ld returned 1 exit status
1812configure:6840: $? = 1
1813configure: failed program was:
1814| /* confdefs.h.  */
1815|
1816| #define PACKAGE_NAME "Duchamp"
1817| #define PACKAGE_TARNAME "duchamp"
1818| #define PACKAGE_VERSION "1.1.7"
1819| #define PACKAGE_STRING "Duchamp 1.1.7"
1820| #define PACKAGE_BUGREPORT "Matthew.Whiting@csiro.au"
1821| #ifdef __cplusplus
1822| extern "C" void std::exit (int); using std::exit;
1823| #endif
1824| #define HAVE_LIBM 1
1825| #define STDC_HEADERS 1
1826| #define HAVE_SYS_TYPES_H 1
1827| #define HAVE_SYS_STAT_H 1
1828| #define HAVE_STDLIB_H 1
1829| #define HAVE_STRING_H 1
1830| #define HAVE_MEMORY_H 1
1831| #define HAVE_STRINGS_H 1
1832| #define HAVE_INTTYPES_H 1
1833| #define HAVE_STDINT_H 1
1834| #define HAVE_UNISTD_H 1
1835| #define HAVE_UNISTD_H 1
1836| #define HAVE_TIME_H 1
1837| #define HAVE_MATH_H 1
1838| #define HAVE__BOOL 1
1839| #define HAVE_STDBOOL_H 1
1840| #define HAVE_FLOOR 1
1841| #define HAVE_POW 1
1842| #define HAVE_SQRT 1
1843| #define HAVE_STRTOL 1
1844| #define HAVE_LOG 1
1845| #define HAVE_ATAN 1
1846| #define HAVE_FABS 1
1847| #define HAVE_LIBSTDC__ 1
1848| #define HAVE_PGPLOT 1
1849| /* end confdefs.h.  */
1850|
1851| /* Override any gcc2 internal prototype to avoid an error.  */
1852| #ifdef __cplusplus
1853| extern "C"
1854| #endif
1855| /* We use char because int might match the return type of a gcc2
1856|    builtin and then its argument prototype would still apply.  */
1857| char recv ();
1858| int
1859| main ()
1860| {
1861| recv ();
1862|   ;
1863|   return 0;
1864| }
1865configure:6866: result: no
1866configure:6872: checking for ffopen in -lcfitsio
1867configure:6902: gcc -o conftest -g -O2   -L/usr/lib -L/usr/local/lib -L/opt/local/lib  -L/usr/X11R6/lib conftest.c -lcfitsio  -lstdc++ -lm  -lstdc++ -lm  >&5
1868configure:6908: $? = 0
1869configure:6912: test -z
1870                         || test ! -s conftest.err
1871configure:6915: $? = 0
1872configure:6918: test -s conftest
1873configure:6921: $? = 0
1874configure:6934: result: yes
1875configure:6958: CFITSIO appears to be available.
1876configure:6967: checking for /usr/lib/libcfitsio.a
1877configure:6982: result: no
1878configure:6990: checking for /usr/lib/cfitsio/libcfitsio.a
1879configure:7005: result: no
1880configure:6967: checking for /usr/local/lib/libcfitsio.a
1881configure:6982: result: no
1882configure:6990: checking for /usr/local/lib/cfitsio/libcfitsio.a
1883configure:7005: result: no
1884configure:6967: checking for /usr/local/pgplot/libcfitsio.a
1885configure:6982: result: no
1886configure:6990: checking for /usr/local/pgplot/cfitsio/libcfitsio.a
1887configure:7005: result: no
1888configure:6967: checking for /usr/local/cfitsio/libcfitsio.a
1889configure:6982: result: no
1890configure:6990: checking for /usr/local/cfitsio/cfitsio/libcfitsio.a
1891configure:7005: result: no
1892configure:6967: checking for /usr/local/wcslib/libcfitsio.a
1893configure:6982: result: no
1894configure:6990: checking for /usr/local/wcslib/cfitsio/libcfitsio.a
1895configure:7005: result: no
1896configure:6967: checking for /local/lib/libcfitsio.a
1897configure:6982: result: no
1898configure:6990: checking for /local/lib/cfitsio/libcfitsio.a
1899configure:7005: result: no
1900configure:6967: checking for /local/pgplot/libcfitsio.a
1901configure:6982: result: no
1902configure:6990: checking for /local/pgplot/cfitsio/libcfitsio.a
1903configure:7005: result: no
1904configure:6967: checking for /local/cfitsio/libcfitsio.a
1905configure:6982: result: no
1906configure:6990: checking for /local/cfitsio/cfitsio/libcfitsio.a
1907configure:7005: result: no
1908configure:6967: checking for /opt/SUNWspro/lib/libcfitsio.a
1909configure:6982: result: no
1910configure:6990: checking for /opt/SUNWspro/lib/cfitsio/libcfitsio.a
1911configure:7005: result: no
1912configure:6967: checking for /opt/local/lib/libcfitsio.a
1913configure:6982: result: yes
1914configure:7024:   -- WCSLIB --
1915configure:7113: checking for /usr/include/wcslib/wcs.h
1916configure:7128: result: no
1917configure:7113: checking for /usr/local/include/wcslib/wcs.h
1918configure:7128: result: yes
1919configure:7162: checking for wcss2p in -lwcs
1920configure:7192: gcc -o conftest -g -O2   -L/usr/lib -L/usr/local/lib -L/opt/local/lib  -L/usr/X11R6/lib conftest.c -lwcs  -lstdc++ -lm  -L/opt/local/lib  -lcfitsio -L/opt/local/lib -lcpgplot -lpgplot  -L/usr/X11R6/lib -lX11  -lz -lpng -lstdc++ -lm  -bind_at_load -lstdc++ -lm  >&5
1921configure:7198: $? = 0
1922configure:7202: test -z
1923                         || test ! -s conftest.err
1924configure:7205: $? = 0
1925configure:7208: test -s conftest
1926configure:7211: $? = 0
1927configure:7224: result: yes
1928configure:7232:  Using gfortran, so manually adding -lpgsbox to WCSLIB string.
1929configure:7323: WCSLIB appears to be available.
1930configure:7346: checking for /usr/lib/libwcs.a
1931configure:7361: result: no
1932configure:7346: checking for /usr/lib/wcs/libwcs.a
1933configure:7361: result: no
1934configure:7346: checking for /usr/lib/wcslib/libwcs.a
1935configure:7361: result: no
1936configure:7346: checking for /usr/local/lib/libwcs.a
1937configure:7361: result: yes
1938configure:7366: checking for /usr/local/lib/libpgsbox.a
1939configure:7381: result: yes
1940configure:7346: checking for /usr/local/pgplot/libwcs.a
1941configure:7361: result: no
1942configure:7346: checking for /usr/local/pgplot/wcs/libwcs.a
1943configure:7361: result: no
1944configure:7346: checking for /usr/local/pgplot/wcslib/libwcs.a
1945configure:7361: result: no
1946configure:7346: checking for /usr/local/cfitsio/libwcs.a
1947configure:7361: result: no
1948configure:7346: checking for /usr/local/cfitsio/wcs/libwcs.a
1949configure:7361: result: no
1950configure:7346: checking for /usr/local/cfitsio/wcslib/libwcs.a
1951configure:7361: result: no
1952configure:7346: checking for /usr/local/wcslib/libwcs.a
1953configure:7361: result: no
1954configure:7346: checking for /usr/local/wcslib/wcs/libwcs.a
1955configure:7361: result: no
1956configure:7346: checking for /usr/local/wcslib/wcslib/libwcs.a
1957configure:7361: result: no
1958configure:7346: checking for /local/lib/libwcs.a
1959configure:7361: result: no
1960configure:7346: checking for /local/lib/wcs/libwcs.a
1961configure:7361: result: no
1962configure:7346: checking for /local/lib/wcslib/libwcs.a
1963configure:7361: result: no
1964configure:7346: checking for /local/pgplot/libwcs.a
1965configure:7361: result: no
1966configure:7346: checking for /local/pgplot/wcs/libwcs.a
1967configure:7361: result: no
1968configure:7346: checking for /local/pgplot/wcslib/libwcs.a
1969configure:7361: result: no
1970configure:7346: checking for /local/cfitsio/libwcs.a
1971configure:7361: result: no
1972configure:7346: checking for /local/cfitsio/wcs/libwcs.a
1973configure:7361: result: no
1974configure:7346: checking for /local/cfitsio/wcslib/libwcs.a
1975configure:7361: result: no
1976configure:7346: checking for /opt/SUNWspro/lib/libwcs.a
1977configure:7361: result: no
1978configure:7346: checking for /opt/SUNWspro/lib/wcs/libwcs.a
1979configure:7361: result: no
1980configure:7346: checking for /opt/SUNWspro/lib/wcslib/libwcs.a
1981configure:7361: result: no
1982configure:7346: checking for /opt/local/lib/libwcs.a
1983configure:7361: result: no
1984configure:7346: checking for /opt/local/lib/wcs/libwcs.a
1985configure:7361: result: no
1986configure:7346: checking for /opt/local/lib/wcslib/libwcs.a
1987configure:7361: result: no
1988configure:7531: creating ./config.status
1989
1990## ---------------------- ##
1991## Running config.status. ##
1992## ---------------------- ##
1993
1994This file was extended by Duchamp config.status 1.1.7, which was
1995generated by GNU Autoconf 2.59.  Invocation command line was
1996
1997  CONFIG_FILES    =
1998  CONFIG_HEADERS  =
1999  CONFIG_LINKS    =
2000  CONFIG_COMMANDS =
2001  $ ./config.status
2002
2003on bear.astro.columbia.edu
2004
2005config.status:663: creating Makefile
2006config.status:766: creating src/config.h
2007config.status:900: src/config.h is unchanged
2008
2009## ---------------- ##
2010## Cache variables. ##
2011## ---------------- ##
2012
2013ac_cv_c_compiler_gnu=yes
2014ac_cv_c_const=yes
2015ac_cv_c_inline=inline
2016ac_cv_cxx_compiler_gnu=yes
2017ac_cv_env_CC_set=
2018ac_cv_env_CC_value=
2019ac_cv_env_CFLAGS_set=
2020ac_cv_env_CFLAGS_value=
2021ac_cv_env_CPPFLAGS_set=
2022ac_cv_env_CPPFLAGS_value=
2023ac_cv_env_CPP_set=
2024ac_cv_env_CPP_value=
2025ac_cv_env_CXXFLAGS_set=
2026ac_cv_env_CXXFLAGS_value=
2027ac_cv_env_CXX_set=
2028ac_cv_env_CXX_value=
2029ac_cv_env_F77_set=
2030ac_cv_env_F77_value=
2031ac_cv_env_FFLAGS_set=
2032ac_cv_env_FFLAGS_value=
2033ac_cv_env_LDFLAGS_set=
2034ac_cv_env_LDFLAGS_value=
2035ac_cv_env_build_alias_set=
2036ac_cv_env_build_alias_value=
2037ac_cv_env_host_alias_set=
2038ac_cv_env_host_alias_value=
2039ac_cv_env_target_alias_set=
2040ac_cv_env_target_alias_value=
2041ac_cv_exeext=
2042ac_cv_f77_compiler_gnu=yes
2043ac_cv_file__local_cfitsio=no
2044ac_cv_file__local_cfitsio_cfitsio_libcfitsio_a=no
2045ac_cv_file__local_cfitsio_cpgplot_h=no
2046ac_cv_file__local_cfitsio_libcfitsio_a=no
2047ac_cv_file__local_cfitsio_libcpgplot_a=no
2048ac_cv_file__local_cfitsio_libwcs_a=no
2049ac_cv_file__local_cfitsio_pgplot_cpgplot_h=no
2050ac_cv_file__local_cfitsio_wcs_libwcs_a=no
2051ac_cv_file__local_cfitsio_wcslib_libwcs_a=no
2052ac_cv_file__local_lib=no
2053ac_cv_file__local_lib_cfitsio_libcfitsio_a=no
2054ac_cv_file__local_lib_libcfitsio_a=no
2055ac_cv_file__local_lib_libcpgplot_a=no
2056ac_cv_file__local_lib_libwcs_a=no
2057ac_cv_file__local_lib_wcs_libwcs_a=no
2058ac_cv_file__local_lib_wcslib_libwcs_a=no
2059ac_cv_file__local_pgplot=no
2060ac_cv_file__local_pgplot_cfitsio_libcfitsio_a=no
2061ac_cv_file__local_pgplot_cpgplot_h=no
2062ac_cv_file__local_pgplot_libcfitsio_a=no
2063ac_cv_file__local_pgplot_libcpgplot_a=no
2064ac_cv_file__local_pgplot_libwcs_a=no
2065ac_cv_file__local_pgplot_pgplot_cpgplot_h=no
2066ac_cv_file__local_pgplot_wcs_libwcs_a=no
2067ac_cv_file__local_pgplot_wcslib_libwcs_a=no
2068ac_cv_file__opt_SUNWspro_lib=no
2069ac_cv_file__opt_SUNWspro_lib_cfitsio_libcfitsio_a=no
2070ac_cv_file__opt_SUNWspro_lib_libcfitsio_a=no
2071ac_cv_file__opt_SUNWspro_lib_libcpgplot_a=no
2072ac_cv_file__opt_SUNWspro_lib_libwcs_a=no
2073ac_cv_file__opt_SUNWspro_lib_wcs_libwcs_a=no
2074ac_cv_file__opt_SUNWspro_lib_wcslib_libwcs_a=no
2075ac_cv_file__opt_local_include_cpgplot_h=yes
2076ac_cv_file__opt_local_lib=yes
2077ac_cv_file__opt_local_lib_libcfitsio_a=yes
2078ac_cv_file__opt_local_lib_libcpgplot_a=yes
2079ac_cv_file__opt_local_lib_libwcs_a=no
2080ac_cv_file__opt_local_lib_wcs_libwcs_a=no
2081ac_cv_file__opt_local_lib_wcslib_libwcs_a=no
2082ac_cv_file__usr_include_cfitsio_fitsio_h=no
2083ac_cv_file__usr_include_cpgplot_h=no
2084ac_cv_file__usr_include_fitsio_h=no
2085ac_cv_file__usr_include_pgplot_cpgplot_h=no
2086ac_cv_file__usr_include_wcslib_wcs_h=no
2087ac_cv_file__usr_lib=yes
2088ac_cv_file__usr_lib_cfitsio_libcfitsio_a=no
2089ac_cv_file__usr_lib_libcfitsio_a=no
2090ac_cv_file__usr_lib_libcpgplot_a=no
2091ac_cv_file__usr_lib_libwcs_a=no
2092ac_cv_file__usr_lib_wcs_libwcs_a=no
2093ac_cv_file__usr_lib_wcslib_libwcs_a=no
2094ac_cv_file__usr_local_cfitsio=no
2095ac_cv_file__usr_local_cfitsio_cfitsio_libcfitsio_a=no
2096ac_cv_file__usr_local_cfitsio_cpgplot_h=no
2097ac_cv_file__usr_local_cfitsio_libcfitsio_a=no
2098ac_cv_file__usr_local_cfitsio_libcpgplot_a=no
2099ac_cv_file__usr_local_cfitsio_libwcs_a=no
2100ac_cv_file__usr_local_cfitsio_pgplot_cpgplot_h=no
2101ac_cv_file__usr_local_cfitsio_wcs_libwcs_a=no
2102ac_cv_file__usr_local_cfitsio_wcslib_libwcs_a=no
2103ac_cv_file__usr_local_include_cpgplot_h=no
2104ac_cv_file__usr_local_include_fitsio_h=yes
2105ac_cv_file__usr_local_include_pgplot_cpgplot_h=no
2106ac_cv_file__usr_local_include_wcslib_wcs_h=yes
2107ac_cv_file__usr_local_lib=yes
2108ac_cv_file__usr_local_lib_cfitsio_libcfitsio_a=no
2109ac_cv_file__usr_local_lib_libcfitsio_a=no
2110ac_cv_file__usr_local_lib_libcpgplot_a=no
2111ac_cv_file__usr_local_lib_libpgsbox_a=yes
2112ac_cv_file__usr_local_lib_libwcs_a=yes
2113ac_cv_file__usr_local_pgplot=no
2114ac_cv_file__usr_local_pgplot_cfitsio_libcfitsio_a=no
2115ac_cv_file__usr_local_pgplot_cpgplot_h=no
2116ac_cv_file__usr_local_pgplot_libcfitsio_a=no
2117ac_cv_file__usr_local_pgplot_libcpgplot_a=no
2118ac_cv_file__usr_local_pgplot_libwcs_a=no
2119ac_cv_file__usr_local_pgplot_pgplot_cpgplot_h=no
2120ac_cv_file__usr_local_pgplot_wcs_libwcs_a=no
2121ac_cv_file__usr_local_pgplot_wcslib_libwcs_a=no
2122ac_cv_file__usr_local_wcslib=no
2123ac_cv_file__usr_local_wcslib_cfitsio_libcfitsio_a=no
2124ac_cv_file__usr_local_wcslib_cpgplot_h=no
2125ac_cv_file__usr_local_wcslib_libcfitsio_a=no
2126ac_cv_file__usr_local_wcslib_libcpgplot_a=no
2127ac_cv_file__usr_local_wcslib_libwcs_a=no
2128ac_cv_file__usr_local_wcslib_pgplot_cpgplot_h=no
2129ac_cv_file__usr_local_wcslib_wcs_libwcs_a=no
2130ac_cv_file__usr_local_wcslib_wcslib_libwcs_a=no
2131ac_cv_func_atan=yes
2132ac_cv_func_connect=yes
2133ac_cv_func_fabs=yes
2134ac_cv_func_floor=yes
2135ac_cv_func_gethostbyname=yes
2136ac_cv_func_log=yes
2137ac_cv_func_pow=yes
2138ac_cv_func_remove=yes
2139ac_cv_func_shmat=yes
2140ac_cv_func_sqrt=yes
2141ac_cv_func_strtod=yes
2142ac_cv_func_strtol=yes
2143ac_cv_have_x='have_x=yes                ac_x_includes=/usr/X11R6/include ac_x_libraries=/usr/X11R6/lib'
2144ac_cv_header_algorithm=no
2145ac_cv_header_fstream=no
2146ac_cv_header_functional=no
2147ac_cv_header_inttypes_h=yes
2148ac_cv_header_iomanip=no
2149ac_cv_header_iostream=no
2150ac_cv_header_math_h=yes
2151ac_cv_header_memory_h=yes
2152ac_cv_header_sstream=no
2153ac_cv_header_stdbool_h=yes
2154ac_cv_header_stdc=yes
2155ac_cv_header_stdint_h=yes
2156ac_cv_header_stdlib_h=yes
2157ac_cv_header_string=no
2158ac_cv_header_string_h=yes
2159ac_cv_header_strings_h=yes
2160ac_cv_header_sys_stat_h=yes
2161ac_cv_header_sys_types_h=yes
2162ac_cv_header_time_h=yes
2163ac_cv_header_unistd_h=yes
2164ac_cv_header_vector=no
2165ac_cv_lib_F77_f77_init=no
2166ac_cv_lib_ICE_IceConnectionNumber=yes
2167ac_cv_lib_M77_iand_=no
2168ac_cv_lib_cfitsio_ffopen=yes
2169ac_cv_lib_g2c_gerror_=no
2170ac_cv_lib_m_log=yes
2171ac_cv_lib_pgplot_pgopen=yes
2172ac_cv_lib_png_png_error=yes
2173ac_cv_lib_socket_recv=no
2174ac_cv_lib_stdcpp_main=yes
2175ac_cv_lib_sunmath_cosd=no
2176ac_cv_lib_wcs_wcss2p=yes
2177ac_cv_lib_z_deflate=yes
2178ac_cv_objext=o
2179ac_cv_prog_CPP='gcc -E'
2180ac_cv_prog_INSTALL=install
2181ac_cv_prog_ac_ct_CC=gcc
2182ac_cv_prog_ac_ct_CXX=g++
2183ac_cv_prog_ac_ct_F77=gfortran
2184ac_cv_prog_ac_ct_RANLIB=ranlib
2185ac_cv_prog_cc_g=yes
2186ac_cv_prog_cc_stdc=
2187ac_cv_prog_cxx_g=yes
2188ac_cv_prog_egrep='grep -E'
2189ac_cv_prog_f77_g=yes
2190ac_cv_type__Bool=yes
2191
2192## ----------------- ##
2193## Output variables. ##
2194## ----------------- ##
2195
2196CC='gcc'
2197CFITSIOINC='-I/usr/local/include'
2198CFITSIOLIB='-L/opt/local/lib  -lcfitsio'
2199CFLAGS='-g -O2'
2200CPP='gcc -E'
2201CPPFLAGS=''
2202CXX='g++'
2203CXXFLAGS='-g -O2'
2204DEFS='-DHAVE_CONFIG_H'
2205ECHO_C=''
2206ECHO_N='-n'
2207ECHO_T=''
2208EGREP='grep -E'
2209EXEEXT=''
2210F77='gfortran'
2211FFLAGS='-g -O2'
2212INSTALL='install'
2213LDFLAGS=' -L/usr/lib -L/usr/local/lib -L/opt/local/lib  -L/usr/X11R6/lib'
2214LIBOBJS=''
2215LIBS='-lstdc++ -lm '
2216LINKER='gfortran'
2217LN_S='ln -s'
2218LTLIBOBJS=''
2219OBJEXT='o'
2220PACKAGE_BUGREPORT='Matthew.Whiting@csiro.au'
2221PACKAGE_NAME='Duchamp'
2222PACKAGE_STRING='Duchamp 1.1.7'
2223PACKAGE_TARNAME='duchamp'
2224PACKAGE_VERSION='1.1.7'
2225PATH_SEPARATOR=':'
2226PGPLOTINC='-I/opt/local/include'
2227PGPLOTLIB='-L/opt/local/lib -lcpgplot -lpgplot  -L/usr/X11R6/lib -lX11  -lz -lpng -lstdc++ -lm  -bind_at_load'
2228POW_LIB=''
2229RANLIB='ranlib'
2230SHELL='/bin/sh'
2231WCSINC='-I/usr/local/include -I/usr/local/include/wcslib '
2232WCSLIB='-L/usr/local/lib  -lwcs -lpgsbox'
2233X_CFLAGS=' -I/usr/X11R6/include'
2234X_EXTRA_LIBS=''
2235X_LIBS=' -L/usr/X11R6/lib'
2236X_PRE_LIBS=' -lSM -lICE'
2237ac_ct_CC='gcc'
2238ac_ct_CXX='g++'
2239ac_ct_F77='gfortran'
2240ac_ct_RANLIB='ranlib'
2241bindir='${exec_prefix}/bin'
2242build_alias=''
2243datadir='${prefix}/share'
2244exec_prefix='${prefix}'
2245host_alias=''
2246includedir='${prefix}/include'
2247infodir='${prefix}/info'
2248libdir='${exec_prefix}/lib'
2249libexecdir='${exec_prefix}/libexec'
2250localstatedir='${prefix}/var'
2251mandir='${prefix}/man'
2252oldincludedir='/usr/include'
2253prefix='/usr/local'
2254program_transform_name='s,x,x,'
2255sbindir='${exec_prefix}/sbin'
2256sharedstatedir='${prefix}/com'
2257sysconfdir='${prefix}/etc'
2258target_alias=''
2259
2260## ----------- ##
2261## confdefs.h. ##
2262## ----------- ##
2263
2264#define HAVE_ATAN 1
2265#define HAVE_CFITSIO 1
2266#define HAVE_FABS 1
2267#define HAVE_FLOOR 1
2268#define HAVE_INTTYPES_H 1
2269#define HAVE_LIBM 1
2270#define HAVE_LIBSTDC__ 1
2271#define HAVE_LOG 1
2272#define HAVE_MATH_H 1
2273#define HAVE_MEMORY_H 1
2274#define HAVE_PGPLOT 1
2275#define HAVE_POW 1
2276#define HAVE_SQRT 1
2277#define HAVE_STDBOOL_H 1
2278#define HAVE_STDINT_H 1
2279#define HAVE_STDLIB_H 1
2280#define HAVE_STRINGS_H 1
2281#define HAVE_STRING_H 1
2282#define HAVE_STRTOL 1
2283#define HAVE_SYS_STAT_H 1
2284#define HAVE_SYS_TYPES_H 1
2285#define HAVE_TIME_H 1
2286#define HAVE_UNISTD_H 1
2287#define HAVE_UNISTD_H 1
2288#define HAVE_WCSLIB 1
2289#define HAVE__BOOL 1
2290#define PACKAGE_BUGREPORT "Matthew.Whiting@csiro.au"
2291#define PACKAGE_NAME "Duchamp"
2292#define PACKAGE_STRING "Duchamp 1.1.7"
2293#define PACKAGE_TARNAME "duchamp"
2294#define PACKAGE_VERSION "1.1.7"
2295#define STDC_HEADERS 1
2296#endif
2297#ifdef __cplusplus
2298extern "C" void std::exit (int); using std::exit;
2299
2300configure: exit 0