1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337
|
This file contains any messages produced by compilers while
running configure, to aid debugging if configure makes a mistake.
It was created by configure, which was
generated by GNU Autoconf 2.50. Invocation command line was
$ ./configure --prefix=/usr --mandir=${prefix}/share/man --infodir=${prefix}/share/info
## ---------- ##
## Platform. ##
## ---------- ##
hostname = apoc
uname -m = i686
uname -r = 2.4.16
uname -s = Linux
uname -v = #1 SMP Thu Dec 20 13:26:00 CST 2001
/usr/bin/uname -p = unknown
/bin/uname -X = unknown
/bin/arch = i686
/usr/bin/arch -k = unknown
/usr/convex/getsysinfo = unknown
hostinfo = unknown
/bin/machine = unknown
/usr/bin/oslevel = unknown
/bin/universe = unknown
PATH = /root/bin:/sbin:/bin:/usr/sbin:/usr/bin:/usr/games:/usr/local/bin:/usr/local/games:/usr/X11R6/bin:/home/apoc/bin:/usr/local/jdk1.3.1/bin:/usr/local/netscape:/opt/kde/bin:/usr/openwin/bin:/usr/local/samba/bin
## ------------ ##
## Core tests. ##
## ------------ ##
configure:939: PATH=".;."; conftest.sh
./configure: conftest.sh: command not found
configure:942: $? = 127
configure:988: checking for a BSD compatible install
configure:1037: result: /usr/bin/install -c
configure:1048: checking whether build environment is sane
configure:1091: result: yes
configure:1112: checking whether make sets ${MAKE}
configure:1132: result: yes
configure:1160: checking for working aclocal
configure:1167: result: found
configure:1175: checking for working autoconf
configure:1182: result: found
configure:1190: checking for working automake
configure:1197: result: found
configure:1205: checking for working autoheader
configure:1212: result: found
configure:1220: checking for working makeinfo
configure:1227: result: found
configure:1300: checking for gcc
configure:1315: found /usr/bin/gcc
configure:1323: result: gcc
configure:1567: checking for C compiler default output
configure:1570: gcc conftest.c >&5
configure:1573: $? = 0
configure:1596: result: a.out
configure:1601: checking whether the C compiler works
configure:1607: ./a.out
configure:1610: $? = 0
configure:1625: result: yes
configure:1632: checking whether we are cross compiling
configure:1634: result: no
configure:1637: checking for executable suffix
configure:1639: gcc -o conftest conftest.c >&5
configure:1642: $? = 0
configure:1664: result:
configure:1670: checking for object suffix
configure:1688: gcc -c conftest.c >&5
configure:1691: $? = 0
configure:1710: result: o
configure:1714: checking whether we are using the GNU C compiler
configure:1735: gcc -c conftest.c >&5
configure:1738: $? = 0
configure:1741: test -s conftest.o
configure:1744: $? = 0
configure:1756: result: yes
configure:1762: checking whether gcc accepts -g
configure:1780: gcc -c -g conftest.c >&5
configure:1783: $? = 0
configure:1786: test -s conftest.o
configure:1789: $? = 0
configure:1799: result: yes
configure:1826: gcc -c -g -O2 conftest.c >&5
conftest.c:2: parse error before `me'
configure:1829: $? = 1
configure: failed program was:
#ifndef __cplusplus
choke me
#endif
configure:1973: checking for g++
configure:1988: found /usr/bin/g++
configure:1996: result: g++
configure:2010: checking whether we are using the GNU C++ compiler
configure:2031: g++ -c conftest.cc >&5
configure:2034: $? = 0
configure:2037: test -s conftest.o
configure:2040: $? = 0
configure:2052: result: yes
configure:2058: checking whether g++ accepts -g
configure:2076: g++ -c -g conftest.cc >&5
configure:2079: $? = 0
configure:2082: test -s conftest.o
configure:2085: $? = 0
configure:2095: result: yes
configure:2135: g++ -c -g -O2 conftest.cc >&5
configure:2138: $? = 0
configure:2141: test -s conftest.o
configure:2144: $? = 0
configure:2166: g++ -c -g -O2 conftest.cc >&5
configure:2169: $? = 0
configure:2172: test -s conftest.o
configure:2175: $? = 0
configure:2200: checking if c++ compiler can handle dynamic initializers
configure:2218: g++ -o conftest -g -O2 conftest.cc >&5
configure:2221: $? = 0
configure:2223: ./conftest
configure:2226: $? = 0
configure:2237: result: yes
configure:2250: checking if -fno-implement-inlines implements virtual functions
configure:2289: g++ -o conftest -g -O2 -fno-implement-inlines -Winline conftest.cc >&5
configure:2292: $? = 0
configure:2295: test -s conftest
configure:2298: $? = 0
configure:2316: result: yes
configure:2322: checking whether ln -s works
configure:2326: result: yes
configure:2371: checking for ranlib
configure:2386: found /usr/bin/ranlib
configure:2395: result: ranlib
configure:2446: checking how to link simple c++ programs
configure:2471: gcc -o conftest -O2 -fno-implement-inlines -Winline -Wall conftest.cc >&5
configure:2474: $? = 0
configure:2477: test -s conftest
configure:2480: $? = 0
configure:2496: result: using gcc
configure:2501: checking for exp in -lm
configure:2528: gcc -o conftest -O2 -Wall conftest.c -lm >&5
configure:2531: $? = 0
configure:2534: test -s conftest
configure:2537: $? = 0
configure:2548: result: yes
configure:2562: checking for dirent.h that defines DIR
configure:2582: gcc -c -O2 -Wall conftest.c >&5
configure: In function `main':
configure:2575: warning: unused variable `dirp'
configure:2585: $? = 0
configure:2588: test -s conftest.o
configure:2591: $? = 0
configure:2601: result: yes
configure:2614: checking for opendir in -ldir
configure:2641: gcc -o conftest -O2 -Wall conftest.c -ldir -lm >&5
/usr/bin/ld: cannot find -ldir
collect2: ld returned 1 exit status
configure:2644: $? = 1
configure: failed program was:
#line 2622 "configure"
#include "confdefs.h"
/* Override any gcc2 internal prototype to avoid an error. */
#ifdef __cplusplus
extern "C"
#endif
/* We use char because int might match the return type of a gcc2
builtin and then its argument prototype would still apply. */
char opendir ();
int
main ()
{
opendir ();
;
return 0;
}
configure:2661: result: no
configure:2728: checking how to run the C preprocessor
configure:2755: gcc -E conftest.c
configure:2761: $? = 0
configure:2788: gcc -E conftest.c
configure:2785: ac_nonexistent.h: No such file or directory
configure:2794: $? = 1
configure: failed program was:
#line 2784 "configure"
#include "confdefs.h"
#include <ac_nonexistent.h>
configure:2831: result: gcc -E
configure:2846: gcc -E conftest.c
configure:2852: $? = 0
configure:2879: gcc -E conftest.c
configure:2876: ac_nonexistent.h: No such file or directory
configure:2885: $? = 1
configure: failed program was:
#line 2875 "configure"
#include "confdefs.h"
#include <ac_nonexistent.h>
configure:2924: checking for ANSI C header files
configure:2938: gcc -E conftest.c
configure:2944: $? = 0
configure:3031: gcc -o conftest -O2 -Wall conftest.c -lm >&5
configure:3034: $? = 0
configure:3036: ./conftest
configure:3039: $? = 0
configure:3052: result: yes
configure:3062: checking for sys/wait.h that is POSIX.1 compatible
configure:3090: gcc -c -O2 -Wall conftest.c >&5
configure:3093: $? = 0
configure:3096: test -s conftest.o
configure:3099: $? = 0
configure:3109: result: yes
configure:3123: checking for fcntl.h
configure:3133: gcc -E conftest.c
configure:3139: $? = 0
configure:3158: result: yes
configure:3123: checking for limits.h
configure:3133: gcc -E conftest.c
configure:3139: $? = 0
configure:3158: result: yes
configure:3123: checking for sys/time.h
configure:3133: gcc -E conftest.c
configure:3139: $? = 0
configure:3158: result: yes
configure:3123: checking for unistd.h
configure:3133: gcc -E conftest.c
configure:3139: $? = 0
configure:3158: result: yes
configure:3123: checking for sys/ioctl.h
configure:3133: gcc -E conftest.c
configure:3139: $? = 0
configure:3158: result: yes
configure:3123: checking for sys/select.h
configure:3133: gcc -E conftest.c
configure:3139: $? = 0
configure:3158: result: yes
configure:3123: checking for sys/poll.h
configure:3133: gcc -E conftest.c
configure:3139: $? = 0
configure:3158: result: yes
configure:3123: checking for sys/mman.h
configure:3133: gcc -E conftest.c
configure:3139: $? = 0
configure:3158: result: yes
configure:3123: checking for sys/times.h
configure:3133: gcc -E conftest.c
configure:3139: $? = 0
configure:3158: result: yes
configure:3173: checking for Curses
configure:3264: result: Ncurses, libraries /usr/lib, headers /usr/include
configure:3302: checking whether mytinfo is required
configure:3330: gcc -o conftest -O2 -Wall conftest.c -lm -lncurses >&5
configure:3333: $? = 0
configure:3336: test -s conftest
configure:3339: $? = 0
configure:3392: result: no
configure:3404: checking if curses provides mouse routines
configure:3438: gcc -o conftest -O2 -fno-implement-inlines -Winline -Wall conftest.cc -lm -lncurses >&5
## ----------------- ##
## Cache variables. ##
## ----------------- ##
ac_cv_c_compiler_gnu=yes
ac_cv_cxx_compiler_gnu=yes
ac_cv_env_CC_set=
ac_cv_env_CC_value=
ac_cv_env_CFLAGS_set=
ac_cv_env_CFLAGS_value=
ac_cv_env_CPPFLAGS_set=
ac_cv_env_CPPFLAGS_value=
ac_cv_env_CPP_set=
ac_cv_env_CPP_value=
ac_cv_env_CXXFLAGS_set=
ac_cv_env_CXXFLAGS_value=
ac_cv_env_CXX_set=
ac_cv_env_CXX_value=
ac_cv_env_LDFLAGS_set=
ac_cv_env_LDFLAGS_value=
ac_cv_env_build_alias_set=
ac_cv_env_build_alias_value=
ac_cv_env_host_alias_set=
ac_cv_env_host_alias_value=
ac_cv_env_target_alias_set=
ac_cv_env_target_alias_value=
ac_cv_header_dirent_dirent_h=yes
ac_cv_header_fcntl_h=yes
ac_cv_header_limits_h=yes
ac_cv_header_stdc=yes
ac_cv_header_sys_ioctl_h=yes
ac_cv_header_sys_mman_h=yes
ac_cv_header_sys_poll_h=yes
ac_cv_header_sys_select_h=yes
ac_cv_header_sys_time_h=yes
ac_cv_header_sys_times_h=yes
ac_cv_header_sys_wait_h=yes
ac_cv_header_unistd_h=yes
ac_cv_lib_dir_opendir=no
ac_cv_lib_m_exp=yes
ac_cv_need_mytinfo=no
ac_cv_objext=o
ac_cv_path_curses='no_curses= ac_curses_includes=/usr/include ac_curses_libraries=/usr/lib ac_with_ncurses=yes'
ac_cv_path_install='/usr/bin/install -c'
ac_cv_prog_CPP='gcc -E'
ac_cv_prog_ac_ct_CC=gcc
ac_cv_prog_ac_ct_CXX=g++
ac_cv_prog_ac_ct_RANLIB=ranlib
ac_cv_prog_cc_g=yes
ac_cv_prog_cxx_g=yes
ac_cv_prog_make_make_set=yes
lftp_cv_noimplementinline=yes
## ------------ ##
## confdefs.h. ##
## ------------ ##
#define PACKAGE "le"
#define VERSION "1.9.0"
#ifdef __cplusplus
#endif
#define HAVE_LIBM 1
#define HAVE_DIRENT_H 1
#define STDC_HEADERS 1
#define HAVE_SYS_WAIT_H 1
#define HAVE_FCNTL_H 1
#define HAVE_LIMITS_H 1
#define HAVE_SYS_TIME_H 1
#define HAVE_UNISTD_H 1
#define HAVE_SYS_IOCTL_H 1
#define HAVE_SYS_SELECT_H 1
#define HAVE_SYS_POLL_H 1
#define HAVE_SYS_MMAN_H 1
#define HAVE_SYS_TIMES_H 1
configure: caught signal 2
configure: exit 130
|