config.log 22 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655
  1. This file contains any messages produced by compilers while
  2. running configure, to aid debugging if configure makes a mistake.
  3. It was created by OPCUAServer configure 1.0, which was
  4. generated by GNU Autoconf 2.68. Invocation command line was
  5. $ /home/opcua/git/opcUaStack/OPCUAServer/configure --no-create --no-recursion
  6. ## --------- ##
  7. ## Platform. ##
  8. ## --------- ##
  9. hostname = opcua-VirtualBox
  10. uname -m = i686
  11. uname -r = 3.8.0-35-generic
  12. uname -s = Linux
  13. uname -v = #50~precise1-Ubuntu SMP Wed Dec 4 17:28:45 UTC 2013
  14. /usr/bin/uname -p = unknown
  15. /bin/uname -X = unknown
  16. /bin/arch = unknown
  17. /usr/bin/arch -k = unknown
  18. /usr/convex/getsysinfo = unknown
  19. /usr/bin/hostinfo = unknown
  20. /bin/machine = unknown
  21. /usr/bin/oslevel = unknown
  22. /bin/universe = unknown
  23. PATH: /usr/lib/lightdm/lightdm
  24. PATH: /usr/local/sbin
  25. PATH: /usr/local/bin
  26. PATH: /usr/sbin
  27. PATH: /usr/bin
  28. PATH: /sbin
  29. PATH: /bin
  30. PATH: /usr/games
  31. ## ----------- ##
  32. ## Core tests. ##
  33. ## ----------- ##
  34. configure:2148: checking build system type
  35. configure:2162: result: i686-pc-linux-gnu
  36. configure:2182: checking host system type
  37. configure:2195: result: i686-pc-linux-gnu
  38. configure:2215: checking target system type
  39. configure:2228: result: i686-pc-linux-gnu
  40. configure:2271: checking for a BSD-compatible install
  41. configure:2339: result: /usr/bin/install -c
  42. configure:2350: checking whether build environment is sane
  43. configure:2400: result: yes
  44. configure:2541: checking for a thread-safe mkdir -p
  45. configure:2580: result: /bin/mkdir -p
  46. configure:2593: checking for gawk
  47. configure:2623: result: no
  48. configure:2593: checking for mawk
  49. configure:2609: found /usr/bin/mawk
  50. configure:2620: result: mawk
  51. configure:2631: checking whether make sets $(MAKE)
  52. configure:2653: result: yes
  53. configure:2733: checking whether make sets $(MAKE)
  54. configure:2755: result: yes
  55. configure:2815: checking for gcc
  56. configure:2831: found /usr/bin/gcc
  57. configure:2842: result: gcc
  58. configure:3071: checking for C compiler version
  59. configure:3080: gcc --version >&5
  60. gcc (Ubuntu/Linaro 4.6.3-1ubuntu5) 4.6.3
  61. Copyright (C) 2011 Free Software Foundation, Inc.
  62. This is free software; see the source for copying conditions. There is NO
  63. warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
  64. configure:3091: $? = 0
  65. configure:3080: gcc -v >&5
  66. Using built-in specs.
  67. COLLECT_GCC=gcc
  68. COLLECT_LTO_WRAPPER=/usr/lib/gcc/i686-linux-gnu/4.6/lto-wrapper
  69. Target: i686-linux-gnu
  70. Configured with: ../src/configure -v --with-pkgversion='Ubuntu/Linaro 4.6.3-1ubuntu5' --with-bugurl=file:///usr/share/doc/gcc-4.6/README.Bugs --enable-languages=c,c++,fortran,objc,obj-c++ --prefix=/usr --program-suffix=-4.6 --enable-shared --enable-linker-build-id --with-system-zlib --libexecdir=/usr/lib --without-included-gettext --enable-threads=posix --with-gxx-include-dir=/usr/include/c++/4.6 --libdir=/usr/lib --enable-nls --with-sysroot=/ --enable-clocale=gnu --enable-libstdcxx-debug --enable-libstdcxx-time=yes --enable-gnu-unique-object --enable-plugin --enable-objc-gc --enable-targets=all --disable-werror --with-arch-32=i686 --with-tune=generic --enable-checking=release --build=i686-linux-gnu --host=i686-linux-gnu --target=i686-linux-gnu
  71. Thread model: posix
  72. gcc version 4.6.3 (Ubuntu/Linaro 4.6.3-1ubuntu5)
  73. configure:3091: $? = 0
  74. configure:3080: gcc -V >&5
  75. gcc: error: unrecognized option '-V'
  76. gcc: fatal error: no input files
  77. compilation terminated.
  78. configure:3091: $? = 4
  79. configure:3080: gcc -qversion >&5
  80. gcc: error: unrecognized option '-qversion'
  81. gcc: fatal error: no input files
  82. compilation terminated.
  83. configure:3091: $? = 4
  84. configure:3111: checking whether the C compiler works
  85. configure:3133: gcc -O2 conftest.c >&5
  86. configure:3137: $? = 0
  87. configure:3185: result: yes
  88. configure:3188: checking for C compiler default output file name
  89. configure:3190: result: a.out
  90. configure:3196: checking for suffix of executables
  91. configure:3203: gcc -o conftest -O2 conftest.c >&5
  92. configure:3207: $? = 0
  93. configure:3229: result:
  94. configure:3251: checking whether we are cross compiling
  95. configure:3259: gcc -o conftest -O2 conftest.c >&5
  96. configure:3263: $? = 0
  97. configure:3270: ./conftest
  98. configure:3274: $? = 0
  99. configure:3289: result: no
  100. configure:3294: checking for suffix of object files
  101. configure:3316: gcc -c -O2 conftest.c >&5
  102. configure:3320: $? = 0
  103. configure:3341: result: o
  104. configure:3345: checking whether we are using the GNU C compiler
  105. configure:3364: gcc -c -O2 conftest.c >&5
  106. configure:3364: $? = 0
  107. configure:3373: result: yes
  108. configure:3382: checking whether gcc accepts -g
  109. configure:3402: gcc -c -g conftest.c >&5
  110. configure:3402: $? = 0
  111. configure:3443: result: yes
  112. configure:3460: checking for gcc option to accept ISO C89
  113. configure:3524: gcc -c -O2 conftest.c >&5
  114. configure:3524: $? = 0
  115. configure:3537: result: none needed
  116. configure:3568: checking for style of include used by make
  117. configure:3596: result: GNU
  118. configure:3622: checking dependency style of gcc
  119. configure:3733: result: gcc3
  120. configure:3748: checking whether ln -s works
  121. configure:3752: result: yes
  122. configure:3760: checking whether gcc and cc understand -c and -o together
  123. configure:3791: gcc -c conftest.c -o conftest2.o >&5
  124. configure:3795: $? = 0
  125. configure:3801: gcc -c conftest.c -o conftest2.o >&5
  126. configure:3805: $? = 0
  127. configure:3816: cc -c conftest.c >&5
  128. configure:3820: $? = 0
  129. configure:3828: cc -c conftest.c -o conftest2.o >&5
  130. configure:3832: $? = 0
  131. configure:3838: cc -c conftest.c -o conftest2.o >&5
  132. configure:3842: $? = 0
  133. configure:3860: result: yes
  134. configure:3886: checking for exp in -lm
  135. configure:3911: gcc -o conftest -O2 conftest.c -lm >&5
  136. conftest.c:18:6: warning: conflicting types for built-in function 'exp' [enabled by default]
  137. configure:3911: $? = 0
  138. configure:3920: result: yes
  139. configure:3987: checking for pkg-config
  140. configure:4005: found /usr/bin/pkg-config
  141. configure:4017: result: /usr/bin/pkg-config
  142. configure:4042: checking pkg-config is at least version 0.9.0
  143. configure:4045: result: yes
  144. configure:4055: checking for CHECK
  145. configure:4062: $PKG_CONFIG --exists --print-errors "check >= 0.9.12"
  146. configure:4065: $? = 0
  147. configure:4079: $PKG_CONFIG --exists --print-errors "check >= 0.9.12"
  148. configure:4082: $? = 0
  149. configure:4124: result: yes
  150. configure:4512: checking how to print strings
  151. configure:4539: result: printf
  152. configure:4560: checking for a sed that does not truncate output
  153. configure:4624: result: /bin/sed
  154. configure:4642: checking for grep that handles long lines and -e
  155. configure:4700: result: /bin/grep
  156. configure:4705: checking for egrep
  157. configure:4767: result: /bin/grep -E
  158. configure:4772: checking for fgrep
  159. configure:4834: result: /bin/grep -F
  160. configure:4869: checking for ld used by gcc
  161. configure:4936: result: /usr/bin/ld
  162. configure:4943: checking if the linker (/usr/bin/ld) is GNU ld
  163. configure:4958: result: yes
  164. configure:4970: checking for BSD- or MS-compatible name lister (nm)
  165. configure:5019: result: /usr/bin/nm -B
  166. configure:5149: checking the name lister (/usr/bin/nm -B) interface
  167. configure:5156: gcc -c -O2 conftest.c >&5
  168. configure:5159: /usr/bin/nm -B "conftest.o"
  169. configure:5162: output
  170. 00000000 B some_variable
  171. configure:5169: result: BSD nm
  172. configure:5173: checking the maximum length of command line arguments
  173. configure:5303: result: 805306365
  174. configure:5320: checking whether the shell understands some XSI constructs
  175. configure:5330: result: yes
  176. configure:5334: checking whether the shell understands "+="
  177. configure:5340: result: yes
  178. configure:5375: checking how to convert i686-pc-linux-gnu file names to i686-pc-linux-gnu format
  179. configure:5415: result: func_convert_file_noop
  180. configure:5422: checking how to convert i686-pc-linux-gnu file names to toolchain format
  181. configure:5442: result: func_convert_file_noop
  182. configure:5449: checking for /usr/bin/ld option to reload object files
  183. configure:5456: result: -r
  184. configure:5530: checking for objdump
  185. configure:5557: result: objdump
  186. configure:5586: checking how to recognize dependent libraries
  187. configure:5788: result: pass_all
  188. configure:5873: checking for dlltool
  189. configure:5900: result: dlltool
  190. configure:5930: checking how to associate runtime and link libraries
  191. configure:5957: result: printf %s\n
  192. configure:6017: checking for ar
  193. configure:6033: found /usr/bin/ar
  194. configure:6044: result: ar
  195. configure:6081: checking for archiver @FILE support
  196. configure:6098: gcc -c -O2 conftest.c >&5
  197. configure:6098: $? = 0
  198. configure:6101: ar cru libconftest.a @conftest.lst >&5
  199. configure:6104: $? = 0
  200. configure:6109: ar cru libconftest.a @conftest.lst >&5
  201. ar: conftest.o: No such file or directory
  202. configure:6112: $? = 1
  203. configure:6124: result: @
  204. configure:6182: checking for strip
  205. configure:6198: found /usr/bin/strip
  206. configure:6209: result: strip
  207. configure:6281: checking for ranlib
  208. configure:6297: found /usr/bin/ranlib
  209. configure:6308: result: ranlib
  210. configure:6410: checking command to parse /usr/bin/nm -B output from gcc object
  211. configure:6530: gcc -c -O2 conftest.c >&5
  212. configure:6533: $? = 0
  213. configure:6537: /usr/bin/nm -B conftest.o \| sed -n -e 's/^.*[ ]\([ABCDGIRSTW][ABCDGIRSTW]*\)[ ][ ]*\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2 \2/p' | sed '/ __gnu_lto/d' \> conftest.nm
  214. configure:6540: $? = 0
  215. configure:6606: gcc -o conftest -O2 conftest.c conftstm.o >&5
  216. configure:6609: $? = 0
  217. configure:6647: result: ok
  218. configure:6684: checking for sysroot
  219. configure:6714: result: no
  220. configure:6970: checking for mt
  221. configure:6986: found /bin/mt
  222. configure:6997: result: mt
  223. configure:7020: checking if mt is a manifest tool
  224. configure:7026: mt '-?'
  225. configure:7034: result: no
  226. configure:7676: checking how to run the C preprocessor
  227. configure:7707: gcc -E conftest.c
  228. configure:7707: $? = 0
  229. configure:7721: gcc -E conftest.c
  230. conftest.c:13:28: fatal error: ac_nonexistent.h: No such file or directory
  231. compilation terminated.
  232. configure:7721: $? = 1
  233. configure: failed program was:
  234. | /* confdefs.h */
  235. | #define PACKAGE_NAME "OPCUAServer"
  236. | #define PACKAGE_TARNAME "opcuaserver"
  237. | #define PACKAGE_VERSION "1.0"
  238. | #define PACKAGE_STRING "OPCUAServer 1.0"
  239. | #define PACKAGE_BUGREPORT ""
  240. | #define PACKAGE_URL ""
  241. | #define PACKAGE "opcuaserver"
  242. | #define VERSION "1.0"
  243. | #define HAVE_LIBM 1
  244. | #define LINUX 1
  245. | /* end confdefs.h. */
  246. | #include <ac_nonexistent.h>
  247. configure:7746: result: gcc -E
  248. configure:7766: gcc -E conftest.c
  249. configure:7766: $? = 0
  250. configure:7780: gcc -E conftest.c
  251. conftest.c:13:28: fatal error: ac_nonexistent.h: No such file or directory
  252. compilation terminated.
  253. configure:7780: $? = 1
  254. configure: failed program was:
  255. | /* confdefs.h */
  256. | #define PACKAGE_NAME "OPCUAServer"
  257. | #define PACKAGE_TARNAME "opcuaserver"
  258. | #define PACKAGE_VERSION "1.0"
  259. | #define PACKAGE_STRING "OPCUAServer 1.0"
  260. | #define PACKAGE_BUGREPORT ""
  261. | #define PACKAGE_URL ""
  262. | #define PACKAGE "opcuaserver"
  263. | #define VERSION "1.0"
  264. | #define HAVE_LIBM 1
  265. | #define LINUX 1
  266. | /* end confdefs.h. */
  267. | #include <ac_nonexistent.h>
  268. configure:7809: checking for ANSI C header files
  269. configure:7829: gcc -c -O2 conftest.c >&5
  270. configure:7829: $? = 0
  271. configure:7902: gcc -o conftest -O2 conftest.c -lm >&5
  272. configure:7902: $? = 0
  273. configure:7902: ./conftest
  274. configure:7902: $? = 0
  275. configure:7913: result: yes
  276. configure:7926: checking for sys/types.h
  277. configure:7926: gcc -c -O2 conftest.c >&5
  278. configure:7926: $? = 0
  279. configure:7926: result: yes
  280. configure:7926: checking for sys/stat.h
  281. configure:7926: gcc -c -O2 conftest.c >&5
  282. configure:7926: $? = 0
  283. configure:7926: result: yes
  284. configure:7926: checking for stdlib.h
  285. configure:7926: gcc -c -O2 conftest.c >&5
  286. configure:7926: $? = 0
  287. configure:7926: result: yes
  288. configure:7926: checking for string.h
  289. configure:7926: gcc -c -O2 conftest.c >&5
  290. configure:7926: $? = 0
  291. configure:7926: result: yes
  292. configure:7926: checking for memory.h
  293. configure:7926: gcc -c -O2 conftest.c >&5
  294. configure:7926: $? = 0
  295. configure:7926: result: yes
  296. configure:7926: checking for strings.h
  297. configure:7926: gcc -c -O2 conftest.c >&5
  298. configure:7926: $? = 0
  299. configure:7926: result: yes
  300. configure:7926: checking for inttypes.h
  301. configure:7926: gcc -c -O2 conftest.c >&5
  302. configure:7926: $? = 0
  303. configure:7926: result: yes
  304. configure:7926: checking for stdint.h
  305. configure:7926: gcc -c -O2 conftest.c >&5
  306. configure:7926: $? = 0
  307. configure:7926: result: yes
  308. configure:7926: checking for unistd.h
  309. configure:7926: gcc -c -O2 conftest.c >&5
  310. configure:7926: $? = 0
  311. configure:7926: result: yes
  312. configure:7940: checking for dlfcn.h
  313. configure:7940: gcc -c -O2 conftest.c >&5
  314. configure:7940: $? = 0
  315. configure:7940: result: yes
  316. configure:8144: checking for objdir
  317. configure:8159: result: .libs
  318. configure:8426: checking if gcc supports -fno-rtti -fno-exceptions
  319. configure:8444: gcc -c -O2 -fno-rtti -fno-exceptions conftest.c >&5
  320. cc1: warning: command line option '-fno-rtti' is valid for C++/ObjC++ but not for C [enabled by default]
  321. configure:8448: $? = 0
  322. configure:8461: result: no
  323. configure:8788: checking for gcc option to produce PIC
  324. configure:8795: result: -fPIC -DPIC
  325. configure:8803: checking if gcc PIC flag -fPIC -DPIC works
  326. configure:8821: gcc -c -O2 -fPIC -DPIC -DPIC conftest.c >&5
  327. configure:8825: $? = 0
  328. configure:8838: result: yes
  329. configure:8867: checking if gcc static flag -static works
  330. configure:8895: result: yes
  331. configure:8910: checking if gcc supports -c -o file.o
  332. configure:8931: gcc -c -O2 -o out/conftest2.o conftest.c >&5
  333. configure:8935: $? = 0
  334. configure:8957: result: yes
  335. configure:8965: checking if gcc supports -c -o file.o
  336. configure:9012: result: yes
  337. configure:9045: checking whether the gcc linker (/usr/bin/ld) supports shared libraries
  338. configure:10202: result: yes
  339. configure:10239: checking whether -lc should be explicitly linked in
  340. configure:10247: gcc -c -O2 conftest.c >&5
  341. configure:10250: $? = 0
  342. configure:10265: gcc -shared -fPIC -DPIC conftest.o -v -Wl,-soname -Wl,conftest -o conftest 2\>\&1 \| /bin/grep -lc \>/dev/null 2\>\&1
  343. configure:10268: $? = 0
  344. configure:10282: result: no
  345. configure:10442: checking dynamic linker characteristics
  346. configure:10953: gcc -o conftest -O2 -Wl,-rpath -Wl,/foo conftest.c -lm >&5
  347. configure:10953: $? = 0
  348. configure:11187: result: GNU/Linux ld.so
  349. configure:11294: checking how to hardcode library paths into programs
  350. configure:11319: result: immediate
  351. configure:11859: checking whether stripping libraries is possible
  352. configure:11864: result: yes
  353. configure:11899: checking if libtool supports shared libraries
  354. configure:11901: result: yes
  355. configure:11904: checking whether to build shared libraries
  356. configure:11925: result: yes
  357. configure:11928: checking whether to build static libraries
  358. configure:11932: result: yes
  359. configure:12150: creating ./config.status
  360. ## ---------------- ##
  361. ## Cache variables. ##
  362. ## ---------------- ##
  363. ac_cv_build=i686-pc-linux-gnu
  364. ac_cv_c_compiler_gnu=yes
  365. ac_cv_env_CC_set=
  366. ac_cv_env_CC_value=
  367. ac_cv_env_CFLAGS_set=
  368. ac_cv_env_CFLAGS_value=
  369. ac_cv_env_CHECK_CFLAGS_set=
  370. ac_cv_env_CHECK_CFLAGS_value=
  371. ac_cv_env_CHECK_LIBS_set=
  372. ac_cv_env_CHECK_LIBS_value=
  373. ac_cv_env_CPPFLAGS_set=
  374. ac_cv_env_CPPFLAGS_value=
  375. ac_cv_env_CPP_set=
  376. ac_cv_env_CPP_value=
  377. ac_cv_env_LDFLAGS_set=
  378. ac_cv_env_LDFLAGS_value=
  379. ac_cv_env_LIBS_set=
  380. ac_cv_env_LIBS_value=
  381. ac_cv_env_PKG_CONFIG_LIBDIR_set=
  382. ac_cv_env_PKG_CONFIG_LIBDIR_value=
  383. ac_cv_env_PKG_CONFIG_PATH_set=
  384. ac_cv_env_PKG_CONFIG_PATH_value=
  385. ac_cv_env_PKG_CONFIG_set=
  386. ac_cv_env_PKG_CONFIG_value=
  387. ac_cv_env_build_alias_set=
  388. ac_cv_env_build_alias_value=
  389. ac_cv_env_host_alias_set=
  390. ac_cv_env_host_alias_value=
  391. ac_cv_env_target_alias_set=
  392. ac_cv_env_target_alias_value=
  393. ac_cv_header_dlfcn_h=yes
  394. ac_cv_header_inttypes_h=yes
  395. ac_cv_header_memory_h=yes
  396. ac_cv_header_stdc=yes
  397. ac_cv_header_stdint_h=yes
  398. ac_cv_header_stdlib_h=yes
  399. ac_cv_header_string_h=yes
  400. ac_cv_header_strings_h=yes
  401. ac_cv_header_sys_stat_h=yes
  402. ac_cv_header_sys_types_h=yes
  403. ac_cv_header_unistd_h=yes
  404. ac_cv_host=i686-pc-linux-gnu
  405. ac_cv_lib_m_exp=yes
  406. ac_cv_objext=o
  407. ac_cv_path_EGREP='/bin/grep -E'
  408. ac_cv_path_FGREP='/bin/grep -F'
  409. ac_cv_path_GREP=/bin/grep
  410. ac_cv_path_SED=/bin/sed
  411. ac_cv_path_ac_pt_PKG_CONFIG=/usr/bin/pkg-config
  412. ac_cv_path_install='/usr/bin/install -c'
  413. ac_cv_path_mkdir=/bin/mkdir
  414. ac_cv_prog_AWK=mawk
  415. ac_cv_prog_CPP='gcc -E'
  416. ac_cv_prog_ac_ct_AR=ar
  417. ac_cv_prog_ac_ct_CC=gcc
  418. ac_cv_prog_ac_ct_DLLTOOL=dlltool
  419. ac_cv_prog_ac_ct_MANIFEST_TOOL=mt
  420. ac_cv_prog_ac_ct_OBJDUMP=objdump
  421. ac_cv_prog_ac_ct_RANLIB=ranlib
  422. ac_cv_prog_ac_ct_STRIP=strip
  423. ac_cv_prog_cc_c89=
  424. ac_cv_prog_cc_g=yes
  425. ac_cv_prog_cc_gcc_c_o=yes
  426. ac_cv_prog_make_make_set=yes
  427. ac_cv_target=i686-pc-linux-gnu
  428. am_cv_CC_dependencies_compiler_type=gcc3
  429. lt_cv_ar_at_file=@
  430. lt_cv_archive_cmds_need_lc=no
  431. lt_cv_deplibs_check_method=pass_all
  432. lt_cv_file_magic_cmd='$MAGIC_CMD'
  433. lt_cv_file_magic_test_file=
  434. lt_cv_ld_reload_flag=-r
  435. lt_cv_nm_interface='BSD nm'
  436. lt_cv_objdir=.libs
  437. lt_cv_path_LD=/usr/bin/ld
  438. lt_cv_path_NM='/usr/bin/nm -B'
  439. lt_cv_path_mainfest_tool=no
  440. lt_cv_prog_compiler_c_o=yes
  441. lt_cv_prog_compiler_pic='-fPIC -DPIC'
  442. lt_cv_prog_compiler_pic_works=yes
  443. lt_cv_prog_compiler_rtti_exceptions=no
  444. lt_cv_prog_compiler_static_works=yes
  445. lt_cv_prog_gnu_ld=yes
  446. lt_cv_sharedlib_from_linklib_cmd='printf %s\n'
  447. lt_cv_shlibpath_overrides_runpath=no
  448. lt_cv_sys_global_symbol_pipe='sed -n -e '\''s/^.*[ ]\([ABCDGIRSTW][ABCDGIRSTW]*\)[ ][ ]*\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2 \2/p'\'' | sed '\''/ __gnu_lto/d'\'''
  449. lt_cv_sys_global_symbol_to_c_name_address='sed -n -e '\''s/^: \([^ ]*\)[ ]*$/ {\"\1\", (void *) 0},/p'\'' -e '\''s/^[ABCDGIRSTW]* \([^ ]*\) \([^ ]*\)$/ {"\2", (void *) \&\2},/p'\'''
  450. 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'\'''
  451. lt_cv_sys_global_symbol_to_cdecl='sed -n -e '\''s/^T .* \(.*\)$/extern int \1();/p'\'' -e '\''s/^[ABCDGIRSTW]* .* \(.*\)$/extern char \1;/p'\'''
  452. lt_cv_sys_max_cmd_len=805306365
  453. lt_cv_to_host_file_cmd=func_convert_file_noop
  454. lt_cv_to_tool_file_cmd=func_convert_file_noop
  455. pkg_cv_CHECK_CFLAGS='-pthread -I/usr/local/include '
  456. pkg_cv_CHECK_LIBS='-L/usr/local/lib -lcheck '
  457. ## ----------------- ##
  458. ## Output variables. ##
  459. ## ----------------- ##
  460. ACLOCAL='${SHELL} /home/opcua/git/opcUaStack/OPCUAServer/missing --run aclocal-1.11'
  461. AMDEPBACKSLASH='\'
  462. AMDEP_FALSE='#'
  463. AMDEP_TRUE=''
  464. AMTAR='$${TAR-tar}'
  465. AR='ar'
  466. AS='as'
  467. AUTOCONF='${SHELL} /home/opcua/git/opcUaStack/OPCUAServer/missing --run autoconf'
  468. AUTOHEADER='${SHELL} /home/opcua/git/opcUaStack/OPCUAServer/missing --run autoheader'
  469. AUTOMAKE='${SHELL} /home/opcua/git/opcUaStack/OPCUAServer/missing --run automake-1.11'
  470. AWK='mawk'
  471. CC='gcc'
  472. CCDEPMODE='depmode=gcc3'
  473. CFLAGS='-O2'
  474. CHECK_CFLAGS='-pthread -I/usr/local/include '
  475. CHECK_LIBS='-L/usr/local/lib -lcheck '
  476. CPP='gcc -E'
  477. CPPFLAGS=''
  478. CYGPATH_W='echo'
  479. DEFS='-DPACKAGE_NAME=\"OPCUAServer\" -DPACKAGE_TARNAME=\"opcuaserver\" -DPACKAGE_VERSION=\"1.0\" -DPACKAGE_STRING=\"OPCUAServer\ 1.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"opcuaserver\" -DVERSION=\"1.0\" -DHAVE_LIBM=1 -DLINUX=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\"'
  480. DEPDIR='.deps'
  481. DLLTOOL='dlltool'
  482. DSYMUTIL=''
  483. DUMPBIN=''
  484. ECHO_C=''
  485. ECHO_N='-n'
  486. ECHO_T=''
  487. EGREP='/bin/grep -E'
  488. EXEEXT=''
  489. FGREP='/bin/grep -F'
  490. GREP='/bin/grep'
  491. HAVE_CHECK_FALSE='#'
  492. HAVE_CHECK_TRUE=''
  493. INSTALL_DATA='${INSTALL} -m 644'
  494. INSTALL_PROGRAM='${INSTALL}'
  495. INSTALL_SCRIPT='${INSTALL}'
  496. INSTALL_STRIP_PROGRAM='$(install_sh) -c -s'
  497. LD='/usr/bin/ld'
  498. LDFLAGS=''
  499. LIBOBJS=''
  500. LIBS='-lm '
  501. LIBTOOL='$(SHELL) $(top_builddir)/libtool'
  502. LIPO=''
  503. LN_S='ln -s'
  504. LTLIBOBJS=''
  505. MAKEINFO='${SHELL} /home/opcua/git/opcUaStack/OPCUAServer/missing --run makeinfo'
  506. MANIFEST_TOOL=':'
  507. MKDIR_P='/bin/mkdir -p'
  508. NM='/usr/bin/nm -B'
  509. NMEDIT=''
  510. OBJDUMP='objdump'
  511. OBJEXT='o'
  512. OTOOL64=''
  513. OTOOL=''
  514. PACKAGE='opcuaserver'
  515. PACKAGE_BUGREPORT=''
  516. PACKAGE_NAME='OPCUAServer'
  517. PACKAGE_STRING='OPCUAServer 1.0'
  518. PACKAGE_TARNAME='opcuaserver'
  519. PACKAGE_URL=''
  520. PACKAGE_VERSION='1.0'
  521. PATH_SEPARATOR=':'
  522. PKG_CONFIG='/usr/bin/pkg-config'
  523. PKG_CONFIG_LIBDIR=''
  524. PKG_CONFIG_PATH=''
  525. RANLIB='ranlib'
  526. SED='/bin/sed'
  527. SET_MAKE=''
  528. SHELL='/bin/bash'
  529. STRIP='strip'
  530. TARGET_LINUX_FALSE='#'
  531. TARGET_LINUX_TRUE=''
  532. TARGET_WIN_FALSE=''
  533. TARGET_WIN_TRUE='#'
  534. VERSION='1.0'
  535. ac_ct_AR='ar'
  536. ac_ct_CC='gcc'
  537. ac_ct_DUMPBIN=''
  538. am__EXEEXT_FALSE=''
  539. am__EXEEXT_TRUE='#'
  540. am__fastdepCC_FALSE='#'
  541. am__fastdepCC_TRUE=''
  542. am__include='include'
  543. am__isrc=' -I$(srcdir)'
  544. am__leading_dot='.'
  545. am__nodep='_no'
  546. am__quote=''
  547. am__tar='$${TAR-tar} chof - "$$tardir"'
  548. am__untar='$${TAR-tar} xf -'
  549. bindir='${exec_prefix}/bin'
  550. build='i686-pc-linux-gnu'
  551. build_alias=''
  552. build_cpu='i686'
  553. build_os='linux-gnu'
  554. build_vendor='pc'
  555. datadir='${datarootdir}'
  556. datarootdir='${prefix}/share'
  557. docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
  558. dvidir='${docdir}'
  559. exec_prefix='${prefix}'
  560. host='i686-pc-linux-gnu'
  561. host_alias=''
  562. host_cpu='i686'
  563. host_os='linux-gnu'
  564. host_vendor='pc'
  565. htmldir='${docdir}'
  566. includedir='${prefix}/include'
  567. infodir='${datarootdir}/info'
  568. install_sh='${SHELL} /home/opcua/git/opcUaStack/OPCUAServer/install-sh'
  569. libdir='${exec_prefix}/lib'
  570. libexecdir='${exec_prefix}/libexec'
  571. localedir='${datarootdir}/locale'
  572. localstatedir='${prefix}/var'
  573. mandir='${datarootdir}/man'
  574. mkdir_p='/bin/mkdir -p'
  575. oldincludedir='/usr/include'
  576. pdfdir='${docdir}'
  577. prefix='/usr/local'
  578. program_transform_name='s,x,x,'
  579. psdir='${docdir}'
  580. sbindir='${exec_prefix}/sbin'
  581. sharedstatedir='${prefix}/com'
  582. sysconfdir='${prefix}/etc'
  583. target='i686-pc-linux-gnu'
  584. target_alias=''
  585. target_cpu='i686'
  586. target_os='linux-gnu'
  587. target_vendor='pc'
  588. ## ----------- ##
  589. ## confdefs.h. ##
  590. ## ----------- ##
  591. /* confdefs.h */
  592. #define PACKAGE_NAME "OPCUAServer"
  593. #define PACKAGE_TARNAME "opcuaserver"
  594. #define PACKAGE_VERSION "1.0"
  595. #define PACKAGE_STRING "OPCUAServer 1.0"
  596. #define PACKAGE_BUGREPORT ""
  597. #define PACKAGE_URL ""
  598. #define PACKAGE "opcuaserver"
  599. #define VERSION "1.0"
  600. #define HAVE_LIBM 1
  601. #define LINUX 1
  602. #define STDC_HEADERS 1
  603. #define HAVE_SYS_TYPES_H 1
  604. #define HAVE_SYS_STAT_H 1
  605. #define HAVE_STDLIB_H 1
  606. #define HAVE_STRING_H 1
  607. #define HAVE_MEMORY_H 1
  608. #define HAVE_STRINGS_H 1
  609. #define HAVE_INTTYPES_H 1
  610. #define HAVE_STDINT_H 1
  611. #define HAVE_UNISTD_H 1
  612. #define HAVE_DLFCN_H 1
  613. #define LT_OBJDIR ".libs/"
  614. configure: exit 0
  615. ## ---------------------- ##
  616. ## Running config.status. ##
  617. ## ---------------------- ##
  618. This file was extended by OPCUAServer config.status 1.0, which was
  619. generated by GNU Autoconf 2.68. Invocation command line was
  620. CONFIG_FILES =
  621. CONFIG_HEADERS =
  622. CONFIG_LINKS =
  623. CONFIG_COMMANDS =
  624. $ ./config.status
  625. on opcua-VirtualBox
  626. config.status:1031: creating Makefile
  627. config.status:1031: creating src/Makefile
  628. config.status:1031: creating tests/Makefile
  629. config.status:1031: creating examples/src/Makefile
  630. config.status:1188: executing depfiles commands
  631. config.status:1188: executing libtool commands