免费注册 查看新帖 |

Chinaunix

  平台 论坛 博客 文库
最近访问板块 发新帖
查看: 6418 | 回复: 3
打印 上一主题 下一主题

[安装配置] gSOAP在aix环境配置问题 [复制链接]

论坛徽章:
0
跳转到指定楼层
1 [收藏(0)] [报告]
发表于 2009-09-11 15:32 |只看该作者 |倒序浏览
在AIX上按照http://www.diybl.com/course/3_program/c++/cppsl/200899/140862.html的方法配置的环境


automake-1.8.5-1.aix5.1.noarch.rpm
autoconf-2.59-1.aix5.1.noarch.rpm
bison-1.875-3.aix5.1.ppc.rpm
flex-2.5.4a-6.aix4.3.ppc.rpm
m4-1.4.1-1.aix5.1.ppc.rpm
上面要求的类库也都安装成功了

里面提示的也改掉了

可不知为什么gSOAP在make的时候还是报错,不知怎么解决,请高手看看

下面是make的信息:

  1. /usr/local/gSOAP/gsoap-2.7>make
  2.         make  all-recursive
  3. Making all in soapcpp2
  4.         ln -s stdsoap2.cpp stdsoap2_cpp.cpp
  5.         source='stdsoap2.c' object='libgsoap_a-stdsoap2.o' libtool=no  depfile='.deps/libgsoap_a-stdsoap2.Po' tmpdepfile='.deps/libgsoap_a-stdsoap2.TPo'  depmode=aix /bin/sh ../depcomp  xlc -qcpluscmt -q32 -g -DHAVE_CONFIG_H -I. -I. -I..      -DAIX -g -c -o libgsoap_a-stdsoap2.o `test -f 'stdsoap2.c' || echo './'`stdsoap2.c
  6.         rm -f libgsoap.a
  7.         ar cru libgsoap.a libgsoap_a-stdsoap2.o
  8.         ranlib libgsoap.a
  9.         source='stdsoap2_cpp.cpp' object='libgsoap___a-stdsoap2_cpp.o' libtool=no  depfile='.deps/libgsoap___a-stdsoap2_cpp.Po' tmpdepfile='.deps/libgsoap___a-stdsoap2_cpp.TPo'  depmode=gcc3 /bin/sh ../depcomp  g++ -DHAVE_CONFIG_H -I. -I. -I..      -DAIX -g -O2 -c -o libgsoap___a-stdsoap2_cpp.o `test -f 'stdsoap2_cpp.cpp' || echo './'`stdsoap2_cpp.cpp
  10. stdsoap2_cpp.cpp: In function 'long int soap_code_bits(const soap_code_map*, const char*)':
  11. stdsoap2_cpp.cpp:1323: warning: comparison is always true due to limited range of data type
  12. stdsoap2_cpp.cpp: In function 'const char* soap_value(soap*)':
  13. stdsoap2_cpp.cpp:10659: warning: comparison is always true due to limited range of data type
  14. stdsoap2_cpp.cpp: In function 'int soap_getmimehdr(soap*)':
  15. stdsoap2_cpp.cpp:11146: warning: comparison is always true due to limited range of data type
  16. stdsoap2_cpp.cpp: In function 'int http_parse(soap*)':
  17. stdsoap2_cpp.cpp:12664: warning: comparison is always true due to limited range of data type
  18.         rm -f libgsoap++.a
  19.         ar cru libgsoap++.a libgsoap___a-stdsoap2_cpp.o
  20.         ranlib libgsoap++.a
  21.         ln -s stdsoap2.cpp stdsoap2_ck.c
  22.         source='stdsoap2_ck.c' object='libgsoapck_a-stdsoap2_ck.o' libtool=no  depfile='.deps/libgsoapck_a-stdsoap2_ck.Po' tmpdepfile='.deps/libgsoapck_a-stdsoap2_ck.TPo'  depmode=aix /bin/sh ../depcomp  xlc -qcpluscmt -q32 -g -DHAVE_CONFIG_H -I. -I. -I..      -DAIX -DWITH_COOKIES -g -c -o libgsoapck_a-stdsoap2_ck.o `test -f 'stdsoap2_ck.c' || echo './'`stdsoap2_ck.c
  23.         rm -f libgsoapck.a
  24.         ar cru libgsoapck.a libgsoapck_a-stdsoap2_ck.o
  25.         ranlib libgsoapck.a
  26.         ln -s stdsoap2.cpp stdsoap2_ck_cpp.cpp
  27.         source='stdsoap2_ck_cpp.cpp' object='libgsoapck___a-stdsoap2_ck_cpp.o' libtool=no  depfile='.deps/libgsoapck___a-stdsoap2_ck_cpp.Po' tmpdepfile='.deps/libgsoapck___a-stdsoap2_ck_cpp.TPo'  depmode=gcc3 /bin/sh ../depcomp  g++ -DHAVE_CONFIG_H -I. -I. -I..      -DAIX -DWITH_COOKIES -g -O2 -c -o libgsoapck___a-stdsoap2_ck_cpp.o `test -f 'stdsoap2_ck_cpp.cpp' || echo './'`stdsoap2_ck_cpp.cpp
  28. stdsoap2_ck_cpp.cpp: In function 'long int soap_code_bits(const soap_code_map*, const char*)':
  29. stdsoap2_ck_cpp.cpp:1323: warning: comparison is always true due to limited range of data type
  30. stdsoap2_ck_cpp.cpp: In function 'const char* soap_value(soap*)':
  31. stdsoap2_ck_cpp.cpp:10659: warning: comparison is always true due to limited range of data type
  32. stdsoap2_ck_cpp.cpp: In function 'int soap_getmimehdr(soap*)':
  33. stdsoap2_ck_cpp.cpp:11146: warning: comparison is always true due to limited range of data type
  34. stdsoap2_ck_cpp.cpp: In function 'int http_parse(soap*)':
  35. stdsoap2_ck_cpp.cpp:12664: warning: comparison is always true due to limited range of data type
  36.         rm -f libgsoapck++.a
  37.         ar cru libgsoapck++.a libgsoapck___a-stdsoap2_ck_cpp.o
  38.         ranlib libgsoapck++.a
  39.         ln -s stdsoap2.cpp stdsoap2_ssl.c
  40.         source='stdsoap2_ssl.c' object='libgsoapssl_a-stdsoap2_ssl.o' libtool=no  depfile='.deps/libgsoapssl_a-stdsoap2_ssl.Po' tmpdepfile='.deps/libgsoapssl_a-stdsoap2_ssl.TPo'  depmode=aix /bin/sh ../depcomp  xlc -qcpluscmt -q32 -g -DHAVE_CONFIG_H -I. -I. -I..      -DAIX -DWITH_OPENSSL -DWITH_DOM -g -c -o libgsoapssl_a-stdsoap2_ssl.o `test -f 'stdsoap2_ssl.c' || echo './'`stdsoap2_ssl.c
  41. "stdsoap2_ssl.c", line 3957.48: 1506-280 (W) Function argument assignment between types "const unsigned char**" and "unsigned char**" is not allowed.
  42. "stdsoap2_ssl.c", line 3965.44: 1506-280 (W) Function argument assignment between types "const unsigned char**" and "unsigned char**" is not allowed.
  43.         rm -f libgsoapssl.a
  44.         ar cru libgsoapssl.a libgsoapssl_a-stdsoap2_ssl.o
  45.         ranlib libgsoapssl.a
  46.         ln -s stdsoap2.cpp stdsoap2_ssl_cpp.cpp
  47.         source='stdsoap2_ssl_cpp.cpp' object='libgsoapssl___a-stdsoap2_ssl_cpp.o' libtool=no  depfile='.deps/libgsoapssl___a-stdsoap2_ssl_cpp.Po' tmpdepfile='.deps/libgsoapssl___a-stdsoap2_ssl_cpp.TPo'  depmode=gcc3 /bin/sh ../depcomp  g++ -DHAVE_CONFIG_H -I. -I. -I..      -DAIX -DWITH_OPENSSL -DWITH_DOM -g -O2 -c -o libgsoapssl___a-stdsoap2_ssl_cpp.o `test -f 'stdsoap2_ssl_cpp.cpp' || echo './'`stdsoap2_ssl_cpp.cpp
  48. stdsoap2_ssl_cpp.cpp: In function 'long int soap_code_bits(const soap_code_map*, const char*)':
  49. stdsoap2_ssl_cpp.cpp:1323: warning: comparison is always true due to limited range of data type
  50. stdsoap2_ssl_cpp.cpp: In function 'const char* soap_value(soap*)':
  51. stdsoap2_ssl_cpp.cpp:10659: warning: comparison is always true due to limited range of data type
  52. stdsoap2_ssl_cpp.cpp: In function 'int soap_getmimehdr(soap*)':
  53. stdsoap2_ssl_cpp.cpp:11146: warning: comparison is always true due to limited range of data type
  54. stdsoap2_ssl_cpp.cpp: In function 'int http_parse(soap*)':
  55. stdsoap2_ssl_cpp.cpp:12664: warning: comparison is always true due to limited range of data type
  56.         rm -f libgsoapssl++.a
  57.         ar cru libgsoapssl++.a libgsoapssl___a-stdsoap2_ssl_cpp.o
  58.         ranlib libgsoapssl++.a
  59.         make  all-recursive
  60. Making all in src
  61.         bison -y  -d -v `test -f 'soapcpp2_yacc.y' || echo './'`soapcpp2_yacc.y
  62.         sed '/^#/ s|y\.tab\.c|soapcpp2_yacc.c|' y.tab.c >soapcpp2_yacc.c
  63.         rm -f y.tab.c
  64.         if test -f y.tab.h; then  to=`echo "soapcpp2_yacc_H" | sed \
  65.                 -e 'y/abcdefghijklmnopqrstuvwxyz/ABCDEFGHIJKLMNOPQRSTUVWXYZ/' \
  66.                 -e 's/[^ABCDEFGHIJKLMNOPQRSTUVWXYZ]/_/g'`;  sed "/^#/ s/Y_TAB_H/$to/g" y.tab.h >soapcpp2_yacc.ht;  rm -f y.tab.h;  if cmp -s soapcpp2_yacc.ht soapcpp2_yacc.h; then  rm -f soapcpp2_yacc.ht ; else  mv soapcpp2_yacc.ht soapcpp2_yacc.h;  fi;  fi
  67.         if test -f y.output; then  mv y.output soapcpp2_yacc.output;  fi
  68.         source='soapcpp2_yacc.c' object='soapcpp2-soapcpp2_yacc.o' libtool=no  depfile='.deps/soapcpp2-soapcpp2_yacc.Po' tmpdepfile='.deps/soapcpp2-soapcpp2_yacc.TPo'  depmode=aix /bin/sh ../../depcomp  xlc -qcpluscmt -q32 -g -DHAVE_CONFIG_H -I. -I. -I../..    -DWITH_BISON -DWITH_FLEX  -DAIX -g -c -o soapcpp2-soapcpp2_yacc.o `test -f 'soapcpp2_yacc.c' || echo './'`soapcpp2_yacc.c
  69.         flex  -l `test -f soapcpp2_lex.l || echo './'`soapcpp2_lex.l
  70.         sed '/^#/ s|lex.yy\.c|soapcpp2_lex.c|' lex.yy.c >soapcpp2_lex.c
  71.         rm -f lex.yy.c
  72.         source='soapcpp2_lex.c' object='soapcpp2-soapcpp2_lex.o' libtool=no  depfile='.deps/soapcpp2-soapcpp2_lex.Po' tmpdepfile='.deps/soapcpp2-soapcpp2_lex.TPo'  depmode=aix /bin/sh ../../depcomp  xlc -qcpluscmt -q32 -g -DHAVE_CONFIG_H -I. -I. -I../..    -DWITH_BISON -DWITH_FLEX  -DAIX -g -c -o soapcpp2-soapcpp2_lex.o `test -f 'soapcpp2_lex.c' || echo './'`soapcpp2_lex.c
  73.         source='symbol2.c' object='soapcpp2-symbol2.o' libtool=no  depfile='.deps/soapcpp2-symbol2.Po' tmpdepfile='.deps/soapcpp2-symbol2.TPo'  depmode=aix /bin/sh ../../depcomp  xlc -qcpluscmt -q32 -g -DHAVE_CONFIG_H -I. -I. -I../..    -DWITH_BISON -DWITH_FLEX  -DAIX -g -c -o soapcpp2-symbol2.o `test -f 'symbol2.c' || echo './'`symbol2.c
  74.         source='error2.c' object='soapcpp2-error2.o' libtool=no  depfile='.deps/soapcpp2-error2.Po' tmpdepfile='.deps/soapcpp2-error2.TPo'  depmode=aix /bin/sh ../../depcomp  xlc -qcpluscmt -q32 -g -DHAVE_CONFIG_H -I. -I. -I../..    -DWITH_BISON -DWITH_FLEX  -DAIX -g -c -o soapcpp2-error2.o `test -f 'error2.c' || echo './'`error2.c
  75.         source='init2.c' object='soapcpp2-init2.o' libtool=no  depfile='.deps/soapcpp2-init2.Po' tmpdepfile='.deps/soapcpp2-init2.TPo'  depmode=aix /bin/sh ../../depcomp  xlc -qcpluscmt -q32 -g -DHAVE_CONFIG_H -I. -I. -I../..    -DWITH_BISON -DWITH_FLEX  -DAIX -g -c -o soapcpp2-init2.o `test -f 'init2.c' || echo './'`init2.c
  76.         source='soapcpp2.c' object='soapcpp2-soapcpp2.o' libtool=no  depfile='.deps/soapcpp2-soapcpp2.Po' tmpdepfile='.deps/soapcpp2-soapcpp2.TPo'  depmode=aix /bin/sh ../../depcomp  xlc -qcpluscmt -q32 -g -DHAVE_CONFIG_H -I. -I. -I../..    -DWITH_BISON -DWITH_FLEX  -DAIX -g -c -o soapcpp2-soapcpp2.o `test -f 'soapcpp2.c' || echo './'`soapcpp2.c
  77.         xlc -qcpluscmt -q32 -g  -g   -o soapcpp2  soapcpp2-soapcpp2_yacc.o  soapcpp2-soapcpp2_lex.o soapcpp2-symbol2.o  soapcpp2-error2.o soapcpp2-init2.o  soapcpp2-soapcpp2.o  -lfl
  78. Target "all" is up to date.
  79. Making all in wsdl
  80.         ../../soapcpp2/src/soapcpp2 -SC -pwsdl wsdl.h
  81. **  The gSOAP Stub and Skeleton Compiler for C and C++ 2.7.9d
  82. **  Copyright (C) 2000-2007, Robert van Engelen, Genivia Inc.
  83. **  All Rights Reserved. This product is provided "as is", without any warranty.
  84. **  The gSOAP compiler is released under one of the following three licenses:
  85. **  GPL, the gSOAP public license, or the commercial license by Genivia Inc.
  86. Saving wsdlStub.h
  87. Saving wsdlH.h
  88. Saving wsdlC.cpp
  89. Saving sd.nsmap namespace mapping table
  90. Saving xs.nsmap namespace mapping table
  91. Saving dime.nsmap namespace mapping table
  92. Saving mime.nsmap namespace mapping table
  93. Saving soap.nsmap namespace mapping table
  94. Saving http.nsmap namespace mapping table
  95. Saving wsdl.nsmap namespace mapping table
  96. Saving gwsdl.nsmap namespace mapping table
  97. Compilation successful
  98.         make  all-am
  99.         source='wsdl2h.cpp' object='wsdl2h.o' libtool=no  depfile='.deps/wsdl2h.Po' tmpdepfile='.deps/wsdl2h.TPo'  depmode=gcc3 /bin/sh ../../depcomp  g++ -DHAVE_CONFIG_H -I. -I. -I../.. -I../../soapcpp2     -g -O2 -c -o wsdl2h.o `test -f 'wsdl2h.cpp' || echo './'`wsdl2h.cpp
  100.         source='wsdl.cpp' object='wsdl.o' libtool=no  depfile='.deps/wsdl.Po' tmpdepfile='.deps/wsdl.TPo'  depmode=gcc3 /bin/sh ../../depcomp  g++ -DHAVE_CONFIG_H -I. -I. -I../.. -I../../soapcpp2     -g -O2 -c -o wsdl.o `test -f 'wsdl.cpp' || echo './'`wsdl.cpp
  101.         source='schema.cpp' object='schema.o' libtool=no  depfile='.deps/schema.Po' tmpdepfile='.deps/schema.TPo'  depmode=gcc3 /bin/sh ../../depcomp  g++ -DHAVE_CONFIG_H -I. -I. -I../.. -I../../soapcpp2     -g -O2 -c -o schema.o `test -f 'schema.cpp' || echo './'`schema.cpp
  102.         source='types.cpp' object='types.o' libtool=no  depfile='.deps/types.Po' tmpdepfile='.deps/types.TPo'  depmode=gcc3 /bin/sh ../../depcomp  g++ -DHAVE_CONFIG_H -I. -I. -I../.. -I../../soapcpp2     -g -O2 -c -o types.o `test -f 'types.cpp' || echo './'`types.cpp
  103.         source='service.cpp' object='service.o' libtool=no  depfile='.deps/service.Po' tmpdepfile='.deps/service.TPo'  depmode=gcc3 /bin/sh ../../depcomp  g++ -DHAVE_CONFIG_H -I. -I. -I../.. -I../../soapcpp2     -g -O2 -c -o service.o `test -f 'service.cpp' || echo './'`service.cpp
  104.         source='soap.cpp' object='soap.o' libtool=no  depfile='.deps/soap.Po' tmpdepfile='.deps/soap.TPo'  depmode=gcc3 /bin/sh ../../depcomp  g++ -DHAVE_CONFIG_H -I. -I. -I../.. -I../../soapcpp2     -g -O2 -c -o soap.o `test -f 'soap.cpp' || echo './'`soap.cpp
  105.         source='mime.cpp' object='mime.o' libtool=no  depfile='.deps/mime.Po' tmpdepfile='.deps/mime.TPo'  depmode=gcc3 /bin/sh ../../depcomp  g++ -DHAVE_CONFIG_H -I. -I. -I../.. -I../../soapcpp2     -g -O2 -c -o mime.o `test -f 'mime.cpp' || echo './'`mime.cpp
  106.         g++  -g -O2  -I../../soapcpp2  -o wsdl2h  wsdl2h.o wsdl.o schema.o  types.o service.o soap.o mime.o wsdlC.cpp ../../soapcpp2/libgsoap++.a  
  107. ld: 0711-224 WARNING: Duplicate symbol: .global destructors keyed to thread_creds_t
  108. ld: 0711-224 WARNING: Duplicate symbol: .global constructors keyed to thread_creds_t
  109. ld: 0711-224 WARNING: Duplicate symbol: thread_creds_t
  110. ld: 0711-224 WARNING: Duplicate symbol: _GLOBAL__F_thread_creds_t
  111. ld: 0711-224 WARNING: Duplicate symbol: global constructors keyed to thread_creds_t
  112. ld: 0711-224 WARNING: Duplicate symbol: global destructors keyed to thread_creds_t
  113. ld: 0711-345 Use the -bloadmap or -bnoquiet option to obtain more information.
  114. ld: 0711-317 ERROR: Undefined symbol: vtable for __cxxabiv1::__class_type_info
  115. ld: 0711-317 ERROR: Undefined symbol: .std::basic_istream<char, std::char_traits<char> >::read(char*, long)
  116. ld: 0711-317 ERROR: Undefined symbol: .std::basic_ostream<char, std::char_traits<char> >::write(char const*, long)
  117. ld: 0711-317 ERROR: Undefined symbol: .std::basic_ostream<char, std::char_traits<char> >& std::operator<< <std::char_traits<char> >(std::basic_ostream<char, std::char_traits<char> >&, char const*)
  118. ld: 0711-317 ERROR: Undefined symbol: .std::basic_ostream<char, std::char_traits<char> >& std::endl<char, std::char_traits<char> >(std::basic_ostream<char, std::char_traits<char> >&)
  119. collect2: ld returned 8 exit status
  120. make: The error code from the last command is 1.

  121. Stop.
  122. make: The error code from the last command is 2.

  123. Stop.
  124. make: The error code from the last command is 1.

  125. Stop.
  126. make: The error code from the last command is 2.

  127. Stop.
  128. make: The error code from the last command is 1.

  129. Stop.
  130. make: The error code from the last command is 2.

  131. Stop.
复制代码

[ 本帖最后由 lemon627 于 2009-9-11 15:36 编辑 ]

论坛徽章:
0
2 [报告]
发表于 2009-09-11 15:35 |只看该作者
这是configure的信息
  1. /usr/local/gSOAP/gsoap-2.7>./configure  -prefix=/usr/local/gSOAP
  2. checking for a BSD-compatible install... ./install-sh -c
  3. checking whether build environment is sane... yes
  4. checking for gawk... no
  5. checking for mawk... no
  6. checking for nawk... nawk
  7. checking whether make sets $(MAKE)... yes
  8. checking build system type... powerpc-ibm-aix5.3.0.0
  9. checking host system type... powerpc-ibm-aix5.3.0.0
  10. checking whether make sets $(MAKE)... (cached) yes
  11. checking for g++... g++
  12. checking for C++ compiler default output... a.out
  13. checking whether the C++ compiler works... yes
  14. checking whether we are cross compiling... no
  15. checking for suffix of executables...
  16. checking for suffix of object files... o
  17. checking whether we are using the GNU C++ compiler... yes
  18. checking whether g++ accepts -g... yes
  19. checking for style of include used by make... GNU
  20. checking dependency style of g++... gcc3
  21. checking for gcc... xlc -qcpluscmt -q32 -g
  22. checking whether we are using the GNU C compiler... no
  23. checking whether xlc -qcpluscmt -q32 -g accepts -g... yes
  24. checking for xlc -qcpluscmt -q32 -g option to accept ANSI C... none needed
  25. checking dependency style of xlc -qcpluscmt -q32 -g... aix
  26. checking for flex... flex
  27. checking for yywrap in -lfl... yes
  28. checking lex output file root... lex.yy
  29. checking whether yytext is a pointer... yes
  30. checking for bison... bison -y
  31. checking how to run the C preprocessor... xlc -qcpluscmt -q32 -g -E
  32. checking for ranlib... ranlib
  33. checking whether ln -s works... yes
  34. checking for gawk... (cached) nawk
  35. checking for a BSD-compatible install... ./install-sh -c
  36. checking for egrep... grep -E
  37. checking for ANSI C header files... yes
  38. checking for sys/types.h... yes
  39. checking for sys/stat.h... yes
  40. checking for stdlib.h... yes
  41. checking for string.h... yes
  42. checking for memory.h... yes
  43. checking for strings.h... yes
  44. checking for inttypes.h... yes
  45. checking for stdint.h... yes
  46. checking for unistd.h... yes
  47. checking arpa/inet.h usability... yes
  48. checking arpa/inet.h presence... yes
  49. checking for arpa/inet.h... yes
  50. checking errno.h usability... yes
  51. checking errno.h presence... yes
  52. checking for errno.h... yes
  53. checking fcntl.h usability... yes
  54. checking fcntl.h presence... yes
  55. checking for fcntl.h... yes
  56. checking limits.h usability... yes
  57. checking limits.h presence... yes
  58. checking for limits.h... yes
  59. checking netdb.h usability... yes
  60. checking netdb.h presence... yes
  61. checking for netdb.h... yes
  62. checking netinet/in.h usability... yes
  63. checking netinet/in.h presence... yes
  64. checking for netinet/in.h... yes
  65. checking for stdlib.h... (cached) yes
  66. checking for string.h... (cached) yes
  67. checking for strings.h... (cached) yes
  68. checking sys/socket.h usability... yes
  69. checking sys/socket.h presence... yes
  70. checking for sys/socket.h... yes
  71. checking for sys/types.h... (cached) yes
  72. checking sys/time.h usability... yes
  73. checking sys/time.h presence... yes
  74. checking for sys/time.h... yes
  75. checking sys/timeb.h usability... yes
  76. checking sys/timeb.h presence... yes
  77. checking for sys/timeb.h... yes
  78. checking for unistd.h... (cached) yes
  79. checking openssl/ssl.h usability... yes
  80. checking openssl/ssl.h presence... yes
  81. checking for openssl/ssl.h... yes
  82. checking for an ANSI C-conforming const... yes
  83. checking for size_t... yes
  84. checking whether time.h and sys/time.h may both be included... yes
  85. checking whether struct tm is in sys/time.h or time.h... time.h
  86. checking for sys/time.h... (cached) yes
  87. checking for unistd.h... (cached) yes
  88. checking for alarm... yes
  89. checking for working mktime... no
  90. checking return type of signal handlers... void
  91. checking for strftime... yes
  92. checking for working strtod... yes
  93. checking for random... yes
  94. checking for gettimeofday... yes
  95. checking for ftime... yes
  96. checking for localtime_r... yes
  97. checking for timegm... no
  98. checking for gmtime... yes
  99. checking for gmtime_r... yes
  100. checking for memset... yes
  101. checking for select... yes
  102. checking for socket... yes
  103. checking for strchr... yes
  104. checking for strerror... yes
  105. checking for strrchr... yes
  106. checking for strstr... yes
  107. checking for strtol... yes
  108. checking for strtoul... yes
  109. checking for strtoll... yes
  110. checking for strtoull... yes
  111. checking for strtold... yes
  112. checking for sscanf... yes
  113. checking for wctomb... yes
  114. checking for mbtowc... yes
  115. checking for disable namespaces in library... no
  116. configure: creating ./config.status
  117. config.status: creating Makefile
  118. config.status: creating gsoap.pc
  119. config.status: creating gsoap++.pc
  120. config.status: creating gsoapck.pc
  121. config.status: creating gsoapck++.pc
  122. config.status: creating gsoapssl.pc
  123. config.status: creating gsoapssl++.pc
  124. config.status: creating soapcpp2/Makefile
  125. config.status: creating soapcpp2/src/Makefile
  126. config.status: creating soapcpp2/wsdl/Makefile
  127. config.status: creating soapcpp2/samples/Makefile
  128. config.status: creating soapcpp2/samples/quote/Makefile
  129. config.status: creating soapcpp2/samples/quote2/Makefile
  130. config.status: creating soapcpp2/samples/quote3/Makefile
  131. config.status: creating soapcpp2/samples/quote4/Makefile
  132. config.status: creating soapcpp2/samples/quotex/Makefile
  133. config.status: creating soapcpp2/samples/calc/Makefile
  134. config.status: creating soapcpp2/samples/factory/Makefile
  135. config.status: creating soapcpp2/samples/factorytest/Makefile
  136. config.status: creating soapcpp2/samples/dime/Makefile
  137. config.status: creating soapcpp2/samples/mtom/Makefile
  138. config.status: creating soapcpp2/samples/mtom-stream/Makefile
  139. config.status: creating soapcpp2/samples/localtime/Makefile
  140. config.status: creating soapcpp2/samples/listing/Makefile
  141. config.status: creating soapcpp2/samples/magic/Makefile
  142. config.status: creating soapcpp2/samples/lu/Makefile
  143. config.status: creating soapcpp2/samples/ck/Makefile
  144. config.status: creating soapcpp2/samples/googleapi/Makefile
  145. config.status: creating soapcpp2/samples/varparam/Makefile
  146. config.status: creating soapcpp2/samples/rss/Makefile
  147. config.status: creating soapcpp2/samples/xml-rpc/Makefile
  148. config.status: creating soapcpp2/samples/ssl/Makefile
  149. config.status: creating soapcpp2/samples/router/Makefile
  150. config.status: creating soapcpp2/samples/events/Makefile
  151. config.status: creating soapcpp2/samples/polytest/Makefile
  152. config.status: creating soapcpp2/samples/udp/Makefile
  153. config.status: creating config.h
  154. config.status: config.h is unchanged
  155. config.status: executing depfiles commands
复制代码

论坛徽章:
0
3 [报告]
发表于 2009-09-21 14:47 |只看该作者
顶起来,高手看一下啊

论坛徽章:
0
4 [报告]
发表于 2009-09-21 18:46 |只看该作者
你再写"多"点 高手就不晕了 你怎么不把<三字经>往上写呢?
您需要登录后才可以回帖 登录 | 注册

本版积分规则 发表回复

  

北京盛拓优讯信息技术有限公司. 版权所有 京ICP备16024965号-6 北京市公安局海淀分局网监中心备案编号:11010802020122 niuxiaotong@pcpop.com 17352615567
未成年举报专区
中国互联网协会会员  联系我们:huangweiwei@itpub.net
感谢所有关心和支持过ChinaUnix的朋友们 转载本站内容请注明原作者名及出处

清除 Cookies - ChinaUnix - Archiver - WAP - TOP