config.log 11 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376
  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.69. Invocation command line was
  5. $ /home/opcua/git/opcUaStack/OPCUAServer/configure
  6. ## --------- ##
  7. ## Platform. ##
  8. ## --------- ##
  9. hostname = gemini
  10. uname -m = i686
  11. uname -r = 3.11.0-15-generic
  12. uname -s = Linux
  13. uname -v = #23-Ubuntu SMP Mon Dec 9 18:16:27 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/local/heroku/bin
  24. PATH: /home/sten/bin
  25. PATH: /usr/lib/lightdm/lightdm
  26. PATH: /usr/local/sbin
  27. PATH: /usr/local/bin
  28. PATH: /usr/sbin
  29. PATH: /usr/bin
  30. PATH: /sbin
  31. PATH: /bin
  32. PATH: /usr/games
  33. PATH: /usr/local/games
  34. PATH: /home/sten/acplt/bin
  35. ## ----------- ##
  36. ## Core tests. ##
  37. ## ----------- ##
  38. configure:2170: checking build system type
  39. configure:2184: result: i686-pc-linux-gnu
  40. configure:2204: checking host system type
  41. configure:2217: result: i686-pc-linux-gnu
  42. configure:2237: checking target system type
  43. configure:2250: result: i686-pc-linux-gnu
  44. configure:2293: checking for a BSD-compatible install
  45. configure:2361: result: /usr/bin/install -c
  46. configure:2372: checking whether build environment is sane
  47. configure:2427: result: yes
  48. configure:2578: checking for a thread-safe mkdir -p
  49. configure:2617: result: /bin/mkdir -p
  50. configure:2624: checking for gawk
  51. configure:2640: found /usr/bin/gawk
  52. configure:2651: result: gawk
  53. configure:2662: checking whether make sets $(MAKE)
  54. configure:2684: result: yes
  55. configure:2713: checking whether make supports nested variables
  56. configure:2730: result: yes
  57. configure:2862: checking for gcc
  58. configure:2878: found /usr/bin/gcc
  59. configure:2889: result: gcc
  60. configure:3118: checking for C compiler version
  61. configure:3127: gcc --version >&5
  62. gcc (Ubuntu/Linaro 4.8.1-10ubuntu9) 4.8.1
  63. Copyright (C) 2013 Free Software Foundation, Inc.
  64. This is free software; see the source for copying conditions. There is NO
  65. warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
  66. configure:3138: $? = 0
  67. configure:3127: gcc -v >&5
  68. Using built-in specs.
  69. COLLECT_GCC=gcc
  70. COLLECT_LTO_WRAPPER=/usr/lib/gcc/i686-linux-gnu/4.8/lto-wrapper
  71. Target: i686-linux-gnu
  72. Configured with: ../src/configure -v --with-pkgversion='Ubuntu/Linaro 4.8.1-10ubuntu9' --with-bugurl=file:///usr/share/doc/gcc-4.8/README.Bugs --enable-languages=c,c++,java,go,d,fortran,objc,obj-c++ --prefix=/usr --program-suffix=-4.8 --enable-shared --enable-linker-build-id --libexecdir=/usr/lib --without-included-gettext --enable-threads=posix --with-gxx-include-dir=/usr/include/c++/4.8 --libdir=/usr/lib --enable-nls --with-sysroot=/ --enable-clocale=gnu --enable-libstdcxx-debug --enable-libstdcxx-time=yes --enable-gnu-unique-object --enable-plugin --with-system-zlib --disable-browser-plugin --enable-java-awt=gtk --enable-gtk-cairo --with-java-home=/usr/lib/jvm/java-1.5.0-gcj-4.8-i386/jre --enable-java-home --with-jvm-root-dir=/usr/lib/jvm/java-1.5.0-gcj-4.8-i386 --with-jvm-jar-dir=/usr/lib/jvm-exports/java-1.5.0-gcj-4.8-i386 --with-arch-directory=i386 --with-ecj-jar=/usr/share/java/eclipse-ecj.jar --enable-objc-gc --enable-targets=all --enable-multiarch --disable-werror --with-arch-32=i686 --with-multilib-list=m32,m64,mx32 --with-tune=generic --enable-checking=release --build=i686-linux-gnu --host=i686-linux-gnu --target=i686-linux-gnu
  73. Thread model: posix
  74. gcc version 4.8.1 (Ubuntu/Linaro 4.8.1-10ubuntu9)
  75. configure:3138: $? = 0
  76. configure:3127: gcc -V >&5
  77. gcc: error: unrecognized command line option '-V'
  78. gcc: fatal error: no input files
  79. compilation terminated.
  80. configure:3138: $? = 4
  81. configure:3127: gcc -qversion >&5
  82. gcc: error: unrecognized command line option '-qversion'
  83. gcc: fatal error: no input files
  84. compilation terminated.
  85. configure:3138: $? = 4
  86. configure:3158: checking whether the C compiler works
  87. configure:3180: gcc conftest.c >&5
  88. configure:3184: $? = 0
  89. configure:3232: result: yes
  90. configure:3235: checking for C compiler default output file name
  91. configure:3237: result: a.out
  92. configure:3243: checking for suffix of executables
  93. configure:3250: gcc -o conftest conftest.c >&5
  94. configure:3254: $? = 0
  95. configure:3276: result:
  96. configure:3298: checking whether we are cross compiling
  97. configure:3306: gcc -o conftest conftest.c >&5
  98. configure:3310: $? = 0
  99. configure:3317: ./conftest
  100. configure:3321: $? = 0
  101. configure:3336: result: no
  102. configure:3341: checking for suffix of object files
  103. configure:3363: gcc -c conftest.c >&5
  104. configure:3367: $? = 0
  105. configure:3388: result: o
  106. configure:3392: checking whether we are using the GNU C compiler
  107. configure:3411: gcc -c conftest.c >&5
  108. configure:3411: $? = 0
  109. configure:3420: result: yes
  110. configure:3429: checking whether gcc accepts -g
  111. configure:3449: gcc -c -g conftest.c >&5
  112. configure:3449: $? = 0
  113. configure:3490: result: yes
  114. configure:3507: checking for gcc option to accept ISO C89
  115. configure:3570: gcc -c -g -O2 conftest.c >&5
  116. configure:3570: $? = 0
  117. configure:3583: result: none needed
  118. configure:3614: checking for style of include used by make
  119. configure:3642: result: GNU
  120. configure:3668: checking dependency style of gcc
  121. configure:3779: result: gcc3
  122. configure:3795: checking whether gcc and cc understand -c and -o together
  123. configure:3826: gcc -c conftest.c -o conftest2.o >&5
  124. configure:3830: $? = 0
  125. configure:3836: gcc -c conftest.c -o conftest2.o >&5
  126. configure:3840: $? = 0
  127. configure:3851: cc -c conftest.c >&5
  128. configure:3855: $? = 0
  129. configure:3863: cc -c conftest.c -o conftest2.o >&5
  130. configure:3867: $? = 0
  131. configure:3873: cc -c conftest.c -o conftest2.o >&5
  132. configure:3877: $? = 0
  133. configure:3895: result: yes
  134. configure:3921: checking for expon in -lm
  135. configure:3946: gcc -o conftest -g -O2 conftest.c -lm >&5
  136. /tmp/ccXut5pV.o: In function `main':
  137. /home/sten/Desktop/Open62541/OPCUAServer/conftest.c:22: undefined reference to `expon'
  138. collect2: error: ld returned 1 exit status
  139. configure:3946: $? = 1
  140. configure: failed program was:
  141. | /* confdefs.h */
  142. | #define PACKAGE_NAME "OPCUAServer"
  143. | #define PACKAGE_TARNAME "opcuaserver"
  144. | #define PACKAGE_VERSION "1.0"
  145. | #define PACKAGE_STRING "OPCUAServer 1.0"
  146. | #define PACKAGE_BUGREPORT ""
  147. | #define PACKAGE_URL ""
  148. | #define PACKAGE "opcuaserver"
  149. | #define VERSION "1.0"
  150. | /* end confdefs.h. */
  151. |
  152. | /* Override any GCC internal prototype to avoid an error.
  153. | Use char because int might match the return type of a GCC
  154. | builtin and then its argument prototype would still apply. */
  155. | #ifdef __cplusplus
  156. | extern "C"
  157. | #endif
  158. | char expon ();
  159. | int
  160. | main ()
  161. | {
  162. | return expon ();
  163. | ;
  164. | return 0;
  165. | }
  166. configure:3955: result: no
  167. configure:3965: error: Libm missing
  168. ## ---------------- ##
  169. ## Cache variables. ##
  170. ## ---------------- ##
  171. ac_cv_build=i686-pc-linux-gnu
  172. ac_cv_c_compiler_gnu=yes
  173. ac_cv_env_CC_set=
  174. ac_cv_env_CC_value=
  175. ac_cv_env_CFLAGS_set=
  176. ac_cv_env_CFLAGS_value=
  177. ac_cv_env_CHECK_CFLAGS_set=
  178. ac_cv_env_CHECK_CFLAGS_value=
  179. ac_cv_env_CHECK_LIBS_set=
  180. ac_cv_env_CHECK_LIBS_value=
  181. ac_cv_env_CPPFLAGS_set=
  182. ac_cv_env_CPPFLAGS_value=
  183. ac_cv_env_CPP_set=
  184. ac_cv_env_CPP_value=
  185. ac_cv_env_LDFLAGS_set=
  186. ac_cv_env_LDFLAGS_value=
  187. ac_cv_env_LIBS_set=
  188. ac_cv_env_LIBS_value=
  189. ac_cv_env_PKG_CONFIG_LIBDIR_set=
  190. ac_cv_env_PKG_CONFIG_LIBDIR_value=
  191. ac_cv_env_PKG_CONFIG_PATH_set=
  192. ac_cv_env_PKG_CONFIG_PATH_value=
  193. ac_cv_env_PKG_CONFIG_set=
  194. ac_cv_env_PKG_CONFIG_value=
  195. ac_cv_env_build_alias_set=
  196. ac_cv_env_build_alias_value=
  197. ac_cv_env_host_alias_set=
  198. ac_cv_env_host_alias_value=
  199. ac_cv_env_target_alias_set=
  200. ac_cv_env_target_alias_value=
  201. ac_cv_host=i686-pc-linux-gnu
  202. ac_cv_lib_m_expon=no
  203. ac_cv_objext=o
  204. ac_cv_path_install='/usr/bin/install -c'
  205. ac_cv_path_mkdir=/bin/mkdir
  206. ac_cv_prog_AWK=gawk
  207. ac_cv_prog_ac_ct_CC=gcc
  208. ac_cv_prog_cc_c89=
  209. ac_cv_prog_cc_g=yes
  210. ac_cv_prog_cc_gcc_c_o=yes
  211. ac_cv_prog_make_make_set=yes
  212. ac_cv_target=i686-pc-linux-gnu
  213. am_cv_CC_dependencies_compiler_type=gcc3
  214. am_cv_make_support_nested_variables=yes
  215. ## ----------------- ##
  216. ## Output variables. ##
  217. ## ----------------- ##
  218. ACLOCAL='${SHELL} /home/sten/Desktop/Open62541/OPCUAServer/missing aclocal-1.13'
  219. AMDEPBACKSLASH='\'
  220. AMDEP_FALSE='#'
  221. AMDEP_TRUE=''
  222. AMTAR='$${TAR-tar}'
  223. AM_BACKSLASH='\'
  224. AM_DEFAULT_V='$(AM_DEFAULT_VERBOSITY)'
  225. AM_DEFAULT_VERBOSITY='1'
  226. AM_V='$(V)'
  227. AR=''
  228. AUTOCONF='${SHELL} /home/sten/Desktop/Open62541/OPCUAServer/missing autoconf'
  229. AUTOHEADER='${SHELL} /home/sten/Desktop/Open62541/OPCUAServer/missing autoheader'
  230. AUTOMAKE='${SHELL} /home/sten/Desktop/Open62541/OPCUAServer/missing automake-1.13'
  231. AWK='gawk'
  232. CC='gcc'
  233. CCDEPMODE='depmode=gcc3'
  234. CFLAGS='-g -O2'
  235. CHECK_CFLAGS=''
  236. CHECK_LIBS=''
  237. CPP=''
  238. CPPFLAGS=''
  239. CYGPATH_W='echo'
  240. DEFS=''
  241. DEPDIR='.deps'
  242. DLLTOOL=''
  243. DSYMUTIL=''
  244. DUMPBIN=''
  245. ECHO_C=''
  246. ECHO_N='-n'
  247. ECHO_T=''
  248. EGREP=''
  249. EXEEXT=''
  250. FGREP=''
  251. GREP=''
  252. HAVE_CHECK_FALSE=''
  253. HAVE_CHECK_TRUE=''
  254. INSTALL_DATA='${INSTALL} -m 644'
  255. INSTALL_PROGRAM='${INSTALL}'
  256. INSTALL_SCRIPT='${INSTALL}'
  257. INSTALL_STRIP_PROGRAM='$(install_sh) -c -s'
  258. LD=''
  259. LDFLAGS=''
  260. LIBOBJS=''
  261. LIBS=''
  262. LIBTOOL=''
  263. LIPO=''
  264. LN_S=''
  265. LTLIBOBJS=''
  266. MAKEINFO='${SHELL} /home/sten/Desktop/Open62541/OPCUAServer/missing makeinfo'
  267. MANIFEST_TOOL=''
  268. MKDIR_P='/bin/mkdir -p'
  269. NM=''
  270. NMEDIT=''
  271. OBJDUMP=''
  272. OBJEXT='o'
  273. OTOOL64=''
  274. OTOOL=''
  275. PACKAGE='opcuaserver'
  276. PACKAGE_BUGREPORT=''
  277. PACKAGE_NAME='OPCUAServer'
  278. PACKAGE_STRING='OPCUAServer 1.0'
  279. PACKAGE_TARNAME='opcuaserver'
  280. PACKAGE_URL=''
  281. PACKAGE_VERSION='1.0'
  282. PATH_SEPARATOR=':'
  283. PKG_CONFIG=''
  284. PKG_CONFIG_LIBDIR=''
  285. PKG_CONFIG_PATH=''
  286. RANLIB=''
  287. SED=''
  288. SET_MAKE=''
  289. SHELL='/bin/bash'
  290. STRIP=''
  291. VERSION='1.0'
  292. ac_ct_AR=''
  293. ac_ct_CC='gcc'
  294. ac_ct_DUMPBIN=''
  295. am__EXEEXT_FALSE=''
  296. am__EXEEXT_TRUE=''
  297. am__fastdepCC_FALSE='#'
  298. am__fastdepCC_TRUE=''
  299. am__include='include'
  300. am__isrc=''
  301. am__leading_dot='.'
  302. am__nodep='_no'
  303. am__quote=''
  304. am__tar='$${TAR-tar} chof - "$$tardir"'
  305. am__untar='$${TAR-tar} xf -'
  306. bindir='${exec_prefix}/bin'
  307. build='i686-pc-linux-gnu'
  308. build_alias=''
  309. build_cpu='i686'
  310. build_os='linux-gnu'
  311. build_vendor='pc'
  312. datadir='${datarootdir}'
  313. datarootdir='${prefix}/share'
  314. docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
  315. dvidir='${docdir}'
  316. exec_prefix='NONE'
  317. host='i686-pc-linux-gnu'
  318. host_alias=''
  319. host_cpu='i686'
  320. host_os='linux-gnu'
  321. host_vendor='pc'
  322. htmldir='${docdir}'
  323. includedir='${prefix}/include'
  324. infodir='${datarootdir}/info'
  325. install_sh='${SHELL} /home/sten/Desktop/Open62541/OPCUAServer/install-sh'
  326. libdir='${exec_prefix}/lib'
  327. libexecdir='${exec_prefix}/libexec'
  328. localedir='${datarootdir}/locale'
  329. localstatedir='${prefix}/var'
  330. mandir='${datarootdir}/man'
  331. mkdir_p='$(MKDIR_P)'
  332. oldincludedir='/usr/include'
  333. pdfdir='${docdir}'
  334. prefix='NONE'
  335. program_transform_name='s,x,x,'
  336. psdir='${docdir}'
  337. sbindir='${exec_prefix}/sbin'
  338. sharedstatedir='${prefix}/com'
  339. sysconfdir='${prefix}/etc'
  340. target='i686-pc-linux-gnu'
  341. target_alias=''
  342. target_cpu='i686'
  343. target_os='linux-gnu'
  344. target_vendor='pc'
  345. ## ----------- ##
  346. ## confdefs.h. ##
  347. ## ----------- ##
  348. /* confdefs.h */
  349. #define PACKAGE_NAME "OPCUAServer"
  350. #define PACKAGE_TARNAME "opcuaserver"
  351. #define PACKAGE_VERSION "1.0"
  352. #define PACKAGE_STRING "OPCUAServer 1.0"
  353. #define PACKAGE_BUGREPORT ""
  354. #define PACKAGE_URL ""
  355. #define PACKAGE "opcuaserver"
  356. #define VERSION "1.0"
  357. configure: exit 1