config.log 16 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585
  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
  6. ## --------- ##
  7. ## Platform. ##
  8. ## --------- ##
  9. hostname = opcua-VirtualBox
  10. uname -m = i686
  11. uname -r = 3.8.0-34-generic
  12. uname -s = Linux
  13. uname -v = #49~precise1-Ubuntu SMP Wed Nov 13 18:08:04 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:1808: checking build system type
  35. configure:1822: result: i686-pc-linux-gnu
  36. configure:1842: checking host system type
  37. configure:1855: result: i686-pc-linux-gnu
  38. configure:1875: checking target system type
  39. configure:1888: result: i686-pc-linux-gnu
  40. configure:1931: checking for a BSD-compatible install
  41. configure:1999: result: /usr/bin/install -c
  42. configure:2010: checking whether build environment is sane
  43. configure:2060: result: yes
  44. configure:2201: checking for a thread-safe mkdir -p
  45. configure:2240: result: /bin/mkdir -p
  46. configure:2253: checking for gawk
  47. configure:2283: result: no
  48. configure:2253: checking for mawk
  49. configure:2269: found /usr/bin/mawk
  50. configure:2280: result: mawk
  51. configure:2291: checking whether make sets $(MAKE)
  52. configure:2313: result: yes
  53. configure:2442: checking for gcc
  54. configure:2458: found /usr/bin/gcc
  55. configure:2469: result: gcc
  56. configure:2698: checking for C compiler version
  57. configure:2707: gcc --version >&5
  58. gcc (Ubuntu/Linaro 4.6.3-1ubuntu5) 4.6.3
  59. Copyright (C) 2011 Free Software Foundation, Inc.
  60. This is free software; see the source for copying conditions. There is NO
  61. warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
  62. configure:2718: $? = 0
  63. configure:2707: gcc -v >&5
  64. Using built-in specs.
  65. COLLECT_GCC=gcc
  66. COLLECT_LTO_WRAPPER=/usr/lib/gcc/i686-linux-gnu/4.6/lto-wrapper
  67. Target: i686-linux-gnu
  68. 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
  69. Thread model: posix
  70. gcc version 4.6.3 (Ubuntu/Linaro 4.6.3-1ubuntu5)
  71. configure:2718: $? = 0
  72. configure:2707: gcc -V >&5
  73. gcc: error: unrecognized option '-V'
  74. gcc: fatal error: no input files
  75. compilation terminated.
  76. configure:2718: $? = 4
  77. configure:2707: gcc -qversion >&5
  78. gcc: error: unrecognized option '-qversion'
  79. gcc: fatal error: no input files
  80. compilation terminated.
  81. configure:2718: $? = 4
  82. configure:2738: checking whether the C compiler works
  83. configure:2760: gcc conftest.c >&5
  84. configure:2764: $? = 0
  85. configure:2812: result: yes
  86. configure:2815: checking for C compiler default output file name
  87. configure:2817: result: a.out
  88. configure:2823: checking for suffix of executables
  89. configure:2830: gcc -o conftest conftest.c >&5
  90. configure:2834: $? = 0
  91. configure:2856: result:
  92. configure:2878: checking whether we are cross compiling
  93. configure:2886: gcc -o conftest conftest.c >&5
  94. configure:2890: $? = 0
  95. configure:2897: ./conftest
  96. configure:2901: $? = 0
  97. configure:2916: result: no
  98. configure:2921: checking for suffix of object files
  99. configure:2943: gcc -c conftest.c >&5
  100. configure:2947: $? = 0
  101. configure:2968: result: o
  102. configure:2972: checking whether we are using the GNU C compiler
  103. configure:2991: gcc -c conftest.c >&5
  104. configure:2991: $? = 0
  105. configure:3000: result: yes
  106. configure:3009: checking whether gcc accepts -g
  107. configure:3029: gcc -c -g conftest.c >&5
  108. configure:3029: $? = 0
  109. configure:3070: result: yes
  110. configure:3087: checking for gcc option to accept ISO C89
  111. configure:3151: gcc -c -g -O2 conftest.c >&5
  112. configure:3151: $? = 0
  113. configure:3164: result: none needed
  114. configure:3195: checking for style of include used by make
  115. configure:3223: result: GNU
  116. configure:3249: checking dependency style of gcc
  117. configure:3360: result: gcc3
  118. configure:3544: creating ./config.status
  119. ## ---------------------- ##
  120. ## Running config.status. ##
  121. ## ---------------------- ##
  122. This file was extended by OPCUAServer config.status 1.0, which was
  123. generated by GNU Autoconf 2.68. Invocation command line was
  124. CONFIG_FILES =
  125. CONFIG_HEADERS =
  126. CONFIG_LINKS =
  127. CONFIG_COMMANDS =
  128. $ ./config.status
  129. on opcua-VirtualBox
  130. config.status:793: creating Makefile
  131. config.status:793: creating src/Makefile
  132. config.status:965: executing depfiles commands
  133. ## ---------------- ##
  134. ## Cache variables. ##
  135. ## ---------------- ##
  136. ac_cv_build=i686-pc-linux-gnu
  137. ac_cv_c_compiler_gnu=yes
  138. ac_cv_env_CC_set=
  139. ac_cv_env_CC_value=
  140. ac_cv_env_CFLAGS_set=
  141. ac_cv_env_CFLAGS_value=
  142. ac_cv_env_CPPFLAGS_set=
  143. ac_cv_env_CPPFLAGS_value=
  144. ac_cv_env_LDFLAGS_set=
  145. ac_cv_env_LDFLAGS_value=
  146. ac_cv_env_LIBS_set=
  147. ac_cv_env_LIBS_value=
  148. ac_cv_env_build_alias_set=
  149. ac_cv_env_build_alias_value=
  150. ac_cv_env_host_alias_set=
  151. ac_cv_env_host_alias_value=
  152. ac_cv_env_target_alias_set=
  153. ac_cv_env_target_alias_value=
  154. ac_cv_host=i686-pc-linux-gnu
  155. ac_cv_objext=o
  156. ac_cv_path_install='/usr/bin/install -c'
  157. ac_cv_path_mkdir=/bin/mkdir
  158. ac_cv_prog_AWK=mawk
  159. ac_cv_prog_ac_ct_CC=gcc
  160. ac_cv_prog_cc_c89=
  161. ac_cv_prog_cc_g=yes
  162. ac_cv_prog_make_make_set=yes
  163. ac_cv_target=i686-pc-linux-gnu
  164. am_cv_CC_dependencies_compiler_type=gcc3
  165. ## ----------------- ##
  166. ## Output variables. ##
  167. ## ----------------- ##
  168. ACLOCAL='${SHELL} /home/opcua/git/OPCUAStack/OPCUAServer/missing --run aclocal-1.11'
  169. AMDEPBACKSLASH='\'
  170. AMDEP_FALSE='#'
  171. AMDEP_TRUE=''
  172. AMTAR='$${TAR-tar}'
  173. AUTOCONF='${SHELL} /home/opcua/git/OPCUAStack/OPCUAServer/missing --run autoconf'
  174. AUTOHEADER='${SHELL} /home/opcua/git/OPCUAStack/OPCUAServer/missing --run autoheader'
  175. AUTOMAKE='${SHELL} /home/opcua/git/OPCUAStack/OPCUAServer/missing --run automake-1.11'
  176. AWK='mawk'
  177. CC='gcc'
  178. CCDEPMODE='depmode=gcc3'
  179. CFLAGS='-g -O2'
  180. CPPFLAGS=''
  181. CYGPATH_W='echo'
  182. 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\"'
  183. DEPDIR='.deps'
  184. ECHO_C=''
  185. ECHO_N='-n'
  186. ECHO_T=''
  187. EXEEXT=''
  188. INSTALL_DATA='${INSTALL} -m 644'
  189. INSTALL_PROGRAM='${INSTALL}'
  190. INSTALL_SCRIPT='${INSTALL}'
  191. INSTALL_STRIP_PROGRAM='$(install_sh) -c -s'
  192. LDFLAGS=''
  193. LIBOBJS=''
  194. LIBS=''
  195. LTLIBOBJS=''
  196. MAKEINFO='${SHELL} /home/opcua/git/OPCUAStack/OPCUAServer/missing --run makeinfo'
  197. MKDIR_P='/bin/mkdir -p'
  198. OBJEXT='o'
  199. PACKAGE='opcuaserver'
  200. PACKAGE_BUGREPORT=''
  201. PACKAGE_NAME='OPCUAServer'
  202. PACKAGE_STRING='OPCUAServer 1.0'
  203. PACKAGE_TARNAME='opcuaserver'
  204. PACKAGE_URL=''
  205. PACKAGE_VERSION='1.0'
  206. PATH_SEPARATOR=':'
  207. SET_MAKE=''
  208. SHELL='/bin/bash'
  209. STRIP=''
  210. VERSION='1.0'
  211. ac_ct_CC='gcc'
  212. am__EXEEXT_FALSE=''
  213. am__EXEEXT_TRUE='#'
  214. am__fastdepCC_FALSE='#'
  215. am__fastdepCC_TRUE=''
  216. am__include='include'
  217. am__isrc=''
  218. am__leading_dot='.'
  219. am__nodep='_no'
  220. am__quote=''
  221. am__tar='$${TAR-tar} chof - "$$tardir"'
  222. am__untar='$${TAR-tar} xf -'
  223. bindir='${exec_prefix}/bin'
  224. build='i686-pc-linux-gnu'
  225. build_alias=''
  226. build_cpu='i686'
  227. build_os='linux-gnu'
  228. build_vendor='pc'
  229. datadir='${datarootdir}'
  230. datarootdir='${prefix}/share'
  231. docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
  232. dvidir='${docdir}'
  233. exec_prefix='${prefix}'
  234. host='i686-pc-linux-gnu'
  235. host_alias=''
  236. host_cpu='i686'
  237. host_os='linux-gnu'
  238. host_vendor='pc'
  239. htmldir='${docdir}'
  240. includedir='${prefix}/include'
  241. infodir='${datarootdir}/info'
  242. install_sh='${SHELL} /home/opcua/git/OPCUAStack/OPCUAServer/install-sh'
  243. libdir='${exec_prefix}/lib'
  244. libexecdir='${exec_prefix}/libexec'
  245. localedir='${datarootdir}/locale'
  246. localstatedir='${prefix}/var'
  247. mandir='${datarootdir}/man'
  248. mkdir_p='/bin/mkdir -p'
  249. oldincludedir='/usr/include'
  250. pdfdir='${docdir}'
  251. prefix='/usr/local'
  252. program_transform_name='s,x,x,'
  253. psdir='${docdir}'
  254. sbindir='${exec_prefix}/sbin'
  255. sharedstatedir='${prefix}/com'
  256. sysconfdir='${prefix}/etc'
  257. target='i686-pc-linux-gnu'
  258. target_alias=''
  259. target_cpu='i686'
  260. target_os='linux-gnu'
  261. target_vendor='pc'
  262. ## ----------- ##
  263. ## confdefs.h. ##
  264. ## ----------- ##
  265. /* confdefs.h */
  266. #define PACKAGE_NAME "OPCUAServer"
  267. #define PACKAGE_TARNAME "opcuaserver"
  268. #define PACKAGE_VERSION "1.0"
  269. #define PACKAGE_STRING "OPCUAServer 1.0"
  270. #define PACKAGE_BUGREPORT ""
  271. #define PACKAGE_URL ""
  272. #define PACKAGE "opcuaserver"
  273. #define VERSION "1.0"
  274. configure: exit 0
  275. ## ---------------------- ##
  276. ## Running config.status. ##
  277. ## ---------------------- ##
  278. This file was extended by OPCUAServer config.status 1.0, which was
  279. generated by GNU Autoconf 2.68. Invocation command line was
  280. CONFIG_FILES =
  281. CONFIG_HEADERS =
  282. CONFIG_LINKS =
  283. CONFIG_COMMANDS =
  284. $ ./config.status src/Makefile depfiles
  285. on opcua-VirtualBox
  286. config.status:793: creating src/Makefile
  287. config.status:965: executing depfiles commands
  288. ## ---------------------- ##
  289. ## Running config.status. ##
  290. ## ---------------------- ##
  291. This file was extended by OPCUAServer config.status 1.0, which was
  292. generated by GNU Autoconf 2.68. Invocation command line was
  293. CONFIG_FILES =
  294. CONFIG_HEADERS =
  295. CONFIG_LINKS =
  296. CONFIG_COMMANDS =
  297. $ ./config.status src/Makefile depfiles
  298. on opcua-VirtualBox
  299. config.status:793: creating src/Makefile
  300. config.status:965: executing depfiles commands
  301. ## ---------------------- ##
  302. ## Running config.status. ##
  303. ## ---------------------- ##
  304. This file was extended by OPCUAServer config.status 1.0, which was
  305. generated by GNU Autoconf 2.68. Invocation command line was
  306. CONFIG_FILES =
  307. CONFIG_HEADERS =
  308. CONFIG_LINKS =
  309. CONFIG_COMMANDS =
  310. $ ./config.status src/Makefile depfiles
  311. on opcua-VirtualBox
  312. config.status:793: creating src/Makefile
  313. config.status:965: executing depfiles commands
  314. ## ---------------------- ##
  315. ## Running config.status. ##
  316. ## ---------------------- ##
  317. This file was extended by OPCUAServer config.status 1.0, which was
  318. generated by GNU Autoconf 2.68. Invocation command line was
  319. CONFIG_FILES =
  320. CONFIG_HEADERS =
  321. CONFIG_LINKS =
  322. CONFIG_COMMANDS =
  323. $ ./config.status src/Makefile depfiles
  324. on opcua-VirtualBox
  325. config.status:793: creating src/Makefile
  326. config.status:965: executing depfiles commands
  327. ## ---------------------- ##
  328. ## Running config.status. ##
  329. ## ---------------------- ##
  330. This file was extended by OPCUAServer config.status 1.0, which was
  331. generated by GNU Autoconf 2.68. Invocation command line was
  332. CONFIG_FILES =
  333. CONFIG_HEADERS =
  334. CONFIG_LINKS =
  335. CONFIG_COMMANDS =
  336. $ ./config.status Makefile
  337. on opcua-VirtualBox
  338. config.status:793: creating Makefile
  339. ## ---------------------- ##
  340. ## Running config.status. ##
  341. ## ---------------------- ##
  342. This file was extended by OPCUAServer config.status 1.0, which was
  343. generated by GNU Autoconf 2.68. Invocation command line was
  344. CONFIG_FILES =
  345. CONFIG_HEADERS =
  346. CONFIG_LINKS =
  347. CONFIG_COMMANDS =
  348. $ ./config.status src/Makefile depfiles
  349. on opcua-VirtualBox
  350. config.status:793: creating src/Makefile
  351. config.status:965: executing depfiles commands
  352. ## ---------------------- ##
  353. ## Running config.status. ##
  354. ## ---------------------- ##
  355. This file was extended by OPCUAServer config.status 1.0, which was
  356. generated by GNU Autoconf 2.68. Invocation command line was
  357. CONFIG_FILES =
  358. CONFIG_HEADERS =
  359. CONFIG_LINKS =
  360. CONFIG_COMMANDS =
  361. $ ./config.status src/Makefile depfiles
  362. on opcua-VirtualBox
  363. config.status:793: creating src/Makefile
  364. config.status:965: executing depfiles commands
  365. ## ---------------------- ##
  366. ## Running config.status. ##
  367. ## ---------------------- ##
  368. This file was extended by OPCUAServer config.status 1.0, which was
  369. generated by GNU Autoconf 2.68. Invocation command line was
  370. CONFIG_FILES =
  371. CONFIG_HEADERS =
  372. CONFIG_LINKS =
  373. CONFIG_COMMANDS =
  374. $ ./config.status src/Makefile depfiles
  375. on opcua-VirtualBox
  376. config.status:793: creating src/Makefile
  377. config.status:965: executing depfiles commands
  378. ## ---------------------- ##
  379. ## Running config.status. ##
  380. ## ---------------------- ##
  381. This file was extended by OPCUAServer config.status 1.0, which was
  382. generated by GNU Autoconf 2.68. Invocation command line was
  383. CONFIG_FILES =
  384. CONFIG_HEADERS =
  385. CONFIG_LINKS =
  386. CONFIG_COMMANDS =
  387. $ ./config.status src/Makefile depfiles
  388. on opcua-VirtualBox
  389. config.status:793: creating src/Makefile
  390. config.status:965: executing depfiles commands
  391. ## ---------------------- ##
  392. ## Running config.status. ##
  393. ## ---------------------- ##
  394. This file was extended by OPCUAServer config.status 1.0, which was
  395. generated by GNU Autoconf 2.68. Invocation command line was
  396. CONFIG_FILES =
  397. CONFIG_HEADERS =
  398. CONFIG_LINKS =
  399. CONFIG_COMMANDS =
  400. $ ./config.status src/Makefile depfiles
  401. on opcua-VirtualBox
  402. config.status:793: creating src/Makefile
  403. config.status:965: executing depfiles commands
  404. ## ---------------------- ##
  405. ## Running config.status. ##
  406. ## ---------------------- ##
  407. This file was extended by OPCUAServer config.status 1.0, which was
  408. generated by GNU Autoconf 2.68. Invocation command line was
  409. CONFIG_FILES =
  410. CONFIG_HEADERS =
  411. CONFIG_LINKS =
  412. CONFIG_COMMANDS =
  413. $ ./config.status src/Makefile depfiles
  414. on opcua-VirtualBox
  415. config.status:793: creating src/Makefile
  416. config.status:965: executing depfiles commands
  417. ## ---------------------- ##
  418. ## Running config.status. ##
  419. ## ---------------------- ##
  420. This file was extended by OPCUAServer config.status 1.0, which was
  421. generated by GNU Autoconf 2.68. Invocation command line was
  422. CONFIG_FILES =
  423. CONFIG_HEADERS =
  424. CONFIG_LINKS =
  425. CONFIG_COMMANDS =
  426. $ ./config.status src/Makefile depfiles
  427. on opcua-VirtualBox
  428. config.status:793: creating src/Makefile
  429. config.status:965: executing depfiles commands
  430. ## ---------------------- ##
  431. ## Running config.status. ##
  432. ## ---------------------- ##
  433. This file was extended by OPCUAServer config.status 1.0, which was
  434. generated by GNU Autoconf 2.68. Invocation command line was
  435. CONFIG_FILES =
  436. CONFIG_HEADERS =
  437. CONFIG_LINKS =
  438. CONFIG_COMMANDS =
  439. $ ./config.status src/Makefile depfiles
  440. on opcua-VirtualBox
  441. config.status:793: creating src/Makefile
  442. config.status:965: executing depfiles commands
  443. ## ---------------------- ##
  444. ## Running config.status. ##
  445. ## ---------------------- ##
  446. This file was extended by OPCUAServer config.status 1.0, which was
  447. generated by GNU Autoconf 2.68. Invocation command line was
  448. CONFIG_FILES =
  449. CONFIG_HEADERS =
  450. CONFIG_LINKS =
  451. CONFIG_COMMANDS =
  452. $ ./config.status src/Makefile depfiles
  453. on opcua-VirtualBox
  454. config.status:793: creating src/Makefile
  455. config.status:965: executing depfiles commands
  456. ## ---------------------- ##
  457. ## Running config.status. ##
  458. ## ---------------------- ##
  459. This file was extended by OPCUAServer config.status 1.0, which was
  460. generated by GNU Autoconf 2.68. Invocation command line was
  461. CONFIG_FILES =
  462. CONFIG_HEADERS =
  463. CONFIG_LINKS =
  464. CONFIG_COMMANDS =
  465. $ ./config.status src/Makefile depfiles
  466. on opcua-VirtualBox
  467. config.status:793: creating src/Makefile
  468. config.status:965: executing depfiles commands
  469. ## ---------------------- ##
  470. ## Running config.status. ##
  471. ## ---------------------- ##
  472. This file was extended by OPCUAServer config.status 1.0, which was
  473. generated by GNU Autoconf 2.68. Invocation command line was
  474. CONFIG_FILES =
  475. CONFIG_HEADERS =
  476. CONFIG_LINKS =
  477. CONFIG_COMMANDS =
  478. $ ./config.status src/Makefile depfiles
  479. on opcua-VirtualBox
  480. config.status:793: creating src/Makefile
  481. config.status:965: executing depfiles commands