~cairo-dock-team/cairo-dock-plug-ins/experimental

« back to all changes in this revision

Viewing changes to stacks/config.log

  • Committer: fabounet
  • Date: 2008-04-21 21:15:55 UTC
  • Revision ID: svn-v4:620951bb-bb42-0410-82c3-830e739ed170:trunk/plug-ins:862
gnome-integration devient 'old'

Show diffs side-by-side

added added

removed removed

Lines of Context:
4
4
It was created by cd-stacks configure 0.0.1, which was
5
5
generated by GNU Autoconf 2.61.  Invocation command line was
6
6
 
7
 
  $ ./configure --prefix=/usr
 
7
  $ ./configure --prefix=/usr --enable-glitz
8
8
 
9
9
## --------- ##
10
10
## Platform. ##
11
11
## --------- ##
12
12
 
13
 
hostname = changfu-laptop
 
13
hostname = agaric
14
14
uname -m = i686
15
15
uname -r = 2.6.22-14-generic
16
16
uname -s = Linux
17
 
uname -v = #1 SMP Tue Feb 12 07:42:25 UTC 2008
 
17
uname -v = #1 SMP Sun Oct 14 23:05:12 GMT 2007
18
18
 
19
19
/usr/bin/uname -p = unknown
20
20
/bin/uname -X     = unknown
34
34
PATH: /sbin
35
35
PATH: /bin
36
36
PATH: /usr/games
 
37
PATH: /usr/local/sagem/bin
 
38
PATH: /usr/lib/postgresql/8.2/bin
 
39
PATH: /usr/etc
 
40
PATH: /usr/freeware/bin
 
41
PATH: /usr/local/pgsql/bin
 
42
PATH: /usr/local/sagem/bin
 
43
PATH: /outils/bin
 
44
PATH: /era/users/rey/outils
37
45
 
38
46
 
39
47
## ----------- ##
40
48
## Core tests. ##
41
49
## ----------- ##
42
50
 
43
 
configure:2034: checking for a BSD-compatible install
44
 
configure:2090: result: /usr/bin/install -c
45
 
configure:2101: checking whether build environment is sane
46
 
configure:2144: result: yes
47
 
configure:2209: checking for gawk
48
 
configure:2225: found /usr/bin/gawk
49
 
configure:2236: result: gawk
50
 
configure:2247: checking whether make sets $(MAKE)
51
 
configure:2268: result: yes
52
 
configure:2530: checking build system type
53
 
configure:2548: result: i686-pc-linux-gnu
54
 
configure:2570: checking host system type
55
 
configure:2585: result: i686-pc-linux-gnu
56
 
configure:2619: checking for style of include used by make
57
 
configure:2647: result: GNU
58
 
configure:2720: checking for gcc
59
 
configure:2736: found /usr/bin/gcc
60
 
configure:2747: result: gcc
61
 
configure:2985: checking for C compiler version
62
 
configure:2992: gcc --version >&5
 
51
configure:2036: checking for a BSD-compatible install
 
52
configure:2092: result: /usr/bin/install -c
 
53
configure:2103: checking whether build environment is sane
 
54
configure:2146: result: yes
 
55
configure:2174: checking for a thread-safe mkdir -p
 
56
configure:2213: result: /bin/mkdir -p
 
57
configure:2226: checking for gawk
 
58
configure:2256: result: no
 
59
configure:2226: checking for mawk
 
60
configure:2242: found /usr/bin/mawk
 
61
configure:2253: result: mawk
 
62
configure:2264: checking whether make sets $(MAKE)
 
63
configure:2285: result: yes
 
64
configure:2551: checking build system type
 
65
configure:2569: result: i686-pc-linux-gnu
 
66
configure:2591: checking host system type
 
67
configure:2606: result: i686-pc-linux-gnu
 
68
configure:2640: checking for style of include used by make
 
69
configure:2668: result: GNU
 
70
configure:2738: checking for gcc
 
71
configure:2754: found /usr/bin/gcc
 
72
configure:2765: result: gcc
 
73
configure:3003: checking for C compiler version
 
74
configure:3010: gcc --version >&5
63
75
gcc (GCC) 4.1.3 20070929 (prerelease) (Ubuntu 4.1.2-16ubuntu2)
64
76
Copyright (C) 2006 Free Software Foundation, Inc.
65
77
This is free software; see the source for copying conditions.  There is NO
66
78
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
67
79
 
68
 
configure:2995: $? = 0
69
 
configure:3002: gcc -v >&5
 
80
configure:3013: $? = 0
 
81
configure:3020: gcc -v >&5
70
82
Using built-in specs.
71
83
Target: i486-linux-gnu
72
84
Configured with: ../src/configure -v --enable-languages=c,c++,fortran,objc,obj-c++,treelang --prefix=/usr --enable-shared --with-system-zlib --libexecdir=/usr/lib --without-included-gettext --enable-threads=posix --enable-nls --with-gxx-include-dir=/usr/include/c++/4.1.3 --program-suffix=-4.1 --enable-__cxa_atexit --enable-clocale=gnu --enable-libstdcxx-debug --enable-mpfr --enable-checking=release i486-linux-gnu
73
85
Thread model: posix
74
86
gcc version 4.1.3 20070929 (prerelease) (Ubuntu 4.1.2-16ubuntu2)
75
 
configure:3005: $? = 0
76
 
configure:3012: gcc -V >&5
 
87
configure:3023: $? = 0
 
88
configure:3030: gcc -V >&5
77
89
gcc: '-V' option must have argument
78
 
configure:3015: $? = 1
79
 
configure:3038: checking for C compiler default output file name
80
 
configure:3065: gcc    conftest.c  >&5
81
 
configure:3068: $? = 0
82
 
configure:3106: result: a.out
83
 
configure:3123: checking whether the C compiler works
84
 
configure:3133: ./a.out
85
 
configure:3136: $? = 0
86
 
configure:3153: result: yes
87
 
configure:3160: checking whether we are cross compiling
88
 
configure:3162: result: no
89
 
configure:3165: checking for suffix of executables
90
 
configure:3172: gcc -o conftest    conftest.c  >&5
91
 
configure:3175: $? = 0
92
 
configure:3199: result: 
93
 
configure:3205: checking for suffix of object files
94
 
configure:3231: gcc -c   conftest.c >&5
95
 
configure:3234: $? = 0
96
 
configure:3257: result: o
97
 
configure:3261: checking whether we are using the GNU C compiler
98
 
configure:3290: gcc -c   conftest.c >&5
99
 
configure:3296: $? = 0
100
 
configure:3313: result: yes
101
 
configure:3318: checking whether gcc accepts -g
102
 
configure:3348: gcc -c -g  conftest.c >&5
103
 
configure:3354: $? = 0
104
 
configure:3453: result: yes
105
 
configure:3470: checking for gcc option to accept ISO C89
106
 
configure:3544: gcc  -c -g -O2  conftest.c >&5
107
 
configure:3550: $? = 0
108
 
configure:3573: result: none needed
109
 
configure:3593: checking dependency style of gcc
110
 
configure:3683: result: gcc3
111
 
configure:3700: checking for a sed that does not truncate output
112
 
configure:3756: result: /bin/sed
113
 
configure:3759: checking for grep that handles long lines and -e
114
 
configure:3833: result: /bin/grep
115
 
configure:3838: checking for egrep
116
 
configure:3916: result: /bin/grep -E
117
 
configure:3932: checking for ld used by gcc
118
 
configure:3999: result: /usr/bin/ld
119
 
configure:4008: checking if the linker (/usr/bin/ld) is GNU ld
120
 
configure:4023: result: yes
121
 
configure:4028: checking for /usr/bin/ld option to reload object files
122
 
configure:4035: result: -r
123
 
configure:4053: checking for BSD-compatible nm
124
 
configure:4102: result: /usr/bin/nm -B
125
 
configure:4106: checking whether ln -s works
126
 
configure:4110: result: yes
127
 
configure:4117: checking how to recognize dependent libraries
128
 
configure:4303: result: pass_all
129
 
configure:4544: checking how to run the C preprocessor
130
 
configure:4584: gcc -E  conftest.c
131
 
configure:4590: $? = 0
132
 
configure:4621: gcc -E  conftest.c
133
 
conftest.c:10:28: error: ac_nonexistent.h: No such file or directory
134
 
configure:4627: $? = 1
135
 
configure: failed program was:
136
 
| /* confdefs.h.  */
137
 
| #define PACKAGE_NAME "cd-stacks"
138
 
| #define PACKAGE_TARNAME "cd-stacks"
139
 
| #define PACKAGE_VERSION "0.0.1"
140
 
| #define PACKAGE_STRING "cd-stacks 0.0.1"
141
 
| #define PACKAGE_BUGREPORT "ChAnGFu (changfu@hollowproject.org)"
142
 
| #define PACKAGE "cd-stacks"
143
 
| #define VERSION "0.0.1"
144
 
| /* end confdefs.h.  */
145
 
| #include <ac_nonexistent.h>
146
 
configure:4660: result: gcc -E
147
 
configure:4689: gcc -E  conftest.c
148
 
configure:4695: $? = 0
149
 
configure:4726: gcc -E  conftest.c
150
 
conftest.c:10:28: error: ac_nonexistent.h: No such file or directory
151
 
configure:4732: $? = 1
152
 
configure: failed program was:
153
 
| /* confdefs.h.  */
154
 
| #define PACKAGE_NAME "cd-stacks"
155
 
| #define PACKAGE_TARNAME "cd-stacks"
156
 
| #define PACKAGE_VERSION "0.0.1"
157
 
| #define PACKAGE_STRING "cd-stacks 0.0.1"
158
 
| #define PACKAGE_BUGREPORT "ChAnGFu (changfu@hollowproject.org)"
159
 
| #define PACKAGE "cd-stacks"
160
 
| #define VERSION "0.0.1"
161
 
| /* end confdefs.h.  */
162
 
| #include <ac_nonexistent.h>
163
 
configure:4770: checking for ANSI C header files
164
 
configure:4800: gcc -c -g -O2  conftest.c >&5
165
 
configure:4806: $? = 0
166
 
configure:4905: gcc -o conftest -g -O2   conftest.c  >&5
167
 
configure:4908: $? = 0
168
 
configure:4914: ./conftest
169
 
configure:4917: $? = 0
170
 
configure:4934: result: yes
171
 
configure:4958: checking for sys/types.h
172
 
configure:4979: gcc -c -g -O2  conftest.c >&5
173
 
configure:4985: $? = 0
174
 
configure:5001: result: yes
175
 
configure:4958: checking for sys/stat.h
176
 
configure:4979: gcc -c -g -O2  conftest.c >&5
177
 
configure:4985: $? = 0
178
 
configure:5001: result: yes
179
 
configure:4958: checking for stdlib.h
180
 
configure:4979: gcc -c -g -O2  conftest.c >&5
181
 
configure:4985: $? = 0
182
 
configure:5001: result: yes
183
 
configure:4958: checking for string.h
184
 
configure:4979: gcc -c -g -O2  conftest.c >&5
185
 
configure:4985: $? = 0
186
 
configure:5001: result: yes
187
 
configure:4958: checking for memory.h
188
 
configure:4979: gcc -c -g -O2  conftest.c >&5
189
 
configure:4985: $? = 0
190
 
configure:5001: result: yes
191
 
configure:4958: checking for strings.h
192
 
configure:4979: gcc -c -g -O2  conftest.c >&5
193
 
configure:4985: $? = 0
194
 
configure:5001: result: yes
195
 
configure:4958: checking for inttypes.h
196
 
configure:4979: gcc -c -g -O2  conftest.c >&5
197
 
configure:4985: $? = 0
198
 
configure:5001: result: yes
199
 
configure:4958: checking for stdint.h
200
 
configure:4979: gcc -c -g -O2  conftest.c >&5
201
 
configure:4985: $? = 0
202
 
configure:5001: result: yes
203
 
configure:4958: checking for unistd.h
204
 
configure:4979: gcc -c -g -O2  conftest.c >&5
205
 
configure:4985: $? = 0
206
 
configure:5001: result: yes
207
 
configure:5028: checking dlfcn.h usability
208
 
configure:5045: gcc -c -g -O2  conftest.c >&5
209
 
configure:5051: $? = 0
210
 
configure:5065: result: yes
211
 
configure:5069: checking dlfcn.h presence
212
 
configure:5084: gcc -E  conftest.c
213
 
configure:5090: $? = 0
214
 
configure:5104: result: yes
215
 
configure:5137: checking for dlfcn.h
216
 
configure:5145: result: yes
217
 
configure:5216: checking for g++
218
 
configure:5232: found /usr/bin/g++
219
 
configure:5243: result: g++
220
 
configure:5274: checking for C++ compiler version
221
 
configure:5281: g++ --version >&5
 
90
configure:3033: $? = 1
 
91
configure:3056: checking for C compiler default output file name
 
92
configure:3083: gcc    conftest.c  >&5
 
93
configure:3086: $? = 0
 
94
configure:3124: result: a.out
 
95
configure:3141: checking whether the C compiler works
 
96
configure:3151: ./a.out
 
97
configure:3154: $? = 0
 
98
configure:3171: result: yes
 
99
configure:3178: checking whether we are cross compiling
 
100
configure:3180: result: no
 
101
configure:3183: checking for suffix of executables
 
102
configure:3190: gcc -o conftest    conftest.c  >&5
 
103
configure:3193: $? = 0
 
104
configure:3217: result: 
 
105
configure:3223: checking for suffix of object files
 
106
configure:3249: gcc -c   conftest.c >&5
 
107
configure:3252: $? = 0
 
108
configure:3275: result: o
 
109
configure:3279: checking whether we are using the GNU C compiler
 
110
configure:3308: gcc -c   conftest.c >&5
 
111
configure:3314: $? = 0
 
112
configure:3331: result: yes
 
113
configure:3336: checking whether gcc accepts -g
 
114
configure:3366: gcc -c -g  conftest.c >&5
 
115
configure:3372: $? = 0
 
116
configure:3471: result: yes
 
117
configure:3488: checking for gcc option to accept ISO C89
 
118
configure:3562: gcc  -c -g -O2  conftest.c >&5
 
119
configure:3568: $? = 0
 
120
configure:3591: result: none needed
 
121
configure:3611: checking dependency style of gcc
 
122
configure:3702: result: gcc3
 
123
configure:3717: checking for a sed that does not truncate output
 
124
configure:3773: result: /bin/sed
 
125
configure:3776: checking for grep that handles long lines and -e
 
126
configure:3850: result: /bin/grep
 
127
configure:3855: checking for egrep
 
128
configure:3933: result: /bin/grep -E
 
129
configure:3949: checking for ld used by gcc
 
130
configure:4016: result: /usr/bin/ld
 
131
configure:4025: checking if the linker (/usr/bin/ld) is GNU ld
 
132
configure:4040: result: yes
 
133
configure:4045: checking for /usr/bin/ld option to reload object files
 
134
configure:4052: result: -r
 
135
configure:4070: checking for BSD-compatible nm
 
136
configure:4119: result: /usr/bin/nm -B
 
137
configure:4123: checking whether ln -s works
 
138
configure:4127: result: yes
 
139
configure:4134: checking how to recognize dependent libraries
 
140
configure:4320: result: pass_all
 
141
configure:4561: checking how to run the C preprocessor
 
142
configure:4601: gcc -E  conftest.c
 
143
configure:4607: $? = 0
 
144
configure:4638: gcc -E  conftest.c
 
145
conftest.c:10:28: error: ac_nonexistent.h: No such file or directory
 
146
configure:4644: $? = 1
 
147
configure: failed program was:
 
148
| /* confdefs.h.  */
 
149
| #define PACKAGE_NAME "cd-stacks"
 
150
| #define PACKAGE_TARNAME "cd-stacks"
 
151
| #define PACKAGE_VERSION "0.0.1"
 
152
| #define PACKAGE_STRING "cd-stacks 0.0.1"
 
153
| #define PACKAGE_BUGREPORT "ChAnGFu (changfu@hollowproject.org)"
 
154
| #define PACKAGE "cd-stacks"
 
155
| #define VERSION "0.0.1"
 
156
| /* end confdefs.h.  */
 
157
| #include <ac_nonexistent.h>
 
158
configure:4677: result: gcc -E
 
159
configure:4706: gcc -E  conftest.c
 
160
configure:4712: $? = 0
 
161
configure:4743: gcc -E  conftest.c
 
162
conftest.c:10:28: error: ac_nonexistent.h: No such file or directory
 
163
configure:4749: $? = 1
 
164
configure: failed program was:
 
165
| /* confdefs.h.  */
 
166
| #define PACKAGE_NAME "cd-stacks"
 
167
| #define PACKAGE_TARNAME "cd-stacks"
 
168
| #define PACKAGE_VERSION "0.0.1"
 
169
| #define PACKAGE_STRING "cd-stacks 0.0.1"
 
170
| #define PACKAGE_BUGREPORT "ChAnGFu (changfu@hollowproject.org)"
 
171
| #define PACKAGE "cd-stacks"
 
172
| #define VERSION "0.0.1"
 
173
| /* end confdefs.h.  */
 
174
| #include <ac_nonexistent.h>
 
175
configure:4787: checking for ANSI C header files
 
176
configure:4817: gcc -c -g -O2  conftest.c >&5
 
177
configure:4823: $? = 0
 
178
configure:4922: gcc -o conftest -g -O2   conftest.c  >&5
 
179
configure:4925: $? = 0
 
180
configure:4931: ./conftest
 
181
configure:4934: $? = 0
 
182
configure:4951: result: yes
 
183
configure:4975: checking for sys/types.h
 
184
configure:4996: gcc -c -g -O2  conftest.c >&5
 
185
configure:5002: $? = 0
 
186
configure:5018: result: yes
 
187
configure:4975: checking for sys/stat.h
 
188
configure:4996: gcc -c -g -O2  conftest.c >&5
 
189
configure:5002: $? = 0
 
190
configure:5018: result: yes
 
191
configure:4975: checking for stdlib.h
 
192
configure:4996: gcc -c -g -O2  conftest.c >&5
 
193
configure:5002: $? = 0
 
194
configure:5018: result: yes
 
195
configure:4975: checking for string.h
 
196
configure:4996: gcc -c -g -O2  conftest.c >&5
 
197
configure:5002: $? = 0
 
198
configure:5018: result: yes
 
199
configure:4975: checking for memory.h
 
200
configure:4996: gcc -c -g -O2  conftest.c >&5
 
201
configure:5002: $? = 0
 
202
configure:5018: result: yes
 
203
configure:4975: checking for strings.h
 
204
configure:4996: gcc -c -g -O2  conftest.c >&5
 
205
configure:5002: $? = 0
 
206
configure:5018: result: yes
 
207
configure:4975: checking for inttypes.h
 
208
configure:4996: gcc -c -g -O2  conftest.c >&5
 
209
configure:5002: $? = 0
 
210
configure:5018: result: yes
 
211
configure:4975: checking for stdint.h
 
212
configure:4996: gcc -c -g -O2  conftest.c >&5
 
213
configure:5002: $? = 0
 
214
configure:5018: result: yes
 
215
configure:4975: checking for unistd.h
 
216
configure:4996: gcc -c -g -O2  conftest.c >&5
 
217
configure:5002: $? = 0
 
218
configure:5018: result: yes
 
219
configure:5045: checking dlfcn.h usability
 
220
configure:5062: gcc -c -g -O2  conftest.c >&5
 
221
configure:5068: $? = 0
 
222
configure:5082: result: yes
 
223
configure:5086: checking dlfcn.h presence
 
224
configure:5101: gcc -E  conftest.c
 
225
configure:5107: $? = 0
 
226
configure:5121: result: yes
 
227
configure:5154: checking for dlfcn.h
 
228
configure:5162: result: yes
 
229
configure:5233: checking for g++
 
230
configure:5249: found /usr/bin/g++
 
231
configure:5260: result: g++
 
232
configure:5291: checking for C++ compiler version
 
233
configure:5298: g++ --version >&5
222
234
g++ (GCC) 4.1.3 20070929 (prerelease) (Ubuntu 4.1.2-16ubuntu2)
223
235
Copyright (C) 2006 Free Software Foundation, Inc.
224
236
This is free software; see the source for copying conditions.  There is NO
225
237
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
226
238
 
227
 
configure:5284: $? = 0
228
 
configure:5291: g++ -v >&5
 
239
configure:5301: $? = 0
 
240
configure:5308: g++ -v >&5
229
241
Using built-in specs.
230
242
Target: i486-linux-gnu
231
243
Configured with: ../src/configure -v --enable-languages=c,c++,fortran,objc,obj-c++,treelang --prefix=/usr --enable-shared --with-system-zlib --libexecdir=/usr/lib --without-included-gettext --enable-threads=posix --enable-nls --with-gxx-include-dir=/usr/include/c++/4.1.3 --program-suffix=-4.1 --enable-__cxa_atexit --enable-clocale=gnu --enable-libstdcxx-debug --enable-mpfr --enable-checking=release i486-linux-gnu
232
244
Thread model: posix
233
245
gcc version 4.1.3 20070929 (prerelease) (Ubuntu 4.1.2-16ubuntu2)
234
 
configure:5294: $? = 0
235
 
configure:5301: g++ -V >&5
 
246
configure:5311: $? = 0
 
247
configure:5318: g++ -V >&5
236
248
g++: '-V' option must have argument
237
 
configure:5304: $? = 1
238
 
configure:5307: checking whether we are using the GNU C++ compiler
239
 
configure:5336: g++ -c   conftest.cpp >&5
240
 
configure:5342: $? = 0
241
 
configure:5359: result: yes
242
 
configure:5364: checking whether g++ accepts -g
243
 
configure:5394: g++ -c -g  conftest.cpp >&5
244
 
configure:5400: $? = 0
245
 
configure:5499: result: yes
246
 
configure:5524: checking dependency style of g++
247
 
configure:5614: result: gcc3
248
 
configure:5641: checking how to run the C++ preprocessor
249
 
configure:5677: g++ -E  conftest.cpp
250
 
configure:5683: $? = 0
251
 
configure:5714: g++ -E  conftest.cpp
252
 
conftest.cpp:21:28: error: ac_nonexistent.h: No such file or directory
253
 
configure:5720: $? = 1
254
 
configure: failed program was:
255
 
| /* confdefs.h.  */
256
 
| #define PACKAGE_NAME "cd-stacks"
257
 
| #define PACKAGE_TARNAME "cd-stacks"
258
 
| #define PACKAGE_VERSION "0.0.1"
259
 
| #define PACKAGE_STRING "cd-stacks 0.0.1"
260
 
| #define PACKAGE_BUGREPORT "ChAnGFu (changfu@hollowproject.org)"
261
 
| #define PACKAGE "cd-stacks"
262
 
| #define VERSION "0.0.1"
263
 
| #define STDC_HEADERS 1
264
 
| #define HAVE_SYS_TYPES_H 1
265
 
| #define HAVE_SYS_STAT_H 1
266
 
| #define HAVE_STDLIB_H 1
267
 
| #define HAVE_STRING_H 1
268
 
| #define HAVE_MEMORY_H 1
269
 
| #define HAVE_STRINGS_H 1
270
 
| #define HAVE_INTTYPES_H 1
271
 
| #define HAVE_STDINT_H 1
272
 
| #define HAVE_UNISTD_H 1
273
 
| #define HAVE_DLFCN_H 1
274
 
| /* end confdefs.h.  */
275
 
| #include <ac_nonexistent.h>
276
 
configure:5753: result: g++ -E
277
 
configure:5782: g++ -E  conftest.cpp
278
 
configure:5788: $? = 0
279
 
configure:5819: g++ -E  conftest.cpp
280
 
conftest.cpp:21:28: error: ac_nonexistent.h: No such file or directory
281
 
configure:5825: $? = 1
282
 
configure: failed program was:
283
 
| /* confdefs.h.  */
284
 
| #define PACKAGE_NAME "cd-stacks"
285
 
| #define PACKAGE_TARNAME "cd-stacks"
286
 
| #define PACKAGE_VERSION "0.0.1"
287
 
| #define PACKAGE_STRING "cd-stacks 0.0.1"
288
 
| #define PACKAGE_BUGREPORT "ChAnGFu (changfu@hollowproject.org)"
289
 
| #define PACKAGE "cd-stacks"
290
 
| #define VERSION "0.0.1"
291
 
| #define STDC_HEADERS 1
292
 
| #define HAVE_SYS_TYPES_H 1
293
 
| #define HAVE_SYS_STAT_H 1
294
 
| #define HAVE_STDLIB_H 1
295
 
| #define HAVE_STRING_H 1
296
 
| #define HAVE_MEMORY_H 1
297
 
| #define HAVE_STRINGS_H 1
298
 
| #define HAVE_INTTYPES_H 1
299
 
| #define HAVE_STDINT_H 1
300
 
| #define HAVE_UNISTD_H 1
301
 
| #define HAVE_DLFCN_H 1
302
 
| /* end confdefs.h.  */
303
 
| #include <ac_nonexistent.h>
304
 
configure:5918: checking for g77
305
 
configure:5948: result: no
306
 
configure:5918: checking for xlf
307
 
configure:5948: result: no
308
 
configure:5918: checking for f77
309
 
configure:5948: result: no
310
 
configure:5918: checking for frt
311
 
configure:5948: result: no
312
 
configure:5918: checking for pgf77
313
 
configure:5948: result: no
314
 
configure:5918: checking for cf77
315
 
configure:5948: result: no
316
 
configure:5918: checking for fort77
317
 
configure:5948: result: no
318
 
configure:5918: checking for fl32
319
 
configure:5948: result: no
320
 
configure:5918: checking for af77
321
 
configure:5948: result: no
322
 
configure:5918: checking for xlf90
323
 
configure:5948: result: no
324
 
configure:5918: checking for f90
325
 
configure:5948: result: no
326
 
configure:5918: checking for pgf90
327
 
configure:5948: result: no
328
 
configure:5918: checking for pghpf
329
 
configure:5948: result: no
330
 
configure:5918: checking for epcf90
331
 
configure:5948: result: no
332
 
configure:5918: checking for gfortran
333
 
configure:5948: result: no
334
 
configure:5918: checking for g95
335
 
configure:5948: result: no
336
 
configure:5918: checking for xlf95
337
 
configure:5948: result: no
338
 
configure:5918: checking for f95
339
 
configure:5948: result: no
340
 
configure:5918: checking for fort
341
 
configure:5948: result: no
342
 
configure:5918: checking for ifort
343
 
configure:5948: result: no
344
 
configure:5918: checking for ifc
345
 
configure:5948: result: no
346
 
configure:5918: checking for efc
347
 
configure:5948: result: no
348
 
configure:5918: checking for pgf95
349
 
configure:5948: result: no
350
 
configure:5918: checking for lf95
351
 
configure:5948: result: no
352
 
configure:5918: checking for ftn
353
 
configure:5948: result: no
354
 
configure:5975: checking for Fortran 77 compiler version
355
 
configure:5982:  --version >&5
356
 
./configure: line 5983: --version: command not found
357
 
configure:5985: $? = 127
358
 
configure:5992:  -v >&5
359
 
./configure: line 5993: -v: command not found
360
 
configure:5995: $? = 127
361
 
configure:6002:  -V >&5
362
 
./configure: line 6003: -V: command not found
363
 
configure:6005: $? = 127
364
 
configure:6013: checking whether we are using the GNU Fortran 77 compiler
365
 
configure:6032:  -c  conftest.F >&5
366
 
./configure: line 6033: -c: command not found
367
 
configure:6038: $? = 127
368
 
configure: failed program was:
369
 
|       program main
370
 
| #ifndef __GNUC__
371
 
|        choke me
372
 
| #endif
373
 
374
 
|       end
375
 
configure:6055: result: no
376
 
configure:6061: checking whether  accepts -g
377
 
configure:6078:  -c -g conftest.f >&5
378
 
./configure: line 6079: -c: command not found
379
 
configure:6084: $? = 127
380
 
configure: failed program was:
381
 
|       program main
382
 
383
 
|       end
384
 
configure:6100: result: no
385
 
configure:6130: checking the maximum length of command line arguments
386
 
configure:6242: result: 98304
387
 
configure:6254: checking command to parse /usr/bin/nm -B output from gcc object
388
 
configure:6359: gcc -c -g -O2  conftest.c >&5
389
 
configure:6362: $? = 0
390
 
configure:6366: /usr/bin/nm -B conftest.o \| sed -n -e 's/^.*[  ]\([ABCDGIRSTW][ABCDGIRSTW]*\)[         ][      ]*\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2 \2/p' \> conftest.nm
391
 
configure:6369: $? = 0
392
 
configure:6421: gcc -o conftest -g -O2   conftest.c conftstm.o >&5
393
 
configure:6424: $? = 0
394
 
configure:6462: result: ok
395
 
configure:6466: checking for objdir
396
 
configure:6481: result: .libs
397
 
configure:6573: checking for ar
398
 
configure:6589: found /usr/bin/ar
399
 
configure:6600: result: ar
400
 
configure:6669: checking for ranlib
401
 
configure:6685: found /usr/bin/ranlib
402
 
configure:6696: result: ranlib
403
 
configure:6765: checking for strip
404
 
configure:6781: found /usr/bin/strip
405
 
configure:6792: result: strip
406
 
configure:7078: checking if gcc supports -fno-rtti -fno-exceptions
407
 
configure:7096: gcc -c -g -O2  -fno-rtti -fno-exceptions conftest.c >&5
 
249
configure:5321: $? = 1
 
250
configure:5324: checking whether we are using the GNU C++ compiler
 
251
configure:5353: g++ -c   conftest.cpp >&5
 
252
configure:5359: $? = 0
 
253
configure:5376: result: yes
 
254
configure:5381: checking whether g++ accepts -g
 
255
configure:5411: g++ -c -g  conftest.cpp >&5
 
256
configure:5417: $? = 0
 
257
configure:5516: result: yes
 
258
configure:5541: checking dependency style of g++
 
259
configure:5632: result: gcc3
 
260
configure:5657: checking how to run the C++ preprocessor
 
261
configure:5693: g++ -E  conftest.cpp
 
262
configure:5699: $? = 0
 
263
configure:5730: g++ -E  conftest.cpp
 
264
conftest.cpp:21:28: error: ac_nonexistent.h: No such file or directory
 
265
configure:5736: $? = 1
 
266
configure: failed program was:
 
267
| /* confdefs.h.  */
 
268
| #define PACKAGE_NAME "cd-stacks"
 
269
| #define PACKAGE_TARNAME "cd-stacks"
 
270
| #define PACKAGE_VERSION "0.0.1"
 
271
| #define PACKAGE_STRING "cd-stacks 0.0.1"
 
272
| #define PACKAGE_BUGREPORT "ChAnGFu (changfu@hollowproject.org)"
 
273
| #define PACKAGE "cd-stacks"
 
274
| #define VERSION "0.0.1"
 
275
| #define STDC_HEADERS 1
 
276
| #define HAVE_SYS_TYPES_H 1
 
277
| #define HAVE_SYS_STAT_H 1
 
278
| #define HAVE_STDLIB_H 1
 
279
| #define HAVE_STRING_H 1
 
280
| #define HAVE_MEMORY_H 1
 
281
| #define HAVE_STRINGS_H 1
 
282
| #define HAVE_INTTYPES_H 1
 
283
| #define HAVE_STDINT_H 1
 
284
| #define HAVE_UNISTD_H 1
 
285
| #define HAVE_DLFCN_H 1
 
286
| /* end confdefs.h.  */
 
287
| #include <ac_nonexistent.h>
 
288
configure:5769: result: g++ -E
 
289
configure:5798: g++ -E  conftest.cpp
 
290
configure:5804: $? = 0
 
291
configure:5835: g++ -E  conftest.cpp
 
292
conftest.cpp:21:28: error: ac_nonexistent.h: No such file or directory
 
293
configure:5841: $? = 1
 
294
configure: failed program was:
 
295
| /* confdefs.h.  */
 
296
| #define PACKAGE_NAME "cd-stacks"
 
297
| #define PACKAGE_TARNAME "cd-stacks"
 
298
| #define PACKAGE_VERSION "0.0.1"
 
299
| #define PACKAGE_STRING "cd-stacks 0.0.1"
 
300
| #define PACKAGE_BUGREPORT "ChAnGFu (changfu@hollowproject.org)"
 
301
| #define PACKAGE "cd-stacks"
 
302
| #define VERSION "0.0.1"
 
303
| #define STDC_HEADERS 1
 
304
| #define HAVE_SYS_TYPES_H 1
 
305
| #define HAVE_SYS_STAT_H 1
 
306
| #define HAVE_STDLIB_H 1
 
307
| #define HAVE_STRING_H 1
 
308
| #define HAVE_MEMORY_H 1
 
309
| #define HAVE_STRINGS_H 1
 
310
| #define HAVE_INTTYPES_H 1
 
311
| #define HAVE_STDINT_H 1
 
312
| #define HAVE_UNISTD_H 1
 
313
| #define HAVE_DLFCN_H 1
 
314
| /* end confdefs.h.  */
 
315
| #include <ac_nonexistent.h>
 
316
configure:5934: checking for g77
 
317
configure:5950: found /usr/bin/g77
 
318
configure:5961: result: g77
 
319
configure:5991: checking for Fortran 77 compiler version
 
320
configure:5998: g77 --version >&5
 
321
GNU Fortran (GCC) 3.4.6 (Ubuntu 3.4.6-6ubuntu2)
 
322
Copyright (C) 2006 Free Software Foundation, Inc.
 
323
 
 
324
GNU Fortran comes with NO WARRANTY, to the extent permitted by law.
 
325
You may redistribute copies of GNU Fortran
 
326
under the terms of the GNU General Public License.
 
327
For more information about these matters, see the file named COPYING
 
328
or type the command `info -f g77 Copying'.
 
329
configure:6001: $? = 0
 
330
configure:6008: g77 -v >&5
 
331
Reading specs from /usr/lib/gcc/i486-linux-gnu/3.4.6/specs
 
332
Configured with: ../src/configure -v --enable-languages=c,c++,f77,pascal --prefix=/usr --libexecdir=/usr/lib --with-gxx-include-dir=/usr/include/c++/3.4 --enable-shared --with-system-zlib --enable-nls --without-included-gettext --program-suffix=-3.4 --enable-__cxa_atexit --enable-clocale=gnu --enable-libstdcxx-debug --with-tune=pentium4 i486-linux-gnu
 
333
Thread model: posix
 
334
gcc version 3.4.6 (Ubuntu 3.4.6-6ubuntu2)
 
335
configure:6011: $? = 0
 
336
configure:6018: g77 -V >&5
 
337
g77: `-V' option must have argument
 
338
configure:6021: $? = 1
 
339
configure:6029: checking whether we are using the GNU Fortran 77 compiler
 
340
configure:6048: g77 -c  conftest.F >&5
 
341
configure:6054: $? = 0
 
342
configure:6071: result: yes
 
343
configure:6077: checking whether g77 accepts -g
 
344
configure:6094: g77 -c -g conftest.f >&5
 
345
configure:6100: $? = 0
 
346
configure:6116: result: yes
 
347
configure:6146: checking the maximum length of command line arguments
 
348
configure:6258: result: 98304
 
349
configure:6270: checking command to parse /usr/bin/nm -B output from gcc object
 
350
configure:6375: gcc -c -g -O2  conftest.c >&5
 
351
configure:6378: $? = 0
 
352
configure:6382: /usr/bin/nm -B conftest.o \| sed -n -e 's/^.*[  ]\([ABCDGIRSTW][ABCDGIRSTW]*\)[         ][      ]*\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2 \2/p' \> conftest.nm
 
353
configure:6385: $? = 0
 
354
configure:6437: gcc -o conftest -g -O2   conftest.c conftstm.o >&5
 
355
configure:6440: $? = 0
 
356
configure:6478: result: ok
 
357
configure:6482: checking for objdir
 
358
configure:6497: result: .libs
 
359
configure:6589: checking for ar
 
360
configure:6605: found /usr/bin/ar
 
361
configure:6616: result: ar
 
362
configure:6685: checking for ranlib
 
363
configure:6701: found /usr/bin/ranlib
 
364
configure:6712: result: ranlib
 
365
configure:6781: checking for strip
 
366
configure:6797: found /usr/bin/strip
 
367
configure:6808: result: strip
 
368
configure:7094: checking if gcc supports -fno-rtti -fno-exceptions
 
369
configure:7112: gcc -c -g -O2  -fno-rtti -fno-exceptions conftest.c >&5
408
370
cc1: warning: command line option "-fno-rtti" is valid for C++/ObjC++ but not for C
409
 
configure:7100: $? = 0
410
 
configure:7113: result: no
411
 
configure:7128: checking for gcc option to produce PIC
412
 
configure:7360: result: -fPIC
413
 
configure:7368: checking if gcc PIC flag -fPIC works
414
 
configure:7386: gcc -c -g -O2  -fPIC -DPIC conftest.c >&5
415
 
configure:7390: $? = 0
416
 
configure:7403: result: yes
417
 
configure:7431: checking if gcc static flag -static works
418
 
configure:7459: result: yes
419
 
configure:7469: checking if gcc supports -c -o file.o
420
 
configure:7490: gcc -c -g -O2  -o out/conftest2.o conftest.c >&5
421
 
configure:7494: $? = 0
422
 
configure:7516: result: yes
423
 
configure:7542: checking whether the gcc linker (/usr/bin/ld) supports shared libraries
424
 
configure:8523: result: yes
425
 
configure:8544: checking whether -lc should be explicitly linked in
426
 
configure:8549: gcc -c -g -O2  conftest.c >&5
427
 
configure:8552: $? = 0
428
 
configure:8567: gcc -shared conftest.o  -v -Wl,-soname -Wl,conftest -o conftest 2\>\&1 \| grep  -lc  \>/dev/null 2\>\&1
429
 
configure:8570: $? = 0
430
 
configure:8582: result: no
431
 
configure:8590: checking dynamic linker characteristics
432
 
configure:9204: result: GNU/Linux ld.so
433
 
configure:9213: checking how to hardcode library paths into programs
434
 
configure:9238: result: immediate
435
 
configure:9252: checking whether stripping libraries is possible
436
 
configure:9257: result: yes
437
 
configure:10059: checking if libtool supports shared libraries
438
 
configure:10061: result: yes
439
 
configure:10064: checking whether to build shared libraries
440
 
configure:10085: result: yes
441
 
configure:10088: checking whether to build static libraries
442
 
configure:10092: result: yes
443
 
configure:10185: creating libtool
444
 
configure:10773: checking for ld used by g++
445
 
configure:10840: result: /usr/bin/ld
446
 
configure:10849: checking if the linker (/usr/bin/ld) is GNU ld
447
 
configure:10864: result: yes
448
 
configure:10915: checking whether the g++ linker (/usr/bin/ld) supports shared libraries
449
 
configure:11889: result: yes
450
 
configure:11907: g++ -c -g -O2  conftest.cpp >&5
451
 
configure:11910: $? = 0
452
 
configure:12062: checking for g++ option to produce PIC
453
 
configure:12346: result: -fPIC
454
 
configure:12354: checking if g++ PIC flag -fPIC works
455
 
configure:12372: g++ -c -g -O2  -fPIC -DPIC conftest.cpp >&5
456
 
configure:12376: $? = 0
457
 
configure:12389: result: yes
458
 
configure:12417: checking if g++ static flag -static works
459
 
configure:12445: result: yes
460
 
configure:12455: checking if g++ supports -c -o file.o
461
 
configure:12476: g++ -c -g -O2  -o out/conftest2.o conftest.cpp >&5
462
 
configure:12480: $? = 0
463
 
configure:12502: result: yes
464
 
configure:12528: checking whether the g++ linker (/usr/bin/ld) supports shared libraries
465
 
configure:12556: result: yes
466
 
configure:12623: checking dynamic linker characteristics
467
 
configure:13185: result: GNU/Linux ld.so
468
 
configure:13194: checking how to hardcode library paths into programs
469
 
configure:13219: result: immediate
470
 
configure:19430: checking for intltool >= 0.35.0
471
 
configure:19437: result: 0.35.0 found
472
 
configure:19495: checking for perl
473
 
configure:19513: found /usr/bin/perl
474
 
configure:19525: result: /usr/bin/perl
475
 
configure:19544: checking for XML::Parser
476
 
configure:19547: result: ok
477
 
configure:19584: gcc -o conftest -g -O2   conftest.c  >&5
478
 
configure:19590: $? = 0
479
 
configure:19726: checking locale.h usability
480
 
configure:19743: gcc -c -g -O2  conftest.c >&5
481
 
configure:19749: $? = 0
482
 
configure:19763: result: yes
483
 
configure:19767: checking locale.h presence
484
 
configure:19782: gcc -E  conftest.c
485
 
configure:19788: $? = 0
486
 
configure:19802: result: yes
487
 
configure:19835: checking for locale.h
488
 
configure:19843: result: yes
489
 
configure:19857: checking for LC_MESSAGES
490
 
configure:19883: gcc -o conftest -g -O2   conftest.c  >&5
491
 
configure:19889: $? = 0
492
 
configure:19906: result: yes
493
 
configure:19935: checking libintl.h usability
494
 
configure:19952: gcc -c -g -O2  conftest.c >&5
495
 
configure:19958: $? = 0
496
 
configure:19972: result: yes
497
 
configure:19976: checking libintl.h presence
498
 
configure:19991: gcc -E  conftest.c
499
 
configure:19997: $? = 0
500
 
configure:20011: result: yes
501
 
configure:20044: checking for libintl.h
502
 
configure:20051: result: yes
503
 
configure:20062: checking for ngettext in libc
504
 
configure:20090: gcc -o conftest -g -O2   conftest.c  >&5
505
 
configure:20096: $? = 0
506
 
configure:20114: result: yes
507
 
configure:20118: checking for dgettext in libc
508
 
configure:20146: gcc -o conftest -g -O2   conftest.c  >&5
509
 
configure:20152: $? = 0
510
 
configure:20170: result: yes
511
 
configure:20179: checking for bind_textdomain_codeset
512
 
configure:20235: gcc -o conftest -g -O2   conftest.c  >&5
513
 
configure:20241: $? = 0
514
 
configure:20259: result: yes
515
 
configure:20746: checking for msgfmt
516
 
configure:20773: result: /usr/bin/msgfmt
517
 
configure:20786: checking for dcgettext
518
 
configure:20842: gcc -o conftest -g -O2   conftest.c   >&5
 
371
configure:7116: $? = 0
 
372
configure:7129: result: no
 
373
configure:7144: checking for gcc option to produce PIC
 
374
configure:7376: result: -fPIC
 
375
configure:7384: checking if gcc PIC flag -fPIC works
 
376
configure:7402: gcc -c -g -O2  -fPIC -DPIC conftest.c >&5
 
377
configure:7406: $? = 0
 
378
configure:7419: result: yes
 
379
configure:7447: checking if gcc static flag -static works
 
380
configure:7475: result: yes
 
381
configure:7485: checking if gcc supports -c -o file.o
 
382
configure:7506: gcc -c -g -O2  -o out/conftest2.o conftest.c >&5
 
383
configure:7510: $? = 0
 
384
configure:7532: result: yes
 
385
configure:7558: checking whether the gcc linker (/usr/bin/ld) supports shared libraries
 
386
configure:8539: result: yes
 
387
configure:8560: checking whether -lc should be explicitly linked in
 
388
configure:8565: gcc -c -g -O2  conftest.c >&5
 
389
configure:8568: $? = 0
 
390
configure:8583: gcc -shared conftest.o  -v -Wl,-soname -Wl,conftest -o conftest 2\>\&1 \| grep  -lc  \>/dev/null 2\>\&1
 
391
configure:8586: $? = 0
 
392
configure:8598: result: no
 
393
configure:8606: checking dynamic linker characteristics
 
394
configure:9220: result: GNU/Linux ld.so
 
395
configure:9229: checking how to hardcode library paths into programs
 
396
configure:9254: result: immediate
 
397
configure:9268: checking whether stripping libraries is possible
 
398
configure:9273: result: yes
 
399
configure:10075: checking if libtool supports shared libraries
 
400
configure:10077: result: yes
 
401
configure:10080: checking whether to build shared libraries
 
402
configure:10101: result: yes
 
403
configure:10104: checking whether to build static libraries
 
404
configure:10108: result: yes
 
405
configure:10201: creating libtool
 
406
configure:10789: checking for ld used by g++
 
407
configure:10856: result: /usr/bin/ld
 
408
configure:10865: checking if the linker (/usr/bin/ld) is GNU ld
 
409
configure:10880: result: yes
 
410
configure:10931: checking whether the g++ linker (/usr/bin/ld) supports shared libraries
 
411
configure:11905: result: yes
 
412
configure:11923: g++ -c -g -O2  conftest.cpp >&5
 
413
configure:11926: $? = 0
 
414
configure:12078: checking for g++ option to produce PIC
 
415
configure:12362: result: -fPIC
 
416
configure:12370: checking if g++ PIC flag -fPIC works
 
417
configure:12388: g++ -c -g -O2  -fPIC -DPIC conftest.cpp >&5
 
418
configure:12392: $? = 0
 
419
configure:12405: result: yes
 
420
configure:12433: checking if g++ static flag -static works
 
421
configure:12461: result: yes
 
422
configure:12471: checking if g++ supports -c -o file.o
 
423
configure:12492: g++ -c -g -O2  -o out/conftest2.o conftest.cpp >&5
 
424
configure:12496: $? = 0
 
425
configure:12518: result: yes
 
426
configure:12544: checking whether the g++ linker (/usr/bin/ld) supports shared libraries
 
427
configure:12572: result: yes
 
428
configure:12639: checking dynamic linker characteristics
 
429
configure:13201: result: GNU/Linux ld.so
 
430
configure:13210: checking how to hardcode library paths into programs
 
431
configure:13235: result: immediate
 
432
configure:13769: checking if libtool supports shared libraries
 
433
configure:13771: result: yes
 
434
configure:13774: checking whether to build shared libraries
 
435
configure:13794: result: yes
 
436
configure:13797: checking whether to build static libraries
 
437
configure:13801: result: yes
 
438
configure:13811: checking for g77 option to produce PIC
 
439
configure:14043: result: -fPIC
 
440
configure:14051: checking if g77 PIC flag -fPIC works
 
441
configure:14069: g77 -c -g -O2 -fPIC conftest.f >&5
 
442
configure:14073: $? = 0
 
443
configure:14086: result: yes
 
444
configure:14114: checking if g77 static flag -static works
 
445
configure:14142: result: yes
 
446
configure:14152: checking if g77 supports -c -o file.o
 
447
configure:14173: g77 -c -g -O2 -o out/conftest2.o conftest.f >&5
 
448
configure:14177: $? = 0
 
449
configure:14199: result: yes
 
450
configure:14225: checking whether the g77 linker (/usr/bin/ld) supports shared libraries
 
451
configure:15186: result: yes
 
452
configure:15253: checking dynamic linker characteristics
 
453
configure:15815: result: GNU/Linux ld.so
 
454
configure:15824: checking how to hardcode library paths into programs
 
455
configure:15849: result: immediate
 
456
configure:19446: checking for intltool >= 0.35.0
 
457
configure:19453: result: 0.35.0 found
 
458
configure:19511: checking for perl
 
459
configure:19529: found /usr/bin/perl
 
460
configure:19541: result: /usr/bin/perl
 
461
configure:19560: checking for XML::Parser
 
462
configure:19563: result: ok
 
463
configure:19600: gcc -o conftest -g -O2   conftest.c  >&5
 
464
configure:19606: $? = 0
 
465
configure:19742: checking locale.h usability
 
466
configure:19759: gcc -c -g -O2  conftest.c >&5
 
467
configure:19765: $? = 0
 
468
configure:19779: result: yes
 
469
configure:19783: checking locale.h presence
 
470
configure:19798: gcc -E  conftest.c
 
471
configure:19804: $? = 0
 
472
configure:19818: result: yes
 
473
configure:19851: checking for locale.h
 
474
configure:19859: result: yes
 
475
configure:19873: checking for LC_MESSAGES
 
476
configure:19899: gcc -o conftest -g -O2   conftest.c  >&5
 
477
configure:19905: $? = 0
 
478
configure:19922: result: yes
 
479
configure:19951: checking libintl.h usability
 
480
configure:19968: gcc -c -g -O2  conftest.c >&5
 
481
configure:19974: $? = 0
 
482
configure:19988: result: yes
 
483
configure:19992: checking libintl.h presence
 
484
configure:20007: gcc -E  conftest.c
 
485
configure:20013: $? = 0
 
486
configure:20027: result: yes
 
487
configure:20060: checking for libintl.h
 
488
configure:20067: result: yes
 
489
configure:20078: checking for ngettext in libc
 
490
configure:20106: gcc -o conftest -g -O2   conftest.c  >&5
 
491
configure:20112: $? = 0
 
492
configure:20130: result: yes
 
493
configure:20134: checking for dgettext in libc
 
494
configure:20162: gcc -o conftest -g -O2   conftest.c  >&5
 
495
configure:20168: $? = 0
 
496
configure:20186: result: yes
 
497
configure:20195: checking for bind_textdomain_codeset
 
498
configure:20251: gcc -o conftest -g -O2   conftest.c  >&5
 
499
configure:20257: $? = 0
 
500
configure:20275: result: yes
 
501
configure:20762: checking for msgfmt
 
502
configure:20789: result: /usr/bin/msgfmt
 
503
configure:20802: checking for dcgettext
 
504
configure:20858: gcc -o conftest -g -O2   conftest.c   >&5
519
505
conftest.c:48: warning: conflicting types for built-in function 'dcgettext'
520
 
configure:20848: $? = 0
521
 
configure:20866: result: yes
522
 
configure:20877: checking if msgfmt accepts -c
523
 
configure:20892: $MSGFMT -c -o /dev/null conftest.foo
524
 
configure:20895: $? = 0
525
 
configure:20897: result: yes
526
 
configure:20907: checking for gmsgfmt
527
 
configure:20938: result: /usr/bin/msgfmt
528
 
configure:20948: checking for xgettext
529
 
configure:20975: result: /usr/bin/xgettext
530
 
configure:21004: gcc -o conftest -g -O2   conftest.c   >&5
531
 
configure:21010: $? = 0
532
 
configure:21298: checking for gcc
533
 
configure:21325: result: gcc
534
 
configure:21563: checking for C compiler version
535
 
configure:21570: gcc --version >&5
 
506
configure:20864: $? = 0
 
507
configure:20882: result: yes
 
508
configure:20893: checking if msgfmt accepts -c
 
509
configure:20908: $MSGFMT -c -o /dev/null conftest.foo
 
510
configure:20911: $? = 0
 
511
configure:20913: result: yes
 
512
configure:20923: checking for gmsgfmt
 
513
configure:20954: result: /usr/bin/msgfmt
 
514
configure:20964: checking for xgettext
 
515
configure:20991: result: /usr/bin/xgettext
 
516
configure:21020: gcc -o conftest -g -O2   conftest.c   >&5
 
517
configure:21026: $? = 0
 
518
configure:21314: checking for gcc
 
519
configure:21341: result: gcc
 
520
configure:21579: checking for C compiler version
 
521
configure:21586: gcc --version >&5
536
522
gcc (GCC) 4.1.3 20070929 (prerelease) (Ubuntu 4.1.2-16ubuntu2)
537
523
Copyright (C) 2006 Free Software Foundation, Inc.
538
524
This is free software; see the source for copying conditions.  There is NO
539
525
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
540
526
 
541
 
configure:21573: $? = 0
542
 
configure:21580: gcc -v >&5
 
527
configure:21589: $? = 0
 
528
configure:21596: gcc -v >&5
543
529
Using built-in specs.
544
530
Target: i486-linux-gnu
545
531
Configured with: ../src/configure -v --enable-languages=c,c++,fortran,objc,obj-c++,treelang --prefix=/usr --enable-shared --with-system-zlib --libexecdir=/usr/lib --without-included-gettext --enable-threads=posix --enable-nls --with-gxx-include-dir=/usr/include/c++/4.1.3 --program-suffix=-4.1 --enable-__cxa_atexit --enable-clocale=gnu --enable-libstdcxx-debug --enable-mpfr --enable-checking=release i486-linux-gnu
546
532
Thread model: posix
547
533
gcc version 4.1.3 20070929 (prerelease) (Ubuntu 4.1.2-16ubuntu2)
548
 
configure:21583: $? = 0
549
 
configure:21590: gcc -V >&5
 
534
configure:21599: $? = 0
 
535
configure:21606: gcc -V >&5
550
536
gcc: '-V' option must have argument
551
 
configure:21593: $? = 1
552
 
configure:21596: checking whether we are using the GNU C compiler
553
 
configure:21648: result: yes
554
 
configure:21653: checking whether gcc accepts -g
555
 
configure:21788: result: yes
556
 
configure:21805: checking for gcc option to accept ISO C89
557
 
configure:21908: result: none needed
558
 
configure:21928: checking dependency style of gcc
559
 
configure:22018: result: gcc3
560
 
configure:22040: checking for ANSI C header files
561
 
configure:22204: result: yes
562
 
configure:22220: checking for stdlib.h
563
 
configure:22226: result: yes
564
 
configure:22220: checking for string.h
565
 
configure:22226: result: yes
566
 
configure:22362: checking for an ANSI C-conforming const
567
 
configure:22437: gcc -c -g -O2  conftest.c >&5
568
 
configure:22443: $? = 0
569
 
configure:22458: result: yes
570
 
configure:22468: checking for pid_t
571
 
configure:22498: gcc -c -g -O2  conftest.c >&5
572
 
configure:22504: $? = 0
573
 
configure:22519: result: yes
574
 
configure:22537: checking for sscanf
575
 
configure:22593: gcc -o conftest -g -O2   conftest.c  >&5
 
537
configure:21609: $? = 1
 
538
configure:21612: checking whether we are using the GNU C compiler
 
539
configure:21664: result: yes
 
540
configure:21669: checking whether gcc accepts -g
 
541
configure:21804: result: yes
 
542
configure:21821: checking for gcc option to accept ISO C89
 
543
configure:21924: result: none needed
 
544
configure:21944: checking dependency style of gcc
 
545
configure:22035: result: gcc3
 
546
configure:22055: checking for ANSI C header files
 
547
configure:22219: result: yes
 
548
configure:22235: checking for stdlib.h
 
549
configure:22241: result: yes
 
550
configure:22235: checking for string.h
 
551
configure:22241: result: yes
 
552
configure:22377: checking for an ANSI C-conforming const
 
553
configure:22452: gcc -c -g -O2  conftest.c >&5
 
554
configure:22458: $? = 0
 
555
configure:22473: result: yes
 
556
configure:22483: checking for pid_t
 
557
configure:22513: gcc -c -g -O2  conftest.c >&5
 
558
configure:22519: $? = 0
 
559
configure:22534: result: yes
 
560
configure:22552: checking for sscanf
 
561
configure:22608: gcc -o conftest -g -O2   conftest.c  >&5
576
562
conftest.c:54: warning: conflicting types for built-in function 'sscanf'
577
 
configure:22599: $? = 0
578
 
configure:22617: result: yes
579
 
configure:22677: checking for pkg-config
580
 
configure:22695: found /usr/bin/pkg-config
581
 
configure:22707: result: /usr/bin/pkg-config
582
 
configure:22736: checking pkg-config is at least version 0.9.0
583
 
configure:22739: result: yes
584
 
configure:22750: checking for PACKAGE
585
 
configure:22758: $PKG_CONFIG --exists --print-errors "cairo-dock"
586
 
configure:22761: $? = 0
587
 
configure:22776: $PKG_CONFIG --exists --print-errors "cairo-dock"
588
 
configure:22779: $? = 0
589
 
configure:22855: result: yes
590
 
configure:22994: creating ./config.status
 
563
configure:22614: $? = 0
 
564
configure:22632: result: yes
 
565
configure:22692: checking for pkg-config
 
566
configure:22710: found /usr/bin/pkg-config
 
567
configure:22722: result: /usr/bin/pkg-config
 
568
configure:22751: checking pkg-config is at least version 0.9.0
 
569
configure:22754: result: yes
 
570
configure:22765: checking for PACKAGE
 
571
configure:22773: $PKG_CONFIG --exists --print-errors "cairo-dock"
 
572
configure:22776: $? = 0
 
573
configure:22791: $PKG_CONFIG --exists --print-errors "cairo-dock"
 
574
configure:22794: $? = 0
 
575
configure:22870: result: yes
 
576
configure:23009: creating ./config.status
591
577
 
592
578
## ---------------------- ##
593
579
## Running config.status. ##
602
588
  CONFIG_COMMANDS = 
603
589
  $ ./config.status 
604
590
 
605
 
on changfu-laptop
 
591
on agaric
606
592
 
607
 
config.status:717: creating Makefile
608
 
config.status:717: creating src/Makefile
609
 
config.status:717: creating po/Makefile.in
610
 
config.status:717: creating data/Makefile
611
 
config.status:717: creating data/readme
612
 
config.status:717: creating data/stacks.conf
613
 
config.status:717: creating config.h
614
 
config.status:949: config.h is unchanged
615
 
config.status:995: executing depfiles commands
616
 
config.status:995: executing intltool commands
617
 
config.status:995: executing default-1 commands
618
 
config.status:995: executing po/stamp-it commands
 
593
config.status:719: creating Makefile
 
594
config.status:719: creating src/Makefile
 
595
config.status:719: creating po/Makefile.in
 
596
config.status:719: creating data/Makefile
 
597
config.status:719: creating data/readme
 
598
config.status:719: creating data/stacks.conf
 
599
config.status:719: creating config.h
 
600
config.status:1003: executing depfiles commands
 
601
config.status:1003: executing intltool commands
 
602
config.status:1003: executing default-1 commands
 
603
config.status:1003: executing po/stamp-it commands
619
604
 
620
605
## ---------------- ##
621
606
## Cache variables. ##
661
646
ac_cv_env_host_alias_value=
662
647
ac_cv_env_target_alias_set=
663
648
ac_cv_env_target_alias_value=
664
 
ac_cv_f77_compiler_gnu=no
 
649
ac_cv_f77_compiler_gnu=yes
665
650
ac_cv_func_bind_textdomain_codeset=yes
666
651
ac_cv_func_dcgettext=yes
667
652
ac_cv_func_sscanf=yes
688
673
ac_cv_path_XGETTEXT=/usr/bin/xgettext
689
674
ac_cv_path_ac_pt_PKG_CONFIG=/usr/bin/pkg-config
690
675
ac_cv_path_install='/usr/bin/install -c'
691
 
ac_cv_prog_AWK=gawk
 
676
ac_cv_path_mkdir=/bin/mkdir
 
677
ac_cv_prog_AWK=mawk
692
678
ac_cv_prog_CPP='gcc -E'
693
679
ac_cv_prog_CXXCPP='g++ -E'
694
680
ac_cv_prog_ac_ct_AR=ar
695
681
ac_cv_prog_ac_ct_CC=gcc
696
682
ac_cv_prog_ac_ct_CXX=g++
 
683
ac_cv_prog_ac_ct_F77=g77
697
684
ac_cv_prog_ac_ct_RANLIB=ranlib
698
685
ac_cv_prog_ac_ct_STRIP=strip
699
686
ac_cv_prog_cc_c89=
700
687
ac_cv_prog_cc_g=yes
701
688
ac_cv_prog_cxx_g=yes
702
 
ac_cv_prog_f77_g=no
 
689
ac_cv_prog_f77_g=yes
703
690
ac_cv_prog_make_make_set=yes
704
691
ac_cv_type_pid_t=yes
705
692
am_cv_CC_dependencies_compiler_type=gcc3
720
707
lt_cv_path_SED=/bin/sed
721
708
lt_cv_prog_compiler_c_o=yes
722
709
lt_cv_prog_compiler_c_o_CXX=yes
 
710
lt_cv_prog_compiler_c_o_F77=yes
723
711
lt_cv_prog_compiler_rtti_exceptions=no
724
712
lt_cv_prog_gnu_ld=yes
725
713
lt_cv_prog_gnu_ldcxx=yes
729
717
lt_cv_sys_max_cmd_len=98304
730
718
lt_lt_cv_prog_compiler_c_o='"yes"'
731
719
lt_lt_cv_prog_compiler_c_o_CXX='"yes"'
 
720
lt_lt_cv_prog_compiler_c_o_F77='"yes"'
732
721
lt_lt_cv_sys_global_symbol_pipe='"sed -n -e '\''s/^.*[  ]\\([ABCDGIRSTW][ABCDGIRSTW]*\\)[       ][      ]*\\([_A-Za-z][_A-Za-z0-9]*\\)\$/\\1 \\2 \\2/p'\''"'
733
722
lt_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'\''"'
734
723
lt_lt_cv_sys_global_symbol_to_cdecl='"sed -n -e '\''s/^. .* \\(.*\\)\$/extern int \\1;/p'\''"'
735
 
pkg_cv_PACKAGE_CFLAGS='-pthread -I/usr/local/include/cairo -I/usr/local/include -I/usr/include/cairo-dock -I/usr/include/cairo-dock/cairo-dock -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/include/librsvg-2 -I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include -I/usr/include/libxml2  '
736
 
pkg_cv_PACKAGE_LIBS='-pthread -L/usr/local/lib -lgthread-2.0 -lrt -lglitz -ldbus-glib-1 -ldbus-1 -lxml2 -lgtk-x11-2.0 -lrsvg-2 -lgdk-x11-2.0 -latk-1.0 -lpangocairo-1.0 -lfontconfig -lXext -lXrender -lXinerama -lXi -lXrandr -lXcursor -lXcomposite -lXdamage -lpango-1.0 -lcairo -lX11 -lXfixes -lgdk_pixbuf-2.0 -lm -lgobject-2.0 -lgmodule-2.0 -ldl -lglib-2.0  '
 
724
pkg_cv_PACKAGE_CFLAGS='-pthread -I/usr/include/cairo-dock -I/usr/include/cairo-dock/cairo-dock -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/include/librsvg-2 -I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include -I/usr/include/libxml2  '
 
725
pkg_cv_PACKAGE_LIBS='-pthread -lgthread-2.0 -lrt -lglitz -ldbus-glib-1 -ldbus-1 -lxml2 -lgtk-x11-2.0 -lrsvg-2 -lgdk-x11-2.0 -latk-1.0 -lpangocairo-1.0 -lfontconfig -lXext -lXrender -lXinerama -lXi -lXrandr -lXcursor -lXcomposite -lXdamage -lpango-1.0 -lcairo -lX11 -lXfixes -lgdk_pixbuf-2.0 -lm -lgobject-2.0 -lgmodule-2.0 -ldl -lglib-2.0  '
737
726
 
738
727
## ----------------- ##
739
728
## Output variables. ##
740
729
## ----------------- ##
741
730
 
742
 
ACLOCAL='${SHELL} /home/changfu/Documents/Cairo-Dock/plug-ins/stacks/missing --run aclocal-1.9'
 
731
ACLOCAL='${SHELL} /opt/cairo-dock/trunk/plug-ins/stacks/missing --run aclocal-1.10'
743
732
ALL_LINGUAS=''
744
733
AMDEPBACKSLASH='\'
745
734
AMDEP_FALSE='#'
746
735
AMDEP_TRUE=''
747
 
AMTAR='${SHELL} /home/changfu/Documents/Cairo-Dock/plug-ins/stacks/missing --run tar'
 
736
AMTAR='${SHELL} /opt/cairo-dock/trunk/plug-ins/stacks/missing --run tar'
748
737
AR='ar'
749
 
AUTOCONF='${SHELL} /home/changfu/Documents/Cairo-Dock/plug-ins/stacks/missing --run autoconf'
750
 
AUTOHEADER='${SHELL} /home/changfu/Documents/Cairo-Dock/plug-ins/stacks/missing --run autoheader'
751
 
AUTOMAKE='${SHELL} /home/changfu/Documents/Cairo-Dock/plug-ins/stacks/missing --run automake-1.9'
752
 
AWK='gawk'
 
738
AUTOCONF='${SHELL} /opt/cairo-dock/trunk/plug-ins/stacks/missing --run autoconf'
 
739
AUTOHEADER='${SHELL} /opt/cairo-dock/trunk/plug-ins/stacks/missing --run autoheader'
 
740
AUTOMAKE='${SHELL} /opt/cairo-dock/trunk/plug-ins/stacks/missing --run automake-1.10'
 
741
AWK='mawk'
753
742
CATALOGS=''
754
743
CATOBJEXT='.gmo'
755
744
CC='gcc'
771
760
ECHO_T=''
772
761
EGREP='/bin/grep -E'
773
762
EXEEXT=''
774
 
F77=''
775
 
FFLAGS=''
 
763
F77='g77'
 
764
FFLAGS='-g -O2'
776
765
GETTEXT_PACKAGE='cd-stacks'
777
766
GMOFILES=''
778
767
GMSGFMT='/usr/bin/msgfmt'
780
769
INSTALL_DATA='${INSTALL} -m 644'
781
770
INSTALL_PROGRAM='${INSTALL}'
782
771
INSTALL_SCRIPT='${INSTALL}'
783
 
INSTALL_STRIP_PROGRAM='${SHELL} $(install_sh) -c -s'
 
772
INSTALL_STRIP_PROGRAM='$(install_sh) -c -s'
784
773
INSTOBJEXT='.mo'
785
774
INTLLIBS=''
786
775
INTLTOOL_CAVES_RULE='%.caves:     %.caves.in     $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) -d -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@'
812
801
LIBTOOL='$(SHELL) $(top_builddir)/libtool'
813
802
LN_S='ln -s'
814
803
LTLIBOBJS=''
815
 
MAKEINFO='${SHELL} /home/changfu/Documents/Cairo-Dock/plug-ins/stacks/missing --run makeinfo'
 
804
MAKEINFO='${SHELL} /opt/cairo-dock/trunk/plug-ins/stacks/missing --run makeinfo'
816
805
MKINSTALLDIRS='./mkinstalldirs'
817
806
MSGFMT='/usr/bin/msgfmt'
818
807
MSGFMT_OPTS='-c'
819
808
OBJEXT='o'
820
809
PACKAGE='cd-stacks'
821
810
PACKAGE_BUGREPORT='ChAnGFu (changfu@hollowproject.org)'
822
 
PACKAGE_CFLAGS='-pthread -I/usr/local/include/cairo -I/usr/local/include -I/usr/include/cairo-dock -I/usr/include/cairo-dock/cairo-dock -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/include/librsvg-2 -I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include -I/usr/include/libxml2  '
823
 
PACKAGE_LIBS='-pthread -L/usr/local/lib -lgthread-2.0 -lrt -lglitz -ldbus-glib-1 -ldbus-1 -lxml2 -lgtk-x11-2.0 -lrsvg-2 -lgdk-x11-2.0 -latk-1.0 -lpangocairo-1.0 -lfontconfig -lXext -lXrender -lXinerama -lXi -lXrandr -lXcursor -lXcomposite -lXdamage -lpango-1.0 -lcairo -lX11 -lXfixes -lgdk_pixbuf-2.0 -lm -lgobject-2.0 -lgmodule-2.0 -ldl -lglib-2.0  '
 
811
PACKAGE_CFLAGS='-pthread -I/usr/include/cairo-dock -I/usr/include/cairo-dock/cairo-dock -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/include/librsvg-2 -I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include -I/usr/include/libxml2  '
 
812
PACKAGE_LIBS='-pthread -lgthread-2.0 -lrt -lglitz -ldbus-glib-1 -ldbus-1 -lxml2 -lgtk-x11-2.0 -lrsvg-2 -lgdk-x11-2.0 -latk-1.0 -lpangocairo-1.0 -lfontconfig -lXext -lXrender -lXinerama -lXi -lXrandr -lXcursor -lXcomposite -lXdamage -lpango-1.0 -lcairo -lX11 -lXfixes -lgdk_pixbuf-2.0 -lm -lgobject-2.0 -lgmodule-2.0 -ldl -lglib-2.0  '
824
813
PACKAGE_NAME='cd-stacks'
825
814
PACKAGE_STRING='cd-stacks 0.0.1'
826
815
PACKAGE_TARNAME='cd-stacks'
841
830
XGETTEXT='/usr/bin/xgettext'
842
831
ac_ct_CC='gcc'
843
832
ac_ct_CXX='g++'
844
 
ac_ct_F77=''
 
833
ac_ct_F77='g77'
845
834
am__fastdepCC_FALSE='#'
846
835
am__fastdepCC_TRUE=''
847
836
am__fastdepCXX_FALSE='#'
848
837
am__fastdepCXX_TRUE=''
849
838
am__include='include'
 
839
am__isrc=''
850
840
am__leading_dot='.'
851
841
am__quote=''
852
842
am__tar='${AMTAR} chof - "$$tardir"'
870
860
htmldir='${docdir}'
871
861
includedir='${prefix}/include'
872
862
infodir='${datarootdir}/info'
873
 
install_sh='/home/changfu/Documents/Cairo-Dock/plug-ins/stacks/install-sh'
 
863
install_sh='$(SHELL) /opt/cairo-dock/trunk/plug-ins/stacks/install-sh'
874
864
libdir='${exec_prefix}/lib'
875
865
libexecdir='${exec_prefix}/libexec'
876
866
localedir='${datarootdir}/locale'
877
867
localstatedir='${prefix}/var'
878
868
mandir='${datarootdir}/man'
879
 
mkdir_p='mkdir -p --'
 
869
mkdir_p='/bin/mkdir -p'
880
870
oldincludedir='/usr/include'
881
871
pdfdir='${docdir}'
882
872
pkgdatadir='/usr/share/cairo-dock/plug-in/stacks'