Advertisement
fikrie88

protobuff make log error on Solaris

May 25th, 2014
326
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Make 49.57 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 Protocol Buffers configure 2.5.0, which was
  5. generated by GNU Autoconf 2.68.  Invocation command line was
  6.  
  7.   $ ./configure
  8.  
  9. ## --------- ##
  10. ## Platform. ##
  11. ## --------- ##
  12.  
  13. hostname = ms-sparc8
  14. uname -m = sun4u
  15. uname -r = 5.8
  16. uname -s = SunOS
  17. uname -v = Generic_108528-13
  18.  
  19. /usr/bin/uname -p = sparc
  20. /bin/uname -X     = System = SunOS
  21. Node = ms-sparc8
  22. Release = 5.8
  23. KernelID = Generic_108528-13
  24. Machine = sun4u
  25. BusType = <unknown>
  26. Serial = <unknown>
  27. Users = <unknown>
  28. OEM# = 0
  29. Origin# = 1
  30. NumCPU = 1
  31.  
  32. /bin/arch              = sun4
  33. /usr/bin/arch -k       = sun4u
  34. /usr/convex/getsysinfo = unknown
  35. /usr/bin/hostinfo      = unknown
  36. /bin/machine           = unknown
  37. /usr/bin/oslevel       = unknown
  38. /bin/universe          = unknown
  39.  
  40. PATH: /usr/bin
  41. PATH: /bin
  42. PATH: /usr/sbin
  43. PATH: /sbin
  44. PATH: /usr/local/bin
  45.  
  46.  
  47. ## ----------- ##
  48. ## Core tests. ##
  49. ## ----------- ##
  50.  
  51. configure:2455: checking whether to enable maintainer-specific portions of Makefiles
  52. configure:2464: result: yes
  53. configure:2525: checking build system type
  54. configure:2539: result: sparc-sun-solaris2.8
  55. configure:2559: checking host system type
  56. configure:2572: result: sparc-sun-solaris2.8
  57. configure:2592: checking target system type
  58. configure:2605: result: sparc-sun-solaris2.8
  59. configure:2648: checking for a BSD-compatible install
  60. configure:2716: result: ./install-sh -c
  61. configure:2727: checking whether build environment is sane
  62. configure:2777: result: yes
  63. configure:2918: checking for a thread-safe mkdir -p
  64. configure:2957: result: ./install-sh -c -d
  65. configure:2970: checking for gawk
  66. configure:3000: result: no
  67. configure:2970: checking for mawk
  68. configure:3000: result: no
  69. configure:2970: checking for nawk
  70. configure:2986: found /usr/bin/nawk
  71. configure:2997: result: nawk
  72. configure:3008: checking whether make sets $(MAKE)
  73. configure:3030: result: yes
  74. configure:3178: checking for gcc
  75. configure:3194: found /usr/local/bin/gcc
  76. configure:3205: result: gcc
  77. configure:3434: checking for C compiler version
  78. configure:3443: gcc --version >&5
  79. gcc (GCC) 3.3.2
  80. Copyright (C) 2003 Free Software Foundation, Inc.
  81. This is free software; see the source for copying conditions.  There is NO
  82. warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
  83.  
  84. configure:3454: $? = 0
  85. configure:3443: gcc -v >&5
  86. Reading specs from /usr/local/lib/gcc-lib/sparc-sun-solaris2.8/3.3.2/specs
  87. Configured with: ../configure --with-as=/usr/ccs/bin/as --with-ld=/usr/ccs/bin/ld --disable-nls --disable-libgcj --enable-languages=c,c++
  88. Thread model: posix
  89. gcc version 3.3.2
  90. configure:3454: $? = 0
  91. configure:3443: gcc -V >&5
  92. gcc: `-V' option must have argument
  93. configure:3454: $? = 1
  94. configure:3443: gcc -qversion >&5
  95. gcc: unrecognized option `-qversion'
  96. gcc: no input files
  97. configure:3454: $? = 1
  98. configure:3474: checking whether the C compiler works
  99. configure:3496: gcc    conftest.c  >&5
  100. configure:3500: $? = 0
  101. configure:3548: result: yes
  102. configure:3551: checking for C compiler default output file name
  103. configure:3553: result: a.out
  104. configure:3559: checking for suffix of executables
  105. configure:3566: gcc -o conftest    conftest.c  >&5
  106. configure:3570: $? = 0
  107. configure:3592: result:
  108. configure:3614: checking whether we are cross compiling
  109. configure:3622: gcc -o conftest    conftest.c  >&5
  110. configure:3626: $? = 0
  111. configure:3633: ./conftest
  112. configure:3637: $? = 0
  113. configure:3652: result: no
  114. configure:3657: checking for suffix of object files
  115. configure:3679: gcc -c   conftest.c >&5
  116. configure:3683: $? = 0
  117. configure:3704: result: o
  118. configure:3708: checking whether we are using the GNU C compiler
  119. configure:3727: gcc -c   conftest.c >&5
  120. configure:3727: $? = 0
  121. configure:3736: result: yes
  122. configure:3745: checking whether gcc accepts -g
  123. configure:3765: gcc -c -g  conftest.c >&5
  124. configure:3765: $? = 0
  125. configure:3806: result: yes
  126. configure:3823: checking for gcc option to accept ISO C89
  127. configure:3887: gcc  -c   conftest.c >&5
  128. configure:3887: $? = 0
  129. configure:3900: result: none needed
  130. configure:3931: checking for style of include used by make
  131. configure:3959: result: GNU
  132. configure:3985: checking dependency style of gcc
  133. configure:4096: result: gcc3
  134. configure:4169: checking for g++
  135. configure:4185: found /usr/local/bin/g++
  136. configure:4196: result: g++
  137. configure:4223: checking for C++ compiler version
  138. configure:4232: g++ --version >&5
  139. g++ (GCC) 3.3.2
  140. Copyright (C) 2003 Free Software Foundation, Inc.
  141. This is free software; see the source for copying conditions.  There is NO
  142. warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
  143.  
  144. configure:4243: $? = 0
  145. configure:4232: g++ -v >&5
  146. Reading specs from /usr/local/lib/gcc-lib/sparc-sun-solaris2.8/3.3.2/specs
  147. Configured with: ../configure --with-as=/usr/ccs/bin/as --with-ld=/usr/ccs/bin/ld --disable-nls --disable-libgcj --enable-languages=c,c++
  148. Thread model: posix
  149. gcc version 3.3.2
  150. configure:4243: $? = 0
  151. configure:4232: g++ -V >&5
  152. g++: `-V' option must have argument
  153. configure:4243: $? = 1
  154. configure:4232: g++ -qversion >&5
  155. g++: unrecognized option `-qversion'
  156. g++: no input files
  157. configure:4243: $? = 1
  158. configure:4247: checking whether we are using the GNU C++ compiler
  159. configure:4266: g++ -c   conftest.cpp >&5
  160. configure:4266: $? = 0
  161. configure:4275: result: yes
  162. configure:4284: checking whether g++ accepts -g
  163. configure:4304: g++ -c -g  conftest.cpp >&5
  164. configure:4304: $? = 0
  165. configure:4345: result: yes
  166. configure:4370: checking dependency style of g++
  167. configure:4481: result: gcc3
  168. configure:4508: checking how to run the C++ preprocessor
  169. configure:4535: g++ -E  conftest.cpp
  170. configure:4535: $? = 0
  171. configure:4549: g++ -E  conftest.cpp
  172. conftest.cpp:11:28: ac_nonexistent.h: No such file or directory
  173. configure:4549: $? = 1
  174. configure: failed program was:
  175. | /* confdefs.h */
  176. | #define PACKAGE_NAME "Protocol Buffers"
  177. | #define PACKAGE_TARNAME "protobuf"
  178. | #define PACKAGE_VERSION "2.5.0"
  179. | #define PACKAGE_STRING "Protocol Buffers 2.5.0"
  180. | #define PACKAGE_BUGREPORT "protobuf@googlegroups.com"
  181. | #define PACKAGE_URL ""
  182. | #define PACKAGE "protobuf"
  183. | #define VERSION "2.5.0"
  184. | /* end confdefs.h.  */
  185. | #include <ac_nonexistent.h>
  186. configure:4574: result: g++ -E
  187. configure:4594: g++ -E  conftest.cpp
  188. configure:4594: $? = 0
  189. configure:4608: g++ -E  conftest.cpp
  190. conftest.cpp:11:28: ac_nonexistent.h: No such file or directory
  191. configure:4608: $? = 1
  192. configure: failed program was:
  193. | /* confdefs.h */
  194. | #define PACKAGE_NAME "Protocol Buffers"
  195. | #define PACKAGE_TARNAME "protobuf"
  196. | #define PACKAGE_VERSION "2.5.0"
  197. | #define PACKAGE_STRING "Protocol Buffers 2.5.0"
  198. | #define PACKAGE_BUGREPORT "protobuf@googlegroups.com"
  199. | #define PACKAGE_URL ""
  200. | #define PACKAGE "protobuf"
  201. | #define VERSION "2.5.0"
  202. | /* end confdefs.h.  */
  203. | #include <ac_nonexistent.h>
  204. configure:4637: checking for grep that handles long lines and -e
  205. configure:4695: result: /usr/xpg4/bin/grep
  206. configure:4700: checking for egrep
  207. configure:4762: result: /usr/xpg4/bin/grep -E
  208. configure:4767: checking for ANSI C header files
  209. configure:4787: g++ -c   conftest.cpp >&5
  210. configure:4787: $? = 0
  211. configure:4860: g++ -o conftest    conftest.cpp  >&5
  212. configure:4860: $? = 0
  213. configure:4860: ./conftest
  214. ld.so.1: ./conftest: fatal: libstdc++.so.6: open failed: No such file or directory
  215. ./configure: line 1750: 19741 Killed                  ./conftest$ac_exeext
  216. configure:4860: $? = 137
  217. configure: program exited with status 137
  218. configure: failed program was:
  219. | /* confdefs.h */
  220. | #define PACKAGE_NAME "Protocol Buffers"
  221. | #define PACKAGE_TARNAME "protobuf"
  222. | #define PACKAGE_VERSION "2.5.0"
  223. | #define PACKAGE_STRING "Protocol Buffers 2.5.0"
  224. | #define PACKAGE_BUGREPORT "protobuf@googlegroups.com"
  225. | #define PACKAGE_URL ""
  226. | #define PACKAGE "protobuf"
  227. | #define VERSION "2.5.0"
  228. | /* end confdefs.h.  */
  229. | #include <ctype.h>
  230. | #include <stdlib.h>
  231. | #if ((' ' & 0x0FF) == 0x020)
  232. | # define ISLOWER(c) ('a' <= (c) && (c) <= 'z')
  233. | # define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c))
  234. | #else
  235. | # define ISLOWER(c)          (('a' <= (c) && (c) <= 'i')           || ('j' <= (c) && (c) <= 'r')           || ('s' <= (c) && (c) <= 'z'))
  236. | # define TOUPPER(c) (ISLOWER(c) ? ((c) | 0x40) : (c))
  237. | #endif
  238. |
  239. | #define XOR(e, f) (((e) && !(f)) || (!(e) && (f)))
  240. | int
  241. | main ()
  242. | {
  243. |   int i;
  244. |   for (i = 0; i < 256; i++)
  245. |     if (XOR (islower (i), ISLOWER (i))
  246. |   || toupper (i) != TOUPPER (i))
  247. |       return 2;
  248. |   return 0;
  249. | }
  250. configure:4871: result: no
  251. configure:4884: checking for sys/types.h
  252. configure:4884: g++ -c   conftest.cpp >&5
  253. configure:4884: $? = 0
  254. configure:4884: result: yes
  255. configure:4884: checking for sys/stat.h
  256. configure:4884: g++ -c   conftest.cpp >&5
  257. configure:4884: $? = 0
  258. configure:4884: result: yes
  259. configure:4884: checking for stdlib.h
  260. configure:4884: g++ -c   conftest.cpp >&5
  261. configure:4884: $? = 0
  262. configure:4884: result: yes
  263. configure:4884: checking for string.h
  264. configure:4884: g++ -c   conftest.cpp >&5
  265. configure:4884: $? = 0
  266. configure:4884: result: yes
  267. configure:4884: checking for memory.h
  268. configure:4884: g++ -c   conftest.cpp >&5
  269. configure:4884: $? = 0
  270. configure:4884: result: yes
  271. configure:4884: checking for strings.h
  272. configure:4884: g++ -c   conftest.cpp >&5
  273. configure:4884: $? = 0
  274. configure:4884: result: yes
  275. configure:4884: checking for inttypes.h
  276. configure:4884: g++ -c   conftest.cpp >&5
  277. configure:4884: $? = 0
  278. configure:4884: result: yes
  279. configure:4884: checking for stdint.h
  280. configure:4884: g++ -c   conftest.cpp >&5
  281. conftest.cpp:52:20: stdint.h: No such file or directory
  282. configure:4884: $? = 1
  283. configure: failed program was:
  284. | /* confdefs.h */
  285. | #define PACKAGE_NAME "Protocol Buffers"
  286. | #define PACKAGE_TARNAME "protobuf"
  287. | #define PACKAGE_VERSION "2.5.0"
  288. | #define PACKAGE_STRING "Protocol Buffers 2.5.0"
  289. | #define PACKAGE_BUGREPORT "protobuf@googlegroups.com"
  290. | #define PACKAGE_URL ""
  291. | #define PACKAGE "protobuf"
  292. | #define VERSION "2.5.0"
  293. | #define HAVE_SYS_TYPES_H 1
  294. | #define HAVE_SYS_STAT_H 1
  295. | #define HAVE_STDLIB_H 1
  296. | #define HAVE_STRING_H 1
  297. | #define HAVE_MEMORY_H 1
  298. | #define HAVE_STRINGS_H 1
  299. | #define HAVE_INTTYPES_H 1
  300. | /* end confdefs.h.  */
  301. | #include <stdio.h>
  302. | #ifdef HAVE_SYS_TYPES_H
  303. | # include <sys/types.h>
  304. | #endif
  305. | #ifdef HAVE_SYS_STAT_H
  306. | # include <sys/stat.h>
  307. | #endif
  308. | #ifdef STDC_HEADERS
  309. | # include <stdlib.h>
  310. | # include <stddef.h>
  311. | #else
  312. | # ifdef HAVE_STDLIB_H
  313. | #  include <stdlib.h>
  314. | # endif
  315. | #endif
  316. | #ifdef HAVE_STRING_H
  317. | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  318. | #  include <memory.h>
  319. | # endif
  320. | # include <string.h>
  321. | #endif
  322. | #ifdef HAVE_STRINGS_H
  323. | # include <strings.h>
  324. | #endif
  325. | #ifdef HAVE_INTTYPES_H
  326. | # include <inttypes.h>
  327. | #endif
  328. | #ifdef HAVE_STDINT_H
  329. | # include <stdint.h>
  330. | #endif
  331. | #ifdef HAVE_UNISTD_H
  332. | # include <unistd.h>
  333. | #endif
  334. |
  335. | #include <stdint.h>
  336. configure:4884: result: no
  337. configure:4884: checking for unistd.h
  338. configure:4884: g++ -c   conftest.cpp >&5
  339. configure:4884: $? = 0
  340. configure:4884: result: yes
  341. configure:4897: checking minix/config.h usability
  342. configure:4897: g++ -c   conftest.cpp >&5
  343. conftest.cpp:52:26: minix/config.h: No such file or directory
  344. configure:4897: $? = 1
  345. configure: failed program was:
  346. | /* confdefs.h */
  347. | #define PACKAGE_NAME "Protocol Buffers"
  348. | #define PACKAGE_TARNAME "protobuf"
  349. | #define PACKAGE_VERSION "2.5.0"
  350. | #define PACKAGE_STRING "Protocol Buffers 2.5.0"
  351. | #define PACKAGE_BUGREPORT "protobuf@googlegroups.com"
  352. | #define PACKAGE_URL ""
  353. | #define PACKAGE "protobuf"
  354. | #define VERSION "2.5.0"
  355. | #define HAVE_SYS_TYPES_H 1
  356. | #define HAVE_SYS_STAT_H 1
  357. | #define HAVE_STDLIB_H 1
  358. | #define HAVE_STRING_H 1
  359. | #define HAVE_MEMORY_H 1
  360. | #define HAVE_STRINGS_H 1
  361. | #define HAVE_INTTYPES_H 1
  362. | #define HAVE_UNISTD_H 1
  363. | /* end confdefs.h.  */
  364. | #include <stdio.h>
  365. | #ifdef HAVE_SYS_TYPES_H
  366. | # include <sys/types.h>
  367. | #endif
  368. | #ifdef HAVE_SYS_STAT_H
  369. | # include <sys/stat.h>
  370. | #endif
  371. | #ifdef STDC_HEADERS
  372. | # include <stdlib.h>
  373. | # include <stddef.h>
  374. | #else
  375. | # ifdef HAVE_STDLIB_H
  376. | #  include <stdlib.h>
  377. | # endif
  378. | #endif
  379. | #ifdef HAVE_STRING_H
  380. | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  381. | #  include <memory.h>
  382. | # endif
  383. | # include <string.h>
  384. | #endif
  385. | #ifdef HAVE_STRINGS_H
  386. | # include <strings.h>
  387. | #endif
  388. | #ifdef HAVE_INTTYPES_H
  389. | # include <inttypes.h>
  390. | #endif
  391. | #ifdef HAVE_STDINT_H
  392. | # include <stdint.h>
  393. | #endif
  394. | #ifdef HAVE_UNISTD_H
  395. | # include <unistd.h>
  396. | #endif
  397. | #include <minix/config.h>
  398. configure:4897: result: no
  399. configure:4897: checking minix/config.h presence
  400. configure:4897: g++ -E  conftest.cpp
  401. conftest.cpp:19:26: minix/config.h: No such file or directory
  402. configure:4897: $? = 1
  403. configure: failed program was:
  404. | /* confdefs.h */
  405. | #define PACKAGE_NAME "Protocol Buffers"
  406. | #define PACKAGE_TARNAME "protobuf"
  407. | #define PACKAGE_VERSION "2.5.0"
  408. | #define PACKAGE_STRING "Protocol Buffers 2.5.0"
  409. | #define PACKAGE_BUGREPORT "protobuf@googlegroups.com"
  410. | #define PACKAGE_URL ""
  411. | #define PACKAGE "protobuf"
  412. | #define VERSION "2.5.0"
  413. | #define HAVE_SYS_TYPES_H 1
  414. | #define HAVE_SYS_STAT_H 1
  415. | #define HAVE_STDLIB_H 1
  416. | #define HAVE_STRING_H 1
  417. | #define HAVE_MEMORY_H 1
  418. | #define HAVE_STRINGS_H 1
  419. | #define HAVE_INTTYPES_H 1
  420. | #define HAVE_UNISTD_H 1
  421. | /* end confdefs.h.  */
  422. | #include <minix/config.h>
  423. configure:4897: result: no
  424. configure:4897: checking for minix/config.h
  425. configure:4897: result: no
  426. configure:4918: checking whether it is safe to define __EXTENSIONS__
  427. configure:4936: g++ -c   conftest.cpp >&5
  428. configure:4936: $? = 0
  429. configure:4943: result: yes
  430. configure:4972: checking C++ compiler flags...
  431. configure:4988: result: use default: -O2  -g -DNDEBUG
  432. configure:5008: checking whether __SUNPRO_CC is declared
  433. configure:5008: g++ -c  -g -DNDEBUG  conftest.cpp >&5
  434. conftest.cpp: In function `int main()':
  435. conftest.cpp:62: error: `__SUNPRO_CC' undeclared (first use this function)
  436. conftest.cpp:62: error: (Each undeclared identifier is reported only once for
  437.    each function it appears in.)
  438. configure:5008: $? = 1
  439. configure: failed program was:
  440. | /* confdefs.h */
  441. | #define PACKAGE_NAME "Protocol Buffers"
  442. | #define PACKAGE_TARNAME "protobuf"
  443. | #define PACKAGE_VERSION "2.5.0"
  444. | #define PACKAGE_STRING "Protocol Buffers 2.5.0"
  445. | #define PACKAGE_BUGREPORT "protobuf@googlegroups.com"
  446. | #define PACKAGE_URL ""
  447. | #define PACKAGE "protobuf"
  448. | #define VERSION "2.5.0"
  449. | #define HAVE_SYS_TYPES_H 1
  450. | #define HAVE_SYS_STAT_H 1
  451. | #define HAVE_STDLIB_H 1
  452. | #define HAVE_STRING_H 1
  453. | #define HAVE_MEMORY_H 1
  454. | #define HAVE_STRINGS_H 1
  455. | #define HAVE_INTTYPES_H 1
  456. | #define HAVE_UNISTD_H 1
  457. | #define __EXTENSIONS__ 1
  458. | #define _ALL_SOURCE 1
  459. | #define _GNU_SOURCE 1
  460. | #define _POSIX_PTHREAD_SEMANTICS 1
  461. | #define _TANDEM_SOURCE 1
  462. | /* end confdefs.h.  */
  463. | #include <stdio.h>
  464. | #ifdef HAVE_SYS_TYPES_H
  465. | # include <sys/types.h>
  466. | #endif
  467. | #ifdef HAVE_SYS_STAT_H
  468. | # include <sys/stat.h>
  469. | #endif
  470. | #ifdef STDC_HEADERS
  471. | # include <stdlib.h>
  472. | # include <stddef.h>
  473. | #else
  474. | # ifdef HAVE_STDLIB_H
  475. | #  include <stdlib.h>
  476. | # endif
  477. | #endif
  478. | #ifdef HAVE_STRING_H
  479. | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  480. | #  include <memory.h>
  481. | # endif
  482. | # include <string.h>
  483. | #endif
  484. | #ifdef HAVE_STRINGS_H
  485. | # include <strings.h>
  486. | #endif
  487. | #ifdef HAVE_INTTYPES_H
  488. | # include <inttypes.h>
  489. | #endif
  490. | #ifdef HAVE_STDINT_H
  491. | # include <stdint.h>
  492. | #endif
  493. | #ifdef HAVE_UNISTD_H
  494. | # include <unistd.h>
  495. | #endif
  496. | int
  497. | main ()
  498. | {
  499. | #ifndef __SUNPRO_CC
  500. | #ifdef __cplusplus
  501. |   (void) __SUNPRO_CC;
  502. | #else
  503. |   (void) __SUNPRO_CC;
  504. | #endif
  505. | #endif
  506. |
  507. |   ;
  508. |   return 0;
  509. | }
  510. configure:5008: result: no
  511. configure:5043: checking for isainfo
  512. configure:5059: found /usr/bin/isainfo
  513. configure:5070: result: isainfo
  514. configure:5180: checking how to print strings
  515. configure:5207: result: printf
  516. configure:5228: checking for a sed that does not truncate output
  517. configure:5292: result: /usr/bin/sed
  518. configure:5310: checking for fgrep
  519. configure:5372: result: /usr/xpg4/bin/grep -F
  520. configure:5407: checking for ld used by gcc
  521. configure:5474: result: /usr/ccs/bin/ld
  522. configure:5481: checking if the linker (/usr/ccs/bin/ld) is GNU ld
  523. configure:5496: result: no
  524. configure:5508: checking for BSD- or MS-compatible name lister (nm)
  525. configure:5557: result: /usr/ccs/bin/nm -p
  526. configure:5687: checking the name lister (/usr/ccs/bin/nm -p) interface
  527. configure:5694: g++ -c  -g -DNDEBUG -m64  conftest.cpp >&5
  528. configure:5697: /usr/ccs/bin/nm -p "conftest.o"
  529. configure:5700: output
  530.  
  531.  
  532. conftest.o:
  533. 00000000000000 b
  534. 00000000000000 s
  535. 00000000000000 s
  536. 00000000000000 s
  537. 00000000000000 s
  538. 00000000000000 s
  539. 00000000000000 f conftest.cpp
  540. 00000000000000 B some_variable
  541. configure:5707: result: BSD nm
  542. configure:5710: checking whether ln -s works
  543. configure:5714: result: yes
  544. configure:5722: checking the maximum length of command line arguments
  545. configure:5852: result: 786240
  546. configure:5869: checking whether the shell understands some XSI constructs
  547. configure:5879: result: yes
  548. configure:5883: checking whether the shell understands "+="
  549. configure:5889: result: yes
  550. configure:5924: checking how to convert sparc-sun-solaris2.8 file names to sparc-sun-solaris2.8 format
  551. configure:5964: result: func_convert_file_noop
  552. configure:5971: checking how to convert sparc-sun-solaris2.8 file names to toolchain format
  553. configure:5991: result: func_convert_file_noop
  554. configure:5998: checking for /usr/ccs/bin/ld option to reload object files
  555. configure:6005: result: -r
  556. configure:6079: checking for objdump
  557. configure:6109: result: no
  558. configure:6138: checking how to recognize dependent libraries
  559. configure:6340: result: pass_all
  560. configure:6425: checking for dlltool
  561. configure:6455: result: no
  562. configure:6485: checking how to associate runtime and link libraries
  563. configure:6512: result: printf %s\n
  564. configure:6572: checking for ar
  565. configure:6602: result: no
  566. configure:6636: checking for archiver @FILE support
  567. configure:6653: g++ -c  -g -DNDEBUG -m64  conftest.cpp >&5
  568. configure:6653: $? = 0
  569. configure:6656: false cru libconftest.a @conftest.lst >&5
  570. configure:6659: $? = 1
  571. configure:6679: result: no
  572. configure:6737: checking for strip
  573. configure:6767: result: no
  574. configure:6836: checking for ranlib
  575. configure:6866: result: no
  576. configure:6965: checking command to parse /usr/ccs/bin/nm -p output from gcc object
  577. configure:7085: g++ -c  -g -DNDEBUG -m64  conftest.cpp >&5
  578. configure:7088: $? = 0
  579. configure:7092: /usr/ccs/bin/nm -p conftest.o \| sed -n -e 's/^.*[ ]\([BDRT][BDRT]*\)[ ][ ]*\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2 \2/p' | sed '/ __gnu_lto/d' \> conftest.nm
  580. configure:7095: $? = 0
  581. configure:7161: g++ -o conftest  -g -DNDEBUG -m64   conftest.cpp conftstm.o >&5
  582. configure:7164: $? = 0
  583. configure:7202: result: ok
  584. configure:7239: checking for sysroot
  585. configure:7269: result: no
  586. configure:7446: g++ -c  -g -DNDEBUG -m64  conftest.cpp >&5
  587. configure:7449: $? = 0
  588. configure:7526: checking for mt
  589. configure:7542: found /usr/bin/mt
  590. configure:7553: result: mt
  591. configure:7576: checking if mt is a manifest tool
  592. configure:7582: mt '-?'
  593. mt: unknown command: -?
  594. configure:7590: result: no
  595. configure:8229: checking for dlfcn.h
  596. configure:8229: g++ -c  -g -DNDEBUG -m64  conftest.cpp >&5
  597. configure:8229: $? = 0
  598. configure:8229: result: yes
  599. configure:8445: checking for objdir
  600. configure:8460: result: .libs
  601. configure:8731: checking if gcc supports -fno-rtti -fno-exceptions
  602. configure:8749: gcc -c  -m64  -fno-rtti -fno-exceptions conftest.c >&5
  603. cc1: warning: "-fno-rtti" is valid for C++ but not for C/ObjC
  604. configure:8753: $? = 0
  605. configure:8766: result: no
  606. configure:9093: checking for gcc option to produce PIC
  607. configure:9100: result: -fPIC -DPIC
  608. configure:9108: checking if gcc PIC flag -fPIC -DPIC works
  609. configure:9126: gcc -c  -m64  -fPIC -DPIC -DPIC conftest.c >&5
  610. configure:9130: $? = 0
  611. configure:9143: result: yes
  612. configure:9172: checking if gcc static flag -static works
  613. configure:9200: result: no
  614. configure:9215: checking if gcc supports -c -o file.o
  615. configure:9236: gcc -c  -m64  -o out/conftest2.o conftest.c >&5
  616. configure:9240: $? = 0
  617. configure:9262: result: yes
  618. configure:9270: checking if gcc supports -c -o file.o
  619. configure:9317: result: yes
  620. configure:9350: checking whether the gcc linker (/usr/ccs/bin/ld -64) supports shared libraries
  621. configure:10507: result: yes
  622. configure:10544: checking whether -lc should be explicitly linked in
  623. configure:10552: gcc -c  -m64  conftest.c >&5
  624. configure:10555: $? = 0
  625. configure:10570: gcc -shared  -fPIC -DPIC -Wl,-z -Wl,text -Wl,-h -Wl,conftest -o conftest conftest.o  -v 2\>\&1 \| /usr/xpg4/bin/grep  -lc  \>/dev/null 2\>\&1
  626. configure:10573: $? = 1
  627. configure:10587: result: yes
  628. configure:10747: checking dynamic linker characteristics
  629. configure:11492: result: solaris2.8 ld.so
  630. configure:11599: checking how to hardcode library paths into programs
  631. configure:11624: result: immediate
  632. configure:12164: checking whether stripping libraries is possible
  633. configure:12186: result: no
  634. configure:12204: checking if libtool supports shared libraries
  635. configure:12206: result: yes
  636. configure:12209: checking whether to build shared libraries
  637. configure:12230: result: yes
  638. configure:12233: checking whether to build static libraries
  639. configure:12237: result: yes
  640. configure:12260: checking how to run the C++ preprocessor
  641. configure:12326: result: g++ -E
  642. configure:12346: g++ -E  conftest.cpp
  643. configure:12346: $? = 0
  644. configure:12360: g++ -E  conftest.cpp
  645. conftest.cpp:26:28: ac_nonexistent.h: No such file or directory
  646. configure:12360: $? = 1
  647. configure: failed program was:
  648. | /* confdefs.h */
  649. | #define PACKAGE_NAME "Protocol Buffers"
  650. | #define PACKAGE_TARNAME "protobuf"
  651. | #define PACKAGE_VERSION "2.5.0"
  652. | #define PACKAGE_STRING "Protocol Buffers 2.5.0"
  653. | #define PACKAGE_BUGREPORT "protobuf@googlegroups.com"
  654. | #define PACKAGE_URL ""
  655. | #define PACKAGE "protobuf"
  656. | #define VERSION "2.5.0"
  657. | #define HAVE_SYS_TYPES_H 1
  658. | #define HAVE_SYS_STAT_H 1
  659. | #define HAVE_STDLIB_H 1
  660. | #define HAVE_STRING_H 1
  661. | #define HAVE_MEMORY_H 1
  662. | #define HAVE_STRINGS_H 1
  663. | #define HAVE_INTTYPES_H 1
  664. | #define HAVE_UNISTD_H 1
  665. | #define __EXTENSIONS__ 1
  666. | #define _ALL_SOURCE 1
  667. | #define _GNU_SOURCE 1
  668. | #define _POSIX_PTHREAD_SEMANTICS 1
  669. | #define _TANDEM_SOURCE 1
  670. | #define HAVE_DLFCN_H 1
  671. | #define LT_OBJDIR ".libs/"
  672. | /* end confdefs.h.  */
  673. | #include <ac_nonexistent.h>
  674. configure:12529: checking for ld used by g++
  675. configure:12596: result: /usr/ccs/bin/ld -64
  676. configure:12603: checking if the linker (/usr/ccs/bin/ld -64) is GNU ld
  677. configure:12618: result: no
  678. configure:12673: checking whether the g++ linker (/usr/ccs/bin/ld -64) supports shared libraries
  679. configure:13678: result: yes
  680. configure:13714: g++ -c  -g -DNDEBUG -m64  conftest.cpp >&5
  681. configure:13717: $? = 0
  682. configure:14237: checking for g++ option to produce PIC
  683. configure:14244: result: -fPIC -DPIC
  684. configure:14252: checking if g++ PIC flag -fPIC -DPIC works
  685. configure:14270: g++ -c  -g -DNDEBUG -m64  -fPIC -DPIC -DPIC conftest.cpp >&5
  686. configure:14274: $? = 0
  687. configure:14287: result: yes
  688. configure:14310: checking if g++ static flag -static works
  689. configure:14338: result: no
  690. configure:14350: checking if g++ supports -c -o file.o
  691. configure:14371: g++ -c  -g -DNDEBUG -m64  -o out/conftest2.o conftest.cpp >&5
  692. configure:14375: $? = 0
  693. configure:14397: result: yes
  694. configure:14402: checking if g++ supports -c -o file.o
  695. configure:14449: result: yes
  696. configure:14479: checking whether the g++ linker (/usr/ccs/bin/ld -64) supports shared libraries
  697. configure:14518: result: yes
  698. configure:14659: checking dynamic linker characteristics
  699. configure:15338: result: solaris2.8 ld.so
  700. configure:15391: checking how to hardcode library paths into programs
  701. configure:15416: result: immediate
  702. configure:15479: checking for ANSI C header files
  703. configure:15583: result: no
  704. configure:15594: checking fcntl.h usability
  705. configure:15594: g++ -c  -g -DNDEBUG -m64  conftest.cpp >&5
  706. configure:15594: $? = 0
  707. configure:15594: result: yes
  708. configure:15594: checking fcntl.h presence
  709. configure:15594: g++ -E  conftest.cpp
  710. configure:15594: $? = 0
  711. configure:15594: result: yes
  712. configure:15594: checking for fcntl.h
  713. configure:15594: result: yes
  714. configure:15594: checking for inttypes.h
  715. configure:15594: result: yes
  716. configure:15594: checking limits.h usability
  717. configure:15594: g++ -c  -g -DNDEBUG -m64  conftest.cpp >&5
  718. configure:15594: $? = 0
  719. configure:15594: result: yes
  720. configure:15594: checking limits.h presence
  721. configure:15594: g++ -E  conftest.cpp
  722. configure:15594: $? = 0
  723. configure:15594: result: yes
  724. configure:15594: checking for limits.h
  725. configure:15594: result: yes
  726. configure:15594: checking for stdlib.h
  727. configure:15594: result: yes
  728. configure:15594: checking for unistd.h
  729. configure:15594: result: yes
  730. configure:15606: checking for working memcmp
  731. configure:15649: g++ -o conftest  -g -DNDEBUG -m64   conftest.cpp  >&5
  732. configure:15649: $? = 0
  733. configure:15649: ./conftest
  734. ld.so.1: ./conftest: fatal: libstdc++.so.5: open failed: No such file or directory
  735. ./configure: line 1750: 20474 Killed                  ./conftest$ac_exeext
  736. configure:15649: $? = 137
  737. configure: program exited with status 137
  738. configure: failed program was:
  739. | /* confdefs.h */
  740. | #define PACKAGE_NAME "Protocol Buffers"
  741. | #define PACKAGE_TARNAME "protobuf"
  742. | #define PACKAGE_VERSION "2.5.0"
  743. | #define PACKAGE_STRING "Protocol Buffers 2.5.0"
  744. | #define PACKAGE_BUGREPORT "protobuf@googlegroups.com"
  745. | #define PACKAGE_URL ""
  746. | #define PACKAGE "protobuf"
  747. | #define VERSION "2.5.0"
  748. | #define HAVE_SYS_TYPES_H 1
  749. | #define HAVE_SYS_STAT_H 1
  750. | #define HAVE_STDLIB_H 1
  751. | #define HAVE_STRING_H 1
  752. | #define HAVE_MEMORY_H 1
  753. | #define HAVE_STRINGS_H 1
  754. | #define HAVE_INTTYPES_H 1
  755. | #define HAVE_UNISTD_H 1
  756. | #define __EXTENSIONS__ 1
  757. | #define _ALL_SOURCE 1
  758. | #define _GNU_SOURCE 1
  759. | #define _POSIX_PTHREAD_SEMANTICS 1
  760. | #define _TANDEM_SOURCE 1
  761. | #define HAVE_DLFCN_H 1
  762. | #define LT_OBJDIR ".libs/"
  763. | #define HAVE_FCNTL_H 1
  764. | #define HAVE_INTTYPES_H 1
  765. | #define HAVE_LIMITS_H 1
  766. | #define HAVE_STDLIB_H 1
  767. | #define HAVE_UNISTD_H 1
  768. | /* end confdefs.h.  */
  769. | #include <stdio.h>
  770. | #ifdef HAVE_SYS_TYPES_H
  771. | # include <sys/types.h>
  772. | #endif
  773. | #ifdef HAVE_SYS_STAT_H
  774. | # include <sys/stat.h>
  775. | #endif
  776. | #ifdef STDC_HEADERS
  777. | # include <stdlib.h>
  778. | # include <stddef.h>
  779. | #else
  780. | # ifdef HAVE_STDLIB_H
  781. | #  include <stdlib.h>
  782. | # endif
  783. | #endif
  784. | #ifdef HAVE_STRING_H
  785. | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  786. | #  include <memory.h>
  787. | # endif
  788. | # include <string.h>
  789. | #endif
  790. | #ifdef HAVE_STRINGS_H
  791. | # include <strings.h>
  792. | #endif
  793. | #ifdef HAVE_INTTYPES_H
  794. | # include <inttypes.h>
  795. | #endif
  796. | #ifdef HAVE_STDINT_H
  797. | # include <stdint.h>
  798. | #endif
  799. | #ifdef HAVE_UNISTD_H
  800. | # include <unistd.h>
  801. | #endif
  802. | int
  803. | main ()
  804. | {
  805. |
  806. |   /* Some versions of memcmp are not 8-bit clean.  */
  807. |   char c0 = '\100', c1 = '\200', c2 = '\201';
  808. |   if (memcmp(&c0, &c2, 1) >= 0 || memcmp(&c1, &c2, 1) >= 0)
  809. |     return 1;
  810. |
  811. |   /* The Next x86 OpenStep bug shows up only when comparing 16 bytes
  812. |      or more and with at least one buffer not starting on a 4-byte boundary.
  813. |      William Lewis provided this test program.   */
  814. |   {
  815. |     char foo[21];
  816. |     char bar[21];
  817. |     int i;
  818. |     for (i = 0; i < 4; i++)
  819. |       {
  820. |   char *a = foo + i;
  821. |   char *b = bar + i;
  822. |   strcpy (a, "--------01111111");
  823. |   strcpy (b, "--------10000000");
  824. |   if (memcmp (a, b, 16) >= 0)
  825. |     return 1;
  826. |       }
  827. |     return 0;
  828. |   }
  829. |
  830. |   ;
  831. |   return 0;
  832. | }
  833. configure:15659: result: no
  834. configure:15668: checking for working strtod
  835. configure:15709: g++ -o conftest  -g -DNDEBUG -m64   conftest.cpp  >&5
  836. configure:15709: $? = 0
  837. configure:15709: ./conftest
  838. ld.so.1: ./conftest: fatal: libstdc++.so.5: open failed: No such file or directory
  839. ./configure: line 1750: 20486 Killed                  ./conftest$ac_exeext
  840. configure:15709: $? = 137
  841. configure: program exited with status 137
  842. configure: failed program was:
  843. | /* confdefs.h */
  844. | #define PACKAGE_NAME "Protocol Buffers"
  845. | #define PACKAGE_TARNAME "protobuf"
  846. | #define PACKAGE_VERSION "2.5.0"
  847. | #define PACKAGE_STRING "Protocol Buffers 2.5.0"
  848. | #define PACKAGE_BUGREPORT "protobuf@googlegroups.com"
  849. | #define PACKAGE_URL ""
  850. | #define PACKAGE "protobuf"
  851. | #define VERSION "2.5.0"
  852. | #define HAVE_SYS_TYPES_H 1
  853. | #define HAVE_SYS_STAT_H 1
  854. | #define HAVE_STDLIB_H 1
  855. | #define HAVE_STRING_H 1
  856. | #define HAVE_MEMORY_H 1
  857. | #define HAVE_STRINGS_H 1
  858. | #define HAVE_INTTYPES_H 1
  859. | #define HAVE_UNISTD_H 1
  860. | #define __EXTENSIONS__ 1
  861. | #define _ALL_SOURCE 1
  862. | #define _GNU_SOURCE 1
  863. | #define _POSIX_PTHREAD_SEMANTICS 1
  864. | #define _TANDEM_SOURCE 1
  865. | #define HAVE_DLFCN_H 1
  866. | #define LT_OBJDIR ".libs/"
  867. | #define HAVE_FCNTL_H 1
  868. | #define HAVE_INTTYPES_H 1
  869. | #define HAVE_LIMITS_H 1
  870. | #define HAVE_STDLIB_H 1
  871. | #define HAVE_UNISTD_H 1
  872. | /* end confdefs.h.  */
  873. |
  874. | #include <stdio.h>
  875. | #ifdef HAVE_SYS_TYPES_H
  876. | # include <sys/types.h>
  877. | #endif
  878. | #ifdef HAVE_SYS_STAT_H
  879. | # include <sys/stat.h>
  880. | #endif
  881. | #ifdef STDC_HEADERS
  882. | # include <stdlib.h>
  883. | # include <stddef.h>
  884. | #else
  885. | # ifdef HAVE_STDLIB_H
  886. | #  include <stdlib.h>
  887. | # endif
  888. | #endif
  889. | #ifdef HAVE_STRING_H
  890. | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  891. | #  include <memory.h>
  892. | # endif
  893. | # include <string.h>
  894. | #endif
  895. | #ifdef HAVE_STRINGS_H
  896. | # include <strings.h>
  897. | #endif
  898. | #ifdef HAVE_INTTYPES_H
  899. | # include <inttypes.h>
  900. | #endif
  901. | #ifdef HAVE_STDINT_H
  902. | # include <stdint.h>
  903. | #endif
  904. | #ifdef HAVE_UNISTD_H
  905. | # include <unistd.h>
  906. | #endif
  907. | #ifndef strtod
  908. | double strtod ();
  909. | #endif
  910. | int
  911. | main()
  912. | {
  913. |   {
  914. |     /* Some versions of Linux strtod mis-parse strings with leading '+'.  */
  915. |     char *string = " +69";
  916. |     char *term;
  917. |     double value;
  918. |     value = strtod (string, &term);
  919. |     if (value != 69 || term != (string + 4))
  920. |       return 1;
  921. |   }
  922. |
  923. |   {
  924. |     /* Under Solaris 2.4, strtod returns the wrong value for the
  925. |        terminating character under some conditions.  */
  926. |     char *string = "NaN";
  927. |     char *term;
  928. |     strtod (string, &term);
  929. |     if (term != string && *(term - 1) == 0)
  930. |       return 1;
  931. |   }
  932. |   return 0;
  933. | }
  934. |
  935. configure:15719: result: no
  936. configure:15728: checking for pow
  937. configure:15728: g++ -o conftest  -g -DNDEBUG -m64   conftest.cpp  >&5
  938. configure:15728: $? = 0
  939. configure:15728: result: yes
  940. configure:15784: checking for ftruncate
  941. configure:15784: g++ -o conftest  -g -DNDEBUG -m64   conftest.cpp  >&5
  942. configure:15784: $? = 0
  943. configure:15784: result: yes
  944. configure:15784: checking for memset
  945. configure:15784: g++ -o conftest  -g -DNDEBUG -m64   conftest.cpp  >&5
  946. configure:15784: $? = 0
  947. configure:15784: result: yes
  948. configure:15784: checking for mkdir
  949. configure:15784: g++ -o conftest  -g -DNDEBUG -m64   conftest.cpp  >&5
  950. configure:15784: $? = 0
  951. configure:15784: result: yes
  952. configure:15784: checking for strchr
  953. configure:15784: g++ -o conftest  -g -DNDEBUG -m64   conftest.cpp  >&5
  954. configure:15784: $? = 0
  955. configure:15784: result: yes
  956. configure:15784: checking for strerror
  957. configure:15784: g++ -o conftest  -g -DNDEBUG -m64   conftest.cpp  >&5
  958. configure:15784: $? = 0
  959. configure:15784: result: yes
  960. configure:15784: checking for strtol
  961. configure:15784: g++ -o conftest  -g -DNDEBUG -m64   conftest.cpp  >&5
  962. configure:15784: $? = 0
  963. configure:15784: result: yes
  964. configure:15798: checking zlib version
  965. configure:15818: g++ -c  -g -DNDEBUG -m64  conftest.cpp >&5
  966. configure:15818: $? = 0
  967. configure:15820: result: ok (1.2.0.4 or later)
  968. configure:15824: checking for library containing zlibVersion
  969. configure:15855: g++ -o conftest  -g -DNDEBUG -m64   conftest.cpp  >&5
  970. Undefined           first referenced
  971.  symbol                 in file
  972. zlibVersion                         /var/tmp//ccrsKaHh.o
  973. ld: fatal: Symbol referencing errors. No output written to conftest
  974. collect2: ld returned 1 exit status
  975. configure:15855: $? = 1
  976. configure: failed program was:
  977. | /* confdefs.h */
  978. | #define PACKAGE_NAME "Protocol Buffers"
  979. | #define PACKAGE_TARNAME "protobuf"
  980. | #define PACKAGE_VERSION "2.5.0"
  981. | #define PACKAGE_STRING "Protocol Buffers 2.5.0"
  982. | #define PACKAGE_BUGREPORT "protobuf@googlegroups.com"
  983. | #define PACKAGE_URL ""
  984. | #define PACKAGE "protobuf"
  985. | #define VERSION "2.5.0"
  986. | #define HAVE_SYS_TYPES_H 1
  987. | #define HAVE_SYS_STAT_H 1
  988. | #define HAVE_STDLIB_H 1
  989. | #define HAVE_STRING_H 1
  990. | #define HAVE_MEMORY_H 1
  991. | #define HAVE_STRINGS_H 1
  992. | #define HAVE_INTTYPES_H 1
  993. | #define HAVE_UNISTD_H 1
  994. | #define __EXTENSIONS__ 1
  995. | #define _ALL_SOURCE 1
  996. | #define _GNU_SOURCE 1
  997. | #define _POSIX_PTHREAD_SEMANTICS 1
  998. | #define _TANDEM_SOURCE 1
  999. | #define HAVE_DLFCN_H 1
  1000. | #define LT_OBJDIR ".libs/"
  1001. | #define HAVE_FCNTL_H 1
  1002. | #define HAVE_INTTYPES_H 1
  1003. | #define HAVE_LIMITS_H 1
  1004. | #define HAVE_STDLIB_H 1
  1005. | #define HAVE_UNISTD_H 1
  1006. | #define HAVE_FTRUNCATE 1
  1007. | #define HAVE_MEMSET 1
  1008. | #define HAVE_MKDIR 1
  1009. | #define HAVE_STRCHR 1
  1010. | #define HAVE_STRERROR 1
  1011. | #define HAVE_STRTOL 1
  1012. | /* end confdefs.h.  */
  1013. |
  1014. | /* Override any GCC internal prototype to avoid an error.
  1015. |    Use char because int might match the return type of a GCC
  1016. |    builtin and then its argument prototype would still apply.  */
  1017. | #ifdef __cplusplus
  1018. | extern "C"
  1019. | #endif
  1020. | char zlibVersion ();
  1021. | int
  1022. | main ()
  1023. | {
  1024. | return zlibVersion ();
  1025. |   ;
  1026. |   return 0;
  1027. | }
  1028. configure:15855: g++ -o conftest  -g -DNDEBUG -m64   conftest.cpp -lz   >&5
  1029. ld: fatal: file /usr/local/lib/gcc-lib/sparc-sun-solaris2.8/3.3.2/../../../libz.so: wrong ELF class: ELFCLASS32
  1030. ld: fatal: File processing errors. No output written to conftest
  1031. collect2: ld returned 1 exit status
  1032. configure:15855: $? = 1
  1033. configure: failed program was:
  1034. | /* confdefs.h */
  1035. | #define PACKAGE_NAME "Protocol Buffers"
  1036. | #define PACKAGE_TARNAME "protobuf"
  1037. | #define PACKAGE_VERSION "2.5.0"
  1038. | #define PACKAGE_STRING "Protocol Buffers 2.5.0"
  1039. | #define PACKAGE_BUGREPORT "protobuf@googlegroups.com"
  1040. | #define PACKAGE_URL ""
  1041. | #define PACKAGE "protobuf"
  1042. | #define VERSION "2.5.0"
  1043. | #define HAVE_SYS_TYPES_H 1
  1044. | #define HAVE_SYS_STAT_H 1
  1045. | #define HAVE_STDLIB_H 1
  1046. | #define HAVE_STRING_H 1
  1047. | #define HAVE_MEMORY_H 1
  1048. | #define HAVE_STRINGS_H 1
  1049. | #define HAVE_INTTYPES_H 1
  1050. | #define HAVE_UNISTD_H 1
  1051. | #define __EXTENSIONS__ 1
  1052. | #define _ALL_SOURCE 1
  1053. | #define _GNU_SOURCE 1
  1054. | #define _POSIX_PTHREAD_SEMANTICS 1
  1055. | #define _TANDEM_SOURCE 1
  1056. | #define HAVE_DLFCN_H 1
  1057. | #define LT_OBJDIR ".libs/"
  1058. | #define HAVE_FCNTL_H 1
  1059. | #define HAVE_INTTYPES_H 1
  1060. | #define HAVE_LIMITS_H 1
  1061. | #define HAVE_STDLIB_H 1
  1062. | #define HAVE_UNISTD_H 1
  1063. | #define HAVE_FTRUNCATE 1
  1064. | #define HAVE_MEMSET 1
  1065. | #define HAVE_MKDIR 1
  1066. | #define HAVE_STRCHR 1
  1067. | #define HAVE_STRERROR 1
  1068. | #define HAVE_STRTOL 1
  1069. | /* end confdefs.h.  */
  1070. |
  1071. | /* Override any GCC internal prototype to avoid an error.
  1072. |    Use char because int might match the return type of a GCC
  1073. |    builtin and then its argument prototype would still apply.  */
  1074. | #ifdef __cplusplus
  1075. | extern "C"
  1076. | #endif
  1077. | char zlibVersion ();
  1078. | int
  1079. | main ()
  1080. | {
  1081. | return zlibVersion ();
  1082. |   ;
  1083. |   return 0;
  1084. | }
  1085. configure:15872: result: no
  1086. configure:16073: checking whether pthreads work with -pthreads
  1087. configure:16156: gcc -o conftest  -m64 -pthreads   conftest.c   >&5
  1088. configure:16156: $? = 0
  1089. configure:16165: result: yes
  1090. configure:16184: checking for joinable pthread attribute
  1091. configure:16199: gcc -o conftest  -m64 -pthreads   conftest.c   >&5
  1092. configure:16199: $? = 0
  1093. configure:16205: result: PTHREAD_CREATE_JOINABLE
  1094. configure:16215: checking if more special flags are required for pthreads
  1095. configure:16222: result: -D_REENTRANT
  1096. configure:16311: checking whether to check for GCC pthread/shared inconsistencies
  1097. configure:16324: gcc -o conftest -shared -fPIC -Wl,-z,defs  -m64 -D_REENTRANT -pthreads   conftest.c   >&5
  1098. configure:16324: $? = 0
  1099. configure:16336: result: yes
  1100. configure:16342: checking whether -pthread is sufficient with -shared
  1101. configure:16357: gcc -o conftest -shared -fPIC -Wl,-z,defs  -m64 -D_REENTRANT -pthreads   conftest.c   >&5
  1102. Undefined           first referenced
  1103.  symbol                 in file
  1104. _getfp                              /var/tmp//ccKZylYq.o
  1105. pthread_attr_init                   /var/tmp//ccKZylYq.o  (symbol belongs to implicit dependency /lib/sparcv9/libc.so.1)
  1106. pthread_create                      /var/tmp//ccKZylYq.o  (symbol belongs to implicit dependency /lib/sparcv9/libc.so.1)
  1107. __pthread_cleanup_pop               /var/tmp//ccKZylYq.o  (symbol belongs to implicit dependency /lib/sparcv9/libc.so.1)
  1108. __pthread_cleanup_push              /var/tmp//ccKZylYq.o  (symbol belongs to implicit dependency /lib/sparcv9/libc.so.1)
  1109. pthread_join                        /var/tmp//ccKZylYq.o  (symbol belongs to implicit dependency /lib/sparcv9/libc.so.1)
  1110. ld: fatal: Symbol referencing errors. No output written to conftest
  1111. collect2: ld returned 1 exit status
  1112. configure:16357: $? = 1
  1113. configure: failed program was:
  1114. | /* confdefs.h */
  1115. | #define PACKAGE_NAME "Protocol Buffers"
  1116. | #define PACKAGE_TARNAME "protobuf"
  1117. | #define PACKAGE_VERSION "2.5.0"
  1118. | #define PACKAGE_STRING "Protocol Buffers 2.5.0"
  1119. | #define PACKAGE_BUGREPORT "protobuf@googlegroups.com"
  1120. | #define PACKAGE_URL ""
  1121. | #define PACKAGE "protobuf"
  1122. | #define VERSION "2.5.0"
  1123. | #define HAVE_SYS_TYPES_H 1
  1124. | #define HAVE_SYS_STAT_H 1
  1125. | #define HAVE_STDLIB_H 1
  1126. | #define HAVE_STRING_H 1
  1127. | #define HAVE_MEMORY_H 1
  1128. | #define HAVE_STRINGS_H 1
  1129. | #define HAVE_INTTYPES_H 1
  1130. | #define HAVE_UNISTD_H 1
  1131. | #define __EXTENSIONS__ 1
  1132. | #define _ALL_SOURCE 1
  1133. | #define _GNU_SOURCE 1
  1134. | #define _POSIX_PTHREAD_SEMANTICS 1
  1135. | #define _TANDEM_SOURCE 1
  1136. | #define HAVE_DLFCN_H 1
  1137. | #define LT_OBJDIR ".libs/"
  1138. | #define HAVE_FCNTL_H 1
  1139. | #define HAVE_INTTYPES_H 1
  1140. | #define HAVE_LIMITS_H 1
  1141. | #define HAVE_STDLIB_H 1
  1142. | #define HAVE_UNISTD_H 1
  1143. | #define HAVE_FTRUNCATE 1
  1144. | #define HAVE_MEMSET 1
  1145. | #define HAVE_MKDIR 1
  1146. | #define HAVE_STRCHR 1
  1147. | #define HAVE_STRERROR 1
  1148. | #define HAVE_STRTOL 1
  1149. | /* end confdefs.h.  */
  1150. | #include <pthread.h>
  1151. | int
  1152. | main ()
  1153. | {
  1154. | pthread_t th; pthread_join(th, 0);
  1155. |         pthread_attr_init(0); pthread_cleanup_push(0, 0);
  1156. |         pthread_create(0,0,0,0); pthread_cleanup_pop(0);
  1157. |   ;
  1158. |   return 0;
  1159. | }
  1160. configure:16367: result: no
  1161. configure:16377: checking whether -lpthread fixes that
  1162. configure:16393: gcc -o conftest -shared -fPIC -Wl,-z,defs  -m64 -D_REENTRANT -pthreads   conftest.c -lpthread   >&5
  1163. configure:16393: $? = 0
  1164. configure:16400: result: yes
  1165. configure:16452: checking whether what we have so far is sufficient with -nostdlib
  1166. configure:16470: gcc -o conftest -nostdlib -shared -fPIC -Wl,-z,defs  -m64 -D_REENTRANT -pthreads   conftest.c -lpthread   -lc >&5
  1167. configure:16470: $? = 0
  1168. configure:16479: result: yes
  1169. configure:16552: checking the location of hash_map
  1170. configure:16578: g++ -c  -g -DNDEBUG -m64  conftest.cpp >&5
  1171. conftest.cpp:39:22: #error GCC too old for unordered_map
  1172. configure:16578: $? = 1
  1173. configure: failed program was:
  1174. | /* confdefs.h */
  1175. | #define PACKAGE_NAME "Protocol Buffers"
  1176. | #define PACKAGE_TARNAME "protobuf"
  1177. | #define PACKAGE_VERSION "2.5.0"
  1178. | #define PACKAGE_STRING "Protocol Buffers 2.5.0"
  1179. | #define PACKAGE_BUGREPORT "protobuf@googlegroups.com"
  1180. | #define PACKAGE_URL ""
  1181. | #define PACKAGE "protobuf"
  1182. | #define VERSION "2.5.0"
  1183. | #define HAVE_SYS_TYPES_H 1
  1184. | #define HAVE_SYS_STAT_H 1
  1185. | #define HAVE_STDLIB_H 1
  1186. | #define HAVE_STRING_H 1
  1187. | #define HAVE_MEMORY_H 1
  1188. | #define HAVE_STRINGS_H 1
  1189. | #define HAVE_INTTYPES_H 1
  1190. | #define HAVE_UNISTD_H 1
  1191. | #define __EXTENSIONS__ 1
  1192. | #define _ALL_SOURCE 1
  1193. | #define _GNU_SOURCE 1
  1194. | #define _POSIX_PTHREAD_SEMANTICS 1
  1195. | #define _TANDEM_SOURCE 1
  1196. | #define HAVE_DLFCN_H 1
  1197. | #define LT_OBJDIR ".libs/"
  1198. | #define HAVE_FCNTL_H 1
  1199. | #define HAVE_INTTYPES_H 1
  1200. | #define HAVE_LIMITS_H 1
  1201. | #define HAVE_STDLIB_H 1
  1202. | #define HAVE_UNISTD_H 1
  1203. | #define HAVE_FTRUNCATE 1
  1204. | #define HAVE_MEMSET 1
  1205. | #define HAVE_MKDIR 1
  1206. | #define HAVE_STRCHR 1
  1207. | #define HAVE_STRERROR 1
  1208. | #define HAVE_STRTOL 1
  1209. | #define HAVE_PTHREAD 1
  1210. | /* end confdefs.h.  */
  1211. | #if defined(__GNUC__) && (__GNUC__ < 4 || (__GNUC__ == 4 && __GNUC_MINOR__ < 2))
  1212. |                    # error GCC too old for unordered_map
  1213. |                    #endif
  1214. |
  1215. | int
  1216. | main ()
  1217. | {
  1218. | /* no program body necessary */
  1219. |   ;
  1220. |   return 0;
  1221. | }
  1222. configure:16624: g++ -c  -g -DNDEBUG -m64  conftest.cpp >&5
  1223. configure:16624: $? = 0
  1224. configure:16667: result: <ext/hash_map>
  1225. configure:16839: creating ./config.status
  1226.  
  1227. ## ---------------------- ##
  1228. ## Running config.status. ##
  1229. ## ---------------------- ##
  1230.  
  1231. This file was extended by Protocol Buffers config.status 2.5.0, which was
  1232. generated by GNU Autoconf 2.68.  Invocation command line was
  1233.  
  1234.   CONFIG_FILES    =
  1235.   CONFIG_HEADERS  =
  1236.   CONFIG_LINKS    =
  1237.   CONFIG_COMMANDS =
  1238.   $ ./config.status
  1239.  
  1240. on ms-sparc8
  1241.  
  1242. config.status:1196: creating Makefile
  1243. config.status:1196: creating src/Makefile
  1244. config.status:1196: creating protobuf.pc
  1245. config.status:1196: creating protobuf-lite.pc
  1246. config.status:1196: creating config.h
  1247. config.status:1377: config.h is unchanged
  1248. config.status:1425: executing depfiles commands
  1249. config.status:1425: executing libtool commands
  1250. configure:19411: === configuring in gtest (/root/protobuf-2.5.0/gtest)
  1251. configure:19474: running /bin/bash ./configure --disable-option-checking '--prefix=/usr/local'  --cache-file=/dev/null --srcdir=.
  1252.  
  1253. ## ---------------- ##
  1254. ## Cache variables. ##
  1255. ## ---------------- ##
  1256.  
  1257. ac_cv_build=sparc-sun-solaris2.8
  1258. ac_cv_c_compiler_gnu=yes
  1259. ac_cv_cxx_compiler_gnu=yes
  1260. ac_cv_cxx_hash_map='<ext/hash_map>'
  1261. ac_cv_cxx_hash_map_class=hash_map
  1262. ac_cv_cxx_hash_namespace=__gnu_cxx
  1263. ac_cv_cxx_hash_set='<ext/hash_set>'
  1264. ac_cv_cxx_hash_set_class=hash_set
  1265. ac_cv_env_CCC_set=
  1266. ac_cv_env_CCC_value=
  1267. ac_cv_env_CC_set=
  1268. ac_cv_env_CC_value=
  1269. ac_cv_env_CFLAGS_set=set
  1270. ac_cv_env_CFLAGS_value=-m64
  1271. ac_cv_env_CPPFLAGS_set=
  1272. ac_cv_env_CPPFLAGS_value=
  1273. ac_cv_env_CXXCPP_set=
  1274. ac_cv_env_CXXCPP_value=
  1275. ac_cv_env_CXXFLAGS_set=set
  1276. ac_cv_env_CXXFLAGS_value=-m64
  1277. ac_cv_env_CXX_set=
  1278. ac_cv_env_CXX_value=
  1279. ac_cv_env_LDFLAGS_set=
  1280. ac_cv_env_LDFLAGS_value=
  1281. ac_cv_env_LIBS_set=
  1282. ac_cv_env_LIBS_value=
  1283. ac_cv_env_build_alias_set=
  1284. ac_cv_env_build_alias_value=
  1285. ac_cv_env_host_alias_set=
  1286. ac_cv_env_host_alias_value=
  1287. ac_cv_env_target_alias_set=
  1288. ac_cv_env_target_alias_value=
  1289. ac_cv_func_ftruncate=yes
  1290. ac_cv_func_memcmp_working=no
  1291. ac_cv_func_memset=yes
  1292. ac_cv_func_mkdir=yes
  1293. ac_cv_func_pow=yes
  1294. ac_cv_func_strchr=yes
  1295. ac_cv_func_strerror=yes
  1296. ac_cv_func_strtod=no
  1297. ac_cv_func_strtol=yes
  1298. ac_cv_have_decl___SUNPRO_CC=no
  1299. ac_cv_header_dlfcn_h=yes
  1300. ac_cv_header_fcntl_h=yes
  1301. ac_cv_header_inttypes_h=yes
  1302. ac_cv_header_limits_h=yes
  1303. ac_cv_header_memory_h=yes
  1304. ac_cv_header_minix_config_h=no
  1305. ac_cv_header_stdc=no
  1306. ac_cv_header_stdint_h=no
  1307. ac_cv_header_stdlib_h=yes
  1308. ac_cv_header_string_h=yes
  1309. ac_cv_header_strings_h=yes
  1310. ac_cv_header_sys_stat_h=yes
  1311. ac_cv_header_sys_types_h=yes
  1312. ac_cv_header_unistd_h=yes
  1313. ac_cv_host=sparc-sun-solaris2.8
  1314. ac_cv_objext=o
  1315. ac_cv_path_EGREP='/usr/xpg4/bin/grep -E'
  1316. ac_cv_path_FGREP='/usr/xpg4/bin/grep -F'
  1317. ac_cv_path_GREP=/usr/xpg4/bin/grep
  1318. ac_cv_path_SED=/usr/bin/sed
  1319. ac_cv_prog_AWK=nawk
  1320. ac_cv_prog_CXXCPP='g++ -E'
  1321. ac_cv_prog_ISAINFO=isainfo
  1322. ac_cv_prog_ac_ct_CC=gcc
  1323. ac_cv_prog_ac_ct_CXX=g++
  1324. ac_cv_prog_ac_ct_MANIFEST_TOOL=mt
  1325. ac_cv_prog_cc_c89=
  1326. ac_cv_prog_cc_g=yes
  1327. ac_cv_prog_cxx_g=yes
  1328. ac_cv_prog_make_make_set=yes
  1329. ac_cv_safe_to_define___extensions__=yes
  1330. ac_cv_search_zlibVersion=no
  1331. ac_cv_target=sparc-sun-solaris2.8
  1332. am_cv_CC_dependencies_compiler_type=gcc3
  1333. am_cv_CXX_dependencies_compiler_type=gcc3
  1334. lt_cv_ar_at_file=no
  1335. lt_cv_archive_cmds_need_lc=yes
  1336. lt_cv_deplibs_check_method=pass_all
  1337. lt_cv_file_magic_cmd='$MAGIC_CMD'
  1338. lt_cv_file_magic_test_file=
  1339. lt_cv_ld_reload_flag=-r
  1340. lt_cv_nm_interface='BSD nm'
  1341. lt_cv_objdir=.libs
  1342. lt_cv_path_LD=/usr/ccs/bin/ld
  1343. lt_cv_path_LDCXX='/usr/ccs/bin/ld -64'
  1344. lt_cv_path_NM='/usr/ccs/bin/nm -p'
  1345. lt_cv_path_mainfest_tool=no
  1346. lt_cv_prog_compiler_c_o=yes
  1347. lt_cv_prog_compiler_c_o_CXX=yes
  1348. lt_cv_prog_compiler_pic='-fPIC -DPIC'
  1349. lt_cv_prog_compiler_pic_CXX='-fPIC -DPIC'
  1350. lt_cv_prog_compiler_pic_works=yes
  1351. lt_cv_prog_compiler_pic_works_CXX=yes
  1352. lt_cv_prog_compiler_rtti_exceptions=no
  1353. lt_cv_prog_compiler_static_works=no
  1354. lt_cv_prog_compiler_static_works_CXX=no
  1355. lt_cv_prog_gnu_ld=no
  1356. lt_cv_prog_gnu_ldcxx=no
  1357. lt_cv_sharedlib_from_linklib_cmd='printf %s\n'
  1358. lt_cv_sys_global_symbol_pipe='sed -n -e '\''s/^.*[   ]\([BDRT][BDRT]*\)[     ][  ]*\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2 \2/p'\'' | sed '\''/ __gnu_lto/d'\'''
  1359. lt_cv_sys_global_symbol_to_c_name_address='sed -n -e '\''s/^: \([^ ]*\)[ ]*$/  {\"\1\", (void *) 0},/p'\'' -e '\''s/^[BDRT]* \([^ ]*\) \([^ ]*\)$/  {"\2", (void *) \&\2},/p'\'''
  1360. lt_cv_sys_global_symbol_to_c_name_address_lib_prefix='sed -n -e '\''s/^: \([^ ]*\)[ ]*$/  {\"\1\", (void *) 0},/p'\'' -e '\''s/^[BDRT]* \([^ ]*\) \(lib[^ ]*\)$/  {"\2", (void *) \&\2},/p'\'' -e '\''s/^[BDRT]* \([^ ]*\) \([^ ]*\)$/  {"lib\2", (void *) \&\2},/p'\'''
  1361. lt_cv_sys_global_symbol_to_cdecl='sed -n -e '\''s/^T .* \(.*\)$/extern int \1();/p'\'' -e '\''s/^[BDRT]* .* \(.*\)$/extern char \1;/p'\'''
  1362. lt_cv_sys_max_cmd_len=786240
  1363. lt_cv_to_host_file_cmd=func_convert_file_noop
  1364. lt_cv_to_tool_file_cmd=func_convert_file_noop
  1365.  
  1366. ## ----------------- ##
  1367. ## Output variables. ##
  1368. ## ----------------- ##
  1369.  
  1370. ACLOCAL='${SHELL} /root/protobuf-2.5.0/missing --run aclocal-1.11'
  1371. AMDEPBACKSLASH='\'
  1372. AMDEP_FALSE='#'
  1373. AMDEP_TRUE=''
  1374. AMTAR='$${TAR-tar}'
  1375. AR='false'
  1376. AUTOCONF='${SHELL} /root/protobuf-2.5.0/missing --run autoconf'
  1377. AUTOHEADER='${SHELL} /root/protobuf-2.5.0/missing --run autoheader'
  1378. AUTOMAKE='${SHELL} /root/protobuf-2.5.0/missing --run automake-1.11'
  1379. AWK='nawk'
  1380. CC='gcc'
  1381. CCDEPMODE='depmode=gcc3'
  1382. CFLAGS=' -m64'
  1383. CPPFLAGS=''
  1384. CXX='g++'
  1385. CXXCPP='g++ -E'
  1386. CXXDEPMODE='depmode=gcc3'
  1387. CXXFLAGS=' -g -DNDEBUG -m64'
  1388. CYGPATH_W='echo'
  1389. DEFS='-DHAVE_CONFIG_H'
  1390. DEPDIR='.deps'
  1391. DLLTOOL='false'
  1392. DSYMUTIL=''
  1393. DUMPBIN=''
  1394. ECHO_C=''
  1395. ECHO_N='-n'
  1396. ECHO_T=''
  1397. EGREP='/usr/xpg4/bin/grep -E'
  1398. EXEEXT=''
  1399. FGREP='/usr/xpg4/bin/grep -F'
  1400. GCC_FALSE='#'
  1401. GCC_TRUE=''
  1402. GREP='/usr/xpg4/bin/grep'
  1403. HAVE_ZLIB_FALSE=''
  1404. HAVE_ZLIB_TRUE='#'
  1405. INSTALL_DATA='${INSTALL} -m 644'
  1406. INSTALL_PROGRAM='${INSTALL}'
  1407. INSTALL_SCRIPT='${INSTALL}'
  1408. INSTALL_STRIP_PROGRAM='$(install_sh) -c -s'
  1409. ISAINFO='isainfo'
  1410. LD='/usr/ccs/bin/ld -64'
  1411. LDFLAGS=''
  1412. LIBOBJS=' ${LIBOBJDIR}memcmp$U.o ${LIBOBJDIR}strtod$U.o'
  1413. LIBS=''
  1414. LIBTOOL='$(SHELL) $(top_builddir)/libtool'
  1415. LIPO=''
  1416. LN_S='ln -s'
  1417. LTLIBOBJS=' ${LIBOBJDIR}memcmp$U.lo ${LIBOBJDIR}strtod$U.lo'
  1418. MAINT=''
  1419. MAINTAINER_MODE_FALSE='#'
  1420. MAINTAINER_MODE_TRUE=''
  1421. MAKEINFO='${SHELL} /root/protobuf-2.5.0/missing --run makeinfo'
  1422. MANIFEST_TOOL=':'
  1423. MKDIR_P='./install-sh -c -d'
  1424. NM='/usr/ccs/bin/nm -p'
  1425. NMEDIT=''
  1426. OBJDUMP='false'
  1427. OBJEXT='o'
  1428. OTOOL64=''
  1429. OTOOL=''
  1430. PACKAGE='protobuf'
  1431. PACKAGE_BUGREPORT='protobuf@googlegroups.com'
  1432. PACKAGE_NAME='Protocol Buffers'
  1433. PACKAGE_STRING='Protocol Buffers 2.5.0'
  1434. PACKAGE_TARNAME='protobuf'
  1435. PACKAGE_URL=''
  1436. PACKAGE_VERSION='2.5.0'
  1437. PATH_SEPARATOR=':'
  1438. POW_LIB=''
  1439. PROTOBUF_OPT_FLAG='-O2'
  1440. PROTOC=''
  1441. PTHREAD_CC='gcc'
  1442. PTHREAD_CFLAGS='-D_REENTRANT -pthreads'
  1443. PTHREAD_LIBS='-lpthread '
  1444. RANLIB=':'
  1445. SED='/usr/bin/sed'
  1446. SET_MAKE=''
  1447. SHELL='/bin/bash'
  1448. STRIP=':'
  1449. USE_EXTERNAL_PROTOC_FALSE=''
  1450. USE_EXTERNAL_PROTOC_TRUE='#'
  1451. VERSION='2.5.0'
  1452. ac_ct_AR=''
  1453. ac_ct_CC='gcc'
  1454. ac_ct_CXX='g++'
  1455. ac_ct_DUMPBIN=''
  1456. acx_pthread_config=''
  1457. am__EXEEXT_FALSE=''
  1458. am__EXEEXT_TRUE='#'
  1459. am__fastdepCC_FALSE='#'
  1460. am__fastdepCC_TRUE=''
  1461. am__fastdepCXX_FALSE='#'
  1462. am__fastdepCXX_TRUE=''
  1463. am__include='include'
  1464. am__isrc=''
  1465. am__leading_dot='.'
  1466. am__nodep='_no'
  1467. am__quote=''
  1468. am__tar='$${TAR-tar} chof - "$$tardir"'
  1469. am__untar='$${TAR-tar} xf -'
  1470. bindir='${exec_prefix}/bin'
  1471. build='sparc-sun-solaris2.8'
  1472. build_alias=''
  1473. build_cpu='sparc'
  1474. build_os='solaris2.8'
  1475. build_vendor='sun'
  1476. datadir='${datarootdir}'
  1477. datarootdir='${prefix}/share'
  1478. docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
  1479. dvidir='${docdir}'
  1480. exec_prefix='${prefix}'
  1481. host='sparc-sun-solaris2.8'
  1482. host_alias=''
  1483. host_cpu='sparc'
  1484. host_os='solaris2.8'
  1485. host_vendor='sun'
  1486. htmldir='${docdir}'
  1487. includedir='${prefix}/include'
  1488. infodir='${datarootdir}/info'
  1489. install_sh='${SHELL} /root/protobuf-2.5.0/install-sh'
  1490. libdir='${exec_prefix}/lib/sparcv9'
  1491. libexecdir='${exec_prefix}/libexec'
  1492. localedir='${datarootdir}/locale'
  1493. localstatedir='${prefix}/var'
  1494. mandir='${datarootdir}/man'
  1495. mkdir_p='$(top_builddir)/./install-sh -c -d'
  1496. oldincludedir='/usr/include'
  1497. pdfdir='${docdir}'
  1498. prefix='/usr/local'
  1499. program_transform_name='s,x,x,'
  1500. psdir='${docdir}'
  1501. sbindir='${exec_prefix}/sbin'
  1502. sharedstatedir='${prefix}/com'
  1503. subdirs=' gtest'
  1504. sysconfdir='${prefix}/etc'
  1505. target='sparc-sun-solaris2.8'
  1506. target_alias=''
  1507. target_cpu='sparc'
  1508. target_os='solaris2.8'
  1509. target_vendor='sun'
  1510.  
  1511. ## ----------- ##
  1512. ## confdefs.h. ##
  1513. ## ----------- ##
  1514.  
  1515. /* confdefs.h */
  1516. #define PACKAGE_NAME "Protocol Buffers"
  1517. #define PACKAGE_TARNAME "protobuf"
  1518. #define PACKAGE_VERSION "2.5.0"
  1519. #define PACKAGE_STRING "Protocol Buffers 2.5.0"
  1520. #define PACKAGE_BUGREPORT "protobuf@googlegroups.com"
  1521. #define PACKAGE_URL ""
  1522. #define PACKAGE "protobuf"
  1523. #define VERSION "2.5.0"
  1524. #define HAVE_SYS_TYPES_H 1
  1525. #define HAVE_SYS_STAT_H 1
  1526. #define HAVE_STDLIB_H 1
  1527. #define HAVE_STRING_H 1
  1528. #define HAVE_MEMORY_H 1
  1529. #define HAVE_STRINGS_H 1
  1530. #define HAVE_INTTYPES_H 1
  1531. #define HAVE_UNISTD_H 1
  1532. #define __EXTENSIONS__ 1
  1533. #define _ALL_SOURCE 1
  1534. #define _GNU_SOURCE 1
  1535. #define _POSIX_PTHREAD_SEMANTICS 1
  1536. #define _TANDEM_SOURCE 1
  1537. #define HAVE_DLFCN_H 1
  1538. #define LT_OBJDIR ".libs/"
  1539. #define HAVE_FCNTL_H 1
  1540. #define HAVE_INTTYPES_H 1
  1541. #define HAVE_LIMITS_H 1
  1542. #define HAVE_STDLIB_H 1
  1543. #define HAVE_UNISTD_H 1
  1544. #define HAVE_FTRUNCATE 1
  1545. #define HAVE_MEMSET 1
  1546. #define HAVE_MKDIR 1
  1547. #define HAVE_STRCHR 1
  1548. #define HAVE_STRERROR 1
  1549. #define HAVE_STRTOL 1
  1550. #define HAVE_PTHREAD 1
  1551. #define HAVE_HASH_MAP 1
  1552. #define HAVE_HASH_SET 1
  1553. #define HASH_MAP_H <ext/hash_map>
  1554. #define HASH_SET_H <ext/hash_set>
  1555. #define HASH_NAMESPACE __gnu_cxx
  1556. #define HASH_MAP_CLASS hash_map
  1557. #define HASH_SET_CLASS hash_set
  1558.  
  1559. configure: exit 0
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement