1 | This file contains any messages produced by compilers while |
---|
2 | running configure, to aid debugging if configure makes a mistake. |
---|
3 | |
---|
4 | It was created by bacula configure 7.0.2, which was |
---|
5 | generated by GNU Autoconf 2.68. Invocation command line was |
---|
6 | |
---|
7 | $ ./configure --prefix=/opt/local --mandir=/opt/local/share/man --docdir=/opt/local/share/doc/bacula --datarootdir=/opt/local/share --with-pid-dir=/opt/local/var/run --with-subsys-dir=/opt/local/var/run/subsys --sysconfdir=/opt/local/etc/bacula --with-libintl-prefix=/opt/local --with-openssl=/opt/local --with-libiconv-prefix=/opt/local --with-archivedir=/var/tmp --with-working-dir=/opt/local/var/bacula/working --with-included-gettext=/opt/local --enable-smartalloc --enable-largefile --enable-conio --without-sqlite3 --without-postgresql --without-mysql --with-tcp-wrappers --enable-bat |
---|
8 | |
---|
9 | ## --------- ## |
---|
10 | ## Platform. ## |
---|
11 | ## --------- ## |
---|
12 | |
---|
13 | hostname = serenity |
---|
14 | uname -m = x86_64 |
---|
15 | uname -r = 14.5.0 |
---|
16 | uname -s = Darwin |
---|
17 | uname -v = Darwin Kernel Version 14.5.0: Tue Sep 1 21:23:09 PDT 2015; root:xnu-2782.50.1~1/RELEASE_X86_64 |
---|
18 | |
---|
19 | /usr/bin/uname -p = i386 |
---|
20 | /bin/uname -X = unknown |
---|
21 | |
---|
22 | /bin/arch = unknown |
---|
23 | /usr/bin/arch -k = unknown |
---|
24 | /usr/convex/getsysinfo = unknown |
---|
25 | /usr/bin/hostinfo = Mach kernel version: |
---|
26 | Darwin Kernel Version 14.5.0: Tue Sep 1 21:23:09 PDT 2015; root:xnu-2782.50.1~1/RELEASE_X86_64 |
---|
27 | Kernel configured for up to 24 processors. |
---|
28 | 12 processors are physically available. |
---|
29 | 24 processors are logically available. |
---|
30 | Processor type: i486 (Intel 80486) |
---|
31 | Processors active: 0 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 |
---|
32 | Primary memory available: 48.00 gigabytes |
---|
33 | Default processor set: 355 tasks, 2781 threads, 24 processors |
---|
34 | Load average: 4.24, Mach factor: 19.74 |
---|
35 | /bin/machine = unknown |
---|
36 | /usr/bin/oslevel = unknown |
---|
37 | /bin/universe = unknown |
---|
38 | |
---|
39 | PATH: /opt/local/bin |
---|
40 | PATH: /opt/local/sbin |
---|
41 | PATH: /bin |
---|
42 | PATH: /sbin |
---|
43 | PATH: /usr/bin |
---|
44 | PATH: /usr/sbin |
---|
45 | |
---|
46 | |
---|
47 | ## ----------- ## |
---|
48 | ## Core tests. ## |
---|
49 | ## ----------- ## |
---|
50 | |
---|
51 | configure:3136: checking for true |
---|
52 | configure:3154: found /usr/bin/true |
---|
53 | configure:3166: result: /usr/bin/true |
---|
54 | configure:3182: checking for false |
---|
55 | configure:3200: found /usr/bin/false |
---|
56 | configure:3212: result: /usr/bin/false |
---|
57 | configure:3311: checking for gcc |
---|
58 | configure:3338: result: /usr/bin/clang |
---|
59 | configure:3567: checking for C compiler version |
---|
60 | configure:3576: /usr/bin/clang --version >&5 |
---|
61 | Apple LLVM version 7.0.2 (clang-700.1.81) |
---|
62 | Target: x86_64-apple-darwin14.5.0 |
---|
63 | Thread model: posix |
---|
64 | configure:3587: $? = 0 |
---|
65 | configure:3576: /usr/bin/clang -v >&5 |
---|
66 | Apple LLVM version 7.0.2 (clang-700.1.81) |
---|
67 | Target: x86_64-apple-darwin14.5.0 |
---|
68 | Thread model: posix |
---|
69 | configure:3587: $? = 0 |
---|
70 | configure:3576: /usr/bin/clang -V >&5 |
---|
71 | clang: error: argument to '-V' is missing (expected 1 value) |
---|
72 | clang: error: no input files |
---|
73 | configure:3587: $? = 1 |
---|
74 | configure:3576: /usr/bin/clang -qversion >&5 |
---|
75 | clang: error: unknown argument: '-qversion' |
---|
76 | clang: error: no input files |
---|
77 | configure:3587: $? = 1 |
---|
78 | configure:3607: checking whether the C compiler works |
---|
79 | configure:3629: /usr/bin/clang -pipe -Os -arch x86_64 -I/opt/local/include -I/opt/local/ncurses -arch x86_64 conftest.c >&5 |
---|
80 | configure:3633: $? = 0 |
---|
81 | configure:3681: result: yes |
---|
82 | configure:3684: checking for C compiler default output file name |
---|
83 | configure:3686: result: a.out |
---|
84 | configure:3692: checking for suffix of executables |
---|
85 | configure:3699: /usr/bin/clang -o conftest -pipe -Os -arch x86_64 -I/opt/local/include -I/opt/local/ncurses -arch x86_64 conftest.c >&5 |
---|
86 | configure:3703: $? = 0 |
---|
87 | configure:3725: result: |
---|
88 | configure:3747: checking whether we are cross compiling |
---|
89 | configure:3755: /usr/bin/clang -o conftest -pipe -Os -arch x86_64 -I/opt/local/include -I/opt/local/ncurses -arch x86_64 conftest.c >&5 |
---|
90 | configure:3759: $? = 0 |
---|
91 | configure:3766: ./conftest |
---|
92 | configure:3770: $? = 0 |
---|
93 | configure:3785: result: no |
---|
94 | configure:3790: checking for suffix of object files |
---|
95 | configure:3812: /usr/bin/clang -c -pipe -Os -arch x86_64 -I/opt/local/include -I/opt/local/ncurses conftest.c >&5 |
---|
96 | configure:3816: $? = 0 |
---|
97 | configure:3837: result: o |
---|
98 | configure:3841: checking whether we are using the GNU C compiler |
---|
99 | configure:3860: /usr/bin/clang -c -pipe -Os -arch x86_64 -I/opt/local/include -I/opt/local/ncurses conftest.c >&5 |
---|
100 | configure:3860: $? = 0 |
---|
101 | configure:3869: result: yes |
---|
102 | configure:3878: checking whether /usr/bin/clang accepts -g |
---|
103 | configure:3898: /usr/bin/clang -c -g -I/opt/local/include -I/opt/local/ncurses conftest.c >&5 |
---|
104 | configure:3898: $? = 0 |
---|
105 | configure:3939: result: yes |
---|
106 | configure:3956: checking for /usr/bin/clang option to accept ISO C89 |
---|
107 | configure:4020: /usr/bin/clang -c -pipe -Os -arch x86_64 -I/opt/local/include -I/opt/local/ncurses conftest.c >&5 |
---|
108 | configure:4020: $? = 0 |
---|
109 | configure:4033: result: none needed |
---|
110 | configure:4165: checking for C++ compiler version |
---|
111 | configure:4174: /usr/bin/clang++ --version >&5 |
---|
112 | Apple LLVM version 7.0.2 (clang-700.1.81) |
---|
113 | Target: x86_64-apple-darwin14.5.0 |
---|
114 | Thread model: posix |
---|
115 | configure:4185: $? = 0 |
---|
116 | configure:4174: /usr/bin/clang++ -v >&5 |
---|
117 | Apple LLVM version 7.0.2 (clang-700.1.81) |
---|
118 | Target: x86_64-apple-darwin14.5.0 |
---|
119 | Thread model: posix |
---|
120 | configure:4185: $? = 0 |
---|
121 | configure:4174: /usr/bin/clang++ -V >&5 |
---|
122 | clang: error: argument to '-V' is missing (expected 1 value) |
---|
123 | clang: error: no input files |
---|
124 | configure:4185: $? = 1 |
---|
125 | configure:4174: /usr/bin/clang++ -qversion >&5 |
---|
126 | clang: error: unknown argument: '-qversion' |
---|
127 | clang: error: no input files |
---|
128 | configure:4185: $? = 1 |
---|
129 | configure:4189: checking whether we are using the GNU C++ compiler |
---|
130 | configure:4208: /usr/bin/clang++ -c -pipe -Os -arch x86_64 -stdlib=libc++ -I/opt/local/include -I/opt/local/ncurses conftest.cpp >&5 |
---|
131 | configure:4208: $? = 0 |
---|
132 | configure:4217: result: yes |
---|
133 | configure:4226: checking whether /usr/bin/clang++ accepts -g |
---|
134 | configure:4246: /usr/bin/clang++ -c -g -I/opt/local/include -I/opt/local/ncurses conftest.cpp >&5 |
---|
135 | configure:4246: $? = 0 |
---|
136 | configure:4287: result: yes |
---|
137 | configure:4311: checking whether /usr/bin/clang and cc understand -c and -o together |
---|
138 | configure:4342: /usr/bin/clang -c conftest.c -o conftest2.o >&5 |
---|
139 | configure:4346: $? = 0 |
---|
140 | configure:4352: /usr/bin/clang -c conftest.c -o conftest2.o >&5 |
---|
141 | configure:4356: $? = 0 |
---|
142 | configure:4367: cc -c conftest.c >&5 |
---|
143 | configure:4371: $? = 0 |
---|
144 | configure:4379: cc -c conftest.c -o conftest2.o >&5 |
---|
145 | configure:4383: $? = 0 |
---|
146 | configure:4389: cc -c conftest.c -o conftest2.o >&5 |
---|
147 | configure:4393: $? = 0 |
---|
148 | configure:4411: result: yes |
---|
149 | configure:4426: checking how to run the C preprocessor |
---|
150 | configure:4457: /usr/bin/clang -E -I/opt/local/include -I/opt/local/ncurses conftest.c |
---|
151 | configure:4457: $? = 0 |
---|
152 | configure:4471: /usr/bin/clang -E -I/opt/local/include -I/opt/local/ncurses conftest.c |
---|
153 | conftest.c:9:10: fatal error: 'ac_nonexistent.h' file not found |
---|
154 | #include <ac_nonexistent.h> |
---|
155 | ^ |
---|
156 | 1 error generated. |
---|
157 | configure:4471: $? = 1 |
---|
158 | configure: failed program was: |
---|
159 | | /* confdefs.h */ |
---|
160 | | #define PACKAGE_NAME "bacula" |
---|
161 | | #define PACKAGE_TARNAME "bacula" |
---|
162 | | #define PACKAGE_VERSION "7.0.2" |
---|
163 | | #define PACKAGE_STRING "bacula 7.0.2" |
---|
164 | | #define PACKAGE_BUGREPORT "" |
---|
165 | | #define PACKAGE_URL "" |
---|
166 | | /* end confdefs.h. */ |
---|
167 | | #include <ac_nonexistent.h> |
---|
168 | configure:4496: result: /usr/bin/clang -E |
---|
169 | configure:4516: /usr/bin/clang -E -I/opt/local/include -I/opt/local/ncurses conftest.c |
---|
170 | configure:4516: $? = 0 |
---|
171 | configure:4530: /usr/bin/clang -E -I/opt/local/include -I/opt/local/ncurses conftest.c |
---|
172 | conftest.c:9:10: fatal error: 'ac_nonexistent.h' file not found |
---|
173 | #include <ac_nonexistent.h> |
---|
174 | ^ |
---|
175 | 1 error generated. |
---|
176 | configure:4530: $? = 1 |
---|
177 | configure: failed program was: |
---|
178 | | /* confdefs.h */ |
---|
179 | | #define PACKAGE_NAME "bacula" |
---|
180 | | #define PACKAGE_TARNAME "bacula" |
---|
181 | | #define PACKAGE_VERSION "7.0.2" |
---|
182 | | #define PACKAGE_STRING "bacula 7.0.2" |
---|
183 | | #define PACKAGE_BUGREPORT "" |
---|
184 | | #define PACKAGE_URL "" |
---|
185 | | /* end confdefs.h. */ |
---|
186 | | #include <ac_nonexistent.h> |
---|
187 | configure:4559: checking for grep that handles long lines and -e |
---|
188 | configure:4617: result: /opt/local/bin/grep |
---|
189 | configure:4622: checking for egrep |
---|
190 | configure:4684: result: /opt/local/bin/grep -E |
---|
191 | configure:4690: checking whether /usr/bin/clang needs -traditional |
---|
192 | conftest.c:9:10: fatal error: 'termio.h' file not found |
---|
193 | #include <termio.h> |
---|
194 | ^ |
---|
195 | 1 error generated. |
---|
196 | configure:4724: result: no |
---|
197 | configure:4740: checking for /usr/bin/clang++ |
---|
198 | configure:4771: result: /usr/bin/clang++ |
---|
199 | configure:4797: checking for a BSD-compatible install |
---|
200 | configure:4865: result: /usr/bin/install -c |
---|
201 | configure:4878: checking for mv |
---|
202 | configure:4896: found /bin/mv |
---|
203 | configure:4909: result: /bin/mv |
---|
204 | configure:4919: checking for rm |
---|
205 | configure:4937: found /bin/rm |
---|
206 | configure:4950: result: /bin/rm |
---|
207 | configure:4960: checking for cp |
---|
208 | configure:4978: found /bin/cp |
---|
209 | configure:4991: result: /bin/cp |
---|
210 | configure:5001: checking for sed |
---|
211 | configure:5019: found /usr/bin/sed |
---|
212 | configure:5032: result: /usr/bin/sed |
---|
213 | configure:5042: checking for echo |
---|
214 | configure:5060: found /bin/echo |
---|
215 | configure:5073: result: /bin/echo |
---|
216 | configure:5083: checking for cmp |
---|
217 | configure:5101: found /usr/bin/cmp |
---|
218 | configure:5114: result: /usr/bin/cmp |
---|
219 | configure:5124: checking for tbl |
---|
220 | configure:5142: found /opt/local/bin/tbl |
---|
221 | configure:5155: result: /opt/local/bin/tbl |
---|
222 | configure:5165: checking for ar |
---|
223 | configure:5183: found /opt/local/bin/ar |
---|
224 | configure:5196: result: /opt/local/bin/ar |
---|
225 | configure:5206: checking for openssl |
---|
226 | configure:5224: found /opt/local/bin/openssl |
---|
227 | configure:5237: result: /opt/local/bin/openssl |
---|
228 | configure:5247: checking for mtx |
---|
229 | configure:5278: result: mtx |
---|
230 | configure:5288: checking for dd |
---|
231 | configure:5306: found /bin/dd |
---|
232 | configure:5319: result: /bin/dd |
---|
233 | configure:5329: checking for mkisofs |
---|
234 | configure:5360: result: mkisofs |
---|
235 | configure:5370: checking for python |
---|
236 | configure:5388: found /opt/local/bin/python |
---|
237 | configure:5401: result: /opt/local/bin/python |
---|
238 | configure:5411: checking for growisofs |
---|
239 | configure:5442: result: growisofs |
---|
240 | configure:5452: checking for dvd+rw-mediainfo |
---|
241 | configure:5483: result: dvd+rw-mediainfo |
---|
242 | configure:5493: checking for dvd+rw-format |
---|
243 | configure:5524: result: dvd+rw-format |
---|
244 | configure:5534: checking for pkg-config |
---|
245 | configure:5552: found /opt/local/bin/pkg-config |
---|
246 | configure:5565: result: /opt/local/bin/pkg-config |
---|
247 | configure:5575: checking for qmake |
---|
248 | configure:5606: result: none |
---|
249 | configure:5616: checking for gmake |
---|
250 | configure:5634: found /opt/local/bin/gmake |
---|
251 | configure:5647: result: /opt/local/bin/gmake |
---|
252 | configure:5657: checking for cdrecord |
---|
253 | configure:5688: result: cdrecord |
---|
254 | configure:5698: checking for pidof |
---|
255 | configure:5729: result: pidof |
---|
256 | configure:5741: checking for gawk |
---|
257 | configure:5757: found /opt/local/bin/gawk |
---|
258 | configure:5768: result: gawk |
---|
259 | configure:5793: checking for gawk |
---|
260 | configure:5811: found /opt/local/bin/gawk |
---|
261 | configure:5824: result: /opt/local/bin/gawk |
---|
262 | configure:5885: checking build system type |
---|
263 | configure:5899: result: x86_64-apple-darwin14.5.0 |
---|
264 | configure:5919: checking host system type |
---|
265 | configure:5932: result: x86_64-apple-darwin14.5.0 |
---|
266 | configure:5973: checking how to print strings |
---|
267 | configure:6000: result: printf |
---|
268 | configure:6021: checking for a sed that does not truncate output |
---|
269 | configure:6085: result: /usr/bin/sed |
---|
270 | configure:6103: checking for fgrep |
---|
271 | configure:6165: result: /opt/local/bin/grep -F |
---|
272 | configure:6200: checking for ld used by /usr/bin/clang |
---|
273 | configure:6267: result: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld |
---|
274 | configure:6274: checking if the linker (/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld) is GNU ld |
---|
275 | configure:6289: result: no |
---|
276 | configure:6301: checking for BSD- or MS-compatible name lister (nm) |
---|
277 | configure:6350: result: /opt/local/bin/nm |
---|
278 | configure:6480: checking the name lister (/opt/local/bin/nm) interface |
---|
279 | configure:6487: /usr/bin/clang -c -pipe -Os -arch x86_64 -I/opt/local/include -I/opt/local/ncurses conftest.c >&5 |
---|
280 | configure:6490: /opt/local/bin/nm "conftest.o" |
---|
281 | configure:6493: output |
---|
282 | 0000000000000000 S _some_variable |
---|
283 | configure:6500: result: BSD nm |
---|
284 | configure:6503: checking whether ln -s works |
---|
285 | configure:6507: result: yes |
---|
286 | configure:6515: checking the maximum length of command line arguments |
---|
287 | configure:6646: result: 196608 |
---|
288 | configure:6663: checking whether the shell understands some XSI constructs |
---|
289 | configure:6673: result: yes |
---|
290 | configure:6677: checking whether the shell understands "+=" |
---|
291 | configure:6683: result: yes |
---|
292 | configure:6718: checking how to convert x86_64-apple-darwin14.5.0 file names to x86_64-apple-darwin14.5.0 format |
---|
293 | configure:6758: result: func_convert_file_noop |
---|
294 | configure:6765: checking how to convert x86_64-apple-darwin14.5.0 file names to toolchain format |
---|
295 | configure:6785: result: func_convert_file_noop |
---|
296 | configure:6792: checking for /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld option to reload object files |
---|
297 | configure:6799: result: -r |
---|
298 | configure:6873: checking for objdump |
---|
299 | configure:6903: result: no |
---|
300 | configure:6932: checking how to recognize dependent libraries |
---|
301 | configure:7130: result: pass_all |
---|
302 | configure:7215: checking for dlltool |
---|
303 | configure:7245: result: no |
---|
304 | configure:7275: checking how to associate runtime and link libraries |
---|
305 | configure:7302: result: printf %s\n |
---|
306 | configure:7426: checking for archiver @FILE support |
---|
307 | configure:7443: /usr/bin/clang -c -pipe -Os -arch x86_64 -I/opt/local/include -I/opt/local/ncurses conftest.c >&5 |
---|
308 | configure:7443: $? = 0 |
---|
309 | configure:7446: /opt/local/bin/ar cru libconftest.a @conftest.lst >&5 |
---|
310 | ar: @conftest.lst: No such file or directory |
---|
311 | configure:7449: $? = 1 |
---|
312 | configure:7469: result: no |
---|
313 | configure:7527: checking for strip |
---|
314 | configure:7543: found /opt/local/bin/strip |
---|
315 | configure:7554: result: strip |
---|
316 | configure:7626: checking for ranlib |
---|
317 | configure:7642: found /opt/local/bin/ranlib |
---|
318 | configure:7653: result: ranlib |
---|
319 | configure:7755: checking command to parse /opt/local/bin/nm output from /usr/bin/clang object |
---|
320 | configure:7875: /usr/bin/clang -c -pipe -Os -arch x86_64 -I/opt/local/include -I/opt/local/ncurses conftest.c >&5 |
---|
321 | configure:7878: $? = 0 |
---|
322 | configure:7882: /opt/local/bin/nm conftest.o \| sed -n -e 's/^.*[ ]\([BCDEGRST][BCDEGRST]*\)[ ][ ]*\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2 \2/p' | sed '/ __gnu_lto/d' \> conftest.nm |
---|
323 | configure:7885: $? = 0 |
---|
324 | cannot find nm_test_var in conftest.nm |
---|
325 | configure:7875: /usr/bin/clang -c -pipe -Os -arch x86_64 -I/opt/local/include -I/opt/local/ncurses conftest.c >&5 |
---|
326 | configure:7878: $? = 0 |
---|
327 | configure:7882: /opt/local/bin/nm conftest.o \| sed -n -e 's/^.*[ ]\([BCDEGRST][BCDEGRST]*\)[ ][ ]*_\([_A-Za-z][_A-Za-z0-9]*\)$/\1 _\2 \2/p' | sed '/ __gnu_lto/d' \> conftest.nm |
---|
328 | configure:7885: $? = 0 |
---|
329 | configure:7951: /usr/bin/clang -o conftest -pipe -Os -arch x86_64 -I/opt/local/include -I/opt/local/ncurses -arch x86_64 conftest.c conftstm.o >&5 |
---|
330 | configure:7954: $? = 0 |
---|
331 | configure:7992: result: ok |
---|
332 | configure:8029: checking for sysroot |
---|
333 | configure:8059: result: no |
---|
334 | configure:8328: checking for mt |
---|
335 | configure:8358: result: no |
---|
336 | configure:8378: checking if : is a manifest tool |
---|
337 | configure:8384: : '-?' |
---|
338 | configure:8392: result: no |
---|
339 | configure:8448: checking for dsymutil |
---|
340 | configure:8464: found /usr/bin/dsymutil |
---|
341 | configure:8475: result: dsymutil |
---|
342 | configure:8540: checking for nmedit |
---|
343 | configure:8556: found /opt/local/bin/nmedit |
---|
344 | configure:8567: result: nmedit |
---|
345 | configure:8632: checking for lipo |
---|
346 | configure:8648: found /opt/local/bin/lipo |
---|
347 | configure:8659: result: lipo |
---|
348 | configure:8724: checking for otool |
---|
349 | configure:8740: found /opt/local/bin/otool |
---|
350 | configure:8751: result: otool |
---|
351 | configure:8816: checking for otool64 |
---|
352 | configure:8846: result: no |
---|
353 | configure:8891: checking for -single_module linker flag |
---|
354 | /usr/bin/clang -pipe -Os -arch x86_64 -arch x86_64 -o libconftest.dylib -dynamiclib -Wl,-single_module conftest.c |
---|
355 | configure:8924: result: yes |
---|
356 | configure:8927: checking for -exported_symbols_list linker flag |
---|
357 | configure:8947: /usr/bin/clang -o conftest -pipe -Os -arch x86_64 -I/opt/local/include -I/opt/local/ncurses -arch x86_64 -Wl,-exported_symbols_list,conftest.sym conftest.c >&5 |
---|
358 | configure:8947: $? = 0 |
---|
359 | configure:8957: result: yes |
---|
360 | configure:8960: checking for -force_load linker flag |
---|
361 | /usr/bin/clang -pipe -Os -arch x86_64 -c -o conftest.o conftest.c |
---|
362 | /opt/local/bin/ar cru libconftest.a conftest.o |
---|
363 | ranlib libconftest.a |
---|
364 | /usr/bin/clang -pipe -Os -arch x86_64 -arch x86_64 -o conftest conftest.c -Wl,-force_load,./libconftest.a |
---|
365 | configure:8992: result: yes |
---|
366 | configure:9029: checking for ANSI C header files |
---|
367 | configure:9049: /usr/bin/clang -c -pipe -Os -arch x86_64 -I/opt/local/include -I/opt/local/ncurses conftest.c >&5 |
---|
368 | configure:9049: $? = 0 |
---|
369 | configure:9122: /usr/bin/clang -o conftest -pipe -Os -arch x86_64 -I/opt/local/include -I/opt/local/ncurses -arch x86_64 conftest.c >&5 |
---|
370 | configure:9122: $? = 0 |
---|
371 | configure:9122: ./conftest |
---|
372 | configure:9122: $? = 0 |
---|
373 | configure:9133: result: yes |
---|
374 | configure:9146: checking for sys/types.h |
---|
375 | configure:9146: /usr/bin/clang -c -pipe -Os -arch x86_64 -I/opt/local/include -I/opt/local/ncurses conftest.c >&5 |
---|
376 | configure:9146: $? = 0 |
---|
377 | configure:9146: result: yes |
---|
378 | configure:9146: checking for sys/stat.h |
---|
379 | configure:9146: /usr/bin/clang -c -pipe -Os -arch x86_64 -I/opt/local/include -I/opt/local/ncurses conftest.c >&5 |
---|
380 | configure:9146: $? = 0 |
---|
381 | configure:9146: result: yes |
---|
382 | configure:9146: checking for stdlib.h |
---|
383 | configure:9146: /usr/bin/clang -c -pipe -Os -arch x86_64 -I/opt/local/include -I/opt/local/ncurses conftest.c >&5 |
---|
384 | configure:9146: $? = 0 |
---|
385 | configure:9146: result: yes |
---|
386 | configure:9146: checking for string.h |
---|
387 | configure:9146: /usr/bin/clang -c -pipe -Os -arch x86_64 -I/opt/local/include -I/opt/local/ncurses conftest.c >&5 |
---|
388 | configure:9146: $? = 0 |
---|
389 | configure:9146: result: yes |
---|
390 | configure:9146: checking for memory.h |
---|
391 | configure:9146: /usr/bin/clang -c -pipe -Os -arch x86_64 -I/opt/local/include -I/opt/local/ncurses conftest.c >&5 |
---|
392 | configure:9146: $? = 0 |
---|
393 | configure:9146: result: yes |
---|
394 | configure:9146: checking for strings.h |
---|
395 | configure:9146: /usr/bin/clang -c -pipe -Os -arch x86_64 -I/opt/local/include -I/opt/local/ncurses conftest.c >&5 |
---|
396 | configure:9146: $? = 0 |
---|
397 | configure:9146: result: yes |
---|
398 | configure:9146: checking for inttypes.h |
---|
399 | configure:9146: /usr/bin/clang -c -pipe -Os -arch x86_64 -I/opt/local/include -I/opt/local/ncurses conftest.c >&5 |
---|
400 | configure:9146: $? = 0 |
---|
401 | configure:9146: result: yes |
---|
402 | configure:9146: checking for stdint.h |
---|
403 | configure:9146: /usr/bin/clang -c -pipe -Os -arch x86_64 -I/opt/local/include -I/opt/local/ncurses conftest.c >&5 |
---|
404 | configure:9146: $? = 0 |
---|
405 | configure:9146: result: yes |
---|
406 | configure:9146: checking for unistd.h |
---|
407 | configure:9146: /usr/bin/clang -c -pipe -Os -arch x86_64 -I/opt/local/include -I/opt/local/ncurses conftest.c >&5 |
---|
408 | configure:9146: $? = 0 |
---|
409 | configure:9146: result: yes |
---|
410 | configure:9160: checking for dlfcn.h |
---|
411 | configure:9160: /usr/bin/clang -c -pipe -Os -arch x86_64 -I/opt/local/include -I/opt/local/ncurses conftest.c >&5 |
---|
412 | configure:9160: $? = 0 |
---|
413 | configure:9160: result: yes |
---|
414 | configure:9375: checking for objdir |
---|
415 | configure:9390: result: .libs |
---|
416 | configure:9661: checking if /usr/bin/clang supports -fno-rtti -fno-exceptions |
---|
417 | configure:9679: /usr/bin/clang -c -pipe -Os -arch x86_64 -I/opt/local/include -I/opt/local/ncurses -fno-rtti -fno-exceptions conftest.c >&5 |
---|
418 | configure:9683: $? = 0 |
---|
419 | configure:9696: result: yes |
---|
420 | configure:10023: checking for /usr/bin/clang option to produce PIC |
---|
421 | configure:10030: result: -fno-common -DPIC |
---|
422 | configure:10038: checking if /usr/bin/clang PIC flag -fno-common -DPIC works |
---|
423 | configure:10056: /usr/bin/clang -c -pipe -Os -arch x86_64 -I/opt/local/include -I/opt/local/ncurses -fno-common -DPIC -DPIC conftest.c >&5 |
---|
424 | configure:10060: $? = 0 |
---|
425 | configure:10073: result: yes |
---|
426 | configure:10102: checking if /usr/bin/clang static flag -static works |
---|
427 | configure:10130: result: no |
---|
428 | configure:10145: checking if /usr/bin/clang supports -c -o file.o |
---|
429 | configure:10166: /usr/bin/clang -c -pipe -Os -arch x86_64 -I/opt/local/include -I/opt/local/ncurses -o out/conftest2.o conftest.c >&5 |
---|
430 | configure:10170: $? = 0 |
---|
431 | configure:10192: result: yes |
---|
432 | configure:10200: checking if /usr/bin/clang supports -c -o file.o |
---|
433 | configure:10247: result: yes |
---|
434 | configure:10280: checking whether the /usr/bin/clang linker (/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld) supports shared libraries |
---|
435 | configure:11437: result: yes |
---|
436 | configure:11677: checking dynamic linker characteristics |
---|
437 | configure:12411: result: darwin14.5.0 dyld |
---|
438 | configure:12518: checking how to hardcode library paths into programs |
---|
439 | configure:12543: result: immediate |
---|
440 | configure:13083: checking whether stripping libraries is possible |
---|
441 | configure:13097: result: yes |
---|
442 | configure:13123: checking if libtool supports shared libraries |
---|
443 | configure:13125: result: yes |
---|
444 | configure:13128: checking whether to build shared libraries |
---|
445 | configure:13149: result: yes |
---|
446 | configure:13152: checking whether to build static libraries |
---|
447 | configure:13156: result: no |
---|
448 | configure:13179: checking how to run the C++ preprocessor |
---|
449 | configure:13206: /usr/bin/clang++ -E -I/opt/local/include -I/opt/local/ncurses conftest.cpp |
---|
450 | configure:13206: $? = 0 |
---|
451 | configure:13220: /usr/bin/clang++ -E -I/opt/local/include -I/opt/local/ncurses conftest.cpp |
---|
452 | conftest.cpp:21:10: fatal error: 'ac_nonexistent.h' file not found |
---|
453 | #include <ac_nonexistent.h> |
---|
454 | ^ |
---|
455 | 1 error generated. |
---|
456 | configure:13220: $? = 1 |
---|
457 | configure: failed program was: |
---|
458 | | /* confdefs.h */ |
---|
459 | | #define PACKAGE_NAME "bacula" |
---|
460 | | #define PACKAGE_TARNAME "bacula" |
---|
461 | | #define PACKAGE_VERSION "7.0.2" |
---|
462 | | #define PACKAGE_STRING "bacula 7.0.2" |
---|
463 | | #define PACKAGE_BUGREPORT "" |
---|
464 | | #define PACKAGE_URL "" |
---|
465 | | #define STDC_HEADERS 1 |
---|
466 | | #define HAVE_SYS_TYPES_H 1 |
---|
467 | | #define HAVE_SYS_STAT_H 1 |
---|
468 | | #define HAVE_STDLIB_H 1 |
---|
469 | | #define HAVE_STRING_H 1 |
---|
470 | | #define HAVE_MEMORY_H 1 |
---|
471 | | #define HAVE_STRINGS_H 1 |
---|
472 | | #define HAVE_INTTYPES_H 1 |
---|
473 | | #define HAVE_STDINT_H 1 |
---|
474 | | #define HAVE_UNISTD_H 1 |
---|
475 | | #define HAVE_DLFCN_H 1 |
---|
476 | | #define LT_OBJDIR ".libs/" |
---|
477 | | /* end confdefs.h. */ |
---|
478 | | #include <ac_nonexistent.h> |
---|
479 | configure:13245: result: /usr/bin/clang++ -E |
---|
480 | configure:13265: /usr/bin/clang++ -E -I/opt/local/include -I/opt/local/ncurses conftest.cpp |
---|
481 | configure:13265: $? = 0 |
---|
482 | configure:13279: /usr/bin/clang++ -E -I/opt/local/include -I/opt/local/ncurses conftest.cpp |
---|
483 | conftest.cpp:21:10: fatal error: 'ac_nonexistent.h' file not found |
---|
484 | #include <ac_nonexistent.h> |
---|
485 | ^ |
---|
486 | 1 error generated. |
---|
487 | configure:13279: $? = 1 |
---|
488 | configure: failed program was: |
---|
489 | | /* confdefs.h */ |
---|
490 | | #define PACKAGE_NAME "bacula" |
---|
491 | | #define PACKAGE_TARNAME "bacula" |
---|
492 | | #define PACKAGE_VERSION "7.0.2" |
---|
493 | | #define PACKAGE_STRING "bacula 7.0.2" |
---|
494 | | #define PACKAGE_BUGREPORT "" |
---|
495 | | #define PACKAGE_URL "" |
---|
496 | | #define STDC_HEADERS 1 |
---|
497 | | #define HAVE_SYS_TYPES_H 1 |
---|
498 | | #define HAVE_SYS_STAT_H 1 |
---|
499 | | #define HAVE_STDLIB_H 1 |
---|
500 | | #define HAVE_STRING_H 1 |
---|
501 | | #define HAVE_MEMORY_H 1 |
---|
502 | | #define HAVE_STRINGS_H 1 |
---|
503 | | #define HAVE_INTTYPES_H 1 |
---|
504 | | #define HAVE_STDINT_H 1 |
---|
505 | | #define HAVE_UNISTD_H 1 |
---|
506 | | #define HAVE_DLFCN_H 1 |
---|
507 | | #define LT_OBJDIR ".libs/" |
---|
508 | | /* end confdefs.h. */ |
---|
509 | | #include <ac_nonexistent.h> |
---|
510 | configure:13448: checking for ld used by /usr/bin/clang++ |
---|
511 | configure:13515: result: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld |
---|
512 | configure:13522: checking if the linker (/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld) is GNU ld |
---|
513 | configure:13537: result: no |
---|
514 | configure:13592: checking whether the /usr/bin/clang++ linker (/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld) supports shared libraries |
---|
515 | configure:14594: result: yes |
---|
516 | configure:14630: /usr/bin/clang++ -c -pipe -Os -arch x86_64 -stdlib=libc++ -I/opt/local/include -I/opt/local/ncurses conftest.cpp >&5 |
---|
517 | configure:14633: $? = 0 |
---|
518 | configure:15153: checking for /usr/bin/clang++ option to produce PIC |
---|
519 | configure:15160: result: -fno-common -DPIC |
---|
520 | configure:15168: checking if /usr/bin/clang++ PIC flag -fno-common -DPIC works |
---|
521 | configure:15186: /usr/bin/clang++ -c -pipe -Os -arch x86_64 -stdlib=libc++ -I/opt/local/include -I/opt/local/ncurses -fno-common -DPIC -DPIC conftest.cpp >&5 |
---|
522 | configure:15190: $? = 0 |
---|
523 | configure:15203: result: yes |
---|
524 | configure:15226: checking if /usr/bin/clang++ static flag -static works |
---|
525 | configure:15254: result: no |
---|
526 | configure:15266: checking if /usr/bin/clang++ supports -c -o file.o |
---|
527 | configure:15287: /usr/bin/clang++ -c -pipe -Os -arch x86_64 -stdlib=libc++ -I/opt/local/include -I/opt/local/ncurses -o out/conftest2.o conftest.cpp >&5 |
---|
528 | configure:15291: $? = 0 |
---|
529 | configure:15313: result: yes |
---|
530 | configure:15318: checking if /usr/bin/clang++ supports -c -o file.o |
---|
531 | configure:15365: result: yes |
---|
532 | configure:15395: checking whether the /usr/bin/clang++ linker (/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld) supports shared libraries |
---|
533 | configure:15434: result: yes |
---|
534 | configure:15575: checking dynamic linker characteristics |
---|
535 | configure:16243: result: darwin14.5.0 dyld |
---|
536 | configure:16296: checking how to hardcode library paths into programs |
---|
537 | configure:16321: result: immediate |
---|
538 | configure:16394: checking for library containing dlopen |
---|
539 | configure:16425: /usr/bin/clang -o conftest -pipe -Os -arch x86_64 -I/opt/local/include -I/opt/local/ncurses -arch x86_64 conftest.c >&5 |
---|
540 | configure:16425: $? = 0 |
---|
541 | configure:16442: result: none required |
---|
542 | configure:16532: checking for dlerror |
---|
543 | configure:16532: /usr/bin/clang -o conftest -pipe -Os -arch x86_64 -I/opt/local/include -I/opt/local/ncurses -arch x86_64 conftest.c >&5 |
---|
544 | configure:16532: $? = 0 |
---|
545 | configure:16532: result: yes |
---|
546 | configure:16546: checking for shl_load |
---|
547 | configure:16546: /usr/bin/clang -o conftest -pipe -Os -arch x86_64 -I/opt/local/include -I/opt/local/ncurses -arch x86_64 conftest.c >&5 |
---|
548 | Undefined symbols for architecture x86_64: |
---|
549 | "_shl_load", referenced from: |
---|
550 | _main in conftest-4d3900.o |
---|
551 | ld: symbol(s) not found for architecture x86_64 |
---|
552 | clang: error: linker command failed with exit code 1 (use -v to see invocation) |
---|
553 | configure:16546: $? = 1 |
---|
554 | configure: failed program was: |
---|
555 | | /* confdefs.h */ |
---|
556 | | #define PACKAGE_NAME "bacula" |
---|
557 | | #define PACKAGE_TARNAME "bacula" |
---|
558 | | #define PACKAGE_VERSION "7.0.2" |
---|
559 | | #define PACKAGE_STRING "bacula 7.0.2" |
---|
560 | | #define PACKAGE_BUGREPORT "" |
---|
561 | | #define PACKAGE_URL "" |
---|
562 | | #define STDC_HEADERS 1 |
---|
563 | | #define HAVE_SYS_TYPES_H 1 |
---|
564 | | #define HAVE_SYS_STAT_H 1 |
---|
565 | | #define HAVE_STDLIB_H 1 |
---|
566 | | #define HAVE_STRING_H 1 |
---|
567 | | #define HAVE_MEMORY_H 1 |
---|
568 | | #define HAVE_STRINGS_H 1 |
---|
569 | | #define HAVE_INTTYPES_H 1 |
---|
570 | | #define HAVE_STDINT_H 1 |
---|
571 | | #define HAVE_UNISTD_H 1 |
---|
572 | | #define HAVE_DLFCN_H 1 |
---|
573 | | #define LT_OBJDIR ".libs/" |
---|
574 | | #define HAVE_LIBDL 1 |
---|
575 | | #define HAVE_DLERROR 1 |
---|
576 | | /* end confdefs.h. */ |
---|
577 | | /* Define shl_load to an innocuous variant, in case <limits.h> declares shl_load. |
---|
578 | | For example, HP-UX 11i <limits.h> declares gettimeofday. */ |
---|
579 | | #define shl_load innocuous_shl_load |
---|
580 | | |
---|
581 | | /* System header to define __stub macros and hopefully few prototypes, |
---|
582 | | which can conflict with char shl_load (); below. |
---|
583 | | Prefer <limits.h> to <assert.h> if __STDC__ is defined, since |
---|
584 | | <limits.h> exists even on freestanding compilers. */ |
---|
585 | | |
---|
586 | | #ifdef __STDC__ |
---|
587 | | # include <limits.h> |
---|
588 | | #else |
---|
589 | | # include <assert.h> |
---|
590 | | #endif |
---|
591 | | |
---|
592 | | #undef shl_load |
---|
593 | | |
---|
594 | | /* Override any GCC internal prototype to avoid an error. |
---|
595 | | Use char because int might match the return type of a GCC |
---|
596 | | builtin and then its argument prototype would still apply. */ |
---|
597 | | #ifdef __cplusplus |
---|
598 | | extern "C" |
---|
599 | | #endif |
---|
600 | | char shl_load (); |
---|
601 | | /* The GNU C library defines this for functions which it implements |
---|
602 | | to always fail with ENOSYS. Some functions are actually named |
---|
603 | | something starting with __ and the normal name is an alias. */ |
---|
604 | | #if defined __stub_shl_load || defined __stub___shl_load |
---|
605 | | choke me |
---|
606 | | #endif |
---|
607 | | |
---|
608 | | int |
---|
609 | | main () |
---|
610 | | { |
---|
611 | | return shl_load (); |
---|
612 | | ; |
---|
613 | | return 0; |
---|
614 | | } |
---|
615 | configure:16546: result: no |
---|
616 | configure:16553: checking for shl_load in -ldld |
---|
617 | configure:16578: /usr/bin/clang -o conftest -pipe -Os -arch x86_64 -I/opt/local/include -I/opt/local/ncurses -arch x86_64 conftest.c -ldld >&5 |
---|
618 | ld: library not found for -ldld |
---|
619 | clang: error: linker command failed with exit code 1 (use -v to see invocation) |
---|
620 | configure:16578: $? = 1 |
---|
621 | configure: failed program was: |
---|
622 | | /* confdefs.h */ |
---|
623 | | #define PACKAGE_NAME "bacula" |
---|
624 | | #define PACKAGE_TARNAME "bacula" |
---|
625 | | #define PACKAGE_VERSION "7.0.2" |
---|
626 | | #define PACKAGE_STRING "bacula 7.0.2" |
---|
627 | | #define PACKAGE_BUGREPORT "" |
---|
628 | | #define PACKAGE_URL "" |
---|
629 | | #define STDC_HEADERS 1 |
---|
630 | | #define HAVE_SYS_TYPES_H 1 |
---|
631 | | #define HAVE_SYS_STAT_H 1 |
---|
632 | | #define HAVE_STDLIB_H 1 |
---|
633 | | #define HAVE_STRING_H 1 |
---|
634 | | #define HAVE_MEMORY_H 1 |
---|
635 | | #define HAVE_STRINGS_H 1 |
---|
636 | | #define HAVE_INTTYPES_H 1 |
---|
637 | | #define HAVE_STDINT_H 1 |
---|
638 | | #define HAVE_UNISTD_H 1 |
---|
639 | | #define HAVE_DLFCN_H 1 |
---|
640 | | #define LT_OBJDIR ".libs/" |
---|
641 | | #define HAVE_LIBDL 1 |
---|
642 | | #define HAVE_DLERROR 1 |
---|
643 | | /* end confdefs.h. */ |
---|
644 | | |
---|
645 | | /* Override any GCC internal prototype to avoid an error. |
---|
646 | | Use char because int might match the return type of a GCC |
---|
647 | | builtin and then its argument prototype would still apply. */ |
---|
648 | | #ifdef __cplusplus |
---|
649 | | extern "C" |
---|
650 | | #endif |
---|
651 | | char shl_load (); |
---|
652 | | int |
---|
653 | | main () |
---|
654 | | { |
---|
655 | | return shl_load (); |
---|
656 | | ; |
---|
657 | | return 0; |
---|
658 | | } |
---|
659 | configure:16587: result: no |
---|
660 | configure:16633: checking for dld_link in -ldld |
---|
661 | configure:16658: /usr/bin/clang -o conftest -pipe -Os -arch x86_64 -I/opt/local/include -I/opt/local/ncurses -arch x86_64 conftest.c -ldld >&5 |
---|
662 | ld: library not found for -ldld |
---|
663 | clang: error: linker command failed with exit code 1 (use -v to see invocation) |
---|
664 | configure:16658: $? = 1 |
---|
665 | configure: failed program was: |
---|
666 | | /* confdefs.h */ |
---|
667 | | #define PACKAGE_NAME "bacula" |
---|
668 | | #define PACKAGE_TARNAME "bacula" |
---|
669 | | #define PACKAGE_VERSION "7.0.2" |
---|
670 | | #define PACKAGE_STRING "bacula 7.0.2" |
---|
671 | | #define PACKAGE_BUGREPORT "" |
---|
672 | | #define PACKAGE_URL "" |
---|
673 | | #define STDC_HEADERS 1 |
---|
674 | | #define HAVE_SYS_TYPES_H 1 |
---|
675 | | #define HAVE_SYS_STAT_H 1 |
---|
676 | | #define HAVE_STDLIB_H 1 |
---|
677 | | #define HAVE_STRING_H 1 |
---|
678 | | #define HAVE_MEMORY_H 1 |
---|
679 | | #define HAVE_STRINGS_H 1 |
---|
680 | | #define HAVE_INTTYPES_H 1 |
---|
681 | | #define HAVE_STDINT_H 1 |
---|
682 | | #define HAVE_UNISTD_H 1 |
---|
683 | | #define HAVE_DLFCN_H 1 |
---|
684 | | #define LT_OBJDIR ".libs/" |
---|
685 | | #define HAVE_LIBDL 1 |
---|
686 | | #define HAVE_DLERROR 1 |
---|
687 | | /* end confdefs.h. */ |
---|
688 | | |
---|
689 | | /* Override any GCC internal prototype to avoid an error. |
---|
690 | | Use char because int might match the return type of a GCC |
---|
691 | | builtin and then its argument prototype would still apply. */ |
---|
692 | | #ifdef __cplusplus |
---|
693 | | extern "C" |
---|
694 | | #endif |
---|
695 | | char dld_link (); |
---|
696 | | int |
---|
697 | | main () |
---|
698 | | { |
---|
699 | | return dld_link (); |
---|
700 | | ; |
---|
701 | | return 0; |
---|
702 | | } |
---|
703 | configure:16667: result: no |
---|
704 | configure:17092: checking for Operating System Distribution |
---|
705 | configure:17171: result: done |
---|
706 | configure:17175: checking whether make sets $(MAKE) |
---|
707 | configure:17197: result: yes |
---|
708 | configure:17221: checking whether NLS is requested |
---|
709 | configure:17230: result: yes |
---|
710 | configure:17268: checking for msgfmt |
---|
711 | configure: trying /opt/local/bin/msgfmt... |
---|
712 | 0 translated messages. |
---|
713 | configure:17300: result: /opt/local/bin/msgfmt |
---|
714 | configure:17309: checking for gmsgfmt |
---|
715 | configure:17340: result: /opt/local/bin/msgfmt |
---|
716 | configure:17380: checking for xgettext |
---|
717 | configure: trying /opt/local/bin/xgettext... |
---|
718 | /opt/local/bin/xgettext: warning: file '/dev/null' extension '' is unknown; will try C |
---|
719 | configure:17412: result: /opt/local/bin/xgettext |
---|
720 | configure:17452: checking for msgmerge |
---|
721 | configure: trying /opt/local/bin/msgmerge... |
---|
722 | configure:17483: result: /opt/local/bin/msgmerge |
---|
723 | configure:17558: checking for ld used by GCC |
---|
724 | configure:17622: result: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld |
---|
725 | configure:17629: checking if the linker (/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld) is GNU ld |
---|
726 | configure:17642: result: no |
---|
727 | configure:17649: checking for shared library run path origin |
---|
728 | configure:17662: result: done |
---|
729 | configure:18078: checking for CFPreferencesCopyAppValue |
---|
730 | configure:18098: /usr/bin/clang -o conftest -pipe -Os -arch x86_64 -I/opt/local/include -I/opt/local/ncurses -I/System/Library/Frameworks/CoreFoundation.framework/Headers -arch x86_64 conftest.c -framework CoreFoundation >&5 |
---|
731 | configure:18098: $? = 0 |
---|
732 | configure:18108: result: yes |
---|
733 | configure:18115: checking for CFLocaleCopyCurrent |
---|
734 | configure:18135: /usr/bin/clang -o conftest -pipe -Os -arch x86_64 -I/opt/local/include -I/opt/local/ncurses -I/System/Library/Frameworks/CoreFoundation.framework/Headers -arch x86_64 conftest.c -framework CoreFoundation >&5 |
---|
735 | configure:18135: $? = 0 |
---|
736 | configure:18145: result: yes |
---|
737 | configure:18160: checking whether NLS is requested |
---|
738 | configure:18169: result: yes |
---|
739 | configure:18187: checking for GNU gettext in libc |
---|
740 | configure:18206: /usr/bin/clang -o conftest -pipe -Os -arch x86_64 -I/opt/local/include -I/opt/local/ncurses -arch x86_64 conftest.c >&5 |
---|
741 | Undefined symbols for architecture x86_64: |
---|
742 | "__nl_domain_bindings", referenced from: |
---|
743 | _main in conftest-90536b.o |
---|
744 | "__nl_msg_cat_cntr", referenced from: |
---|
745 | _main in conftest-90536b.o |
---|
746 | "_libintl_bindtextdomain", referenced from: |
---|
747 | _main in conftest-90536b.o |
---|
748 | "_libintl_gettext", referenced from: |
---|
749 | _main in conftest-90536b.o |
---|
750 | ld: symbol(s) not found for architecture x86_64 |
---|
751 | clang: error: linker command failed with exit code 1 (use -v to see invocation) |
---|
752 | configure:18206: $? = 1 |
---|
753 | configure: failed program was: |
---|
754 | | /* confdefs.h */ |
---|
755 | | #define PACKAGE_NAME "bacula" |
---|
756 | | #define PACKAGE_TARNAME "bacula" |
---|
757 | | #define PACKAGE_VERSION "7.0.2" |
---|
758 | | #define PACKAGE_STRING "bacula 7.0.2" |
---|
759 | | #define PACKAGE_BUGREPORT "" |
---|
760 | | #define PACKAGE_URL "" |
---|
761 | | #define STDC_HEADERS 1 |
---|
762 | | #define HAVE_SYS_TYPES_H 1 |
---|
763 | | #define HAVE_SYS_STAT_H 1 |
---|
764 | | #define HAVE_STDLIB_H 1 |
---|
765 | | #define HAVE_STRING_H 1 |
---|
766 | | #define HAVE_MEMORY_H 1 |
---|
767 | | #define HAVE_STRINGS_H 1 |
---|
768 | | #define HAVE_INTTYPES_H 1 |
---|
769 | | #define HAVE_STDINT_H 1 |
---|
770 | | #define HAVE_UNISTD_H 1 |
---|
771 | | #define HAVE_DLFCN_H 1 |
---|
772 | | #define LT_OBJDIR ".libs/" |
---|
773 | | #define HAVE_LIBDL 1 |
---|
774 | | #define HAVE_DLERROR 1 |
---|
775 | | #define HAVE_LIBDLLOADER 1 |
---|
776 | | #define HAVE_DARWIN_OS 1 |
---|
777 | | #define HAVE_CFPREFERENCESCOPYAPPVALUE 1 |
---|
778 | | #define HAVE_CFLOCALECOPYCURRENT 1 |
---|
779 | | /* end confdefs.h. */ |
---|
780 | | #include <libintl.h> |
---|
781 | | extern int _nl_msg_cat_cntr; |
---|
782 | | extern int *_nl_domain_bindings; |
---|
783 | | int |
---|
784 | | main () |
---|
785 | | { |
---|
786 | | bindtextdomain ("", ""); |
---|
787 | | return * gettext ("") + _nl_msg_cat_cntr + *_nl_domain_bindings |
---|
788 | | ; |
---|
789 | | return 0; |
---|
790 | | } |
---|
791 | configure:18214: result: no |
---|
792 | configure:18248: checking for iconv |
---|
793 | configure:18270: /usr/bin/clang -o conftest -pipe -Os -arch x86_64 -I/opt/local/include -I/opt/local/ncurses -arch x86_64 conftest.c >&5 |
---|
794 | Undefined symbols for architecture x86_64: |
---|
795 | "_libiconv", referenced from: |
---|
796 | _main in conftest-921175.o |
---|
797 | "_libiconv_close", referenced from: |
---|
798 | _main in conftest-921175.o |
---|
799 | "_libiconv_open", referenced from: |
---|
800 | _main in conftest-921175.o |
---|
801 | ld: symbol(s) not found for architecture x86_64 |
---|
802 | clang: error: linker command failed with exit code 1 (use -v to see invocation) |
---|
803 | configure:18270: $? = 1 |
---|
804 | configure: failed program was: |
---|
805 | | /* confdefs.h */ |
---|
806 | | #define PACKAGE_NAME "bacula" |
---|
807 | | #define PACKAGE_TARNAME "bacula" |
---|
808 | | #define PACKAGE_VERSION "7.0.2" |
---|
809 | | #define PACKAGE_STRING "bacula 7.0.2" |
---|
810 | | #define PACKAGE_BUGREPORT "" |
---|
811 | | #define PACKAGE_URL "" |
---|
812 | | #define STDC_HEADERS 1 |
---|
813 | | #define HAVE_SYS_TYPES_H 1 |
---|
814 | | #define HAVE_SYS_STAT_H 1 |
---|
815 | | #define HAVE_STDLIB_H 1 |
---|
816 | | #define HAVE_STRING_H 1 |
---|
817 | | #define HAVE_MEMORY_H 1 |
---|
818 | | #define HAVE_STRINGS_H 1 |
---|
819 | | #define HAVE_INTTYPES_H 1 |
---|
820 | | #define HAVE_STDINT_H 1 |
---|
821 | | #define HAVE_UNISTD_H 1 |
---|
822 | | #define HAVE_DLFCN_H 1 |
---|
823 | | #define LT_OBJDIR ".libs/" |
---|
824 | | #define HAVE_LIBDL 1 |
---|
825 | | #define HAVE_DLERROR 1 |
---|
826 | | #define HAVE_LIBDLLOADER 1 |
---|
827 | | #define HAVE_DARWIN_OS 1 |
---|
828 | | #define HAVE_CFPREFERENCESCOPYAPPVALUE 1 |
---|
829 | | #define HAVE_CFLOCALECOPYCURRENT 1 |
---|
830 | | /* end confdefs.h. */ |
---|
831 | | #include <stdlib.h> |
---|
832 | | #include <iconv.h> |
---|
833 | | int |
---|
834 | | main () |
---|
835 | | { |
---|
836 | | iconv_t cd = iconv_open("",""); |
---|
837 | | iconv(cd,NULL,NULL,NULL,NULL); |
---|
838 | | iconv_close(cd); |
---|
839 | | ; |
---|
840 | | return 0; |
---|
841 | | } |
---|
842 | configure:18292: /usr/bin/clang -o conftest -pipe -Os -arch x86_64 -I/opt/local/include -I/opt/local/ncurses -arch x86_64 conftest.c -L/opt/local/lib -liconv >&5 |
---|
843 | configure:18292: $? = 0 |
---|
844 | configure:18302: result: yes |
---|
845 | configure:18310: checking how to link with libiconv |
---|
846 | configure:18312: result: -L/opt/local/lib -liconv |
---|
847 | configure:18701: checking for GNU gettext in libintl |
---|
848 | configure:18728: /usr/bin/clang -o conftest -pipe -Os -arch x86_64 -I/opt/local/include -I/opt/local/ncurses -arch x86_64 conftest.c -L/opt/local/lib -lintl >&5 |
---|
849 | configure:18728: $? = 0 |
---|
850 | configure:18767: result: yes |
---|
851 | configure:18802: checking whether to use NLS |
---|
852 | configure:18804: result: yes |
---|
853 | configure:18807: checking where the gettext function comes from |
---|
854 | configure:18818: result: external libintl |
---|
855 | configure:18826: checking how to link with libintl |
---|
856 | configure:18828: result: -L/opt/local/lib -lintl -Wl,-framework -Wl,CoreFoundation |
---|
857 | configure:18953: checking for msgfmt |
---|
858 | configure:18983: result: /opt/local/bin/msgfmt |
---|
859 | configure:21800: error: Unable to find Qt4 installation needed by bat |
---|
860 | |
---|
861 | ## ---------------- ## |
---|
862 | ## Cache variables. ## |
---|
863 | ## ---------------- ## |
---|
864 | |
---|
865 | ac_cv_build=x86_64-apple-darwin14.5.0 |
---|
866 | ac_cv_c_compiler_gnu=yes |
---|
867 | ac_cv_cxx_compiler_gnu=yes |
---|
868 | ac_cv_env_CCC_set= |
---|
869 | ac_cv_env_CCC_value= |
---|
870 | ac_cv_env_CC_set=set |
---|
871 | ac_cv_env_CC_value=/usr/bin/clang |
---|
872 | ac_cv_env_CFLAGS_set=set |
---|
873 | ac_cv_env_CFLAGS_value='-pipe -Os -arch x86_64' |
---|
874 | ac_cv_env_CPPFLAGS_set=set |
---|
875 | ac_cv_env_CPPFLAGS_value='-I/opt/local/include -I/opt/local/ncurses' |
---|
876 | ac_cv_env_CPP_set= |
---|
877 | ac_cv_env_CPP_value= |
---|
878 | ac_cv_env_CXXCPP_set= |
---|
879 | ac_cv_env_CXXCPP_value= |
---|
880 | ac_cv_env_CXXFLAGS_set=set |
---|
881 | ac_cv_env_CXXFLAGS_value='-pipe -Os -arch x86_64 -stdlib=libc++' |
---|
882 | ac_cv_env_CXX_set=set |
---|
883 | ac_cv_env_CXX_value=/usr/bin/clang++ |
---|
884 | ac_cv_env_LDFLAGS_set=set |
---|
885 | ac_cv_env_LDFLAGS_value='-arch x86_64' |
---|
886 | ac_cv_env_LIBS_set= |
---|
887 | ac_cv_env_LIBS_value= |
---|
888 | ac_cv_env_XMKMF_set= |
---|
889 | ac_cv_env_XMKMF_value= |
---|
890 | ac_cv_env_build_alias_set= |
---|
891 | ac_cv_env_build_alias_value= |
---|
892 | ac_cv_env_host_alias_set= |
---|
893 | ac_cv_env_host_alias_value= |
---|
894 | ac_cv_env_target_alias_set= |
---|
895 | ac_cv_env_target_alias_value= |
---|
896 | ac_cv_func_dlerror=yes |
---|
897 | ac_cv_func_shl_load=no |
---|
898 | ac_cv_header_dlfcn_h=yes |
---|
899 | ac_cv_header_inttypes_h=yes |
---|
900 | ac_cv_header_memory_h=yes |
---|
901 | ac_cv_header_stdc=yes |
---|
902 | ac_cv_header_stdint_h=yes |
---|
903 | ac_cv_header_stdlib_h=yes |
---|
904 | ac_cv_header_string_h=yes |
---|
905 | ac_cv_header_strings_h=yes |
---|
906 | ac_cv_header_sys_stat_h=yes |
---|
907 | ac_cv_header_sys_types_h=yes |
---|
908 | ac_cv_header_unistd_h=yes |
---|
909 | ac_cv_host=x86_64-apple-darwin14.5.0 |
---|
910 | ac_cv_lib_dld_dld_link=no |
---|
911 | ac_cv_lib_dld_shl_load=no |
---|
912 | ac_cv_objext=o |
---|
913 | ac_cv_path_AR=/opt/local/bin/ar |
---|
914 | ac_cv_path_AWK=/opt/local/bin/gawk |
---|
915 | ac_cv_path_CDRECORD=cdrecord |
---|
916 | ac_cv_path_CMP=/usr/bin/cmp |
---|
917 | ac_cv_path_CP=/bin/cp |
---|
918 | ac_cv_path_CXX=/usr/bin/clang++ |
---|
919 | ac_cv_path_DD=/bin/dd |
---|
920 | ac_cv_path_DVDRWFORMAT=dvd+rw-format |
---|
921 | ac_cv_path_DVDRWMEDIAINFO=dvd+rw-mediainfo |
---|
922 | ac_cv_path_ECHO=/bin/echo |
---|
923 | ac_cv_path_EGREP='/opt/local/bin/grep -E' |
---|
924 | ac_cv_path_FALSEPRG=/usr/bin/false |
---|
925 | ac_cv_path_FGREP='/opt/local/bin/grep -F' |
---|
926 | ac_cv_path_GMAKE=/opt/local/bin/gmake |
---|
927 | ac_cv_path_GMSGFMT=/opt/local/bin/msgfmt |
---|
928 | ac_cv_path_GREP=/opt/local/bin/grep |
---|
929 | ac_cv_path_GROWISOFS=growisofs |
---|
930 | ac_cv_path_MKISOFS=mkisofs |
---|
931 | ac_cv_path_MSGFMT=/opt/local/bin/msgfmt |
---|
932 | ac_cv_path_MSGMERGE=/opt/local/bin/msgmerge |
---|
933 | ac_cv_path_MTX=mtx |
---|
934 | ac_cv_path_MV=/bin/mv |
---|
935 | ac_cv_path_OPENSSL=/opt/local/bin/openssl |
---|
936 | ac_cv_path_PIDOF=pidof |
---|
937 | ac_cv_path_PKGCONFIG=/opt/local/bin/pkg-config |
---|
938 | ac_cv_path_PYTHON=/opt/local/bin/python |
---|
939 | ac_cv_path_QMAKE=none |
---|
940 | ac_cv_path_REMOVE=/bin/rm |
---|
941 | ac_cv_path_SED=/usr/bin/sed |
---|
942 | ac_cv_path_TBL=/opt/local/bin/tbl |
---|
943 | ac_cv_path_TRUEPRG=/usr/bin/true |
---|
944 | ac_cv_path_XGETTEXT=/opt/local/bin/xgettext |
---|
945 | ac_cv_prog_AWK=gawk |
---|
946 | ac_cv_prog_CPP='/usr/bin/clang -E' |
---|
947 | ac_cv_prog_CXXCPP='/usr/bin/clang++ -E' |
---|
948 | ac_cv_prog_ac_ct_CC=/usr/bin/clang |
---|
949 | ac_cv_prog_ac_ct_DSYMUTIL=dsymutil |
---|
950 | ac_cv_prog_ac_ct_LIPO=lipo |
---|
951 | ac_cv_prog_ac_ct_NMEDIT=nmedit |
---|
952 | ac_cv_prog_ac_ct_OTOOL=otool |
---|
953 | ac_cv_prog_ac_ct_RANLIB=ranlib |
---|
954 | ac_cv_prog_ac_ct_STRIP=strip |
---|
955 | ac_cv_prog_cc__usr_bin_clang_c_o=yes |
---|
956 | ac_cv_prog_cc_c89= |
---|
957 | ac_cv_prog_cc_g=yes |
---|
958 | ac_cv_prog_cxx_g=yes |
---|
959 | ac_cv_prog_gcc_traditional=no |
---|
960 | ac_cv_prog_make_make_set=yes |
---|
961 | ac_cv_search_dlopen='none required' |
---|
962 | acl_cv_hardcode_direct=no |
---|
963 | acl_cv_hardcode_libdir_flag_spec= |
---|
964 | acl_cv_hardcode_libdir_separator= |
---|
965 | acl_cv_hardcode_minus_L=no |
---|
966 | acl_cv_libext=a |
---|
967 | acl_cv_path_LD=/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld |
---|
968 | acl_cv_prog_gnu_ld=no |
---|
969 | acl_cv_rpath=done |
---|
970 | acl_cv_shlibext=dylib |
---|
971 | acl_cv_wl=-Wl, |
---|
972 | am_cv_func_iconv=yes |
---|
973 | am_cv_lib_iconv=yes |
---|
974 | gt_cv_func_CFLocaleCopyCurrent=yes |
---|
975 | gt_cv_func_CFPreferencesCopyAppValue=yes |
---|
976 | gt_cv_func_gnugettext1_libc=no |
---|
977 | gt_cv_func_gnugettext1_libintl=yes |
---|
978 | libltdl_cv_lib_dl_dlopen=yes |
---|
979 | lt_cv_apple_cc_single_mod=yes |
---|
980 | lt_cv_ar_at_file=no |
---|
981 | lt_cv_deplibs_check_method=pass_all |
---|
982 | lt_cv_file_magic_cmd='$MAGIC_CMD' |
---|
983 | lt_cv_file_magic_test_file= |
---|
984 | lt_cv_ld_exported_symbols_list=yes |
---|
985 | lt_cv_ld_force_load=yes |
---|
986 | lt_cv_ld_reload_flag=-r |
---|
987 | lt_cv_nm_interface='BSD nm' |
---|
988 | lt_cv_objdir=.libs |
---|
989 | lt_cv_path_LD=/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld |
---|
990 | lt_cv_path_LDCXX=/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld |
---|
991 | lt_cv_path_NM=/opt/local/bin/nm |
---|
992 | lt_cv_path_mainfest_tool=no |
---|
993 | lt_cv_prog_compiler_c_o=yes |
---|
994 | lt_cv_prog_compiler_c_o_CXX=yes |
---|
995 | lt_cv_prog_compiler_pic='-fno-common -DPIC' |
---|
996 | lt_cv_prog_compiler_pic_CXX='-fno-common -DPIC' |
---|
997 | lt_cv_prog_compiler_pic_works=yes |
---|
998 | lt_cv_prog_compiler_pic_works_CXX=yes |
---|
999 | lt_cv_prog_compiler_rtti_exceptions=yes |
---|
1000 | lt_cv_prog_compiler_static_works=no |
---|
1001 | lt_cv_prog_compiler_static_works_CXX=no |
---|
1002 | lt_cv_prog_gnu_ld=no |
---|
1003 | lt_cv_prog_gnu_ldcxx=no |
---|
1004 | lt_cv_sharedlib_from_linklib_cmd='printf %s\n' |
---|
1005 | lt_cv_sys_global_symbol_pipe='sed -n -e '\''s/^.*[ ]\([BCDEGRST][BCDEGRST]*\)[ ][ ]*_\([_A-Za-z][_A-Za-z0-9]*\)$/\1 _\2 \2/p'\'' | sed '\''/ __gnu_lto/d'\''' |
---|
1006 | lt_cv_sys_global_symbol_to_c_name_address='sed -n -e '\''s/^: \([^ ]*\)[ ]*$/ {\"\1\", (void *) 0},/p'\'' -e '\''s/^[BCDEGRST]* \([^ ]*\) \([^ ]*\)$/ {"\2", (void *) \&\2},/p'\''' |
---|
1007 | lt_cv_sys_global_symbol_to_c_name_address_lib_prefix='sed -n -e '\''s/^: \([^ ]*\)[ ]*$/ {\"\1\", (void *) 0},/p'\'' -e '\''s/^[BCDEGRST]* \([^ ]*\) \(lib[^ ]*\)$/ {"\2", (void *) \&\2},/p'\'' -e '\''s/^[BCDEGRST]* \([^ ]*\) \([^ ]*\)$/ {"lib\2", (void *) \&\2},/p'\''' |
---|
1008 | lt_cv_sys_global_symbol_to_cdecl='sed -n -e '\''s/^T .* \(.*\)$/extern int \1();/p'\'' -e '\''s/^[BCDEGRST]* .* \(.*\)$/extern char \1;/p'\''' |
---|
1009 | lt_cv_sys_max_cmd_len=196608 |
---|
1010 | lt_cv_to_host_file_cmd=func_convert_file_noop |
---|
1011 | lt_cv_to_tool_file_cmd=func_convert_file_noop |
---|
1012 | |
---|
1013 | ## ----------------- ## |
---|
1014 | ## Output variables. ## |
---|
1015 | ## ----------------- ## |
---|
1016 | |
---|
1017 | AFS_CFLAGS='' |
---|
1018 | AFS_LIBS='' |
---|
1019 | ALLOCA='' |
---|
1020 | ALL_DIRS='' |
---|
1021 | AR='/opt/local/bin/ar' |
---|
1022 | ARFLAGS='cr' |
---|
1023 | AWK='/opt/local/bin/gawk' |
---|
1024 | BACULA='Bacula' |
---|
1025 | BAT_DIR='' |
---|
1026 | BDB_VERSION='14' |
---|
1027 | BQT4_VERSION='' |
---|
1028 | BUILD_DIR='/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_sysutils_bacula/bacula/work/bacula-7.0.4' |
---|
1029 | BUILD_INCLUDED_LIBINTL='' |
---|
1030 | CAP_LIBS='' |
---|
1031 | CATOBJEXT='' |
---|
1032 | CC='/usr/bin/clang' |
---|
1033 | CDRECORD='cdrecord' |
---|
1034 | CFLAGS='-pipe -Os -arch x86_64' |
---|
1035 | CMP='/usr/bin/cmp' |
---|
1036 | COMPRESS_MANPAGES='' |
---|
1037 | CONS_INC='' |
---|
1038 | CONS_LDFLAGS='' |
---|
1039 | CONS_LIBS='' |
---|
1040 | CONS_OBJ='' |
---|
1041 | CONS_SRC='' |
---|
1042 | CP='/bin/cp' |
---|
1043 | CPP='/usr/bin/clang -E' |
---|
1044 | CPPFLAGS='-I/opt/local/include -I/opt/local/ncurses' |
---|
1045 | CXX='/usr/bin/clang++' |
---|
1046 | CXXCPP='/usr/bin/clang++ -E' |
---|
1047 | CXXFLAGS='-pipe -Os -arch x86_64 -stdlib=libc++' |
---|
1048 | DATADIRNAME='' |
---|
1049 | DATE='04 June 2014' |
---|
1050 | DB_BACKENDS='' |
---|
1051 | DB_LIBS='' |
---|
1052 | DD='/bin/dd' |
---|
1053 | DEBUG='' |
---|
1054 | DEFAULT_ARCHIVE_TYPE='.la' |
---|
1055 | DEFAULT_DB_TYPE='' |
---|
1056 | DEFAULT_OBJECT_TYPE='.lo' |
---|
1057 | DEFAULT_SHARED_OBJECT_TYPE='.la' |
---|
1058 | DEFS='' |
---|
1059 | DEPKGS_QT_VERSION='01Jan13' |
---|
1060 | DEPKGS_VERSION='' |
---|
1061 | DINCLUDE='' |
---|
1062 | DIRD_DIR='' |
---|
1063 | DIR_TOOLS='' |
---|
1064 | DISTNAME='osx' |
---|
1065 | DISTVER='' |
---|
1066 | DLIB='' |
---|
1067 | DLLTOOL='false' |
---|
1068 | DSYMUTIL='dsymutil' |
---|
1069 | DUMPBIN='' |
---|
1070 | DVDRWFORMAT='dvd+rw-format' |
---|
1071 | DVDRWMEDIAINFO='dvd+rw-mediainfo' |
---|
1072 | ECHO='printf %s\n' |
---|
1073 | ECHO_C='\c' |
---|
1074 | ECHO_N='' |
---|
1075 | ECHO_T='' |
---|
1076 | EGREP='/opt/local/bin/grep -E' |
---|
1077 | EXEEXT='' |
---|
1078 | FALSEPRG='/usr/bin/false' |
---|
1079 | FDLIBS='' |
---|
1080 | FD_PLUGIN_DIR='src/plugins/fd' |
---|
1081 | FGREP='/opt/local/bin/grep -F' |
---|
1082 | GENCAT='' |
---|
1083 | GETCONF='' |
---|
1084 | GLIBC21='' |
---|
1085 | GLIBC2='' |
---|
1086 | GMAKE='/opt/local/bin/gmake' |
---|
1087 | GMSGFMT='/opt/local/bin/msgfmt' |
---|
1088 | GREP='/opt/local/bin/grep' |
---|
1089 | GROWISOFS='growisofs' |
---|
1090 | HAVE_AIX_OS_FALSE='' |
---|
1091 | HAVE_AIX_OS_TRUE='#' |
---|
1092 | HAVE_ASPRINTF='' |
---|
1093 | HAVE_BSDI_OS_FALSE='' |
---|
1094 | HAVE_BSDI_OS_TRUE='#' |
---|
1095 | HAVE_DARWIN_OS_FALSE='#' |
---|
1096 | HAVE_DARWIN_OS_TRUE='' |
---|
1097 | HAVE_FREEBSD_OS_FALSE='' |
---|
1098 | HAVE_FREEBSD_OS_TRUE='#' |
---|
1099 | HAVE_HPUX_OS_FALSE='' |
---|
1100 | HAVE_HPUX_OS_TRUE='#' |
---|
1101 | HAVE_HURD_OS_FALSE='' |
---|
1102 | HAVE_HURD_OS_TRUE='#' |
---|
1103 | HAVE_IRIX_OS_FALSE='' |
---|
1104 | HAVE_IRIX_OS_TRUE='#' |
---|
1105 | HAVE_LINUX_OS_FALSE='' |
---|
1106 | HAVE_LINUX_OS_TRUE='#' |
---|
1107 | HAVE_NETBSD_OS_FALSE='' |
---|
1108 | HAVE_NETBSD_OS_TRUE='#' |
---|
1109 | HAVE_OPENBSD_OS_FALSE='' |
---|
1110 | HAVE_OPENBSD_OS_TRUE='#' |
---|
1111 | HAVE_OSF1_OS_FALSE='' |
---|
1112 | HAVE_OSF1_OS_TRUE='#' |
---|
1113 | HAVE_POSIX_PRINTF='' |
---|
1114 | HAVE_SGI_OS_FALSE='' |
---|
1115 | HAVE_SGI_OS_TRUE='#' |
---|
1116 | HAVE_SNPRINTF='' |
---|
1117 | HAVE_SUN_OS_FALSE='' |
---|
1118 | HAVE_SUN_OS_TRUE='#' |
---|
1119 | HAVE_WPRINTF='' |
---|
1120 | INCLUDE_INSTALL_TARGET='' |
---|
1121 | INCLUDE_UNINSTALL_TARGET='' |
---|
1122 | INSTALL_DATA='${INSTALL} -m 644' |
---|
1123 | INSTALL_PROGRAM='${INSTALL}' |
---|
1124 | INSTALL_SCRIPT='${INSTALL}' |
---|
1125 | INSTOBJEXT='' |
---|
1126 | INTLBISON='' |
---|
1127 | INTLLIBS='-L/opt/local/lib -lintl -Wl,-framework -Wl,CoreFoundation' |
---|
1128 | INTLOBJS='' |
---|
1129 | INTL_LIBTOOL_SUFFIX_PREFIX='' |
---|
1130 | INTL_MACOSX_LIBS='-Wl,-framework -Wl,CoreFoundation' |
---|
1131 | LD='/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld' |
---|
1132 | LDFLAGS='-arch x86_64' |
---|
1133 | LIBADD_DL=' ' |
---|
1134 | LIBADD_DLD_LINK='' |
---|
1135 | LIBADD_DLOPEN='' |
---|
1136 | LIBADD_SHL_LOAD='' |
---|
1137 | LIBBACCATS_LT_RELEASE='7.0.4' |
---|
1138 | LIBBACCFG_LT_RELEASE='7.0.4' |
---|
1139 | LIBBACFIND_LT_RELEASE='7.0.4' |
---|
1140 | LIBBACSQL_LT_RELEASE='7.0.4' |
---|
1141 | LIBBAC_LT_RELEASE='7.0.4' |
---|
1142 | LIBICONV='-L/opt/local/lib -liconv' |
---|
1143 | LIBINTL='-L/opt/local/lib -lintl -Wl,-framework -Wl,CoreFoundation' |
---|
1144 | LIBOBJS='' |
---|
1145 | LIBS='' |
---|
1146 | LIBTOOL='$(LIBTOOL)' |
---|
1147 | LIBTOOL_CLEAN_TARGET='libtool-clean' |
---|
1148 | LIBTOOL_INSTALL_TARGET='libtool-install' |
---|
1149 | LIBTOOL_UNINSTALL_TARGET='libtool-uninstall' |
---|
1150 | LIPO='lipo' |
---|
1151 | LN_S='ln -s' |
---|
1152 | LOCAL_CFLAGS='' |
---|
1153 | LOCAL_DEFS='' |
---|
1154 | LOCAL_LDFLAGS='' |
---|
1155 | LOCAL_LIBS='' |
---|
1156 | LSMDATE='04Jun14' |
---|
1157 | LTLIBICONV='-L/opt/local/lib -liconv -R/opt/local/lib' |
---|
1158 | LTLIBINTL='-L/opt/local/lib -lintl -R/opt/local/lib -Wl,-framework -Wl,CoreFoundation' |
---|
1159 | LTLIBOBJS='' |
---|
1160 | LT_DLLOADERS=' dlopen.la' |
---|
1161 | LT_DLPREOPEN='-dlpreopen dlopen.la ' |
---|
1162 | LZO_INC='' |
---|
1163 | LZO_LIBS='' |
---|
1164 | MACOSX='' |
---|
1165 | MAKE_SHELL='/bin/sh' |
---|
1166 | MANIFEST_TOOL=':' |
---|
1167 | MKINSTALLDIRS='/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_sysutils_bacula/bacula/work/bacula-7.0.4/autoconf/mkinstalldirs' |
---|
1168 | MKISOFS='mkisofs' |
---|
1169 | MSGFMT='/opt/local/bin/msgfmt' |
---|
1170 | MSGMERGE='/opt/local/bin/msgmerge' |
---|
1171 | MTX='mtx' |
---|
1172 | MV='/bin/mv' |
---|
1173 | MYSQL_BINDIR='' |
---|
1174 | MYSQL_INCLUDE='' |
---|
1175 | MYSQL_LIBS='' |
---|
1176 | NM='/opt/local/bin/nm' |
---|
1177 | NMEDIT='nmedit' |
---|
1178 | OBJDUMP='false' |
---|
1179 | OBJEXT='o' |
---|
1180 | OBJLIST='' |
---|
1181 | OPENSSL='/opt/local/bin/openssl' |
---|
1182 | OPENSSL_INC='' |
---|
1183 | OPENSSL_LIBS='' |
---|
1184 | OTOOL64=':' |
---|
1185 | OTOOL='otool' |
---|
1186 | PACKAGE_BUGREPORT='' |
---|
1187 | PACKAGE_NAME='bacula' |
---|
1188 | PACKAGE_STRING='bacula 7.0.2' |
---|
1189 | PACKAGE_TARNAME='bacula' |
---|
1190 | PACKAGE_URL='' |
---|
1191 | PACKAGE_VERSION='7.0.2' |
---|
1192 | PATH_SEPARATOR=':' |
---|
1193 | PIDOF='pidof' |
---|
1194 | PKGCONFIG='/opt/local/bin/pkg-config' |
---|
1195 | POSTGRESQL_BINDIR='' |
---|
1196 | POSTGRESQL_INCLUDE='' |
---|
1197 | POSTGRESQL_LIBS='' |
---|
1198 | POSUB='po' |
---|
1199 | PSCMD='' |
---|
1200 | PYTHON='/opt/local/bin/python' |
---|
1201 | QMAKE='none' |
---|
1202 | QMAKE_LIBTOOL='/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_sysutils_bacula/bacula/work/bacula-7.0.4/libtool' |
---|
1203 | QWT='' |
---|
1204 | QWT_INC='' |
---|
1205 | QWT_LDFLAGS='' |
---|
1206 | QWT_LIB='' |
---|
1207 | RANLIB='ranlib' |
---|
1208 | READLINE_SRC='' |
---|
1209 | REMOVE='/bin/rm' |
---|
1210 | SBINPERM='' |
---|
1211 | SED='/usr/bin/sed' |
---|
1212 | SET_MAKE='' |
---|
1213 | SHARED_CATALOG_TARGETS='' |
---|
1214 | SHELL='/bin/sh' |
---|
1215 | SQLITE_BINDIR='' |
---|
1216 | SQLITE_INCLUDE='' |
---|
1217 | SQLITE_LIBS='' |
---|
1218 | STATIC_CONS='' |
---|
1219 | STATIC_DIR='' |
---|
1220 | STATIC_FD='' |
---|
1221 | STATIC_SD='' |
---|
1222 | STORED_DIR='' |
---|
1223 | STRIP='strip' |
---|
1224 | SYSTEMD_UNITDIR='' |
---|
1225 | TAPEDRIVE='' |
---|
1226 | TBL='/opt/local/bin/tbl' |
---|
1227 | TOP_DIR='/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_sysutils_bacula/bacula/work' |
---|
1228 | TRUEPRG='/usr/bin/true' |
---|
1229 | TTOOL_LDFLAGS='' |
---|
1230 | USE_INCLUDED_LIBINTL='' |
---|
1231 | USE_NLS='yes' |
---|
1232 | VERSION='7.0.4' |
---|
1233 | WCFLAGS='' |
---|
1234 | WLDFLAGS='' |
---|
1235 | WRAPLIBS='' |
---|
1236 | XGETTEXT='/opt/local/bin/xgettext' |
---|
1237 | XMKMF='' |
---|
1238 | X_CFLAGS='' |
---|
1239 | X_EXTRA_LIBS='' |
---|
1240 | X_LIBS='' |
---|
1241 | X_PRE_LIBS='' |
---|
1242 | ZLIBS='' |
---|
1243 | ac_ct_AR='' |
---|
1244 | ac_ct_CC='/usr/bin/clang' |
---|
1245 | ac_ct_CXX='' |
---|
1246 | ac_ct_DUMPBIN='' |
---|
1247 | archivedir='' |
---|
1248 | basename='' |
---|
1249 | baseport='' |
---|
1250 | bindir='${exec_prefix}/bin' |
---|
1251 | bsrdir='' |
---|
1252 | build='x86_64-apple-darwin14.5.0' |
---|
1253 | build_alias='' |
---|
1254 | build_cpu='x86_64' |
---|
1255 | build_os='darwin14.5.0' |
---|
1256 | build_vendor='apple' |
---|
1257 | datadir='${datarootdir}' |
---|
1258 | datarootdir='/opt/local/share' |
---|
1259 | db_name='' |
---|
1260 | db_password='' |
---|
1261 | db_port='' |
---|
1262 | db_user='' |
---|
1263 | dir_group='' |
---|
1264 | dir_password='' |
---|
1265 | dir_port='' |
---|
1266 | dir_user='' |
---|
1267 | docdir='/opt/local/share/doc/bacula' |
---|
1268 | dump_email='' |
---|
1269 | dvidir='${docdir}' |
---|
1270 | exec_prefix='/opt/local' |
---|
1271 | fd_group='' |
---|
1272 | fd_password='' |
---|
1273 | fd_port='' |
---|
1274 | fd_user='' |
---|
1275 | host='x86_64-apple-darwin14.5.0' |
---|
1276 | host_alias='' |
---|
1277 | host_cpu='x86_64' |
---|
1278 | host_os='darwin14.5.0' |
---|
1279 | host_vendor='apple' |
---|
1280 | hostname='' |
---|
1281 | htmldir='/opt/local/share/doc/bacula' |
---|
1282 | includedir='/opt/local/include' |
---|
1283 | infodir='${datarootdir}/info' |
---|
1284 | job_email='' |
---|
1285 | libdir='/opt/local/lib' |
---|
1286 | libexecdir='${exec_prefix}/libexec' |
---|
1287 | localedir='/opt/local/share/locale' |
---|
1288 | localstatedir='${prefix}/var' |
---|
1289 | logdir='' |
---|
1290 | mandir='/opt/local/share/man' |
---|
1291 | mon_dir_password='' |
---|
1292 | mon_fd_password='' |
---|
1293 | mon_sd_password='' |
---|
1294 | oldincludedir='/usr/include' |
---|
1295 | pdfdir='${docdir}' |
---|
1296 | piddir='' |
---|
1297 | plugindir='' |
---|
1298 | post_host='' |
---|
1299 | prefix='/opt/local' |
---|
1300 | program_transform_name='s,x,x,' |
---|
1301 | psdir='${docdir}' |
---|
1302 | sbindir='/opt/local/sbin' |
---|
1303 | scriptdir='' |
---|
1304 | sd_group='' |
---|
1305 | sd_password='' |
---|
1306 | sd_port='' |
---|
1307 | sd_user='' |
---|
1308 | sharedstatedir='${prefix}/com' |
---|
1309 | smtp_host='' |
---|
1310 | subsysdir='' |
---|
1311 | sysconfdir='/opt/local/etc/bacula' |
---|
1312 | target_alias='' |
---|
1313 | uncomment_dbi='' |
---|
1314 | working_dir='' |
---|
1315 | |
---|
1316 | ## ------------------- ## |
---|
1317 | ## File substitutions. ## |
---|
1318 | ## ------------------- ## |
---|
1319 | |
---|
1320 | MCOMMON='' |
---|
1321 | |
---|
1322 | ## ----------- ## |
---|
1323 | ## confdefs.h. ## |
---|
1324 | ## ----------- ## |
---|
1325 | |
---|
1326 | /* confdefs.h */ |
---|
1327 | #define PACKAGE_NAME "bacula" |
---|
1328 | #define PACKAGE_TARNAME "bacula" |
---|
1329 | #define PACKAGE_VERSION "7.0.2" |
---|
1330 | #define PACKAGE_STRING "bacula 7.0.2" |
---|
1331 | #define PACKAGE_BUGREPORT "" |
---|
1332 | #define PACKAGE_URL "" |
---|
1333 | #define STDC_HEADERS 1 |
---|
1334 | #define HAVE_SYS_TYPES_H 1 |
---|
1335 | #define HAVE_SYS_STAT_H 1 |
---|
1336 | #define HAVE_STDLIB_H 1 |
---|
1337 | #define HAVE_STRING_H 1 |
---|
1338 | #define HAVE_MEMORY_H 1 |
---|
1339 | #define HAVE_STRINGS_H 1 |
---|
1340 | #define HAVE_INTTYPES_H 1 |
---|
1341 | #define HAVE_STDINT_H 1 |
---|
1342 | #define HAVE_UNISTD_H 1 |
---|
1343 | #define HAVE_DLFCN_H 1 |
---|
1344 | #define LT_OBJDIR ".libs/" |
---|
1345 | #define HAVE_LIBDL 1 |
---|
1346 | #define HAVE_DLERROR 1 |
---|
1347 | #define HAVE_LIBDLLOADER 1 |
---|
1348 | #define HAVE_DARWIN_OS 1 |
---|
1349 | #define HAVE_CFPREFERENCESCOPYAPPVALUE 1 |
---|
1350 | #define HAVE_CFLOCALECOPYCURRENT 1 |
---|
1351 | #define HAVE_ICONV 1 |
---|
1352 | #define ENABLE_NLS 1 |
---|
1353 | #define HAVE_GETTEXT 1 |
---|
1354 | #define HAVE_DCGETTEXT 1 |
---|
1355 | #define SYSCONFDIR "/opt/local/etc/bacula" |
---|
1356 | #define LOCALEDIR "/opt/local/share/locale" |
---|
1357 | #define HAVE_BAT 1 |
---|
1358 | |
---|
1359 | configure: exit 1 |
---|