Advertisement
Guest User

Untitled

a guest
Jan 16th, 2013
754
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 50.38 KB | None | 0 0
  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 wso2-wsf-cpp-src configure 2.1.0, which was
  5. generated by GNU Autoconf 2.63. Invocation command line was
  6.  
  7. $ ./configure --enable-openssl --enable-savan=no --prefix=/home/tux/wsf_bb10_ssl --build=i686-pc-linux --host=arm-unknown-nto-qnx8.0.0eabi
  8.  
  9. ## --------- ##
  10. ## Platform. ##
  11. ## --------- ##
  12.  
  13. hostname = linux-suse
  14. uname -m = x86_64
  15. uname -r = 3.4.11-2.16-desktop
  16. uname -s = Linux
  17. uname -v = #1 SMP PREEMPT Wed Sep 26 17:05:00 UTC 2012 (259fc87)
  18.  
  19. /usr/bin/uname -p = x86_64
  20. /bin/uname -X = unknown
  21.  
  22. /bin/arch = x86_64
  23. /usr/bin/arch -k = unknown
  24. /usr/convex/getsysinfo = unknown
  25. /usr/bin/hostinfo = unknown
  26. /bin/machine = unknown
  27. /usr/bin/oslevel = unknown
  28. /bin/universe = unknown
  29.  
  30. PATH: /home/tux/dev/bbndk10_0_09/host_10_0_9_404/linux/x86/usr/bin
  31. PATH: /home/tux/.rim/bbndk/bin
  32. PATH: /home/tux/dev/bbndk10_0_09/ide/linux/x86/eclipse/jre/bin
  33. PATH: /home/tux/dev/bbndk10_0_09/host_10_0_9_404/linux/x86/usr/bin
  34. PATH: /home/tux/.rim/bbndk/bin
  35. PATH: /home/tux/dev/bbndk10_0_09/ide/linux/x86/eclipse/jre/bin
  36. PATH: /home/tux/bin
  37. PATH: /usr/local/bin
  38. PATH: /usr/bin
  39. PATH: /bin
  40. PATH: /usr/bin/X11
  41. PATH: /usr/X11R6/bin
  42. PATH: /usr/games
  43. PATH: /home/tux/dev/jdk1.6.0_35/bin
  44. PATH: /home/tux/dev/jdk1.6.0_35/bin
  45.  
  46.  
  47. ## ----------- ##
  48. ## Core tests. ##
  49. ## ----------- ##
  50.  
  51. configure:1957: loading site script /usr/share/site/x86_64-unknown-linux-gnu
  52. | #!/bin/sh
  53. | # Site script for configure. It is resourced via $CONFIG_SITE environment varaible.
  54. |
  55. | # If user did not specify libdir, guess the correct target:
  56. | # Use lib64 for 64 bit bi-arch targets, keep the default for the rest.
  57. | if test "$libdir" = '${exec_prefix}/lib' ; then
  58. |
  59. | ac_config_site_64bit_host=NONE
  60. |
  61. | case "$host" in
  62. | "" )
  63. | # User did not specify host target.
  64. | # The native platform x86_64 is a bi-arch platform.
  65. | # Try to detect cross-compilation to inferior architecture.
  66. |
  67. | # We are trying to guess 32-bit target compilation. It's not as easy as
  68. | # it sounds, as there is possible several intermediate combinations.
  69. | ac_config_site_cross_to_32bit_host=NONE
  70. |
  71. | # User defined -m32 in CFLAGS or CXXFLAGS:
  72. | # (It's sufficient for 32-bit, but alone may cause mis-behavior of some checks.)
  73. | case "$CFLAGS" in
  74. | *-m32*)
  75. | ac_config_site_cross_to_32bit_host=YES
  76. | ;;
  77. | esac
  78. | case "$CXXFLAGS" in
  79. | *-m32*)
  80. | ac_config_site_cross_to_32bit_host=YES
  81. | ;;
  82. | esac
  83. |
  84. | # Running with linux32:
  85. | # (Changes detected platform, but not the toolchain target.)
  86. | case "`/bin/uname -i`" in
  87. | x86_64 | ppc64 | s390x )
  88. | ;;
  89. | * )
  90. | ac_config_site_cross_to_32bit_host=YES
  91. | ;;
  92. | esac
  93. |
  94. | if test "x$ac_config_site_cross_to_32bit_host" = xNONE; then
  95. | ac_config_site_64bit_host=YES
  96. | fi
  97. |
  98. | ;;
  99. | *x86_64* | *ppc64* | *s390x* )
  100. | ac_config_site_64bit_host=YES
  101. | ;;
  102. | esac
  103. |
  104. | if test "x$ac_config_site_64bit_host" = xYES; then
  105. | libdir='${exec_prefix}/lib64'
  106. | fi
  107. | fi
  108. |
  109. | # If user did not specify libexecdir, set the correct target:
  110. | # Nor FHS nor openSUSE allow prefix/libexec. Let's default to prefix/lib.
  111. |
  112. | if test "$libexecdir" = '${exec_prefix}/libexec' ; then
  113. | libexecdir='${exec_prefix}/lib'
  114. | fi
  115. |
  116. | # Continue with the standard behavior of configure defined in AC_SITE_LOAD:
  117. | if test "x$prefix" != xNONE; then
  118. | ac_site_file1=$prefix/share/config.site
  119. | ac_site_file2=$prefix/etc/config.site
  120. | else
  121. | ac_site_file1=$ac_default_prefix/share/config.site
  122. | ac_site_file2=$ac_default_prefix/etc/config.site
  123. | fi
  124. | for ac_site_file in "$ac_site_file1" "$ac_site_file2"
  125. | do
  126. | test "x$ac_site_file" = xNONE && continue
  127. | if test /dev/null != "$ac_site_file" && test -r "$ac_site_file"; then
  128. | { $as_echo "/usr/share/site/x86_64-unknown-linux-gnu:${as_lineno-$LINENO}: loading site script $ac_site_file" >&5
  129. | $as_echo "/usr/share/site/x86_64-unknown-linux-gnu: loading site script $ac_site_file" >&6;}
  130. | sed 's/^/| /' "$ac_site_file" >&5
  131. | . "$ac_site_file" \
  132. | || { { $as_echo "/usr/share/site/x86_64-unknown-linux-gnu:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
  133. | $as_echo "/usr/share/site/x86_64-unknown-linux-gnu: error: in \`$ac_pwd':" >&2;}
  134. | as_fn_error $? "failed to load site script $ac_site_file
  135. | See \`config.log' for more details" "$LINENO" 5; }
  136. | fi
  137. | done
  138. configure:2109: checking build system type
  139. configure:2127: result: i686-pc-linux-gnu
  140. configure:2149: checking host system type
  141. configure:2164: result: arm-unknown-nto-qnx8.0.0eabi
  142. configure:2186: checking target system type
  143. configure:2201: result: arm-unknown-nto-qnx8.0.0eabi
  144. configure:2247: checking for a BSD-compatible install
  145. configure:2315: result: /usr/bin/install -c
  146. configure:2326: checking whether build environment is sane
  147. configure:2369: result: yes
  148. configure:2394: checking for a thread-safe mkdir -p
  149. configure:2433: result: /usr/bin/mkdir -p
  150. configure:2446: checking for gawk
  151. configure:2462: found /usr/bin/gawk
  152. configure:2473: result: gawk
  153. configure:2484: checking whether make sets $(MAKE)
  154. configure:2506: result: yes
  155. configure:2586: checking for arm-unknown-nto-qnx8.0.0eabi-strip
  156. configure:2602: found /home/tux/dev/bbndk10_0_09/host_10_0_9_404/linux/x86/usr/bin/arm-unknown-nto-qnx8.0.0eabi-strip
  157. configure:2613: result: arm-unknown-nto-qnx8.0.0eabi-strip
  158. configure:2685: checking how to create a ustar tar archive
  159. configure:2698: tar --version
  160. tar (GNU tar) 1.26
  161. Copyright (C) 2011 Free Software Foundation, Inc.
  162. License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>.
  163. This is free software: you are free to change and redistribute it.
  164. There is NO WARRANTY, to the extent permitted by law.
  165.  
  166. Written by John Gilmore and Jay Fenlason.
  167. configure:2701: $? = 0
  168. configure:2741: tardir=conftest.dir && eval tar --format=ustar -chf - "$tardir" >conftest.tar
  169. configure:2744: $? = 0
  170. configure:2748: tar -xf - <conftest.tar
  171. configure:2751: $? = 0
  172. configure:2764: result: gnutar
  173. configure:2781: checking for arm-unknown-nto-qnx8.0.0eabi-gcc
  174. configure:2797: found /home/tux/dev/bbndk10_0_09/host_10_0_9_404/linux/x86/usr/bin/arm-unknown-nto-qnx8.0.0eabi-gcc
  175. configure:2808: result: arm-unknown-nto-qnx8.0.0eabi-gcc
  176. configure:3080: checking for C compiler version
  177. configure:3088: arm-unknown-nto-qnx8.0.0eabi-gcc --version >&5
  178. arm-unknown-nto-qnx8.0.0eabi-gcc (GCC) 4.6.3
  179. Copyright (C) 2011 Free Software Foundation, Inc.
  180. This is free software; see the source for copying conditions. There is NO
  181. warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
  182.  
  183. configure:3092: $? = 0
  184. configure:3099: arm-unknown-nto-qnx8.0.0eabi-gcc -v >&5
  185. Using built-in specs.
  186. COLLECT_GCC=arm-unknown-nto-qnx8.0.0eabi-gcc
  187. COLLECT_LTO_WRAPPER=/home/tux/dev/bbndk10_0_09/host_10_0_9_404/linux/x86/usr/lib/gcc/arm-unknown-nto-qnx8.0.0eabi/4.6.3/lto-wrapper
  188. Target: arm-unknown-nto-qnx8.0.0eabi
  189. Configured with: ../configure --srcdir=.. --build=i686-pc-linux-gnu --enable-cheaders=c --with-as=ntoarm-as --with-ld=ntoarm-ld --with-sysroot=/opt/qnx800/target/qnx6/ --disable-werror --libdir=/opt/qnx800/host/linux/x86/usr/lib --libexecdir=/opt/qnx800/host/linux/x86/usr/lib --target=arm-unknown-nto-qnx8.0.0eabi --prefix=/opt/qnx800/host/linux/x86/usr --exec-prefix=/opt/qnx800/host/linux/x86/usr --with-local-prefix=/opt/qnx800/host/linux/x86/usr --enable-languages=c++ --enable-threads=posix --disable-nls --disable-libssp --disable-tls --disable-libstdcxx-pch --enable-libmudflap --enable-__cxa_atexit --with-gxx-include-dir=/opt/qnx800/target/qnx6/usr/include/c++/4.6.3 --enable-shared --enable-multilib --with-bugurl=http://www.qnx.com --enable-gnu-indirect-function --with-arch=armv7-a --with-float=softfp --with-fpu=vfpv3-d16 --with-mode=thumb CC=i686-unknown-linux-gnu-gcc LDFLAGS='-Wl,-s ' AUTOMAKE=: AUTOCONF=: AUTOHEADER=: AUTORECONF=: ACLOCAL=:
  190. Thread model: posix
  191. gcc version 4.6.3 (GCC)
  192. configure:3103: $? = 0
  193. configure:3110: arm-unknown-nto-qnx8.0.0eabi-gcc -V >&5
  194. arm-unknown-nto-qnx8.0.0eabi-gcc: error: unrecognized option '-V'
  195. arm-unknown-nto-qnx8.0.0eabi-gcc: fatal error: no input files
  196. compilation terminated.
  197. configure:3114: $? = 1
  198. configure:3137: checking for C compiler default output file name
  199. configure:3159: arm-unknown-nto-qnx8.0.0eabi-gcc conftest.c >&5
  200. configure:3163: $? = 0
  201. configure:3201: result: a.out
  202. configure:3220: checking whether the C compiler works
  203. configure:3253: result: yes
  204. configure:3260: checking whether we are cross compiling
  205. configure:3262: result: yes
  206. configure:3265: checking for suffix of executables
  207. configure:3272: arm-unknown-nto-qnx8.0.0eabi-gcc -o conftest conftest.c >&5
  208. configure:3276: $? = 0
  209. configure:3302: result:
  210. configure:3308: checking for suffix of object files
  211. configure:3334: arm-unknown-nto-qnx8.0.0eabi-gcc -c conftest.c >&5
  212. configure:3338: $? = 0
  213. configure:3363: result: o
  214. configure:3367: checking whether we are using the GNU C compiler
  215. configure:3396: arm-unknown-nto-qnx8.0.0eabi-gcc -c conftest.c >&5
  216. configure:3403: $? = 0
  217. configure:3420: result: yes
  218. configure:3429: checking whether arm-unknown-nto-qnx8.0.0eabi-gcc accepts -g
  219. configure:3459: arm-unknown-nto-qnx8.0.0eabi-gcc -c -g conftest.c >&5
  220. configure:3466: $? = 0
  221. configure:3567: result: yes
  222. configure:3584: checking for arm-unknown-nto-qnx8.0.0eabi-gcc option to accept ISO C89
  223. configure:3658: arm-unknown-nto-qnx8.0.0eabi-gcc -c -g -O2 conftest.c >&5
  224. configure:3665: $? = 0
  225. configure:3688: result: none needed
  226. configure:3717: checking for style of include used by make
  227. configure:3745: result: GNU
  228. configure:3770: checking dependency style of arm-unknown-nto-qnx8.0.0eabi-gcc
  229. configure:3861: result: gcc3
  230. configure:3890: checking for arm-unknown-nto-qnx8.0.0eabi-g++
  231. configure:3906: found /home/tux/dev/bbndk10_0_09/host_10_0_9_404/linux/x86/usr/bin/arm-unknown-nto-qnx8.0.0eabi-g++
  232. configure:3917: result: arm-unknown-nto-qnx8.0.0eabi-g++
  233. configure:3988: checking for C++ compiler version
  234. configure:3996: arm-unknown-nto-qnx8.0.0eabi-g++ --version >&5
  235. arm-unknown-nto-qnx8.0.0eabi-g++ (GCC) 4.6.3
  236. Copyright (C) 2011 Free Software Foundation, Inc.
  237. This is free software; see the source for copying conditions. There is NO
  238. warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
  239.  
  240. configure:4000: $? = 0
  241. configure:4007: arm-unknown-nto-qnx8.0.0eabi-g++ -v >&5
  242. Using built-in specs.
  243. COLLECT_GCC=arm-unknown-nto-qnx8.0.0eabi-g++
  244. COLLECT_LTO_WRAPPER=/home/tux/dev/bbndk10_0_09/host_10_0_9_404/linux/x86/usr/lib/gcc/arm-unknown-nto-qnx8.0.0eabi/4.6.3/lto-wrapper
  245. Target: arm-unknown-nto-qnx8.0.0eabi
  246. Configured with: ../configure --srcdir=.. --build=i686-pc-linux-gnu --enable-cheaders=c --with-as=ntoarm-as --with-ld=ntoarm-ld --with-sysroot=/opt/qnx800/target/qnx6/ --disable-werror --libdir=/opt/qnx800/host/linux/x86/usr/lib --libexecdir=/opt/qnx800/host/linux/x86/usr/lib --target=arm-unknown-nto-qnx8.0.0eabi --prefix=/opt/qnx800/host/linux/x86/usr --exec-prefix=/opt/qnx800/host/linux/x86/usr --with-local-prefix=/opt/qnx800/host/linux/x86/usr --enable-languages=c++ --enable-threads=posix --disable-nls --disable-libssp --disable-tls --disable-libstdcxx-pch --enable-libmudflap --enable-__cxa_atexit --with-gxx-include-dir=/opt/qnx800/target/qnx6/usr/include/c++/4.6.3 --enable-shared --enable-multilib --with-bugurl=http://www.qnx.com --enable-gnu-indirect-function --with-arch=armv7-a --with-float=softfp --with-fpu=vfpv3-d16 --with-mode=thumb CC=i686-unknown-linux-gnu-gcc LDFLAGS='-Wl,-s ' AUTOMAKE=: AUTOCONF=: AUTOHEADER=: AUTORECONF=: ACLOCAL=:
  247. Thread model: posix
  248. gcc version 4.6.3 (GCC)
  249. configure:4011: $? = 0
  250. configure:4018: arm-unknown-nto-qnx8.0.0eabi-g++ -V >&5
  251. arm-unknown-nto-qnx8.0.0eabi-g++: error: unrecognized option '-V'
  252. arm-unknown-nto-qnx8.0.0eabi-g++: fatal error: no input files
  253. compilation terminated.
  254. configure:4022: $? = 1
  255. configure:4025: checking whether we are using the GNU C++ compiler
  256. configure:4054: arm-unknown-nto-qnx8.0.0eabi-g++ -c conftest.cpp >&5
  257. configure:4061: $? = 0
  258. configure:4078: result: yes
  259. configure:4087: checking whether arm-unknown-nto-qnx8.0.0eabi-g++ accepts -g
  260. configure:4117: arm-unknown-nto-qnx8.0.0eabi-g++ -c -g conftest.cpp >&5
  261. configure:4124: $? = 0
  262. configure:4225: result: yes
  263. configure:4250: checking dependency style of arm-unknown-nto-qnx8.0.0eabi-g++
  264. configure:4341: result: gcc3
  265. configure:4361: checking how to run the C preprocessor
  266. configure:4401: arm-unknown-nto-qnx8.0.0eabi-gcc -E conftest.c
  267. configure:4408: $? = 0
  268. configure:4439: arm-unknown-nto-qnx8.0.0eabi-gcc -E conftest.c
  269. conftest.c:10:28: fatal error: ac_nonexistent.h: No such file or directory
  270. compilation terminated.
  271. configure:4446: $? = 1
  272. configure: failed program was:
  273. | /* confdefs.h. */
  274. | #define PACKAGE_NAME "wso2-wsf-cpp-src"
  275. | #define PACKAGE_TARNAME "wso2-wsf-cpp-src"
  276. | #define PACKAGE_VERSION "2.1.0"
  277. | #define PACKAGE_STRING "wso2-wsf-cpp-src 2.1.0"
  278. | #define PACKAGE_BUGREPORT ""
  279. | #define PACKAGE "wso2-wsf-cpp-src"
  280. | #define VERSION "2.1.0"
  281. | /* end confdefs.h. */
  282. | #include <ac_nonexistent.h>
  283. configure:4479: result: arm-unknown-nto-qnx8.0.0eabi-gcc -E
  284. configure:4508: arm-unknown-nto-qnx8.0.0eabi-gcc -E conftest.c
  285. configure:4515: $? = 0
  286. configure:4546: arm-unknown-nto-qnx8.0.0eabi-gcc -E conftest.c
  287. conftest.c:10:28: fatal error: ac_nonexistent.h: No such file or directory
  288. compilation terminated.
  289. configure:4553: $? = 1
  290. configure: failed program was:
  291. | /* confdefs.h. */
  292. | #define PACKAGE_NAME "wso2-wsf-cpp-src"
  293. | #define PACKAGE_TARNAME "wso2-wsf-cpp-src"
  294. | #define PACKAGE_VERSION "2.1.0"
  295. | #define PACKAGE_STRING "wso2-wsf-cpp-src 2.1.0"
  296. | #define PACKAGE_BUGREPORT ""
  297. | #define PACKAGE "wso2-wsf-cpp-src"
  298. | #define VERSION "2.1.0"
  299. | /* end confdefs.h. */
  300. | #include <ac_nonexistent.h>
  301. configure:4664: checking for a sed that does not truncate output
  302. configure:4720: result: /usr/bin/sed
  303. configure:4723: checking for grep that handles long lines and -e
  304. configure:4783: result: /usr/bin/grep
  305. configure:4788: checking for egrep
  306. configure:4852: result: /usr/bin/grep -E
  307. configure:4868: checking for ld used by arm-unknown-nto-qnx8.0.0eabi-gcc
  308. configure:4935: result: /home/tux/dev/bbndk10_0_09/host_10_0_9_404/linux/x86/usr/bin/ntoarm-ld
  309. configure:4944: checking if the linker (/home/tux/dev/bbndk10_0_09/host_10_0_9_404/linux/x86/usr/bin/ntoarm-ld) is GNU ld
  310. configure:4959: result: yes
  311. configure:4964: checking for /home/tux/dev/bbndk10_0_09/host_10_0_9_404/linux/x86/usr/bin/ntoarm-ld option to reload object files
  312. configure:4971: result: -r
  313. configure:4989: checking for BSD-compatible nm
  314. configure:5038: result: /home/tux/dev/bbndk10_0_09/host_10_0_9_404/linux/x86/usr/bin/arm-unknown-nto-qnx8.0.0eabi-nm -B
  315. configure:5042: checking whether ln -s works
  316. configure:5046: result: yes
  317. configure:5053: checking how to recognize dependent libraries
  318. configure:5239: result: unknown
  319. configure:5485: checking for ANSI C header files
  320. configure:5515: arm-unknown-nto-qnx8.0.0eabi-gcc -c -g -O2 conftest.c >&5
  321. configure:5522: $? = 0
  322. configure:5653: result: yes
  323. configure:5677: checking for sys/types.h
  324. configure:5698: arm-unknown-nto-qnx8.0.0eabi-gcc -c -g -O2 conftest.c >&5
  325. configure:5705: $? = 0
  326. configure:5722: result: yes
  327. configure:5677: checking for sys/stat.h
  328. configure:5698: arm-unknown-nto-qnx8.0.0eabi-gcc -c -g -O2 conftest.c >&5
  329. configure:5705: $? = 0
  330. configure:5722: result: yes
  331. configure:5677: checking for stdlib.h
  332. configure:5698: arm-unknown-nto-qnx8.0.0eabi-gcc -c -g -O2 conftest.c >&5
  333. configure:5705: $? = 0
  334. configure:5722: result: yes
  335. configure:5677: checking for string.h
  336. configure:5698: arm-unknown-nto-qnx8.0.0eabi-gcc -c -g -O2 conftest.c >&5
  337. configure:5705: $? = 0
  338. configure:5722: result: yes
  339. configure:5677: checking for memory.h
  340. configure:5698: arm-unknown-nto-qnx8.0.0eabi-gcc -c -g -O2 conftest.c >&5
  341. configure:5705: $? = 0
  342. configure:5722: result: yes
  343. configure:5677: checking for strings.h
  344. configure:5698: arm-unknown-nto-qnx8.0.0eabi-gcc -c -g -O2 conftest.c >&5
  345. configure:5705: $? = 0
  346. configure:5722: result: yes
  347. configure:5677: checking for inttypes.h
  348. configure:5698: arm-unknown-nto-qnx8.0.0eabi-gcc -c -g -O2 conftest.c >&5
  349. configure:5705: $? = 0
  350. configure:5722: result: yes
  351. configure:5677: checking for stdint.h
  352. configure:5698: arm-unknown-nto-qnx8.0.0eabi-gcc -c -g -O2 conftest.c >&5
  353. configure:5705: $? = 0
  354. configure:5722: result: yes
  355. configure:5677: checking for unistd.h
  356. configure:5698: arm-unknown-nto-qnx8.0.0eabi-gcc -c -g -O2 conftest.c >&5
  357. configure:5705: $? = 0
  358. configure:5722: result: yes
  359. configure:5752: checking dlfcn.h usability
  360. configure:5769: arm-unknown-nto-qnx8.0.0eabi-gcc -c -g -O2 conftest.c >&5
  361. configure:5776: $? = 0
  362. configure:5790: result: yes
  363. configure:5794: checking dlfcn.h presence
  364. configure:5809: arm-unknown-nto-qnx8.0.0eabi-gcc -E conftest.c
  365. configure:5816: $? = 0
  366. configure:5830: result: yes
  367. configure:5858: checking for dlfcn.h
  368. configure:5867: result: yes
  369. configure:5892: checking how to run the C++ preprocessor
  370. configure:5928: arm-unknown-nto-qnx8.0.0eabi-g++ -E conftest.cpp
  371. configure:5935: $? = 0
  372. configure:5966: arm-unknown-nto-qnx8.0.0eabi-g++ -E conftest.cpp
  373. conftest.cpp:21:28: fatal error: ac_nonexistent.h: No such file or directory
  374. compilation terminated.
  375. configure:5973: $? = 1
  376. configure: failed program was:
  377. | /* confdefs.h. */
  378. | #define PACKAGE_NAME "wso2-wsf-cpp-src"
  379. | #define PACKAGE_TARNAME "wso2-wsf-cpp-src"
  380. | #define PACKAGE_VERSION "2.1.0"
  381. | #define PACKAGE_STRING "wso2-wsf-cpp-src 2.1.0"
  382. | #define PACKAGE_BUGREPORT ""
  383. | #define PACKAGE "wso2-wsf-cpp-src"
  384. | #define VERSION "2.1.0"
  385. | #define STDC_HEADERS 1
  386. | #define HAVE_SYS_TYPES_H 1
  387. | #define HAVE_SYS_STAT_H 1
  388. | #define HAVE_STDLIB_H 1
  389. | #define HAVE_STRING_H 1
  390. | #define HAVE_MEMORY_H 1
  391. | #define HAVE_STRINGS_H 1
  392. | #define HAVE_INTTYPES_H 1
  393. | #define HAVE_STDINT_H 1
  394. | #define HAVE_UNISTD_H 1
  395. | #define HAVE_DLFCN_H 1
  396. | /* end confdefs.h. */
  397. | #include <ac_nonexistent.h>
  398. configure:6006: result: arm-unknown-nto-qnx8.0.0eabi-g++ -E
  399. configure:6035: arm-unknown-nto-qnx8.0.0eabi-g++ -E conftest.cpp
  400. configure:6042: $? = 0
  401. configure:6073: arm-unknown-nto-qnx8.0.0eabi-g++ -E conftest.cpp
  402. conftest.cpp:21:28: fatal error: ac_nonexistent.h: No such file or directory
  403. compilation terminated.
  404. configure:6080: $? = 1
  405. configure: failed program was:
  406. | /* confdefs.h. */
  407. | #define PACKAGE_NAME "wso2-wsf-cpp-src"
  408. | #define PACKAGE_TARNAME "wso2-wsf-cpp-src"
  409. | #define PACKAGE_VERSION "2.1.0"
  410. | #define PACKAGE_STRING "wso2-wsf-cpp-src 2.1.0"
  411. | #define PACKAGE_BUGREPORT ""
  412. | #define PACKAGE "wso2-wsf-cpp-src"
  413. | #define VERSION "2.1.0"
  414. | #define STDC_HEADERS 1
  415. | #define HAVE_SYS_TYPES_H 1
  416. | #define HAVE_SYS_STAT_H 1
  417. | #define HAVE_STDLIB_H 1
  418. | #define HAVE_STRING_H 1
  419. | #define HAVE_MEMORY_H 1
  420. | #define HAVE_STRINGS_H 1
  421. | #define HAVE_INTTYPES_H 1
  422. | #define HAVE_STDINT_H 1
  423. | #define HAVE_UNISTD_H 1
  424. | #define HAVE_DLFCN_H 1
  425. | /* end confdefs.h. */
  426. | #include <ac_nonexistent.h>
  427. configure:6131: checking for arm-unknown-nto-qnx8.0.0eabi-g77
  428. configure:6161: result: no
  429. configure:6131: checking for arm-unknown-nto-qnx8.0.0eabi-xlf
  430. configure:6161: result: no
  431. configure:6131: checking for arm-unknown-nto-qnx8.0.0eabi-f77
  432. configure:6161: result: no
  433. configure:6131: checking for arm-unknown-nto-qnx8.0.0eabi-frt
  434. configure:6161: result: no
  435. configure:6131: checking for arm-unknown-nto-qnx8.0.0eabi-pgf77
  436. configure:6161: result: no
  437. configure:6131: checking for arm-unknown-nto-qnx8.0.0eabi-cf77
  438. configure:6161: result: no
  439. configure:6131: checking for arm-unknown-nto-qnx8.0.0eabi-fort77
  440. configure:6161: result: no
  441. configure:6131: checking for arm-unknown-nto-qnx8.0.0eabi-fl32
  442. configure:6161: result: no
  443. configure:6131: checking for arm-unknown-nto-qnx8.0.0eabi-af77
  444. configure:6161: result: no
  445. configure:6131: checking for arm-unknown-nto-qnx8.0.0eabi-xlf90
  446. configure:6161: result: no
  447. configure:6131: checking for arm-unknown-nto-qnx8.0.0eabi-f90
  448. configure:6161: result: no
  449. configure:6131: checking for arm-unknown-nto-qnx8.0.0eabi-pgf90
  450. configure:6161: result: no
  451. configure:6131: checking for arm-unknown-nto-qnx8.0.0eabi-pghpf
  452. configure:6161: result: no
  453. configure:6131: checking for arm-unknown-nto-qnx8.0.0eabi-epcf90
  454. configure:6161: result: no
  455. configure:6131: checking for arm-unknown-nto-qnx8.0.0eabi-gfortran
  456. configure:6161: result: no
  457. configure:6131: checking for arm-unknown-nto-qnx8.0.0eabi-g95
  458. configure:6161: result: no
  459. configure:6131: checking for arm-unknown-nto-qnx8.0.0eabi-xlf95
  460. configure:6161: result: no
  461. configure:6131: checking for arm-unknown-nto-qnx8.0.0eabi-f95
  462. configure:6161: result: no
  463. configure:6131: checking for arm-unknown-nto-qnx8.0.0eabi-fort
  464. configure:6161: result: no
  465. configure:6131: checking for arm-unknown-nto-qnx8.0.0eabi-ifort
  466. configure:6161: result: no
  467. configure:6131: checking for arm-unknown-nto-qnx8.0.0eabi-ifc
  468. configure:6161: result: no
  469. configure:6131: checking for arm-unknown-nto-qnx8.0.0eabi-efc
  470. configure:6161: result: no
  471. configure:6131: checking for arm-unknown-nto-qnx8.0.0eabi-pgf95
  472. configure:6161: result: no
  473. configure:6131: checking for arm-unknown-nto-qnx8.0.0eabi-lf95
  474. configure:6161: result: no
  475. configure:6131: checking for arm-unknown-nto-qnx8.0.0eabi-ftn
  476. configure:6161: result: no
  477. configure:6175: checking for g77
  478. configure:6205: result: no
  479. configure:6175: checking for xlf
  480. configure:6205: result: no
  481. configure:6175: checking for f77
  482. configure:6205: result: no
  483. configure:6175: checking for frt
  484. configure:6205: result: no
  485. configure:6175: checking for pgf77
  486. configure:6205: result: no
  487. configure:6175: checking for cf77
  488. configure:6205: result: no
  489. configure:6175: checking for fort77
  490. configure:6205: result: no
  491. configure:6175: checking for fl32
  492. configure:6205: result: no
  493. configure:6175: checking for af77
  494. configure:6205: result: no
  495. configure:6175: checking for xlf90
  496. configure:6205: result: no
  497. configure:6175: checking for f90
  498. configure:6205: result: no
  499. configure:6175: checking for pgf90
  500. configure:6205: result: no
  501. configure:6175: checking for pghpf
  502. configure:6205: result: no
  503. configure:6175: checking for epcf90
  504. configure:6205: result: no
  505. configure:6175: checking for gfortran
  506. configure:6205: result: no
  507. configure:6175: checking for g95
  508. configure:6205: result: no
  509. configure:6175: checking for xlf95
  510. configure:6205: result: no
  511. configure:6175: checking for f95
  512. configure:6205: result: no
  513. configure:6175: checking for fort
  514. configure:6205: result: no
  515. configure:6175: checking for ifort
  516. configure:6205: result: no
  517. configure:6175: checking for ifc
  518. configure:6205: result: no
  519. configure:6175: checking for efc
  520. configure:6205: result: no
  521. configure:6175: checking for pgf95
  522. configure:6205: result: no
  523. configure:6175: checking for lf95
  524. configure:6205: result: no
  525. configure:6175: checking for ftn
  526. configure:6205: result: no
  527. configure:6228: checking for Fortran 77 compiler version
  528. configure:6236: --version >&5
  529. ./configure: line 6238: --version: command not found
  530. configure:6240: $? = 127
  531. configure:6247: -v >&5
  532. ./configure: line 6249: -v: command not found
  533. configure:6251: $? = 127
  534. configure:6258: -V >&5
  535. ./configure: line 6260: -V: command not found
  536. configure:6262: $? = 127
  537. configure:6270: checking whether we are using the GNU Fortran 77 compiler
  538. configure:6289: -c conftest.F >&5
  539. ./configure: line 6291: -c: command not found
  540. configure:6296: $? = 127
  541. configure: failed program was:
  542. | program main
  543. | #ifndef __GNUC__
  544. | choke me
  545. | #endif
  546. |
  547. | end
  548. configure:6313: result: no
  549. configure:6319: checking whether accepts -g
  550. configure:6336: -c -g conftest.f >&5
  551. ./configure: line 6338: -c: command not found
  552. configure:6343: $? = 127
  553. configure: failed program was:
  554. | program main
  555. |
  556. | end
  557. configure:6359: result: no
  558. configure:6392: checking the maximum length of command line arguments
  559. configure:6504: result: 1572864
  560. configure:6516: checking command to parse /home/tux/dev/bbndk10_0_09/host_10_0_9_404/linux/x86/usr/bin/arm-unknown-nto-qnx8.0.0eabi-nm -B output from arm-unknown-nto-qnx8.0.0eabi-gcc object
  561. configure:6621: arm-unknown-nto-qnx8.0.0eabi-gcc -c -g -O2 conftest.c >&5
  562. configure:6624: $? = 0
  563. configure:6628: /home/tux/dev/bbndk10_0_09/host_10_0_9_404/linux/x86/usr/bin/arm-unknown-nto-qnx8.0.0eabi-nm -B conftest.o \| sed -n -e 's/^.*[ ]\([ABCDGIRSTW][ABCDGIRSTW]*\)[ ][ ]*\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2 \2/p' \> conftest.nm
  564. configure:6631: $? = 0
  565. configure:6683: arm-unknown-nto-qnx8.0.0eabi-gcc -o conftest -g -O2 conftest.c conftstm.o >&5
  566. configure:6686: $? = 0
  567. configure:6724: result: ok
  568. configure:6728: checking for objdir
  569. configure:6743: result: .libs
  570. configure:6795: checking for arm-unknown-nto-qnx8.0.0eabi-ar
  571. configure:6811: found /home/tux/dev/bbndk10_0_09/host_10_0_9_404/linux/x86/usr/bin/arm-unknown-nto-qnx8.0.0eabi-ar
  572. configure:6822: result: arm-unknown-nto-qnx8.0.0eabi-ar
  573. configure:6887: checking for arm-unknown-nto-qnx8.0.0eabi-ranlib
  574. configure:6903: found /home/tux/dev/bbndk10_0_09/host_10_0_9_404/linux/x86/usr/bin/arm-unknown-nto-qnx8.0.0eabi-ranlib
  575. configure:6914: result: arm-unknown-nto-qnx8.0.0eabi-ranlib
  576. configure:6979: checking for arm-unknown-nto-qnx8.0.0eabi-strip
  577. configure:7006: result: arm-unknown-nto-qnx8.0.0eabi-strip
  578. configure:7636: checking if arm-unknown-nto-qnx8.0.0eabi-gcc supports -fno-rtti -fno-exceptions
  579. configure:7654: arm-unknown-nto-qnx8.0.0eabi-gcc -c -g -O2 -fno-rtti -fno-exceptions conftest.c >&5
  580. cc1: warning: command line option '-fno-rtti' is valid for C++/ObjC++ but not for C [enabled by default]
  581. configure:7658: $? = 0
  582. configure:7671: result: no
  583. configure:7686: checking for arm-unknown-nto-qnx8.0.0eabi-gcc option to produce PIC
  584. configure:7918: result: -fPIC
  585. configure:7926: checking if arm-unknown-nto-qnx8.0.0eabi-gcc PIC flag -fPIC works
  586. configure:7944: arm-unknown-nto-qnx8.0.0eabi-gcc -c -g -O2 -fPIC -DPIC conftest.c >&5
  587. configure:7948: $? = 0
  588. configure:7961: result: yes
  589. configure:7989: checking if arm-unknown-nto-qnx8.0.0eabi-gcc static flag -static works
  590. configure:8017: result: yes
  591. configure:8027: checking if arm-unknown-nto-qnx8.0.0eabi-gcc supports -c -o file.o
  592. configure:8048: arm-unknown-nto-qnx8.0.0eabi-gcc -c -g -O2 -o out/conftest2.o conftest.c >&5
  593. configure:8052: $? = 0
  594. configure:8074: result: yes
  595. configure:8100: checking whether the arm-unknown-nto-qnx8.0.0eabi-gcc linker (/home/tux/dev/bbndk10_0_09/host_10_0_9_404/linux/x86/usr/bin/ntoarm-ld) supports shared libraries
  596. configure:9088: result: yes
  597. configure:9109: checking whether -lc should be explicitly linked in
  598. configure:9114: arm-unknown-nto-qnx8.0.0eabi-gcc -c -g -O2 conftest.c >&5
  599. configure:9117: $? = 0
  600. configure:9132: arm-unknown-nto-qnx8.0.0eabi-gcc -shared conftest.o -v -Wl,-soname -Wl,conftest -o conftest 2\>\&1 \| grep -lc \>/dev/null 2\>\&1
  601. configure:9135: $? = 0
  602. configure:9147: result: no
  603. configure:9155: checking dynamic linker characteristics
  604. configure:9759: result: nto-qnx8.0.0eabi ld.so
  605. configure:9783: checking how to hardcode library paths into programs
  606. configure:9808: result: immediate
  607. configure:9822: checking whether stripping libraries is possible
  608. configure:9827: result: yes
  609. configure:10657: checking if libtool supports shared libraries
  610. configure:10659: result: yes
  611. configure:10662: checking whether to build shared libraries
  612. configure:10683: result: yes
  613. configure:10686: checking whether to build static libraries
  614. configure:10690: result: yes
  615. configure:10784: creating libtool
  616. configure:11377: checking for ld used by arm-unknown-nto-qnx8.0.0eabi-g++
  617. configure:11444: result: /home/tux/dev/bbndk10_0_09/host_10_0_9_404/linux/x86/usr/bin/ntoarm-ld
  618. configure:11453: checking if the linker (/home/tux/dev/bbndk10_0_09/host_10_0_9_404/linux/x86/usr/bin/ntoarm-ld) is GNU ld
  619. configure:11468: result: yes
  620. configure:11519: checking whether the arm-unknown-nto-qnx8.0.0eabi-g++ linker (/home/tux/dev/bbndk10_0_09/host_10_0_9_404/linux/x86/usr/bin/ntoarm-ld) supports shared libraries
  621. configure:12473: result: no
  622. configure:12490: arm-unknown-nto-qnx8.0.0eabi-g++ -c -g -O2 conftest.cpp >&5
  623. configure:12493: $? = 0
  624. configure:12649: checking for arm-unknown-nto-qnx8.0.0eabi-g++ option to produce PIC
  625. configure:12933: result: -fPIC
  626. configure:12941: checking if arm-unknown-nto-qnx8.0.0eabi-g++ PIC flag -fPIC works
  627. configure:12959: arm-unknown-nto-qnx8.0.0eabi-g++ -c -g -O2 -fPIC -DPIC conftest.cpp >&5
  628. configure:12963: $? = 0
  629. configure:12976: result: yes
  630. configure:13004: checking if arm-unknown-nto-qnx8.0.0eabi-g++ static flag -static works
  631. configure:13032: result: yes
  632. configure:13042: checking if arm-unknown-nto-qnx8.0.0eabi-g++ supports -c -o file.o
  633. configure:13063: arm-unknown-nto-qnx8.0.0eabi-g++ -c -g -O2 -o out/conftest2.o conftest.cpp >&5
  634. configure:13067: $? = 0
  635. configure:13089: result: yes
  636. configure:13115: checking whether the arm-unknown-nto-qnx8.0.0eabi-g++ linker (/home/tux/dev/bbndk10_0_09/host_10_0_9_404/linux/x86/usr/bin/ntoarm-ld) supports shared libraries
  637. configure:13141: result: no
  638. configure:13208: checking dynamic linker characteristics
  639. configure:13760: result: nto-qnx8.0.0eabi ld.so
  640. configure:13784: checking how to hardcode library paths into programs
  641. configure:13809: result: immediate
  642. configure:20064: checking for a BSD-compatible install
  643. configure:20132: result: /usr/bin/install -c
  644. configure:20143: checking whether ln -s works
  645. configure:20147: result: yes
  646. configure:20154: checking whether make sets $(MAKE)
  647. configure:20176: result: yes
  648. configure:20188: checking for ISO C99 varargs macros in C
  649. configure:20215: arm-unknown-nto-qnx8.0.0eabi-gcc -c -g -O2 conftest.c >&5
  650. configure:20222: $? = 0
  651. configure:20236: result: yes
  652. configure:20239: checking for GNUC varargs macros
  653. configure:20266: arm-unknown-nto-qnx8.0.0eabi-gcc -c -g -O2 conftest.c >&5
  654. configure:20273: $? = 0
  655. configure:20287: result: yes
  656. configure:20306: checking for dlopen in -ldl
  657. configure:20341: arm-unknown-nto-qnx8.0.0eabi-gcc -o conftest -g -O2 conftest.c -ldl >&5
  658. /home/tux/dev/bbndk10_0_09/host_10_0_9_404/linux/x86/usr/bin/ntoarm-ld: cannot find -ldl
  659. collect2: ld returned 1 exit status
  660. configure:20348: $? = 1
  661. configure: failed program was:
  662. | /* confdefs.h. */
  663. | #define PACKAGE_NAME "wso2-wsf-cpp-src"
  664. | #define PACKAGE_TARNAME "wso2-wsf-cpp-src"
  665. | #define PACKAGE_VERSION "2.1.0"
  666. | #define PACKAGE_STRING "wso2-wsf-cpp-src 2.1.0"
  667. | #define PACKAGE_BUGREPORT ""
  668. | #define PACKAGE "wso2-wsf-cpp-src"
  669. | #define VERSION "2.1.0"
  670. | #define STDC_HEADERS 1
  671. | #define HAVE_SYS_TYPES_H 1
  672. | #define HAVE_SYS_STAT_H 1
  673. | #define HAVE_STDLIB_H 1
  674. | #define HAVE_STRING_H 1
  675. | #define HAVE_MEMORY_H 1
  676. | #define HAVE_STRINGS_H 1
  677. | #define HAVE_INTTYPES_H 1
  678. | #define HAVE_STDINT_H 1
  679. | #define HAVE_UNISTD_H 1
  680. | #define HAVE_DLFCN_H 1
  681. | #define HAVE_ISO_VARARGS 1
  682. | #define HAVE_GNUC_VARARGS 1
  683. | /* end confdefs.h. */
  684. |
  685. | /* Override any GCC internal prototype to avoid an error.
  686. | Use char because int might match the return type of a GCC
  687. | builtin and then its argument prototype would still apply. */
  688. | #ifdef __cplusplus
  689. | extern "C"
  690. | #endif
  691. | char dlopen ();
  692. | int
  693. | main ()
  694. | {
  695. | return dlopen ();
  696. | ;
  697. | return 0;
  698. | }
  699. configure:20369: result: no
  700. configure:20395: checking for ANSI C header files
  701. configure:20563: result: yes
  702. configure:20591: checking stdio.h usability
  703. configure:20608: arm-unknown-nto-qnx8.0.0eabi-gcc -c -g -O2 -D_LARGEFILE64_SOURCE -ansi -Wall -Wno-implicit-function-declaration -g conftest.c >&5
  704. configure:20615: $? = 0
  705. configure:20629: result: yes
  706. configure:20633: checking stdio.h presence
  707. configure:20648: arm-unknown-nto-qnx8.0.0eabi-gcc -E conftest.c
  708. configure:20655: $? = 0
  709. configure:20669: result: yes
  710. configure:20697: checking for stdio.h
  711. configure:20706: result: yes
  712. configure:20580: checking for stdlib.h
  713. configure:20587: result: yes
  714. configure:20580: checking for string.h
  715. configure:20587: result: yes
  716. configure:20737: checking sys/socket.h usability
  717. configure:20754: arm-unknown-nto-qnx8.0.0eabi-gcc -c -g -O2 -D_LARGEFILE64_SOURCE -ansi -Wall -Wno-implicit-function-declaration -g conftest.c >&5
  718. configure:20761: $? = 0
  719. configure:20775: result: yes
  720. configure:20779: checking sys/socket.h presence
  721. configure:20794: arm-unknown-nto-qnx8.0.0eabi-gcc -E conftest.c
  722. configure:20801: $? = 0
  723. configure:20815: result: yes
  724. configure:20843: checking for sys/socket.h
  725. configure:20852: result: yes
  726. configure:20871: checking for net/if.h
  727. configure:20904: arm-unknown-nto-qnx8.0.0eabi-gcc -c -g -O2 -D_LARGEFILE64_SOURCE -ansi -Wall -Wno-implicit-function-declaration -g conftest.c >&5
  728. configure:20911: $? = 0
  729. configure:20928: result: yes
  730. configure:20945: checking for linux/if.h
  731. configure:20970: arm-unknown-nto-qnx8.0.0eabi-gcc -c -g -O2 -D_LARGEFILE64_SOURCE -ansi -Wall -Wno-implicit-function-declaration -g conftest.c >&5
  732. conftest.c:35:22: fatal error: linux/if.h: No such file or directory
  733. compilation terminated.
  734. configure:20977: $? = 1
  735. configure: failed program was:
  736. | /* confdefs.h. */
  737. | #define PACKAGE_NAME "wso2-wsf-cpp-src"
  738. | #define PACKAGE_TARNAME "wso2-wsf-cpp-src"
  739. | #define PACKAGE_VERSION "2.1.0"
  740. | #define PACKAGE_STRING "wso2-wsf-cpp-src 2.1.0"
  741. | #define PACKAGE_BUGREPORT ""
  742. | #define PACKAGE "wso2-wsf-cpp-src"
  743. | #define VERSION "2.1.0"
  744. | #define STDC_HEADERS 1
  745. | #define HAVE_SYS_TYPES_H 1
  746. | #define HAVE_SYS_STAT_H 1
  747. | #define HAVE_STDLIB_H 1
  748. | #define HAVE_STRING_H 1
  749. | #define HAVE_MEMORY_H 1
  750. | #define HAVE_STRINGS_H 1
  751. | #define HAVE_INTTYPES_H 1
  752. | #define HAVE_STDINT_H 1
  753. | #define HAVE_UNISTD_H 1
  754. | #define HAVE_DLFCN_H 1
  755. | #define HAVE_ISO_VARARGS 1
  756. | #define HAVE_GNUC_VARARGS 1
  757. | #define STDC_HEADERS 1
  758. | #define HAVE_STDIO_H 1
  759. | #define HAVE_STDLIB_H 1
  760. | #define HAVE_STRING_H 1
  761. | #define HAVE_SYS_SOCKET_H 1
  762. | #define HAVE_NET_IF_H 1
  763. | /* end confdefs.h. */
  764. |
  765. | #if HAVE_SYS_SOCKET_H
  766. | # include <sys/socket.h>
  767. | #endif
  768. |
  769. |
  770. | #include <linux/if.h>
  771. configure:20994: result: no
  772. configure:21023: checking net/if_types.h usability
  773. configure:21040: arm-unknown-nto-qnx8.0.0eabi-gcc -c -g -O2 -D_LARGEFILE64_SOURCE -ansi -Wall -Wno-implicit-function-declaration -g conftest.c >&5
  774. configure:21047: $? = 0
  775. configure:21061: result: yes
  776. configure:21065: checking net/if_types.h presence
  777. configure:21080: arm-unknown-nto-qnx8.0.0eabi-gcc -E conftest.c
  778. configure:21087: $? = 0
  779. configure:21101: result: yes
  780. configure:21129: checking for net/if_types.h
  781. configure:21138: result: yes
  782. configure:21169: checking net/if_dl.h usability
  783. configure:21186: arm-unknown-nto-qnx8.0.0eabi-gcc -c -g -O2 -D_LARGEFILE64_SOURCE -ansi -Wall -Wno-implicit-function-declaration -g conftest.c >&5
  784. In file included from conftest.c:63:0:
  785. /home/tux/dev/bbndk10_0_09/target_10_0_9_1673/qnx6//usr/include/net/if_dl.h:76:2: error: unknown type name 'u_char'
  786. /home/tux/dev/bbndk10_0_09/target_10_0_9_1673/qnx6//usr/include/net/if_dl.h:79:2: error: unknown type name 'u_char'
  787. /home/tux/dev/bbndk10_0_09/target_10_0_9_1673/qnx6//usr/include/net/if_dl.h:80:2: error: unknown type name 'u_char'
  788. /home/tux/dev/bbndk10_0_09/target_10_0_9_1673/qnx6//usr/include/net/if_dl.h:81:2: error: unknown type name 'u_char'
  789. /home/tux/dev/bbndk10_0_09/target_10_0_9_1673/qnx6//usr/include/net/if_dl.h:82:2: error: unknown type name 'u_char'
  790. configure:21193: $? = 1
  791. configure: failed program was:
  792. | /* confdefs.h. */
  793. | #define PACKAGE_NAME "wso2-wsf-cpp-src"
  794. | #define PACKAGE_TARNAME "wso2-wsf-cpp-src"
  795. | #define PACKAGE_VERSION "2.1.0"
  796. | #define PACKAGE_STRING "wso2-wsf-cpp-src 2.1.0"
  797. | #define PACKAGE_BUGREPORT ""
  798. | #define PACKAGE "wso2-wsf-cpp-src"
  799. | #define VERSION "2.1.0"
  800. | #define STDC_HEADERS 1
  801. | #define HAVE_SYS_TYPES_H 1
  802. | #define HAVE_SYS_STAT_H 1
  803. | #define HAVE_STDLIB_H 1
  804. | #define HAVE_STRING_H 1
  805. | #define HAVE_MEMORY_H 1
  806. | #define HAVE_STRINGS_H 1
  807. | #define HAVE_INTTYPES_H 1
  808. | #define HAVE_STDINT_H 1
  809. | #define HAVE_UNISTD_H 1
  810. | #define HAVE_DLFCN_H 1
  811. | #define HAVE_ISO_VARARGS 1
  812. | #define HAVE_GNUC_VARARGS 1
  813. | #define STDC_HEADERS 1
  814. | #define HAVE_STDIO_H 1
  815. | #define HAVE_STDLIB_H 1
  816. | #define HAVE_STRING_H 1
  817. | #define HAVE_SYS_SOCKET_H 1
  818. | #define HAVE_NET_IF_H 1
  819. | #define HAVE_NET_IF_TYPES_H 1
  820. | /* end confdefs.h. */
  821. | #include <stdio.h>
  822. | #ifdef HAVE_SYS_TYPES_H
  823. | # include <sys/types.h>
  824. | #endif
  825. | #ifdef HAVE_SYS_STAT_H
  826. | # include <sys/stat.h>
  827. | #endif
  828. | #ifdef STDC_HEADERS
  829. | # include <stdlib.h>
  830. | # include <stddef.h>
  831. | #else
  832. | # ifdef HAVE_STDLIB_H
  833. | # include <stdlib.h>
  834. | # endif
  835. | #endif
  836. | #ifdef HAVE_STRING_H
  837. | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  838. | # include <memory.h>
  839. | # endif
  840. | # include <string.h>
  841. | #endif
  842. | #ifdef HAVE_STRINGS_H
  843. | # include <strings.h>
  844. | #endif
  845. | #ifdef HAVE_INTTYPES_H
  846. | # include <inttypes.h>
  847. | #endif
  848. | #ifdef HAVE_STDINT_H
  849. | # include <stdint.h>
  850. | #endif
  851. | #ifdef HAVE_UNISTD_H
  852. | # include <unistd.h>
  853. | #endif
  854. | #include <net/if_dl.h>
  855. configure:21207: result: no
  856. configure:21211: checking net/if_dl.h presence
  857. configure:21226: arm-unknown-nto-qnx8.0.0eabi-gcc -E conftest.c
  858. configure:21233: $? = 0
  859. configure:21247: result: yes
  860. configure:21260: WARNING: net/if_dl.h: present but cannot be compiled
  861. configure:21262: WARNING: net/if_dl.h: check for missing prerequisite headers?
  862. configure:21264: WARNING: net/if_dl.h: see the Autoconf documentation
  863. configure:21266: WARNING: net/if_dl.h: section "Present But Cannot Be Compiled"
  864. configure:21268: WARNING: net/if_dl.h: proceeding with the preprocessor's result
  865. configure:21270: WARNING: net/if_dl.h: in the future, the compiler will take precedence
  866. configure:21275: checking for net/if_dl.h
  867. configure:21284: result: yes
  868. configure:21316: checking sys/appleapiopts.h usability
  869. configure:21333: arm-unknown-nto-qnx8.0.0eabi-gcc -c -g -O2 -D_LARGEFILE64_SOURCE -ansi -Wall -Wno-implicit-function-declaration -g conftest.c >&5
  870. conftest.c:64:30: fatal error: sys/appleapiopts.h: No such file or directory
  871. compilation terminated.
  872. configure:21340: $? = 1
  873. configure: failed program was:
  874. | /* confdefs.h. */
  875. | #define PACKAGE_NAME "wso2-wsf-cpp-src"
  876. | #define PACKAGE_TARNAME "wso2-wsf-cpp-src"
  877. | #define PACKAGE_VERSION "2.1.0"
  878. | #define PACKAGE_STRING "wso2-wsf-cpp-src 2.1.0"
  879. | #define PACKAGE_BUGREPORT ""
  880. | #define PACKAGE "wso2-wsf-cpp-src"
  881. | #define VERSION "2.1.0"
  882. | #define STDC_HEADERS 1
  883. | #define HAVE_SYS_TYPES_H 1
  884. | #define HAVE_SYS_STAT_H 1
  885. | #define HAVE_STDLIB_H 1
  886. | #define HAVE_STRING_H 1
  887. | #define HAVE_MEMORY_H 1
  888. | #define HAVE_STRINGS_H 1
  889. | #define HAVE_INTTYPES_H 1
  890. | #define HAVE_STDINT_H 1
  891. | #define HAVE_UNISTD_H 1
  892. | #define HAVE_DLFCN_H 1
  893. | #define HAVE_ISO_VARARGS 1
  894. | #define HAVE_GNUC_VARARGS 1
  895. | #define STDC_HEADERS 1
  896. | #define HAVE_STDIO_H 1
  897. | #define HAVE_STDLIB_H 1
  898. | #define HAVE_STRING_H 1
  899. | #define HAVE_SYS_SOCKET_H 1
  900. | #define HAVE_NET_IF_H 1
  901. | #define HAVE_NET_IF_TYPES_H 1
  902. | #define HAVE_NET_IF_DL_H 1
  903. | /* end confdefs.h. */
  904. | #include <stdio.h>
  905. | #ifdef HAVE_SYS_TYPES_H
  906. | # include <sys/types.h>
  907. | #endif
  908. | #ifdef HAVE_SYS_STAT_H
  909. | # include <sys/stat.h>
  910. | #endif
  911. | #ifdef STDC_HEADERS
  912. | # include <stdlib.h>
  913. | # include <stddef.h>
  914. | #else
  915. | # ifdef HAVE_STDLIB_H
  916. | # include <stdlib.h>
  917. | # endif
  918. | #endif
  919. | #ifdef HAVE_STRING_H
  920. | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  921. | # include <memory.h>
  922. | # endif
  923. | # include <string.h>
  924. | #endif
  925. | #ifdef HAVE_STRINGS_H
  926. | # include <strings.h>
  927. | #endif
  928. | #ifdef HAVE_INTTYPES_H
  929. | # include <inttypes.h>
  930. | #endif
  931. | #ifdef HAVE_STDINT_H
  932. | # include <stdint.h>
  933. | #endif
  934. | #ifdef HAVE_UNISTD_H
  935. | # include <unistd.h>
  936. | #endif
  937. | #include <sys/appleapiopts.h>
  938. configure:21354: result: no
  939. configure:21358: checking sys/appleapiopts.h presence
  940. configure:21373: arm-unknown-nto-qnx8.0.0eabi-gcc -E conftest.c
  941. conftest.c:31:30: fatal error: sys/appleapiopts.h: No such file or directory
  942. compilation terminated.
  943. configure:21380: $? = 1
  944. configure: failed program was:
  945. | /* confdefs.h. */
  946. | #define PACKAGE_NAME "wso2-wsf-cpp-src"
  947. | #define PACKAGE_TARNAME "wso2-wsf-cpp-src"
  948. | #define PACKAGE_VERSION "2.1.0"
  949. | #define PACKAGE_STRING "wso2-wsf-cpp-src 2.1.0"
  950. | #define PACKAGE_BUGREPORT ""
  951. | #define PACKAGE "wso2-wsf-cpp-src"
  952. | #define VERSION "2.1.0"
  953. | #define STDC_HEADERS 1
  954. | #define HAVE_SYS_TYPES_H 1
  955. | #define HAVE_SYS_STAT_H 1
  956. | #define HAVE_STDLIB_H 1
  957. | #define HAVE_STRING_H 1
  958. | #define HAVE_MEMORY_H 1
  959. | #define HAVE_STRINGS_H 1
  960. | #define HAVE_INTTYPES_H 1
  961. | #define HAVE_STDINT_H 1
  962. | #define HAVE_UNISTD_H 1
  963. | #define HAVE_DLFCN_H 1
  964. | #define HAVE_ISO_VARARGS 1
  965. | #define HAVE_GNUC_VARARGS 1
  966. | #define STDC_HEADERS 1
  967. | #define HAVE_STDIO_H 1
  968. | #define HAVE_STDLIB_H 1
  969. | #define HAVE_STRING_H 1
  970. | #define HAVE_SYS_SOCKET_H 1
  971. | #define HAVE_NET_IF_H 1
  972. | #define HAVE_NET_IF_TYPES_H 1
  973. | #define HAVE_NET_IF_DL_H 1
  974. | /* end confdefs.h. */
  975. | #include <sys/appleapiopts.h>
  976. configure:21394: result: no
  977. configure:21422: checking for sys/appleapiopts.h
  978. configure:21431: result: no
  979. configure:21497: checking path to use Axis2C . This is a compulsory to build Sandesha2C
  980. configure:21523: result: no
  981. configure:21669: creating ./config.status
  982.  
  983. ## ---------------------- ##
  984. ## Running config.status. ##
  985. ## ---------------------- ##
  986.  
  987. This file was extended by wso2-wsf-cpp-src config.status 2.1.0, which was
  988. generated by GNU Autoconf 2.63. Invocation command line was
  989.  
  990. CONFIG_FILES =
  991. CONFIG_HEADERS =
  992. CONFIG_LINKS =
  993. CONFIG_COMMANDS =
  994. $ ./config.status
  995.  
  996. on linux-suse
  997.  
  998. config.status:820: creating Makefile
  999. config.status:820: creating src/Makefile
  1000. config.status:820: creating src/main/Makefile
  1001. config.status:820: creating src/msg_recv/Makefile
  1002. config.status:820: creating src/security/Makefile
  1003. config.status:820: creating config.h
  1004. config.status:1042: config.h is unchanged
  1005. config.status:1094: executing depfiles commands
  1006. configure:23064: === configuring in wsf_c (/home/tux/dev/wso2-wsf-cpp-src-2.1.0/wsf_c)
  1007. configure:23167: running /bin/sh ./configure --disable-option-checking '--prefix=/home/tux/wsf_bb10_ssl' '--enable-openssl' '--enable-savan=no' '--build=i686-pc-linux' '--host=arm-unknown-nto-qnx8.0.0eabi' 'build_alias=i686-pc-linux' 'host_alias=arm-unknown-nto-qnx8.0.0eabi' --cache-file=/dev/null --srcdir=.
  1008.  
  1009. ## ---------------- ##
  1010. ## Cache variables. ##
  1011. ## ---------------- ##
  1012.  
  1013. ac_cv_build=i686-pc-linux-gnu
  1014. ac_cv_c_compiler_gnu=yes
  1015. ac_cv_cxx_compiler_gnu=yes
  1016. ac_cv_env_CCC_set=
  1017. ac_cv_env_CCC_value=
  1018. ac_cv_env_CC_set=
  1019. ac_cv_env_CC_value=
  1020. ac_cv_env_CFLAGS_set=
  1021. ac_cv_env_CFLAGS_value=
  1022. ac_cv_env_CPPFLAGS_set=
  1023. ac_cv_env_CPPFLAGS_value=
  1024. ac_cv_env_CPP_set=
  1025. ac_cv_env_CPP_value=
  1026. ac_cv_env_CXXCPP_set=
  1027. ac_cv_env_CXXCPP_value=
  1028. ac_cv_env_CXXFLAGS_set=
  1029. ac_cv_env_CXXFLAGS_value=
  1030. ac_cv_env_CXX_set=
  1031. ac_cv_env_CXX_value=
  1032. ac_cv_env_F77_set=
  1033. ac_cv_env_F77_value=
  1034. ac_cv_env_FFLAGS_set=
  1035. ac_cv_env_FFLAGS_value=
  1036. ac_cv_env_LDFLAGS_set=
  1037. ac_cv_env_LDFLAGS_value=
  1038. ac_cv_env_LIBS_set=
  1039. ac_cv_env_LIBS_value=
  1040. ac_cv_env_build_alias_set=set
  1041. ac_cv_env_build_alias_value=i686-pc-linux
  1042. ac_cv_env_host_alias_set=set
  1043. ac_cv_env_host_alias_value=arm-unknown-nto-qnx8.0.0eabi
  1044. ac_cv_env_target_alias_set=
  1045. ac_cv_env_target_alias_value=
  1046. ac_cv_f77_compiler_gnu=no
  1047. ac_cv_header_dlfcn_h=yes
  1048. ac_cv_header_inttypes_h=yes
  1049. ac_cv_header_linux_if_h=no
  1050. ac_cv_header_memory_h=yes
  1051. ac_cv_header_net_if_dl_h=yes
  1052. ac_cv_header_net_if_h=yes
  1053. ac_cv_header_net_if_types_h=yes
  1054. ac_cv_header_stdc=yes
  1055. ac_cv_header_stdint_h=yes
  1056. ac_cv_header_stdio_h=yes
  1057. ac_cv_header_stdlib_h=yes
  1058. ac_cv_header_string_h=yes
  1059. ac_cv_header_strings_h=yes
  1060. ac_cv_header_sys_appleapiopts_h=no
  1061. ac_cv_header_sys_socket_h=yes
  1062. ac_cv_header_sys_stat_h=yes
  1063. ac_cv_header_sys_types_h=yes
  1064. ac_cv_header_unistd_h=yes
  1065. ac_cv_host=arm-unknown-nto-qnx8.0.0eabi
  1066. ac_cv_lib_dl_dlopen=no
  1067. ac_cv_objext=o
  1068. ac_cv_path_EGREP='/usr/bin/grep -E'
  1069. ac_cv_path_GREP=/usr/bin/grep
  1070. ac_cv_path_install='/usr/bin/install -c'
  1071. ac_cv_path_mkdir=/usr/bin/mkdir
  1072. ac_cv_prog_AR=arm-unknown-nto-qnx8.0.0eabi-ar
  1073. ac_cv_prog_AWK=gawk
  1074. ac_cv_prog_CC=arm-unknown-nto-qnx8.0.0eabi-gcc
  1075. ac_cv_prog_CPP='arm-unknown-nto-qnx8.0.0eabi-gcc -E'
  1076. ac_cv_prog_CXX=arm-unknown-nto-qnx8.0.0eabi-g++
  1077. ac_cv_prog_CXXCPP='arm-unknown-nto-qnx8.0.0eabi-g++ -E'
  1078. ac_cv_prog_RANLIB=arm-unknown-nto-qnx8.0.0eabi-ranlib
  1079. ac_cv_prog_STRIP=arm-unknown-nto-qnx8.0.0eabi-strip
  1080. ac_cv_prog_cc_c89=
  1081. ac_cv_prog_cc_g=yes
  1082. ac_cv_prog_cxx_g=yes
  1083. ac_cv_prog_f77_g=no
  1084. ac_cv_prog_make_make_set=yes
  1085. ac_cv_target=arm-unknown-nto-qnx8.0.0eabi
  1086. am_cv_CC_dependencies_compiler_type=gcc3
  1087. am_cv_CXX_dependencies_compiler_type=gcc3
  1088. am_cv_prog_tar_ustar=gnutar
  1089. lt_cv_deplibs_check_method=unknown
  1090. lt_cv_file_magic_cmd='$MAGIC_CMD'
  1091. lt_cv_file_magic_test_file=
  1092. lt_cv_ld_reload_flag=-r
  1093. lt_cv_objdir=.libs
  1094. lt_cv_path_LD=/home/tux/dev/bbndk10_0_09/host_10_0_9_404/linux/x86/usr/bin/ntoarm-ld
  1095. lt_cv_path_LDCXX=/home/tux/dev/bbndk10_0_09/host_10_0_9_404/linux/x86/usr/bin/ntoarm-ld
  1096. lt_cv_path_NM='/home/tux/dev/bbndk10_0_09/host_10_0_9_404/linux/x86/usr/bin/arm-unknown-nto-qnx8.0.0eabi-nm -B'
  1097. lt_cv_path_SED=/usr/bin/sed
  1098. lt_cv_prog_compiler_c_o=yes
  1099. lt_cv_prog_compiler_c_o_CXX=yes
  1100. lt_cv_prog_compiler_pic_works=yes
  1101. lt_cv_prog_compiler_pic_works_CXX=yes
  1102. lt_cv_prog_compiler_rtti_exceptions=no
  1103. lt_cv_prog_compiler_static_works=yes
  1104. lt_cv_prog_compiler_static_works_CXX=yes
  1105. lt_cv_prog_gnu_ld=yes
  1106. lt_cv_prog_gnu_ldcxx=yes
  1107. lt_cv_sys_global_symbol_pipe='sed -n -e '\''s/^.*[ ]\([ABCDGIRSTW][ABCDGIRSTW]*\)[ ][ ]*\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2 \2/p'\'''
  1108. lt_cv_sys_global_symbol_to_c_name_address='sed -n -e '\''s/^: \([^ ]*\) $/ {\"\1\", (lt_ptr) 0},/p'\'' -e '\''s/^[BCDEGRST] \([^ ]*\) \([^ ]*\)$/ {"\2", (lt_ptr) \&\2},/p'\'''
  1109. lt_cv_sys_global_symbol_to_cdecl='sed -n -e '\''s/^. .* \(.*\)$/extern int \1;/p'\'''
  1110. lt_cv_sys_lib_dlsearch_path_spec='/lib /usr/lib'
  1111. lt_cv_sys_lib_search_path_spec=/home/tux/dev/bbndk10_0_09/host_10_0_9_404/linux/x86/usr/lib/gcc/arm-unknown-nto-qnx8.0.0eabi/4.6.3
  1112. lt_cv_sys_max_cmd_len=1572864
  1113. lt_lt_cv_prog_compiler_c_o='"yes"'
  1114. lt_lt_cv_prog_compiler_c_o_CXX='"yes"'
  1115. lt_lt_cv_sys_global_symbol_pipe='"sed -n -e '\''s/^.*[ ]\\([ABCDGIRSTW][ABCDGIRSTW]*\\)[ ][ ]*\\([_A-Za-z][_A-Za-z0-9]*\\)\$/\\1 \\2 \\2/p'\''"'
  1116. lt_lt_cv_sys_global_symbol_to_c_name_address='"sed -n -e '\''s/^: \\([^ ]*\\) \$/ {\\\"\\1\\\", (lt_ptr) 0},/p'\'' -e '\''s/^[BCDEGRST] \\([^ ]*\\) \\([^ ]*\\)\$/ {\"\\2\", (lt_ptr) \\&\\2},/p'\''"'
  1117. lt_lt_cv_sys_global_symbol_to_cdecl='"sed -n -e '\''s/^. .* \\(.*\\)\$/extern int \\1;/p'\''"'
  1118.  
  1119. ## ----------------- ##
  1120. ## Output variables. ##
  1121. ## ----------------- ##
  1122.  
  1123. ACLOCAL='${SHELL} /home/tux/dev/wso2-wsf-cpp-src-2.1.0/missing --run aclocal-1.10'
  1124. AMDEPBACKSLASH='\'
  1125. AMDEP_FALSE='#'
  1126. AMDEP_TRUE=''
  1127. AMTAR='${SHELL} /home/tux/dev/wso2-wsf-cpp-src-2.1.0/missing --run tar'
  1128. AR='arm-unknown-nto-qnx8.0.0eabi-ar'
  1129. AUTOCONF='${SHELL} /home/tux/dev/wso2-wsf-cpp-src-2.1.0/missing --run autoconf'
  1130. AUTOHEADER='${SHELL} /home/tux/dev/wso2-wsf-cpp-src-2.1.0/missing --run autoheader'
  1131. AUTOMAKE='${SHELL} /home/tux/dev/wso2-wsf-cpp-src-2.1.0/missing --run automake-1.10'
  1132. AWK='gawk'
  1133. AXIOMINC='-I/home/tux/dev/wso2-wsf-cpp-src-2.1.0/wsf_c/axis2c/axiom/include'
  1134. AXIS2INC='-I/home/tux/dev/wso2-wsf-cpp-src-2.1.0/wsf_c/axis2c/include'
  1135. CC='arm-unknown-nto-qnx8.0.0eabi-gcc'
  1136. CCDEPMODE='depmode=gcc3'
  1137. CFLAGS='-g -O2 -D_LARGEFILE64_SOURCE -ansi -Wall -Wno-implicit-function-declaration -g'
  1138. CPP='arm-unknown-nto-qnx8.0.0eabi-gcc -E'
  1139. CPPFLAGS=''
  1140. CXX='arm-unknown-nto-qnx8.0.0eabi-g++'
  1141. CXXCPP='arm-unknown-nto-qnx8.0.0eabi-g++ -E'
  1142. CXXDEPMODE='depmode=gcc3'
  1143. CXXFLAGS='-g -O2'
  1144. CYGPATH_W='echo'
  1145. DEFS='-DHAVE_CONFIG_H'
  1146. DEPDIR='.deps'
  1147. DSYMUTIL=''
  1148. ECHO='echo'
  1149. ECHO_C=''
  1150. ECHO_N='-n'
  1151. ECHO_T=''
  1152. EGREP='/usr/bin/grep -E'
  1153. EXEEXT=''
  1154. F77=''
  1155. FFLAGS=''
  1156. GREP='/usr/bin/grep'
  1157. INSTALL_DATA='${INSTALL} -m 644'
  1158. INSTALL_PROGRAM='${INSTALL}'
  1159. INSTALL_SCRIPT='${INSTALL}'
  1160. INSTALL_STRIP_PROGRAM='$(install_sh) -c -s'
  1161. LDFLAGS=' -lpthread'
  1162. LIBOBJS=''
  1163. LIBS=''
  1164. LIBTOOL='$(SHELL) $(top_builddir)/libtool'
  1165. LN_S='ln -s'
  1166. LTLIBOBJS=''
  1167. MAKEINFO='${SHELL} /home/tux/dev/wso2-wsf-cpp-src-2.1.0/missing --run makeinfo'
  1168. MKDIR_P='/usr/bin/mkdir -p'
  1169. NEETIHINC=''
  1170. NMEDIT=''
  1171. OBJEXT='o'
  1172. PACKAGE='wso2-wsf-cpp-src'
  1173. PACKAGE_BUGREPORT=''
  1174. PACKAGE_NAME='wso2-wsf-cpp-src'
  1175. PACKAGE_STRING='wso2-wsf-cpp-src 2.1.0'
  1176. PACKAGE_TARNAME='wso2-wsf-cpp-src'
  1177. PACKAGE_VERSION='2.1.0'
  1178. PATH_SEPARATOR=':'
  1179. RANLIB='arm-unknown-nto-qnx8.0.0eabi-ranlib'
  1180. SED='/usr/bin/sed'
  1181. SET_MAKE=''
  1182. SHELL='/bin/sh'
  1183. STRIP='arm-unknown-nto-qnx8.0.0eabi-strip'
  1184. UTILINC='-I/home/tux/dev/wso2-wsf-cpp-src-2.1.0/wsf_c/axis2c/util/include'
  1185. VERSION='2.1.0'
  1186. abs_top_builddir='/home/tux/dev/wso2-wsf-cpp-src-2.1.0'
  1187. ac_ct_CC=''
  1188. ac_ct_CXX=''
  1189. ac_ct_F77=''
  1190. am__fastdepCC_FALSE='#'
  1191. am__fastdepCC_TRUE=''
  1192. am__fastdepCXX_FALSE='#'
  1193. am__fastdepCXX_TRUE=''
  1194. am__include='include'
  1195. am__isrc=''
  1196. am__leading_dot='.'
  1197. am__quote=''
  1198. am__tar='tar --format=ustar -chf - "$$tardir"'
  1199. am__untar='tar -xf -'
  1200. bindir='${exec_prefix}/bin'
  1201. build='i686-pc-linux-gnu'
  1202. build_alias='i686-pc-linux'
  1203. build_cpu='i686'
  1204. build_os='linux-gnu'
  1205. build_vendor='pc'
  1206. datadir='${datarootdir}'
  1207. datarootdir='${prefix}/share'
  1208. docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
  1209. dvidir='${docdir}'
  1210. exec_prefix='${prefix}'
  1211. host='arm-unknown-nto-qnx8.0.0eabi'
  1212. host_alias='arm-unknown-nto-qnx8.0.0eabi'
  1213. host_cpu='arm'
  1214. host_os='nto-qnx8.0.0eabi'
  1215. host_vendor='unknown'
  1216. htmldir='${docdir}'
  1217. includedir='${prefix}/include'
  1218. infodir='${datarootdir}/info'
  1219. install_sh='$(SHELL) /home/tux/dev/wso2-wsf-cpp-src-2.1.0/install-sh'
  1220. libdir='${exec_prefix}/lib'
  1221. libexecdir='${exec_prefix}/lib'
  1222. localedir='${datarootdir}/locale'
  1223. localstatedir='${prefix}/var'
  1224. mandir='${datarootdir}/man'
  1225. mkdir_p='/usr/bin/mkdir -p'
  1226. oldincludedir='/usr/include'
  1227. pdfdir='${docdir}'
  1228. prefix='/home/tux/wsf_bb10_ssl'
  1229. program_transform_name='s,x,x,'
  1230. psdir='${docdir}'
  1231. sbindir='${exec_prefix}/sbin'
  1232. sharedstatedir='${prefix}/com'
  1233. subdirs=' wsf_c'
  1234. sysconfdir='${prefix}/etc'
  1235. target='arm-unknown-nto-qnx8.0.0eabi'
  1236. target_alias=''
  1237. target_cpu='arm'
  1238. target_os='nto-qnx8.0.0eabi'
  1239. target_vendor='unknown'
  1240.  
  1241. ## ----------- ##
  1242. ## confdefs.h. ##
  1243. ## ----------- ##
  1244.  
  1245. #define PACKAGE_NAME "wso2-wsf-cpp-src"
  1246. #define PACKAGE_TARNAME "wso2-wsf-cpp-src"
  1247. #define PACKAGE_VERSION "2.1.0"
  1248. #define PACKAGE_STRING "wso2-wsf-cpp-src 2.1.0"
  1249. #define PACKAGE_BUGREPORT ""
  1250. #define PACKAGE "wso2-wsf-cpp-src"
  1251. #define VERSION "2.1.0"
  1252. #define STDC_HEADERS 1
  1253. #define HAVE_SYS_TYPES_H 1
  1254. #define HAVE_SYS_STAT_H 1
  1255. #define HAVE_STDLIB_H 1
  1256. #define HAVE_STRING_H 1
  1257. #define HAVE_MEMORY_H 1
  1258. #define HAVE_STRINGS_H 1
  1259. #define HAVE_INTTYPES_H 1
  1260. #define HAVE_STDINT_H 1
  1261. #define HAVE_UNISTD_H 1
  1262. #define HAVE_DLFCN_H 1
  1263. #define HAVE_ISO_VARARGS 1
  1264. #define HAVE_GNUC_VARARGS 1
  1265. #define STDC_HEADERS 1
  1266. #define HAVE_STDIO_H 1
  1267. #define HAVE_STDLIB_H 1
  1268. #define HAVE_STRING_H 1
  1269. #define HAVE_SYS_SOCKET_H 1
  1270. #define HAVE_NET_IF_H 1
  1271. #define HAVE_NET_IF_TYPES_H 1
  1272. #define HAVE_NET_IF_DL_H 1
  1273.  
  1274. configure: exit 0
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement