Mail Archives: cygwin/2013/09/02/15:15:26
--------------010303000000010208080605
Content-Type: text/plain; charset=windows-1252; format=flowed
Content-Transfer-Encoding: 8bit
On 9/2/2013 11:08 AM, Peter Rosin wrote:
> On 2013-09-02 16:04, Robert McBroom wrote:
>> checking for minix/config.h... no
>> checking whether it is safe to define __EXTENSIONS__... yes
>> checking for library containing strerror... none required
>> checking build system type... autoconf/config.guess: line 4: $'\r': command not found
>> autoconf/config.guess: line 6: $'\r': command not found
>> autoconf/config.guess: line 33: $'\r': command not found
>> autoconf/config.guess: line 34: $'\r': command not found
>> autoconf/config.guess: line 36: $'\r': command not found
>> autoconf/config.guess: line 48: $'\r': command not found
>> autoconf/config.guess: line 57: $'\r': command not found
>> autoconf/config.guess: line 60: $'\r': command not found
>> autoconf/config.guess: line 63: syntax error near unexpected token `$'in\r''
>> autoconf/config.guess: line 63: ` case $1 in
>> '
>> configure: error: cannot guess build type; you must specify one
> You have messed up your copies of config.guess and config.sub to contain
> silly line-endings by the looks of it.
>
> Cheers,
> Peter
>
>
>
The copies of config.guess and config.sub are were retrieved as prompted
by the readme in the ftp link the original config.guess pointed out.
From now on, please fetch new versions of these scripts via the
following URLs:
http://git.savannah.gnu.org/gitweb/?p=config.git;a=blob_plain;f=config.guess;hb=HEAD
http://git.savannah.gnu.org/gitweb/?p=config.git;a=blob_plain;f=config.sub;hb=HEAD
which are purported to be the most current editions. Pulled the rxvt
source from the cygwin 32 archive and replaced said config files in
rxvt/autoconf with the results previously noted. The lines given in the
console output do not match up with anything meaningful in the script.
However, you are correct. The process of retrieving the files stored
them as DOS format files. Converting to linux allows the scripts to
execute.
make[2]: Entering directory `/usr/local/src/rxvt/W11/w32'
gcc -c xlib.c -O -I.. -mwin32
xlib.c: In function ‘XOpenDisplay’:
xlib.c:131:26: error: lvalue required as left operand of assignment
(NT_window*)(scrd->root)= NT_new_window();
^
Makefile:14: recipe for target `xlib.o' failed
make[2]: *** [xlib.o] Error 1
make[2]: Leaving directory `/usr/local/src/rxvt/W11/w32'
Makefile:90: recipe for target `all' failed
make[1]: *** [all] Error 2
make[1]: Leaving directory `/usr/local/src/rxvt/W11'
Makefile:101: recipe for target `all' failed
make: *** [all] Error 1
Where do I find the pieces to change W11/w32 toW11/w64 ?
Robert McBroom
--------------010303000000010208080605
Content-Type: text/plain; charset=windows-1252;
name="config.log"
Content-Transfer-Encoding: quoted-printable
Content-Disposition: attachment;
filename="config.log"
This file contains any messages produced by compilers while
running configure, to aid debugging if configure makes a mistake.
It was created by configure, which was
generated by GNU Autoconf 2.69. Invocation command line was
$ ./configure=20
## --------- ##
## Platform. ##
## --------- ##
hostname =3D Dell-Studio
uname -m =3D x86_64
uname -r =3D 1.7.24(0.269/5/3)
uname -s =3D CYGWIN_NT-6.1
uname -v =3D 2013-08-15 11:59
/usr/bin/uname -p =3D unknown
/bin/uname -X =3D unknown
/bin/arch =3D x86_64
/usr/bin/arch -k =3D unknown
/usr/convex/getsysinfo =3D unknown
/usr/bin/hostinfo =3D unknown
/bin/machine =3D unknown
/usr/bin/oslevel =3D unknown
/bin/universe =3D unknown
PATH: /usr/local/bin
PATH: /usr/bin
PATH: /cygdrive/d/MCNP/mcnp5/bin
PATH: /cygdrive/c/Windows/system32
PATH: /cygdrive/c/Windows
PATH: /cygdrive/c/Windows/System32/Wbem
PATH: /cygdrive/c/Windows/System32/WindowsPowerShell/v1.0
PATH: /cygdrive/c/Program Files (x86)/Common Files/Roxio Shared/DLLShared
PATH: /cygdrive/c/Program Files (x86)/Common Files/Roxio Shared/OEM/DLLShar=
ed
PATH: /cygdrive/c/Program Files (x86)/Common Files/Roxio Shared/OEM/DLLShar=
ed
PATH: /cygdrive/c/Program Files (x86)/Common Files/Roxio Shared/OEM/12.0/DL=
LShared
PATH: /cygdrive/c/Program Files (x86)/Roxio/OEM/AudioCore
PATH: /cygdrive/c/Program Files (x86)/Common Files/Acronis/SnapAPI
PATH: /usr/lib/lapack
## ----------- ##
## Core tests. ##
## ----------- ##
configure:3042: checking for gcc
configure:3058: found /usr/bin/gcc
configure:3069: result: gcc
configure:3298: checking for C compiler version
configure:3307: gcc --version >&5
gcc (GCC) 4.8.1
Copyright (C) 2013 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:3318: $? =3D 0
configure:3307: gcc -v >&5
Using built-in specs.
COLLECT_GCC=3Dgcc
COLLECT_LTO_WRAPPER=3D/usr/lib/gcc/x86_64-pc-cygwin/4.8.1/lto-wrapper.exe
Target: x86_64-pc-cygwin
Configured with: /cygdrive/i/szsz/tmpp/cygwin64/gcc/gcc-4.8.1-3/src/gcc-4.8=
.1/configure --srcdir=3D/cygdrive/i/szsz/tmpp/cygwin64/gcc/gcc-4.8.1-3/src/=
gcc-4.8.1 --prefix=3D/usr --exec-prefix=3D/usr --bindir=3D/usr/bin --sbindi=
r=3D/usr/sbin --libexecdir=3D/usr/lib --datadir=3D/usr/share --localstatedi=
r=3D/var --sysconfdir=3D/etc --datarootdir=3D/usr/share --docdir=3D/usr/sha=
re/doc/gcc -C --build=3Dx86_64-pc-cygwin --host=3Dx86_64-pc-cygwin --target=
=3Dx86_64-pc-cygwin --without-libiconv-prefix --without-libintl-prefix --en=
able-shared --enable-shared-libgcc --enable-static --enable-version-specifi=
c-runtime-libs --enable-bootstrap --disable-__cxa_atexit --with-dwarf2 --wi=
th-tune=3Dgeneric --enable-languages=3Dc,c++,fortran,lto,objc,obj-c++ --ena=
ble-graphite --enable-threads=3Dposix --enable-libatomic --enable-libgomp -=
-disable-libitm --enable-libquadmath --enable-libquadmath-support --enable-=
libssp --enable-libgcj-sublibs --disable-java-awt --disable-symvers --with-=
ecj-jar=3D/usr/share/java/ecj.jar --with-gnu-ld --with-gnu-as --with-cloog-=
include=3D/usr/include/cloog-isl --without-libiconv-prefix --without-libint=
l-prefix --with-system-zlib
Thread model: posix
gcc version 4.8.1 (GCC)=20
configure:3318: $? =3D 0
configure:3307: gcc -V >&5
gcc: error: unrecognized command line option '-V'
gcc: fatal error: no input files
compilation terminated.
configure:3318: $? =3D 1
configure:3307: gcc -qversion >&5
gcc: error: unrecognized command line option '-qversion'
gcc: fatal error: no input files
compilation terminated.
configure:3318: $? =3D 1
configure:3338: checking whether the C compiler works
configure:3360: gcc conftest.c >&5
configure:3364: $? =3D 0
configure:3412: result: yes
configure:3415: checking for C compiler default output file name
configure:3417: result: a.exe
configure:3423: checking for suffix of executables
configure:3430: gcc -o conftest.exe conftest.c >&5
configure:3434: $? =3D 0
configure:3456: result: .exe
configure:3478: checking whether we are cross compiling
configure:3486: gcc -o conftest.exe conftest.c >&5
configure:3490: $? =3D 0
configure:3497: ./conftest.exe
configure:3501: $? =3D 0
configure:3516: result: no
configure:3521: checking for suffix of object files
configure:3543: gcc -c conftest.c >&5
configure:3547: $? =3D 0
configure:3568: result: o
configure:3572: checking whether we are using the GNU C compiler
configure:3591: gcc -c conftest.c >&5
configure:3591: $? =3D 0
configure:3600: result: yes
configure:3609: checking whether gcc accepts -g
configure:3629: gcc -c -g conftest.c >&5
configure:3629: $? =3D 0
configure:3670: result: yes
configure:3687: checking for gcc option to accept ISO C89
configure:3750: gcc -c -g -O2 conftest.c >&5
configure:3750: $? =3D 0
configure:3763: result: none needed
configure:3788: checking how to run the C preprocessor
configure:3819: gcc -E conftest.c
configure:3819: $? =3D 0
configure:3833: gcc -E conftest.c
conftest.c:9:28: fatal error: ac_nonexistent.h: No such file or directory
#include <ac_nonexistent.h>
^
compilation terminated.
configure:3833: $? =3D 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| /* end confdefs.h. */
| #include <ac_nonexistent.h>
configure:3858: result: gcc -E
configure:3878: gcc -E conftest.c
configure:3878: $? =3D 0
configure:3892: gcc -E conftest.c
conftest.c:9:28: fatal error: ac_nonexistent.h: No such file or directory
#include <ac_nonexistent.h>
^
compilation terminated.
configure:3892: $? =3D 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| /* end confdefs.h. */
| #include <ac_nonexistent.h>
configure:3934: checking for a BSD-compatible install
configure:4002: result: /usr/bin/install -c
configure:4017: checking for gawk
configure:4033: found /usr/bin/gawk
configure:4044: result: gawk
configure:4058: checking for grep that handles long lines and -e
configure:4116: result: /usr/bin/grep
configure:4121: checking for egrep
configure:4183: result: /usr/bin/grep -E
configure:4188: checking for ANSI C header files
configure:4208: gcc -c -g -O2 conftest.c >&5
configure:4208: $? =3D 0
configure:4281: gcc -o conftest.exe -g -O2 conftest.c >&5
configure:4281: $? =3D 0
configure:4281: ./conftest.exe
configure:4281: $? =3D 0
configure:4292: result: yes
configure:4305: checking for sys/types.h
configure:4305: gcc -c -g -O2 conftest.c >&5
configure:4305: $? =3D 0
configure:4305: result: yes
configure:4305: checking for sys/stat.h
configure:4305: gcc -c -g -O2 conftest.c >&5
configure:4305: $? =3D 0
configure:4305: result: yes
configure:4305: checking for stdlib.h
configure:4305: gcc -c -g -O2 conftest.c >&5
configure:4305: $? =3D 0
configure:4305: result: yes
configure:4305: checking for string.h
configure:4305: gcc -c -g -O2 conftest.c >&5
configure:4305: $? =3D 0
configure:4305: result: yes
configure:4305: checking for memory.h
configure:4305: gcc -c -g -O2 conftest.c >&5
configure:4305: $? =3D 0
configure:4305: result: yes
configure:4305: checking for strings.h
configure:4305: gcc -c -g -O2 conftest.c >&5
configure:4305: $? =3D 0
configure:4305: result: yes
configure:4305: checking for inttypes.h
configure:4305: gcc -c -g -O2 conftest.c >&5
configure:4305: $? =3D 0
configure:4305: result: yes
configure:4305: checking for stdint.h
configure:4305: gcc -c -g -O2 conftest.c >&5
configure:4305: $? =3D 0
configure:4305: result: yes
configure:4305: checking for unistd.h
configure:4305: gcc -c -g -O2 conftest.c >&5
configure:4305: $? =3D 0
configure:4305: result: yes
configure:4318: checking minix/config.h usability
configure:4318: gcc -c -g -O2 conftest.c >&5
conftest.c:52:26: fatal error: minix/config.h: No such file or directory
#include <minix/config.h>
^
compilation terminated.
configure:4318: $? =3D 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #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
| #include <minix/config.h>
configure:4318: result: no
configure:4318: checking minix/config.h presence
configure:4318: gcc -E conftest.c
conftest.c:19:26: fatal error: minix/config.h: No such file or directory
#include <minix/config.h>
^
compilation terminated.
configure:4318: $? =3D 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #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 <minix/config.h>
configure:4318: result: no
configure:4318: checking for minix/config.h
configure:4318: result: no
configure:4339: checking whether it is safe to define __EXTENSIONS__
configure:4357: gcc -c -g -O2 conftest.c >&5
configure:4357: $? =3D 0
configure:4364: result: yes
configure:4379: checking for library containing strerror
configure:4410: gcc -o conftest.exe -g -O2 conftest.c >&5
configure:4410: $? =3D 0
configure:4427: result: none required
configure:4510: checking build system type
configure:4524: result: x86_64-unknown-cygwin
configure:4544: checking host system type
configure:4557: result: x86_64-unknown-cygwin
configure:4577: checking for a sed that does not truncate output
configure:4631: result: /usr/bin/sed
configure:4645: checking for ld used by gcc
configure:4712: result: /usr/x86_64-pc-cygwin/bin/ld.exe
configure:4719: checking if the linker (/usr/x86_64-pc-cygwin/bin/ld.exe) i=
s GNU ld
configure:4734: result: yes
configure:4739: checking for /usr/x86_64-pc-cygwin/bin/ld.exe option to rel=
oad object files
configure:4746: result: -r
configure:4755: checking for BSD-compatible nm
configure:4797: result: /usr/bin/nm -B
configure:4801: checking whether ln -s works
configure:4805: result: yes
configure:4812: checking how to recognise dependent libraries
configure:4995: result: file_magic ^x86 archive import|^x86 DLL
configure:5177: checking dlfcn.h usability
configure:5177: gcc -c -g -O2 conftest.c >&5
configure:5177: $? =3D 0
configure:5177: result: yes
configure:5177: checking dlfcn.h presence
configure:5177: gcc -E conftest.c
configure:5177: $? =3D 0
configure:5177: result: yes
configure:5177: checking for dlfcn.h
configure:5177: result: yes
configure:5245: checking for g++
configure:5261: found /usr/bin/g++
configure:5272: result: g++
configure:5299: checking for C++ compiler version
configure:5308: g++ --version >&5
g++ (GCC) 4.8.1
Copyright (C) 2013 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:5319: $? =3D 0
configure:5308: g++ -v >&5
Using built-in specs.
COLLECT_GCC=3Dg++
COLLECT_LTO_WRAPPER=3D/usr/lib/gcc/x86_64-pc-cygwin/4.8.1/lto-wrapper.exe
Target: x86_64-pc-cygwin
Configured with: /cygdrive/i/szsz/tmpp/cygwin64/gcc/gcc-4.8.1-3/src/gcc-4.8=
.1/configure --srcdir=3D/cygdrive/i/szsz/tmpp/cygwin64/gcc/gcc-4.8.1-3/src/=
gcc-4.8.1 --prefix=3D/usr --exec-prefix=3D/usr --bindir=3D/usr/bin --sbindi=
r=3D/usr/sbin --libexecdir=3D/usr/lib --datadir=3D/usr/share --localstatedi=
r=3D/var --sysconfdir=3D/etc --datarootdir=3D/usr/share --docdir=3D/usr/sha=
re/doc/gcc -C --build=3Dx86_64-pc-cygwin --host=3Dx86_64-pc-cygwin --target=
=3Dx86_64-pc-cygwin --without-libiconv-prefix --without-libintl-prefix --en=
able-shared --enable-shared-libgcc --enable-static --enable-version-specifi=
c-runtime-libs --enable-bootstrap --disable-__cxa_atexit --with-dwarf2 --wi=
th-tune=3Dgeneric --enable-languages=3Dc,c++,fortran,lto,objc,obj-c++ --ena=
ble-graphite --enable-threads=3Dposix --enable-libatomic --enable-libgomp -=
-disable-libitm --enable-libquadmath --enable-libquadmath-support --enable-=
libssp --enable-libgcj-sublibs --disable-java-awt --disable-symvers --with-=
ecj-jar=3D/usr/share/java/ecj.jar --with-gnu-ld --with-gnu-as --with-cloog-=
include=3D/usr/include/cloog-isl --without-libiconv-prefix --without-libint=
l-prefix --with-system-zlib
Thread model: posix
gcc version 4.8.1 (GCC)=20
configure:5319: $? =3D 0
configure:5308: g++ -V >&5
g++: error: unrecognized command line option '-V'
g++: fatal error: no input files
compilation terminated.
configure:5319: $? =3D 1
configure:5308: g++ -qversion >&5
g++: error: unrecognized command line option '-qversion'
g++: fatal error: no input files
compilation terminated.
configure:5319: $? =3D 1
configure:5323: checking whether we are using the GNU C++ compiler
configure:5342: g++ -c conftest.cpp >&5
configure:5342: $? =3D 0
configure:5351: result: yes
configure:5360: checking whether g++ accepts -g
configure:5380: g++ -c -g conftest.cpp >&5
configure:5380: $? =3D 0
configure:5421: result: yes
configure:5449: checking how to run the C++ preprocessor
configure:5476: g++ -E conftest.cpp
configure:5476: $? =3D 0
configure:5490: g++ -E conftest.cpp
conftest.cpp:25:28: fatal error: ac_nonexistent.h: No such file or directory
#include <ac_nonexistent.h>
^
compilation terminated.
configure:5490: $? =3D 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #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 __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define HAVE_DLFCN_H 1
| /* end confdefs.h. */
| #include <ac_nonexistent.h>
configure:5515: result: g++ -E
configure:5535: g++ -E conftest.cpp
configure:5535: $? =3D 0
configure:5549: g++ -E conftest.cpp
conftest.cpp:25:28: fatal error: ac_nonexistent.h: No such file or directory
#include <ac_nonexistent.h>
^
compilation terminated.
configure:5549: $? =3D 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #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 __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define HAVE_DLFCN_H 1
| /* end confdefs.h. */
| #include <ac_nonexistent.h>
configure:5631: checking for g77
configure:5661: result: no
configure:5631: checking for xlf
configure:5661: result: no
configure:5631: checking for f77
configure:5661: result: no
configure:5631: checking for frt
configure:5661: result: no
configure:5631: checking for pgf77
configure:5661: result: no
configure:5631: checking for cf77
configure:5661: result: no
configure:5631: checking for fort77
configure:5661: result: no
configure:5631: checking for fl32
configure:5661: result: no
configure:5631: checking for af77
configure:5661: result: no
configure:5631: checking for xlf90
configure:5661: result: no
configure:5631: checking for f90
configure:5661: result: no
configure:5631: checking for pgf90
configure:5661: result: no
configure:5631: checking for pghpf
configure:5661: result: no
configure:5631: checking for epcf90
configure:5661: result: no
configure:5631: checking for gfortran
configure:5647: found /usr/bin/gfortran
configure:5658: result: gfortran
configure:5684: checking for Fortran 77 compiler version
configure:5693: gfortran --version >&5
GNU Fortran (GCC) 4.8.1
Copyright (C) 2013 Free Software Foundation, Inc.
GNU Fortran comes with NO WARRANTY, to the extent permitted by law.
You may redistribute copies of GNU Fortran
under the terms of the GNU General Public License.
For more information about these matters, see the file named COPYING
configure:5704: $? =3D 0
configure:5693: gfortran -v >&5
Using built-in specs.
COLLECT_GCC=3Dgfortran
COLLECT_LTO_WRAPPER=3D/usr/lib/gcc/x86_64-pc-cygwin/4.8.1/lto-wrapper.exe
Target: x86_64-pc-cygwin
Configured with: /cygdrive/i/szsz/tmpp/cygwin64/gcc/gcc-4.8.1-3/src/gcc-4.8=
.1/configure --srcdir=3D/cygdrive/i/szsz/tmpp/cygwin64/gcc/gcc-4.8.1-3/src/=
gcc-4.8.1 --prefix=3D/usr --exec-prefix=3D/usr --bindir=3D/usr/bin --sbindi=
r=3D/usr/sbin --libexecdir=3D/usr/lib --datadir=3D/usr/share --localstatedi=
r=3D/var --sysconfdir=3D/etc --datarootdir=3D/usr/share --docdir=3D/usr/sha=
re/doc/gcc -C --build=3Dx86_64-pc-cygwin --host=3Dx86_64-pc-cygwin --target=
=3Dx86_64-pc-cygwin --without-libiconv-prefix --without-libintl-prefix --en=
able-shared --enable-shared-libgcc --enable-static --enable-version-specifi=
c-runtime-libs --enable-bootstrap --disable-__cxa_atexit --with-dwarf2 --wi=
th-tune=3Dgeneric --enable-languages=3Dc,c++,fortran,lto,objc,obj-c++ --ena=
ble-graphite --enable-threads=3Dposix --enable-libatomic --enable-libgomp -=
-disable-libitm --enable-libquadmath --enable-libquadmath-support --enable-=
libssp --enable-libgcj-sublibs --disable-java-awt --disable-symvers --with-=
ecj-jar=3D/usr/share/java/ecj.jar --with-gnu-ld --with-gnu-as --with-cloog-=
include=3D/usr/include/cloog-isl --without-libiconv-prefix --without-libint=
l-prefix --with-system-zlib
Thread model: posix
gcc version 4.8.1 (GCC)=20
configure:5704: $? =3D 0
configure:5693: gfortran -V >&5
gfortran: error: unrecognized command line option '-V'
gfortran: fatal error: no input files
compilation terminated.
configure:5704: $? =3D 1
configure:5693: gfortran -qversion >&5
gfortran: error: unrecognized command line option '-qversion'
gfortran: fatal error: no input files
compilation terminated.
configure:5704: $? =3D 1
configure:5713: checking whether we are using the GNU Fortran 77 compiler
configure:5726: gfortran -c conftest.F >&5
configure:5726: $? =3D 0
configure:5735: result: yes
configure:5741: checking whether gfortran accepts -g
configure:5752: gfortran -c -g conftest.f >&5
configure:5752: $? =3D 0
configure:5760: result: yes
configure:5794: checking the maximum length of command line arguments
configure:5859: result: 8192
configure:5870: checking command to parse /usr/bin/nm -B output from gcc ob=
ject
configure:5959: gcc -c -g -O2 conftest.c >&5
configure:5962: $? =3D 0
configure:5966: /usr/bin/nm -B conftest.o \| sed -n -e 's/^.*[ ]\([ABCDGIR=
STW][ABCDGIRSTW]*\)[ ][ ]*\(\)\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2\3 \3/p' \=
> conftest.nm
configure:5969: $? =3D 0
configure:6021: gcc -o conftest.exe -g -O2 conftest.c conftstm.o >&5
configure:6024: $? =3D 0
configure:6062: result: ok
configure:6066: checking for objdir
configure:6081: result: .libs
configure:6173: checking for ar
configure:6189: found /usr/bin/ar
configure:6200: result: ar
configure:6265: checking for ranlib
configure:6281: found /usr/bin/ranlib
configure:6292: result: ranlib
configure:6357: checking for strip
configure:6373: found /usr/bin/strip
configure:6384: result: strip
configure:6656: checking if gcc static flag works
configure:6679: result: yes
configure:6701: checking if gcc supports -fno-rtti -fno-exceptions
configure:6719: gcc -c -g -O2 -fno-rtti -fno-exceptions conftest.c >&5
cc1: warning: command line option '-fno-rtti' is valid for C++/ObjC++ but n=
ot for C [enabled by default]
configure:6723: $? =3D 0
configure:6734: result: no
configure:6749: checking for gcc option to produce PIC
configure:6926: result:=20
configure:6991: checking if gcc supports -c -o file.o
configure:7012: gcc -c -g -O2 -o out/conftest2.o conftest.c >&5
configure:7016: $? =3D 0
configure:7036: result: yes
configure:7062: checking whether the gcc linker (/usr/x86_64-pc-cygwin/bin/=
ld.exe) supports shared libraries
configure:7852: result: yes
configure:7923: checking dynamic linker characteristics
configure:8463: result: Win32 ld.exe
configure:8467: checking how to hardcode library paths into programs
configure:8492: result: immediate
configure:8506: checking whether stripping libraries is possible
configure:8511: result: yes
configure:9023: checking if libtool supports shared libraries
configure:9025: result: yes
configure:9028: checking whether to build shared libraries
configure:9086: result: no
configure:9089: checking whether to build static libraries
configure:9093: result: yes
configure:9185: creating libtool
configure:9728: checking for ld used by g++
configure:9795: result: /usr/x86_64-pc-cygwin/bin/ld.exe
configure:9802: checking if the linker (/usr/x86_64-pc-cygwin/bin/ld.exe) i=
s GNU ld
configure:9817: result: yes
configure:9868: checking whether the g++ linker (/usr/x86_64-pc-cygwin/bin/=
ld.exe) supports shared libraries
configure:10638: result: yes
configure:10660: g++ -c -g -O2 conftest.cc >&5
configure:10663: $? =3D 0
configure:10759: checking for g++ option to produce PIC
configure:11011: result:=20
configure:11076: checking if g++ supports -c -o file.o
configure:11097: g++ -c -g -O2 -o out/conftest2.o conftest.cc >&5
configure:11101: $? =3D 0
configure:11121: result: yes
configure:11147: checking whether the g++ linker (/usr/x86_64-pc-cygwin/bin=
/ld.exe) supports shared libraries
configure:11172: result: yes
configure:11243: checking dynamic linker characteristics
configure:11783: result: Win32 ld.exe
configure:11787: checking how to hardcode library paths into programs
configure:11812: result: immediate
configure:11826: checking whether stripping libraries is possible
configure:11831: result: yes
configure:12820: checking if libtool supports shared libraries
configure:12822: result: yes
configure:12825: checking whether to build shared libraries
configure:12843: result: no
configure:12846: checking whether to build static libraries
configure:12850: result: yes
configure:12862: checking for gfortran option to produce PIC
configure:13039: result:=20
configure:13104: checking if gfortran supports -c -o file.o
configure:13125: gfortran -c -g -O2 -o out/conftest2.o conftest.f >&5
configure:13129: $? =3D 0
configure:13149: result: yes
configure:13175: checking whether the gfortran linker (/usr/x86_64-pc-cygwi=
n/bin/ld.exe) supports shared libraries
configure:13953: result: yes
configure:14024: checking dynamic linker characteristics
configure:14564: result: Win32 ld.exe
configure:14568: checking how to hardcode library paths into programs
configure:14593: result: immediate
configure:14607: checking whether stripping libraries is possible
configure:14612: result: yes
configure:18753: checking for mv
configure:18771: found /usr/bin/mv
configure:18784: result: /usr/bin/mv
configure:18794: checking for rm
configure:18812: found /usr/bin/rm
configure:18825: result: /usr/bin/rm
configure:18835: checking for cp
configure:18853: found /usr/bin/cp
configure:18866: result: /usr/bin/cp
configure:18876: checking for ln
configure:18894: found /usr/bin/ln
configure:18907: result: /usr/bin/ln
configure:18917: checking for sed
configure:18948: result: /usr/bin/sed
configure:18958: checking for echo
configure:18976: found /usr/bin/echo
configure:18989: result: /usr/bin/echo
configure:18999: checking for cmp
configure:19017: found /usr/bin/cmp
configure:19030: result: /usr/bin/cmp
configure:19040: checking for tbl
configure:19058: found /usr/bin/tbl
configure:19070: result: /usr/bin/tbl
configure:19081: checking for X
configure:19189: gcc -E conftest.c
configure:19189: $? =3D 0
configure:19220: gcc -o conftest.exe -g -O2 conftest.c -lX11 >&5
configure:19220: $? =3D 0
configure:19270: result: libraries , headers=20
configure:19369: gcc -o conftest.exe -g -O2 conftest.c -lX11 >&5
configure:19369: $? =3D 0
configure:19467: checking for gethostbyname
configure:19467: gcc -o conftest.exe -g -O2 conftest.c >&5
configure:19467: $? =3D 0
configure:19467: result: yes
configure:19564: checking for connect
configure:19564: gcc -o conftest.exe -g -O2 conftest.c >&5
configure:19564: $? =3D 0
configure:19564: result: yes
configure:19613: checking for remove
configure:19613: gcc -o conftest.exe -g -O2 conftest.c >&5
configure:19613: $? =3D 0
configure:19613: result: yes
configure:19662: checking for shmat
configure:19662: gcc -o conftest.exe -g -O2 conftest.c >&5
configure:19662: $? =3D 0
configure:19662: result: yes
configure:19720: checking for IceConnectionNumber in -lICE
configure:19745: gcc -o conftest.exe -g -O2 conftest.c -lICE >&5
configure:19745: $? =3D 0
configure:19754: result: yes
configure:20043: checking for sys/wait.h that is POSIX.1 compatible
configure:20069: gcc -c -g -O2 conftest.c >&5
configure:20069: $? =3D 0
configure:20076: result: yes
configure:20107: checking assert.h usability
configure:20107: gcc -c -g -O2 conftest.c >&5
configure:20107: $? =3D 0
configure:20107: result: yes
configure:20107: checking assert.h presence
configure:20107: gcc -E conftest.c
configure:20107: $? =3D 0
configure:20107: result: yes
configure:20107: checking for assert.h
configure:20107: result: yes
configure:20107: checking fcntl.h usability
configure:20107: gcc -c -g -O2 conftest.c >&5
configure:20107: $? =3D 0
configure:20107: result: yes
configure:20107: checking fcntl.h presence
configure:20107: gcc -E conftest.c
configure:20107: $? =3D 0
configure:20107: result: yes
configure:20107: checking for fcntl.h
configure:20107: result: yes
configure:20107: checking grp.h usability
configure:20107: gcc -c -g -O2 conftest.c >&5
configure:20107: $? =3D 0
configure:20107: result: yes
configure:20107: checking grp.h presence
configure:20107: gcc -E conftest.c
configure:20107: $? =3D 0
configure:20107: result: yes
configure:20107: checking for grp.h
configure:20107: result: yes
configure:20107: checking libc.h usability
configure:20107: gcc -c -g -O2 conftest.c >&5
conftest.c:63:18: fatal error: libc.h: No such file or directory
#include <libc.h>
^
compilation terminated.
configure:20107: $? =3D 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #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 __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define HAVE_DLFCN_H 1
| #define PROTOTYPES 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_ASSERT_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_GRP_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 <libc.h>
configure:20107: result: no
configure:20107: checking libc.h presence
configure:20107: gcc -E conftest.c
conftest.c:30:18: fatal error: libc.h: No such file or directory
#include <libc.h>
^
compilation terminated.
configure:20107: $? =3D 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #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 __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define HAVE_DLFCN_H 1
| #define PROTOTYPES 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_ASSERT_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_GRP_H 1
| /* end confdefs.h. */
| #include <libc.h>
configure:20107: result: no
configure:20107: checking for libc.h
configure:20107: result: no
configure:20107: checking lastlog.h usability
configure:20107: gcc -c -g -O2 conftest.c >&5
configure:20107: $? =3D 0
configure:20107: result: yes
configure:20107: checking lastlog.h presence
configure:20107: gcc -E conftest.c
configure:20107: $? =3D 0
configure:20107: result: yes
configure:20107: checking for lastlog.h
configure:20107: result: yes
configure:20107: checking stdarg.h usability
configure:20107: gcc -c -g -O2 conftest.c >&5
configure:20107: $? =3D 0
configure:20107: result: yes
configure:20107: checking stdarg.h presence
configure:20107: gcc -E conftest.c
configure:20107: $? =3D 0
configure:20107: result: yes
configure:20107: checking for stdarg.h
configure:20107: result: yes
configure:20107: checking for stdlib.h
configure:20107: result: yes
configure:20107: checking for string.h
configure:20107: result: yes
configure:20107: checking termios.h usability
configure:20107: gcc -c -g -O2 conftest.c >&5
configure:20107: $? =3D 0
configure:20107: result: yes
configure:20107: checking termios.h presence
configure:20107: gcc -E conftest.c
configure:20107: $? =3D 0
configure:20107: result: yes
configure:20107: checking for termios.h
configure:20107: result: yes
configure:20107: checking for unistd.h
configure:20107: result: yes
configure:20107: checking sys/byteorder.h usability
configure:20107: gcc -c -g -O2 conftest.c >&5
conftest.c:69:27: fatal error: sys/byteorder.h: No such file or directory
#include <sys/byteorder.h>
^
compilation terminated.
configure:20107: $? =3D 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #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 __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define HAVE_DLFCN_H 1
| #define PROTOTYPES 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_ASSERT_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_GRP_H 1
| #define HAVE_LASTLOG_H 1
| #define HAVE_STDARG_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_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
| #include <sys/byteorder.h>
configure:20107: result: no
configure:20107: checking sys/byteorder.h presence
configure:20107: gcc -E conftest.c
conftest.c:36:27: fatal error: sys/byteorder.h: No such file or directory
#include <sys/byteorder.h>
^
compilation terminated.
configure:20107: $? =3D 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #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 __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define HAVE_DLFCN_H 1
| #define PROTOTYPES 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_ASSERT_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_GRP_H 1
| #define HAVE_LASTLOG_H 1
| #define HAVE_STDARG_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_UNISTD_H 1
| /* end confdefs.h. */
| #include <sys/byteorder.h>
configure:20107: result: no
configure:20107: checking for sys/byteorder.h
configure:20107: result: no
configure:20107: checking sys/ioctl.h usability
configure:20107: gcc -c -g -O2 conftest.c >&5
configure:20107: $? =3D 0
configure:20107: result: yes
configure:20107: checking sys/ioctl.h presence
configure:20107: gcc -E conftest.c
configure:20107: $? =3D 0
configure:20107: result: yes
configure:20107: checking for sys/ioctl.h
configure:20107: result: yes
configure:20107: checking sys/select.h usability
configure:20107: gcc -c -g -O2 conftest.c >&5
configure:20107: $? =3D 0
configure:20107: result: yes
configure:20107: checking sys/select.h presence
configure:20107: gcc -E conftest.c
configure:20107: $? =3D 0
configure:20107: result: yes
configure:20107: checking for sys/select.h
configure:20107: result: yes
configure:20107: checking sys/sockio.h usability
configure:20107: gcc -c -g -O2 conftest.c >&5
conftest.c:71:24: fatal error: sys/sockio.h: No such file or directory
#include <sys/sockio.h>
^
compilation terminated.
configure:20107: $? =3D 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #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 __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define HAVE_DLFCN_H 1
| #define PROTOTYPES 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_ASSERT_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_GRP_H 1
| #define HAVE_LASTLOG_H 1
| #define HAVE_STDARG_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_SELECT_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/sockio.h>
configure:20107: result: no
configure:20107: checking sys/sockio.h presence
configure:20107: gcc -E conftest.c
conftest.c:38:24: fatal error: sys/sockio.h: No such file or directory
#include <sys/sockio.h>
^
compilation terminated.
configure:20107: $? =3D 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #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 __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define HAVE_DLFCN_H 1
| #define PROTOTYPES 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_ASSERT_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_GRP_H 1
| #define HAVE_LASTLOG_H 1
| #define HAVE_STDARG_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_SELECT_H 1
| /* end confdefs.h. */
| #include <sys/sockio.h>
configure:20107: result: no
configure:20107: checking for sys/sockio.h
configure:20107: result: no
configure:20107: checking sys/stropts.h usability
configure:20107: gcc -c -g -O2 conftest.c >&5
conftest.c:71:25: fatal error: sys/stropts.h: No such file or directory
#include <sys/stropts.h>
^
compilation terminated.
configure:20107: $? =3D 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #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 __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define HAVE_DLFCN_H 1
| #define PROTOTYPES 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_ASSERT_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_GRP_H 1
| #define HAVE_LASTLOG_H 1
| #define HAVE_STDARG_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_SELECT_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/stropts.h>
configure:20107: result: no
configure:20107: checking sys/stropts.h presence
configure:20107: gcc -E conftest.c
conftest.c:38:25: fatal error: sys/stropts.h: No such file or directory
#include <sys/stropts.h>
^
compilation terminated.
configure:20107: $? =3D 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #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 __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define HAVE_DLFCN_H 1
| #define PROTOTYPES 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_ASSERT_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_GRP_H 1
| #define HAVE_LASTLOG_H 1
| #define HAVE_STDARG_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_SELECT_H 1
| /* end confdefs.h. */
| #include <sys/stropts.h>
configure:20107: result: no
configure:20107: checking for sys/stropts.h
configure:20107: result: no
configure:20107: checking sys/strredir.h usability
configure:20107: gcc -c -g -O2 conftest.c >&5
conftest.c:71:26: fatal error: sys/strredir.h: No such file or directory
#include <sys/strredir.h>
^
compilation terminated.
configure:20107: $? =3D 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #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 __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define HAVE_DLFCN_H 1
| #define PROTOTYPES 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_ASSERT_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_GRP_H 1
| #define HAVE_LASTLOG_H 1
| #define HAVE_STDARG_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_SELECT_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/strredir.h>
configure:20107: result: no
configure:20107: checking sys/strredir.h presence
configure:20107: gcc -E conftest.c
conftest.c:38:26: fatal error: sys/strredir.h: No such file or directory
#include <sys/strredir.h>
^
compilation terminated.
configure:20107: $? =3D 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #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 __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define HAVE_DLFCN_H 1
| #define PROTOTYPES 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_ASSERT_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_GRP_H 1
| #define HAVE_LASTLOG_H 1
| #define HAVE_STDARG_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_SELECT_H 1
| /* end confdefs.h. */
| #include <sys/strredir.h>
configure:20107: result: no
configure:20107: checking for sys/strredir.h
configure:20107: result: no
configure:20107: checking sys/time.h usability
configure:20107: gcc -c -g -O2 conftest.c >&5
configure:20107: $? =3D 0
configure:20107: result: yes
configure:20107: checking sys/time.h presence
configure:20107: gcc -E conftest.c
configure:20107: $? =3D 0
configure:20107: result: yes
configure:20107: checking for sys/time.h
configure:20107: result: yes
configure:20107: checking utmp.h usability
configure:20107: gcc -c -g -O2 conftest.c >&5
configure:20107: $? =3D 0
configure:20107: result: yes
configure:20107: checking utmp.h presence
configure:20107: gcc -E conftest.c
configure:20107: $? =3D 0
configure:20107: result: yes
configure:20107: checking for utmp.h
configure:20107: result: yes
configure:20107: checking utmpx.h usability
configure:20107: gcc -c -g -O2 conftest.c >&5
configure:20107: $? =3D 0
configure:20107: result: yes
configure:20107: checking utmpx.h presence
configure:20107: gcc -E conftest.c
configure:20107: $? =3D 0
configure:20107: result: yes
configure:20107: checking for utmpx.h
configure:20107: result: yes
configure:20118: checking whether time.h and sys/time.h may both be included
configure:20138: gcc -c -g -O2 conftest.c >&5
configure:20138: $? =3D 0
configure:20145: result: yes
configure:20154: checking whether termios.h and sys/ioctl.h may both be inc=
luded
configure:20174: gcc -c -g -O2 conftest.c >&5
configure:20174: $? =3D 0
configure:20181: result: yes
configure:20195: checking for -rpath dynamic library path recording
configure:20213: gcc -o conftest.exe -g -O2 conftest.c -lX11 >&5
conftest.c: In function 'main':
conftest.c:45:5: warning: incompatible implicit declaration of built-in fun=
ction 'exit' [enabled by default]
exit(0);
^
configure:20213: $? =3D 0
configure:20213: ./conftest.exe
configure:20213: $? =3D 0
configure:20223: result: yes
configure:20262: checking for XPointer
configure:20278: gcc -c -g -O2 conftest.c >&5
configure:20278: $? =3D 0
configure:20285: result: yes
configure:20296: checking for an ANSI C-conforming const
configure:20362: gcc -c -g -O2 conftest.c >&5
configure:20362: $? =3D 0
configure:20369: result: yes
configure:20377: checking for inline
configure:20393: gcc -c -g -O2 conftest.c >&5
configure:20393: $? =3D 0
configure:20401: result: inline
configure:20421: checking for mode_t
configure:20421: gcc -c -g -O2 conftest.c >&5
configure:20421: $? =3D 0
configure:20421: gcc -c -g -O2 conftest.c >&5
conftest.c: In function 'main':
conftest.c:79:21: error: expected expression before ')' token
if (sizeof ((mode_t)))
^
configure:20421: $? =3D 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #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 __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define HAVE_DLFCN_H 1
| #define PROTOTYPES 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_ASSERT_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_GRP_H 1
| #define HAVE_LASTLOG_H 1
| #define HAVE_STDARG_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_UTMP_H 1
| #define HAVE_UTMPX_H 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_XPOINTER 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:20421: result: yes
configure:20432: checking for pid_t
configure:20432: gcc -c -g -O2 conftest.c >&5
configure:20432: $? =3D 0
configure:20432: gcc -c -g -O2 conftest.c >&5
conftest.c: In function 'main':
conftest.c:79:20: error: expected expression before ')' token
if (sizeof ((pid_t)))
^
configure:20432: $? =3D 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #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 __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define HAVE_DLFCN_H 1
| #define PROTOTYPES 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_ASSERT_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_GRP_H 1
| #define HAVE_LASTLOG_H 1
| #define HAVE_STDARG_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_UTMP_H 1
| #define HAVE_UTMPX_H 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_XPOINTER 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:20432: result: yes
configure:20443: checking for uid_t in sys/types.h
configure:20462: result: yes
configure:20479: checking size of char
configure:20484: gcc -o conftest.exe -g -O2 conftest.c >&5
configure:20484: $? =3D 0
configure:20484: ./conftest.exe
configure:20484: $? =3D 0
configure:20498: result: 1
configure:20512: checking size of short
configure:20517: gcc -o conftest.exe -g -O2 conftest.c >&5
configure:20517: $? =3D 0
configure:20517: ./conftest.exe
configure:20517: $? =3D 0
configure:20531: result: 2
configure:20545: checking size of int
configure:20550: gcc -o conftest.exe -g -O2 conftest.c >&5
configure:20550: $? =3D 0
configure:20550: ./conftest.exe
configure:20550: $? =3D 0
configure:20564: result: 4
configure:20578: checking size of long
configure:20583: gcc -o conftest.exe -g -O2 conftest.c >&5
configure:20583: $? =3D 0
configure:20583: ./conftest.exe
configure:20583: $? =3D 0
configure:20597: result: 8
configure:20611: checking size of long long
configure:20616: gcc -o conftest.exe -g -O2 conftest.c >&5
configure:20616: $? =3D 0
configure:20616: ./conftest.exe
configure:20616: $? =3D 0
configure:20630: result: 8
configure:20644: checking size of int *
configure:20649: gcc -o conftest.exe -g -O2 conftest.c >&5
configure:20649: $? =3D 0
configure:20649: ./conftest.exe
configure:20649: $? =3D 0
configure:20663: result: 8
configure:20675: checking for int16_t
configure:20691: gcc -c -g -O2 conftest.c >&5
configure:20691: $? =3D 0
configure:20718: result: yes
configure:20730: checking for u_int16_t
configure:20746: gcc -c -g -O2 conftest.c >&5
configure:20746: $? =3D 0
configure:20773: result: yes
configure:20785: checking for int32_t
configure:20801: gcc -c -g -O2 conftest.c >&5
configure:20801: $? =3D 0
configure:20828: result: yes
configure:20840: checking for u_int32_t
configure:20856: gcc -c -g -O2 conftest.c >&5
configure:20856: $? =3D 0
configure:20883: result: yes
configure:20895: checking for int64_t
configure:20911: gcc -c -g -O2 conftest.c >&5
configure:20911: $? =3D 0
configure:20938: result: yes
configure:20950: checking for u_int64_t
configure:20966: gcc -c -g -O2 conftest.c >&5
configure:20966: $? =3D 0
configure:20993: result: yes
configure:21025: checking return type of signal handlers
configure:21043: gcc -c -g -O2 conftest.c >&5
conftest.c: In function 'main':
conftest.c:55:1: error: void value not ignored as it ought to be
return *(signal (0, 0)) (0) =3D=3D 1;
^
configure:21043: $? =3D 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #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 __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define HAVE_DLFCN_H 1
| #define PROTOTYPES 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_ASSERT_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_GRP_H 1
| #define HAVE_LASTLOG_H 1
| #define HAVE_STDARG_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_UTMP_H 1
| #define HAVE_UTMPX_H 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_XPOINTER 1
| #define SIZEOF_CHAR 1
| #define SIZEOF_SHORT 2
| #define SIZEOF_INT 4
| #define SIZEOF_LONG 8
| #define SIZEOF_LONG_LONG 8
| #define SIZEOF_INT_P 8
| /* end confdefs.h. */
| #include <sys/types.h>
| #include <signal.h>
|=20
| int
| main ()
| {
| return *(signal (0, 0)) (0) =3D=3D 1;
| ;
| return 0;
| }
configure:21050: result: void
configure:21087: checking for atexit
configure:21087: gcc -o conftest.exe -g -O2 conftest.c >&5
configure:21087: $? =3D 0
configure:21087: result: yes
configure:21087: checking for revoke
configure:21087: gcc -o conftest.exe -g -O2 conftest.c >&5
configure:21087: $? =3D 0
configure:21087: result: yes
configure:21087: checking for unsetenv
configure:21087: gcc -o conftest.exe -g -O2 conftest.c >&5
configure:21087: $? =3D 0
configure:21087: result: yes
configure:21087: checking for setutent
configure:21087: gcc -o conftest.exe -g -O2 conftest.c >&5
configure:21087: $? =3D 0
configure:21087: result: yes
configure:21087: checking for seteuid
configure:21087: gcc -o conftest.exe -g -O2 conftest.c >&5
configure:21087: $? =3D 0
configure:21087: result: yes
configure:21087: checking for setreuid
configure:21087: gcc -o conftest.exe -g -O2 conftest.c >&5
configure:21087: $? =3D 0
configure:21087: result: yes
configure:21087: checking for setsid
configure:21087: gcc -o conftest.exe -g -O2 conftest.c >&5
configure:21087: $? =3D 0
configure:21087: result: yes
configure:21087: checking for setpgrp
configure:21087: gcc -o conftest.exe -g -O2 conftest.c >&5
configure:21087: $? =3D 0
configure:21087: result: yes
configure:21087: checking for setpgid
configure:21087: gcc -o conftest.exe -g -O2 conftest.c >&5
configure:21087: $? =3D 0
configure:21087: result: yes
configure:21087: checking for openpty
configure:21087: gcc -o conftest.exe -g -O2 conftest.c >&5
configure:21087: $? =3D 0
configure:21087: result: yes
configure:21087: checking for _getpty
configure:21087: gcc -o conftest.exe -g -O2 conftest.c >&5
/tmp/ccE4XTMc.o: In function `main':
/usr/local/src/rxvt/conftest.c:94: undefined reference to `_getpty'
/usr/local/src/rxvt/conftest.c:94:(.text.startup+0xa): relocation truncated=
to fit: R_X86_64_PC32 against undefined symbol `_getpty'
collect2: error: ld returned 1 exit status
configure:21087: $? =3D 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #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 __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define HAVE_DLFCN_H 1
| #define PROTOTYPES 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_ASSERT_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_GRP_H 1
| #define HAVE_LASTLOG_H 1
| #define HAVE_STDARG_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_UTMP_H 1
| #define HAVE_UTMPX_H 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_XPOINTER 1
| #define SIZEOF_CHAR 1
| #define SIZEOF_SHORT 2
| #define SIZEOF_INT 4
| #define SIZEOF_LONG 8
| #define SIZEOF_LONG_LONG 8
| #define SIZEOF_INT_P 8
| #define RETSIGTYPE void
| #define HAVE_ATEXIT 1
| #define HAVE_REVOKE 1
| #define HAVE_UNSETENV 1
| #define HAVE_SETUTENT 1
| #define HAVE_SETEUID 1
| #define HAVE_SETREUID 1
| #define HAVE_SETSID 1
| #define HAVE_SETPGRP 1
| #define HAVE_SETPGID 1
| #define HAVE_OPENPTY 1
| /* end confdefs.h. */
| /* Define _getpty to an innocuous variant, in case <limits.h> declares _g=
etpty.
| For example, HP-UX 11i <limits.h> declares gettimeofday. */
| #define _getpty innocuous__getpty
|=20
| /* System header to define __stub macros and hopefully few prototypes,
| which can conflict with char _getpty (); below.
| Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
| <limits.h> exists even on freestanding compilers. */
|=20
| #ifdef __STDC__
| # include <limits.h>
| #else
| # include <assert.h>
| #endif
|=20
| #undef _getpty
|=20
| /* 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 _getpty ();
| /* 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__getpty || defined __stub____getpty
| choke me
| #endif
|=20
| int
| main ()
| {
| return _getpty ();
| ;
| return 0;
| }
configure:21087: result: no
configure:21087: checking for grantpt
configure:21087: gcc -o conftest.exe -g -O2 conftest.c >&5
configure:21087: $? =3D 0
configure:21087: result: yes
configure:21087: checking for unlockpt
configure:21087: gcc -o conftest.exe -g -O2 conftest.c >&5
configure:21087: $? =3D 0
configure:21087: result: yes
configure:21087: checking for isastream
configure:21087: gcc -o conftest.exe -g -O2 conftest.c >&5
/tmp/ccZprBNf.o: In function `main':
/usr/local/src/rxvt/conftest.c:96: undefined reference to `isastream'
/usr/local/src/rxvt/conftest.c:96:(.text.startup+0xa): relocation truncated=
to fit: R_X86_64_PC32 against undefined symbol `isastream'
collect2: error: ld returned 1 exit status
configure:21087: $? =3D 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #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 __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define HAVE_DLFCN_H 1
| #define PROTOTYPES 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_ASSERT_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_GRP_H 1
| #define HAVE_LASTLOG_H 1
| #define HAVE_STDARG_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_UTMP_H 1
| #define HAVE_UTMPX_H 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_XPOINTER 1
| #define SIZEOF_CHAR 1
| #define SIZEOF_SHORT 2
| #define SIZEOF_INT 4
| #define SIZEOF_LONG 8
| #define SIZEOF_LONG_LONG 8
| #define SIZEOF_INT_P 8
| #define RETSIGTYPE void
| #define HAVE_ATEXIT 1
| #define HAVE_REVOKE 1
| #define HAVE_UNSETENV 1
| #define HAVE_SETUTENT 1
| #define HAVE_SETEUID 1
| #define HAVE_SETREUID 1
| #define HAVE_SETSID 1
| #define HAVE_SETPGRP 1
| #define HAVE_SETPGID 1
| #define HAVE_OPENPTY 1
| #define HAVE_GRANTPT 1
| #define HAVE_UNLOCKPT 1
| /* end confdefs.h. */
| /* Define isastream to an innocuous variant, in case <limits.h> declares =
isastream.
| For example, HP-UX 11i <limits.h> declares gettimeofday. */
| #define isastream innocuous_isastream
|=20
| /* System header to define __stub macros and hopefully few prototypes,
| which can conflict with char isastream (); below.
| Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
| <limits.h> exists even on freestanding compilers. */
|=20
| #ifdef __STDC__
| # include <limits.h>
| #else
| # include <assert.h>
| #endif
|=20
| #undef isastream
|=20
| /* 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 isastream ();
| /* 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_isastream || defined __stub___isastream
| choke me
| #endif
|=20
| int
| main ()
| {
| return isastream ();
| ;
| return 0;
| }
configure:21087: result: no
configure:21087: checking for on_exit
configure:21087: gcc -o conftest.exe -g -O2 conftest.c >&5
configure:21087: $? =3D 0
configure:21087: result: yes
configure:21087: checking for nanosleep
configure:21087: gcc -o conftest.exe -g -O2 conftest.c >&5
configure:21087: $? =3D 0
configure:21087: result: yes
configure:21087: checking for updwtmp
configure:21087: gcc -o conftest.exe -g -O2 conftest.c >&5
configure:21087: $? =3D 0
configure:21087: result: yes
configure:21087: checking for updwtmpx
configure:21087: gcc -o conftest.exe -g -O2 conftest.c >&5
configure:21087: $? =3D 0
configure:21087: result: yes
configure:21087: checking for ttyslot
configure:21087: gcc -o conftest.exe -g -O2 conftest.c >&5
configure:21087: $? =3D 0
configure:21087: result: yes
configure:21098: checking for utmp.h
configure:21098: result: yes
configure:21100: checking for struct utmp
configure:21117: gcc -c -g -O2 conftest.c >&5
configure:21117: $? =3D 0
configure:21124: result: yes
configure:21133: checking for ut_host in utmp struct
configure:21150: gcc -c -g -O2 conftest.c >&5
configure:21150: $? =3D 0
configure:21157: result: yes
configure:21165: checking for ut_pid in utmp struct
configure:21182: gcc -c -g -O2 conftest.c >&5
configure:21182: $? =3D 0
configure:21189: result: yes
configure:21201: checking for utmpx.h
configure:21201: result: yes
configure:21203: checking for struct utmpx
configure:21220: gcc -c -g -O2 conftest.c >&5
configure:21220: $? =3D 0
configure:21227: result: yes
configure:21236: checking for host in utmpx struct
configure:21253: gcc -c -g -O2 conftest.c >&5
configure:21253: $? =3D 0
configure:21260: result: yes
configure:21268: checking for session in utmpx struct
configure:21285: gcc -c -g -O2 conftest.c >&5
conftest.c: In function 'main':
conftest.c:77:22: error: 'struct utmpx' has no member named 'ut_session'
struct utmpx utx; utx.ut_session;
^
configure:21285: $? =3D 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #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 __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define HAVE_DLFCN_H 1
| #define PROTOTYPES 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_ASSERT_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_GRP_H 1
| #define HAVE_LASTLOG_H 1
| #define HAVE_STDARG_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_UTMP_H 1
| #define HAVE_UTMPX_H 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_XPOINTER 1
| #define SIZEOF_CHAR 1
| #define SIZEOF_SHORT 2
| #define SIZEOF_INT 4
| #define SIZEOF_LONG 8
| #define SIZEOF_LONG_LONG 8
| #define SIZEOF_INT_P 8
| #define RETSIGTYPE void
| #define HAVE_ATEXIT 1
| #define HAVE_REVOKE 1
| #define HAVE_UNSETENV 1
| #define HAVE_SETUTENT 1
| #define HAVE_SETEUID 1
| #define HAVE_SETREUID 1
| #define HAVE_SETSID 1
| #define HAVE_SETPGRP 1
| #define HAVE_SETPGID 1
| #define HAVE_OPENPTY 1
| #define HAVE_GRANTPT 1
| #define HAVE_UNLOCKPT 1
| #define HAVE_ON_EXIT 1
| #define HAVE_NANOSLEEP 1
| #define HAVE_UPDWTMP 1
| #define HAVE_UPDWTMPX 1
| #define HAVE_TTYSLOT 1
| #define HAVE_STRUCT_UTMP 1
| #define HAVE_UTMP_HOST 1
| #define HAVE_UTMP_PID 1
| #define HAVE_STRUCT_UTMPX 1
| #define HAVE_UTMPX_HOST 1
| /* end confdefs.h. */
| #include <sys/types.h>
| #include <utmpx.h>
| int
| main ()
| {
| struct utmpx utx; utx.ut_session;
| ;
| return 0;
| }
configure:21292: result: no
configure:21303: checking for struct lastlog
configure:21324: gcc -c -g -O2 conftest.c >&5
configure:21324: $? =3D 0
configure:21331: result: yes
configure:21339: checking for struct lastlogx
configure:21360: gcc -c -g -O2 conftest.c >&5
conftest.c: In function 'main':
conftest.c:82:17: error: storage size of 'll' isn't known
struct lastlogx ll;
^
configure:21360: $? =3D 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #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 __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define HAVE_DLFCN_H 1
| #define PROTOTYPES 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_ASSERT_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_GRP_H 1
| #define HAVE_LASTLOG_H 1
| #define HAVE_STDARG_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_UTMP_H 1
| #define HAVE_UTMPX_H 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_XPOINTER 1
| #define SIZEOF_CHAR 1
| #define SIZEOF_SHORT 2
| #define SIZEOF_INT 4
| #define SIZEOF_LONG 8
| #define SIZEOF_LONG_LONG 8
| #define SIZEOF_INT_P 8
| #define RETSIGTYPE void
| #define HAVE_ATEXIT 1
| #define HAVE_REVOKE 1
| #define HAVE_UNSETENV 1
| #define HAVE_SETUTENT 1
| #define HAVE_SETEUID 1
| #define HAVE_SETREUID 1
| #define HAVE_SETSID 1
| #define HAVE_SETPGRP 1
| #define HAVE_SETPGID 1
| #define HAVE_OPENPTY 1
| #define HAVE_GRANTPT 1
| #define HAVE_UNLOCKPT 1
| #define HAVE_ON_EXIT 1
| #define HAVE_NANOSLEEP 1
| #define HAVE_UPDWTMP 1
| #define HAVE_UPDWTMPX 1
| #define HAVE_TTYSLOT 1
| #define HAVE_STRUCT_UTMP 1
| #define HAVE_UTMP_HOST 1
| #define HAVE_UTMP_PID 1
| #define HAVE_STRUCT_UTMPX 1
| #define HAVE_UTMPX_HOST 1
| #define HAVE_STRUCT_LASTLOG 1
| /* end confdefs.h. */
| #include <sys/types.h>
| #include <utmpx.h>
| #ifdef HAVE_LASTLOG_H
| #include <lastlog.h>
| #endif
|=20
| int
| main ()
| {
| struct lastlogx ll;
| ;
| return 0;
| }
configure:21367: result: no
configure:21376: checking where utmp is located
configure:21414: gcc -o conftest.exe -g -O2 conftest.c >&5
conftest.c: In function 'main':
conftest.c:82:13: warning: incompatible implicit declaration of built-in fu=
nction 'exit' [enabled by default]
if (!f) exit(1);
^
configure:21414: $? =3D 0
configure:21414: ./conftest.exe
configure:21414: $? =3D 0
configure:21424: result: /var/run/utmp
configure:21435: checking where utmpx is located
configure:21483: gcc -o conftest.exe -g -O2 conftest.c >&5
conftest.c: In function 'main':
conftest.c:94:13: warning: incompatible implicit declaration of built-in fu=
nction 'exit' [enabled by default]
if (!f) exit(1);
^
configure:21483: $? =3D 0
configure:21483: ./conftest.exe
configure:21483: $? =3D 0
configure:21493: result: /var/run/utmp
configure:21504: checking where wtmp is located
configure:21544: gcc -o conftest.exe -g -O2 conftest.c >&5
conftest.c: In function 'main':
conftest.c:86:13: warning: incompatible implicit declaration of built-in fu=
nction 'exit' [enabled by default]
if (!f) exit(1);
^
configure:21544: $? =3D 0
configure:21544: ./conftest.exe
configure:21544: $? =3D 0
configure:21554: result: /var/log/wtmp
configure:21564: checking where wtmpx is located
configure:21603: gcc -o conftest.exe -g -O2 conftest.c >&5
conftest.c: In function 'main':
conftest.c:86:13: warning: incompatible implicit declaration of built-in fu=
nction 'exit' [enabled by default]
if (!f) exit(1);
^
configure:21603: $? =3D 0
configure:21603: ./conftest.exe
configure:21603: $? =3D 0
configure:21613: result:=20
configure:21623: checking where lastlog is located
configure:21667: gcc -o conftest.exe -g -O2 conftest.c >&5
conftest.c: In function 'main':
conftest.c:91:13: warning: incompatible implicit declaration of built-in fu=
nction 'exit' [enabled by default]
if (!f) exit(1);
^
configure:21667: $? =3D 0
configure:21667: ./conftest.exe
configure:21667: $? =3D 0
configure:21677: result: /var/log/lastlog
configure:21692: checking where lastlogx is located
configure:21730: gcc -o conftest.exe -g -O2 conftest.c >&5
conftest.c: In function 'main':
conftest.c:86:13: warning: incompatible implicit declaration of built-in fu=
nction 'exit' [enabled by default]
if (!f) exit(1);
^
configure:21730: $? =3D 0
configure:21730: ./conftest.exe
configure:21730: $? =3D 0
configure:21740: result:=20
configure:21751: checking where ttys/ttytab is located
configure:21765: result:=20
configure:21783: checking for working Xlocale
configure:21802: gcc -o conftest.exe -g -O2 conftest.c -lX11 >&5
conftest.c: In function 'main':
conftest.c:81:1: warning: incompatible implicit declaration of built-in fun=
ction 'exit' [enabled by default]
exit (XSupportsLocale() ? 0 : 1);
^
configure:21802: $? =3D 0
configure:21802: ./conftest.exe
configure:21802: $? =3D 0
configure:21812: result: yes
configure:21820: checking for working X setlocale
configure:21837: gcc -o conftest.exe -g -O2 conftest.c -lX11 >&5
configure:21837: $? =3D 0
configure:21845: result: yes
configure:21855: checking for working plain setlocale
configure:21871: gcc -o conftest.exe -g -O2 conftest.c >&5
configure:21871: $? =3D 0
configure:21879: result: yes
configure:21887: checking for working nl_langinfo
configure:21903: gcc -o conftest.exe -g -O2 conftest.c >&5
configure:21903: $? =3D 0
configure:21911: result: yes
configure:21919: checking for getpt
configure:21938: gcc -o conftest.exe -g -O2 conftest.c >&5
conftest.c:81:0: warning: "_GNU_SOURCE" redefined [enabled by default]
#define _GNU_SOURCE
^
conftest.c:20:0: note: this is the location of the previous definition
#define _GNU_SOURCE 1
^
configure:21938: $? =3D 0
configure:21946: result: yes
configure:21954: checking for pty/tty type
configure:21990: result: OPENPTY
configure:22040: checking for pty ranges...
configure:22060: checking for setlocale in -lxpg4
configure:22085: gcc -o conftest.exe -g -O2 conftest.c -lxpg4 >&5
/usr/lib/gcc/x86_64-pc-cygwin/4.8.1/../../../../x86_64-pc-cygwin/bin/ld: ca=
nnot find -lxpg4
collect2: error: ld returned 1 exit status
configure:22085: $? =3D 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #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 __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define HAVE_DLFCN_H 1
| #define PROTOTYPES 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_ASSERT_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_GRP_H 1
| #define HAVE_LASTLOG_H 1
| #define HAVE_STDARG_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_UTMP_H 1
| #define HAVE_UTMPX_H 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_XPOINTER 1
| #define SIZEOF_CHAR 1
| #define SIZEOF_SHORT 2
| #define SIZEOF_INT 4
| #define SIZEOF_LONG 8
| #define SIZEOF_LONG_LONG 8
| #define SIZEOF_INT_P 8
| #define RETSIGTYPE void
| #define HAVE_ATEXIT 1
| #define HAVE_REVOKE 1
| #define HAVE_UNSETENV 1
| #define HAVE_SETUTENT 1
| #define HAVE_SETEUID 1
| #define HAVE_SETREUID 1
| #define HAVE_SETSID 1
| #define HAVE_SETPGRP 1
| #define HAVE_SETPGID 1
| #define HAVE_OPENPTY 1
| #define HAVE_GRANTPT 1
| #define HAVE_UNLOCKPT 1
| #define HAVE_ON_EXIT 1
| #define HAVE_NANOSLEEP 1
| #define HAVE_UPDWTMP 1
| #define HAVE_UPDWTMPX 1
| #define HAVE_TTYSLOT 1
| #define HAVE_STRUCT_UTMP 1
| #define HAVE_UTMP_HOST 1
| #define HAVE_UTMP_PID 1
| #define HAVE_STRUCT_UTMPX 1
| #define HAVE_UTMPX_HOST 1
| #define HAVE_STRUCT_LASTLOG 1
| #define RXVT_UTMP_FILE "/var/run/utmp"
| #define RXVT_UTMPX_FILE "/var/run/utmp"
| #define RXVT_WTMP_FILE "/var/log/wtmp"
| #define RXVT_LASTLOG_FILE "/var/log/lastlog"
| #define HAVE_XLOCALE 1
| #define HAVE_XSETLOCALE 1
| #define HAVE_SETLOCALE 1
| #define HAVE_NL_LANGINFO 1
| #define HAVE_GETPT 1
| #define PTYS_ARE_OPENPTY 1
| #define PTYCHAR1 "?"
| #define PTYCHAR2 "?"
| /* end confdefs.h. */
|=20
| /* 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 setlocale ();
| int
| main ()
| {
| return setlocale ();
| ;
| return 0;
| }
configure:22094: result: no
configure:22446: creating ./config.status
## ---------------------- ##
## Running config.status. ##
## ---------------------- ##
This file was extended by config.status, which was
generated by GNU Autoconf 2.69. Invocation command line was
CONFIG_FILES =3D=20
CONFIG_HEADERS =3D=20
CONFIG_LINKS =3D=20
CONFIG_COMMANDS =3D=20
$ ./config.status=20
on Dell-Studio
config.status:975: creating autoconf/Make.common
config.status:1078: WARNING: 'autoconf/Make.common.in' seems to ignore the=
--datarootdir setting
config.status:975: creating Makefile
config.status:975: creating doc/Makefile
config.status:975: creating src/Makefile
config.status:975: creating src/graphics/Makefile
config.status:975: creating src/test/Makefile
config.status:975: creating src/rxvtlib.h
config.status:975: creating rclock/Makefile
config.status:975: creating rclock/rconf/Makefile
config.status:975: creating W11/Makefile
config.status:975: creating config.h
config.status:1155: config.h is unchanged
## ---------------- ##
## Cache variables. ##
## ---------------- ##
ac_cv_build=3Dx86_64-unknown-cygwin
ac_cv_c_compiler_gnu=3Dyes
ac_cv_c_const=3Dyes
ac_cv_c_inline=3Dinline
ac_cv_cxx_compiler_gnu=3Dyes
ac_cv_env_CCC_set=3D
ac_cv_env_CCC_value=3D
ac_cv_env_CC_set=3D
ac_cv_env_CC_value=3D
ac_cv_env_CFLAGS_set=3D
ac_cv_env_CFLAGS_value=3D
ac_cv_env_CPPFLAGS_set=3D
ac_cv_env_CPPFLAGS_value=3D
ac_cv_env_CPP_set=3D
ac_cv_env_CPP_value=3D
ac_cv_env_CXXCPP_set=3D
ac_cv_env_CXXCPP_value=3D
ac_cv_env_CXXFLAGS_set=3D
ac_cv_env_CXXFLAGS_value=3D
ac_cv_env_CXX_set=3D
ac_cv_env_CXX_value=3D
ac_cv_env_F77_set=3D
ac_cv_env_F77_value=3D
ac_cv_env_FFLAGS_set=3D
ac_cv_env_FFLAGS_value=3D
ac_cv_env_LDFLAGS_set=3D
ac_cv_env_LDFLAGS_value=3D
ac_cv_env_LIBS_set=3D
ac_cv_env_LIBS_value=3D
ac_cv_env_XMKMF_set=3D
ac_cv_env_XMKMF_value=3D
ac_cv_env_build_alias_set=3D
ac_cv_env_build_alias_value=3D
ac_cv_env_host_alias_set=3D
ac_cv_env_host_alias_value=3D
ac_cv_env_target_alias_set=3D
ac_cv_env_target_alias_value=3D
ac_cv_exeext=3D.exe
ac_cv_f77_compiler_gnu=3Dyes
ac_cv_func__getpty=3Dno
ac_cv_func_atexit=3Dyes
ac_cv_func_connect=3Dyes
ac_cv_func_gethostbyname=3Dyes
ac_cv_func_grantpt=3Dyes
ac_cv_func_isastream=3Dno
ac_cv_func_nanosleep=3Dyes
ac_cv_func_on_exit=3Dyes
ac_cv_func_openpty=3Dyes
ac_cv_func_remove=3Dyes
ac_cv_func_revoke=3Dyes
ac_cv_func_seteuid=3Dyes
ac_cv_func_setpgid=3Dyes
ac_cv_func_setpgrp=3Dyes
ac_cv_func_setreuid=3Dyes
ac_cv_func_setsid=3Dyes
ac_cv_func_setutent=3Dyes
ac_cv_func_shmat=3Dyes
ac_cv_func_ttyslot=3Dyes
ac_cv_func_unlockpt=3Dyes
ac_cv_func_unsetenv=3Dyes
ac_cv_func_updwtmp=3Dyes
ac_cv_func_updwtmpx=3Dyes
ac_cv_have_x=3D'have_x=3Dyes ac_x_includes=3D'\'''\'' ac_x_libraries=3D'\''=
'\'''
ac_cv_header_assert_h=3Dyes
ac_cv_header_dlfcn_h=3Dyes
ac_cv_header_fcntl_h=3Dyes
ac_cv_header_grp_h=3Dyes
ac_cv_header_inttypes_h=3Dyes
ac_cv_header_lastlog_h=3Dyes
ac_cv_header_libc_h=3Dno
ac_cv_header_memory_h=3Dyes
ac_cv_header_minix_config_h=3Dno
ac_cv_header_stdarg_h=3Dyes
ac_cv_header_stdc=3Dyes
ac_cv_header_stdint_h=3Dyes
ac_cv_header_stdlib_h=3Dyes
ac_cv_header_string_h=3Dyes
ac_cv_header_strings_h=3Dyes
ac_cv_header_sys_byteorder_h=3Dno
ac_cv_header_sys_ioctl_h=3Dyes
ac_cv_header_sys_select_h=3Dyes
ac_cv_header_sys_sockio_h=3Dno
ac_cv_header_sys_stat_h=3Dyes
ac_cv_header_sys_stropts_h=3Dno
ac_cv_header_sys_strredir_h=3Dno
ac_cv_header_sys_time_h=3Dyes
ac_cv_header_sys_types_h=3Dyes
ac_cv_header_sys_wait_h=3Dyes
ac_cv_header_termios_h=3Dyes
ac_cv_header_time=3Dyes
ac_cv_header_unistd_h=3Dyes
ac_cv_header_utmp_h=3Dyes
ac_cv_header_utmpx_h=3Dyes
ac_cv_host=3Dx86_64-unknown-cygwin
ac_cv_lib_ICE_IceConnectionNumber=3Dyes
ac_cv_lib_xpg4_setlocale=3Dno
ac_cv_objext=3Do
ac_cv_path_CMP=3D/usr/bin/cmp
ac_cv_path_CP=3D/usr/bin/cp
ac_cv_path_ECHO=3D/usr/bin/echo
ac_cv_path_EGREP=3D'/usr/bin/grep -E'
ac_cv_path_GREP=3D/usr/bin/grep
ac_cv_path_LN=3D/usr/bin/ln
ac_cv_path_MV=3D/usr/bin/mv
ac_cv_path_RM=3D/usr/bin/rm
ac_cv_path_SED=3D/usr/bin/sed
ac_cv_path_TBL=3D/usr/bin/tbl
ac_cv_path_install=3D'/usr/bin/install -c'
ac_cv_prog_AWK=3Dgawk
ac_cv_prog_CPP=3D'gcc -E'
ac_cv_prog_CXXCPP=3D'g++ -E'
ac_cv_prog_ac_ct_AR=3Dar
ac_cv_prog_ac_ct_CC=3Dgcc
ac_cv_prog_ac_ct_CXX=3Dg++
ac_cv_prog_ac_ct_F77=3Dgfortran
ac_cv_prog_ac_ct_RANLIB=3Dranlib
ac_cv_prog_ac_ct_STRIP=3Dstrip
ac_cv_prog_cc_c89=3D
ac_cv_prog_cc_g=3Dyes
ac_cv_prog_cxx_g=3Dyes
ac_cv_prog_f77_g=3Dyes
ac_cv_safe_to_define___extensions__=3Dyes
ac_cv_search_strerror=3D'none required'
ac_cv_sizeof_char=3D1
ac_cv_sizeof_int=3D4
ac_cv_sizeof_int_p=3D8
ac_cv_sizeof_long=3D8
ac_cv_sizeof_long_long=3D8
ac_cv_sizeof_short=3D2
ac_cv_type_mode_t=3Dyes
ac_cv_type_pid_t=3Dyes
ac_cv_type_signal=3Dvoid
ac_cv_type_uid_t=3Dyes
lt_cv_deplibs_check_method=3D'file_magic ^x86 archive import|^x86 DLL'
lt_cv_file_magic_cmd=3Dwin32_libid
lt_cv_file_magic_test_file=3D
lt_cv_ld_reload_flag=3D-r
lt_cv_objdir=3D.libs
lt_cv_path_LD=3D/usr/x86_64-pc-cygwin/bin/ld.exe
lt_cv_path_LDCXX=3D/usr/x86_64-pc-cygwin/bin/ld.exe
lt_cv_path_NM=3D'/usr/bin/nm -B'
lt_cv_path_SED=3D/usr/bin/sed
lt_cv_prog_compiler_c_o=3Dyes
lt_cv_prog_compiler_c_o_CXX=3Dyes
lt_cv_prog_compiler_c_o_F77=3Dyes
lt_cv_prog_compiler_rtti_exceptions=3Dno
lt_cv_prog_gnu_ld=3Dyes
lt_cv_prog_gnu_ldcxx=3Dyes
lt_cv_sys_global_symbol_pipe=3D'sed -n -e '\''s/^.*[ ]\([ABCDGIRSTW][ABCDG=
IRSTW]*\)[ ][ ]*\(\)\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2\3 \3/p'\'''
lt_cv_sys_global_symbol_to_c_name_address=3D'sed -n -e '\''s/^: \([^ ]*\) $=
/ {\"\1\", (lt_ptr) 0},/p'\'' -e '\''s/^[BCDEGRST] \([^ ]*\) \([^ ]*\)$/ =
{"\2", (lt_ptr) \&\2},/p'\'''
lt_cv_sys_global_symbol_to_cdecl=3D'sed -n -e '\''s/^. .* \(.*\)$/extern in=
t \1;/p'\'''
lt_cv_sys_max_cmd_len=3D8192
lt_lt_cv_prog_compiler_c_o=3D'"yes"'
lt_lt_cv_prog_compiler_c_o_CXX=3D'"yes"'
lt_lt_cv_prog_compiler_c_o_F77=3D'"yes"'
lt_lt_cv_sys_global_symbol_pipe=3D'"sed -n -e '\''s/^.*[ ]\\([ABCDGIRSTW][=
ABCDGIRSTW]*\\)[ ][ ]*\\(\\)\\([_A-Za-z][_A-Za-z0-9]*\\)\$/\\1 \\2\\3 \\3=
/p'\''"'
lt_lt_cv_sys_global_symbol_to_c_name_address=3D'"sed -n -e '\''s/^: \\([^ ]=
*\\) \$/ {\\\"\\1\\\", (lt_ptr) 0},/p'\'' -e '\''s/^[BCDEGRST] \\([^ ]*\\)=
\\([^ ]*\\)\$/ {\"\\2\", (lt_ptr) \\&\\2},/p'\''"'
lt_lt_cv_sys_global_symbol_to_cdecl=3D'"sed -n -e '\''s/^. .* \\(.*\\)\$/ex=
tern int \\1;/p'\''"'
rxvt_cv_func_getpt=3Dyes
rxvt_cv_func_nl_langinfo=3Dyes
rxvt_cv_func_setlocale=3Dyes
rxvt_cv_func_xlocale=3Dyes
rxvt_cv_func_xsetlocale=3Dyes
rxvt_cv_header_sysioctl=3Dyes
rxvt_cv_int16_t=3Dyes
rxvt_cv_int32_t=3Dyes
rxvt_cv_int64_t=3Dyes
rxvt_cv_path_lastlog=3D/var/log/lastlog
rxvt_cv_path_lastlogx=3D
rxvt_cv_path_utmp=3D/var/run/utmp
rxvt_cv_path_utmpx=3D/var/run/utmp
rxvt_cv_path_wtmp=3D/var/log/wtmp
rxvt_cv_path_wtmpx=3D
rxvt_cv_ptys=3DOPENPTY
rxvt_cv_rpath=3Dyes
rxvt_cv_struct_lastlog=3Dyes
rxvt_cv_struct_lastlogx=3Dno
rxvt_cv_struct_utmp=3Dyes
rxvt_cv_struct_utmp_host=3Dyes
rxvt_cv_struct_utmp_pid=3Dyes
rxvt_cv_struct_utmpx=3Dyes
rxvt_cv_struct_utmpx_host=3Dyes
rxvt_cv_struct_utmpx_session=3Dno
rxvt_cv_u_int16_t=3Dyes
rxvt_cv_u_int32_t=3Dyes
rxvt_cv_u_int64_t=3Dyes
rxvt_cv_xpointer=3Dyes
## ----------------- ##
## Output variables. ##
## ----------------- ##
AR=3D'ar'
AWK=3D'gawk'
CC=3D'gcc'
CFLAGS=3D'-g -O2'
CMP=3D'/usr/bin/cmp'
CP=3D'/usr/bin/cp'
CPP=3D'gcc -E'
CPPFLAGS=3D''
CXX=3D'g++'
CXXCPP=3D'g++ -E'
CXXFLAGS=3D'-g -O2'
DATE=3D'26 MARCH 2003'
DEBUG=3D''
DEFS=3D'-DHAVE_CONFIG_H'
DINCLUDE=3D''
DLIB=3D''
ECHO=3D'/usr/bin/echo'
ECHO_C=3D''
ECHO_N=3D'-n'
ECHO_T=3D''
EGREP=3D'/usr/bin/grep -E'
EXEEXT=3D'.exe'
F77=3D'gfortran'
FFLAGS=3D'-g -O2'
GREP=3D'/usr/bin/grep'
INSTALL_DATA=3D'${INSTALL} -m 644'
INSTALL_LIBRXVT=3D''
INSTALL_PROGRAM=3D'${INSTALL}'
INSTALL_SCRIPT=3D'${INSTALL}'
LDFLAGS=3D''
LIBOBJS=3D''
LIBS=3D''
LIBTOOL=3D'$(SHELL) $(top_builddir)/libtool'
LIBVERSION=3D'1:0:0'
LN=3D'/usr/bin/ln'
LN_S=3D'ln -s'
LSMDATE=3D'26MAR03'
LTLIBOBJS=3D''
MV=3D'/usr/bin/mv'
OBJEXT=3D'o'
PACKAGE_BUGREPORT=3D''
PACKAGE_NAME=3D''
PACKAGE_STRING=3D''
PACKAGE_TARNAME=3D''
PACKAGE_URL=3D''
PACKAGE_VERSION=3D''
PATH_SEPARATOR=3D':'
RANLIB=3D'ranlib'
RM=3D'/usr/bin/rm'
RXVTNAME=3D'rxvt'
SED=3D'/usr/bin/sed'
SHELL=3D'/bin/sh'
STRIP=3D'strip'
TBL=3D'/usr/bin/tbl'
VERSION=3D'2.7.10'
XMKMF=3D''
XPM_CFLAGS=3D''
XPM_CPPFLAGS=3D''
XPM_LIBS=3D''
X_CFLAGS=3D''
X_EXTRA_LIBS=3D''
X_LIBS=3D''
X_PRE_LIBS=3D' -lSM -lICE'
ac_ct_CC=3D'gcc'
ac_ct_CXX=3D'g++'
ac_ct_F77=3D'gfortran'
bindir=3D'${exec_prefix}/bin'
build=3D'x86_64-unknown-cygwin'
build_alias=3D''
build_cpu=3D'x86_64'
build_os=3D'cygwin'
build_vendor=3D'unknown'
datadir=3D'${datarootdir}'
datarootdir=3D'${prefix}/share'
docdir=3D'${datarootdir}/doc/${PACKAGE}'
dvidir=3D'${docdir}'
exec_prefix=3D'${prefix}'
host=3D'x86_64-unknown-cygwin'
host_alias=3D''
host_cpu=3D'x86_64'
host_os=3D'cygwin'
host_vendor=3D'unknown'
htmldir=3D'${docdir}'
include_assert_h=3D'#include <assert.h>'
include_fcntl_h=3D'#include <fcntl.h>'
include_stdarg_h=3D'#include <stdarg.h>'
include_stdlib_h=3D'#include <stdlib.h>'
include_string_h=3D'#include <string.h>'
include_sys_ioctl_h=3D'#include <sys/ioctl.h>'
include_sys_select_h=3D'#include <sys/select.h>'
include_sys_strredir_h=3D'/* #include <sys/strredir.h> */'
include_sys_time_h=3D'#include <sys/time.h>'
include_time_h=3D'#include <time.h>'
include_unistd_h=3D'#include <unistd.h>'
include_util_h=3D'/* #include <util.h> */'
includedir=3D'${prefix}/include'
infodir=3D'${datarootdir}/info'
lib_multicharset=3D'/* #undef MULTICHAR_SET */'
libdir=3D'${exec_prefix}/lib'
libexecdir=3D'${exec_prefix}/libexec'
localedir=3D'${datarootdir}/locale'
localstatedir=3D'${prefix}/var'
mandir=3D'${datarootdir}/man'
oldincludedir=3D'/usr/include'
pdfdir=3D'${docdir}'
prefix=3D'/usr/local'
program_transform_name=3D's,x,x,'
psdir=3D'${docdir}'
rxvt_int16_typedef=3D'/* typedef short int16_t; */'
rxvt_int32_typedef=3D'/* typedef int int32_t; */'
rxvt_int64_typedef=3D'/* typedef long long int64_t; */'
rxvt_intp_define=3D'#define intp_t int64_t'
rxvt_u_int16_typedef=3D'/* typedef unsigned short u_int16_t; */'
rxvt_u_int32_typedef=3D'/* typedef unsigned int u_int32_t; */'
rxvt_u_int64_typedef=3D'/* typedef unsigned long long u_int64_t; */'
rxvt_u_intp_define=3D'#define u_intp_t u_int64_t'
sbindir=3D'${exec_prefix}/sbin'
sharedstatedir=3D'${prefix}/com'
sysconfdir=3D'${prefix}/etc'
target_alias=3D''
## ------------------- ##
## File substitutions. ##
## ------------------- ##
MCOMMON=3D'./autoconf/Make.common'
## ----------- ##
## confdefs.h. ##
## ----------- ##
/* confdefs.h */
#define PACKAGE_NAME ""
#define PACKAGE_TARNAME ""
#define PACKAGE_VERSION ""
#define PACKAGE_STRING ""
#define PACKAGE_BUGREPORT ""
#define PACKAGE_URL ""
#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 __EXTENSIONS__ 1
#define _ALL_SOURCE 1
#define _GNU_SOURCE 1
#define _POSIX_PTHREAD_SEMANTICS 1
#define _TANDEM_SOURCE 1
#define HAVE_DLFCN_H 1
#define PROTOTYPES 1
#define HAVE_SYS_WAIT_H 1
#define HAVE_ASSERT_H 1
#define HAVE_FCNTL_H 1
#define HAVE_GRP_H 1
#define HAVE_LASTLOG_H 1
#define HAVE_STDARG_H 1
#define HAVE_STDLIB_H 1
#define HAVE_STRING_H 1
#define HAVE_TERMIOS_H 1
#define HAVE_UNISTD_H 1
#define HAVE_SYS_IOCTL_H 1
#define HAVE_SYS_SELECT_H 1
#define HAVE_SYS_TIME_H 1
#define HAVE_UTMP_H 1
#define HAVE_UTMPX_H 1
#define TIME_WITH_SYS_TIME 1
#define HAVE_XPOINTER 1
#define SIZEOF_CHAR 1
#define SIZEOF_SHORT 2
#define SIZEOF_INT 4
#define SIZEOF_LONG 8
#define SIZEOF_LONG_LONG 8
#define SIZEOF_INT_P 8
#define RETSIGTYPE void
#define HAVE_ATEXIT 1
#define HAVE_REVOKE 1
#define HAVE_UNSETENV 1
#define HAVE_SETUTENT 1
#define HAVE_SETEUID 1
#define HAVE_SETREUID 1
#define HAVE_SETSID 1
#define HAVE_SETPGRP 1
#define HAVE_SETPGID 1
#define HAVE_OPENPTY 1
#define HAVE_GRANTPT 1
#define HAVE_UNLOCKPT 1
#define HAVE_ON_EXIT 1
#define HAVE_NANOSLEEP 1
#define HAVE_UPDWTMP 1
#define HAVE_UPDWTMPX 1
#define HAVE_TTYSLOT 1
#define HAVE_STRUCT_UTMP 1
#define HAVE_UTMP_HOST 1
#define HAVE_UTMP_PID 1
#define HAVE_STRUCT_UTMPX 1
#define HAVE_UTMPX_HOST 1
#define HAVE_STRUCT_LASTLOG 1
#define RXVT_UTMP_FILE "/var/run/utmp"
#define RXVT_UTMPX_FILE "/var/run/utmp"
#define RXVT_WTMP_FILE "/var/log/wtmp"
#define RXVT_LASTLOG_FILE "/var/log/lastlog"
#define HAVE_XLOCALE 1
#define HAVE_XSETLOCALE 1
#define HAVE_SETLOCALE 1
#define HAVE_NL_LANGINFO 1
#define HAVE_GETPT 1
#define PTYS_ARE_OPENPTY 1
#define PTYCHAR1 "?"
#define PTYCHAR2 "?"
#define NO_SCROLLBAR_BUTTON_CONTINUAL_SCROLLING 1
#define NO_FRILLS 1
#define NO_LINESPACE 1
#define NO_OLD_SELECTION 1
#define NO_STRINGS 1
configure: exit 0
--------------010303000000010208080605
Content-Type: text/plain; charset=windows-1252;
name="makeall.out"
Content-Transfer-Encoding: 8bit
Content-Disposition: attachment;
filename="makeall.out"
make[1]: Entering directory `/usr/local/src/rxvt/W11'
mkdir lib
mkdir: cannot create directory `lib': File exists
Makefile:90: recipe for target `all' failed
make[1]: [all] Error 1 (ignored)
cd wrap; make all
make[2]: Entering directory `/usr/local/src/rxvt/W11/wrap'
gcc -O -c wrap.c -I.. -mwin32
wrap.c: In function ‘_register_window_class’:
wrap.c:88:17: warning: assignment from incompatible pointer type [enabled by default]
wc.lpfnWndProc = WndProc;
^
windres -i rxvt.rc -o rxvt_res.o
ar r ../lib/libX11.a wrap.o rxvt_res.o
ar: creating ../lib/libX11.a
make[2]: Leaving directory `/usr/local/src/rxvt/W11/wrap'
cd w32; make all
make[2]: Entering directory `/usr/local/src/rxvt/W11/w32'
gcc -c xlib.c -O -I.. -mwin32
xlib.c: In function ‘XOpenDisplay’:
xlib.c:131:26: error: lvalue required as left operand of assignment
(NT_window*)(scrd->root)= NT_new_window();
^
Makefile:14: recipe for target `xlib.o' failed
make[2]: *** [xlib.o] Error 1
make[2]: Leaving directory `/usr/local/src/rxvt/W11/w32'
Makefile:90: recipe for target `all' failed
make[1]: *** [all] Error 2
make[1]: Leaving directory `/usr/local/src/rxvt/W11'
Makefile:101: recipe for target `all' failed
make: *** [all] Error 1
--------------010303000000010208080605
Content-Type: text/plain; charset=us-ascii
--
Problem reports: http://cygwin.com/problems.html
FAQ: http://cygwin.com/faq/
Documentation: http://cygwin.com/docs.html
Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple
--------------010303000000010208080605--
- Raw text -