stefanocasazza / ULib

C++ application development framework, to help developers create and deploy applications quickly and simply
GNU Lesser General Public License v3.0
948 stars 107 forks source link

configure on mac os fails #14

Closed tkizm1 closed 8 years ago

tkizm1 commented 9 years ago

Platform: Darwin 15.0.0 (i386) Configuring ULib (C++ Library)

Initial phase: checking build system type... x86_64-apple-darwin15.0.0 checking host system type... x86_64-apple-darwin15.0.0 checking target system type... x86_64-apple-darwin15.0.0 checking for a BSD-compatible install... /usr/bin/install -c checking whether build environment is sane... yes checking for a thread-safe mkdir -p... ./install-sh -c -d checking for gawk... no checking for mawk... no checking for nawk... no checking for awk... awk checking whether make sets $(MAKE)... yes checking whether make supports nested variables... yes checking how to create a pax tar archive... gnutar checking whether to enable maintainer-specific portions of Makefiles... no checking whether make supports nested variables... (cached) yes checking for style of include used by make... GNU checking for gcc... gcc checking whether the C compiler works... yes checking for C compiler default output file name... a.out checking for suffix of executables... checking whether we are cross compiling... no checking for suffix of object files... o checking whether we are using the GNU C compiler... yes checking whether gcc accepts -g... yes checking for gcc option to accept ISO C89... none needed checking whether gcc understands -c and -o together... yes checking dependency style of gcc... gcc3 checking how to run the C preprocessor... gcc -E checking for grep that handles long lines and -e... /usr/bin/grep checking for egrep... /usr/bin/grep -E checking for ANSI C header files... yes checking for sys/types.h... yes checking for sys/stat.h... yes checking for stdlib.h... yes checking for string.h... yes checking for memory.h... yes checking for strings.h... yes checking for inttypes.h... yes checking for stdint.h... yes checking for unistd.h... yes checking minix/config.h usability... no checking minix/config.h presence... no checking for minix/config.h... no checking whether it is safe to define EXTENSIONS... yes checking initial CFLAGS... -g -O2 checking which architecture the target is... unknown checking which operating system the target is... unknown checking which libc is detected for the target... unknown

Checking for programs: checking for g++... g++ checking whether we are using the GNU C++ compiler... yes checking whether g++ accepts -g... yes checking dependency style of g++... gcc3 checking for gawk... (cached) awk checking for gcc... (cached) gcc checking whether we are using the GNU C compiler... (cached) yes checking whether gcc accepts -g... (cached) yes checking for gcc option to accept ISO C89... (cached) none needed checking whether gcc understands -c and -o together... (cached) yes checking dependency style of gcc... (cached) gcc3 checking how to run the C preprocessor... gcc -E checking whether ln -s works... yes checking whether make sets $(MAKE)... (cached) yes checking for C/C++ restrict keyword... __restrict checking for working volatile... yes checking for inline... inline checking if compiling with clang... yes checking for a supported OS... maybe (darwin15.0.0) checking how to print strings... printf checking for a sed that does not truncate output... /usr/bin/sed checking for fgrep... /usr/bin/grep -F checking for ld used by gcc... /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld checking if the linker (/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld) is GNU ld... no checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm checking the name lister (/usr/bin/nm) interface... BSD nm checking the maximum length of command line arguments... 196608 checking whether the shell understands some XSI constructs... yes checking whether the shell understands "+="... yes checking how to convert x86_64-apple-darwin15.0.0 file names to x86_64-apple-darwin15.0.0 format... func_convert_file_noop checking how to convert x86_64-apple-darwin15.0.0 file names to toolchain format... func_convert_file_noop checking for /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld option to reload object files... -r checking for objdump... no checking how to recognize dependent libraries... pass_all checking for dlltool... no checking how to associate runtime and link libraries... printf %s\n checking for ar... ar checking for archiver @FILE support... no checking for strip... strip checking for ranlib... ranlib checking command to parse /usr/bin/nm output from gcc object... ok checking for sysroot... no checking for mt... no checking if : is a manifest tool... no checking for dsymutil... dsymutil checking for nmedit... nmedit checking for lipo... lipo checking for otool... otool checking for otool64... no checking for -single_module linker flag... yes checking for -exported_symbols_list linker flag... yes checking for -force_load linker flag... yes checking for dlfcn.h... yes checking for objdir... .libs checking if gcc supports -fno-rtti -fno-exceptions... yes checking for gcc option to produce PIC... -fno-common -DPIC checking if gcc PIC flag -fno-common -DPIC works... yes checking if gcc static flag -static works... no checking if gcc supports -c -o file.o... yes checking if gcc supports -c -o file.o... (cached) yes checking whether the gcc linker (/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld) supports shared libraries... yes checking dynamic linker characteristics... darwin15.0.0 dyld checking how to hardcode library paths into programs... immediate checking for dlopen in -ldl... yes checking whether a program can dlopen itself... yes checking whether a statically linked program can dlopen itself... yes checking whether stripping libraries is possible... yes checking if libtool supports shared libraries... yes checking whether to build shared libraries... yes checking whether to build static libraries... yes checking how to run the C++ preprocessor... g++ -E checking for ld used by g++... /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld checking if the linker (/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld) is GNU ld... no checking whether the g++ linker (/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld) supports shared libraries... yes checking for g++ option to produce PIC... -fno-common -DPIC checking if g++ PIC flag -fno-common -DPIC works... yes checking if g++ static flag -static works... no checking if g++ supports -c -o file.o... yes checking if g++ supports -c -o file.o... (cached) yes checking whether the g++ linker (/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld) supports shared libraries... yes checking dynamic linker characteristics... darwin15.0.0 dyld checking how to hardcode library paths into programs... immediate checking for full c++ support and linking model... yes checking for debugging... no checking for target that allows unaligned reads and writes... yes

Checking for headers: checking for ANSI C header files... (cached) yes checking whether time.h and sys/time.h may both be included... yes checking whether sys/types.h defines makedev... yes checking for dirent.h that defines DIR... yes checking for library containing opendir... none required checking for sys/wait.h that is POSIX.1 compatible... yes checking for size_t... yes checking for working alloca.h... yes checking for alloca... yes checking arpa/inet.h usability... yes checking arpa/inet.h presence... yes checking for arpa/inet.h... yes checking fcntl.h usability... yes checking fcntl.h presence... yes checking for fcntl.h... yes checking float.h usability... yes checking float.h presence... yes checking for float.h... yes checking for inttypes.h... (cached) yes checking libintl.h usability... no checking libintl.h presence... no checking for libintl.h... no checking limits.h usability... yes checking limits.h presence... yes checking for limits.h... yes checking malloc.h usability... no checking malloc.h presence... no checking for malloc.h... no checking netdb.h usability... yes checking netdb.h presence... yes checking for netdb.h... yes checking netinet/in.h usability... yes checking netinet/in.h presence... yes checking for netinet/in.h... yes checking stddef.h usability... yes checking stddef.h presence... yes checking for stddef.h... yes checking for stdint.h... (cached) yes checking for stdlib.h... (cached) yes checking for string.h... (cached) yes checking sys/ioctl.h usability... yes checking sys/ioctl.h presence... yes checking for sys/ioctl.h... yes checking sys/param.h usability... yes checking sys/param.h presence... yes checking for sys/param.h... yes checking sys/socket.h usability... yes checking sys/socket.h presence... yes checking for sys/socket.h... yes checking sys/time.h usability... yes checking sys/time.h presence... yes checking for sys/time.h... yes checking sys/timeb.h usability... yes checking sys/timeb.h presence... yes checking for sys/timeb.h... yes checking sys/resource.h usability... yes checking sys/resource.h presence... yes checking for sys/resource.h... yes checking syslog.h usability... yes checking syslog.h presence... yes checking for syslog.h... yes checking termios.h usability... yes checking termios.h presence... yes checking for termios.h... yes checking for unistd.h... (cached) yes checking wchar.h usability... yes checking wchar.h presence... yes checking for wchar.h... yes checking assert.h usability... yes checking assert.h presence... yes checking for assert.h... yes checking byteswap.h usability... no checking byteswap.h presence... no checking for byteswap.h... no checking endian.h usability... no checking endian.h presence... no checking for endian.h... no checking execinfo.h usability... yes checking execinfo.h presence... yes checking for execinfo.h... yes checking ifaddrs.h usability... yes checking ifaddrs.h presence... yes checking for ifaddrs.h... yes checking mcheck.h usability... no checking mcheck.h presence... no checking for mcheck.h... no checking ndir.h usability... no checking ndir.h presence... no checking for ndir.h... no checking dirent.h usability... yes checking dirent.h presence... yes checking for dirent.h... yes checking for ndir.h... (cached) no checking for string.h... (cached) yes checking netpacket/packet.h usability... no checking netpacket/packet.h presence... no checking for netpacket/packet.h... no checking sched.h usability... yes checking sched.h presence... yes checking for sched.h... yes checking semaphore.h usability... yes checking semaphore.h presence... yes checking for semaphore.h... yes checking sysexits.h usability... yes checking sysexits.h presence... yes checking for sysexits.h... yes checking streambuf.h usability... no checking streambuf.h presence... no checking for streambuf.h... no checking poll.h usability... yes checking poll.h presence... yes checking for poll.h... yes checking net/if_arp.h usability... yes checking net/if_arp.h presence... yes checking for net/if_arp.h... yes checking sys/dir.h usability... yes checking sys/dir.h presence... yes checking for sys/dir.h... yes checking sys/ndir.h usability... no checking sys/ndir.h presence... no checking for sys/ndir.h... no checking sys/inotify.h usability... no checking sys/inotify.h presence... no checking for sys/inotify.h... no checking sys/sendfile.h usability... no checking sys/sendfile.h presence... no checking for sys/sendfile.h... no checking sys/sched.h usability... no checking sys/sched.h presence... no checking for sys/sched.h... no checking sys/syscall.h usability... yes checking sys/syscall.h presence... yes checking for sys/syscall.h... yes checking linux/netfilter_ipv4/ipt_ACCOUNT.h usability... no checking linux/netfilter_ipv4/ipt_ACCOUNT.h presence... no checking for linux/netfilter_ipv4/ipt_ACCOUNT.h... no checking libnetfilter_conntrack/libnetfilter_conntrack.h usability... no checking libnetfilter_conntrack/libnetfilter_conntrack.h presence... no checking for libnetfilter_conntrack/libnetfilter_conntrack.h... no checking /usr/src/linux/include/generated/uapi/linux/version.h usability... no checking /usr/src/linux/include/generated/uapi/linux/version.h presence... no checking for /usr/src/linux/include/generated/uapi/linux/version.h... no checking whether sys/inotify.h actually works... nope, using own inotify headers checking for fopen in -lmsvcrt... no checking for socketpair in -lc... yes checking for getaddrinfo in -lc... yes checking for gethostbyname2 in -lc... yes checking for inet_ntop in -lc... yes checking for socket in -lsocket... no checking for lstat in -lc... yes checking for strcoll in -lc... yes checking for stricmp in -lc... no checking for stristr in -lc... no checking for sysconf in -lc... yes checking for posix_memalign in -lc... yes checking if you want to enable build of thread support... yes checking if you want to always use GNU pth for threading... no checking pthread.h usability... yes checking pthread.h presence... yes checking for pthread.h... yes checking for pthread_create in -lpthread... yes checking for pthread_suspend in -lpthread... no checking for pthread_cancel in -lpthread... yes checking for pthread_condattr_setclock in -lpthread... no checking for pthread_setconcurrency in -lpthread... yes checking for pthread_yield in -lpthread... no checking for pthread_delay in -lpthread... no checking for pthread_delay_np in -lpthread... no checking for pthread_setschedprio in -lpthread... no checking for pthread_attr_setinheritsched in -lpthread... yes checking whether g++ supports -mt... no checking whether g++ supports -pthread... yes checking for numa_max_node in -lnuma... no

Checking for functions: checking for uid_t in sys/types.h... yes checking for unistd.h... (cached) yes checking for working chown... yes checking for error_at_line... no checking for pid_t... yes checking vfork.h usability... no checking vfork.h presence... no checking for vfork.h... no checking for fork... yes checking for vfork... yes checking for working fork... yes checking for working vfork... (cached) yes checking whether lstat correctly handles trailing slash... no checking for sys/time.h... (cached) yes checking for unistd.h... (cached) yes checking for stdlib.h... (cached) yes checking for sys/param.h... (cached) yes checking for alarm... yes checking for working mktime... no checking for getpagesize... yes checking for working mmap... yes checking for working strnlen... yes checking for working strtod... yes checking whether closedir returns void... no checking for accept4... no checking for accept4 in -lposix4... no checking for accept4 in -lrt... no checking for accept4 in -lpthread... no checking for atexit... yes checking for daemon... yes checking for dup3... no checking for dup3 in -lposix4... no checking for dup3 in -lrt... no checking for dup3 in -lpthread... no checking for epoll_create1... no checking for epoll_create1 in -lposix4... no checking for epoll_create1 in -lrt... no checking for epoll_create1 in -lpthread... no checking for epoll_wait... no checking for epoll_wait in -lposix4... no checking for epoll_wait in -lrt... no checking for epoll_wait in -lpthread... no checking for epoll_ctl_batch... no checking for epoll_ctl_batch in -lposix4... no checking for epoll_ctl_batch in -lrt... no checking for epoll_ctl_batch in -lpthread... no checking for fallocate... no checking for fallocate in -lposix4... no checking for fallocate in -lrt... no checking for fallocate in -lpthread... no checking for fallocate64... no checking for fallocate64 in -lposix4... no checking for fallocate64 in -lrt... no checking for fallocate64 in -lpthread... no checking for fnmatch... yes checking for getaddrinfo... yes checking for getnameinfo... yes checking for getopt_long... yes checking for getpriority... yes checking for inet_ntop... yes checking for memmem... yes checking for memrchr... no checking for memrchr in -lposix4... no checking for memrchr in -lrt... no checking for memrchr in -lpthread... no checking for mkdtemp... yes checking for mremap... no checking for mremap in -lposix4... no checking for mremap in -lrt... no checking for mremap in -lpthread... no checking for pipe2... no checking for pipe2 in -lposix4... no checking for pipe2 in -lrt... no checking for pipe2 in -lpthread... no checking for posix_spawn... yes checking for pread... yes checking for sched_getaffinity... no checking for sched_getaffinity in -lposix4... no checking for sched_getaffinity in -lrt... no checking for sched_getaffinity in -lpthread... no checking for sem_init... yes checking for sem_getvalue... yes checking for sendfile... yes checking for sendfile64... no checking for sendfile64 in -lposix4... no checking for sendfile64 in -lrt... no checking for sendfile64 in -lpthread... no checking for strndup... yes checking for strptime... yes checking for strsignal... yes checking for strtof... yes checking for strtold... yes checking for strtoull... yes checking for gmtime_r... yes checking for timegm... yes checking for nanosleep... yes checking for strerror... yes checking for shm_open... yes

C++ stuff: checking netinet6/in6.h usability... no checking netinet6/in6.h presence... no checking for netinet6/in6.h... no checking linux/in6.h usability... no checking linux/in6.h presence... no checking for linux/in6.h... no checking for inet_pton in -lc... yes checking for gethostbyname2 in -lc... yes checking if you want to enable build of examples... yes checking if you want to enable use of memory pool... yes checking if you want to enable Large File Support... yes checking if you want to enable use of coverage... no checking for compile with GCC optimizations flags enabled... yes checking if you want to enable mode final for build of ulib library... yes checking for use of the new linker flags... yes checking whether g++ supports -fvisibility-inlines-hidden... no checking for C/C++ restrict keyword... (cached) __restrict checking if you want to enable client response partial write support... no checking if you want to enable server check time between request for parallelization... no checking if you want to enable server captive portal mode... no checking if you want to enable server thread approach support... no checking if you want to enable HTTP inotify support... no checking if you want to enable client and server log support... no checking if you want to enable GDB stack dump support... no checking if you want to enable cache request support... yes checking if you want to enable homogeneous pipeline request support... yes checking if you want to enable HTTP/2 support... no checking if you want to enable server classic model support... no checking if you want to enable server bandwidth throttling support... no checking if you want to enable alias URI support... no checking if you want to enable welcome message support... no checking if you want to enable ACL filtering support... no checking if you want to enable RFC1918 filtering support... no checking if you want to enable HTTP Strict Transport Security support... no checking if you want to enable HTML pagination support... no checking if you want to enable use of bison/yacc... no checking if you want to use distcc... no checking whether g++ supports C++11 features by default... no checking whether g++ supports C++11 features with -std=c++11... yes checking whether std::chrono::steady_clock is available... yes checking whether std::future is available... yes

Checking for libraries to link against: checking if LIBZ library is wanted... yes Cannot find LIBZ library checking if you want to enable build of ZIP support... no checking if tdb library is wanted... yes Cannot find libtdb library checking if zopfli library is wanted... yes Cannot find libzopfli library checking if libuuid library is wanted... yes Cannot find LIBUUID library checking if MAGIC library is wanted... yes Cannot find MAGIC library checking if SSL library is wanted... yes Cannot find SSL library checking if PCRE library is wanted... yes Cannot find PCRE library checking if EXPAT library for XML parsing is wanted... yes Cannot find EXPAT library checking if c-ares library for DNS resolution is wanted... yes Cannot find c-ares library checking if SSH library is wanted... no checking if cURL library is wanted... no checking if LDAP library is wanted... no checking if DBI library is wanted... no checking if libevent library is wanted... no checking if libxml2 library is wanted... no checking if you want to use page-speed SDK... no checking if you want to use V8 JavaScript Engine... no checking for SQLite3 support... no checking for MySQL support... no checking for PostgreSQL support... no

Checking for libraries specific: checking for tcc_compile_string in -ltcc... no checking for GeoIP_id_by_ipnum in -lGeoIP... no checking for siginfo_t... yes checking for siginfo_t.si_addr... yes checking whether new ldflags are wanted... no checking if you want to use php-embedded... no checking if you want to use ruby-embedded... no checking for stdbool.h that conforms to C99... no checking for _Bool... no checking for uid_t in sys/types.h... (cached) yes checking for inline... (cached) inline checking for int16_t... yes checking for int32_t... yes checking for int64_t... yes checking for int8_t... yes checking for mode_t... yes checking for off_t... yes checking for pid_t... (cached) yes checking for C/C++ restrict keyword... (cached) __restrict checking for size_t... (cached) yes checking for ssize_t... yes checking for struct stat.st_blksize... yes checking for struct stat.st_blocks... yes checking for struct stat.st_rdev... yes checking for uint16_t... yes checking for uint32_t... yes checking for uint64_t... yes checking for uint8_t... yes checking for ptrdiff_t... yes

Checking for structures: checking whether struct tm is in sys/time.h or time.h... time.h checking whether stat file-mode macros are broken... no checking for struct stat.st_blocks... (cached) yes checking for struct iphdr... no checking for struct dirent.d_reclen... yes checking for struct dirent.d_namlen... yes checking for struct tm.tm_gmtoff... yes

Checking for types: checking for an ANSI C-conforming const... yes checking for size_t... (cached) yes checking for ptrdiff_t... (cached) yes checking size of unsigned char... 1 checking size of short... 2 checking size of int... 4 checking size of long... 8 checking size of time_t... 8 checking size of size_t... 8 checking size of long long... 8 checking size of __int64... 0 checking size of void *... 8 checking size of ptrdiff_t... 8 checking for cpu_set_t... no checking for working socket option SO_RCVTIMEO... no

Checking for server plugin: checking server plugin "rpc"... dynamic checking server plugin "stream"... dynamic checking server plugin "nocat"... dynamic checking server plugin "socket"... dynamic checking server plugin "scgi"... dynamic checking server plugin "fcgi"... dynamic checking server plugin "ssi"... dynamic checking server plugin "tsa"... dynamic checking server plugin "http"... dynamic checking server plugin "echo"... dynamic checking loader.autoconf files... done

Checking for ORM driver: checking loader.autoconf files... done checking for cpp... /usr/bin/cpp checking for mcpp... no checking for atomic... yes checking for doxygen... no checking for dlopen in -lc... yes checking strstream.h usability... no checking strstream.h presence... no checking for strstream.h... no checking determine if the kind of C++ iostream support is old... no

Output Substitution:

configure: Configured to build src/ulib/libulib:

      ULib version: 1.4.2
        Build ULib: Shared=yes, Static=yes

        Host setup: x86_64-apple-darwin15.0.0
    Install prefix: /usr/local
    Install plugin: /usr/local/libexec
Configuration data: /usr/local/etc

  Operating System: Darwin Mac.local 15.0.0 Darwin Kernel Version 15.0.0: Wed Aug 26 16:57:32 PDT 2015; root:xnu-3247.1.106~1/RELEASE_X86_64 x86_64
      C++ Compiler: g++ (  )
            Linker: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld ( unknown )

Standard C library: unknown Standard C++ library: unknown Libraries: -lpthread -lc

         C   Flags: -g -O2
         C++ Flags: -g -O2 -std=c++11 -fno-exceptions -fno-rtti
      Linker Flags: 
Preprocessor Flags:  -D__OSX__ -D__APPLE__ -pthread -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64

     debug support: no (--enable-debug)
  final build mode: enabled

memory pool support: enabled LFS support: enabled ipv6 support: no (--with-ipv6) zip support: no (--enable-zip) thread support: enabled

      LIBZ support: no (--with-libz)
 LIBZOPFLI support: no (--with-libzopfli)
    LIBTDB support: no (--with-libtdb)
      PCRE support: no (--with-pcre)
       SSL support: no (--with-ssl)
       SSH support: no (--with-ssh)
      LDAP support: no (--with-ldap)
      cURL support: no (--with-curl)
       XML support: no (--with-expat)
     MAGIC support: no (--with-magic)
    SQLite support: no (--with-sqlite)
     MySQL support: no (--with-mysql)
     PgSQL support: no (--with-pgsql)
       DBI support: no (--with-libdbi)
   libuuid support: no (--with-libuuid)
  libevent support: no (--with-libevent)
   libxml2 support: no (--with-libxml2)
    c-ares support: no (--enable-libares)
Page-Speed support: no (--with-page-speed)

V8 JavaScript support: no (--with-v8-javascript) PHP language support: no (--with-php-embedded) RUBY language support: no (--with-ruby-embedded)

  Examples:         enabled
  LEX/YACC support: no (--with-parser)
  Lexical analyzer:  ( None )
  Parser generator:  ( None )

See include/ulib/internal/config.h for further configuration information

checking that generated files are newer than configure... done configure: creating ./config.status config.status: creating Makefile config.status: creating rpm.sh config.status: creating ULib.spec config.status: creating m4/Makefile config.status: creating doc/Makefile config.status: creating include/Makefile config.status: creating contrib/Makefile config.status: creating src/ulib/Makefile config.status: creating src/ulib/ULib.rc config.status: creating src/ulib/ULib.pc config.status: creating src/ulib/orm/driver/Makefile config.status: creating src/ulib/net/server/plugin/Makefile config.status: creating src/ulib/net/server/plugin/v8/Makefile config.status: creating src/ulib/net/server/plugin/php/Makefile config.status: creating src/ulib/net/server/plugin/ruby/Makefile config.status: creating src/ulib/net/server/plugin/usp/Makefile config.status: creating src/ulib/net/server/plugin/mod_shib/Makefile config.status: creating src/ulib/net/server/plugin/mod_geoip/Makefile config.status: creating src/ulib/net/server/plugin/usp/usp_compile.sh config.status: creating src/ulib/net/server/plugin/page_speed/Makefile config.status: creating include/ulib/Makefile config.status: creating contrib/HCSP/Makefile config.status: creating contrib/RSIGN/Makefile config.status: creating contrib/signer/Makefile config.status: creating examples/Makefile config.status: creating examples/IR/Makefile config.status: creating examples/csp/Makefile config.status: creating examples/lcsp/Makefile config.status: creating examples/rsign/Makefile config.status: creating examples/hello/Makefile config.status: creating examples/WiAuth/Makefile config.status: creating examples/xml2txt/Makefile config.status: creating examples/uclient/Makefile config.status: creating examples/userver/Makefile config.status: creating examples/PEC_log/Makefile config.status: creating examples/workflow/Makefile config.status: creating examples/doc_parse/Makefile config.status: creating examples/lrp_session/Makefile config.status: creating examples/http_header/Makefile config.status: creating examples/test_manager/Makefile config.status: creating examples/doc_classifier/Makefile config.status: creating examples/form_completion/Makefile config.status: creating examples/simple_client_server/Makefile config.status: creating examples/download_accelerator/Makefile config.status: creating examples/XAdES/Makefile config.status: creating examples/XAdES/XAdES.spec config.status: creating examples/xml2txt/xml2txt.spec config.status: creating examples/IR/searchengine-bin.spec config.status: creating examples/lcsp/lcsp.spec config.status: creating examples/lcsp/lcsp_rpc.spec config.status: creating examples/csp/cspclient.spec config.status: creating examples/csp/cspclient_rpc.spec config.status: creating examples/rsign/rsignclient.spec config.status: creating examples/rsign/rsignclient_rpc.spec config.status: creating examples/userver/web_server.spec config.status: creating examples/userver/wagsmserver.spec config.status: creating examples/workflow/workflow.spec config.status: creating examples/PEC_log/PEC_log.spec config.status: creating examples/userver/tsaserver.spec config.status: creating examples/userver/cspserver.spec config.status: creating examples/userver/rsignserver.spec config.status: creating examples/doc_parse/doc_parse.spec config.status: creating tests/Makefile config.status: creating tests/base/Makefile config.status: creating tests/debug/Makefile config.status: creating tests/ulib/Makefile config.status: creating tests/examples/Makefile config.status: creating tests/contrib/Makefile config.status: creating include/ulib/internal/config.h config.status: executing depfiles commands config.status: executing libtool commands


checking if generated configuration is usable... no

stefanocasazza commented 9 years ago

Hi,

unfortunately I do not have a suitable environment to try compiling ULib on OS X, can you point me to some virtual image that I can utilize for this... ? Anyway, the information to understand why the generated configuration is not usable are in config.log, if you can send me a copy, please.

Greetings Stefano

2015-10-04 16:21 GMT+02:00 dk notifications@github.com:

Platform: �[1mDarwin 15.0.0 (i386)�[m Configuring �[1mULib�[m (C++ Library)

�[1mInitial phase:�[m checking build system type... x86_64-apple-darwin15.0.0 checking host system type... x86_64-apple-darwin15.0.0 checking target system type... x86_64-apple-darwin15.0.0 checking for a BSD-compatible install... /usr/bin/install -c checking whether build environment is sane... yes checking for a thread-safe mkdir -p... ./install-sh -c -d checking for gawk... no checking for mawk... no checking for nawk... no checking for awk... awk checking whether make sets $(MAKE)... yes checking whether make supports nested variables... yes checking how to create a pax tar archive... gnutar checking whether to enable maintainer-specific portions of Makefiles... no checking whether make supports nested variables... (cached) yes checking for style of include used by make... GNU checking for gcc... gcc checking whether the C compiler works... yes checking for C compiler default output file name... a.out checking for suffix of executables... checking whether we are cross compiling... no checking for suffix of object files... o checking whether we are using the GNU C compiler... yes checking whether gcc accepts -g... yes checking for gcc option to accept ISO C89... none needed checking whether gcc understands -c and -o together... yes checking dependency style of gcc... gcc3 checking how to run the C preprocessor... gcc -E checking for grep that handles long lines and -e... /usr/bin/grep checking for egrep... /usr/bin/grep -E checking for ANSI C header files... yes checking for sys/types.h... yes checking for sys/stat.h... yes checking for stdlib.h... yes checking for string.h... yes checking for memory.h... yes checking for strings.h... yes checking for inttypes.h... yes checking for stdint.h... yes checking for unistd.h... yes checking minix/config.h usability... no checking minix/config.h presence... no checking for minix/config.h... no checking whether it is safe to define EXTENSIONS... yes checking initial CFLAGS... -g -O2 checking which architecture the target is... unknown checking which operating system the target is... unknown checking which libc is detected for the target... unknown

�[1mChecking for programs:�[m checking for g++... g++ checking whether we are using the GNU C++ compiler... yes checking whether g++ accepts -g... yes checking dependency style of g++... gcc3 checking for gawk... (cached) awk checking for gcc... (cached) gcc checking whether we are using the GNU C compiler... (cached) yes checking whether gcc accepts -g... (cached) yes checking for gcc option to accept ISO C89... (cached) none needed checking whether gcc understands -c and -o together... (cached) yes checking dependency style of gcc... (cached) gcc3 checking how to run the C preprocessor... gcc -E checking whether ln -s works... yes checking whether make sets $(MAKE)... (cached) yes checking for C/C++ restrict keyword... __restrict checking for working volatile... yes checking for inline... inline checking if compiling with clang... yes checking for a supported OS... maybe (darwin15.0.0) checking how to print strings... printf checking for a sed that does not truncate output... /usr/bin/sed checking for fgrep... /usr/bin/grep -F checking for ld used by gcc... /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld checking if the linker (/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld) is GNU ld... no checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm checking the name lister (/usr/bin/nm) interface... BSD nm checking the maximum length of command line arguments... 196608 checking whether the shell understands some XSI constructs... yes checking whether the shell understands "+="... yes checking how to convert x86_64-apple-darwin15.0.0 file names to x86_64-apple-darwin15.0.0 format... func_convert_file_noop checking how to convert x86_64-apple-darwin15.0.0 file names to toolchain format... func_convert_file_noop checking for /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld option to reload object files... -r checking for objdump... no checking how to recognize dependent libraries... pass_all checking for dlltool... no checking how to associate runtime and link libraries... printf %s\n checking for ar... ar checking for archiver @FILE https://github.com/FILE support... no checking for strip... strip checking for ranlib... ranlib checking command to parse /usr/bin/nm output from gcc object... ok checking for sysroot... no checking for mt... no checking if : is a manifest tool... no checking for dsymutil... dsymutil checking for nmedit... nmedit checking for lipo... lipo checking for otool... otool checking for otool64... no checking for -single_module linker flag... yes checking for -exported_symbols_list linker flag... yes checking for -force_load linker flag... yes checking for dlfcn.h... yes checking for objdir... .libs checking if gcc supports -fno-rtti -fno-exceptions... yes checking for gcc option to produce PIC... -fno-common -DPIC checking if gcc PIC flag -fno-common -DPIC works... yes checking if gcc static flag -static works... no checking if gcc supports -c -o file.o... yes checking if gcc supports -c -o file.o... (cached) yes checking whether the gcc linker (/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld) supports shared libraries... yes checking dynamic linker characteristics... darwin15.0.0 dyld checking how to hardcode library paths into programs... immediate checking for dlopen in -ldl... yes checking whether a program can dlopen itself... yes checking whether a statically linked program can dlopen itself... yes checking whether stripping libraries is possible... yes checking if libtool supports shared libraries... yes checking whether to build shared libraries... yes checking whether to build static libraries... yes checking how to run the C++ preprocessor... g++ -E checking for ld used by g++... /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld checking if the linker (/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld) is GNU ld... no checking whether the g++ linker (/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld) supports shared libraries... yes checking for g++ option to produce PIC... -fno-common -DPIC checking if g++ PIC flag -fno-common -DPIC works... yes checking if g++ static flag -static works... no checking if g++ supports -c -o file.o... yes checking if g++ supports -c -o file.o... (cached) yes checking whether the g++ linker (/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld) supports shared libraries... yes checking dynamic linker characteristics... darwin15.0.0 dyld checking how to hardcode library paths into programs... immediate checking for full c++ support and linking model... yes checking for debugging... no checking for target that allows unaligned reads and writes... yes

�[1mChecking for headers:�[m checking for ANSI C header files... (cached) yes checking whether time.h and sys/time.h may both be included... yes checking whether sys/types.h defines makedev... yes checking for dirent.h that defines DIR... yes checking for library containing opendir... none required checking for sys/wait.h that is POSIX.1 compatible... yes checking for size_t... yes checking for working alloca.h... yes checking for alloca... yes checking arpa/inet.h usability... yes checking arpa/inet.h presence... yes checking for arpa/inet.h... yes checking fcntl.h usability... yes checking fcntl.h presence... yes checking for fcntl.h... yes checking float.h usability... yes checking float.h presence... yes checking for float.h... yes checking for inttypes.h... (cached) yes checking libintl.h usability... no checking libintl.h presence... no checking for libintl.h... no checking limits.h usability... yes checking limits.h presence... yes checking for limits.h... yes checking malloc.h usability... no checking malloc.h presence... no checking for malloc.h... no checking netdb.h usability... yes checking netdb.h presence... yes checking for netdb.h... yes checking netinet/in.h usability... yes checking netinet/in.h presence... yes checking for netinet/in.h... yes checking stddef.h usability... yes checking stddef.h presence... yes checking for stddef.h... yes checking for stdint.h... (cached) yes checking for stdlib.h... (cached) yes checking for string.h... (cached) yes checking sys/ioctl.h usability... yes checking sys/ioctl.h presence... yes checking for sys/ioctl.h... yes checking sys/param.h usability... yes checking sys/param.h presence... yes checking for sys/param.h... yes checking sys/socket.h usability... yes checking sys/socket.h presence... yes checking for sys/socket.h... yes checking sys/time.h usability... yes checking sys/time.h presence... yes checking for sys/time.h... yes checking sys/timeb.h usability... yes checking sys/timeb.h presence... yes checking for sys/timeb.h... yes checking sys/resource.h usability... yes checking sys/resource.h presence... yes checking for sys/resource.h... yes checking syslog.h usability... yes checking syslog.h presence... yes checking for syslog.h... yes checking termios.h usability... yes checking termios.h presence... yes checking for termios.h... yes checking for unistd.h... (cached) yes checking wchar.h usability... yes checking wchar.h presence... yes checking for wchar.h... yes checking assert.h usability... yes checking assert.h presence... yes checking for assert.h... yes checking byteswap.h usability... no checking byteswap.h presence... no checking for byteswap.h... no checking endian.h usability... no checking endian.h presence... no checking for endian.h... no checking execinfo.h usability... yes checking execinfo.h presence... yes checking for execinfo.h... yes checking ifaddrs.h usability... yes checking ifaddrs.h presence... yes checking for ifaddrs.h... yes checking mcheck.h usability... no checking mcheck.h presence... no checking for mcheck.h... no checking ndir.h usability... no checking ndir.h presence... no checking for ndir.h... no checking dirent.h usability... yes checking dirent.h presence... yes checking for dirent.h... yes checking for ndir.h... (cached) no checking for string.h... (cached) yes checking netpacket/packet.h usability... no checking netpacket/packet.h presence... no checking for netpacket/packet.h... no checking sched.h usability... yes checking sched.h presence... yes checking for sched.h... yes checking semaphore.h usability... yes checking semaphore.h presence... yes checking for semaphore.h... yes checking sysexits.h usability... yes checking sysexits.h presence... yes checking for sysexits.h... yes checking streambuf.h usability... no checking streambuf.h presence... no checking for streambuf.h... no checking poll.h usability... yes checking poll.h presence... yes checking for poll.h... yes checking net/if_arp.h usability... yes checking net/if_arp.h presence... yes checking for net/if_arp.h... yes checking sys/dir.h usability... yes checking sys/dir.h presence... yes checking for sys/dir.h... yes checking sys/ndir.h usability... no checking sys/ndir.h presence... no checking for sys/ndir.h... no checking sys/inotify.h usability... no checking sys/inotify.h presence... no checking for sys/inotify.h... no checking sys/sendfile.h usability... no checking sys/sendfile.h presence... no checking for sys/sendfile.h... no checking sys/sched.h usability... no checking sys/sched.h presence... no checking for sys/sched.h... no checking sys/syscall.h usability... yes checking sys/syscall.h presence... yes checking for sys/syscall.h... yes checking linux/netfilter_ipv4/ipt_ACCOUNT.h usability... no checking linux/netfilter_ipv4/ipt_ACCOUNT.h presence... no checking for linux/netfilter_ipv4/ipt_ACCOUNT.h... no checking libnetfilter_conntrack/libnetfilter_conntrack.h usability... no checking libnetfilter_conntrack/libnetfilter_conntrack.h presence... no checking for libnetfilter_conntrack/libnetfilter_conntrack.h... no checking /usr/src/linux/include/generated/uapi/linux/version.h usability... no checking /usr/src/linux/include/generated/uapi/linux/version.h presence... no checking for /usr/src/linux/include/generated/uapi/linux/version.h... no checking whether sys/inotify.h actually works... nope, using own inotify headers checking for fopen in -lmsvcrt... no checking for socketpair in -lc... yes checking for getaddrinfo in -lc... yes checking for gethostbyname2 in -lc... yes checking for inet_ntop in -lc... yes checking for socket in -lsocket... no checking for lstat in -lc... yes checking for strcoll in -lc... yes checking for stricmp in -lc... no checking for stristr in -lc... no checking for sysconf in -lc... yes checking for posix_memalign in -lc... yes checking if you want to enable build of thread support... yes checking if you want to always use GNU pth for threading... no checking pthread.h usability... yes checking pthread.h presence... yes checking for pthread.h... yes checking for pthread_create in -lpthread... yes checking for pthread_suspend in -lpthread... no checking for pthread_cancel in -lpthread... yes checking for pthread_condattr_setclock in -lpthread... no checking for pthread_setconcurrency in -lpthread... yes checking for pthread_yield in -lpthread... no checking for pthread_delay in -lpthread... no checking for pthread_delay_np in -lpthread... no checking for pthread_setschedprio in -lpthread... no checking for pthread_attr_setinheritsched in -lpthread... yes checking whether g++ supports -mt... no checking whether g++ supports -pthread... yes checking for numa_max_node in -lnuma... no

�[1mChecking for functions:�[m checking for uid_t in sys/types.h... yes checking for unistd.h... (cached) yes checking for working chown... yes checking for error_at_line... no checking for pid_t... yes checking vfork.h usability... no checking vfork.h presence... no checking for vfork.h... no checking for fork... yes checking for vfork... yes checking for working fork... yes checking for working vfork... (cached) yes checking whether lstat correctly handles trailing slash... no checking for sys/time.h... (cached) yes checking for unistd.h... (cached) yes checking for stdlib.h... (cached) yes checking for sys/param.h... (cached) yes checking for alarm... yes checking for working mktime... no checking for getpagesize... yes checking for working mmap... yes checking for working strnlen... yes checking for working strtod... yes checking whether closedir returns void... no checking for accept4... no checking for accept4 in -lposix4... no checking for accept4 in -lrt... no checking for accept4 in -lpthread... no checking for atexit... yes checking for daemon... yes checking for dup3... no checking for dup3 in -lposix4... no checking for dup3 in -lrt... no checking for dup3 in -lpthread... no checking for epoll_create1... no checking for epoll_create1 in -lposix4... no checking for epoll_create1 in -lrt... no checking for epoll_create1 in -lpthread... no checking for epoll_wait... no checking for epoll_wait in -lposix4... no checking for epoll_wait in -lrt... no checking for epoll_wait in -lpthread... no checking for epoll_ctl_batch... no checking for epoll_ctl_batch in -lposix4... no checking for epoll_ctl_batch in -lrt... no checking for epoll_ctl_batch in -lpthread... no checking for fallocate... no checking for fallocate in -lposix4... no checking for fallocate in -lrt... no checking for fallocate in -lpthread... no checking for fallocate64... no checking for fallocate64 in -lposix4... no checking for fallocate64 in -lrt... no checking for fallocate64 in -lpthread... no checking for fnmatch... yes checking for getaddrinfo... yes checking for getnameinfo... yes checking for getopt_long... yes checking for getpriority... yes checking for inet_ntop... yes checking for memmem... yes checking for memrchr... no checking for memrchr in -lposix4... no checking for memrchr in -lrt... no checking for memrchr in -lpthread... no checking for mkdtemp... yes checking for mremap... no checking for mremap in -lposix4... no checking for mremap in -lrt... no checking for mremap in -lpthread... no checking for pipe2... no checking for pipe2 in -lposix4... no checking for pipe2 in -lrt... no checking for pipe2 in -lpthread... no checking for posix_spawn... yes checking for pread... yes checking for sched_getaffinity... no checking for sched_getaffinity in -lposix4... no checking for sched_getaffinity in -lrt... no checking for sched_getaffinity in -lpthread... no checking for sem_init... yes checking for sem_getvalue... yes checking for sendfile... yes checking for sendfile64... no checking for sendfile64 in -lposix4... no checking for sendfile64 in -lrt... no checking for sendfile64 in -lpthread... no checking for strndup... yes checking for strptime... yes checking for strsignal... yes checking for strtof... yes checking for strtold... yes checking for strtoull... yes checking for gmtime_r... yes checking for timegm... yes checking for nanosleep... yes checking for strerror... yes checking for shm_open... yes

�[1mC++ stuff:�[m checking netinet6/in6.h usability... no checking netinet6/in6.h presence... no checking for netinet6/in6.h... no checking linux/in6.h usability... no checking linux/in6.h presence... no checking for linux/in6.h... no checking for inet_pton in -lc... yes checking for gethostbyname2 in -lc... yes checking if you want to enable build of examples... yes checking if you want to enable use of memory pool... yes checking if you want to enable Large File Support... yes checking if you want to enable use of coverage... no checking for compile with GCC optimizations flags enabled... yes checking if you want to enable mode final for build of ulib library... yes checking for use of the new linker flags... yes checking whether g++ supports -fvisibility-inlines-hidden... no checking for C/C++ restrict keyword... (cached) __restrict checking if you want to enable client response partial write support... no checking if you want to enable server check time between request for parallelization... no checking if you want to enable server captive portal mode... no checking if you want to enable server thread approach support... no checking if you want to enable HTTP inotify support... no checking if you want to enable client and server log support... no checking if you want to enable GDB stack dump support... no checking if you want to enable cache request support... yes checking if you want to enable homogeneous pipeline request support... yes checking if you want to enable HTTP/2 support... no checking if you want to enable server classic model support... no checking if you want to enable server bandwidth throttling support... no checking if you want to enable alias URI support... no checking if you want to enable welcome message support... no checking if you want to enable ACL filtering support... no checking if you want to enable RFC1918 filtering support... no checking if you want to enable HTTP Strict Transport Security support... no checking if you want to enable HTML pagination support... no checking if you want to enable use of bison/yacc... no checking if you want to use distcc... no checking whether g++ supports C++11 features by default... no checking whether g++ supports C++11 features with -std=c++11... yes checking whether std::chrono::steady_clock is available... yes checking whether std::future is available... yes

�[1mChecking for libraries to link against:�[m checking if LIBZ library is wanted... yes Cannot find LIBZ library checking if you want to enable build of ZIP support... no checking if tdb library is wanted... yes Cannot find libtdb library checking if zopfli library is wanted... yes Cannot find libzopfli library checking if libuuid library is wanted... yes Cannot find LIBUUID library checking if MAGIC library is wanted... yes Cannot find MAGIC library checking if SSL library is wanted... yes Cannot find SSL library checking if PCRE library is wanted... yes Cannot find PCRE library checking if EXPAT library for XML parsing is wanted... yes Cannot find EXPAT library checking if c-ares library for DNS resolution is wanted... yes Cannot find c-ares library checking if SSH library is wanted... no checking if cURL library is wanted... no checking if LDAP library is wanted... no checking if DBI library is wanted... no checking if libevent library is wanted... no checking if libxml2 library is wanted... no checking if you want to use page-speed SDK... no checking if you want to use V8 JavaScript Engine... no checking for SQLite3 support... no checking for MySQL support... no checking for PostgreSQL support... no

�[1mChecking for libraries specific:�[m checking for tcc_compile_string in -ltcc... no checking for GeoIP_id_by_ipnum in -lGeoIP... no checking for siginfo_t... yes checking for siginfo_t.si_addr... yes checking whether new ldflags are wanted... no checking if you want to use php-embedded... no checking if you want to use ruby-embedded... no checking for stdbool.h that conforms to C99... no checking for _Bool... no checking for uid_t in sys/types.h... (cached) yes checking for inline... (cached) inline checking for int16_t... yes checking for int32_t... yes checking for int64_t... yes checking for int8_t... yes checking for mode_t... yes checking for off_t... yes checking for pid_t... (cached) yes checking for C/C++ restrict keyword... (cached) __restrict checking for size_t... (cached) yes checking for ssize_t... yes checking for struct stat.st_blksize... yes checking for struct stat.st_blocks... yes checking for struct stat.st_rdev... yes checking for uint16_t... yes checking for uint32_t... yes checking for uint64_t... yes checking for uint8_t... yes checking for ptrdiff_t... yes

�[1mChecking for structures:�[m checking whether struct tm is in sys/time.h or time.h... time.h checking whether stat file-mode macros are broken... no checking for struct stat.st_blocks... (cached) yes checking for struct iphdr... no checking for struct dirent.d_reclen... yes checking for struct dirent.d_namlen... yes checking for struct tm.tm_gmtoff... yes

�[1mChecking for types:�[m checking for an ANSI C-conforming const... yes checking for size_t... (cached) yes checking for ptrdiff_t... (cached) yes checking size of unsigned char... 1 checking size of short... 2 checking size of int... 4 checking size of long... 8 checking size of time_t... 8 checking size of size_t... 8 checking size of long long... 8 checking size of __int64... 0 checking size of void *... 8 checking size of ptrdiff_t... 8 checking for cpu_set_t... no checking for working socket option SO_RCVTIMEO... no

�[1mChecking for server plugin:�[m checking server plugin "rpc"... dynamic checking server plugin "stream"... dynamic checking server plugin "nocat"... dynamic checking server plugin "socket"... dynamic checking server plugin "scgi"... dynamic checking server plugin "fcgi"... dynamic checking server plugin "ssi"... dynamic checking server plugin "tsa"... dynamic checking server plugin "http"... dynamic checking server plugin "echo"... dynamic checking loader.autoconf files... done

�[1mChecking for ORM driver:�[m checking loader.autoconf files... done checking for cpp... /usr/bin/cpp checking for mcpp... no checking for atomic... yes checking for doxygen... no checking for dlopen in -lc... yes checking strstream.h usability... no checking strstream.h presence... no checking for strstream.h... no checking determine if the kind of C++ iostream support is old... no

�[1mOutput Substitution:�[m configure: Configured to build src/ulib/libulib:

  ULib version: 1.4.2
    Build ULib: Shared=yes, Static=yes

    Host setup: x86_64-apple-darwin15.0.0
Install prefix: /usr/local
Install plugin: /usr/local/libexec

Configuration data: /usr/local/etc

Operating System: Darwin Mac.local 15.0.0 Darwin Kernel Version 15.0.0: Wed Aug 26 16:57:32 PDT 2015; root:xnu-3247.1.106~1/RELEASE_X86_64 x86_64 C++ Compiler: g++ ( ) Linker: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld ( unknown )

Standard C library: unknown Standard C++ library: unknown Libraries: -lpthread -lc

     C   Flags: -g -O2
     C++ Flags: -g -O2 -std=c++11 -fno-exceptions -fno-rtti
  Linker Flags:

Preprocessor Flags: -DOSX -DAPPLE -pthread -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64

 debug support: no (--enable-debug)

final build mode: enabled

memory pool support: enabled LFS support: enabled ipv6 support: no (--with-ipv6) zip support: no (--enable-zip) thread support: enabled

  LIBZ support: no (--with-libz)

LIBZOPFLI support: no (--with-libzopfli) LIBTDB support: no (--with-libtdb) PCRE support: no (--with-pcre) SSL support: no (--with-ssl) SSH support: no (--with-ssh) LDAP support: no (--with-ldap) cURL support: no (--with-curl) XML support: no (--with-expat) MAGIC support: no (--with-magic) SQLite support: no (--with-sqlite) MySQL support: no (--with-mysql) PgSQL support: no (--with-pgsql) DBI support: no (--with-libdbi) libuuid support: no (--with-libuuid) libevent support: no (--with-libevent) libxml2 support: no (--with-libxml2) c-ares support: no (--enable-libares) Page-Speed support: no (--with-page-speed)

V8 JavaScript support: no (--with-v8-javascript) PHP language support: no (--with-php-embedded) RUBY language support: no (--with-ruby-embedded)

Examples: enabled LEX/YACC support: no (--with-parser) Lexical analyzer: ( None ) Parser generator: ( None )

See include/ulib/internal/config.h for further configuration information

checking that generated files are newer than configure... done configure: creating ./config.status config.status: creating Makefile config.status: creating rpm.sh config.status: creating ULib.spec config.status: creating m4/Makefile config.status: creating doc/Makefile config.status: creating include/Makefile config.status: creating contrib/Makefile config.status: creating src/ulib/Makefile config.status: creating src/ulib/ULib.rc config.status: creating src/ulib/ULib.pc config.status: creating src/ulib/orm/driver/Makefile config.status: creating src/ulib/net/server/plugin/Makefile config.status: creating src/ulib/net/server/plugin/v8/Makefile config.status: creating src/ulib/net/server/plugin/php/Makefile config.status: creating src/ulib/net/server/plugin/ruby/Makefile config.status: creating src/ulib/net/server/plugin/usp/Makefile config.status: creating src/ulib/net/server/plugin/mod_shib/Makefile config.status: creating src/ulib/net/server/plugin/mod_geoip/Makefile config.status: creating src/ulib/net/server/plugin/usp/usp_compile.sh config.status: creating src/ulib/net/server/plugin/page_speed/Makefile config.status: creating include/ulib/Makefile config.status: creating contrib/HCSP/Makefile config.status: creating contrib/RSIGN/Makefile config.status: creating contrib/signer/Makefile config.status: creating examples/Makefile config.status: creating examples/IR/Makefile config.status: creating examples/csp/Makefile config.status: creating examples/lcsp/Makefile config.status: creating examples/rsign/Makefile config.status: creating examples/hello/Makefile config.status: creating examples/WiAuth/Makefile config.status: creating examples/xml2txt/Makefile config.status: creating examples/uclient/Makefile config.status: creating examples/userver/Makefile config.status: creating examples/PEC_log/Makefile config.status: creating examples/workflow/Makefile config.status: creating examples/doc_parse/Makefile config.status: creating examples/lrp_session/Makefile config.status: creating examples/http_header/Makefile config.status: creating examples/test_manager/Makefile config.status: creating examples/doc_classifier/Makefile config.status: creating examples/form_completion/Makefile config.status: creating examples/simple_client_server/Makefile config.status: creating examples/download_accelerator/Makefile config.status: creating examples/XAdES/Makefile config.status: creating examples/XAdES/XAdES.spec config.status: creating examples/xml2txt/xml2txt.spec config.status: creating examples/IR/searchengine-bin.spec config.status: creating examples/lcsp/lcsp.spec config.status: creating examples/lcsp/lcsp_rpc.spec config.status: creating examples/csp/cspclient.spec config.status: creating examples/csp/cspclient_rpc.spec config.status: creating examples/rsign/rsignclient.spec config.status: creating examples/rsign/rsignclient_rpc.spec config.status: creating examples/userver/web_server.spec config.status: creating examples/userver/wagsmserver.spec config.status: creating examples/workflow/workflow.spec config.status: creating examples/PEC_log/PEC_log.spec config.status: creating examples/userver/tsaserver.spec config.status: creating examples/userver/cspserver.spec config.status: creating examples/userver/rsignserver.spec config.status: creating examples/doc_parse/doc_parse.spec config.status: creating tests/Makefile config.status: creating tests/base/Makefile config.status: creating tests/debug/Makefile config.status: creating tests/ulib/Makefile config.status: creating tests/examples/Makefile config.status: creating tests/contrib/Makefile config.status: creating include/ulib/internal/config.h config.status: executing depfiles commands

config.status: executing libtool commands

checking if generated configuration is usable... no

— Reply to this email directly or view it on GitHub https://github.com/stefanocasazza/ULib/issues/14.

tkizm1 commented 9 years ago

send it to your email

stefanocasazza commented 8 years ago

Hi, I spent some work to compiling ULib on a virtual environment MACOSX (Yosemite), it must be in a better shape now...

Greetings Stefano

tkizm1 commented 8 years ago

It works now,thanks

stefanocasazza commented 8 years ago

Hi,

thanks to you

Greetings Stefano

2015-11-02 10:27 GMT+01:00 dk notifications@github.com:

It works now,thanks

— Reply to this email directly or view it on GitHub https://github.com/stefanocasazza/ULib/issues/14#issuecomment-152968196.