📄 config.log
字号:
This file contains any messages produced by compilers while
running configure, to aid debugging if configure makes a mistake.
It was created by c-smile configure 1.0.0, which was
generated by GNU Autoconf 2.53. Invocation command line was
$ ./configure
## --------- ##
## Platform. ##
## --------- ##
hostname = serge.wcom.ca
uname -m = i686
uname -r = 2.4.7-10
uname -s = Linux
uname -v = #1 Thu Sep 6 17:27:27 EDT 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: /usr/local/sbin
PATH: /usr/local/bin
PATH: /sbin
PATH: /bin
PATH: /usr/sbin
PATH: /usr/bin
PATH: /usr/X11R6/bin
PATH: /root/bin
## ----------- ##
## Core tests. ##
## ----------- ##
configure:1248: checking for a BSD-compatible install
configure:1302: result: /usr/bin/install -c
configure:1313: checking whether build environment is sane
configure:1356: result: yes
configure:1371: checking whether make sets ${MAKE}
configure:1391: result: yes
configure:1423: checking for working aclocal
configure:1430: result: found
configure:1438: checking for working autoconf
configure:1445: result: found
configure:1453: checking for working automake
configure:1460: result: found
configure:1468: checking for working autoheader
configure:1475: result: found
configure:1483: checking for working makeinfo
configure:1494: result: missing
configure:1558: checking for g++
configure:1574: found /usr/bin/g++
configure:1584: result: g++
configure:1600: checking for C++ compiler version
configure:1603: g++ --version </dev/null >&5
3.0.4
configure:1606: $? = 0
configure:1608: g++ -v </dev/null >&5
Reading specs from /usr/lib/gcc-lib/i386-redhat-linux/3.0.4/specs
Configured with: ../configure --prefix=/usr --mandir=/usr/share/man --infodir=/usr/share/info --enable-shared --enable-threads=posix --disable-checking --host=i386-redhat-linux --with-system-zlib
Thread model: posix
gcc version 3.0.4 (Red Hat Linux 7.2 3.0.4-1)
configure:1611: $? = 0
configure:1613: g++ -V </dev/null >&5
g++: argument to `-V' missing
configure:1616: $? = 1
configure:1642: checking for C++ compiler default output
configure:1645: g++ conftest.cc >&5
configure:1648: $? = 0
configure:1681: result: a.out
configure:1686: checking whether the C++ compiler works
configure:1692: ./a.out
configure:1695: $? = 0
configure:1710: result: yes
configure:1717: checking whether we are cross compiling
configure:1719: result: no
configure:1722: checking for suffix of executables
configure:1724: g++ -o conftest conftest.cc >&5
configure:1727: $? = 0
configure:1749: result:
configure:1755: checking for suffix of object files
configure:1779: g++ -c conftest.cc >&5
configure:1782: $? = 0
configure:1801: result: o
configure:1805: checking whether we are using the GNU C++ compiler
configure:1832: g++ -c conftest.cc >&5
configure:1835: $? = 0
configure:1838: test -s conftest.o
configure:1841: $? = 0
configure:1853: result: yes
configure:1859: checking whether g++ accepts -g
configure:1883: g++ -c -g conftest.cc >&5
configure:1886: $? = 0
configure:1889: test -s conftest.o
configure:1892: $? = 0
configure:1902: result: yes
configure:1948: g++ -c -g -O2 conftest.cc >&5
configure:1951: $? = 0
configure:1954: test -s conftest.o
configure:1957: $? = 0
configure:1985: g++ -c -g -O2 conftest.cc >&5
configure: In function `int main()':
configure:1977: `exit' undeclared (first use this function)
configure:1977: (Each undeclared identifier is reported only once for each
function it appears in.)
configure:1988: $? = 1
configure: failed program was:
#line 1966 "configure"
#include "confdefs.h"
#ifdef F77_DUMMY_MAIN
# ifdef __cplusplus
extern "C"
# endif
int F77_DUMMY_MAIN() { return 1; }
#endif
int
main ()
{
exit (42);
;
return 0;
}
configure:1948: g++ -c -g -O2 conftest.cc >&5
configure:1951: $? = 0
configure:1954: test -s conftest.o
configure:1957: $? = 0
configure:1985: g++ -c -g -O2 conftest.cc >&5
configure:1988: $? = 0
configure:1991: test -s conftest.o
configure:1994: $? = 0
configure:2062: checking for gcc
configure:2078: found /usr/bin/gcc
configure:2088: result: gcc
configure:2332: checking for C compiler version
configure:2335: gcc --version </dev/null >&5
3.0.4
configure:2338: $? = 0
configure:2340: gcc -v </dev/null >&5
Reading specs from /usr/lib/gcc-lib/i386-redhat-linux/3.0.4/specs
Configured with: ../configure --prefix=/usr --mandir=/usr/share/man --infodir=/usr/share/info --enable-shared --enable-threads=posix --disable-checking --host=i386-redhat-linux --with-system-zlib
Thread model: posix
gcc version 3.0.4 (Red Hat Linux 7.2 3.0.4-1)
configure:2343: $? = 0
configure:2345: gcc -V </dev/null >&5
gcc: argument to `-V' is missing
configure:2348: $? = 1
configure:2351: checking whether we are using the GNU C compiler
configure:2378: gcc -c conftest.c >&5
configure:2381: $? = 0
configure:2384: test -s conftest.o
configure:2387: $? = 0
configure:2399: result: yes
configure:2405: checking whether gcc accepts -g
configure:2429: gcc -c -g conftest.c >&5
configure:2432: $? = 0
configure:2435: test -s conftest.o
configure:2438: $? = 0
configure:2448: result: yes
configure:2475: gcc -c -g -O2 conftest.c >&5
conftest.c:2: parse error before "me"
configure:2478: $? = 1
configure: failed program was:
#ifndef __cplusplus
choke me
#endif
configure:2600: checking for a BSD-compatible install
configure:2654: result: /usr/bin/install -c
configure:2669: checking for gawk
configure:2685: found /bin/gawk
configure:2695: result: gawk
configure:2719: checking how to run the C preprocessor
configure:2745: gcc -E conftest.c
configure:2751: $? = 0
configure:2778: gcc -E conftest.c
configure:2774:28: ac_nonexistent.h: No such file or directory
configure:2784: $? = 1
configure: failed program was:
#line 2773 "configure"
#include "confdefs.h"
#include <ac_nonexistent.h>
configure:2821: result: gcc -E
configure:2836: gcc -E conftest.c
configure:2842: $? = 0
configure:2869: gcc -E conftest.c
configure:2865:28: ac_nonexistent.h: No such file or directory
configure:2875: $? = 1
configure: failed program was:
#line 2864 "configure"
#include "confdefs.h"
#include <ac_nonexistent.h>
configure:2915: checking for ANSI C header files
configure:2929: gcc -E conftest.c
configure:2935: $? = 0
configure:3020: gcc -o conftest -g -O2 conftest.c >&5
configure:3023: $? = 0
configure:3025: ./conftest
configure:3028: $? = 0
configure:3042: result: yes
configure:3066: checking for sys/types.h
configure:3079: gcc -c -g -O2 conftest.c >&5
configure:3082: $? = 0
configure:3085: test -s conftest.o
configure:3088: $? = 0
configure:3098: result: yes
configure:3066: checking for sys/stat.h
configure:3079: gcc -c -g -O2 conftest.c >&5
configure:3082: $? = 0
configure:3085: test -s conftest.o
configure:3088: $? = 0
configure:3098: result: yes
configure:3066: checking for stdlib.h
configure:3079: gcc -c -g -O2 conftest.c >&5
configure:3082: $? = 0
configure:3085: test -s conftest.o
configure:3088: $? = 0
configure:3098: result: yes
configure:3066: checking for string.h
configure:3079: gcc -c -g -O2 conftest.c >&5
configure:3082: $? = 0
configure:3085: test -s conftest.o
configure:3088: $? = 0
configure:3098: result: yes
configure:3066: checking for memory.h
configure:3079: gcc -c -g -O2 conftest.c >&5
configure:3082: $? = 0
configure:3085: test -s conftest.o
configure:3088: $? = 0
configure:3098: result: yes
configure:3066: checking for strings.h
configure:3079: gcc -c -g -O2 conftest.c >&5
configure:3082: $? = 0
configure:3085: test -s conftest.o
configure:3088: $? = 0
configure:3098: result: yes
configure:3066: checking for inttypes.h
configure:3079: gcc -c -g -O2 conftest.c >&5
configure:3082: $? = 0
configure:3085: test -s conftest.o
configure:3088: $? = 0
configure:3098: result: yes
configure:3066: checking for stdint.h
configure:3079: gcc -c -g -O2 conftest.c >&5
configure:3082: $? = 0
configure:3085: test -s conftest.o
configure:3088: $? = 0
configure:3098: result: yes
configure:3066: checking for unistd.h
configure:3079: gcc -c -g -O2 conftest.c >&5
configure:3082: $? = 0
configure:3085: test -s conftest.o
configure:3088: $? = 0
configure:3098: result: yes
configure:3138: checking arpa/inet.h usability
configure:3147: gcc -c -g -O2 conftest.c >&5
configure:3150: $? = 0
configure:3153: test -s conftest.o
configure:3156: $? = 0
configure:3165: result: yes
configure:3169: checking arpa/inet.h presence
configure:3176: gcc -E conftest.c
configure:3182: $? = 0
configure:3200: result: yes
configure:3218: checking for arpa/inet.h
configure:3225: result: yes
configure:3138: checking fcntl.h usability
configure:3147: gcc -c -g -O2 conftest.c >&5
configure:3150: $? = 0
configure:3153: test -s conftest.o
configure:3156: $? = 0
configure:3165: result: yes
configure:3169: checking fcntl.h presence
configure:3176: gcc -E conftest.c
configure:3182: $? = 0
configure:3200: result: yes
configure:3218: checking for fcntl.h
configure:3225: result: yes
configure:3138: checking limits.h usability
configure:3147: gcc -c -g -O2 conftest.c >&5
configure:3150: $? = 0
configure:3153: test -s conftest.o
configure:3156: $? = 0
configure:3165: result: yes
configure:3169: checking limits.h presence
configure:3176: gcc -E conftest.c
configure:3182: $? = 0
configure:3200: result: yes
configure:3218: checking for limits.h
configure:3225: result: yes
configure:3138: checking locale.h usability
configure:3147: gcc -c -g -O2 conftest.c >&5
configure:3150: $? = 0
configure:3153: test -s conftest.o
configure:3156: $? = 0
configure:3165: result: yes
configure:3169: checking locale.h presence
configure:3176: gcc -E conftest.c
configure:3182: $? = 0
configure:3200: result: yes
configure:3218: checking for locale.h
configure:3225: result: yes
configure:3138: checking malloc.h usability
configure:3147: gcc -c -g -O2 conftest.c >&5
configure:3150: $? = 0
configure:3153: test -s conftest.o
configure:3156: $? = 0
configure:3165: result: yes
configure:3169: checking malloc.h presence
configure:3176: gcc -E conftest.c
configure:3182: $? = 0
configure:3200: result: yes
configure:3218: checking for malloc.h
configure:3225: result: yes
configure:3138: checking netdb.h usability
configure:3147: gcc -c -g -O2 conftest.c >&5
configure:3150: $? = 0
configure:3153: test -s conftest.o
configure:3156: $? = 0
configure:3165: result: yes
configure:3169: checking netdb.h presence
configure:3176: gcc -E conftest.c
configure:3182: $? = 0
configure:3200: result: yes
configure:3218: checking for netdb.h
configure:3225: result: yes
configure:3138: checking netinet/in.h usability
configure:3147: gcc -c -g -O2 conftest.c >&5
configure:3150: $? = 0
configure:3153: test -s conftest.o
configure:3156: $? = 0
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -