Advertisement
Guest User

Untitled

a guest
Aug 2nd, 2011
52
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 7.66 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 markovsky configure 0.53, which was
  5. generated by GNU Autoconf 2.63. Invocation command line was
  6.  
  7. $ ./configure
  8.  
  9. ## --------- ##
  10. ## Platform. ##
  11. ## --------- ##
  12.  
  13. hostname = rata
  14. uname -m = i686
  15. uname -r = 1.7.9(0.237/5/3)
  16. uname -s = CYGWIN_NT-5.1
  17. uname -v = 2011-03-29 10:10
  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/local/bin
  31. PATH: /usr/bin
  32. PATH: /cygdrive/c/WINDOWS/system32
  33. PATH: /cygdrive/c/WINDOWS
  34. PATH: /cygdrive/c/WINDOWS/System32/Wbem
  35. PATH: /cygdrive/c/Archivos de programa/Archivos comunes/Teleca Shared
  36. PATH: /cygdrive/c/Archivos de programa/Google/google_appengine
  37.  
  38.  
  39. ## ----------- ##
  40. ## Core tests. ##
  41. ## ----------- ##
  42.  
  43. configure:1839: checking for a BSD-compatible install
  44. configure:1907: result: /usr/bin/install -c
  45. configure:1918: checking whether build environment is sane
  46. configure:1961: result: yes
  47. configure:1986: checking for a thread-safe mkdir -p
  48. configure:2025: result: /usr/bin/mkdir -p
  49. configure:2038: checking for gawk
  50. configure:2054: found /usr/bin/gawk
  51. configure:2065: result: gawk
  52. configure:2076: checking whether make sets $(MAKE)
  53. configure:2102: result: no
  54. configure:2331: checking for gcc
  55. configure:2347: found /usr/bin/gcc
  56. configure:2358: result: gcc
  57. configure:2590: checking for C compiler version
  58. configure:2598: gcc --version >&5
  59. gcc (GCC) 4.3.4 20090804 (release) 1
  60. Copyright (C) 2008 Free Software Foundation, Inc.
  61. This is free software; see the source for copying conditions. There is NO
  62. warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
  63.  
  64. configure:2602: $? = 0
  65. configure:2609: gcc -v >&5
  66. Using built-in specs.
  67. Target: i686-pc-cygwin
  68. Configured with: /gnu/gcc/releases/respins/4.3.4-4/gcc4-4.3.4-4/src/gcc-4.3.4/configure --srcdir=/gnu/gcc/releases/respins/4.3.4-4/gcc4-4.3.4-4/src/gcc-4.3.4 --prefix=/usr --exec-prefix=/usr --bindir=/usr/bin --sbindir=/usr/sbin --libexecdir=/usr/lib --datadir=/usr/share --localstatedir=/var --sysconfdir=/etc --infodir=/usr/share/info --mandir=/usr/share/man -C --datadir=/usr/share --infodir=/usr/share/info --mandir=/usr/share/man -v --with-gmp=/usr --with-mpfr=/usr --enable-bootstrap --enable-version-specific-runtime-libs --with-slibdir=/usr/bin --libexecdir=/usr/lib --enable-static --enable-shared --enable-shared-libgcc --disable-__cxa_atexit --with-gnu-ld --with-gnu-as --with-dwarf2 --disable-sjlj-exceptions --enable-languages=ada,c,c++,fortran,java,objc,obj-c++ --disable-symvers --enable-libjava --program-suffix=-4 --enable-libgomp --enable-libssp --enable-libada --enable-threads=posix --with-arch=i686 --with-tune=generic --enable-libgcj-sublibs CC=gcc-4 CXX=g++-4 CC_FOR_TARGET=gcc-4 CXX_FOR_TARGET=g++-4 GNATMAKE_FOR_TARGET=gnatmake GNATBIND_FOR_TARGET=gnatbind --with-ecj-jar=/usr/share/java/ecj.jar
  69. Thread model: posix
  70. gcc version 4.3.4 20090804 (release) 1 (GCC)
  71. configure:2613: $? = 0
  72. configure:2620: gcc -V >&5
  73. gcc: '-V' option must have argument
  74. configure:2624: $? = 1
  75. configure:2647: checking for C compiler default output file name
  76. configure:2669: gcc conftest.c >&5
  77. /usr/lib/gcc/i686-pc-cygwin/4.3.4/../../../../i686-pc-cygwin/bin/ld: cannot find -luser32
  78. /usr/lib/gcc/i686-pc-cygwin/4.3.4/../../../../i686-pc-cygwin/bin/ld: cannot find -lkernel32
  79. /usr/lib/gcc/i686-pc-cygwin/4.3.4/../../../../i686-pc-cygwin/bin/ld: cannot find -ladvapi32
  80. /usr/lib/gcc/i686-pc-cygwin/4.3.4/../../../../i686-pc-cygwin/bin/ld: cannot find -lshell32
  81. collect2: ld returned 1 exit status
  82. configure:2673: $? = 1
  83. configure:2711: result:
  84. configure: failed program was:
  85. | /* confdefs.h. */
  86. | #define PACKAGE_NAME "markovsky"
  87. | #define PACKAGE_TARNAME "markovsky"
  88. | #define PACKAGE_VERSION "0.53"
  89. | #define PACKAGE_STRING "markovsky 0.53"
  90. | #define PACKAGE_BUGREPORT "[email protected]"
  91. | #define PACKAGE "markovsky"
  92. | #define VERSION "0.53"
  93. | /* end confdefs.h. */
  94. |
  95. | int
  96. | main ()
  97. | {
  98. |
  99. | ;
  100. | return 0;
  101. | }
  102. configure:2717: error: in `/home/Administrador/sd':
  103. configure:2720: error: C compiler cannot create executables
  104. See `config.log' for more details.
  105.  
  106. ## ---------------- ##
  107. ## Cache variables. ##
  108. ## ---------------- ##
  109.  
  110. ac_cv_env_CCC_set=
  111. ac_cv_env_CCC_value=
  112. ac_cv_env_CC_set=
  113. ac_cv_env_CC_value=
  114. ac_cv_env_CFLAGS_set=
  115. ac_cv_env_CFLAGS_value=
  116. ac_cv_env_CPPFLAGS_set=
  117. ac_cv_env_CPPFLAGS_value=
  118. ac_cv_env_CXXFLAGS_set=
  119. ac_cv_env_CXXFLAGS_value=
  120. ac_cv_env_CXX_set=
  121. ac_cv_env_CXX_value=
  122. ac_cv_env_LDFLAGS_set=
  123. ac_cv_env_LDFLAGS_value=
  124. ac_cv_env_LIBS_set=
  125. ac_cv_env_LIBS_value=
  126. ac_cv_env_build_alias_set=
  127. ac_cv_env_build_alias_value=
  128. ac_cv_env_host_alias_set=
  129. ac_cv_env_host_alias_value=
  130. ac_cv_env_target_alias_set=
  131. ac_cv_env_target_alias_value=
  132. ac_cv_path_install='/usr/bin/install -c'
  133. ac_cv_path_mkdir=/usr/bin/mkdir
  134. ac_cv_prog_AWK=gawk
  135. ac_cv_prog_ac_ct_CC=gcc
  136. ac_cv_prog_make_make_set=no
  137.  
  138. ## ----------------- ##
  139. ## Output variables. ##
  140. ## ----------------- ##
  141.  
  142. ACLOCAL='${SHELL} /home/Administrador/sd/missing --run aclocal-1.10'
  143. AMDEPBACKSLASH=''
  144. AMDEP_FALSE=''
  145. AMDEP_TRUE=''
  146. AMTAR='${SHELL} /home/Administrador/sd/missing --run tar'
  147. AUTOCONF='${SHELL} /home/Administrador/sd/missing --run autoconf'
  148. AUTOHEADER='${SHELL} /home/Administrador/sd/missing --run autoheader'
  149. AUTOMAKE='${SHELL} /home/Administrador/sd/missing --run automake-1.10'
  150. AWK='gawk'
  151. CC='gcc'
  152. CCDEPMODE=''
  153. CFLAGS=''
  154. CPPFLAGS=''
  155. CXX=''
  156. CXXDEPMODE=''
  157. CXXFLAGS=''
  158. CYGPATH_W='cygpath -w'
  159. DEFS=''
  160. DEPDIR=''
  161. ECHO_C=''
  162. ECHO_N='-n'
  163. ECHO_T=''
  164. EXEEXT=''
  165. INSTALL_DATA='${INSTALL} -m 644'
  166. INSTALL_PROGRAM='${INSTALL}'
  167. INSTALL_SCRIPT='${INSTALL}'
  168. INSTALL_STRIP_PROGRAM='$(install_sh) -c -s'
  169. LDFLAGS=''
  170. LIBOBJS=''
  171. LIBS=''
  172. LTLIBOBJS=''
  173. MAKEINFO='${SHELL} /home/Administrador/sd/missing --run makeinfo'
  174. MKDIR_P='/usr/bin/mkdir -p'
  175. OBJEXT=''
  176. PACKAGE='markovsky'
  177. PACKAGE_BUGREPORT='[email protected]'
  178. PACKAGE_NAME='markovsky'
  179. PACKAGE_STRING='markovsky 0.53'
  180. PACKAGE_TARNAME='markovsky'
  181. PACKAGE_VERSION='0.53'
  182. PATH_SEPARATOR=':'
  183. SET_MAKE='MAKE=make'
  184. SHELL='/bin/sh'
  185. STRIP=''
  186. VERSION='0.53'
  187. ac_ct_CC='gcc'
  188. ac_ct_CXX=''
  189. am__fastdepCC_FALSE=''
  190. am__fastdepCC_TRUE=''
  191. am__fastdepCXX_FALSE=''
  192. am__fastdepCXX_TRUE=''
  193. am__include=''
  194. am__isrc=''
  195. am__leading_dot='.'
  196. am__quote=''
  197. am__tar='${AMTAR} chof - "$$tardir"'
  198. am__untar='${AMTAR} xf -'
  199. bindir='${exec_prefix}/bin'
  200. build_alias=''
  201. datadir='${datarootdir}'
  202. datarootdir='${prefix}/share'
  203. docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
  204. dvidir='${docdir}'
  205. exec_prefix='NONE'
  206. host_alias=''
  207. htmldir='${docdir}'
  208. includedir='${prefix}/include'
  209. infodir='${datarootdir}/info'
  210. install_sh='$(SHELL) /home/Administrador/sd/install-sh'
  211. libdir='${exec_prefix}/lib'
  212. libexecdir='${exec_prefix}/libexec'
  213. localedir='${datarootdir}/locale'
  214. localstatedir='${prefix}/var'
  215. mandir='${datarootdir}/man'
  216. mkdir_p='/usr/bin/mkdir -p'
  217. oldincludedir='/usr/include'
  218. pdfdir='${docdir}'
  219. prefix='NONE'
  220. program_transform_name='s,x,x,'
  221. psdir='${docdir}'
  222. sbindir='${exec_prefix}/sbin'
  223. sharedstatedir='${prefix}/com'
  224. sysconfdir='${prefix}/etc'
  225. target_alias=''
  226.  
  227. ## ----------- ##
  228. ## confdefs.h. ##
  229. ## ----------- ##
  230.  
  231. #define PACKAGE_NAME "markovsky"
  232. #define PACKAGE_TARNAME "markovsky"
  233. #define PACKAGE_VERSION "0.53"
  234. #define PACKAGE_STRING "markovsky 0.53"
  235. #define PACKAGE_BUGREPORT "[email protected]"
  236. #define PACKAGE "markovsky"
  237. #define VERSION "0.53"
  238.  
  239. configure: exit 77
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement