Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- This file contains any messages produced by compilers while
- running configure, to aid debugging if configure makes a mistake.
- It was created by vusage configure 1.0.0, which was
- generated by GNU Autoconf 2.61. Invocation command line was
- $ ./configure
- ## --------- ##
- ## Platform. ##
- ## --------- ##
- hostname = xxxx.domain.com
- uname -m = x86_64
- uname -r = 2.6.18-194.26.1.el5
- uname -s = Linux
- uname -v = #1 SMP Tue Nov 9 12:54:20 EST 2010
- /usr/bin/uname -p = unknown
- /bin/uname -X = unknown
- /bin/arch = x86_64
- /usr/bin/arch -k = unknown
- /usr/convex/getsysinfo = unknown
- /usr/bin/hostinfo = unknown
- /bin/machine = unknown
- /usr/bin/oslevel = unknown
- /bin/universe = unknown
- PATH: /usr/kerberos/sbin
- PATH: /usr/kerberos/bin
- PATH: /usr/local/sbin
- PATH: /usr/local/bin
- PATH: /sbin
- PATH: /bin
- PATH: /usr/sbin
- PATH: /usr/bin
- PATH: /root/bin
- ## ----------- ##
- ## Core tests. ##
- ## ----------- ##
- configure:1750: checking for gcc
- configure:1766: found /usr/bin/gcc
- configure:1777: result: gcc
- configure:2015: checking for C compiler version
- configure:2022: gcc --version >&5
- gcc (GCC) 4.1.2 20080704 (Red Hat 4.1.2-48)
- Copyright (C) 2006 Free Software Foundation, Inc.
- This is free software; see the source for copying conditions. There is NO
- warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
- configure:2025: $? = 0
- configure:2032: gcc -v >&5
- Using built-in specs.
- Target: x86_64-redhat-linux
- 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-libgcj-multifile --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.4.2-gcj-1.4.2.0/jre --with-cpu=generic --host=x86_64-redhat-linux
- Thread model: posix
- gcc version 4.1.2 20080704 (Red Hat 4.1.2-48)
- configure:2035: $? = 0
- configure:2042: gcc -V >&5
- gcc: '-V' option must have argument
- configure:2045: $? = 1
- configure:2068: checking for C compiler default output file name
- configure:2095: gcc conftest.c >&5
- configure:2098: $? = 0
- configure:2136: result: a.out
- configure:2153: checking whether the C compiler works
- configure:2163: ./a.out
- configure:2166: $? = 0
- configure:2183: result: yes
- configure:2190: checking whether we are cross compiling
- configure:2192: result: no
- configure:2195: checking for suffix of executables
- configure:2202: gcc -o conftest conftest.c >&5
- configure:2205: $? = 0
- configure:2229: result:
- configure:2235: checking for suffix of object files
- configure:2261: gcc -c conftest.c >&5
- configure:2264: $? = 0
- configure:2287: result: o
- configure:2291: checking whether we are using the GNU C compiler
- configure:2320: gcc -c conftest.c >&5
- configure:2326: $? = 0
- configure:2343: result: yes
- configure:2348: checking whether gcc accepts -g
- configure:2378: gcc -c -g conftest.c >&5
- configure:2384: $? = 0
- configure:2483: result: yes
- configure:2500: checking for gcc option to accept ISO C89
- configure:2574: gcc -c -g -O2 conftest.c >&5
- configure:2580: $? = 0
- configure:2603: result: none needed
- configure:2664: checking build system type
- configure:2682: result: x86_64-unknown-linux-gnu
- configure:2704: checking host system type
- configure:2719: result: x86_64-unknown-linux-gnu
- configure:2762: checking if we're building on Solaris
- configure:2991: result: no
- configure:3275: checking for the pthreads library -lpthreads
- configure:3318: gcc -o conftest -g -O2 conftest.c -lpthreads >&5
- /usr/bin/ld: cannot find -lpthreads
- collect2: ld returned 1 exit status
- configure:3324: $? = 1
- configure: failed program was:
- | /* confdefs.h. */
- | #define PACKAGE_NAME "vusage"
- | #define PACKAGE_TARNAME "vusage"
- | #define PACKAGE_VERSION "1.0.0"
- | #define PACKAGE_STRING "vusage 1.0.0"
- | #define PACKAGE_BUGREPORT ""
- | /* end confdefs.h. */
- | #include <pthread.h>
- | int
- | main ()
- | {
- | pthread_t th; pthread_join(th, 0);
- | pthread_attr_init(0); pthread_cleanup_push(0, 0);
- | pthread_create(0,0,0,0); pthread_cleanup_pop(0);
- | ;
- | return 0;
- | }
- configure:3344: result: no
- configure:3220: checking whether pthreads work without any flags
- configure:3318: gcc -o conftest -g -O2 conftest.c >&5
- /tmp/ccybno2m.o: In function `main':
- /var/src/vpopmail-5.4.32/vusaged/conftest.c:12: undefined reference to `pthread_join'
- /var/src/vpopmail-5.4.32/vusaged/conftest.c:13: undefined reference to `__pthread_register_cancel'
- /var/src/vpopmail-5.4.32/vusaged/conftest.c:14: undefined reference to `pthread_create'
- /var/src/vpopmail-5.4.32/vusaged/conftest.c:14: undefined reference to `__pthread_unregister_cancel'
- collect2: ld returned 1 exit status
- configure:3324: $? = 1
- configure: failed program was:
- | /* confdefs.h. */
- | #define PACKAGE_NAME "vusage"
- | #define PACKAGE_TARNAME "vusage"
- | #define PACKAGE_VERSION "1.0.0"
- | #define PACKAGE_STRING "vusage 1.0.0"
- | #define PACKAGE_BUGREPORT ""
- | /* end confdefs.h. */
- | #include <pthread.h>
- | int
- | main ()
- | {
- | pthread_t th; pthread_join(th, 0);
- | pthread_attr_init(0); pthread_cleanup_push(0, 0);
- | pthread_create(0,0,0,0); pthread_cleanup_pop(0);
- | ;
- | return 0;
- | }
- configure:3344: result: no
- configure:3225: checking whether pthreads work with -Kthread
- configure:3318: gcc -o conftest -g -O2 -Kthread conftest.c >&5
- gcc: unrecognized option '-Kthread'
- /tmp/ccaQvVHq.o: In function `main':
- /var/src/vpopmail-5.4.32/vusaged/conftest.c:12: undefined reference to `pthread_join'
- /var/src/vpopmail-5.4.32/vusaged/conftest.c:13: undefined reference to `__pthread_register_cancel'
- /var/src/vpopmail-5.4.32/vusaged/conftest.c:14: undefined reference to `pthread_create'
- /var/src/vpopmail-5.4.32/vusaged/conftest.c:14: undefined reference to `__pthread_unregister_cancel'
- collect2: ld returned 1 exit status
- configure:3324: $? = 1
- configure: failed program was:
- | /* confdefs.h. */
- | #define PACKAGE_NAME "vusage"
- | #define PACKAGE_TARNAME "vusage"
- | #define PACKAGE_VERSION "1.0.0"
- | #define PACKAGE_STRING "vusage 1.0.0"
- | #define PACKAGE_BUGREPORT ""
- | /* end confdefs.h. */
- | #include <pthread.h>
- | int
- | main ()
- | {
- | pthread_t th; pthread_join(th, 0);
- | pthread_attr_init(0); pthread_cleanup_push(0, 0);
- | pthread_create(0,0,0,0); pthread_cleanup_pop(0);
- | ;
- | return 0;
- | }
- configure:3344: result: no
- configure:3225: checking whether pthreads work with -kthread
- configure:3318: gcc -o conftest -g -O2 -kthread conftest.c >&5
- gcc: unrecognized option '-kthread'
- /tmp/cc8RM0ix.o: In function `main':
- /var/src/vpopmail-5.4.32/vusaged/conftest.c:12: undefined reference to `pthread_join'
- /var/src/vpopmail-5.4.32/vusaged/conftest.c:13: undefined reference to `__pthread_register_cancel'
- /var/src/vpopmail-5.4.32/vusaged/conftest.c:14: undefined reference to `pthread_create'
- /var/src/vpopmail-5.4.32/vusaged/conftest.c:14: undefined reference to `__pthread_unregister_cancel'
- collect2: ld returned 1 exit status
- configure:3324: $? = 1
- configure: failed program was:
- | /* confdefs.h. */
- | #define PACKAGE_NAME "vusage"
- | #define PACKAGE_TARNAME "vusage"
- | #define PACKAGE_VERSION "1.0.0"
- | #define PACKAGE_STRING "vusage 1.0.0"
- | #define PACKAGE_BUGREPORT ""
- | /* end confdefs.h. */
- | #include <pthread.h>
- | int
- | main ()
- | {
- | pthread_t th; pthread_join(th, 0);
- | pthread_attr_init(0); pthread_cleanup_push(0, 0);
- | pthread_create(0,0,0,0); pthread_cleanup_pop(0);
- | ;
- | return 0;
- | }
- configure:3344: result: no
- configure:3275: checking for the pthreads library -llthread
- configure:3318: gcc -o conftest -g -O2 conftest.c -llthread >&5
- /usr/bin/ld: cannot find -llthread
- collect2: ld returned 1 exit status
- configure:3324: $? = 1
- configure: failed program was:
- | /* confdefs.h. */
- | #define PACKAGE_NAME "vusage"
- | #define PACKAGE_TARNAME "vusage"
- | #define PACKAGE_VERSION "1.0.0"
- | #define PACKAGE_STRING "vusage 1.0.0"
- | #define PACKAGE_BUGREPORT ""
- | /* end confdefs.h. */
- | #include <pthread.h>
- | int
- | main ()
- | {
- | pthread_t th; pthread_join(th, 0);
- | pthread_attr_init(0); pthread_cleanup_push(0, 0);
- | pthread_create(0,0,0,0); pthread_cleanup_pop(0);
- | ;
- | return 0;
- | }
- configure:3344: result: no
- configure:3225: checking whether pthreads work with -pthread
- configure:3318: gcc -o conftest -g -O2 -pthread conftest.c >&5
- configure:3324: $? = 0
- configure:3344: result: yes
- configure:3363: checking for joinable pthread attribute
- configure:3388: gcc -o conftest -g -O2 -pthread conftest.c >&5
- configure:3394: $? = 0
- configure:3411: result: PTHREAD_CREATE_JOINABLE
- configure:3421: checking if more special flags are required for pthreads
- configure:3428: result: no
- configure:3529: checking how to run the C preprocessor
- configure:3569: gcc -E conftest.c
- configure:3575: $? = 0
- configure:3606: gcc -E conftest.c
- conftest.c:9:28: error: ac_nonexistent.h: No such file or directory
- configure:3612: $? = 1
- configure: failed program was:
- | /* confdefs.h. */
- | #define PACKAGE_NAME "vusage"
- | #define PACKAGE_TARNAME "vusage"
- | #define PACKAGE_VERSION "1.0.0"
- | #define PACKAGE_STRING "vusage 1.0.0"
- | #define PACKAGE_BUGREPORT ""
- | #define HAVE_PTHREAD 1
- | /* end confdefs.h. */
- | #include <ac_nonexistent.h>
- configure:3645: result: gcc -E
- configure:3674: gcc -E conftest.c
- configure:3680: $? = 0
- configure:3711: gcc -E conftest.c
- conftest.c:9:28: error: ac_nonexistent.h: No such file or directory
- configure:3717: $? = 1
- configure: failed program was:
- | /* confdefs.h. */
- | #define PACKAGE_NAME "vusage"
- | #define PACKAGE_TARNAME "vusage"
- | #define PACKAGE_VERSION "1.0.0"
- | #define PACKAGE_STRING "vusage 1.0.0"
- | #define PACKAGE_BUGREPORT ""
- | #define HAVE_PTHREAD 1
- | /* end confdefs.h. */
- | #include <ac_nonexistent.h>
- configure:3755: checking for grep that handles long lines and -e
- configure:3829: result: /bin/grep
- configure:3834: checking for egrep
- configure:3912: result: /bin/grep -E
- configure:3917: checking for ANSI C header files
- configure:3947: gcc -c -g -O2 conftest.c >&5
- configure:3953: $? = 0
- configure:4052: gcc -o conftest -g -O2 conftest.c >&5
- configure:4055: $? = 0
- configure:4061: ./conftest
- configure:4064: $? = 0
- configure:4081: result: yes
- configure:4105: checking for sys/types.h
- configure:4126: gcc -c -g -O2 conftest.c >&5
- configure:4132: $? = 0
- configure:4148: result: yes
- configure:4105: checking for sys/stat.h
- configure:4126: gcc -c -g -O2 conftest.c >&5
- configure:4132: $? = 0
- configure:4148: result: yes
- configure:4105: checking for stdlib.h
- configure:4126: gcc -c -g -O2 conftest.c >&5
- configure:4132: $? = 0
- configure:4148: result: yes
- configure:4105: checking for string.h
- configure:4126: gcc -c -g -O2 conftest.c >&5
- configure:4132: $? = 0
- configure:4148: result: yes
- configure:4105: checking for memory.h
- configure:4126: gcc -c -g -O2 conftest.c >&5
- configure:4132: $? = 0
- configure:4148: result: yes
- configure:4105: checking for strings.h
- configure:4126: gcc -c -g -O2 conftest.c >&5
- configure:4132: $? = 0
- configure:4148: result: yes
- configure:4105: checking for inttypes.h
- configure:4126: gcc -c -g -O2 conftest.c >&5
- configure:4132: $? = 0
- configure:4148: result: yes
- configure:4105: checking for stdint.h
- configure:4126: gcc -c -g -O2 conftest.c >&5
- configure:4132: $? = 0
- configure:4148: result: yes
- configure:4105: checking for unistd.h
- configure:4126: gcc -c -g -O2 conftest.c >&5
- configure:4132: $? = 0
- configure:4148: result: yes
- configure:4175: checking ev.h usability
- configure:4192: gcc -c -g -O2 conftest.c >&5
- configure:4198: $? = 0
- configure:4212: result: yes
- configure:4216: checking ev.h presence
- configure:4231: gcc -E conftest.c
- configure:4237: $? = 0
- configure:4251: result: yes
- configure:4279: checking for ev.h
- configure:4287: result: yes
- configure:4301: checking for ev_loop_new in -lev
- configure:4336: gcc -o conftest -g -O2 conftest.c -lev >&5
- configure:4342: $? = 0
- configure:4360: result: yes
- configure:4427: checking vpopmail.h usability
- configure:4444: gcc -c -g -O2 -g -O2 -I/home/vpopmail/include conftest.c >&5
- configure:4450: $? = 0
- configure:4464: result: yes
- configure:4468: checking vpopmail.h presence
- configure:4483: gcc -E -g -O2 -I/home/vpopmail/include conftest.c
- configure:4489: $? = 0
- configure:4503: result: yes
- configure:4531: checking for vpopmail.h
- configure:4539: result: yes
- configure:4567: checking vauth.h usability
- configure:4584: gcc -c -g -O2 -g -O2 -I/home/vpopmail/include conftest.c >&5
- configure:4590: $? = 0
- configure:4604: result: yes
- configure:4608: checking vauth.h presence
- configure:4623: gcc -E -g -O2 -I/home/vpopmail/include conftest.c
- configure:4629: $? = 0
- configure:4643: result: yes
- configure:4671: checking for vauth.h
- configure:4679: result: yes
- configure:4693: checking for vauth_getpw in -lvpopmail
- configure:4728: gcc -o conftest -g -O2 -g -O2 -I/home/vpopmail/include -L/home/vpopmail/lib -lvpopmail -lcrypt conftest.c -lvpopmail -lev >&5
- /home/vpopmail/lib/libvpopmail.so: undefined reference to `dlsym'
- /home/vpopmail/lib/libvpopmail.so: undefined reference to `dlerror'
- /home/vpopmail/lib/libvpopmail.so: undefined reference to `dlopen'
- /home/vpopmail/lib/libvpopmail.so: undefined reference to `dlclose'
- collect2: ld returned 1 exit status
- configure:4734: $? = 1
- configure: failed program was:
- | /* confdefs.h. */
- | #define PACKAGE_NAME "vusage"
- | #define PACKAGE_TARNAME "vusage"
- | #define PACKAGE_VERSION "1.0.0"
- | #define PACKAGE_STRING "vusage 1.0.0"
- | #define PACKAGE_BUGREPORT ""
- | #define HAVE_PTHREAD 1
- | #define STDC_HEADERS 1
- | #define HAVE_SYS_TYPES_H 1
- | #define HAVE_SYS_STAT_H 1
- | #define HAVE_STDLIB_H 1
- | #define HAVE_STRING_H 1
- | #define HAVE_MEMORY_H 1
- | #define HAVE_STRINGS_H 1
- | #define HAVE_INTTYPES_H 1
- | #define HAVE_STDINT_H 1
- | #define HAVE_UNISTD_H 1
- | #define HAVE_EV_H 1
- | #define HAVE_LIBEV 1
- | #define HAVE_VPOPMAIL_H 1
- | #define HAVE_VAUTH_H 1
- | /* end confdefs.h. */
- |
- | /* Override any GCC internal prototype to avoid an error.
- | Use char because int might match the return type of a GCC
- | builtin and then its argument prototype would still apply. */
- | #ifdef __cplusplus
- | extern "C"
- | #endif
- | char vauth_getpw ();
- | int
- | main ()
- | {
- | return vauth_getpw ();
- | ;
- | return 0;
- | }
- configure:4752: result: no
- configure:4764: checking for vauth_getall in -lvpopmail
- configure:4799: gcc -o conftest -g -O2 -g -O2 -I/home/vpopmail/include -L/home/vpopmail/lib -lvpopmail -lcrypt conftest.c -lvpopmail -lev >&5
- /home/vpopmail/lib/libvpopmail.so: undefined reference to `dlsym'
- /home/vpopmail/lib/libvpopmail.so: undefined reference to `dlerror'
- /home/vpopmail/lib/libvpopmail.so: undefined reference to `dlopen'
- /home/vpopmail/lib/libvpopmail.so: undefined reference to `dlclose'
- collect2: ld returned 1 exit status
- configure:4805: $? = 1
- configure: failed program was:
- | /* confdefs.h. */
- | #define PACKAGE_NAME "vusage"
- | #define PACKAGE_TARNAME "vusage"
- | #define PACKAGE_VERSION "1.0.0"
- | #define PACKAGE_STRING "vusage 1.0.0"
- | #define PACKAGE_BUGREPORT ""
- | #define HAVE_PTHREAD 1
- | #define STDC_HEADERS 1
- | #define HAVE_SYS_TYPES_H 1
- | #define HAVE_SYS_STAT_H 1
- | #define HAVE_STDLIB_H 1
- | #define HAVE_STRING_H 1
- | #define HAVE_MEMORY_H 1
- | #define HAVE_STRINGS_H 1
- | #define HAVE_INTTYPES_H 1
- | #define HAVE_STDINT_H 1
- | #define HAVE_UNISTD_H 1
- | #define HAVE_EV_H 1
- | #define HAVE_LIBEV 1
- | #define HAVE_VPOPMAIL_H 1
- | #define HAVE_VAUTH_H 1
- | /* end confdefs.h. */
- |
- | /* Override any GCC internal prototype to avoid an error.
- | Use char because int might match the return type of a GCC
- | builtin and then its argument prototype would still apply. */
- | #ifdef __cplusplus
- | extern "C"
- | #endif
- | char vauth_getall ();
- | int
- | main ()
- | {
- | return vauth_getall ();
- | ;
- | return 0;
- | }
- configure:4823: result: no
- configure:4835: checking for get_domain_entries in -lvpopmail
- configure:4870: gcc -o conftest -g -O2 -g -O2 -I/home/vpopmail/include -L/home/vpopmail/lib -lvpopmail -lcrypt conftest.c -lvpopmail -lev >&5
- /home/vpopmail/lib/libvpopmail.so: undefined reference to `dlsym'
- /home/vpopmail/lib/libvpopmail.so: undefined reference to `dlerror'
- /home/vpopmail/lib/libvpopmail.so: undefined reference to `dlopen'
- /home/vpopmail/lib/libvpopmail.so: undefined reference to `dlclose'
- collect2: ld returned 1 exit status
- configure:4876: $? = 1
- configure: failed program was:
- | /* confdefs.h. */
- | #define PACKAGE_NAME "vusage"
- | #define PACKAGE_TARNAME "vusage"
- | #define PACKAGE_VERSION "1.0.0"
- | #define PACKAGE_STRING "vusage 1.0.0"
- | #define PACKAGE_BUGREPORT ""
- | #define HAVE_PTHREAD 1
- | #define STDC_HEADERS 1
- | #define HAVE_SYS_TYPES_H 1
- | #define HAVE_SYS_STAT_H 1
- | #define HAVE_STDLIB_H 1
- | #define HAVE_STRING_H 1
- | #define HAVE_MEMORY_H 1
- | #define HAVE_STRINGS_H 1
- | #define HAVE_INTTYPES_H 1
- | #define HAVE_STDINT_H 1
- | #define HAVE_UNISTD_H 1
- | #define HAVE_EV_H 1
- | #define HAVE_LIBEV 1
- | #define HAVE_VPOPMAIL_H 1
- | #define HAVE_VAUTH_H 1
- | /* end confdefs.h. */
- |
- | /* Override any GCC internal prototype to avoid an error.
- | Use char because int might match the return type of a GCC
- | builtin and then its argument prototype would still apply. */
- | #ifdef __cplusplus
- | extern "C"
- | #endif
- | char get_domain_entries ();
- | int
- | main ()
- | {
- | return get_domain_entries ();
- | ;
- | return 0;
- | }
- configure:4894: result: no
- configure:4906: checking for client_query_quick in -lvpopmail
- configure:4941: gcc -o conftest -g -O2 -g -O2 -I/home/vpopmail/include -L/home/vpopmail/lib -lvpopmail -lcrypt conftest.c -lvpopmail -lev >&5
- /home/vpopmail/lib/libvpopmail.so: undefined reference to `dlsym'
- /home/vpopmail/lib/libvpopmail.so: undefined reference to `dlerror'
- /home/vpopmail/lib/libvpopmail.so: undefined reference to `dlopen'
- /home/vpopmail/lib/libvpopmail.so: undefined reference to `dlclose'
- collect2: ld returned 1 exit status
- configure:4947: $? = 1
- configure: failed program was:
- | /* confdefs.h. */
- | #define PACKAGE_NAME "vusage"
- | #define PACKAGE_TARNAME "vusage"
- | #define PACKAGE_VERSION "1.0.0"
- | #define PACKAGE_STRING "vusage 1.0.0"
- | #define PACKAGE_BUGREPORT ""
- | #define HAVE_PTHREAD 1
- | #define STDC_HEADERS 1
- | #define HAVE_SYS_TYPES_H 1
- | #define HAVE_SYS_STAT_H 1
- | #define HAVE_STDLIB_H 1
- | #define HAVE_STRING_H 1
- | #define HAVE_MEMORY_H 1
- | #define HAVE_STRINGS_H 1
- | #define HAVE_INTTYPES_H 1
- | #define HAVE_STDINT_H 1
- | #define HAVE_UNISTD_H 1
- | #define HAVE_EV_H 1
- | #define HAVE_LIBEV 1
- | #define HAVE_VPOPMAIL_H 1
- | #define HAVE_VAUTH_H 1
- | /* end confdefs.h. */
- |
- | /* Override any GCC internal prototype to avoid an error.
- | Use char because int might match the return type of a GCC
- | builtin and then its argument prototype would still apply. */
- | #ifdef __cplusplus
- | extern "C"
- | #endif
- | char client_query_quick ();
- | int
- | main ()
- | {
- | return client_query_quick ();
- | ;
- | return 0;
- | }
- configure:4965: result: no
- configure:4979: error: No vauth_getpw in libvpopmail
- ## ---------------- ##
- ## Cache variables. ##
- ## ---------------- ##
- ac_cv_build=x86_64-unknown-linux-gnu
- ac_cv_c_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_LDFLAGS_set=
- ac_cv_env_LDFLAGS_value=
- ac_cv_env_LIBS_set=
- ac_cv_env_LIBS_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_ev_h=yes
- ac_cv_header_inttypes_h=yes
- ac_cv_header_memory_h=yes
- ac_cv_header_stdc=yes
- ac_cv_header_stdint_h=yes
- ac_cv_header_stdlib_h=yes
- ac_cv_header_string_h=yes
- ac_cv_header_strings_h=yes
- ac_cv_header_sys_stat_h=yes
- ac_cv_header_sys_types_h=yes
- ac_cv_header_unistd_h=yes
- ac_cv_header_vauth_h=yes
- ac_cv_header_vpopmail_h=yes
- ac_cv_host=x86_64-unknown-linux-gnu
- ac_cv_lib_ev_ev_loop_new=yes
- ac_cv_lib_vpopmail_client_query_quick=no
- ac_cv_lib_vpopmail_get_domain_entries=no
- ac_cv_lib_vpopmail_vauth_getall=no
- ac_cv_lib_vpopmail_vauth_getpw=no
- ac_cv_objext=o
- ac_cv_path_EGREP='/bin/grep -E'
- ac_cv_path_GREP=/bin/grep
- ac_cv_prog_CPP='gcc -E'
- ac_cv_prog_ac_ct_CC=gcc
- ac_cv_prog_cc_c89=
- ac_cv_prog_cc_g=yes
- ## ----------------- ##
- ## Output variables. ##
- ## ----------------- ##
- CC='gcc'
- CFLAGS='-g -O2'
- CPP='gcc -E'
- CPPFLAGS='-g -O2 -I/home/vpopmail/include'
- DEFS=''
- ECHO_C=''
- ECHO_N='-n'
- ECHO_T=''
- EGREP='/bin/grep -E'
- EXEEXT=''
- GREP='/bin/grep'
- LDFLAGS=' -L/home/vpopmail/lib -lvpopmail -lcrypt '
- LIBOBJS=''
- LIBS='-lev '
- LTLIBOBJS=''
- OBJEXT='o'
- PACKAGE_BUGREPORT=''
- PACKAGE_NAME='vusage'
- PACKAGE_STRING='vusage 1.0.0'
- PACKAGE_TARNAME='vusage'
- PACKAGE_VERSION='1.0.0'
- PATH_SEPARATOR=':'
- PTHREAD_CC='gcc'
- PTHREAD_CFLAGS='-pthread'
- PTHREAD_LIBS=''
- SHELL='/bin/sh'
- ac_ct_CC='gcc'
- acx_pthread_config=''
- bindir='${exec_prefix}/bin'
- build='x86_64-unknown-linux-gnu'
- build_alias=''
- build_cpu='x86_64'
- build_os='linux-gnu'
- build_vendor='unknown'
- datadir='${datarootdir}'
- datarootdir='${prefix}/share'
- docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
- dvidir='${docdir}'
- exec_prefix='NONE'
- host='x86_64-unknown-linux-gnu'
- host_alias=''
- host_cpu='x86_64'
- host_os='linux-gnu'
- host_vendor='unknown'
- htmldir='${docdir}'
- includedir='${prefix}/include'
- infodir='${datarootdir}/info'
- libdir='${exec_prefix}/lib'
- libexecdir='${exec_prefix}/libexec'
- localedir='${datarootdir}/locale'
- localstatedir='${prefix}/var'
- mandir='${datarootdir}/man'
- oldincludedir='/usr/include'
- pdfdir='${docdir}'
- prefix='NONE'
- program_transform_name='s,x,x,'
- psdir='${docdir}'
- sbindir='${exec_prefix}/sbin'
- sharedstatedir='${prefix}/com'
- sysconfdir='${prefix}/etc'
- target_alias=''
- ## ----------- ##
- ## confdefs.h. ##
- ## ----------- ##
- #define PACKAGE_NAME "vusage"
- #define PACKAGE_TARNAME "vusage"
- #define PACKAGE_VERSION "1.0.0"
- #define PACKAGE_STRING "vusage 1.0.0"
- #define PACKAGE_BUGREPORT ""
- #define HAVE_PTHREAD 1
- #define STDC_HEADERS 1
- #define HAVE_SYS_TYPES_H 1
- #define HAVE_SYS_STAT_H 1
- #define HAVE_STDLIB_H 1
- #define HAVE_STRING_H 1
- #define HAVE_MEMORY_H 1
- #define HAVE_STRINGS_H 1
- #define HAVE_INTTYPES_H 1
- #define HAVE_STDINT_H 1
- #define HAVE_UNISTD_H 1
- #define HAVE_EV_H 1
- #define HAVE_LIBEV 1
- #define HAVE_VPOPMAIL_H 1
- #define HAVE_VAUTH_H 1
- configure: exit 1
Advertisement
Add Comment
Please, Sign In to add comment