A hint: This file contains one or more very long lines, so maybe it is better readable using the pure text view mode that shows the contents as wrapped lines within the browser window.
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 FULL-PACKAGE-NAME configure VERSION, which was 5 generated by GNU Autoconf 2.61. Invocation command line was 6 7 $ ./configure 8 9 ## --------- ## 10 ## Platform. ## 11 ## --------- ## 12 13 hostname = localhost.localdomain 14 uname -m = i686 15 uname -r = 2.6.21-7.fc7xen 16 uname -s = Linux 17 uname -v = #1 SMP Tue Feb 12 12:32:24 EST 2008 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: /usr/X11R6/bin 40 PATH: /root/bin 41 42 43 ## ----------- ## 44 ## Core tests. ## 45 ## ----------- ## 46 47 configure:1738: checking for gcc 48 configure:1754: found /usr/bin/gcc 49 configure:1765: result: gcc 50 configure:2003: checking for C compiler version 51 configure:2010: gcc --version >&5 52 gcc (GCC) 4.1.2 20070925 (Red Hat 4.1.2-27) 53 Copyright (C) 2006 Free Software Foundation, Inc. 54 This is free software; see the source for copying conditions. There is NO 55 warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. 56 57 configure:2013: $? = 0 58 configure:2020: gcc -v >&5 59 Using built-in specs. 60 Target: i386-redhat-linux 61 Configured with: ../configure --prefix=/usr --mandir=/usr/share/man --infodir=/usr/share/info --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 --with-cpu=generic --host=i386-redhat-linux 62 Thread model: posix 63 gcc version 4.1.2 20070925 (Red Hat 4.1.2-27) 64 configure:2023: $? = 0 65 configure:2030: gcc -V >&5 66 gcc: '-V' option must have argument 67 configure:2033: $? = 1 68 configure:2056: checking for C compiler default output file name 69 configure:2083: gcc conftest.c >&5 70 configure:2086: $? = 0 71 configure:2124: result: a.out 72 configure:2141: checking whether the C compiler works 73 configure:2151: ./a.out 74 configure:2154: $? = 0 75 configure:2171: result: yes 76 configure:2178: checking whether we are cross compiling 77 configure:2180: result: no 78 configure:2183: checking for suffix of executables 79 configure:2190: gcc -o conftest conftest.c >&5 80 configure:2193: $? = 0 81 configure:2217: result: 82 configure:2223: checking for suffix of object files 83 configure:2249: gcc -c conftest.c >&5 84 configure:2252: $? = 0 85 configure:2275: result: o 86 configure:2279: checking whether we are using the GNU C compiler 87 configure:2308: gcc -c conftest.c >&5 88 configure:2314: $? = 0 89 configure:2331: result: yes 90 configure:2336: checking whether gcc accepts -g 91 configure:2366: gcc -c -g conftest.c >&5 92 configure:2372: $? = 0 93 configure:2471: result: yes 94 configure:2488: checking for gcc option to accept ISO C89 95 configure:2562: gcc -c -g -O2 conftest.c >&5 96 configure:2568: $? = 0 97 configure:2591: result: none needed 98 configure:2614: checking for main in -lm 99 configure:2643: gcc -o conftest -g -O2 conftest.c -lm >&5 100 configure:2649: $? = 0 101 configure:2667: result: yes 102 configure:2685: checking how to run the C preprocessor 103 configure:2725: gcc -E conftest.c 104 configure:2731: $? = 0 105 configure:2762: gcc -E conftest.c 106 conftest.c:9:28: error: ac_nonexistent.h: No such file or directory 107 configure:2768: $? = 1 108 configure: failed program was: 109 | /* confdefs.h. */ 110 | #define PACKAGE_NAME "FULL-PACKAGE-NAME" 111 | #define PACKAGE_TARNAME "full-package-name" 112 | #define PACKAGE_VERSION "VERSION" 113 | #define PACKAGE_STRING "FULL-PACKAGE-NAME VERSION" 114 | #define PACKAGE_BUGREPORT "BUG-REPORT-ADDRESS" 115 | #define HAVE_LIBM 1 116 | /* end confdefs.h. */ 117 | #include <ac_nonexistent.h> 118 configure:2801: result: gcc -E 119 configure:2830: gcc -E conftest.c 120 configure:2836: $? = 0 121 configure:2867: gcc -E conftest.c 122 conftest.c:9:28: error: ac_nonexistent.h: No such file or directory 123 configure:2873: $? = 1 124 configure: failed program was: 125 | /* confdefs.h. */ 126 | #define PACKAGE_NAME "FULL-PACKAGE-NAME" 127 | #define PACKAGE_TARNAME "full-package-name" 128 | #define PACKAGE_VERSION "VERSION" 129 | #define PACKAGE_STRING "FULL-PACKAGE-NAME VERSION" 130 | #define PACKAGE_BUGREPORT "BUG-REPORT-ADDRESS" 131 | #define HAVE_LIBM 1 132 | /* end confdefs.h. */ 133 | #include <ac_nonexistent.h> 134 configure:2911: checking for grep that handles long lines and -e 135 configure:2985: result: /bin/grep 136 configure:2990: checking for egrep 137 configure:3068: result: /bin/grep -E 138 configure:3073: checking for ANSI C header files 139 configure:3103: gcc -c -g -O2 conftest.c >&5 140 configure:3109: $? = 0 141 configure:3208: gcc -o conftest -g -O2 conftest.c -lm >&5 142 configure:3211: $? = 0 143 configure:3217: ./conftest 144 configure:3220: $? = 0 145 configure:3237: result: yes 146 configure:3261: checking for sys/types.h 147 configure:3282: gcc -c -g -O2 conftest.c >&5 148 configure:3288: $? = 0 149 configure:3304: result: yes 150 configure:3261: checking for sys/stat.h 151 configure:3282: gcc -c -g -O2 conftest.c >&5 152 configure:3288: $? = 0 153 configure:3304: result: yes 154 configure:3261: checking for stdlib.h 155 configure:3282: gcc -c -g -O2 conftest.c >&5 156 configure:3288: $? = 0 157 configure:3304: result: yes 158 configure:3261: checking for string.h 159 configure:3282: gcc -c -g -O2 conftest.c >&5 160 configure:3288: $? = 0 161 configure:3304: result: yes 162 configure:3261: checking for memory.h 163 configure:3282: gcc -c -g -O2 conftest.c >&5 164 configure:3288: $? = 0 165 configure:3304: result: yes 166 configure:3261: checking for strings.h 167 configure:3282: gcc -c -g -O2 conftest.c >&5 168 configure:3288: $? = 0 169 configure:3304: result: yes 170 configure:3261: checking for inttypes.h 171 configure:3282: gcc -c -g -O2 conftest.c >&5 172 configure:3288: $? = 0 173 configure:3304: result: yes 174 configure:3261: checking for stdint.h 175 configure:3282: gcc -c -g -O2 conftest.c >&5 176 configure:3288: $? = 0 177 configure:3304: result: yes 178 configure:3261: checking for unistd.h 179 configure:3282: gcc -c -g -O2 conftest.c >&5 180 configure:3288: $? = 0 181 configure:3304: result: yes 182 configure:3334: checking fcntl.h usability 183 configure:3351: gcc -c -g -O2 conftest.c >&5 184 configure:3357: $? = 0 185 configure:3371: result: yes 186 configure:3375: checking fcntl.h presence 187 configure:3390: gcc -E conftest.c 188 configure:3396: $? = 0 189 configure:3410: result: yes 190 configure:3443: checking for fcntl.h 191 configure:3451: result: yes 192 configure:3324: checking for stdlib.h 193 configure:3330: result: yes 194 configure:3324: checking for string.h 195 configure:3330: result: yes 196 configure:3324: checking for unistd.h 197 configure:3330: result: yes 198 configure:3474: checking for memset 199 configure:3530: gcc -o conftest -g -O2 conftest.c -lm >&5 200 conftest.c:46: warning: conflicting types for built-in function 'memset' 201 configure:3536: $? = 0 202 configure:3554: result: yes 203 configure:3474: checking for mkdir 204 configure:3530: gcc -o conftest -g -O2 conftest.c -lm >&5 205 configure:3536: $? = 0 206 configure:3554: result: yes 207 configure:3474: checking for rmdir 208 configure:3530: gcc -o conftest -g -O2 conftest.c -lm >&5 209 configure:3536: $? = 0 210 configure:3554: result: yes 211 configure:3667: creating ./config.status 212 213 ## ---------------------- ## 214 ## Running config.status. ## 215 ## ---------------------- ## 216 217 This file was extended by FULL-PACKAGE-NAME config.status VERSION, which was 218 generated by GNU Autoconf 2.61. Invocation command line was 219 220 CONFIG_FILES = 221 CONFIG_HEADERS = 222 CONFIG_LINKS = 223 CONFIG_COMMANDS = 224 $ ./config.status 225 226 on localhost.localdomain 227 228 config.status:591: creating Makefile 229 config.status:591: creating config.h 230 config.status:812: config.h is unchanged 231 232 ## ---------------- ## 233 ## Cache variables. ## 234 ## ---------------- ## 235 236 ac_cv_c_compiler_gnu=yes 237 ac_cv_env_CC_set= 238 ac_cv_env_CC_value= 239 ac_cv_env_CFLAGS_set= 240 ac_cv_env_CFLAGS_value= 241 ac_cv_env_CPPFLAGS_set= 242 ac_cv_env_CPPFLAGS_value= 243 ac_cv_env_CPP_set= 244 ac_cv_env_CPP_value= 245 ac_cv_env_LDFLAGS_set= 246 ac_cv_env_LDFLAGS_value= 247 ac_cv_env_LIBS_set= 248 ac_cv_env_LIBS_value= 249 ac_cv_env_build_alias_set= 250 ac_cv_env_build_alias_value= 251 ac_cv_env_host_alias_set= 252 ac_cv_env_host_alias_value= 253 ac_cv_env_target_alias_set= 254 ac_cv_env_target_alias_value= 255 ac_cv_func_memset=yes 256 ac_cv_func_mkdir=yes 257 ac_cv_func_rmdir=yes 258 ac_cv_header_fcntl_h=yes 259 ac_cv_header_inttypes_h=yes 260 ac_cv_header_memory_h=yes 261 ac_cv_header_stdc=yes 262 ac_cv_header_stdint_h=yes 263 ac_cv_header_stdlib_h=yes 264 ac_cv_header_string_h=yes 265 ac_cv_header_strings_h=yes 266 ac_cv_header_sys_stat_h=yes 267 ac_cv_header_sys_types_h=yes 268 ac_cv_header_unistd_h=yes 269 ac_cv_lib_m_main=yes 270 ac_cv_objext=o 271 ac_cv_path_EGREP='/bin/grep -E' 272 ac_cv_path_GREP=/bin/grep 273 ac_cv_prog_CPP='gcc -E' 274 ac_cv_prog_ac_ct_CC=gcc 275 ac_cv_prog_cc_c89= 276 ac_cv_prog_cc_g=yes 277 278 ## ----------------- ## 279 ## Output variables. ## 280 ## ----------------- ## 281 282 CC='gcc' 283 CFLAGS='-g -O2' 284 CPP='gcc -E' 285 CPPFLAGS='' 286 DEFS='-DHAVE_CONFIG_H' 287 ECHO_C='' 288 ECHO_N='-n' 289 ECHO_T='' 290 EGREP='/bin/grep -E' 291 EXEEXT='' 292 GREP='/bin/grep' 293 LDFLAGS='' 294 LIBOBJS='' 295 LIBS='-lm ' 296 LTLIBOBJS='' 297 OBJEXT='o' 298 PACKAGE_BUGREPORT='BUG-REPORT-ADDRESS' 299 PACKAGE_NAME='FULL-PACKAGE-NAME' 300 PACKAGE_STRING='FULL-PACKAGE-NAME VERSION' 301 PACKAGE_TARNAME='full-package-name' 302 PACKAGE_VERSION='VERSION' 303 PATH_SEPARATOR=':' 304 SHELL='/bin/sh' 305 ac_ct_CC='gcc' 306 bindir='${exec_prefix}/bin' 307 build_alias='' 308 datadir='${datarootdir}' 309 datarootdir='${prefix}/share' 310 docdir='${datarootdir}/doc/${PACKAGE_TARNAME}' 311 dvidir='${docdir}' 312 exec_prefix='${prefix}' 313 host_alias='' 314 htmldir='${docdir}' 315 includedir='${prefix}/include' 316 infodir='${datarootdir}/info' 317 libdir='${exec_prefix}/lib' 318 libexecdir='${exec_prefix}/libexec' 319 localedir='${datarootdir}/locale' 320 localstatedir='${prefix}/var' 321 mandir='${datarootdir}/man' 322 oldincludedir='/usr/include' 323 pdfdir='${docdir}' 324 prefix='/usr/local' 325 program_transform_name='s,x,x,' 326 psdir='${docdir}' 327 sbindir='${exec_prefix}/sbin' 328 sharedstatedir='${prefix}/com' 329 sysconfdir='${prefix}/etc' 330 target_alias='' 331 332 ## ----------- ## 333 ## confdefs.h. ## 334 ## ----------- ## 335 336 #define PACKAGE_NAME "FULL-PACKAGE-NAME" 337 #define PACKAGE_TARNAME "full-package-name" 338 #define PACKAGE_VERSION "VERSION" 339 #define PACKAGE_STRING "FULL-PACKAGE-NAME VERSION" 340 #define PACKAGE_BUGREPORT "BUG-REPORT-ADDRESS" 341 #define HAVE_LIBM 1 342 #define STDC_HEADERS 1 343 #define HAVE_SYS_TYPES_H 1 344 #define HAVE_SYS_STAT_H 1 345 #define HAVE_STDLIB_H 1 346 #define HAVE_STRING_H 1 347 #define HAVE_MEMORY_H 1 348 #define HAVE_STRINGS_H 1 349 #define HAVE_INTTYPES_H 1 350 #define HAVE_STDINT_H 1 351 #define HAVE_UNISTD_H 1 352 #define HAVE_FCNTL_H 1 353 #define HAVE_STDLIB_H 1 354 #define HAVE_STRING_H 1 355 #define HAVE_UNISTD_H 1 356 #define HAVE_MEMSET 1 357 #define HAVE_MKDIR 1 358 #define HAVE_RMDIR 1 359 360 configure: exit 0