Skip to content

Instantly share code, notes, and snippets.

@dr0i
Created February 2, 2017 07:32
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save dr0i/ed4eb9fc829ff0936ce81720f6db05d7 to your computer and use it in GitHub Desktop.
Save dr0i/ed4eb9fc829ff0936ce81720f6db05d7 to your computer and use it in GitHub Desktop.
It was created by pwsafe.cpp configure 0.2.1beta, which was
generated by GNU Autoconf 2.69. Invocation command line was
$ ./configure
## --------- ##
## Platform. ##
## --------- ##
hostname = erde
uname -m = x86_64
uname -r = 4.4.0-53-generic
uname -s = Linux
uname -v = #74-Ubuntu SMP Fri Dec 2 15:59:10 UTC 2016
/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: /home/pc/local/node/bin
PATH: /home/pc/local/node/bin
PATH: /usr/local/sbin
PATH: /usr/local/bin
PATH: /usr/sbin
PATH: /usr/bin
PATH: /sbin
PATH: /bin
PATH: /usr/games
PATH: /usr/local/games
PATH: /home/shared/apps/
PATH: .
PATH: wais_proxy
PATH: /sbin/
PATH: /home/shared/apps/yed/yEd
PATH: /home/shared/apps/rjar//bin
PATH: /usr/sbin
PATH: /home/pc/play/
PATH: /home/shared/apps/
PATH: .
PATH: wais_proxy
PATH: /sbin/
PATH: /home/shared/apps/yed/yEd
PATH: /home/shared/apps/rjar//bin
PATH: /usr/sbin
PATH: /home/pc/play/
## ----------- ##
## Core tests. ##
## ----------- ##
configure:2332: checking for a BSD-compatible install
configure:2400: result: /usr/bin/install -c
configure:2411: checking whether build environment is sane
configure:2466: result: yes
configure:2504: WARNING: 'missing' script is too old or missing
configure:2617: checking for a thread-safe mkdir -p
configure:2656: result: /bin/mkdir -p
configure:2663: checking for gawk
configure:2679: found /usr/bin/gawk
configure:2690: result: gawk
configure:2701: checking whether make sets $(MAKE)
configure:2723: result: yes
configure:2752: checking whether make supports nested variables
configure:2769: result: yes
configure:2941: checking build system type
configure:2955: result: x86_64-unknown-linux-gnu
configure:2975: checking host system type
configure:2988: result: x86_64-unknown-linux-gnu
configure:3058: checking for gcc
configure:3074: found /usr/bin/gcc
configure:3085: result: gcc
configure:3314: checking for C compiler version
configure:3323: gcc --version >&5
gcc (Ubuntu 5.4.0-6ubuntu1~16.04.4) 5.4.0 20160609
Copyright (C) 2015 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:3334: $? = 0
configure:3323: gcc -v >&5
Using built-in specs.
COLLECT_GCC=gcc
COLLECT_LTO_WRAPPER=/usr/lib/gcc/x86_64-linux-gnu/5/lto-wrapper
Target: x86_64-linux-gnu
Configured with: ../src/configure -v --with-pkgversion='Ubuntu 5.4.0-6ubuntu1~16.04.4' --with-bugurl=file:///usr/share/doc/gcc-5/README.Bugs --enable-languages=c,ada,c++,java,go,d,fortran,objc,obj-c++ --prefix=/usr --program-suffix=-5 --enable-shared --enable-linker-build-id --libexecdir=/usr/lib --without-included-gettext --enable-threads=posix --libdir=/usr/lib --enable-nls --with-sysroot=/ --enable-clocale=gnu --enable-libstdcxx-debug --enable-libstdcxx-time=yes --with-default-libstdcxx-abi=new --enable-gnu-unique-object --disable-vtable-verify --enable-libmpx --enable-plugin --with-system-zlib --disable-browser-plugin --enable-java-awt=gtk --enable-gtk-cairo --with-java-home=/usr/lib/jvm/java-1.5.0-gcj-5-amd64/jre --enable-java-home --with-jvm-root-dir=/usr/lib/jvm/java-1.5.0-gcj-5-amd64 --with-jvm-jar-dir=/usr/lib/jvm-exports/java-1.5.0-gcj-5-amd64 --with-arch-directory=amd64 --with-ecj-jar=/usr/share/java/eclipse-ecj.jar --enable-objc-gc --enable-multiarch --disable-werror --with-arch-32=i686 --with-abi=m64 --with-multilib-list=m32,m64,mx32 --enable-multilib --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 5.4.0 20160609 (Ubuntu 5.4.0-6ubuntu1~16.04.4)
configure:3334: $? = 0
configure:3323: gcc -V >&5
gcc: error: unrecognized command line option '-V'
gcc: fatal error: no input files
compilation terminated.
configure:3334: $? = 1
configure:3323: gcc -qversion >&5
gcc: error: unrecognized command line option '-qversion'
gcc: fatal error: no input files
compilation terminated.
configure:3334: $? = 1
configure:3354: checking whether the C compiler works
configure:3376: gcc conftest.c >&5
configure:3380: $? = 0
configure:3428: result: yes
configure:3431: checking for C compiler default output file name
configure:3433: result: a.out
configure:3439: checking for suffix of executables
configure:3446: gcc -o conftest conftest.c >&5
configure:3450: $? = 0
configure:3472: result:
configure:3494: checking whether we are cross compiling
configure:3502: gcc -o conftest conftest.c >&5
configure:3506: $? = 0
configure:3513: ./conftest
configure:3517: $? = 0
configure:3532: result: no
configure:3537: checking for suffix of object files
configure:3559: gcc -c conftest.c >&5
configure:3563: $? = 0
configure:3584: result: o
configure:3588: checking whether we are using the GNU C compiler
configure:3607: gcc -c conftest.c >&5
configure:3607: $? = 0
configure:3616: result: yes
configure:3625: checking whether gcc accepts -g
configure:3645: gcc -c -g conftest.c >&5
configure:3645: $? = 0
configure:3686: result: yes
configure:3703: checking for gcc option to accept ISO C89
configure:3766: gcc -c -g -O2 conftest.c >&5
configure:3766: $? = 0
configure:3779: result: none needed
configure:3804: checking whether gcc understands -c and -o together
configure:3826: gcc -c conftest.c -o conftest2.o
configure:3829: $? = 0
configure:3826: gcc -c conftest.c -o conftest2.o
configure:3829: $? = 0
configure:3841: result: yes
configure:3869: checking for style of include used by make
configure:3897: result: GNU
configure:3923: checking dependency style of gcc
configure:4034: result: gcc3
configure:4107: checking for g++
configure:4137: result: no
configure:4107: checking for c++
configure:4137: result: no
configure:4107: checking for gpp
configure:4137: result: no
configure:4107: checking for aCC
configure:4137: result: no
configure:4107: checking for CC
configure:4137: result: no
configure:4107: checking for cxx
configure:4137: result: no
configure:4107: checking for cc++
configure:4137: result: no
configure:4107: checking for cl.exe
configure:4137: result: no
configure:4107: checking for FCC
configure:4137: result: no
configure:4107: checking for KCC
configure:4137: result: no
configure:4107: checking for RCC
configure:4137: result: no
configure:4107: checking for xlC_r
configure:4137: result: no
configure:4107: checking for xlC
configure:4137: result: no
configure:4161: checking for C++ compiler version
configure:4170: g++ --version >&5
./configure: line 4172: g++: command not found
configure:4181: $? = 127
configure:4170: g++ -v >&5
./configure: line 4172: g++: command not found
configure:4181: $? = 127
configure:4170: g++ -V >&5
./configure: line 4172: g++: command not found
configure:4181: $? = 127
configure:4170: g++ -qversion >&5
./configure: line 4172: g++: command not found
configure:4181: $? = 127
configure:4185: checking whether we are using the GNU C++ compiler
configure:4204: g++ -c conftest.cpp >&5
./configure: line 1548: g++: command not found
configure:4204: $? = 127
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "pwsafe.cpp"
| #define PACKAGE_TARNAME "pwsafe-cpp"
| #define PACKAGE_VERSION "0.2.1beta"
| #define PACKAGE_STRING "pwsafe.cpp 0.2.1beta"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "pwsafe-cpp"
| #define VERSION "0.2.1beta"
| /* end confdefs.h. */
|
| int
| main ()
| {
| #ifndef __GNUC__
| choke me
| #endif
|
| ;
| return 0;
| }
configure:4213: result: no
configure:4222: checking whether g++ accepts -g
configure:4242: g++ -c -g conftest.cpp >&5
./configure: line 1548: g++: command not found
configure:4242: $? = 127
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "pwsafe.cpp"
| #define PACKAGE_TARNAME "pwsafe-cpp"
| #define PACKAGE_VERSION "0.2.1beta"
| #define PACKAGE_STRING "pwsafe.cpp 0.2.1beta"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "pwsafe-cpp"
| #define VERSION "0.2.1beta"
| /* end confdefs.h. */
|
| int
| main ()
| {
|
| ;
| return 0;
| }
configure:4257: g++ -c conftest.cpp >&5
./configure: line 1548: g++: command not found
configure:4257: $? = 127
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "pwsafe.cpp"
| #define PACKAGE_TARNAME "pwsafe-cpp"
| #define PACKAGE_VERSION "0.2.1beta"
| #define PACKAGE_STRING "pwsafe.cpp 0.2.1beta"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "pwsafe-cpp"
| #define VERSION "0.2.1beta"
| /* end confdefs.h. */
|
| int
| main ()
| {
|
| ;
| return 0;
| }
configure:4273: g++ -c -g conftest.cpp >&5
./configure: line 1548: g++: command not found
configure:4273: $? = 127
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "pwsafe.cpp"
| #define PACKAGE_TARNAME "pwsafe-cpp"
| #define PACKAGE_VERSION "0.2.1beta"
| #define PACKAGE_STRING "pwsafe.cpp 0.2.1beta"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "pwsafe-cpp"
| #define VERSION "0.2.1beta"
| /* end confdefs.h. */
|
| int
| main ()
| {
|
| ;
| return 0;
| }
configure:4283: result: no
configure:4308: checking dependency style of g++
configure:4419: result: none
configure:4477: checking for strip
configure:4493: found /usr/bin/strip
configure:4504: result: strip
configure:4533: checking how to run the C preprocessor
configure:4564: gcc -E conftest.c
configure:4564: $? = 0
configure:4578: gcc -E conftest.c
conftest.c:11:28: fatal error: ac_nonexistent.h: No such file or directory
compilation terminated.
configure:4578: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "pwsafe.cpp"
| #define PACKAGE_TARNAME "pwsafe-cpp"
| #define PACKAGE_VERSION "0.2.1beta"
| #define PACKAGE_STRING "pwsafe.cpp 0.2.1beta"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "pwsafe-cpp"
| #define VERSION "0.2.1beta"
| /* end confdefs.h. */
| #include <ac_nonexistent.h>
configure:4603: result: gcc -E
configure:4623: gcc -E conftest.c
configure:4623: $? = 0
configure:4637: gcc -E conftest.c
conftest.c:11:28: fatal error: ac_nonexistent.h: No such file or directory
compilation terminated.
configure:4637: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "pwsafe.cpp"
| #define PACKAGE_TARNAME "pwsafe-cpp"
| #define PACKAGE_VERSION "0.2.1beta"
| #define PACKAGE_STRING "pwsafe.cpp 0.2.1beta"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "pwsafe-cpp"
| #define VERSION "0.2.1beta"
| /* end confdefs.h. */
| #include <ac_nonexistent.h>
configure:4666: checking for grep that handles long lines and -e
configure:4724: result: /bin/grep
configure:4729: checking for egrep
configure:4791: result: /bin/grep -E
configure:4796: checking for ANSI C header files
configure:4816: gcc -c -g -O2 conftest.c >&5
configure:4816: $? = 0
configure:4889: gcc -o conftest -g -O2 conftest.c >&5
configure:4889: $? = 0
configure:4889: ./conftest
configure:4889: $? = 0
configure:4900: result: yes
configure:4913: checking for sys/types.h
configure:4913: gcc -c -g -O2 conftest.c >&5
configure:4913: $? = 0
configure:4913: result: yes
configure:4913: checking for sys/stat.h
configure:4913: gcc -c -g -O2 conftest.c >&5
configure:4913: $? = 0
configure:4913: result: yes
configure:4913: checking for stdlib.h
configure:4913: gcc -c -g -O2 conftest.c >&5
configure:4913: $? = 0
configure:4913: result: yes
configure:4913: checking for string.h
configure:4913: gcc -c -g -O2 conftest.c >&5
configure:4913: $? = 0
configure:4913: result: yes
configure:4913: checking for memory.h
configure:4913: gcc -c -g -O2 conftest.c >&5
configure:4913: $? = 0
configure:4913: result: yes
configure:4913: checking for strings.h
configure:4913: gcc -c -g -O2 conftest.c >&5
configure:4913: $? = 0
configure:4913: result: yes
configure:4913: checking for inttypes.h
configure:4913: gcc -c -g -O2 conftest.c >&5
configure:4913: $? = 0
configure:4913: result: yes
configure:4913: checking for stdint.h
configure:4913: gcc -c -g -O2 conftest.c >&5
configure:4913: $? = 0
configure:4913: result: yes
configure:4913: checking for unistd.h
configure:4913: gcc -c -g -O2 conftest.c >&5
configure:4913: $? = 0
configure:4913: result: yes
configure:4925: checking for pid_t
configure:4925: gcc -c -g -O2 conftest.c >&5
configure:4925: $? = 0
configure:4925: gcc -c -g -O2 conftest.c >&5
conftest.c: In function 'main':
conftest.c:57:20: error: expected expression before ')' token
if (sizeof ((pid_t)))
^
configure:4925: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "pwsafe.cpp"
| #define PACKAGE_TARNAME "pwsafe-cpp"
| #define PACKAGE_VERSION "0.2.1beta"
| #define PACKAGE_STRING "pwsafe.cpp 0.2.1beta"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "pwsafe-cpp"
| #define VERSION "0.2.1beta"
| #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
| /* 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 ((pid_t)))
| return 0;
| ;
| return 0;
| }
configure:4925: result: yes
configure:4936: checking for uid_t in sys/types.h
configure:4955: result: yes
configure:4966: checking for size_t
configure:4966: gcc -c -g -O2 conftest.c >&5
configure:4966: $? = 0
configure:4966: gcc -c -g -O2 conftest.c >&5
conftest.c: In function 'main':
conftest.c:57:21: error: expected expression before ')' token
if (sizeof ((size_t)))
^
configure:4966: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "pwsafe.cpp"
| #define PACKAGE_TARNAME "pwsafe-cpp"
| #define PACKAGE_VERSION "0.2.1beta"
| #define PACKAGE_STRING "pwsafe.cpp 0.2.1beta"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "pwsafe-cpp"
| #define VERSION "0.2.1beta"
| #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
| /* 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:4966: result: yes
configure:4977: checking for long long
configure:4977: gcc -c -g -O2 conftest.c >&5
configure:4977: $? = 0
configure:4977: gcc -c -g -O2 conftest.c >&5
conftest.c: In function 'main':
conftest.c:57:24: error: expected expression before ')' token
if (sizeof ((long long)))
^
configure:4977: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "pwsafe.cpp"
| #define PACKAGE_TARNAME "pwsafe-cpp"
| #define PACKAGE_VERSION "0.2.1beta"
| #define PACKAGE_STRING "pwsafe.cpp 0.2.1beta"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "pwsafe-cpp"
| #define VERSION "0.2.1beta"
| #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
| /* 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 ((long long)))
| return 0;
| ;
| return 0;
| }
configure:4977: result: yes
configure:4987: checking for working memcmp
configure:5030: gcc -o conftest -g -O2 conftest.c >&5
configure:5030: $? = 0
configure:5030: ./conftest
configure:5030: $? = 0
configure:5040: result: yes
configure:5050: checking for X
configure:5158: gcc -E conftest.c
configure:5158: $? = 0
configure:5189: gcc -o conftest -g -O2 conftest.c -lX11 >&5
configure:5189: $? = 0
configure:5239: result: libraries , headers
configure:5338: gcc -o conftest -g -O2 conftest.c -lX11 >&5
configure:5338: $? = 0
configure:5436: checking for gethostbyname
configure:5436: gcc -o conftest -g -O2 conftest.c >&5
configure:5436: $? = 0
configure:5436: result: yes
configure:5533: checking for connect
configure:5533: gcc -o conftest -g -O2 conftest.c >&5
configure:5533: $? = 0
configure:5533: result: yes
configure:5582: checking for remove
configure:5582: gcc -o conftest -g -O2 conftest.c >&5
configure:5582: $? = 0
configure:5582: result: yes
configure:5631: checking for shmat
configure:5631: gcc -o conftest -g -O2 conftest.c >&5
configure:5631: $? = 0
configure:5631: result: yes
configure:5689: checking for IceConnectionNumber in -lICE
configure:5714: gcc -o conftest -g -O2 conftest.c -lICE >&5
/usr/bin/ld: cannot find -lICE
collect2: error: ld returned 1 exit status
configure:5714: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "pwsafe.cpp"
| #define PACKAGE_TARNAME "pwsafe-cpp"
| #define PACKAGE_VERSION "0.2.1beta"
| #define PACKAGE_STRING "pwsafe.cpp 0.2.1beta"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "pwsafe-cpp"
| #define VERSION "0.2.1beta"
| #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_LONG_LONG 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 IceConnectionNumber ();
| int
| main ()
| {
| return IceConnectionNumber ();
| ;
| return 0;
| }
configure:5723: result: no
configure:5738: checking for SHA1_Init in -lcrypto
configure:5763: gcc -o conftest -g -O2 conftest.c -lcrypto >&5
configure:5763: $? = 0
configure:5772: result: yes
configure:5788: checking for XOpenDisplay in -lX11
configure:5813: gcc -o conftest -g -O2 conftest.c -lX11 -lcrypto >&5
configure:5813: $? = 0
configure:5822: result: yes
configure:5835: checking for XmuInternAtom in -lXmu
configure:5860: gcc -o conftest -g -O2 conftest.c -lXmu -lX11 -lcrypto >&5
/usr/bin/ld: cannot find -lXmu
collect2: error: ld returned 1 exit status
configure:5860: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "pwsafe.cpp"
| #define PACKAGE_TARNAME "pwsafe-cpp"
| #define PACKAGE_VERSION "0.2.1beta"
| #define PACKAGE_STRING "pwsafe.cpp 0.2.1beta"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "pwsafe-cpp"
| #define VERSION "0.2.1beta"
| #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_LONG_LONG 1
| #define HAVE_LIBCRYPTO 1
| #define HAVE_LIBX11 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 XmuInternAtom ();
| int
| main ()
| {
| return XmuInternAtom ();
| ;
| return 0;
| }
configure:5869: result: no
configure:5884: checking for ANSI C header files
configure:5988: result: yes
configure:5999: checking for unistd.h
configure:5999: result: yes
configure:5999: checking sys/param.h usability
configure:5999: gcc -c -g -O2 conftest.c >&5
configure:5999: $? = 0
configure:5999: result: yes
configure:5999: checking sys/param.h presence
configure:5999: gcc -E conftest.c
configure:5999: $? = 0
configure:5999: result: yes
configure:5999: checking for sys/param.h
configure:5999: result: yes
configure:5999: checking sys/time.h usability
configure:5999: gcc -c -g -O2 conftest.c >&5
configure:5999: $? = 0
configure:5999: result: yes
configure:5999: checking sys/time.h presence
configure:5999: gcc -E conftest.c
configure:5999: $? = 0
configure:5999: result: yes
configure:5999: checking for sys/time.h
configure:5999: result: yes
configure:5999: checking time.h usability
configure:5999: gcc -c -g -O2 conftest.c >&5
configure:5999: $? = 0
configure:5999: result: yes
configure:5999: checking time.h presence
configure:5999: gcc -E conftest.c
configure:5999: $? = 0
configure:5999: result: yes
configure:5999: checking for time.h
configure:5999: result: yes
configure:5999: checking for sys/types.h
configure:5999: result: yes
configure:5999: checking sys/mkdev.h usability
configure:5999: gcc -c -g -O2 conftest.c >&5
conftest.c:63:23: fatal error: sys/mkdev.h: No such file or directory
compilation terminated.
configure:5999: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "pwsafe.cpp"
| #define PACKAGE_TARNAME "pwsafe-cpp"
| #define PACKAGE_VERSION "0.2.1beta"
| #define PACKAGE_STRING "pwsafe.cpp 0.2.1beta"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "pwsafe-cpp"
| #define VERSION "0.2.1beta"
| #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_LONG_LONG 1
| #define HAVE_LIBCRYPTO 1
| #define HAVE_LIBX11 1
| #define STDC_HEADERS 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_TIME_H 1
| #define HAVE_SYS_TYPES_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
| #include <sys/mkdev.h>
configure:5999: result: no
configure:5999: checking sys/mkdev.h presence
configure:5999: gcc -E conftest.c
conftest.c:30:23: fatal error: sys/mkdev.h: No such file or directory
compilation terminated.
configure:5999: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "pwsafe.cpp"
| #define PACKAGE_TARNAME "pwsafe-cpp"
| #define PACKAGE_VERSION "0.2.1beta"
| #define PACKAGE_STRING "pwsafe.cpp 0.2.1beta"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "pwsafe-cpp"
| #define VERSION "0.2.1beta"
| #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_LONG_LONG 1
| #define HAVE_LIBCRYPTO 1
| #define HAVE_LIBX11 1
| #define STDC_HEADERS 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_TIME_H 1
| #define HAVE_SYS_TYPES_H 1
| /* end confdefs.h. */
| #include <sys/mkdev.h>
configure:5999: result: no
configure:5999: checking for sys/mkdev.h
configure:5999: result: no
configure:5999: checking sys/sysmacros.h usability
configure:5999: gcc -c -g -O2 conftest.c >&5
configure:5999: $? = 0
configure:5999: result: yes
configure:5999: checking sys/sysmacros.h presence
configure:5999: gcc -E conftest.c
configure:5999: $? = 0
configure:5999: result: yes
configure:5999: checking for sys/sysmacros.h
configure:5999: result: yes
configure:5999: checking for string.h
configure:5999: result: yes
configure:5999: checking for memory.h
configure:5999: result: yes
configure:5999: checking fcntl.h usability
configure:5999: gcc -c -g -O2 conftest.c >&5
configure:5999: $? = 0
configure:5999: result: yes
configure:5999: checking fcntl.h presence
configure:5999: gcc -E conftest.c
configure:5999: $? = 0
configure:5999: result: yes
configure:5999: checking for fcntl.h
configure:5999: result: yes
configure:5999: checking dirent.h usability
configure:5999: gcc -c -g -O2 conftest.c >&5
configure:5999: $? = 0
configure:5999: result: yes
configure:5999: checking dirent.h presence
configure:5999: gcc -E conftest.c
configure:5999: $? = 0
configure:5999: result: yes
configure:5999: checking for dirent.h
configure:5999: result: yes
configure:5999: checking sys/ndir.h usability
configure:5999: gcc -c -g -O2 conftest.c >&5
conftest.c:68:22: fatal error: sys/ndir.h: No such file or directory
compilation terminated.
configure:5999: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "pwsafe.cpp"
| #define PACKAGE_TARNAME "pwsafe-cpp"
| #define PACKAGE_VERSION "0.2.1beta"
| #define PACKAGE_STRING "pwsafe.cpp 0.2.1beta"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "pwsafe-cpp"
| #define VERSION "0.2.1beta"
| #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_LONG_LONG 1
| #define HAVE_LIBCRYPTO 1
| #define HAVE_LIBX11 1
| #define STDC_HEADERS 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_TIME_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_SYSMACROS_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_DIRENT_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
| #include <sys/ndir.h>
configure:5999: result: no
configure:5999: checking sys/ndir.h presence
configure:5999: gcc -E conftest.c
conftest.c:35:22: fatal error: sys/ndir.h: No such file or directory
compilation terminated.
configure:5999: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "pwsafe.cpp"
| #define PACKAGE_TARNAME "pwsafe-cpp"
| #define PACKAGE_VERSION "0.2.1beta"
| #define PACKAGE_STRING "pwsafe.cpp 0.2.1beta"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "pwsafe-cpp"
| #define VERSION "0.2.1beta"
| #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_LONG_LONG 1
| #define HAVE_LIBCRYPTO 1
| #define HAVE_LIBX11 1
| #define STDC_HEADERS 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_TIME_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_SYSMACROS_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_DIRENT_H 1
| /* end confdefs.h. */
| #include <sys/ndir.h>
configure:5999: result: no
configure:5999: checking for sys/ndir.h
configure:5999: result: no
configure:5999: checking ndir.h usability
configure:5999: gcc -c -g -O2 conftest.c >&5
conftest.c:68:18: fatal error: ndir.h: No such file or directory
compilation terminated.
configure:5999: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "pwsafe.cpp"
| #define PACKAGE_TARNAME "pwsafe-cpp"
| #define PACKAGE_VERSION "0.2.1beta"
| #define PACKAGE_STRING "pwsafe.cpp 0.2.1beta"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "pwsafe-cpp"
| #define VERSION "0.2.1beta"
| #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_LONG_LONG 1
| #define HAVE_LIBCRYPTO 1
| #define HAVE_LIBX11 1
| #define STDC_HEADERS 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_TIME_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_SYSMACROS_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_DIRENT_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
| #include <ndir.h>
configure:5999: result: no
configure:5999: checking ndir.h presence
configure:5999: gcc -E conftest.c
conftest.c:35:18: fatal error: ndir.h: No such file or directory
compilation terminated.
configure:5999: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "pwsafe.cpp"
| #define PACKAGE_TARNAME "pwsafe-cpp"
| #define PACKAGE_VERSION "0.2.1beta"
| #define PACKAGE_STRING "pwsafe.cpp 0.2.1beta"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "pwsafe-cpp"
| #define VERSION "0.2.1beta"
| #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_LONG_LONG 1
| #define HAVE_LIBCRYPTO 1
| #define HAVE_LIBX11 1
| #define STDC_HEADERS 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_TIME_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_SYSMACROS_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_DIRENT_H 1
| /* end confdefs.h. */
| #include <ndir.h>
configure:5999: result: no
configure:5999: checking for ndir.h
configure:5999: result: no
configure:5999: checking alloca.h usability
configure:5999: gcc -c -g -O2 conftest.c >&5
configure:5999: $? = 0
configure:5999: result: yes
configure:5999: checking alloca.h presence
configure:5999: gcc -E conftest.c
configure:5999: $? = 0
configure:5999: result: yes
configure:5999: checking for alloca.h
configure:5999: result: yes
configure:5999: checking locale.h usability
configure:5999: gcc -c -g -O2 conftest.c >&5
configure:5999: $? = 0
configure:5999: result: yes
configure:5999: checking locale.h presence
configure:5999: gcc -E conftest.c
configure:5999: $? = 0
configure:5999: result: yes
configure:5999: checking for locale.h
configure:5999: result: yes
configure:5999: checking for fcntl.h
configure:5999: result: yes
configure:5999: checking signal.h usability
configure:5999: gcc -c -g -O2 conftest.c >&5
configure:5999: $? = 0
configure:5999: result: yes
configure:5999: checking signal.h presence
configure:5999: gcc -E conftest.c
configure:5999: $? = 0
configure:5999: result: yes
configure:5999: checking for signal.h
configure:5999: result: yes
configure:5999: checking sys/select.h usability
configure:5999: gcc -c -g -O2 conftest.c >&5
configure:5999: $? = 0
configure:5999: result: yes
configure:5999: checking sys/select.h presence
configure:5999: gcc -E conftest.c
configure:5999: $? = 0
configure:5999: result: yes
configure:5999: checking for sys/select.h
configure:5999: result: yes
configure:5999: checking sys/resource.h usability
configure:5999: gcc -c -g -O2 conftest.c >&5
configure:5999: $? = 0
configure:5999: result: yes
configure:5999: checking sys/resource.h presence
configure:5999: gcc -E conftest.c
configure:5999: $? = 0
configure:5999: result: yes
configure:5999: checking for sys/resource.h
configure:5999: result: yes
configure:5999: checking sys/socket.h usability
configure:5999: gcc -c -g -O2 conftest.c >&5
configure:5999: $? = 0
configure:5999: result: yes
configure:5999: checking sys/socket.h presence
configure:5999: gcc -E conftest.c
configure:5999: $? = 0
configure:5999: result: yes
configure:5999: checking for sys/socket.h
configure:5999: result: yes
configure:5999: checking sys/un.h usability
configure:5999: gcc -c -g -O2 conftest.c >&5
configure:5999: $? = 0
configure:5999: result: yes
configure:5999: checking sys/un.h presence
configure:5999: gcc -E conftest.c
configure:5999: $? = 0
configure:5999: result: yes
configure:5999: checking for sys/un.h
configure:5999: result: yes
configure:5999: checking sys/mman.h usability
configure:5999: gcc -c -g -O2 conftest.c >&5
configure:5999: $? = 0
configure:5999: result: yes
configure:5999: checking sys/mman.h presence
configure:5999: gcc -E conftest.c
configure:5999: $? = 0
configure:5999: result: yes
configure:5999: checking for sys/mman.h
configure:5999: result: yes
configure:6012: checking for stdint.h
configure:6012: result: yes
configure:6012: checking errno.h usability
configure:6012: gcc -c -g -O2 conftest.c >&5
configure:6012: $? = 0
configure:6012: result: yes
configure:6012: checking errno.h presence
configure:6012: gcc -E conftest.c
configure:6012: $? = 0
configure:6012: result: yes
configure:6012: checking for errno.h
configure:6012: result: yes
configure:6012: checking termios.h usability
configure:6012: gcc -c -g -O2 conftest.c >&5
configure:6012: $? = 0
configure:6012: result: yes
configure:6012: checking termios.h presence
configure:6012: gcc -E conftest.c
configure:6012: $? = 0
configure:6012: result: yes
configure:6012: checking for termios.h
configure:6012: result: yes
configure:6012: checking getopt.h usability
configure:6012: gcc -c -g -O2 conftest.c >&5
configure:6012: $? = 0
configure:6012: result: yes
configure:6012: checking getopt.h presence
configure:6012: gcc -E conftest.c
configure:6012: $? = 0
configure:6012: result: yes
configure:6012: checking for getopt.h
configure:6012: result: yes
configure:6025: checking openssl/sha.h usability
configure:6025: gcc -c -g -O2 conftest.c >&5
configure:6025: $? = 0
configure:6025: result: yes
configure:6025: checking openssl/sha.h presence
configure:6025: gcc -E conftest.c
configure:6025: $? = 0
configure:6025: result: yes
configure:6025: checking for openssl/sha.h
configure:6025: result: yes
configure:6025: checking openssl/blowfish.h usability
configure:6025: gcc -c -g -O2 conftest.c >&5
configure:6025: $? = 0
configure:6025: result: yes
configure:6025: checking openssl/blowfish.h presence
configure:6025: gcc -E conftest.c
configure:6025: $? = 0
configure:6025: result: yes
configure:6025: checking for openssl/blowfish.h
configure:6025: result: yes
configure:6025: checking openssl/rand.h usability
configure:6025: gcc -c -g -O2 conftest.c >&5
configure:6025: $? = 0
configure:6025: result: yes
configure:6025: checking openssl/rand.h presence
configure:6025: gcc -E conftest.c
configure:6025: $? = 0
configure:6025: result: yes
configure:6025: checking for openssl/rand.h
configure:6025: result: yes
configure:6039: checking netinet/in.h usability
configure:6039: gcc -c -g -O2 conftest.c >&5
configure:6039: $? = 0
configure:6039: result: yes
configure:6039: checking netinet/in.h presence
configure:6039: gcc -E conftest.c
configure:6039: $? = 0
configure:6039: result: yes
configure:6039: checking for netinet/in.h
configure:6039: result: yes
configure:6055: checking X11/Xlib.h usability
configure:6055: gcc -c -g -O2 conftest.c >&5
configure:6055: $? = 0
configure:6055: result: yes
configure:6055: checking X11/Xlib.h presence
configure:6055: gcc -E conftest.c
configure:6055: $? = 0
configure:6055: result: yes
configure:6055: checking for X11/Xlib.h
configure:6055: result: yes
configure:6055: checking X11/Xatom.h usability
configure:6055: gcc -c -g -O2 conftest.c >&5
configure:6055: $? = 0
configure:6055: result: yes
configure:6055: checking X11/Xatom.h presence
configure:6055: gcc -E conftest.c
configure:6055: $? = 0
configure:6055: result: yes
configure:6055: checking for X11/Xatom.h
configure:6055: result: yes
configure:6055: checking X11/Xmu/Atoms.h usability
configure:6055: gcc -c -g -O2 conftest.c >&5
conftest.c:87:27: fatal error: X11/Xmu/Atoms.h: No such file or directory
compilation terminated.
configure:6055: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "pwsafe.cpp"
| #define PACKAGE_TARNAME "pwsafe-cpp"
| #define PACKAGE_VERSION "0.2.1beta"
| #define PACKAGE_STRING "pwsafe.cpp 0.2.1beta"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "pwsafe-cpp"
| #define VERSION "0.2.1beta"
| #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_LONG_LONG 1
| #define HAVE_LIBCRYPTO 1
| #define HAVE_LIBX11 1
| #define STDC_HEADERS 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_TIME_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_SYSMACROS_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_SIGNAL_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_UN_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_OPENSSL_SHA_H 1
| #define HAVE_OPENSSL_BLOWFISH_H 1
| #define HAVE_OPENSSL_RAND_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_X11_XLIB_H 1
| #define HAVE_X11_XATOM_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
| #include <X11/Xmu/Atoms.h>
configure:6055: result: no
configure:6055: checking X11/Xmu/Atoms.h presence
configure:6055: gcc -E conftest.c
conftest.c:54:27: fatal error: X11/Xmu/Atoms.h: No such file or directory
compilation terminated.
configure:6055: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "pwsafe.cpp"
| #define PACKAGE_TARNAME "pwsafe-cpp"
| #define PACKAGE_VERSION "0.2.1beta"
| #define PACKAGE_STRING "pwsafe.cpp 0.2.1beta"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "pwsafe-cpp"
| #define VERSION "0.2.1beta"
| #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_LONG_LONG 1
| #define HAVE_LIBCRYPTO 1
| #define HAVE_LIBX11 1
| #define STDC_HEADERS 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_TIME_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_SYSMACROS_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_SIGNAL_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_UN_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_OPENSSL_SHA_H 1
| #define HAVE_OPENSSL_BLOWFISH_H 1
| #define HAVE_OPENSSL_RAND_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_X11_XLIB_H 1
| #define HAVE_X11_XATOM_H 1
| /* end confdefs.h. */
| #include <X11/Xmu/Atoms.h>
configure:6055: result: no
configure:6055: checking for X11/Xmu/Atoms.h
configure:6055: result: no
configure:6067: checking whether sys/types.h defines makedev
configure:6083: gcc -o conftest -g -O2 conftest.c -lX11 -lcrypto >&5
configure:6083: $? = 0
configure:6092: result: yes
configure:6117: checking whether struct tm is in sys/time.h or time.h
configure:6137: gcc -c -g -O2 conftest.c >&5
configure:6137: $? = 0
configure:6144: result: time.h
configure:6154: checking for socklen_t
configure:6154: gcc -c -g -O2 conftest.c >&5
configure:6154: $? = 0
configure:6154: gcc -c -g -O2 conftest.c >&5
conftest.c: In function 'main':
conftest.c:66:24: error: expected expression before ')' token
if (sizeof ((socklen_t)))
^
configure:6154: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "pwsafe.cpp"
| #define PACKAGE_TARNAME "pwsafe-cpp"
| #define PACKAGE_VERSION "0.2.1beta"
| #define PACKAGE_STRING "pwsafe.cpp 0.2.1beta"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "pwsafe-cpp"
| #define VERSION "0.2.1beta"
| #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_LONG_LONG 1
| #define HAVE_LIBCRYPTO 1
| #define HAVE_LIBX11 1
| #define STDC_HEADERS 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_TIME_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_SYSMACROS_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_SIGNAL_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_UN_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_OPENSSL_SHA_H 1
| #define HAVE_OPENSSL_BLOWFISH_H 1
| #define HAVE_OPENSSL_RAND_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_X11_XLIB_H 1
| #define HAVE_X11_XATOM_H 1
| /* end confdefs.h. */
|
| #if HAVE_SYS_TYPES_H
| #include <sys/types.h>
| #endif
| #if HAVE_SYS_SOCKET_H
| #include <sys/socket.h>
| #endif
|
|
| int
| main ()
| {
| if (sizeof ((socklen_t)))
| return 0;
| ;
| return 0;
| }
configure:6154: result: yes
configure:6171: checking POSIX termios
configure:6191: gcc -o conftest -g -O2 conftest.c -lX11 -lcrypto >&5
configure:6191: $? = 0
configure:6199: result: yes
configure:6206: checking for getopt_long
configure:6206: gcc -o conftest -g -O2 conftest.c -lX11 -lcrypto >&5
configure:6206: $? = 0
configure:6206: result: yes
configure:6214: checking for tcsetattr
configure:6214: gcc -o conftest -g -O2 conftest.c -lX11 -lcrypto >&5
configure:6214: $? = 0
configure:6214: result: yes
configure:6221: checking for setrlimit
configure:6221: gcc -o conftest -g -O2 conftest.c -lX11 -lcrypto >&5
configure:6221: $? = 0
configure:6221: result: yes
configure:6352: checking that generated files are newer than configure
configure:6358: result: done
configure:6385: creating ./config.status
## ---------------------- ##
## Running config.status. ##
## ---------------------- ##
This file was extended by pwsafe.cpp config.status 0.2.1beta, which was
generated by GNU Autoconf 2.69. Invocation command line was
CONFIG_FILES =
CONFIG_HEADERS =
CONFIG_LINKS =
CONFIG_COMMANDS =
$ ./config.status
on erde
config.status:912: creating Makefile
config.status:912: creating pwsafe.1
config.status:912: creating pwsafe.lsm
config.status:912: creating pwsafe.spec
config.status:912: creating config.h
config.status:1141: executing depfiles commands
## ---------------- ##
## Cache variables. ##
## ---------------- ##
ac_cv_build=x86_64-unknown-linux-gnu
ac_cv_c_compiler_gnu=yes
ac_cv_cxx_compiler_gnu=no
ac_cv_env_CCC_set=
ac_cv_env_CCC_value=
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_CXXFLAGS_set=
ac_cv_env_CXXFLAGS_value=
ac_cv_env_CXX_set=
ac_cv_env_CXX_value=
ac_cv_env_LDFLAGS_set=
ac_cv_env_LDFLAGS_value=
ac_cv_env_LIBS_set=
ac_cv_env_LIBS_value=
ac_cv_env_XMKMF_set=
ac_cv_env_XMKMF_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_func_connect=yes
ac_cv_func_gethostbyname=yes
ac_cv_func_getopt_long=yes
ac_cv_func_memcmp_working=yes
ac_cv_func_remove=yes
ac_cv_func_setrlimit=yes
ac_cv_func_shmat=yes
ac_cv_func_tcsetattr=yes
ac_cv_have_x='have_x=yes ac_x_includes='\'''\'' ac_x_libraries='\'''\'''
ac_cv_header_X11_Xatom_h=yes
ac_cv_header_X11_Xlib_h=yes
ac_cv_header_X11_Xmu_Atoms_h=no
ac_cv_header_alloca_h=yes
ac_cv_header_dirent_h=yes
ac_cv_header_errno_h=yes
ac_cv_header_fcntl_h=yes
ac_cv_header_getopt_h=yes
ac_cv_header_inttypes_h=yes
ac_cv_header_locale_h=yes
ac_cv_header_memory_h=yes
ac_cv_header_ndir_h=no
ac_cv_header_netinet_in_h=yes
ac_cv_header_openssl_blowfish_h=yes
ac_cv_header_openssl_rand_h=yes
ac_cv_header_openssl_sha_h=yes
ac_cv_header_signal_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_mkdev_h=no
ac_cv_header_sys_mman_h=yes
ac_cv_header_sys_ndir_h=no
ac_cv_header_sys_param_h=yes
ac_cv_header_sys_resource_h=yes
ac_cv_header_sys_select_h=yes
ac_cv_header_sys_socket_h=yes
ac_cv_header_sys_stat_h=yes
ac_cv_header_sys_sysmacros_h=yes
ac_cv_header_sys_time_h=yes
ac_cv_header_sys_types_h=yes
ac_cv_header_sys_types_h_makedev=yes
ac_cv_header_sys_un_h=yes
ac_cv_header_termios_h=yes
ac_cv_header_time_h=yes
ac_cv_header_unistd_h=yes
ac_cv_host=x86_64-unknown-linux-gnu
ac_cv_lib_ICE_IceConnectionNumber=no
ac_cv_lib_X11_XOpenDisplay=yes
ac_cv_lib_Xmu_XmuInternAtom=no
ac_cv_lib_crypto_SHA1_Init=yes
ac_cv_objext=o
ac_cv_path_EGREP='/bin/grep -E'
ac_cv_path_GREP=/bin/grep
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_ac_ct_STRIP=strip
ac_cv_prog_cc_c89=
ac_cv_prog_cc_g=yes
ac_cv_prog_cxx_g=no
ac_cv_prog_make_make_set=yes
ac_cv_struct_tm=time.h
ac_cv_sys_posix_termios=yes
ac_cv_type_long_long=yes
ac_cv_type_pid_t=yes
ac_cv_type_size_t=yes
ac_cv_type_socklen_t=yes
ac_cv_type_uid_t=yes
am_cv_CC_dependencies_compiler_type=gcc3
am_cv_CXX_dependencies_compiler_type=none
am_cv_make_support_nested_variables=yes
am_cv_prog_cc_c_o=yes
## ----------------- ##
## Output variables. ##
## ----------------- ##
ACLOCAL='aclocal-1.15'
AMDEPBACKSLASH='\'
AMDEP_FALSE='#'
AMDEP_TRUE=''
AMTAR='$${TAR-tar}'
AM_BACKSLASH='\'
AM_DEFAULT_V='$(AM_DEFAULT_VERBOSITY)'
AM_DEFAULT_VERBOSITY='1'
AM_V='$(V)'
AUTOCONF='autoconf'
AUTOHEADER='autoheader'
AUTOMAKE='automake-1.15'
AWK='gawk'
CC='gcc'
CCDEPMODE='depmode=gcc3'
CFLAGS='-g -O2 -Wall'
CPP='gcc -E'
CPPFLAGS=' '
CXX='g++'
CXXDEPMODE='depmode=none'
CXXFLAGS=' -Wall'
CYGPATH_W='echo'
DEFS='-DHAVE_CONFIG_H'
DEPDIR='.deps'
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'
ISODATE='2017-01-31'
LDFLAGS=''
LIBOBJS=''
LIBS='-lX11 -lcrypto '
LTLIBOBJS=''
MAKEINFO='makeinfo'
MKDIR_P='/bin/mkdir -p'
OBJEXT='o'
PACKAGE='pwsafe-cpp'
PACKAGE_BUGREPORT=''
PACKAGE_NAME='pwsafe.cpp'
PACKAGE_STRING='pwsafe.cpp 0.2.1beta'
PACKAGE_TARNAME='pwsafe-cpp'
PACKAGE_URL=''
PACKAGE_VERSION='0.2.1beta'
PATH_SEPARATOR=':'
SET_MAKE=''
SHELL='/bin/bash'
STRIP='strip'
VERSION='0.2.1beta'
XMKMF=''
X_CFLAGS=''
X_EXTRA_LIBS=''
X_LIBS=''
X_PRE_LIBS=''
ac_ct_CC='gcc'
ac_ct_CXX=''
am__EXEEXT_FALSE=''
am__EXEEXT_TRUE='#'
am__fastdepCC_FALSE='#'
am__fastdepCC_TRUE=''
am__fastdepCXX_FALSE=''
am__fastdepCXX_TRUE='#'
am__include='include'
am__isrc=''
am__leading_dot='.'
am__nodep='_no'
am__quote=''
am__tar='$${TAR-tar} chof - "$$tardir"'
am__untar='$${TAR-tar} xf -'
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='${prefix}'
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'
install_sh='${SHELL} /home/pc/git/pwsafe/install-sh'
libdir='${exec_prefix}/lib'
libexecdir='${exec_prefix}/libexec'
localedir='${datarootdir}/locale'
localstatedir='${prefix}/var'
mandir='${datarootdir}/man'
mkdir_p='$(MKDIR_P)'
oldincludedir='/usr/include'
pdfdir='${docdir}'
prefix='/usr/local'
program_transform_name='s,x,x,'
psdir='${docdir}'
runstatedir='${localstatedir}/run'
sbindir='${exec_prefix}/sbin'
sharedstatedir='${prefix}/com'
sysconfdir='${prefix}/etc'
target_alias=''
## ----------- ##
## confdefs.h. ##
## ----------- ##
/* confdefs.h */
#define PACKAGE_NAME "pwsafe.cpp"
#define PACKAGE_TARNAME "pwsafe-cpp"
#define PACKAGE_VERSION "0.2.1beta"
#define PACKAGE_STRING "pwsafe.cpp 0.2.1beta"
#define PACKAGE_BUGREPORT ""
#define PACKAGE_URL ""
#define PACKAGE "pwsafe-cpp"
#define VERSION "0.2.1beta"
#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_LONG_LONG 1
#define HAVE_LIBCRYPTO 1
#define HAVE_LIBX11 1
#define STDC_HEADERS 1
#define HAVE_UNISTD_H 1
#define HAVE_SYS_PARAM_H 1
#define HAVE_SYS_TIME_H 1
#define HAVE_TIME_H 1
#define HAVE_SYS_TYPES_H 1
#define HAVE_SYS_SYSMACROS_H 1
#define HAVE_STRING_H 1
#define HAVE_MEMORY_H 1
#define HAVE_FCNTL_H 1
#define HAVE_DIRENT_H 1
#define HAVE_ALLOCA_H 1
#define HAVE_LOCALE_H 1
#define HAVE_FCNTL_H 1
#define HAVE_SIGNAL_H 1
#define HAVE_SYS_SELECT_H 1
#define HAVE_SYS_RESOURCE_H 1
#define HAVE_SYS_SOCKET_H 1
#define HAVE_SYS_UN_H 1
#define HAVE_SYS_MMAN_H 1
#define HAVE_STDINT_H 1
#define HAVE_ERRNO_H 1
#define HAVE_TERMIOS_H 1
#define HAVE_GETOPT_H 1
#define HAVE_OPENSSL_SHA_H 1
#define HAVE_OPENSSL_BLOWFISH_H 1
#define HAVE_OPENSSL_RAND_H 1
#define HAVE_NETINET_IN_H 1
#define HAVE_X11_XLIB_H 1
#define HAVE_X11_XATOM_H 1
#define HAVE_SOCKLEN_T 1
#define HAS_GETOPT_LONG 1
#define HAVE_SETRLIMIT 1
configure: exit 0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment