config.log
来自「mms client」· LOG 代码 · 共 109 行
LOG
109 行
This file contains any messages produced by compilers whilerunning configure, to aid debugging if configure makes a mistake.configure:682: checking host system typeconfigure:736: checking for gccconfigure:849: checking whether the C compiler (gcc ) worksconfigure:865: gcc -o conftest conftest.c 1>&5configure:891: checking whether the C compiler (gcc ) is a cross-compilerconfigure:896: checking whether we are using GNU Cconfigure:924: checking whether gcc accepts -gconfigure:967: checking for a BSD compatible installconfigure:1022: checking for ranlibconfigure:1054: checking for bisonconfigure:1087: checking for flexconfigure:1121: checking for yywrap in -lflconfigure:1165: checking for convertconfigure:1200: checking for perlconfigure:1235: checking for log in -lmconfigure:1282: checking for accept in -lsocketconfigure:1329: checking for inet_ntoa in -lnslconfigure:1376: checking for inet_ntop in -lresolvconfigure:1423: checking for inet_ntop in -lbindconfigure:1470: checking for pthread_exit in -lpthreadconfigure:1517: checking for libiconv in -liconvconfigure:1565: checking for pthread_exit in -lc_rconfigure:1609: checking how to run the C preprocessorconfigure:1689: checking for ANSI C header filesconfigure:1796: checking for sys/ioctl.hconfigure:1796: checking for sys/time.hconfigure:1796: checking for sys/types.hconfigure:1796: checking for unistd.hconfigure:1796: checking for sys/poll.hconfigure:1836: checking for pthread.hconfigure:1836: checking for getopt.hconfigure:1836: checking for syslog.hconfigure:1836: checking for iconv.hconfigure:1882: gcc -c -g -O2 conftest.c 1>&5configure:1901: gcc -c -g -O2 conftest.c 1>&5configure:1918: checking for gettimeofdayconfigure:1918: checking for selectconfigure:1918: checking for socketconfigure:1918: checking for strdupconfigure:1918: checking for getopt_longconfigure:1971: checking for getoptconfigure:2028: checking for socklen_t in <sys/socket.h>configure:2067: checking for getopt in <stdio.h>configure:2101: checking for getopt in <unistd.h>configure:2142: checking for working pthreadsconfigure:2173: gcc -o conftest -g -O2 conftest.c -lpthread -lresolv -lnsl -lm 1>&5configure: failed program was:#line 2147 "configure"#include "confdefs.h"#include <pthread.h>#include <unistd.h>int pid;void testpid(void* foo);int main(void){ pthread_t child; pid=getpid(); pthread_create(&child,NULL,(void*)testpid,NULL); pthread_join(child,NULL); return 0;}void testpid(void* foo){ int mypid=getpid(); if(mypid!=pid){ /* Pthreads states that all threads should have the same PID * we dont! */ exit(1); }else{ exit(0); }}configure:2199: checking for xml2-configconfigure:2239: checking libxml versionconfigure:2285: checking for jadeconfigure:2315: checking for jadetexconfigure:2345: checking for pdfjadetexconfigure:2375: checking for dvipsconfigure:2405: checking for fig2devconfigure:2435: checking for convertconfigure:2475: checking for /usr/lib/sgml/stylesheet/dsssl/docbook/nwalsh/html/docbook.dslconfigure:2475: checking for /usr/lib/sgml/stylesheets/nwalsh-modular/html/docbook.dslconfigure:2475: checking for /usr/share/sgml/docbook/dsssl-stylesheets-1.59/html/docbook.dslconfigure:2475: checking for /usr/share/sgml/docbook/dsssl-stylesheets/html/docbook.dslconfigure:2514: checking for /usr/lib/sgml/stylesheet/dsssl/docbook/nwalsh/print/docbook.dslconfigure:2514: checking for /usr/lib/sgml/stylesheets/nwalsh-modular/print/docbook.dslconfigure:2514: checking for /usr/share/sgml/docbook/dsssl-stylesheets-1.59/print/docbook.dslconfigure:2514: checking for /usr/share/sgml/docbook/dsssl-stylesheets/print/docbook.dslconfigure:2696: checking which malloc to useconfigure:3040: checking whether to compile with SSL supportconfigure:3085: checking for opensslconfigure:3125: checking for CRYPTO_lock in -lcryptoconfigure:3161: checking for SSL_library_init in -lsslconfigure:3196: checking for SSL_connect in -lsslconfigure:3247: checking for openssl/x509.hconfigure:3247: checking for openssl/rsa.hconfigure:3247: checking for openssl/crypto.hconfigure:3247: checking for openssl/pem.hconfigure:3247: checking for openssl/ssl.hconfigure:3247: checking for openssl/err.hconfigure:3284: checking whether the OpenSSL library is multithread-enabledconfigure:3306: gcc -o conftest -g -O2 -DBROKEN_PTHREADS=1 -I/usr/include/libxml2/libxml -I/usr/include/libxml2 -I/usr/include/openssl conftest.c -lssl -lpthread -lresolv -lnsl -lm -L/usr/lib -lxml2 -lz -lm -L/usr/X11R6/lib -L/usr/lib -lcrypto 1>&5configure:3316: checking whether to compile with SSL supportconfigure:3378: checking whether to compile with MySQL supportconfigure:3661: checking whether to compile with LibSDB support
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?