Advertisement
Guest User

Untitled

a guest
Aug 23rd, 2010
306
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Make 11.28 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 UpTools configure 8.4, which was
  5. generated by GNU Autoconf 2.65.  Invocation command line was
  6.  
  7.   $ ./configure
  8.  
  9. ## --------- ##
  10. ## Platform. ##
  11. ## --------- ##
  12.  
  13. hostname = riki.myuniv
  14. uname -m = i686
  15. uname -r = 2.6.27.25-78.2.56.fc9.i686
  16. uname -s = Linux
  17. uname -v = #1 SMP Thu Jun 18 12:47:50 EDT 2009
  18.  
  19. /usr/bin/uname -p = unknown
  20. /bin/uname -X     = unknown
  21.  
  22. /bin/arch              = i686
  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: /usr/lib/qt-3.3/bin
  31. PATH: /usr/kerberos/sbin
  32. PATH: /usr/kerberos/bin
  33. PATH: /usr/local/sbin
  34. PATH: /usr/local/bin
  35. PATH: /sbin
  36. PATH: /bin
  37. PATH: /usr/sbin
  38. PATH: /usr/bin
  39. PATH: /root/bin
  40.  
  41.  
  42. ## ----------- ##
  43. ## Core tests. ##
  44. ## ----------- ##
  45.  
  46. configure:2260: checking for a BSD-compatible install
  47. configure:2328: result: /usr/bin/install -c
  48. configure:2339: checking whether build environment is sane
  49. configure:2389: result: yes
  50. configure:2530: checking for a thread-safe mkdir -p
  51. configure:2569: result: /bin/mkdir -p
  52. configure:2582: checking for gawk
  53. configure:2598: found /bin/gawk
  54. configure:2609: result: gawk
  55. configure:2620: checking whether make sets $(MAKE)
  56. configure:2642: result: yes
  57. configure:2785: checking for g++
  58. configure:2801: found /usr/bin/g++
  59. configure:2812: result: g++
  60. configure:2839: checking for C++ compiler version
  61. configure:2848: g++ --version >&5
  62. g++ (GCC) 4.3.0 20080428 (Red Hat 4.3.0-8)
  63. Copyright (C) 2008 Free Software Foundation, Inc.
  64. This is free software; see the source for copying conditions.  There is NO
  65. warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
  66.  
  67. configure:2859: $? = 0
  68. configure:2848: g++ -v >&5
  69. Using built-in specs.
  70. Target: i386-redhat-linux
  71. Configured with: ../configure --prefix=/usr --mandir=/usr/share/man --infodir=/usr/share/info --with-bugurl=http://bugzilla.redhat.com/bugzilla --enable-bootstrap --enable-shared --enable-threads=posix --enable-checking=release --with-system-zlib --enable-__cxa_atexit --disable-libunwind-exceptions --enable-languages=c,c++,objc,obj-c++,java,fortran,ada --enable-java-awt=gtk --disable-dssi --enable-plugin --with-java-home=/usr/lib/jvm/java-1.5.0-gcj-1.5.0.0/jre --enable-libgcj-multifile --enable-java-maintainer-mode --with-ecj-jar=/usr/share/java/eclipse-ecj.jar --disable-libjava-multilib --with-cpu=generic --build=i386-redhat-linux
  72. Thread model: posix
  73. gcc version 4.3.0 20080428 (Red Hat 4.3.0-8) (GCC)
  74. configure:2859: $? = 0
  75. configure:2848: g++ -V >&5
  76. g++: '-V' option must have argument
  77. configure:2859: $? = 1
  78. configure:2848: g++ -qversion >&5
  79. g++: unrecognized option '-qversion'
  80. g++: no input files
  81. configure:2859: $? = 1
  82. configure:2879: checking whether the C++ compiler works
  83. configure:2901: g++    conftest.cpp  >&5
  84. configure:2905: $? = 0
  85. configure:2954: result: yes
  86. configure:2957: checking for C++ compiler default output file name
  87. configure:2959: result: a.out
  88. configure:2965: checking for suffix of executables
  89. configure:2972: g++ -o conftest    conftest.cpp  >&5
  90. configure:2976: $? = 0
  91. configure:2998: result:
  92. configure:3020: checking whether we are cross compiling
  93. configure:3028: g++ -o conftest    conftest.cpp  >&5
  94. configure:3032: $? = 0
  95. configure:3039: ./conftest
  96. configure:3043: $? = 0
  97. configure:3058: result: no
  98. configure:3063: checking for suffix of object files
  99. configure:3085: g++ -c   conftest.cpp >&5
  100. configure:3089: $? = 0
  101. configure:3110: result: o
  102. configure:3114: checking whether we are using the GNU C++ compiler
  103. configure:3133: g++ -c   conftest.cpp >&5
  104. configure:3133: $? = 0
  105. configure:3142: result: yes
  106. configure:3151: checking whether g++ accepts -g
  107. configure:3171: g++ -c -g  conftest.cpp >&5
  108. configure:3171: $? = 0
  109. configure:3212: result: yes
  110. configure:3246: checking for style of include used by make
  111. configure:3274: result: GNU
  112. configure:3299: checking dependency style of g++
  113. configure:3409: result: none
  114. configure:3472: checking for gcc
  115. configure:3488: found /usr/bin/gcc
  116. configure:3499: result: gcc
  117. configure:3728: checking for C compiler version
  118. configure:3737: gcc --version >&5
  119. gcc (GCC) 4.3.0 20080428 (Red Hat 4.3.0-8)
  120. Copyright (C) 2008 Free Software Foundation, Inc.
  121. This is free software; see the source for copying conditions.  There is NO
  122. warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
  123.  
  124. configure:3748: $? = 0
  125. configure:3737: gcc -v >&5
  126. Using built-in specs.
  127. Target: i386-redhat-linux
  128. Configured with: ../configure --prefix=/usr --mandir=/usr/share/man --infodir=/usr/share/info --with-bugurl=http://bugzilla.redhat.com/bugzilla --enable-bootstrap --enable-shared --enable-threads=posix --enable-checking=release --with-system-zlib --enable-__cxa_atexit --disable-libunwind-exceptions --enable-languages=c,c++,objc,obj-c++,java,fortran,ada --enable-java-awt=gtk --disable-dssi --enable-plugin --with-java-home=/usr/lib/jvm/java-1.5.0-gcj-1.5.0.0/jre --enable-libgcj-multifile --enable-java-maintainer-mode --with-ecj-jar=/usr/share/java/eclipse-ecj.jar --disable-libjava-multilib --with-cpu=generic --build=i386-redhat-linux
  129. Thread model: posix
  130. gcc version 4.3.0 20080428 (Red Hat 4.3.0-8) (GCC)
  131. configure:3748: $? = 0
  132. configure:3737: gcc -V >&5
  133. gcc: '-V' option must have argument
  134. configure:3748: $? = 1
  135. configure:3737: gcc -qversion >&5
  136. gcc: unrecognized option '-qversion'
  137. gcc: no input files
  138. configure:3748: $? = 1
  139. configure:3752: checking whether we are using the GNU C compiler
  140. configure:3771: gcc -c   conftest.c >&5
  141. configure:3771: $? = 0
  142. configure:3780: result: yes
  143. configure:3789: checking whether gcc accepts -g
  144. configure:3809: gcc -c -g  conftest.c >&5
  145. configure:3809: $? = 0
  146. configure:3850: result: yes
  147. configure:3867: checking for gcc option to accept ISO C89
  148. configure:3931: gcc  -c -g -O2  conftest.c >&5
  149. configure:3931: $? = 0
  150. configure:3944: result: none needed
  151. configure:3966: checking dependency style of gcc
  152. configure:4076: result: none
  153. configure:4141: checking for ranlib
  154. configure:4157: found /usr/bin/ranlib
  155. configure:4168: result: ranlib
  156. configure:4195: checking for main in -lssl
  157. configure:4214: g++ -o conftest -g -O2   conftest.cpp -lssl   >&5
  158. configure:4214: $? = 0
  159. configure:4223: result: yes
  160. configure:4232: checking for main in -lcrypto
  161. configure:4251: g++ -o conftest -g -O2   conftest.cpp -lcrypto   >&5
  162. configure:4251: $? = 0
  163. configure:4260: result: yes
  164. configure:4272: checking for mysql_get_parameters in -lmysqlclient
  165. configure:4297: g++ -o conftest -g -O2   conftest.cpp -lmysqlclient   >&5
  166. /usr/bin/ld: cannot find -lmysqlclient
  167. collect2: ld returned 1 exit status
  168. configure:4297: $? = 1
  169. configure: failed program was:
  170. | /* confdefs.h */
  171. | #define PACKAGE_NAME "UpTools"
  172. | #define PACKAGE_TARNAME "uptools"
  173. | #define PACKAGE_VERSION "8.4"
  174. | #define PACKAGE_STRING "UpTools 8.4"
  175. | #define PACKAGE_BUGREPORT "bugs-uptools@myuniv.edu"
  176. | #define PACKAGE_URL ""
  177. | #define PACKAGE "uptools"
  178. | #define VERSION "8.4"
  179. | /* end confdefs.h.  */
  180. |
  181. | /* Override any GCC internal prototype to avoid an error.
  182. |    Use char because int might match the return type of a GCC
  183. |    builtin and then its argument prototype would still apply.  */
  184. | #ifdef __cplusplus
  185. | extern "C"
  186. | #endif
  187. | char mysql_get_parameters ();
  188. | int
  189. | main ()
  190. | {
  191. | return mysql_get_parameters ();
  192. |   ;
  193. |   return 0;
  194. | }
  195. configure:4306: result: no
  196.  
  197. ## ---------------- ##
  198. ## Cache variables. ##
  199. ## ---------------- ##
  200.  
  201. ac_cv_c_compiler_gnu=yes
  202. ac_cv_cxx_compiler_gnu=yes
  203. ac_cv_env_CCC_set=
  204. ac_cv_env_CCC_value=
  205. ac_cv_env_CC_set=
  206. ac_cv_env_CC_value=
  207. ac_cv_env_CFLAGS_set=
  208. ac_cv_env_CFLAGS_value=
  209. ac_cv_env_CPPFLAGS_set=
  210. ac_cv_env_CPPFLAGS_value=
  211. ac_cv_env_CXXCPP_set=
  212. ac_cv_env_CXXCPP_value=
  213. ac_cv_env_CXXFLAGS_set=
  214. ac_cv_env_CXXFLAGS_value=
  215. ac_cv_env_CXX_set=
  216. ac_cv_env_CXX_value=
  217. ac_cv_env_LDFLAGS_set=
  218. ac_cv_env_LDFLAGS_value=
  219. ac_cv_env_LIBS_set=
  220. ac_cv_env_LIBS_value=
  221. ac_cv_env_build_alias_set=
  222. ac_cv_env_build_alias_value=
  223. ac_cv_env_host_alias_set=
  224. ac_cv_env_host_alias_value=
  225. ac_cv_env_target_alias_set=
  226. ac_cv_env_target_alias_value=
  227. ac_cv_lib_crypto_main=yes
  228. ac_cv_lib_mysqlclient_mysql_get_parameters=no
  229. ac_cv_lib_ssl_main=yes
  230. ac_cv_objext=o
  231. ac_cv_path_install='/usr/bin/install -c'
  232. ac_cv_path_mkdir=/bin/mkdir
  233. ac_cv_prog_AWK=gawk
  234. ac_cv_prog_ac_ct_CC=gcc
  235. ac_cv_prog_ac_ct_CXX=g++
  236. ac_cv_prog_ac_ct_RANLIB=ranlib
  237. ac_cv_prog_cc_c89=
  238. ac_cv_prog_cc_g=yes
  239. ac_cv_prog_cxx_g=yes
  240. ac_cv_prog_make_make_set=yes
  241. am_cv_CC_dependencies_compiler_type=none
  242. am_cv_CXX_dependencies_compiler_type=none
  243.  
  244. ## ----------------- ##
  245. ## Output variables. ##
  246. ## ----------------- ##
  247.  
  248. ACLOCAL='${SHELL} /tmp/UpTools.open/missing --run aclocal-1.11'
  249. AMDEPBACKSLASH='\'
  250. AMDEP_FALSE='#'
  251. AMDEP_TRUE=''
  252. AMTAR='${SHELL} /tmp/UpTools.open/missing --run tar'
  253. AUTOCONF='${SHELL} /tmp/UpTools.open/missing --run autoconf'
  254. AUTOHEADER='${SHELL} /tmp/UpTools.open/missing --run autoheader'
  255. AUTOMAKE='${SHELL} /tmp/UpTools.open/missing --run automake-1.11'
  256. AWK='gawk'
  257. CC='gcc'
  258. CCDEPMODE='depmode=none'
  259. CFLAGS='-g -O2'
  260. CPPFLAGS=''
  261. CXX='g++'
  262. CXXCPP=''
  263. CXXDEPMODE='depmode=none'
  264. CXXFLAGS='-g -O2'
  265. CYGPATH_W='echo'
  266. DEFS=''
  267. DEPDIR='.deps'
  268. ECHO_C=''
  269. ECHO_N='-n'
  270. ECHO_T=''
  271. EGREP=''
  272. EXEEXT=''
  273. GREP=''
  274. INSTALL_DATA='${INSTALL} -m 644'
  275. INSTALL_PROGRAM='${INSTALL}'
  276. INSTALL_SCRIPT='${INSTALL}'
  277. INSTALL_STRIP_PROGRAM='$(install_sh) -c -s'
  278. LDFLAGS=''
  279. LIBOBJS=''
  280. LIBS=''
  281. LTLIBOBJS=''
  282. MAKEINFO='${SHELL} /tmp/UpTools.open/missing --run makeinfo'
  283. MKDIR_P='/bin/mkdir -p'
  284. OBJEXT='o'
  285. PACKAGE='uptools'
  286. PACKAGE_BUGREPORT='bugs-uptools@myuniv.edu'
  287. PACKAGE_NAME='UpTools'
  288. PACKAGE_STRING='UpTools 8.4'
  289. PACKAGE_TARNAME='uptools'
  290. PACKAGE_URL=''
  291. PACKAGE_VERSION='8.4'
  292. PATH_SEPARATOR=':'
  293. RANLIB='ranlib'
  294. SET_MAKE=''
  295. SHELL='/bin/sh'
  296. STRIP=''
  297. VERSION='8.4'
  298. ac_ct_CC='gcc'
  299. ac_ct_CXX='g++'
  300. am__EXEEXT_FALSE=''
  301. am__EXEEXT_TRUE=''
  302. am__fastdepCC_FALSE=''
  303. am__fastdepCC_TRUE='#'
  304. am__fastdepCXX_FALSE=''
  305. am__fastdepCXX_TRUE='#'
  306. am__include='include'
  307. am__isrc=''
  308. am__leading_dot='.'
  309. am__quote=''
  310. am__tar='${AMTAR} chof - "$$tardir"'
  311. am__untar='${AMTAR} xf -'
  312. bindir='${exec_prefix}/bin'
  313. build_alias=''
  314. datadir='${datarootdir}'
  315. datarootdir='${prefix}/share'
  316. docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
  317. dvidir='${docdir}'
  318. exec_prefix='NONE'
  319. host_alias=''
  320. htmldir='${docdir}'
  321. includedir='${prefix}/include'
  322. infodir='${datarootdir}/info'
  323. install_sh='${SHELL} /tmp/UpTools.open/install-sh'
  324. libdir='${exec_prefix}/lib'
  325. libexecdir='${exec_prefix}/libexec'
  326. localedir='${datarootdir}/locale'
  327. localstatedir='${prefix}/var'
  328. mandir='${datarootdir}/man'
  329. mkdir_p='/bin/mkdir -p'
  330. oldincludedir='/usr/include'
  331. pdfdir='${docdir}'
  332. prefix='NONE'
  333. program_transform_name='s,x,x,'
  334. psdir='${docdir}'
  335. sbindir='${exec_prefix}/sbin'
  336. sharedstatedir='${prefix}/com'
  337. sysconfdir='${prefix}/etc'
  338. target_alias=''
  339.  
  340. ## ----------- ##
  341. ## confdefs.h. ##
  342. ## ----------- ##
  343.  
  344. /* confdefs.h */
  345. #define PACKAGE_NAME "UpTools"
  346. #define PACKAGE_TARNAME "uptools"
  347. #define PACKAGE_VERSION "8.4"
  348. #define PACKAGE_STRING "UpTools 8.4"
  349. #define PACKAGE_BUGREPORT "bugs-uptools@myuniv.edu"
  350. #define PACKAGE_URL ""
  351. #define PACKAGE "uptools"
  352. #define VERSION "8.4"
  353.  
  354. configure: exit 1
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement