removed trash
This commit is contained in:
parent
acba3b5282
commit
ca0c497835
2 changed files with 1 additions and 863 deletions
|
@ -216,7 +216,7 @@ target_alias = @target_alias@
|
|||
top_build_prefix = @top_build_prefix@
|
||||
top_builddir = @top_builddir@
|
||||
top_srcdir = @top_srcdir@
|
||||
sysconf_DATA = vzlogger.conf
|
||||
sysconf_DATA = etc/vzlogger.conf
|
||||
SUBDIRS = src docs
|
||||
all: config.h
|
||||
$(MAKE) $(AM_MAKEFLAGS) all-recursive
|
||||
|
|
862
config.log
862
config.log
|
@ -1,862 +0,0 @@
|
|||
This file contains any messages produced by compilers while
|
||||
running configure, to aid debugging if configure makes a mistake.
|
||||
|
||||
It was created by vzlogger configure 0.2, which was
|
||||
generated by GNU Autoconf 2.67. Invocation command line was
|
||||
|
||||
$ ./configure --build=x86_64-linux-gnu --prefix=/usr --includedir=${prefix}/include --mandir=${prefix}/share/man --infodir=${prefix}/share/info --sysconfdir=/etc --localstatedir=/var --libexecdir=${prefix}/lib/vzlogger --disable-maintainer-mode --disable-dependency-tracking
|
||||
|
||||
## --------- ##
|
||||
## Platform. ##
|
||||
## --------- ##
|
||||
|
||||
hostname = steffen-laptop
|
||||
uname -m = x86_64
|
||||
uname -r = 2.6.32-5-amd64
|
||||
uname -s = Linux
|
||||
uname -v = #1 SMP Wed May 18 23:13:22 UTC 2011
|
||||
|
||||
/usr/bin/uname -p = unknown
|
||||
/bin/uname -X = unknown
|
||||
|
||||
/bin/arch = unknown
|
||||
/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/sbin
|
||||
PATH: /usr/bin
|
||||
PATH: /sbin
|
||||
PATH: /bin
|
||||
PATH: /usr/bin/X11
|
||||
|
||||
|
||||
## ----------- ##
|
||||
## Core tests. ##
|
||||
## ----------- ##
|
||||
|
||||
configure:2271: checking for a BSD-compatible install
|
||||
configure:2339: result: /usr/bin/install -c
|
||||
configure:2350: checking whether build environment is sane
|
||||
configure:2400: result: yes
|
||||
configure:2541: checking for a thread-safe mkdir -p
|
||||
configure:2580: result: /bin/mkdir -p
|
||||
configure:2593: checking for gawk
|
||||
configure:2609: found /usr/bin/gawk
|
||||
configure:2620: result: gawk
|
||||
configure:2631: checking whether make sets $(MAKE)
|
||||
configure:2653: result: yes
|
||||
configure:2788: checking for gcc
|
||||
configure:2804: found /usr/bin/gcc
|
||||
configure:2815: result: gcc
|
||||
configure:3044: checking for C compiler version
|
||||
configure:3053: gcc --version >&5
|
||||
gcc (Debian 4.4.5-8) 4.4.5
|
||||
Copyright (C) 2010 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:3064: $? = 0
|
||||
configure:3053: gcc -v >&5
|
||||
Using built-in specs.
|
||||
Target: x86_64-linux-gnu
|
||||
Configured with: ../src/configure -v --with-pkgversion='Debian 4.4.5-8' --with-bugurl=file:///usr/share/doc/gcc-4.4/README.Bugs --enable-languages=c,c++,fortran,objc,obj-c++ --prefix=/usr --program-suffix=-4.4 --enable-shared --enable-multiarch --enable-linker-build-id --with-system-zlib --libexecdir=/usr/lib --without-included-gettext --enable-threads=posix --with-gxx-include-dir=/usr/include/c++/4.4 --libdir=/usr/lib --enable-nls --enable-clocale=gnu --enable-libstdcxx-debug --enable-objc-gc --with-arch-32=i586 --with-tune=generic --enable-checking=release --build=x86_64-linux-gnu --host=x86_64-linux-gnu --target=x86_64-linux-gnu
|
||||
Thread model: posix
|
||||
gcc version 4.4.5 (Debian 4.4.5-8)
|
||||
configure:3064: $? = 0
|
||||
configure:3053: gcc -V >&5
|
||||
gcc: '-V' option must have argument
|
||||
configure:3064: $? = 1
|
||||
configure:3053: gcc -qversion >&5
|
||||
gcc: unrecognized option '-qversion'
|
||||
gcc: no input files
|
||||
configure:3064: $? = 1
|
||||
configure:3084: checking whether the C compiler works
|
||||
configure:3106: gcc -g -O2 conftest.c >&5
|
||||
configure:3110: $? = 0
|
||||
configure:3158: result: yes
|
||||
configure:3161: checking for C compiler default output file name
|
||||
configure:3163: result: a.out
|
||||
configure:3169: checking for suffix of executables
|
||||
configure:3176: gcc -o conftest -g -O2 conftest.c >&5
|
||||
configure:3180: $? = 0
|
||||
configure:3202: result:
|
||||
configure:3224: checking whether we are cross compiling
|
||||
configure:3232: gcc -o conftest -g -O2 conftest.c >&5
|
||||
configure:3236: $? = 0
|
||||
configure:3243: ./conftest
|
||||
configure:3247: $? = 0
|
||||
configure:3262: result: no
|
||||
configure:3267: checking for suffix of object files
|
||||
configure:3289: gcc -c -g -O2 conftest.c >&5
|
||||
configure:3293: $? = 0
|
||||
configure:3314: result: o
|
||||
configure:3318: checking whether we are using the GNU C compiler
|
||||
configure:3337: gcc -c -g -O2 conftest.c >&5
|
||||
configure:3337: $? = 0
|
||||
configure:3346: result: yes
|
||||
configure:3355: checking whether gcc accepts -g
|
||||
configure:3375: gcc -c -g conftest.c >&5
|
||||
configure:3375: $? = 0
|
||||
configure:3416: result: yes
|
||||
configure:3433: checking for gcc option to accept ISO C89
|
||||
configure:3497: gcc -c -g -O2 conftest.c >&5
|
||||
configure:3497: $? = 0
|
||||
configure:3510: result: none needed
|
||||
configure:3541: checking for style of include used by make
|
||||
configure:3569: result: GNU
|
||||
configure:3594: checking dependency style of gcc
|
||||
configure:3704: result: none
|
||||
configure:3774: checking for pkg-config
|
||||
configure:3792: found /usr/bin/pkg-config
|
||||
configure:3804: result: /usr/bin/pkg-config
|
||||
configure:3829: checking pkg-config is at least version 0.9.0
|
||||
configure:3832: result: yes
|
||||
configure:3842: checking for DEPS
|
||||
configure:3849: $PKG_CONFIG --exists --print-errors "json >= 0.9 libcurl >= 7.21.0 libmicrohttpd >= 0.9.3"
|
||||
configure:3852: $? = 0
|
||||
configure:3865: $PKG_CONFIG --exists --print-errors "json >= 0.9 libcurl >= 7.21.0 libmicrohttpd >= 0.9.3"
|
||||
configure:3868: $? = 0
|
||||
configure:3925: result: yes
|
||||
configure:3937: checking how to run the C preprocessor
|
||||
configure:3968: gcc -E conftest.c
|
||||
configure:3968: $? = 0
|
||||
configure:3982: gcc -E conftest.c
|
||||
conftest.c:11:28: error: ac_nonexistent.h: No such file or directory
|
||||
configure:3982: $? = 1
|
||||
configure: failed program was:
|
||||
| /* confdefs.h */
|
||||
| #define PACKAGE_NAME "vzlogger"
|
||||
| #define PACKAGE_TARNAME "vzlogger"
|
||||
| #define PACKAGE_VERSION "0.2"
|
||||
| #define PACKAGE_STRING "vzlogger 0.2"
|
||||
| #define PACKAGE_BUGREPORT "info@steffenvogel.de"
|
||||
| #define PACKAGE_URL ""
|
||||
| #define PACKAGE "vzlogger"
|
||||
| #define VERSION "0.2"
|
||||
| /* end confdefs.h. */
|
||||
| #include <ac_nonexistent.h>
|
||||
configure:4007: result: gcc -E
|
||||
configure:4027: gcc -E conftest.c
|
||||
configure:4027: $? = 0
|
||||
configure:4041: gcc -E conftest.c
|
||||
conftest.c:11:28: error: ac_nonexistent.h: No such file or directory
|
||||
configure:4041: $? = 1
|
||||
configure: failed program was:
|
||||
| /* confdefs.h */
|
||||
| #define PACKAGE_NAME "vzlogger"
|
||||
| #define PACKAGE_TARNAME "vzlogger"
|
||||
| #define PACKAGE_VERSION "0.2"
|
||||
| #define PACKAGE_STRING "vzlogger 0.2"
|
||||
| #define PACKAGE_BUGREPORT "info@steffenvogel.de"
|
||||
| #define PACKAGE_URL ""
|
||||
| #define PACKAGE "vzlogger"
|
||||
| #define VERSION "0.2"
|
||||
| /* end confdefs.h. */
|
||||
| #include <ac_nonexistent.h>
|
||||
configure:4070: checking for grep that handles long lines and -e
|
||||
configure:4128: result: /bin/grep
|
||||
configure:4133: checking for egrep
|
||||
configure:4195: result: /bin/grep -E
|
||||
configure:4200: checking for ANSI C header files
|
||||
configure:4220: gcc -c -g -O2 conftest.c >&5
|
||||
configure:4220: $? = 0
|
||||
configure:4293: gcc -o conftest -g -O2 conftest.c >&5
|
||||
configure:4293: $? = 0
|
||||
configure:4293: ./conftest
|
||||
configure:4293: $? = 0
|
||||
configure:4304: result: yes
|
||||
configure:4317: checking for sys/types.h
|
||||
configure:4317: gcc -c -g -O2 conftest.c >&5
|
||||
configure:4317: $? = 0
|
||||
configure:4317: result: yes
|
||||
configure:4317: checking for sys/stat.h
|
||||
configure:4317: gcc -c -g -O2 conftest.c >&5
|
||||
configure:4317: $? = 0
|
||||
configure:4317: result: yes
|
||||
configure:4317: checking for stdlib.h
|
||||
configure:4317: gcc -c -g -O2 conftest.c >&5
|
||||
configure:4317: $? = 0
|
||||
configure:4317: result: yes
|
||||
configure:4317: checking for string.h
|
||||
configure:4317: gcc -c -g -O2 conftest.c >&5
|
||||
configure:4317: $? = 0
|
||||
configure:4317: result: yes
|
||||
configure:4317: checking for memory.h
|
||||
configure:4317: gcc -c -g -O2 conftest.c >&5
|
||||
configure:4317: $? = 0
|
||||
configure:4317: result: yes
|
||||
configure:4317: checking for strings.h
|
||||
configure:4317: gcc -c -g -O2 conftest.c >&5
|
||||
configure:4317: $? = 0
|
||||
configure:4317: result: yes
|
||||
configure:4317: checking for inttypes.h
|
||||
configure:4317: gcc -c -g -O2 conftest.c >&5
|
||||
configure:4317: $? = 0
|
||||
configure:4317: result: yes
|
||||
configure:4317: checking for stdint.h
|
||||
configure:4317: gcc -c -g -O2 conftest.c >&5
|
||||
configure:4317: $? = 0
|
||||
configure:4317: result: yes
|
||||
configure:4317: checking for unistd.h
|
||||
configure:4317: gcc -c -g -O2 conftest.c >&5
|
||||
configure:4317: $? = 0
|
||||
configure:4317: result: yes
|
||||
configure:4332: checking fcntl.h usability
|
||||
configure:4332: gcc -c -g -O2 conftest.c >&5
|
||||
configure:4332: $? = 0
|
||||
configure:4332: result: yes
|
||||
configure:4332: checking fcntl.h presence
|
||||
configure:4332: gcc -E conftest.c
|
||||
configure:4332: $? = 0
|
||||
configure:4332: result: yes
|
||||
configure:4332: checking for fcntl.h
|
||||
configure:4332: result: yes
|
||||
configure:4332: checking stddef.h usability
|
||||
configure:4332: gcc -c -g -O2 conftest.c >&5
|
||||
configure:4332: $? = 0
|
||||
configure:4332: result: yes
|
||||
configure:4332: checking stddef.h presence
|
||||
configure:4332: gcc -E conftest.c
|
||||
configure:4332: $? = 0
|
||||
configure:4332: result: yes
|
||||
configure:4332: checking for stddef.h
|
||||
configure:4332: result: yes
|
||||
configure:4332: checking for stdint.h
|
||||
configure:4332: result: yes
|
||||
configure:4332: checking for stdlib.h
|
||||
configure:4332: result: yes
|
||||
configure:4332: checking for string.h
|
||||
configure:4332: result: yes
|
||||
configure:4332: checking sys/time.h usability
|
||||
configure:4332: gcc -c -g -O2 conftest.c >&5
|
||||
configure:4332: $? = 0
|
||||
configure:4332: result: yes
|
||||
configure:4332: checking sys/time.h presence
|
||||
configure:4332: gcc -E conftest.c
|
||||
configure:4332: $? = 0
|
||||
configure:4332: result: yes
|
||||
configure:4332: checking for sys/time.h
|
||||
configure:4332: result: yes
|
||||
configure:4332: checking termios.h usability
|
||||
configure:4332: gcc -c -g -O2 conftest.c >&5
|
||||
configure:4332: $? = 0
|
||||
configure:4332: result: yes
|
||||
configure:4332: checking termios.h presence
|
||||
configure:4332: gcc -E conftest.c
|
||||
configure:4332: $? = 0
|
||||
configure:4332: result: yes
|
||||
configure:4332: checking for termios.h
|
||||
configure:4332: result: yes
|
||||
configure:4332: checking for unistd.h
|
||||
configure:4332: result: yes
|
||||
configure:4344: checking for mode_t
|
||||
configure:4344: gcc -c -g -O2 conftest.c >&5
|
||||
configure:4344: $? = 0
|
||||
configure:4344: gcc -c -g -O2 conftest.c >&5
|
||||
conftest.c: In function 'main':
|
||||
conftest.c:65: error: expected expression before ')' token
|
||||
configure:4344: $? = 1
|
||||
configure: failed program was:
|
||||
| /* confdefs.h */
|
||||
| #define PACKAGE_NAME "vzlogger"
|
||||
| #define PACKAGE_TARNAME "vzlogger"
|
||||
| #define PACKAGE_VERSION "0.2"
|
||||
| #define PACKAGE_STRING "vzlogger 0.2"
|
||||
| #define PACKAGE_BUGREPORT "info@steffenvogel.de"
|
||||
| #define PACKAGE_URL ""
|
||||
| #define PACKAGE "vzlogger"
|
||||
| #define VERSION "0.2"
|
||||
| #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_FCNTL_H 1
|
||||
| #define HAVE_STDDEF_H 1
|
||||
| #define HAVE_STDINT_H 1
|
||||
| #define HAVE_STDLIB_H 1
|
||||
| #define HAVE_STRING_H 1
|
||||
| #define HAVE_SYS_TIME_H 1
|
||||
| #define HAVE_TERMIOS_H 1
|
||||
| #define HAVE_UNISTD_H 1
|
||||
| /* end confdefs.h. */
|
||||
| #include <stdio.h>
|
||||
| #ifdef HAVE_SYS_TYPES_H
|
||||
| # include <sys/types.h>
|
||||
| #endif
|
||||
| #ifdef HAVE_SYS_STAT_H
|
||||
| # include <sys/stat.h>
|
||||
| #endif
|
||||
| #ifdef STDC_HEADERS
|
||||
| # include <stdlib.h>
|
||||
| # include <stddef.h>
|
||||
| #else
|
||||
| # ifdef HAVE_STDLIB_H
|
||||
| # include <stdlib.h>
|
||||
| # endif
|
||||
| #endif
|
||||
| #ifdef HAVE_STRING_H
|
||||
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
|
||||
| # include <memory.h>
|
||||
| # endif
|
||||
| # include <string.h>
|
||||
| #endif
|
||||
| #ifdef HAVE_STRINGS_H
|
||||
| # include <strings.h>
|
||||
| #endif
|
||||
| #ifdef HAVE_INTTYPES_H
|
||||
| # include <inttypes.h>
|
||||
| #endif
|
||||
| #ifdef HAVE_STDINT_H
|
||||
| # include <stdint.h>
|
||||
| #endif
|
||||
| #ifdef HAVE_UNISTD_H
|
||||
| # include <unistd.h>
|
||||
| #endif
|
||||
| int
|
||||
| main ()
|
||||
| {
|
||||
| if (sizeof ((mode_t)))
|
||||
| return 0;
|
||||
| ;
|
||||
| return 0;
|
||||
| }
|
||||
configure:4344: result: yes
|
||||
configure:4355: checking for size_t
|
||||
configure:4355: gcc -c -g -O2 conftest.c >&5
|
||||
configure:4355: $? = 0
|
||||
configure:4355: gcc -c -g -O2 conftest.c >&5
|
||||
conftest.c: In function 'main':
|
||||
conftest.c:65: error: expected expression before ')' token
|
||||
configure:4355: $? = 1
|
||||
configure: failed program was:
|
||||
| /* confdefs.h */
|
||||
| #define PACKAGE_NAME "vzlogger"
|
||||
| #define PACKAGE_TARNAME "vzlogger"
|
||||
| #define PACKAGE_VERSION "0.2"
|
||||
| #define PACKAGE_STRING "vzlogger 0.2"
|
||||
| #define PACKAGE_BUGREPORT "info@steffenvogel.de"
|
||||
| #define PACKAGE_URL ""
|
||||
| #define PACKAGE "vzlogger"
|
||||
| #define VERSION "0.2"
|
||||
| #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_FCNTL_H 1
|
||||
| #define HAVE_STDDEF_H 1
|
||||
| #define HAVE_STDINT_H 1
|
||||
| #define HAVE_STDLIB_H 1
|
||||
| #define HAVE_STRING_H 1
|
||||
| #define HAVE_SYS_TIME_H 1
|
||||
| #define HAVE_TERMIOS_H 1
|
||||
| #define HAVE_UNISTD_H 1
|
||||
| /* end confdefs.h. */
|
||||
| #include <stdio.h>
|
||||
| #ifdef HAVE_SYS_TYPES_H
|
||||
| # include <sys/types.h>
|
||||
| #endif
|
||||
| #ifdef HAVE_SYS_STAT_H
|
||||
| # include <sys/stat.h>
|
||||
| #endif
|
||||
| #ifdef STDC_HEADERS
|
||||
| # include <stdlib.h>
|
||||
| # include <stddef.h>
|
||||
| #else
|
||||
| # ifdef HAVE_STDLIB_H
|
||||
| # include <stdlib.h>
|
||||
| # endif
|
||||
| #endif
|
||||
| #ifdef HAVE_STRING_H
|
||||
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
|
||||
| # include <memory.h>
|
||||
| # endif
|
||||
| # include <string.h>
|
||||
| #endif
|
||||
| #ifdef HAVE_STRINGS_H
|
||||
| # include <strings.h>
|
||||
| #endif
|
||||
| #ifdef HAVE_INTTYPES_H
|
||||
| # include <inttypes.h>
|
||||
| #endif
|
||||
| #ifdef HAVE_STDINT_H
|
||||
| # include <stdint.h>
|
||||
| #endif
|
||||
| #ifdef HAVE_UNISTD_H
|
||||
| # include <unistd.h>
|
||||
| #endif
|
||||
| int
|
||||
| main ()
|
||||
| {
|
||||
| if (sizeof ((size_t)))
|
||||
| return 0;
|
||||
| ;
|
||||
| return 0;
|
||||
| }
|
||||
configure:4355: result: yes
|
||||
configure:4370: checking for stdlib.h
|
||||
configure:4370: result: yes
|
||||
configure:4380: checking for GNU libc compatible malloc
|
||||
configure:4404: gcc -o conftest -g -O2 conftest.c >&5
|
||||
configure:4404: $? = 0
|
||||
configure:4404: ./conftest
|
||||
configure:4404: $? = 0
|
||||
configure:4414: result: yes
|
||||
configure:4437: checking for stdlib.h
|
||||
configure:4437: result: yes
|
||||
configure:4447: checking for GNU libc compatible realloc
|
||||
configure:4471: gcc -o conftest -g -O2 conftest.c >&5
|
||||
configure:4471: $? = 0
|
||||
configure:4471: ./conftest
|
||||
configure:4471: $? = 0
|
||||
configure:4481: result: yes
|
||||
configure:4502: checking whether strerror_r is declared
|
||||
configure:4502: gcc -c -g -O2 conftest.c >&5
|
||||
configure:4502: $? = 0
|
||||
configure:4502: result: yes
|
||||
configure:4515: checking for strerror_r
|
||||
configure:4515: gcc -o conftest -g -O2 conftest.c >&5
|
||||
configure:4515: $? = 0
|
||||
configure:4515: result: yes
|
||||
configure:4524: checking whether strerror_r returns char *
|
||||
configure:4548: gcc -c -g -O2 conftest.c >&5
|
||||
conftest.c: In function 'main':
|
||||
conftest.c:73: error: invalid type argument of 'unary *' (have 'int')
|
||||
conftest.c:74: warning: initialization makes pointer from integer without a cast
|
||||
configure:4548: $? = 1
|
||||
configure: failed program was:
|
||||
| /* confdefs.h */
|
||||
| #define PACKAGE_NAME "vzlogger"
|
||||
| #define PACKAGE_TARNAME "vzlogger"
|
||||
| #define PACKAGE_VERSION "0.2"
|
||||
| #define PACKAGE_STRING "vzlogger 0.2"
|
||||
| #define PACKAGE_BUGREPORT "info@steffenvogel.de"
|
||||
| #define PACKAGE_URL ""
|
||||
| #define PACKAGE "vzlogger"
|
||||
| #define VERSION "0.2"
|
||||
| #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_FCNTL_H 1
|
||||
| #define HAVE_STDDEF_H 1
|
||||
| #define HAVE_STDINT_H 1
|
||||
| #define HAVE_STDLIB_H 1
|
||||
| #define HAVE_STRING_H 1
|
||||
| #define HAVE_SYS_TIME_H 1
|
||||
| #define HAVE_TERMIOS_H 1
|
||||
| #define HAVE_UNISTD_H 1
|
||||
| #define HAVE_STDLIB_H 1
|
||||
| #define HAVE_MALLOC 1
|
||||
| #define HAVE_STDLIB_H 1
|
||||
| #define HAVE_REALLOC 1
|
||||
| #define HAVE_DECL_STRERROR_R 1
|
||||
| #define HAVE_STRERROR_R 1
|
||||
| /* end confdefs.h. */
|
||||
| #include <stdio.h>
|
||||
| #ifdef HAVE_SYS_TYPES_H
|
||||
| # include <sys/types.h>
|
||||
| #endif
|
||||
| #ifdef HAVE_SYS_STAT_H
|
||||
| # include <sys/stat.h>
|
||||
| #endif
|
||||
| #ifdef STDC_HEADERS
|
||||
| # include <stdlib.h>
|
||||
| # include <stddef.h>
|
||||
| #else
|
||||
| # ifdef HAVE_STDLIB_H
|
||||
| # include <stdlib.h>
|
||||
| # endif
|
||||
| #endif
|
||||
| #ifdef HAVE_STRING_H
|
||||
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
|
||||
| # include <memory.h>
|
||||
| # endif
|
||||
| # include <string.h>
|
||||
| #endif
|
||||
| #ifdef HAVE_STRINGS_H
|
||||
| # include <strings.h>
|
||||
| #endif
|
||||
| #ifdef HAVE_INTTYPES_H
|
||||
| # include <inttypes.h>
|
||||
| #endif
|
||||
| #ifdef HAVE_STDINT_H
|
||||
| # include <stdint.h>
|
||||
| #endif
|
||||
| #ifdef HAVE_UNISTD_H
|
||||
| # include <unistd.h>
|
||||
| #endif
|
||||
| int
|
||||
| main ()
|
||||
| {
|
||||
|
|
||||
| char buf[100];
|
||||
| char x = *strerror_r (0, buf, sizeof buf);
|
||||
| char *p = strerror_r (0, buf, sizeof buf);
|
||||
| return !p || x;
|
||||
|
|
||||
| ;
|
||||
| return 0;
|
||||
| }
|
||||
configure:4586: result: no
|
||||
configure:4597: checking for gettimeofday
|
||||
configure:4597: gcc -o conftest -g -O2 conftest.c >&5
|
||||
configure:4597: $? = 0
|
||||
configure:4597: result: yes
|
||||
configure:4597: checking for memset
|
||||
configure:4597: gcc -o conftest -g -O2 conftest.c >&5
|
||||
conftest.c:59: warning: conflicting types for built-in function 'memset'
|
||||
configure:4597: $? = 0
|
||||
configure:4597: result: yes
|
||||
configure:4597: checking for sqrt
|
||||
configure:4597: gcc -o conftest -g -O2 conftest.c >&5
|
||||
conftest.c:60: warning: conflicting types for built-in function 'sqrt'
|
||||
/tmp/ccgAyKgc.o: In function `main':
|
||||
/home/stv0g/workspace/volkszaehler.org/misc/controller/vzlogger/conftest.c:71: undefined reference to `sqrt'
|
||||
collect2: ld returned 1 exit status
|
||||
configure:4597: $? = 1
|
||||
configure: failed program was:
|
||||
| /* confdefs.h */
|
||||
| #define PACKAGE_NAME "vzlogger"
|
||||
| #define PACKAGE_TARNAME "vzlogger"
|
||||
| #define PACKAGE_VERSION "0.2"
|
||||
| #define PACKAGE_STRING "vzlogger 0.2"
|
||||
| #define PACKAGE_BUGREPORT "info@steffenvogel.de"
|
||||
| #define PACKAGE_URL ""
|
||||
| #define PACKAGE "vzlogger"
|
||||
| #define VERSION "0.2"
|
||||
| #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_FCNTL_H 1
|
||||
| #define HAVE_STDDEF_H 1
|
||||
| #define HAVE_STDINT_H 1
|
||||
| #define HAVE_STDLIB_H 1
|
||||
| #define HAVE_STRING_H 1
|
||||
| #define HAVE_SYS_TIME_H 1
|
||||
| #define HAVE_TERMIOS_H 1
|
||||
| #define HAVE_UNISTD_H 1
|
||||
| #define HAVE_STDLIB_H 1
|
||||
| #define HAVE_MALLOC 1
|
||||
| #define HAVE_STDLIB_H 1
|
||||
| #define HAVE_REALLOC 1
|
||||
| #define HAVE_DECL_STRERROR_R 1
|
||||
| #define HAVE_STRERROR_R 1
|
||||
| #define HAVE_GETTIMEOFDAY 1
|
||||
| #define HAVE_MEMSET 1
|
||||
| /* end confdefs.h. */
|
||||
| /* Define sqrt to an innocuous variant, in case <limits.h> declares sqrt.
|
||||
| For example, HP-UX 11i <limits.h> declares gettimeofday. */
|
||||
| #define sqrt innocuous_sqrt
|
||||
|
|
||||
| /* System header to define __stub macros and hopefully few prototypes,
|
||||
| which can conflict with char sqrt (); below.
|
||||
| Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
|
||||
| <limits.h> exists even on freestanding compilers. */
|
||||
|
|
||||
| #ifdef __STDC__
|
||||
| # include <limits.h>
|
||||
| #else
|
||||
| # include <assert.h>
|
||||
| #endif
|
||||
|
|
||||
| #undef sqrt
|
||||
|
|
||||
| /* 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 sqrt ();
|
||||
| /* The GNU C library defines this for functions which it implements
|
||||
| to always fail with ENOSYS. Some functions are actually named
|
||||
| something starting with __ and the normal name is an alias. */
|
||||
| #if defined __stub_sqrt || defined __stub___sqrt
|
||||
| choke me
|
||||
| #endif
|
||||
|
|
||||
| int
|
||||
| main ()
|
||||
| {
|
||||
| return sqrt ();
|
||||
| ;
|
||||
| return 0;
|
||||
| }
|
||||
configure:4597: result: no
|
||||
configure:4597: checking for strchr
|
||||
configure:4597: gcc -o conftest -g -O2 conftest.c >&5
|
||||
conftest.c:60: warning: conflicting types for built-in function 'strchr'
|
||||
configure:4597: $? = 0
|
||||
configure:4597: result: yes
|
||||
configure:4597: checking for strtol
|
||||
configure:4597: gcc -o conftest -g -O2 conftest.c >&5
|
||||
configure:4597: $? = 0
|
||||
configure:4597: result: yes
|
||||
configure:4608: checking whether to build with debug information
|
||||
configure:4617: result: no
|
||||
configure:4751: creating ./config.status
|
||||
|
||||
## ---------------------- ##
|
||||
## Running config.status. ##
|
||||
## ---------------------- ##
|
||||
|
||||
This file was extended by vzlogger config.status 0.2, which was
|
||||
generated by GNU Autoconf 2.67. Invocation command line was
|
||||
|
||||
CONFIG_FILES =
|
||||
CONFIG_HEADERS =
|
||||
CONFIG_LINKS =
|
||||
CONFIG_COMMANDS =
|
||||
$ ./config.status
|
||||
|
||||
on steffen-laptop
|
||||
|
||||
config.status:882: creating Makefile
|
||||
config.status:882: creating src/Makefile
|
||||
config.status:882: creating docs/Makefile
|
||||
config.status:882: creating config.h
|
||||
config.status:1110: executing depfiles commands
|
||||
configure:6075: WARNING: unrecognized options: --disable-maintainer-mode
|
||||
|
||||
## ---------------- ##
|
||||
## Cache variables. ##
|
||||
## ---------------- ##
|
||||
|
||||
ac_cv_c_compiler_gnu=yes
|
||||
ac_cv_env_CC_set=
|
||||
ac_cv_env_CC_value=
|
||||
ac_cv_env_CFLAGS_set=set
|
||||
ac_cv_env_CFLAGS_value='-g -O2'
|
||||
ac_cv_env_CPPFLAGS_set=set
|
||||
ac_cv_env_CPPFLAGS_value=
|
||||
ac_cv_env_CPP_set=
|
||||
ac_cv_env_CPP_value=
|
||||
ac_cv_env_DEPS_CFLAGS_set=
|
||||
ac_cv_env_DEPS_CFLAGS_value=
|
||||
ac_cv_env_DEPS_LIBS_set=
|
||||
ac_cv_env_DEPS_LIBS_value=
|
||||
ac_cv_env_LDFLAGS_set=set
|
||||
ac_cv_env_LDFLAGS_value=
|
||||
ac_cv_env_LIBS_set=
|
||||
ac_cv_env_LIBS_value=
|
||||
ac_cv_env_PKG_CONFIG_LIBDIR_set=
|
||||
ac_cv_env_PKG_CONFIG_LIBDIR_value=
|
||||
ac_cv_env_PKG_CONFIG_PATH_set=
|
||||
ac_cv_env_PKG_CONFIG_PATH_value=
|
||||
ac_cv_env_PKG_CONFIG_set=
|
||||
ac_cv_env_PKG_CONFIG_value=
|
||||
ac_cv_env_build_alias_set=set
|
||||
ac_cv_env_build_alias_value=x86_64-linux-gnu
|
||||
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_func_gettimeofday=yes
|
||||
ac_cv_func_malloc_0_nonnull=yes
|
||||
ac_cv_func_memset=yes
|
||||
ac_cv_func_realloc_0_nonnull=yes
|
||||
ac_cv_func_sqrt=no
|
||||
ac_cv_func_strchr=yes
|
||||
ac_cv_func_strerror_r=yes
|
||||
ac_cv_func_strerror_r_char_p=no
|
||||
ac_cv_func_strtol=yes
|
||||
ac_cv_have_decl_strerror_r=yes
|
||||
ac_cv_header_fcntl_h=yes
|
||||
ac_cv_header_inttypes_h=yes
|
||||
ac_cv_header_memory_h=yes
|
||||
ac_cv_header_stdc=yes
|
||||
ac_cv_header_stddef_h=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_time_h=yes
|
||||
ac_cv_header_sys_types_h=yes
|
||||
ac_cv_header_termios_h=yes
|
||||
ac_cv_header_unistd_h=yes
|
||||
ac_cv_objext=o
|
||||
ac_cv_path_EGREP='/bin/grep -E'
|
||||
ac_cv_path_GREP=/bin/grep
|
||||
ac_cv_path_ac_pt_PKG_CONFIG=/usr/bin/pkg-config
|
||||
ac_cv_path_install='/usr/bin/install -c'
|
||||
ac_cv_path_mkdir=/bin/mkdir
|
||||
ac_cv_prog_AWK=gawk
|
||||
ac_cv_prog_CPP='gcc -E'
|
||||
ac_cv_prog_ac_ct_CC=gcc
|
||||
ac_cv_prog_cc_c89=
|
||||
ac_cv_prog_cc_g=yes
|
||||
ac_cv_prog_make_make_set=yes
|
||||
ac_cv_type_mode_t=yes
|
||||
ac_cv_type_size_t=yes
|
||||
am_cv_CC_dependencies_compiler_type=none
|
||||
pkg_cv_DEPS_CFLAGS='-I/usr/include/json '
|
||||
pkg_cv_DEPS_LIBS='-ljson -lcurl -lmicrohttpd '
|
||||
|
||||
## ----------------- ##
|
||||
## Output variables. ##
|
||||
## ----------------- ##
|
||||
|
||||
ACLOCAL='${SHELL} /home/stv0g/workspace/volkszaehler.org/misc/controller/vzlogger/missing --run aclocal-1.11'
|
||||
AMDEPBACKSLASH=''
|
||||
AMDEP_FALSE=''
|
||||
AMDEP_TRUE='#'
|
||||
AMTAR='${SHELL} /home/stv0g/workspace/volkszaehler.org/misc/controller/vzlogger/missing --run tar'
|
||||
AUTOCONF='${SHELL} /home/stv0g/workspace/volkszaehler.org/misc/controller/vzlogger/missing --run autoconf'
|
||||
AUTOHEADER='${SHELL} /home/stv0g/workspace/volkszaehler.org/misc/controller/vzlogger/missing --run autoheader'
|
||||
AUTOMAKE='${SHELL} /home/stv0g/workspace/volkszaehler.org/misc/controller/vzlogger/missing --run automake-1.11'
|
||||
AWK='gawk'
|
||||
CC='gcc'
|
||||
CCDEPMODE='depmode=none'
|
||||
CFLAGS='-g -O2'
|
||||
CPP='gcc -E'
|
||||
CPPFLAGS=''
|
||||
CYGPATH_W='echo'
|
||||
DEFS='-DHAVE_CONFIG_H'
|
||||
DEPDIR='.deps'
|
||||
DEPS_CFLAGS='-I/usr/include/json '
|
||||
DEPS_LIBS='-ljson -lcurl -lmicrohttpd '
|
||||
ECHO_C=''
|
||||
ECHO_N='-n'
|
||||
ECHO_T=''
|
||||
EGREP='/bin/grep -E'
|
||||
EXEEXT=''
|
||||
GREP='/bin/grep'
|
||||
INSTALL_DATA='${INSTALL} -m 644'
|
||||
INSTALL_PROGRAM='${INSTALL}'
|
||||
INSTALL_SCRIPT='${INSTALL}'
|
||||
INSTALL_STRIP_PROGRAM='$(install_sh) -c -s'
|
||||
LDFLAGS=''
|
||||
LIBOBJS=''
|
||||
LIBS=''
|
||||
LTLIBOBJS=''
|
||||
MAKEINFO='${SHELL} /home/stv0g/workspace/volkszaehler.org/misc/controller/vzlogger/missing --run makeinfo'
|
||||
MKDIR_P='/bin/mkdir -p'
|
||||
OBJEXT='o'
|
||||
PACKAGE='vzlogger'
|
||||
PACKAGE_BUGREPORT='info@steffenvogel.de'
|
||||
PACKAGE_NAME='vzlogger'
|
||||
PACKAGE_STRING='vzlogger 0.2'
|
||||
PACKAGE_TARNAME='vzlogger'
|
||||
PACKAGE_URL=''
|
||||
PACKAGE_VERSION='0.2'
|
||||
PATH_SEPARATOR=':'
|
||||
PKG_CONFIG='/usr/bin/pkg-config'
|
||||
PKG_CONFIG_LIBDIR=''
|
||||
PKG_CONFIG_PATH=''
|
||||
SET_MAKE=''
|
||||
SHELL='/bin/bash'
|
||||
STRIP=''
|
||||
VERSION='0.2'
|
||||
ac_ct_CC='gcc'
|
||||
am__EXEEXT_FALSE=''
|
||||
am__EXEEXT_TRUE='#'
|
||||
am__fastdepCC_FALSE=''
|
||||
am__fastdepCC_TRUE='#'
|
||||
am__include='include'
|
||||
am__isrc=''
|
||||
am__leading_dot='.'
|
||||
am__quote=''
|
||||
am__tar='${AMTAR} chof - "$$tardir"'
|
||||
am__untar='${AMTAR} xf -'
|
||||
bindir='${exec_prefix}/bin'
|
||||
build_alias='x86_64-linux-gnu'
|
||||
datadir='${datarootdir}'
|
||||
datarootdir='${prefix}/share'
|
||||
docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
|
||||
dvidir='${docdir}'
|
||||
exec_prefix='${prefix}'
|
||||
host_alias=''
|
||||
htmldir='${docdir}'
|
||||
includedir='${prefix}/include'
|
||||
infodir='${prefix}/share/info'
|
||||
install_sh='${SHELL} /home/stv0g/workspace/volkszaehler.org/misc/controller/vzlogger/install-sh'
|
||||
libdir='${exec_prefix}/lib'
|
||||
libexecdir='${prefix}/lib/vzlogger'
|
||||
localedir='${datarootdir}/locale'
|
||||
localstatedir='/var'
|
||||
mandir='${prefix}/share/man'
|
||||
mkdir_p='/bin/mkdir -p'
|
||||
oldincludedir='/usr/include'
|
||||
pdfdir='${docdir}'
|
||||
prefix='/usr'
|
||||
program_transform_name='s,x,x,'
|
||||
psdir='${docdir}'
|
||||
sbindir='${exec_prefix}/sbin'
|
||||
sharedstatedir='${prefix}/com'
|
||||
sysconfdir='/etc'
|
||||
target_alias=''
|
||||
|
||||
## ----------- ##
|
||||
## confdefs.h. ##
|
||||
## ----------- ##
|
||||
|
||||
/* confdefs.h */
|
||||
#define PACKAGE_NAME "vzlogger"
|
||||
#define PACKAGE_TARNAME "vzlogger"
|
||||
#define PACKAGE_VERSION "0.2"
|
||||
#define PACKAGE_STRING "vzlogger 0.2"
|
||||
#define PACKAGE_BUGREPORT "info@steffenvogel.de"
|
||||
#define PACKAGE_URL ""
|
||||
#define PACKAGE "vzlogger"
|
||||
#define VERSION "0.2"
|
||||
#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_FCNTL_H 1
|
||||
#define HAVE_STDDEF_H 1
|
||||
#define HAVE_STDINT_H 1
|
||||
#define HAVE_STDLIB_H 1
|
||||
#define HAVE_STRING_H 1
|
||||
#define HAVE_SYS_TIME_H 1
|
||||
#define HAVE_TERMIOS_H 1
|
||||
#define HAVE_UNISTD_H 1
|
||||
#define HAVE_STDLIB_H 1
|
||||
#define HAVE_MALLOC 1
|
||||
#define HAVE_STDLIB_H 1
|
||||
#define HAVE_REALLOC 1
|
||||
#define HAVE_DECL_STRERROR_R 1
|
||||
#define HAVE_STRERROR_R 1
|
||||
#define HAVE_GETTIMEOFDAY 1
|
||||
#define HAVE_MEMSET 1
|
||||
#define HAVE_STRCHR 1
|
||||
#define HAVE_STRTOL 1
|
||||
#define NDEBUG /**/
|
||||
|
||||
configure: exit 0
|
Loading…
Add table
Reference in a new issue