Subversion Repositories svnkaklik

Rev

Rev 563 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log

Rev 563 Rev 639
Line 1... Line 1...
1
This file contains any messages produced by compilers while
1
This file contains any messages produced by compilers while
2
running configure, to aid debugging if configure makes a mistake.
2
running configure, to aid debugging if configure makes a mistake.
3
 
3
 
4
It was created by configure, which was
4
It was created by configure, which was
5
generated by GNU Autoconf 2.63.  Invocation command line was
5
generated by GNU Autoconf 2.64.  Invocation command line was
6
 
6
 
7
  $ /home/kaklik/projects/programy/C/ix86/echo/SW/sonar/configure 
7
  $ /home/kaklik/svnkaklik/programy/C/ix86/echo/SW/sonar/configure LDFLAGS=-lasound -lfftw3 --no-create --no-recursion
8
 
8
 
9
## --------- ##
9
## --------- ##
10
## Platform. ##
10
## Platform. ##
11
## --------- ##
11
## --------- ##
12
 
12
 
13
hostname = kaklik-kolej-ubuntu
13
hostname = kaklik-laptop
14
uname -m = x86_64
14
uname -m = i686
15
uname -r = 2.6.28-15-generic
15
uname -r = 2.6.31-20-generic
16
uname -s = Linux
16
uname -s = Linux
17
uname -v = #49-Ubuntu SMP Tue Aug 18 19:25:34 UTC 2009
17
uname -v = #58-Ubuntu SMP Fri Mar 12 05:23:09 UTC 2010
18
 
18
 
19
/usr/bin/uname -p = unknown
19
/usr/bin/uname -p = unknown
20
/bin/uname -X     = unknown
20
/bin/uname -X     = unknown
21
 
21
 
22
/bin/arch              = unknown
22
/bin/arch              = unknown
Line 38... Line 38...
38
 
38
 
39
## ----------- ##
39
## ----------- ##
40
## Core tests. ##
40
## Core tests. ##
41
## ----------- ##
41
## ----------- ##
42
 
42
 
43
configure:2055: checking for a BSD-compatible install
43
configure:2244: checking for a BSD-compatible install
44
configure:2123: result: /usr/bin/install -c
44
configure:2312: result: /usr/bin/install -c
45
configure:2134: checking whether build environment is sane
45
configure:2323: checking whether build environment is sane
46
configure:2177: result: yes
46
configure:2373: result: yes
47
configure:2202: checking for a thread-safe mkdir -p
47
configure:2514: checking for a thread-safe mkdir -p
48
configure:2241: result: /bin/mkdir -p
48
configure:2553: result: /bin/mkdir -p
49
configure:2254: checking for gawk
49
configure:2566: checking for gawk
50
configure:2270: found /usr/bin/gawk
50
configure:2582: found /usr/bin/gawk
51
configure:2281: result: gawk
51
configure:2593: result: gawk
52
configure:2292: checking whether make sets $(MAKE)
52
configure:2604: checking whether make sets $(MAKE)
53
configure:2314: result: yes
53
configure:2626: result: yes
54
configure:2553: checking for gcc
54
configure:2761: checking for gcc
55
configure:2569: found /usr/bin/gcc
55
configure:2777: found /usr/bin/gcc
56
configure:2580: result: gcc
56
configure:2788: result: gcc
57
configure:2812: checking for C compiler version
57
configure:3017: checking for C compiler version
58
configure:2820: gcc --version >&5
58
configure:3026: gcc --version >&5
59
gcc (Ubuntu 4.3.3-5ubuntu4) 4.3.3
59
gcc (Ubuntu 4.4.1-4ubuntu9) 4.4.1
60
Copyright (C) 2008 Free Software Foundation, Inc.
60
Copyright (C) 2009 Free Software Foundation, Inc.
61
This is free software; see the source for copying conditions.  There is NO
61
This is free software; see the source for copying conditions.  There is NO
62
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
62
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
63
 
63
 
64
configure:2824: $? = 0
64
configure:3037: $? = 0
65
configure:2831: gcc -v >&5
65
configure:3026: gcc -v >&5
66
Using built-in specs.
66
Using built-in specs.
67
Target: x86_64-linux-gnu
67
Target: i486-linux-gnu
68
Configured with: ../src/configure -v --with-pkgversion='Ubuntu 4.3.3-5ubuntu4' --with-bugurl=file:///usr/share/doc/gcc-4.3/README.Bugs --enable-languages=c,c++,fortran,objc,obj-c++ --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.3 --program-suffix=-4.3 --enable-clocale=gnu --enable-libstdcxx-debug --enable-objc-gc --enable-mpfr --with-tune=generic --enable-checking=release --build=x86_64-linux-gnu --host=x86_64-linux-gnu --target=x86_64-linux-gnu
68
Configured with: ../src/configure -v --with-pkgversion='Ubuntu 4.4.1-4ubuntu9' --with-bugurl=file:///usr/share/doc/gcc-4.4/README.Bugs --enable-languages=c,c++,fortran,objc,obj-c++ --prefix=/usr --enable-shared --enable-multiarch --enable-linker-build-id --with-system-zlib --libexecdir=/usr/lib --without-included-gettext --enable-threads=posix --with-gxx-include-dir=/usr/include/c++/4.4 --program-suffix=-4.4 --enable-nls --enable-clocale=gnu --enable-libstdcxx-debug --enable-objc-gc --enable-targets=all --disable-werror --with-arch-32=i486 --with-tune=generic --enable-checking=release --build=i486-linux-gnu --host=i486-linux-gnu --target=i486-linux-gnu
69
Thread model: posix
69
Thread model: posix
70
gcc version 4.3.3 (Ubuntu 4.3.3-5ubuntu4) 
70
gcc version 4.4.1 (Ubuntu 4.4.1-4ubuntu9) 
71
configure:2835: $? = 0
71
configure:3037: $? = 0
72
configure:2842: gcc -V >&5
72
configure:3026: gcc -V >&5
73
gcc: '-V' option must have argument
73
gcc: '-V' option must have argument
74
configure:2846: $? = 1
74
configure:3037: $? = 1
-
 
75
configure:3026: gcc -qversion >&5
-
 
76
gcc: unrecognized option '-qversion'
-
 
77
gcc: no input files
-
 
78
configure:3037: $? = 1
75
configure:2869: checking for C compiler default output file name
79
configure:3059: checking for C compiler default output file name
76
configure:2891: gcc   -lasound -lfftw3 conftest.c  >&5
80
configure:3081: gcc   -lasound -lfftw3 conftest.c  >&5
77
configure:2895: $? = 0
81
configure:3085: $? = 0
78
configure:2933: result: a.out
82
configure:3122: result: a.out
79
configure:2952: checking whether the C compiler works
83
configure:3138: checking whether the C compiler works
80
configure:2962: ./a.out
84
configure:3147: ./a.out
81
configure:2966: $? = 0
85
configure:3151: $? = 0
82
configure:2985: result: yes
86
configure:3166: result: yes
83
configure:2992: checking whether we are cross compiling
87
configure:3173: checking whether we are cross compiling
84
configure:2994: result: no
88
configure:3175: result: no
85
configure:2997: checking for suffix of executables
89
configure:3178: checking for suffix of executables
86
configure:3004: gcc -o conftest   -lasound -lfftw3 conftest.c  >&5
90
configure:3185: gcc -o conftest   -lasound -lfftw3 conftest.c  >&5
87
configure:3008: $? = 0
91
configure:3189: $? = 0
88
configure:3034: result: 
92
configure:3211: result: 
89
configure:3040: checking for suffix of object files
93
configure:3217: checking for suffix of object files
90
configure:3066: gcc -c   conftest.c >&5
94
configure:3239: gcc -c   conftest.c >&5
91
configure:3070: $? = 0
95
configure:3243: $? = 0
92
configure:3095: result: o
96
configure:3264: result: o
93
configure:3099: checking whether we are using the GNU C compiler
97
configure:3268: checking whether we are using the GNU C compiler
94
configure:3128: gcc -c   conftest.c >&5
98
configure:3287: gcc -c   conftest.c >&5
95
configure:3135: $? = 0
99
configure:3287: $? = 0
96
configure:3152: result: yes
100
configure:3296: result: yes
97
configure:3161: checking whether gcc accepts -g
101
configure:3305: checking whether gcc accepts -g
98
configure:3191: gcc -c -g  conftest.c >&5
102
configure:3325: gcc -c -g  conftest.c >&5
99
configure:3198: $? = 0
103
configure:3325: $? = 0
100
configure:3299: result: yes
104
configure:3366: result: yes
101
configure:3316: checking for gcc option to accept ISO C89
105
configure:3383: checking for gcc option to accept ISO C89
102
configure:3390: gcc  -c -g -O2  conftest.c >&5
106
configure:3447: gcc  -c -g -O2  conftest.c >&5
103
configure:3397: $? = 0
107
configure:3447: $? = 0
104
configure:3420: result: none needed
108
configure:3460: result: none needed
105
configure:3449: checking for style of include used by make
109
configure:3491: checking for style of include used by make
106
configure:3477: result: GNU
110
configure:3519: result: GNU
107
configure:3502: checking dependency style of gcc
111
configure:3544: checking dependency style of gcc
108
configure:3593: result: gcc3
112
configure:3654: result: gcc3
109
configure:3639: checking build system type
113
configure:3698: checking build system type
110
configure:3657: result: x86_64-unknown-linux-gnu
114
configure:3712: result: i686-pc-linux-gnu
111
configure:3679: checking host system type
115
configure:3732: checking host system type
112
configure:3694: result: x86_64-unknown-linux-gnu
116
configure:3745: result: i686-pc-linux-gnu
113
configure:3716: checking for a sed that does not truncate output
117
configure:3765: checking for a sed that does not truncate output
114
configure:3782: result: /bin/sed
118
configure:3829: result: /bin/sed
115
configure:3800: checking for grep that handles long lines and -e
119
configure:3847: checking for grep that handles long lines and -e
116
configure:3860: result: /bin/grep
120
configure:3905: result: /bin/grep
117
configure:3865: checking for egrep
121
configure:3910: checking for egrep
118
configure:3929: result: /bin/grep -E
122
configure:3972: result: /bin/grep -E
119
configure:3934: checking for fgrep
123
configure:3977: checking for fgrep
120
configure:3998: result: /bin/grep -F
124
configure:4039: result: /bin/grep -F
121
configure:4033: checking for ld used by gcc
125
configure:4074: checking for ld used by gcc
122
configure:4100: result: /usr/bin/ld
126
configure:4141: result: /usr/bin/ld
123
configure:4109: checking if the linker (/usr/bin/ld) is GNU ld
127
configure:4148: checking if the linker (/usr/bin/ld) is GNU ld
124
configure:4124: result: yes
128
configure:4163: result: yes
125
configure:4136: checking for BSD- or MS-compatible name lister (nm)
129
configure:4175: checking for BSD- or MS-compatible name lister (nm)
126
configure:4185: result: /usr/bin/nm -B
130
configure:4224: result: /usr/bin/nm -B
127
configure:4303: checking the name lister (/usr/bin/nm -B) interface
131
configure:4342: checking the name lister (/usr/bin/nm -B) interface
128
configure:4310: gcc -c -g -O2  conftest.c >&5
132
configure:4349: gcc -c -g -O2  conftest.c >&5
129
configure:4313: /usr/bin/nm -B "conftest.o"
133
configure:4352: /usr/bin/nm -B "conftest.o"
130
configure:4316: output
134
configure:4355: output
131
0000000000000000 B some_variable
135
00000000 B some_variable
132
configure:4323: result: BSD nm
136
configure:4362: result: BSD nm
133
configure:4326: checking whether ln -s works
137
configure:4365: checking whether ln -s works
134
configure:4330: result: yes
138
configure:4369: result: yes
135
configure:4338: checking the maximum length of command line arguments
139
configure:4377: checking the maximum length of command line arguments
136
configure:4458: result: 1572864
140
configure:4497: result: 805306365
137
configure:4475: checking whether the shell understands some XSI constructs
141
configure:4514: checking whether the shell understands some XSI constructs
138
configure:4485: result: yes
142
configure:4524: result: yes
139
configure:4489: checking whether the shell understands "+="
143
configure:4528: checking whether the shell understands "+="
140
configure:4495: result: yes
144
configure:4534: result: yes
141
configure:4530: checking for /usr/bin/ld option to reload object files
145
configure:4569: checking for /usr/bin/ld option to reload object files
142
configure:4537: result: -r
146
configure:4576: result: -r
143
configure:4606: checking for objdump
147
configure:4645: checking for objdump
144
configure:4622: found /usr/bin/objdump
148
configure:4661: found /usr/bin/objdump
145
configure:4633: result: objdump
149
configure:4672: result: objdump
146
configure:4665: checking how to recognize dependent libraries
150
configure:4704: checking how to recognize dependent libraries
147
configure:4861: result: pass_all
151
configure:4900: result: pass_all
148
configure:4921: checking for ar
152
configure:4960: checking for ar
149
configure:4937: found /usr/bin/ar
153
configure:4976: found /usr/bin/ar
150
configure:4948: result: ar
154
configure:4987: result: ar
151
configure:5026: checking for strip
155
configure:5065: checking for strip
152
configure:5042: found /usr/bin/strip
156
configure:5081: found /usr/bin/strip
153
configure:5053: result: strip
157
configure:5092: result: strip
154
configure:5125: checking for ranlib
158
configure:5164: checking for ranlib
155
configure:5141: found /usr/bin/ranlib
159
configure:5180: found /usr/bin/ranlib
156
configure:5152: result: ranlib
160
configure:5191: result: ranlib
157
configure:5242: checking command to parse /usr/bin/nm -B output from gcc object
161
configure:5281: checking command to parse /usr/bin/nm -B output from gcc object
158
configure:5360: gcc -c -g -O2  conftest.c >&5
162
configure:5399: gcc -c -g -O2  conftest.c >&5
159
configure:5363: $? = 0
163
configure:5402: $? = 0
160
configure:5367: /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
164
configure:5406: /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
161
configure:5370: $? = 0
165
configure:5409: $? = 0
162
configure:5424: gcc -o conftest -g -O2  -lasound -lfftw3 conftest.c conftstm.o >&5
166
configure:5463: gcc -o conftest -g -O2  -lasound -lfftw3 conftest.c conftstm.o >&5
163
configure:5427: $? = 0
167
configure:5466: $? = 0
164
configure:5465: result: ok
168
configure:5504: result: ok
165
configure:5561: gcc -c -g -O2  conftest.c >&5
-
 
166
configure:5564: $? = 0
-
 
167
configure:6332: checking how to run the C preprocessor
169
configure:6313: checking how to run the C preprocessor
168
configure:6372: gcc -E  conftest.c
170
configure:6344: gcc -E  conftest.c
169
configure:6379: $? = 0
171
configure:6344: $? = 0
170
configure:6410: gcc -E  conftest.c
172
configure:6358: gcc -E  conftest.c
171
conftest.c:10:28: error: ac_nonexistent.h: No such file or directory
173
conftest.c:11:28: error: ac_nonexistent.h: No such file or directory
172
configure:6417: $? = 1
174
configure:6358: $? = 1
173
configure: failed program was:
175
configure: failed program was:
174
| /* confdefs.h.  */
176
| /* confdefs.h */
175
| #define PACKAGE_NAME ""
177
| #define PACKAGE_NAME ""
176
| #define PACKAGE_TARNAME ""
178
| #define PACKAGE_TARNAME ""
177
| #define PACKAGE_VERSION ""
179
| #define PACKAGE_VERSION ""
178
| #define PACKAGE_STRING ""
180
| #define PACKAGE_STRING ""
179
| #define PACKAGE_BUGREPORT ""
181
| #define PACKAGE_BUGREPORT ""
-
 
182
| #define PACKAGE_URL ""
180
| #define PACKAGE "sonar"
183
| #define PACKAGE "sonar"
181
| #define VERSION "0.1"
184
| #define VERSION "0.1"
182
| /* end confdefs.h.  */
185
| /* end confdefs.h.  */
183
| #include <ac_nonexistent.h>
186
| #include <ac_nonexistent.h>
184
configure:6450: result: gcc -E
187
configure:6383: result: gcc -E
185
configure:6479: gcc -E  conftest.c
188
configure:6403: gcc -E  conftest.c
186
configure:6486: $? = 0
189
configure:6403: $? = 0
187
configure:6517: gcc -E  conftest.c
190
configure:6417: gcc -E  conftest.c
188
conftest.c:10:28: error: ac_nonexistent.h: No such file or directory
191
conftest.c:11:28: error: ac_nonexistent.h: No such file or directory
189
configure:6524: $? = 1
192
configure:6417: $? = 1
190
configure: failed program was:
193
configure: failed program was:
191
| /* confdefs.h.  */
194
| /* confdefs.h */
192
| #define PACKAGE_NAME ""
195
| #define PACKAGE_NAME ""
193
| #define PACKAGE_TARNAME ""
196
| #define PACKAGE_TARNAME ""
194
| #define PACKAGE_VERSION ""
197
| #define PACKAGE_VERSION ""
195
| #define PACKAGE_STRING ""
198
| #define PACKAGE_STRING ""
196
| #define PACKAGE_BUGREPORT ""
199
| #define PACKAGE_BUGREPORT ""
-
 
200
| #define PACKAGE_URL ""
197
| #define PACKAGE "sonar"
201
| #define PACKAGE "sonar"
198
| #define VERSION "0.1"
202
| #define VERSION "0.1"
199
| /* end confdefs.h.  */
203
| /* end confdefs.h.  */
200
| #include <ac_nonexistent.h>
204
| #include <ac_nonexistent.h>
201
configure:6564: checking for ANSI C header files
205
configure:6446: checking for ANSI C header files
202
configure:6594: gcc -c -g -O2  conftest.c >&5
206
configure:6466: gcc -c -g -O2  conftest.c >&5
203
configure:6601: $? = 0
207
configure:6466: $? = 0
204
configure:6700: gcc -o conftest -g -O2  -lasound -lfftw3 conftest.c  >&5
208
configure:6539: gcc -o conftest -g -O2  -lasound -lfftw3 conftest.c  >&5
205
configure:6704: $? = 0
209
configure:6539: $? = 0
206
configure:6710: ./conftest
210
configure:6539: ./conftest
207
configure:6714: $? = 0
211
configure:6539: $? = 0
208
configure:6732: result: yes
212
configure:6550: result: yes
209
configure:6756: checking for sys/types.h
213
configure:6563: checking for sys/types.h
210
configure:6777: gcc -c -g -O2  conftest.c >&5
214
configure:6563: gcc -c -g -O2  conftest.c >&5
211
configure:6784: $? = 0
215
configure:6563: $? = 0
212
configure:6801: result: yes
216
configure:6563: result: yes
213
configure:6756: checking for sys/stat.h
217
configure:6563: checking for sys/stat.h
214
configure:6777: gcc -c -g -O2  conftest.c >&5
218
configure:6563: gcc -c -g -O2  conftest.c >&5
215
configure:6784: $? = 0
219
configure:6563: $? = 0
216
configure:6801: result: yes
220
configure:6563: result: yes
217
configure:6756: checking for stdlib.h
221
configure:6563: checking for stdlib.h
218
configure:6777: gcc -c -g -O2  conftest.c >&5
222
configure:6563: gcc -c -g -O2  conftest.c >&5
219
configure:6784: $? = 0
223
configure:6563: $? = 0
220
configure:6801: result: yes
224
configure:6563: result: yes
221
configure:6756: checking for string.h
225
configure:6563: checking for string.h
222
configure:6777: gcc -c -g -O2  conftest.c >&5
226
configure:6563: gcc -c -g -O2  conftest.c >&5
223
configure:6784: $? = 0
227
configure:6563: $? = 0
224
configure:6801: result: yes
228
configure:6563: result: yes
225
configure:6756: checking for memory.h
229
configure:6563: checking for memory.h
226
configure:6777: gcc -c -g -O2  conftest.c >&5
230
configure:6563: gcc -c -g -O2  conftest.c >&5
227
configure:6784: $? = 0
231
configure:6563: $? = 0
228
configure:6801: result: yes
232
configure:6563: result: yes
229
configure:6756: checking for strings.h
233
configure:6563: checking for strings.h
230
configure:6777: gcc -c -g -O2  conftest.c >&5
234
configure:6563: gcc -c -g -O2  conftest.c >&5
231
configure:6784: $? = 0
235
configure:6563: $? = 0
232
configure:6801: result: yes
236
configure:6563: result: yes
233
configure:6756: checking for inttypes.h
237
configure:6563: checking for inttypes.h
234
configure:6777: gcc -c -g -O2  conftest.c >&5
238
configure:6563: gcc -c -g -O2  conftest.c >&5
235
configure:6784: $? = 0
239
configure:6563: $? = 0
236
configure:6801: result: yes
240
configure:6563: result: yes
237
configure:6756: checking for stdint.h
241
configure:6563: checking for stdint.h
238
configure:6777: gcc -c -g -O2  conftest.c >&5
242
configure:6563: gcc -c -g -O2  conftest.c >&5
239
configure:6784: $? = 0
243
configure:6563: $? = 0
240
configure:6801: result: yes
244
configure:6563: result: yes
241
configure:6756: checking for unistd.h
245
configure:6563: checking for unistd.h
242
configure:6777: gcc -c -g -O2  conftest.c >&5
246
configure:6563: gcc -c -g -O2  conftest.c >&5
243
configure:6784: $? = 0
247
configure:6563: $? = 0
244
configure:6801: result: yes
248
configure:6563: result: yes
245
configure:6819: checking for dlfcn.h
249
configure:6578: checking for dlfcn.h
246
configure:6840: gcc -c -g -O2  conftest.c >&5
250
configure:6578: gcc -c -g -O2  conftest.c >&5
247
configure:6847: $? = 0
251
configure:6578: $? = 0
248
configure:6864: result: yes
252
configure:6578: result: yes
249
configure:7050: checking for objdir
253
configure:6762: checking for objdir
250
configure:7065: result: .libs
254
configure:6777: result: .libs
251
configure:7357: checking if gcc supports -fno-rtti -fno-exceptions
255
configure:7069: checking if gcc supports -fno-rtti -fno-exceptions
252
configure:7375: gcc -c -g -O2  -fno-rtti -fno-exceptions conftest.c >&5
256
configure:7087: gcc -c -g -O2  -fno-rtti -fno-exceptions conftest.c >&5
253
cc1: warning: command line option "-fno-rtti" is valid for C++/ObjC++ but not for C
257
cc1: warning: command line option "-fno-rtti" is valid for C++/ObjC++ but not for C
254
configure:7379: $? = 0
258
configure:7091: $? = 0
255
configure:7392: result: no
259
configure:7104: result: no
256
configure:7412: checking for gcc option to produce PIC
260
configure:7124: checking for gcc option to produce PIC
257
configure:7684: result: -fPIC -DPIC
261
configure:7396: result: -fPIC -DPIC
258
configure:7696: checking if gcc PIC flag -fPIC -DPIC works
262
configure:7408: checking if gcc PIC flag -fPIC -DPIC works
259
configure:7714: gcc -c -g -O2  -fPIC -DPIC -DPIC conftest.c >&5
263
configure:7426: gcc -c -g -O2  -fPIC -DPIC -DPIC conftest.c >&5
260
configure:7718: $? = 0
264
configure:7430: $? = 0
261
configure:7731: result: yes
265
configure:7443: result: yes
262
configure:7755: checking if gcc static flag -static works
266
configure:7467: checking if gcc static flag -static works
263
configure:7783: result: yes
267
configure:7495: result: yes
264
configure:7798: checking if gcc supports -c -o file.o
268
configure:7510: checking if gcc supports -c -o file.o
265
configure:7819: gcc -c -g -O2  -o out/conftest2.o conftest.c >&5
269
configure:7531: gcc -c -g -O2  -o out/conftest2.o conftest.c >&5
266
configure:7823: $? = 0
270
configure:7535: $? = 0
267
configure:7845: result: yes
271
configure:7557: result: yes
268
configure:7853: checking if gcc supports -c -o file.o
272
configure:7565: checking if gcc supports -c -o file.o
269
configure:7900: result: yes
273
configure:7612: result: yes
270
configure:7933: checking whether the gcc linker (/usr/bin/ld -m elf_x86_64) supports shared libraries
274
configure:7645: checking whether the gcc linker (/usr/bin/ld) supports shared libraries
271
configure:9008: result: yes
275
configure:8635: result: yes
272
configure:9045: checking whether -lc should be explicitly linked in
276
configure:8672: checking whether -lc should be explicitly linked in
273
configure:9050: gcc -c -g -O2  conftest.c >&5
277
configure:8677: gcc -c -g -O2  conftest.c >&5
274
configure:9053: $? = 0
278
configure:8680: $? = 0
275
configure:9068: gcc -shared conftest.o  -v -Wl,-soname -Wl,conftest -o conftest 2\>\&1 \| /bin/grep  -lc  \>/dev/null 2\>\&1
279
configure:8695: gcc -shared conftest.o  -v -Wl,-soname -Wl,conftest -o conftest 2\>\&1 \| /bin/grep  -lc  \>/dev/null 2\>\&1
276
configure:9071: $? = 0
280
configure:8698: $? = 0
277
configure:9083: result: no
281
configure:8710: result: no
278
configure:9247: checking dynamic linker characteristics
282
configure:8874: checking dynamic linker characteristics
279
configure:9690: gcc -o conftest -g -O2  -lasound -lfftw3 -Wl,-rpath -Wl,/foo conftest.c  >&5
283
configure:9307: gcc -o conftest -g -O2  -lasound -lfftw3 -Wl,-rpath -Wl,/foo conftest.c  >&5
280
configure:9697: $? = 0
284
configure:9307: $? = 0
281
configure:9942: result: GNU/Linux ld.so
285
configure:9537: result: GNU/Linux ld.so
282
configure:10044: checking how to hardcode library paths into programs
286
configure:9639: checking how to hardcode library paths into programs
283
configure:10069: result: immediate
287
configure:9664: result: immediate
284
configure:10902: checking whether stripping libraries is possible
288
configure:10184: checking whether stripping libraries is possible
285
configure:10907: result: yes
289
configure:10189: result: yes
286
configure:10942: checking if libtool supports shared libraries
290
configure:10224: checking if libtool supports shared libraries
287
configure:10944: result: yes
291
configure:10226: result: yes
288
configure:10947: checking whether to build shared libraries
292
configure:10229: checking whether to build shared libraries
289
configure:10968: result: yes
293
configure:10250: result: yes
290
configure:10971: checking whether to build static libraries
294
configure:10253: checking whether to build static libraries
291
configure:10975: result: yes
295
configure:10257: result: yes
292
configure:11129: creating ./config.status
296
configure:10413: creating ./config.status
293
 
-
 
294
## ---------------------- ##
-
 
295
## Running config.status. ##
-
 
296
## ---------------------- ##
-
 
297
 
-
 
298
This file was extended by config.status, which was
-
 
299
generated by GNU Autoconf 2.63.  Invocation command line was
-
 
300
 
-
 
301
  CONFIG_FILES    = 
-
 
302
  CONFIG_HEADERS  = 
-
 
303
  CONFIG_LINKS    = 
-
 
304
  CONFIG_COMMANDS = 
-
 
305
  $ ./config.status 
-
 
306
 
-
 
307
on kaklik-kolej-ubuntu
-
 
308
 
-
 
309
config.status:982: creating Makefile
-
 
310
config.status:982: creating src/Makefile
-
 
311
config.status:982: creating config.h
-
 
312
config.status:1204: config.h is unchanged
-
 
313
config.status:1256: executing depfiles commands
-
 
314
config.status:1256: executing libtool commands
-
 
315
 
297
 
316
## ---------------- ##
298
## ---------------- ##
317
## Cache variables. ##
299
## Cache variables. ##
318
## ---------------- ##
300
## ---------------- ##
319
 
301
 
320
ac_cv_build=x86_64-unknown-linux-gnu
302
ac_cv_build=i686-pc-linux-gnu
321
ac_cv_c_compiler_gnu=yes
303
ac_cv_c_compiler_gnu=yes
322
ac_cv_env_CC_set=
304
ac_cv_env_CC_set=
323
ac_cv_env_CC_value=
305
ac_cv_env_CC_value=
324
ac_cv_env_CFLAGS_set=
306
ac_cv_env_CFLAGS_set=
325
ac_cv_env_CFLAGS_value=
307
ac_cv_env_CFLAGS_value=
Line 346... Line 328...
346
ac_cv_header_string_h=yes
328
ac_cv_header_string_h=yes
347
ac_cv_header_strings_h=yes
329
ac_cv_header_strings_h=yes
348
ac_cv_header_sys_stat_h=yes
330
ac_cv_header_sys_stat_h=yes
349
ac_cv_header_sys_types_h=yes
331
ac_cv_header_sys_types_h=yes
350
ac_cv_header_unistd_h=yes
332
ac_cv_header_unistd_h=yes
351
ac_cv_host=x86_64-unknown-linux-gnu
333
ac_cv_host=i686-pc-linux-gnu
352
ac_cv_objext=o
334
ac_cv_objext=o
353
ac_cv_path_EGREP='/bin/grep -E'
335
ac_cv_path_EGREP='/bin/grep -E'
354
ac_cv_path_FGREP='/bin/grep -F'
336
ac_cv_path_FGREP='/bin/grep -F'
355
ac_cv_path_GREP=/bin/grep
337
ac_cv_path_GREP=/bin/grep
356
ac_cv_path_SED=/bin/sed
338
ac_cv_path_SED=/bin/sed
Line 382... Line 364...
382
lt_cv_prog_gnu_ld=yes
364
lt_cv_prog_gnu_ld=yes
383
lt_cv_sys_global_symbol_pipe='sed -n -e '\''s/^.*[	 ]\([ABCDGIRSTW][ABCDGIRSTW]*\)[	 ][	 ]*\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2 \2/p'\'''
365
lt_cv_sys_global_symbol_pipe='sed -n -e '\''s/^.*[	 ]\([ABCDGIRSTW][ABCDGIRSTW]*\)[	 ][	 ]*\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2 \2/p'\'''
384
lt_cv_sys_global_symbol_to_c_name_address='sed -n -e '\''s/^: \([^ ]*\) $/  {\"\1\", (void *) 0},/p'\'' -e '\''s/^[ABCDGIRSTW]* \([^ ]*\) \([^ ]*\)$/  {"\2", (void *) \&\2},/p'\'''
366
lt_cv_sys_global_symbol_to_c_name_address='sed -n -e '\''s/^: \([^ ]*\) $/  {\"\1\", (void *) 0},/p'\'' -e '\''s/^[ABCDGIRSTW]* \([^ ]*\) \([^ ]*\)$/  {"\2", (void *) \&\2},/p'\'''
385
lt_cv_sys_global_symbol_to_c_name_address_lib_prefix='sed -n -e '\''s/^: \([^ ]*\) $/  {\"\1\", (void *) 0},/p'\'' -e '\''s/^[ABCDGIRSTW]* \([^ ]*\) \(lib[^ ]*\)$/  {"\2", (void *) \&\2},/p'\'' -e '\''s/^[ABCDGIRSTW]* \([^ ]*\) \([^ ]*\)$/  {"lib\2", (void *) \&\2},/p'\'''
367
lt_cv_sys_global_symbol_to_c_name_address_lib_prefix='sed -n -e '\''s/^: \([^ ]*\) $/  {\"\1\", (void *) 0},/p'\'' -e '\''s/^[ABCDGIRSTW]* \([^ ]*\) \(lib[^ ]*\)$/  {"\2", (void *) \&\2},/p'\'' -e '\''s/^[ABCDGIRSTW]* \([^ ]*\) \([^ ]*\)$/  {"lib\2", (void *) \&\2},/p'\'''
386
lt_cv_sys_global_symbol_to_cdecl='sed -n -e '\''s/^T .* \(.*\)$/extern int \1();/p'\'' -e '\''s/^[ABCDGIRSTW]* .* \(.*\)$/extern char \1;/p'\'''
368
lt_cv_sys_global_symbol_to_cdecl='sed -n -e '\''s/^T .* \(.*\)$/extern int \1();/p'\'' -e '\''s/^[ABCDGIRSTW]* .* \(.*\)$/extern char \1;/p'\'''
387
lt_cv_sys_max_cmd_len=1572864
369
lt_cv_sys_max_cmd_len=805306365
388
 
370
 
389
## ----------------- ##
371
## ----------------- ##
390
## Output variables. ##
372
## Output variables. ##
391
## ----------------- ##
373
## ----------------- ##
392
 
374
 
393
ACLOCAL='${SHELL} /home/kaklik/projects/programy/C/ix86/echo/SW/sonar/missing --run aclocal-1.10'
375
ACLOCAL='${SHELL} /home/kaklik/svnkaklik/programy/C/ix86/echo/SW/sonar/missing --run aclocal-1.11'
394
AMDEPBACKSLASH='\'
376
AMDEPBACKSLASH='\'
395
AMDEP_FALSE='#'
377
AMDEP_FALSE='#'
396
AMDEP_TRUE=''
378
AMDEP_TRUE=''
397
AMTAR='${SHELL} /home/kaklik/projects/programy/C/ix86/echo/SW/sonar/missing --run tar'
379
AMTAR='${SHELL} /home/kaklik/svnkaklik/programy/C/ix86/echo/SW/sonar/missing --run tar'
398
AR='ar'
380
AR='ar'
399
AUTOCONF='${SHELL} /home/kaklik/projects/programy/C/ix86/echo/SW/sonar/missing --run autoconf'
381
AUTOCONF='${SHELL} /home/kaklik/svnkaklik/programy/C/ix86/echo/SW/sonar/missing --run autoconf'
400
AUTOHEADER='${SHELL} /home/kaklik/projects/programy/C/ix86/echo/SW/sonar/missing --run autoheader'
382
AUTOHEADER='${SHELL} /home/kaklik/svnkaklik/programy/C/ix86/echo/SW/sonar/missing --run autoheader'
401
AUTOMAKE='${SHELL} /home/kaklik/projects/programy/C/ix86/echo/SW/sonar/missing --run automake-1.10'
383
AUTOMAKE='${SHELL} /home/kaklik/svnkaklik/programy/C/ix86/echo/SW/sonar/missing --run automake-1.11'
402
AWK='gawk'
384
AWK='gawk'
403
CC='gcc'
385
CC='gcc'
404
CCDEPMODE='depmode=gcc3'
386
CCDEPMODE='depmode=gcc3'
405
CFLAGS='-g -O2'
387
CFLAGS='-g -O2'
406
CPP='gcc -E'
388
CPP='gcc -E'
Line 419... Line 401...
419
GREP='/bin/grep'
401
GREP='/bin/grep'
420
INSTALL_DATA='${INSTALL} -m 644'
402
INSTALL_DATA='${INSTALL} -m 644'
421
INSTALL_PROGRAM='${INSTALL}'
403
INSTALL_PROGRAM='${INSTALL}'
422
INSTALL_SCRIPT='${INSTALL}'
404
INSTALL_SCRIPT='${INSTALL}'
423
INSTALL_STRIP_PROGRAM='$(install_sh) -c -s'
405
INSTALL_STRIP_PROGRAM='$(install_sh) -c -s'
424
LD='/usr/bin/ld -m elf_x86_64'
406
LD='/usr/bin/ld'
425
LDFLAGS='-lasound -lfftw3'
407
LDFLAGS='-lasound -lfftw3'
426
LIBOBJS=''
408
LIBOBJS=''
427
LIBS=''
409
LIBS=''
428
LIBTOOL='$(SHELL) $(top_builddir)/libtool'
410
LIBTOOL='$(SHELL) $(top_builddir)/libtool'
429
LIPO=''
411
LIPO=''
430
LN_S='ln -s'
412
LN_S='ln -s'
431
LTLIBOBJS=''
413
LTLIBOBJS=''
432
MAKEINFO='${SHELL} /home/kaklik/projects/programy/C/ix86/echo/SW/sonar/missing --run makeinfo'
414
MAKEINFO='${SHELL} /home/kaklik/svnkaklik/programy/C/ix86/echo/SW/sonar/missing --run makeinfo'
433
MKDIR_P='/bin/mkdir -p'
415
MKDIR_P='/bin/mkdir -p'
434
NM='/usr/bin/nm -B'
416
NM='/usr/bin/nm -B'
435
NMEDIT=''
417
NMEDIT=''
436
OBJDUMP='objdump'
418
OBJDUMP='objdump'
437
OBJEXT='o'
419
OBJEXT='o'
Line 440... Line 422...
440
PACKAGE='sonar'
422
PACKAGE='sonar'
441
PACKAGE_BUGREPORT=''
423
PACKAGE_BUGREPORT=''
442
PACKAGE_NAME=''
424
PACKAGE_NAME=''
443
PACKAGE_STRING=''
425
PACKAGE_STRING=''
444
PACKAGE_TARNAME=''
426
PACKAGE_TARNAME=''
-
 
427
PACKAGE_URL=''
445
PACKAGE_VERSION=''
428
PACKAGE_VERSION=''
446
PATH_SEPARATOR=':'
429
PATH_SEPARATOR=':'
447
RANLIB='ranlib'
430
RANLIB='ranlib'
448
SED='/bin/sed'
431
SED='/bin/sed'
449
SET_MAKE=''
432
SET_MAKE=''
450
SHELL='/bin/bash'
433
SHELL='/bin/bash'
451
STRIP='strip'
434
STRIP='strip'
452
VERSION='0.1'
435
VERSION='0.1'
453
ac_ct_CC='gcc'
436
ac_ct_CC='gcc'
454
ac_ct_DUMPBIN=''
437
ac_ct_DUMPBIN=''
-
 
438
am__EXEEXT_FALSE=''
-
 
439
am__EXEEXT_TRUE='#'
455
am__fastdepCC_FALSE='#'
440
am__fastdepCC_FALSE='#'
456
am__fastdepCC_TRUE=''
441
am__fastdepCC_TRUE=''
457
am__include='include'
442
am__include='include'
458
am__isrc=''
443
am__isrc=''
459
am__leading_dot='.'
444
am__leading_dot='.'
460
am__quote=''
445
am__quote=''
461
am__tar='${AMTAR} chof - "$$tardir"'
446
am__tar='${AMTAR} chof - "$$tardir"'
462
am__untar='${AMTAR} xf -'
447
am__untar='${AMTAR} xf -'
463
bindir='${exec_prefix}/bin'
448
bindir='${exec_prefix}/bin'
464
build='x86_64-unknown-linux-gnu'
449
build='i686-pc-linux-gnu'
465
build_alias=''
450
build_alias=''
466
build_cpu='x86_64'
451
build_cpu='i686'
467
build_os='linux-gnu'
452
build_os='linux-gnu'
468
build_vendor='unknown'
453
build_vendor='pc'
469
datadir='${datarootdir}'
454
datadir='${datarootdir}'
470
datarootdir='${prefix}/share'
455
datarootdir='${prefix}/share'
471
docdir='${datarootdir}/doc/${PACKAGE}'
456
docdir='${datarootdir}/doc/${PACKAGE}'
472
dvidir='${docdir}'
457
dvidir='${docdir}'
473
exec_prefix='${prefix}'
458
exec_prefix='${prefix}'
474
host='x86_64-unknown-linux-gnu'
459
host='i686-pc-linux-gnu'
475
host_alias=''
460
host_alias=''
476
host_cpu='x86_64'
461
host_cpu='i686'
477
host_os='linux-gnu'
462
host_os='linux-gnu'
478
host_vendor='unknown'
463
host_vendor='pc'
479
htmldir='${docdir}'
464
htmldir='${docdir}'
480
includedir='${prefix}/include'
465
includedir='${prefix}/include'
481
infodir='${datarootdir}/info'
466
infodir='${datarootdir}/info'
482
install_sh='$(SHELL) /home/kaklik/projects/programy/C/ix86/echo/SW/sonar/install-sh'
467
install_sh='${SHELL} /home/kaklik/svnkaklik/programy/C/ix86/echo/SW/sonar/install-sh'
483
libdir='${exec_prefix}/lib'
468
libdir='${exec_prefix}/lib'
484
libexecdir='${exec_prefix}/libexec'
469
libexecdir='${exec_prefix}/libexec'
485
localedir='${datarootdir}/locale'
470
localedir='${datarootdir}/locale'
486
localstatedir='${prefix}/var'
471
localstatedir='${prefix}/var'
487
lt_ECHO='echo'
472
lt_ECHO='echo'
Line 499... Line 484...
499
 
484
 
500
## ----------- ##
485
## ----------- ##
501
## confdefs.h. ##
486
## confdefs.h. ##
502
## ----------- ##
487
## ----------- ##
503
 
488
 
-
 
489
/* confdefs.h */
504
#define PACKAGE_NAME ""
490
#define PACKAGE_NAME ""
505
#define PACKAGE_TARNAME ""
491
#define PACKAGE_TARNAME ""
506
#define PACKAGE_VERSION ""
492
#define PACKAGE_VERSION ""
507
#define PACKAGE_STRING ""
493
#define PACKAGE_STRING ""
508
#define PACKAGE_BUGREPORT ""
494
#define PACKAGE_BUGREPORT ""
-
 
495
#define PACKAGE_URL ""
509
#define PACKAGE "sonar"
496
#define PACKAGE "sonar"
510
#define VERSION "0.1"
497
#define VERSION "0.1"
511
#define STDC_HEADERS 1
498
#define STDC_HEADERS 1
512
#define HAVE_SYS_TYPES_H 1
499
#define HAVE_SYS_TYPES_H 1
513
#define HAVE_SYS_STAT_H 1
500
#define HAVE_SYS_STAT_H 1
Line 520... Line 507...
520
#define HAVE_UNISTD_H 1
507
#define HAVE_UNISTD_H 1
521
#define HAVE_DLFCN_H 1
508
#define HAVE_DLFCN_H 1
522
#define LT_OBJDIR ".libs/"
509
#define LT_OBJDIR ".libs/"
523
 
510
 
524
configure: exit 0
511
configure: exit 0
-
 
512
 
-
 
513
## ---------------------- ##
-
 
514
## Running config.status. ##
-
 
515
## ---------------------- ##
-
 
516
 
-
 
517
This file was extended by config.status, which was
-
 
518
generated by GNU Autoconf 2.64.  Invocation command line was
-
 
519
 
-
 
520
  CONFIG_FILES    = 
-
 
521
  CONFIG_HEADERS  = 
-
 
522
  CONFIG_LINKS    = 
-
 
523
  CONFIG_COMMANDS = 
-
 
524
  $ ./config.status 
-
 
525
 
-
 
526
on kaklik-laptop
-
 
527
 
-
 
528
config.status:1059: creating Makefile
-
 
529
config.status:1059: creating src/Makefile
-
 
530
config.status:1059: creating config.h
-
 
531
config.status:1279: executing depfiles commands
-
 
532
config.status:1279: executing libtool commands