Skip to content

Instantly share code, notes, and snippets.

@jake284773
Created May 13, 2013 17:14
Show Gist options
  • Save jake284773/5569860 to your computer and use it in GitHub Desktop.
Save jake284773/5569860 to your computer and use it in GitHub Desktop.
brew emacs build failure logs
$ brew doctor
Your system is ready to brew.
$ cat ~/Library/Logs/Homebrew/emacs/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 emacs configure 24.3, which was
generated by GNU Autoconf 2.69. Invocation command line was
$ ./configure --prefix=/usr/local/Cellar/emacs/24.3 --without-dbus --enable-locallisppath=/usr/local/share/emacs/site-lisp --infodir=/usr/local/Cellar/emacs/24.3/share/info/emacs --without-x
## --------- ##
## Platform. ##
## --------- ##
hostname = hostname.hidden
uname -m = x86_64
uname -r = 12.3.0
uname -s = Darwin
uname -v = Darwin Kernel Version 12.3.0: Sun Jan 6 22:37:10 PST 2013; root:xnu-2050.22.13~1/RELEASE_X86_64
/usr/bin/uname -p = i386
/bin/uname -X = unknown
/bin/arch = unknown
/usr/bin/arch -k = unknown
/usr/convex/getsysinfo = unknown
/usr/bin/hostinfo = Mach kernel version:
Darwin Kernel Version 12.3.0: Sun Jan 6 22:37:10 PST 2013; root:xnu-2050.22.13~1/RELEASE_X86_64
Kernel configured for up to 2 processors.
2 processors are physically available.
2 processors are logically available.
Processor type: i486 (Intel 80486)
Processors active: 0 1
Primary memory available: 8.00 gigabytes
Default processor set: 128 tasks, 607 threads, 2 processors
Load average: 1.45, Mach factor: 1.07
/bin/machine = unknown
/usr/bin/oslevel = unknown
/bin/universe = unknown
PATH: /usr/local/Library/ENV/4.3
PATH: /usr/bin
PATH: /bin
PATH: /usr/sbin
PATH: /sbin
## ----------- ##
## Core tests. ##
## ----------- ##
configure:3393: checking for a BSD-compatible install
configure:3461: result: /usr/bin/install -c
configure:3472: checking whether build environment is sane
configure:3522: result: yes
configure:3663: checking for a thread-safe mkdir -p
configure:3702: result: build-aux/install-sh -c -d
configure:3716: checking for gawk
configure:3746: result: no
configure:3716: checking for mawk
configure:3746: result: no
configure:3716: checking for nawk
configure:3746: result: no
configure:3716: checking for awk
configure:3732: found /usr/bin/awk
configure:3743: result: awk
configure:3754: checking whether make sets $(MAKE)
configure:3776: result: yes
configure:4431: checking build system type
configure:4445: result: x86_64-apple-darwin12.3.0
configure:4465: checking host system type
configure:4478: result: x86_64-apple-darwin12.3.0
configure:4724: checking for gcc
configure:4751: result: cc
configure:4980: checking for C compiler version
configure:4989: cc --version >&5
Apple LLVM version 4.2 (clang-425.0.27) (based on LLVM 3.2svn)
Target: x86_64-apple-darwin12.3.0
Thread model: posix
configure:5000: $? = 0
configure:4989: cc -v >&5
Apple LLVM version 4.2 (clang-425.0.27) (based on LLVM 3.2svn)
Target: x86_64-apple-darwin12.3.0
Thread model: posix
clang: warning: argument unused during compilation: '-isystem /usr/local/include'
clang: warning: argument unused during compilation: '-isystem /usr/include/libxml2'
clang: warning: argument unused during compilation: '-isystem /System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers/'
clang: warning: argument unused during compilation: '-L/usr/local/lib'
clang: warning: argument unused during compilation: '-L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries'
configure:5000: $? = 0
configure:4989: cc -V >&5
clang: error: unsupported option '-V -isystem/usr/local/include'
clang: error: no input files
configure:5000: $? = 1
configure:4989: cc -qversion >&5
clang: error: no input files
configure:5000: $? = 1
configure:5020: checking whether the C compiler works
configure:5042: cc conftest.c >&5
configure:5046: $? = 0
configure:5094: result: yes
configure:5097: checking for C compiler default output file name
configure:5099: result: a.out
configure:5105: checking for suffix of executables
configure:5112: cc -o conftest conftest.c >&5
configure:5116: $? = 0
configure:5138: result:
configure:5160: checking whether we are cross compiling
configure:5168: cc -o conftest conftest.c >&5
configure:5172: $? = 0
configure:5179: ./conftest
configure:5183: $? = 0
configure:5198: result: no
configure:5203: checking for suffix of object files
configure:5225: cc -c conftest.c >&5
configure:5229: $? = 0
configure:5250: result: o
configure:5254: checking whether we are using the GNU C compiler
configure:5273: cc -c conftest.c >&5
configure:5273: $? = 0
configure:5282: result: yes
configure:5291: checking whether cc accepts -g
configure:5311: cc -c -g conftest.c >&5
configure:5311: $? = 0
configure:5352: result: yes
configure:5369: checking for cc option to accept ISO C89
configure:5432: cc -c -g -O2 conftest.c >&5
configure:5432: $? = 0
configure:5445: result: none needed
configure:5476: checking for style of include used by make
configure:5504: result: GNU
configure:5530: checking dependency style of cc
configure:5641: result: gcc3
configure:5660: checking whether cc understands -c and -o together
configure:5688: cc -c conftest.c -o conftest2.o >&5
configure:5692: $? = 0
configure:5698: cc -c conftest.c -o conftest2.o >&5
configure:5702: $? = 0
configure:5757: result: yes
configure:5799: checking how to run the C preprocessor
configure:5830: cc -E conftest.c
configure:5830: $? = 0
configure:5844: cc -E conftest.c
conftest.c:12:10: fatal error: 'ac_nonexistent.h' file not found
#include <ac_nonexistent.h>
^
1 error generated.
configure:5844: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "emacs"
| #define PACKAGE_TARNAME "emacs"
| #define PACKAGE_VERSION "24.3"
| #define PACKAGE_STRING "emacs 24.3"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "emacs"
| #define VERSION "24.3"
| #define MAIL_USE_POP 1
| /* end confdefs.h. */
| #include <ac_nonexistent.h>
configure:5869: result: cc -E
configure:5889: cc -E conftest.c
configure:5889: $? = 0
configure:5903: cc -E conftest.c
conftest.c:12:10: fatal error: 'ac_nonexistent.h' file not found
#include <ac_nonexistent.h>
^
1 error generated.
configure:5903: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "emacs"
| #define PACKAGE_TARNAME "emacs"
| #define PACKAGE_VERSION "24.3"
| #define PACKAGE_STRING "emacs 24.3"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "emacs"
| #define VERSION "24.3"
| #define MAIL_USE_POP 1
| /* end confdefs.h. */
| #include <ac_nonexistent.h>
configure:5932: checking for grep that handles long lines and -e
configure:5990: result: /usr/bin/grep
configure:5995: checking for egrep
configure:6057: result: /usr/bin/grep -E
configure:6064: checking for Minix Amsterdam compiler
configure:6088: result: no
configure:6140: checking for ar
configure:6156: found /usr/bin/ar
configure:6167: result: ar
configure:6247: checking for ranlib
configure:6263: found /usr/bin/ranlib
configure:6274: result: ranlib
configure:6300: checking for ANSI C header files
configure:6320: cc -c -g -O2 conftest.c >&5
configure:6320: $? = 0
configure:6393: cc -o conftest -g -O2 conftest.c >&5
configure:6393: $? = 0
configure:6393: ./conftest
configure:6393: $? = 0
configure:6404: result: yes
configure:6417: checking for sys/types.h
configure:6417: cc -c -g -O2 conftest.c >&5
configure:6417: $? = 0
configure:6417: result: yes
configure:6417: checking for sys/stat.h
configure:6417: cc -c -g -O2 conftest.c >&5
configure:6417: $? = 0
configure:6417: result: yes
configure:6417: checking for stdlib.h
configure:6417: cc -c -g -O2 conftest.c >&5
configure:6417: $? = 0
configure:6417: result: yes
configure:6417: checking for string.h
configure:6417: cc -c -g -O2 conftest.c >&5
configure:6417: $? = 0
configure:6417: result: yes
configure:6417: checking for memory.h
configure:6417: cc -c -g -O2 conftest.c >&5
configure:6417: $? = 0
configure:6417: result: yes
configure:6417: checking for strings.h
configure:6417: cc -c -g -O2 conftest.c >&5
configure:6417: $? = 0
configure:6417: result: yes
configure:6417: checking for inttypes.h
configure:6417: cc -c -g -O2 conftest.c >&5
configure:6417: $? = 0
configure:6417: result: yes
configure:6417: checking for stdint.h
configure:6417: cc -c -g -O2 conftest.c >&5
configure:6417: $? = 0
configure:6417: result: yes
configure:6417: checking for unistd.h
configure:6417: cc -c -g -O2 conftest.c >&5
configure:6417: $? = 0
configure:6417: result: yes
configure:6432: checking minix/config.h usability
configure:6432: cc -c -g -O2 conftest.c >&5
conftest.c:55:10: fatal error: 'minix/config.h' file not found
#include <minix/config.h>
^
1 error generated.
configure:6432: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "emacs"
| #define PACKAGE_TARNAME "emacs"
| #define PACKAGE_VERSION "24.3"
| #define PACKAGE_STRING "emacs 24.3"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "emacs"
| #define VERSION "24.3"
| #define MAIL_USE_POP 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| /* 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:6432: result: no
configure:6432: checking minix/config.h presence
configure:6432: cc -E conftest.c
conftest.c:22:10: fatal error: 'minix/config.h' file not found
#include <minix/config.h>
^
1 error generated.
configure:6432: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "emacs"
| #define PACKAGE_TARNAME "emacs"
| #define PACKAGE_VERSION "24.3"
| #define PACKAGE_STRING "emacs 24.3"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "emacs"
| #define VERSION "24.3"
| #define MAIL_USE_POP 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| /* end confdefs.h. */
| #include <minix/config.h>
configure:6432: result: no
configure:6432: checking for minix/config.h
configure:6432: result: no
configure:6461: checking whether it is safe to define __EXTENSIONS__
configure:6479: cc -c -g -O2 conftest.c >&5
configure:6479: $? = 0
configure:6486: result: yes
configure:6515: checking for special C compiler options needed for large files
configure:6560: result: no
configure:6566: checking for _FILE_OFFSET_BITS value needed for large files
configure:6591: cc -c -g -O2 conftest.c >&5
configure:6591: $? = 0
configure:6623: result: no
configure:6712: checking for cc option to accept ISO C99
configure:6861: cc -c -g -O2 conftest.c >&5
configure:6861: $? = 0
configure:6874: result: none needed
configure:6982: checking for cc option to accept ISO Standard C
configure:6993: result: none needed
configure:7099: checking whether cc accepts -g3 -O2
configure:7115: cc -o conftest -g3 -O2 conftest.c >&5
configure:7115: $? = 0
configure:7123: result: yes
configure:7929: checking whether ln -s works
configure:7933: result: yes
configure:7943: checking for install-info
configure:7961: found /usr/bin/install-info
configure:7974: result: /usr/bin/install-info
configure:7984: checking for gzip
configure:8002: found /usr/bin/gzip
configure:8014: result: /usr/bin/gzip
configure:8092: checking for makeinfo
configure:8110: found /usr/bin/makeinfo
configure:8123: result: /usr/bin/makeinfo
configure:8182: checking for -znocombreloc
configure:8195: cc -o conftest -g3 -O2 -Wl,-znocombreloc conftest.c >&5
ld: unknown option: -znocombreloc
clang: error: linker command failed with exit code 1 (use -v to see invocation)
configure:8195: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "emacs"
| #define PACKAGE_TARNAME "emacs"
| #define PACKAGE_VERSION "24.3"
| #define PACKAGE_STRING "emacs 24.3"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "emacs"
| #define VERSION "24.3"
| #define MAIL_USE_POP 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| /* end confdefs.h. */
|
| int
| main ()
| {
|
| ;
| return 0;
| }
configure:8200: result: no
configure:8529: checking for pkg-config
configure:8560: result: no
configure:8577: checking machine/soundcard.h usability
configure:8577: cc -c -g3 -O2 conftest.c >&5
conftest.c:62:10: fatal error: 'machine/soundcard.h' file not found
#include <machine/soundcard.h>
^
1 error generated.
configure:8577: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "emacs"
| #define PACKAGE_TARNAME "emacs"
| #define PACKAGE_VERSION "24.3"
| #define PACKAGE_STRING "emacs 24.3"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "emacs"
| #define VERSION "24.3"
| #define MAIL_USE_POP 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define SYSTEM_TYPE "darwin"
| /* 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 <machine/soundcard.h>
configure:8577: result: no
configure:8577: checking machine/soundcard.h presence
configure:8577: cc -E conftest.c
conftest.c:29:10: fatal error: 'machine/soundcard.h' file not found
#include <machine/soundcard.h>
^
1 error generated.
configure:8577: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "emacs"
| #define PACKAGE_TARNAME "emacs"
| #define PACKAGE_VERSION "24.3"
| #define PACKAGE_STRING "emacs 24.3"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "emacs"
| #define VERSION "24.3"
| #define MAIL_USE_POP 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define SYSTEM_TYPE "darwin"
| /* end confdefs.h. */
| #include <machine/soundcard.h>
configure:8577: result: no
configure:8577: checking for machine/soundcard.h
configure:8577: result: no
configure:8577: checking sys/soundcard.h usability
configure:8577: cc -c -g3 -O2 conftest.c >&5
conftest.c:62:10: fatal error: 'sys/soundcard.h' file not found
#include <sys/soundcard.h>
^
1 error generated.
configure:8577: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "emacs"
| #define PACKAGE_TARNAME "emacs"
| #define PACKAGE_VERSION "24.3"
| #define PACKAGE_STRING "emacs 24.3"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "emacs"
| #define VERSION "24.3"
| #define MAIL_USE_POP 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define SYSTEM_TYPE "darwin"
| /* 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/soundcard.h>
configure:8577: result: no
configure:8577: checking sys/soundcard.h presence
configure:8577: cc -E conftest.c
conftest.c:29:10: fatal error: 'sys/soundcard.h' file not found
#include <sys/soundcard.h>
^
1 error generated.
configure:8577: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "emacs"
| #define PACKAGE_TARNAME "emacs"
| #define PACKAGE_VERSION "24.3"
| #define PACKAGE_STRING "emacs 24.3"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "emacs"
| #define VERSION "24.3"
| #define MAIL_USE_POP 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define SYSTEM_TYPE "darwin"
| /* end confdefs.h. */
| #include <sys/soundcard.h>
configure:8577: result: no
configure:8577: checking for sys/soundcard.h
configure:8577: result: no
configure:8577: checking soundcard.h usability
configure:8577: cc -c -g3 -O2 conftest.c >&5
conftest.c:62:10: fatal error: 'soundcard.h' file not found
#include <soundcard.h>
^
1 error generated.
configure:8577: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "emacs"
| #define PACKAGE_TARNAME "emacs"
| #define PACKAGE_VERSION "24.3"
| #define PACKAGE_STRING "emacs 24.3"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "emacs"
| #define VERSION "24.3"
| #define MAIL_USE_POP 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define SYSTEM_TYPE "darwin"
| /* 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 <soundcard.h>
configure:8577: result: no
configure:8577: checking soundcard.h presence
configure:8577: cc -E conftest.c
conftest.c:29:10: fatal error: 'soundcard.h' file not found
#include <soundcard.h>
^
1 error generated.
configure:8577: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "emacs"
| #define PACKAGE_TARNAME "emacs"
| #define PACKAGE_VERSION "24.3"
| #define PACKAGE_STRING "emacs 24.3"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "emacs"
| #define VERSION "24.3"
| #define MAIL_USE_POP 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define SYSTEM_TYPE "darwin"
| /* end confdefs.h. */
| #include <soundcard.h>
configure:8577: result: no
configure:8577: checking for soundcard.h
configure:8577: result: no
configure:8588: checking for _oss_ioctl in -lossaudio
configure:8613: cc -o conftest -g3 -O2 conftest.c -lossaudio >&5
ld: library not found for -lossaudio
clang: error: linker command failed with exit code 1 (use -v to see invocation)
configure:8613: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "emacs"
| #define PACKAGE_TARNAME "emacs"
| #define PACKAGE_VERSION "24.3"
| #define PACKAGE_STRING "emacs 24.3"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "emacs"
| #define VERSION "24.3"
| #define MAIL_USE_POP 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define SYSTEM_TYPE "darwin"
| /* end confdefs.h. */
|
| /* Override any GCC internal prototype to avoid an error.
| Use char because int might match the return type of a GCC
| builtin and then its argument prototype would still apply. */
| #ifdef __cplusplus
| extern "C"
| #endif
| char _oss_ioctl ();
| int
| main ()
| {
| return _oss_ioctl ();
| ;
| return 0;
| }
configure:8622: result: no
configure:8759: checking for linux/version.h
configure:8759: cc -c -g3 -O2 conftest.c >&5
conftest.c:63:10: fatal error: 'linux/version.h' file not found
#include <linux/version.h>
^
1 error generated.
configure:8759: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "emacs"
| #define PACKAGE_TARNAME "emacs"
| #define PACKAGE_VERSION "24.3"
| #define PACKAGE_STRING "emacs 24.3"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "emacs"
| #define VERSION "24.3"
| #define MAIL_USE_POP 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define SYSTEM_TYPE "darwin"
| /* 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 <linux/version.h>
configure:8759: result: no
configure:8759: checking for sys/systeminfo.h
configure:8759: cc -c -g3 -O2 conftest.c >&5
conftest.c:63:10: fatal error: 'sys/systeminfo.h' file not found
#include <sys/systeminfo.h>
^
1 error generated.
configure:8759: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "emacs"
| #define PACKAGE_TARNAME "emacs"
| #define PACKAGE_VERSION "24.3"
| #define PACKAGE_STRING "emacs 24.3"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "emacs"
| #define VERSION "24.3"
| #define MAIL_USE_POP 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define SYSTEM_TYPE "darwin"
| /* 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/systeminfo.h>
configure:8759: result: no
configure:8759: checking for stdio_ext.h
configure:8759: cc -c -g3 -O2 conftest.c >&5
conftest.c:63:10: fatal error: 'stdio_ext.h' file not found
#include <stdio_ext.h>
^
1 error generated.
configure:8759: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "emacs"
| #define PACKAGE_TARNAME "emacs"
| #define PACKAGE_VERSION "24.3"
| #define PACKAGE_STRING "emacs 24.3"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "emacs"
| #define VERSION "24.3"
| #define MAIL_USE_POP 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define SYSTEM_TYPE "darwin"
| /* 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 <stdio_ext.h>
configure:8759: result: no
configure:8759: checking for fcntl.h
configure:8759: cc -c -g3 -O2 conftest.c >&5
configure:8759: $? = 0
configure:8759: result: yes
configure:8759: checking for coff.h
configure:8759: cc -c -g3 -O2 conftest.c >&5
conftest.c:64:10: fatal error: 'coff.h' file not found
#include <coff.h>
^
1 error generated.
configure:8759: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "emacs"
| #define PACKAGE_TARNAME "emacs"
| #define PACKAGE_VERSION "24.3"
| #define PACKAGE_STRING "emacs 24.3"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "emacs"
| #define VERSION "24.3"
| #define MAIL_USE_POP 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define SYSTEM_TYPE "darwin"
| #define HAVE_FCNTL_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 <coff.h>
configure:8759: result: no
configure:8759: checking for pty.h
configure:8759: cc -c -g3 -O2 conftest.c >&5
conftest.c:64:10: fatal error: 'pty.h' file not found
#include <pty.h>
^
1 error generated.
configure:8759: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "emacs"
| #define PACKAGE_TARNAME "emacs"
| #define PACKAGE_VERSION "24.3"
| #define PACKAGE_STRING "emacs 24.3"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "emacs"
| #define VERSION "24.3"
| #define MAIL_USE_POP 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define SYSTEM_TYPE "darwin"
| #define HAVE_FCNTL_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 <pty.h>
configure:8759: result: no
configure:8759: checking for sys/vlimit.h
configure:8759: cc -c -g3 -O2 conftest.c >&5
conftest.c:64:10: fatal error: 'sys/vlimit.h' file not found
#include <sys/vlimit.h>
^
1 error generated.
configure:8759: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "emacs"
| #define PACKAGE_TARNAME "emacs"
| #define PACKAGE_VERSION "24.3"
| #define PACKAGE_STRING "emacs 24.3"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "emacs"
| #define VERSION "24.3"
| #define MAIL_USE_POP 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define SYSTEM_TYPE "darwin"
| #define HAVE_FCNTL_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/vlimit.h>
configure:8759: result: no
configure:8759: checking for sys/resource.h
configure:8759: cc -c -g3 -O2 conftest.c >&5
configure:8759: $? = 0
configure:8759: result: yes
configure:8759: checking for sys/utsname.h
configure:8759: cc -c -g3 -O2 conftest.c >&5
configure:8759: $? = 0
configure:8759: result: yes
configure:8759: checking for pwd.h
configure:8759: cc -c -g3 -O2 conftest.c >&5
configure:8759: $? = 0
configure:8759: result: yes
configure:8759: checking for utmp.h
configure:8759: cc -c -g3 -O2 conftest.c >&5
configure:8759: $? = 0
configure:8759: result: yes
configure:8759: checking for dirent.h
configure:8759: cc -c -g3 -O2 conftest.c >&5
configure:8759: $? = 0
configure:8759: result: yes
configure:8759: checking for util.h
configure:8759: cc -c -g3 -O2 conftest.c >&5
configure:8759: $? = 0
configure:8759: result: yes
configure:8759: checking for sys/socket.h
configure:8759: cc -c -g3 -O2 conftest.c >&5
configure:8759: $? = 0
configure:8759: result: yes
configure:8759: checking for stdlib.h
configure:8759: result: yes
configure:8759: checking for unistd.h
configure:8759: result: yes
configure:8759: checking for sys/param.h
configure:8759: cc -c -g3 -O2 conftest.c >&5
configure:8759: $? = 0
configure:8759: result: yes
configure:8759: checking for pthread.h
configure:8759: cc -c -g3 -O2 conftest.c >&5
configure:8759: $? = 0
configure:8759: result: yes
configure:8759: checking for malloc/malloc.h
configure:8759: cc -c -g3 -O2 conftest.c >&5
configure:8759: $? = 0
configure:8759: result: yes
configure:8759: checking for maillock.h
configure:8759: cc -c -g3 -O2 conftest.c >&5
conftest.c:76:10: fatal error: 'maillock.h' file not found
#include <maillock.h>
^
1 error generated.
configure:8759: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "emacs"
| #define PACKAGE_TARNAME "emacs"
| #define PACKAGE_VERSION "24.3"
| #define PACKAGE_STRING "emacs 24.3"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "emacs"
| #define VERSION "24.3"
| #define MAIL_USE_POP 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define SYSTEM_TYPE "darwin"
| #define HAVE_FCNTL_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_PWD_H 1
| #define HAVE_UTMP_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_UTIL_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_MALLOC_MALLOC_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 <maillock.h>
configure:8759: result: no
configure:8759: checking for sys/un.h
configure:8759: cc -c -g3 -O2 conftest.c >&5
configure:8759: $? = 0
configure:8759: result: yes
configure:8759: checking for execinfo.h
configure:8759: cc -c -g3 -O2 conftest.c >&5
configure:8759: $? = 0
configure:8759: result: yes
configure:8759: checking for getopt.h
configure:8759: cc -c -g3 -O2 conftest.c >&5
configure:8759: $? = 0
configure:8759: result: yes
configure:8759: checking for sys/time.h
configure:8759: cc -c -g3 -O2 conftest.c >&5
configure:8759: $? = 0
configure:8759: result: yes
configure:8759: checking for wchar.h
configure:8759: cc -c -g3 -O2 conftest.c >&5
configure:8759: $? = 0
configure:8759: result: yes
configure:8759: checking for stdint.h
configure:8759: result: yes
configure:8759: checking for inttypes.h
configure:8759: result: yes
configure:8759: checking for sys/select.h
configure:8759: cc -c -g3 -O2 conftest.c >&5
configure:8759: $? = 0
configure:8759: result: yes
configure:8759: checking for sys/stat.h
configure:8759: result: yes
configure:8759: checking for utime.h
configure:8759: cc -c -g3 -O2 conftest.c >&5
configure:8759: $? = 0
configure:8759: result: yes
configure:8798: checking if personality LINUX32 can be set
configure:8811: cc -c -g3 -O2 conftest.c >&5
conftest.c:52:10: fatal error: 'sys/personality.h' file not found
#include <sys/personality.h>
^
1 error generated.
configure:8811: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "emacs"
| #define PACKAGE_TARNAME "emacs"
| #define PACKAGE_VERSION "24.3"
| #define PACKAGE_STRING "emacs 24.3"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "emacs"
| #define VERSION "24.3"
| #define MAIL_USE_POP 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define SYSTEM_TYPE "darwin"
| #define HAVE_FCNTL_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_PWD_H 1
| #define HAVE_UTMP_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_UTIL_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_MALLOC_MALLOC_H 1
| #define HAVE_SYS_UN_H 1
| #define HAVE_EXECINFO_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_UTIME_H 1
| /* end confdefs.h. */
| #include <sys/personality.h>
| int
| main ()
| {
| personality (PER_LINUX32)
| ;
| return 0;
| }
configure:8817: result: no
configure:8828: checking for term.h
configure:8828: cc -E conftest.c
configure:8828: $? = 0
configure:8828: result: yes
configure:8838: checking whether time.h and sys/time.h may both be included
configure:8858: cc -c -g3 -O2 conftest.c >&5
configure:8858: $? = 0
configure:8865: result: yes
configure:8873: checking whether sys_siglist is declared
configure:8873: cc -c -g3 -O2 conftest.c >&5
configure:8873: $? = 0
configure:8873: result: yes
configure:8907: checking for sys/wait.h that is POSIX.1 compatible
configure:8933: cc -c -g3 -O2 conftest.c >&5
configure:8933: $? = 0
configure:8940: result: yes
configure:8949: checking for speed_t
configure:8965: cc -c -g3 -O2 conftest.c >&5
configure:8965: $? = 0
configure:8972: result: yes
configure:8985: checking for net/if.h
configure:8985: cc -c -g3 -O2 conftest.c >&5
configure:8985: $? = 0
configure:8985: result: yes
configure:9001: checking for ifaddrs.h
configure:9001: cc -c -g3 -O2 conftest.c >&5
configure:9001: $? = 0
configure:9001: result: yes
configure:9017: checking for net/if_dl.h
configure:9017: cc -c -g3 -O2 conftest.c >&5
configure:9017: $? = 0
configure:9017: result: yes
configure:9032: checking for struct ifreq.ifr_flags
configure:9032: cc -c -g3 -O2 conftest.c >&5
configure:9032: $? = 0
configure:9032: result: yes
configure:9048: checking for struct ifreq.ifr_hwaddr
configure:9048: cc -c -g3 -O2 conftest.c >&5
conftest.c:105:13: error: no member named 'ifr_hwaddr' in 'struct ifreq'
if (ac_aggr.ifr_hwaddr)
~~~~~~~ ^
1 error generated.
configure:9048: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "emacs"
| #define PACKAGE_TARNAME "emacs"
| #define PACKAGE_VERSION "24.3"
| #define PACKAGE_STRING "emacs 24.3"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "emacs"
| #define VERSION "24.3"
| #define MAIL_USE_POP 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define SYSTEM_TYPE "darwin"
| #define HAVE_FCNTL_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_PWD_H 1
| #define HAVE_UTMP_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_UTIL_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_MALLOC_MALLOC_H 1
| #define HAVE_SYS_UN_H 1
| #define HAVE_EXECINFO_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_TERM_H 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_DECL_SYS_SIGLIST 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_SPEED_T 1
| #define HAVE_NET_IF_H 1
| #define HAVE_IFADDRS_H 1
| #define HAVE_NET_IF_DL_H 1
| #define HAVE_STRUCT_IFREQ_IFR_FLAGS 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
| #if HAVE_SYS_SOCKET_H
| #include <sys/socket.h>
| #endif
| #if HAVE_NET_IF_H
| #include <net/if.h>
| #endif
|
| int
| main ()
| {
| static struct ifreq ac_aggr;
| if (ac_aggr.ifr_hwaddr)
| return 0;
| ;
| return 0;
| }
configure:9048: cc -c -g3 -O2 conftest.c >&5
conftest.c:105:20: error: no member named 'ifr_hwaddr' in 'struct ifreq'
if (sizeof ac_aggr.ifr_hwaddr)
~~~~~~~ ^
1 error generated.
configure:9048: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "emacs"
| #define PACKAGE_TARNAME "emacs"
| #define PACKAGE_VERSION "24.3"
| #define PACKAGE_STRING "emacs 24.3"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "emacs"
| #define VERSION "24.3"
| #define MAIL_USE_POP 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define SYSTEM_TYPE "darwin"
| #define HAVE_FCNTL_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_PWD_H 1
| #define HAVE_UTMP_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_UTIL_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_MALLOC_MALLOC_H 1
| #define HAVE_SYS_UN_H 1
| #define HAVE_EXECINFO_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_TERM_H 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_DECL_SYS_SIGLIST 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_SPEED_T 1
| #define HAVE_NET_IF_H 1
| #define HAVE_IFADDRS_H 1
| #define HAVE_NET_IF_DL_H 1
| #define HAVE_STRUCT_IFREQ_IFR_FLAGS 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
| #if HAVE_SYS_SOCKET_H
| #include <sys/socket.h>
| #endif
| #if HAVE_NET_IF_H
| #include <net/if.h>
| #endif
|
| int
| main ()
| {
| static struct ifreq ac_aggr;
| if (sizeof ac_aggr.ifr_hwaddr)
| return 0;
| ;
| return 0;
| }
configure:9048: result: no
configure:9064: checking for struct ifreq.ifr_netmask
configure:9064: cc -c -g3 -O2 conftest.c >&5
conftest.c:105:13: error: no member named 'ifr_netmask' in 'struct ifreq'
if (ac_aggr.ifr_netmask)
~~~~~~~ ^
1 error generated.
configure:9064: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "emacs"
| #define PACKAGE_TARNAME "emacs"
| #define PACKAGE_VERSION "24.3"
| #define PACKAGE_STRING "emacs 24.3"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "emacs"
| #define VERSION "24.3"
| #define MAIL_USE_POP 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define SYSTEM_TYPE "darwin"
| #define HAVE_FCNTL_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_PWD_H 1
| #define HAVE_UTMP_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_UTIL_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_MALLOC_MALLOC_H 1
| #define HAVE_SYS_UN_H 1
| #define HAVE_EXECINFO_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_TERM_H 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_DECL_SYS_SIGLIST 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_SPEED_T 1
| #define HAVE_NET_IF_H 1
| #define HAVE_IFADDRS_H 1
| #define HAVE_NET_IF_DL_H 1
| #define HAVE_STRUCT_IFREQ_IFR_FLAGS 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
| #if HAVE_SYS_SOCKET_H
| #include <sys/socket.h>
| #endif
| #if HAVE_NET_IF_H
| #include <net/if.h>
| #endif
|
| int
| main ()
| {
| static struct ifreq ac_aggr;
| if (ac_aggr.ifr_netmask)
| return 0;
| ;
| return 0;
| }
configure:9064: cc -c -g3 -O2 conftest.c >&5
conftest.c:105:20: error: no member named 'ifr_netmask' in 'struct ifreq'
if (sizeof ac_aggr.ifr_netmask)
~~~~~~~ ^
1 error generated.
configure:9064: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "emacs"
| #define PACKAGE_TARNAME "emacs"
| #define PACKAGE_VERSION "24.3"
| #define PACKAGE_STRING "emacs 24.3"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "emacs"
| #define VERSION "24.3"
| #define MAIL_USE_POP 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define SYSTEM_TYPE "darwin"
| #define HAVE_FCNTL_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_PWD_H 1
| #define HAVE_UTMP_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_UTIL_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_MALLOC_MALLOC_H 1
| #define HAVE_SYS_UN_H 1
| #define HAVE_EXECINFO_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_TERM_H 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_DECL_SYS_SIGLIST 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_SPEED_T 1
| #define HAVE_NET_IF_H 1
| #define HAVE_IFADDRS_H 1
| #define HAVE_NET_IF_DL_H 1
| #define HAVE_STRUCT_IFREQ_IFR_FLAGS 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
| #if HAVE_SYS_SOCKET_H
| #include <sys/socket.h>
| #endif
| #if HAVE_NET_IF_H
| #include <net/if.h>
| #endif
|
| int
| main ()
| {
| static struct ifreq ac_aggr;
| if (sizeof ac_aggr.ifr_netmask)
| return 0;
| ;
| return 0;
| }
configure:9064: result: no
configure:9080: checking for struct ifreq.ifr_broadaddr
configure:9080: cc -c -g3 -O2 conftest.c >&5
conftest.c:105:1: error: statement requires expression of scalar type ('struct sockaddr' invalid)
if (ac_aggr.ifr_broadaddr)
^ ~~~~~~~~~~~~~~~~~~~~~
1 error generated.
configure:9080: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "emacs"
| #define PACKAGE_TARNAME "emacs"
| #define PACKAGE_VERSION "24.3"
| #define PACKAGE_STRING "emacs 24.3"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "emacs"
| #define VERSION "24.3"
| #define MAIL_USE_POP 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define SYSTEM_TYPE "darwin"
| #define HAVE_FCNTL_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_PWD_H 1
| #define HAVE_UTMP_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_UTIL_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_MALLOC_MALLOC_H 1
| #define HAVE_SYS_UN_H 1
| #define HAVE_EXECINFO_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_TERM_H 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_DECL_SYS_SIGLIST 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_SPEED_T 1
| #define HAVE_NET_IF_H 1
| #define HAVE_IFADDRS_H 1
| #define HAVE_NET_IF_DL_H 1
| #define HAVE_STRUCT_IFREQ_IFR_FLAGS 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
| #if HAVE_SYS_SOCKET_H
| #include <sys/socket.h>
| #endif
| #if HAVE_NET_IF_H
| #include <net/if.h>
| #endif
|
| int
| main ()
| {
| static struct ifreq ac_aggr;
| if (ac_aggr.ifr_broadaddr)
| return 0;
| ;
| return 0;
| }
configure:9080: cc -c -g3 -O2 conftest.c >&5
configure:9080: $? = 0
configure:9080: result: yes
configure:9096: checking for struct ifreq.ifr_addr
configure:9096: cc -c -g3 -O2 conftest.c >&5
conftest.c:106:1: error: statement requires expression of scalar type ('struct sockaddr' invalid)
if (ac_aggr.ifr_addr)
^ ~~~~~~~~~~~~~~~~
1 error generated.
configure:9096: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "emacs"
| #define PACKAGE_TARNAME "emacs"
| #define PACKAGE_VERSION "24.3"
| #define PACKAGE_STRING "emacs 24.3"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "emacs"
| #define VERSION "24.3"
| #define MAIL_USE_POP 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define SYSTEM_TYPE "darwin"
| #define HAVE_FCNTL_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_PWD_H 1
| #define HAVE_UTMP_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_UTIL_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_MALLOC_MALLOC_H 1
| #define HAVE_SYS_UN_H 1
| #define HAVE_EXECINFO_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_TERM_H 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_DECL_SYS_SIGLIST 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_SPEED_T 1
| #define HAVE_NET_IF_H 1
| #define HAVE_IFADDRS_H 1
| #define HAVE_NET_IF_DL_H 1
| #define HAVE_STRUCT_IFREQ_IFR_FLAGS 1
| #define HAVE_STRUCT_IFREQ_IFR_BROADADDR 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
| #if HAVE_SYS_SOCKET_H
| #include <sys/socket.h>
| #endif
| #if HAVE_NET_IF_H
| #include <net/if.h>
| #endif
|
| int
| main ()
| {
| static struct ifreq ac_aggr;
| if (ac_aggr.ifr_addr)
| return 0;
| ;
| return 0;
| }
configure:9096: cc -c -g3 -O2 conftest.c >&5
configure:9096: $? = 0
configure:9096: result: yes
configure:9112: checking for struct ifreq.ifr_addr.sa_len
configure:9112: cc -c -g3 -O2 conftest.c >&5
configure:9112: $? = 0
configure:9112: result: yes
configure:9136: checking whether we are using GNU Make
configure:9145: result: yes
configure:9148: checking whether gcc understands -MMD -MF
configure:9163: cc -c -g3 -O2 -MMD -MF deps.d -MP conftest.c >&5
configure:9163: $? = 0
configure:9172: result: yes
configure:9192: checking for long file names
configure:9224: result: yes
configure:9241: checking for X
configure:9419: result: disabled
configure:9795: checking whether malloc is Doug Lea style
configure:9814: cc -o conftest -g3 -O2 conftest.c >&5
conftest.c:65:10: fatal error: 'malloc.h' file not found
#include <malloc.h>
^
1 error generated.
configure:9814: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "emacs"
| #define PACKAGE_TARNAME "emacs"
| #define PACKAGE_VERSION "24.3"
| #define PACKAGE_STRING "emacs 24.3"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "emacs"
| #define VERSION "24.3"
| #define MAIL_USE_POP 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define SYSTEM_TYPE "darwin"
| #define HAVE_FCNTL_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_PWD_H 1
| #define HAVE_UTMP_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_UTIL_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_MALLOC_MALLOC_H 1
| #define HAVE_SYS_UN_H 1
| #define HAVE_EXECINFO_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_TERM_H 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_DECL_SYS_SIGLIST 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_SPEED_T 1
| #define HAVE_NET_IF_H 1
| #define HAVE_IFADDRS_H 1
| #define HAVE_NET_IF_DL_H 1
| #define HAVE_STRUCT_IFREQ_IFR_FLAGS 1
| #define HAVE_STRUCT_IFREQ_IFR_BROADADDR 1
| #define HAVE_STRUCT_IFREQ_IFR_ADDR 1
| #define HAVE_STRUCT_IFREQ_IFR_ADDR_SA_LEN 1
| #define HAVE_LONG_FILE_NAMES 1
| /* end confdefs.h. */
| #include <malloc.h>
| static void hook (void) {}
| int
| main ()
| {
| malloc_set_state (malloc_get_state ());
| __after_morecore_hook = hook;
| __malloc_initialize_hook = hook;
| ;
| return 0;
| }
configure:9822: result: no
configure:9885: checking for getpagesize
configure:9885: cc -o conftest -g3 -O2 conftest.c >&5
configure:9885: $? = 0
configure:9885: result: yes
configure:9894: checking for working mmap
configure:10041: cc -o conftest -g3 -O2 conftest.c >&5
configure:10041: $? = 0
configure:10041: ./conftest
configure:10041: $? = 0
configure:10051: result: yes
configure:10069: checking for dnet_ntoa in -ldnet
configure:10094: cc -o conftest -g3 -O2 conftest.c -ldnet >&5
ld: library not found for -ldnet
clang: error: linker command failed with exit code 1 (use -v to see invocation)
configure:10094: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "emacs"
| #define PACKAGE_TARNAME "emacs"
| #define PACKAGE_VERSION "24.3"
| #define PACKAGE_STRING "emacs 24.3"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "emacs"
| #define VERSION "24.3"
| #define MAIL_USE_POP 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define SYSTEM_TYPE "darwin"
| #define HAVE_FCNTL_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_PWD_H 1
| #define HAVE_UTMP_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_UTIL_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_MALLOC_MALLOC_H 1
| #define HAVE_SYS_UN_H 1
| #define HAVE_EXECINFO_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_TERM_H 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_DECL_SYS_SIGLIST 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_SPEED_T 1
| #define HAVE_NET_IF_H 1
| #define HAVE_IFADDRS_H 1
| #define HAVE_NET_IF_DL_H 1
| #define HAVE_STRUCT_IFREQ_IFR_FLAGS 1
| #define HAVE_STRUCT_IFREQ_IFR_BROADADDR 1
| #define HAVE_STRUCT_IFREQ_IFR_ADDR 1
| #define HAVE_STRUCT_IFREQ_IFR_ADDR_SA_LEN 1
| #define HAVE_LONG_FILE_NAMES 1
| #define SYSTEM_MALLOC 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_MMAP 1
| /* end confdefs.h. */
|
| /* Override any GCC internal prototype to avoid an error.
| Use char because int might match the return type of a GCC
| builtin and then its argument prototype would still apply. */
| #ifdef __cplusplus
| extern "C"
| #endif
| char dnet_ntoa ();
| int
| main ()
| {
| return dnet_ntoa ();
| ;
| return 0;
| }
configure:10103: result: no
configure:10115: checking for main in -lXbsd
configure:10134: cc -o conftest -g3 -O2 conftest.c -lXbsd >&5
ld: library not found for -lXbsd
clang: error: linker command failed with exit code 1 (use -v to see invocation)
configure:10134: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "emacs"
| #define PACKAGE_TARNAME "emacs"
| #define PACKAGE_VERSION "24.3"
| #define PACKAGE_STRING "emacs 24.3"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "emacs"
| #define VERSION "24.3"
| #define MAIL_USE_POP 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define SYSTEM_TYPE "darwin"
| #define HAVE_FCNTL_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_PWD_H 1
| #define HAVE_UTMP_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_UTIL_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_MALLOC_MALLOC_H 1
| #define HAVE_SYS_UN_H 1
| #define HAVE_EXECINFO_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_TERM_H 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_DECL_SYS_SIGLIST 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_SPEED_T 1
| #define HAVE_NET_IF_H 1
| #define HAVE_IFADDRS_H 1
| #define HAVE_NET_IF_DL_H 1
| #define HAVE_STRUCT_IFREQ_IFR_FLAGS 1
| #define HAVE_STRUCT_IFREQ_IFR_BROADADDR 1
| #define HAVE_STRUCT_IFREQ_IFR_ADDR 1
| #define HAVE_STRUCT_IFREQ_IFR_ADDR_SA_LEN 1
| #define HAVE_LONG_FILE_NAMES 1
| #define SYSTEM_MALLOC 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_MMAP 1
| /* end confdefs.h. */
|
|
| int
| main ()
| {
| return main ();
| ;
| return 0;
| }
configure:10143: result: no
configure:10161: checking for pthread_self in -lpthread
configure:10186: cc -o conftest -g3 -O2 conftest.c -lpthread >&5
configure:10186: $? = 0
configure:10196: result: yes
configure:10215: checking for cma_open in -lpthreads
configure:10240: cc -o conftest -g3 -O2 conftest.c -lpthreads -lpthread >&5
ld: library not found for -lpthreads
clang: error: linker command failed with exit code 1 (use -v to see invocation)
configure:10240: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "emacs"
| #define PACKAGE_TARNAME "emacs"
| #define PACKAGE_VERSION "24.3"
| #define PACKAGE_STRING "emacs 24.3"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "emacs"
| #define VERSION "24.3"
| #define MAIL_USE_POP 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define SYSTEM_TYPE "darwin"
| #define HAVE_FCNTL_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_PWD_H 1
| #define HAVE_UTMP_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_UTIL_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_MALLOC_MALLOC_H 1
| #define HAVE_SYS_UN_H 1
| #define HAVE_EXECINFO_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_TERM_H 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_DECL_SYS_SIGLIST 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_SPEED_T 1
| #define HAVE_NET_IF_H 1
| #define HAVE_IFADDRS_H 1
| #define HAVE_NET_IF_DL_H 1
| #define HAVE_STRUCT_IFREQ_IFR_FLAGS 1
| #define HAVE_STRUCT_IFREQ_IFR_BROADADDR 1
| #define HAVE_STRUCT_IFREQ_IFR_ADDR 1
| #define HAVE_STRUCT_IFREQ_IFR_ADDR_SA_LEN 1
| #define HAVE_LONG_FILE_NAMES 1
| #define SYSTEM_MALLOC 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_MMAP 1
| #define HAVE_PTHREAD 1
| /* end confdefs.h. */
|
| /* Override any GCC internal prototype to avoid an error.
| Use char because int might match the return type of a GCC
| builtin and then its argument prototype would still apply. */
| #ifdef __cplusplus
| extern "C"
| #endif
| char cma_open ();
| int
| main ()
| {
| return cma_open ();
| ;
| return 0;
| }
configure:10249: result: no
configure:11184: checking for lgetfilecon in -lselinux
configure:11209: cc -o conftest -g3 -O2 conftest.c -lselinux -lpthread >&5
ld: library not found for -lselinux
clang: error: linker command failed with exit code 1 (use -v to see invocation)
configure:11209: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "emacs"
| #define PACKAGE_TARNAME "emacs"
| #define PACKAGE_VERSION "24.3"
| #define PACKAGE_STRING "emacs 24.3"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "emacs"
| #define VERSION "24.3"
| #define MAIL_USE_POP 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define SYSTEM_TYPE "darwin"
| #define HAVE_FCNTL_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_PWD_H 1
| #define HAVE_UTMP_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_UTIL_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_MALLOC_MALLOC_H 1
| #define HAVE_SYS_UN_H 1
| #define HAVE_EXECINFO_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_TERM_H 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_DECL_SYS_SIGLIST 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_SPEED_T 1
| #define HAVE_NET_IF_H 1
| #define HAVE_IFADDRS_H 1
| #define HAVE_NET_IF_DL_H 1
| #define HAVE_STRUCT_IFREQ_IFR_FLAGS 1
| #define HAVE_STRUCT_IFREQ_IFR_BROADADDR 1
| #define HAVE_STRUCT_IFREQ_IFR_ADDR 1
| #define HAVE_STRUCT_IFREQ_IFR_ADDR_SA_LEN 1
| #define HAVE_LONG_FILE_NAMES 1
| #define SYSTEM_MALLOC 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_MMAP 1
| #define HAVE_PTHREAD 1
| /* end confdefs.h. */
|
| /* Override any GCC internal prototype to avoid an error.
| Use char because int might match the return type of a GCC
| builtin and then its argument prototype would still apply. */
| #ifdef __cplusplus
| extern "C"
| #endif
| char lgetfilecon ();
| int
| main ()
| {
| return lgetfilecon ();
| ;
| return 0;
| }
configure:11218: result: no
configure:11299: checking for gnutls_certificate_set_verify_function
configure:11299: cc -o conftest -g3 -O2 conftest.c -lpthread >&5
Undefined symbols for architecture x86_64:
"_gnutls_certificate_set_verify_function", referenced from:
_main in conftest-zhRjWV.o
ld: symbol(s) not found for architecture x86_64
clang: error: linker command failed with exit code 1 (use -v to see invocation)
configure:11299: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "emacs"
| #define PACKAGE_TARNAME "emacs"
| #define PACKAGE_VERSION "24.3"
| #define PACKAGE_STRING "emacs 24.3"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "emacs"
| #define VERSION "24.3"
| #define MAIL_USE_POP 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define SYSTEM_TYPE "darwin"
| #define HAVE_FCNTL_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_PWD_H 1
| #define HAVE_UTMP_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_UTIL_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_MALLOC_MALLOC_H 1
| #define HAVE_SYS_UN_H 1
| #define HAVE_EXECINFO_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_TERM_H 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_DECL_SYS_SIGLIST 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_SPEED_T 1
| #define HAVE_NET_IF_H 1
| #define HAVE_IFADDRS_H 1
| #define HAVE_NET_IF_DL_H 1
| #define HAVE_STRUCT_IFREQ_IFR_FLAGS 1
| #define HAVE_STRUCT_IFREQ_IFR_BROADADDR 1
| #define HAVE_STRUCT_IFREQ_IFR_ADDR 1
| #define HAVE_STRUCT_IFREQ_IFR_ADDR_SA_LEN 1
| #define HAVE_LONG_FILE_NAMES 1
| #define SYSTEM_MALLOC 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_MMAP 1
| #define HAVE_PTHREAD 1
| /* end confdefs.h. */
| /* Define gnutls_certificate_set_verify_function to an innocuous variant, in case <limits.h> declares gnutls_certificate_set_verify_function.
| For example, HP-UX 11i <limits.h> declares gettimeofday. */
| #define gnutls_certificate_set_verify_function innocuous_gnutls_certificate_set_verify_function
|
| /* System header to define __stub macros and hopefully few prototypes,
| which can conflict with char gnutls_certificate_set_verify_function (); below.
| Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
| <limits.h> exists even on freestanding compilers. */
|
| #ifdef __STDC__
| # include <limits.h>
| #else
| # include <assert.h>
| #endif
|
| #undef gnutls_certificate_set_verify_function
|
| /* 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 gnutls_certificate_set_verify_function ();
| /* 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_gnutls_certificate_set_verify_function || defined __stub___gnutls_certificate_set_verify_function
| choke me
| #endif
|
| int
| main ()
| {
| return gnutls_certificate_set_verify_function ();
| ;
| return 0;
| }
configure:11299: result: no
configure:11803: cc -c -g3 -O2 conftest.c >&5
configure:11803: $? = 0
configure:11852: cc -c -g3 -O2 --pedantic-errors conftest.c >&5
conftest.c:89:72: error: incompatible pointer types passing 'XIMProc' (aka 'void (*)(XIM, XPointer, XPointer)') to parameter of type 'XIDProc' (aka 'void (*)(Display *, XPointer, XPointer)') [-Werror,-Wincompatible-pointer-types]
(void)XRegisterIMInstantiateCallback(display, db, res_name, res_class, callback,
^~~~~~~~
/usr/include/X11/Xlib.h:3944:29: note: passing argument to parameter here
XIDProc /* callback */,
^
conftest.c:90:4: error: incompatible pointer types passing 'XPointer *' (aka 'char **') to parameter of type 'XPointer' (aka 'char *'); dereference with * [-Werror,-Wincompatible-pointer-types]
client_data);
^~~~~~~~~~~
*
/usr/include/X11/Xlib.h:3946:1: note: passing argument to parameter here
);
^
2 errors generated.
configure:11852: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "emacs"
| #define PACKAGE_TARNAME "emacs"
| #define PACKAGE_VERSION "24.3"
| #define PACKAGE_STRING "emacs 24.3"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "emacs"
| #define VERSION "24.3"
| #define MAIL_USE_POP 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define SYSTEM_TYPE "darwin"
| #define HAVE_FCNTL_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_PWD_H 1
| #define HAVE_UTMP_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_UTIL_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_MALLOC_MALLOC_H 1
| #define HAVE_SYS_UN_H 1
| #define HAVE_EXECINFO_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_TERM_H 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_DECL_SYS_SIGLIST 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_SPEED_T 1
| #define HAVE_NET_IF_H 1
| #define HAVE_IFADDRS_H 1
| #define HAVE_NET_IF_DL_H 1
| #define HAVE_STRUCT_IFREQ_IFR_FLAGS 1
| #define HAVE_STRUCT_IFREQ_IFR_BROADADDR 1
| #define HAVE_STRUCT_IFREQ_IFR_ADDR 1
| #define HAVE_STRUCT_IFREQ_IFR_ADDR_SA_LEN 1
| #define HAVE_LONG_FILE_NAMES 1
| #define SYSTEM_MALLOC 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_MMAP 1
| #define HAVE_PTHREAD 1
| #define HAVE_XIM 1
| #define USE_XIM 1
| /* end confdefs.h. */
|
| #include <X11/Xlib.h>
| #include <X11/Xresource.h>
| int
| main ()
| {
| Display *display;
| XrmDatabase db;
| char *res_name;
| char *res_class;
| XIMProc callback;
| XPointer *client_data;
| #ifndef __GNUC__
| /* If we're not using GCC, it's probably not XFree86, and this is
| probably right, but we can't use something like --pedantic-errors. */
| extern Bool XRegisterIMInstantiateCallback(Display*, XrmDatabase, char*,
| char*, XIMProc, XPointer*);
| #endif
| (void)XRegisterIMInstantiateCallback(display, db, res_name, res_class, callback,
| client_data);
| ;
| return 0;
| }
configure:12900: checking gpm.h usability
configure:12900: cc -c -g3 -O2 conftest.c >&5
conftest.c:105:10: fatal error: 'gpm.h' file not found
#include <gpm.h>
^
1 error generated.
configure:12900: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "emacs"
| #define PACKAGE_TARNAME "emacs"
| #define PACKAGE_VERSION "24.3"
| #define PACKAGE_STRING "emacs 24.3"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "emacs"
| #define VERSION "24.3"
| #define MAIL_USE_POP 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define SYSTEM_TYPE "darwin"
| #define HAVE_FCNTL_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_PWD_H 1
| #define HAVE_UTMP_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_UTIL_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_MALLOC_MALLOC_H 1
| #define HAVE_SYS_UN_H 1
| #define HAVE_EXECINFO_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_TERM_H 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_DECL_SYS_SIGLIST 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_SPEED_T 1
| #define HAVE_NET_IF_H 1
| #define HAVE_IFADDRS_H 1
| #define HAVE_NET_IF_DL_H 1
| #define HAVE_STRUCT_IFREQ_IFR_FLAGS 1
| #define HAVE_STRUCT_IFREQ_IFR_BROADADDR 1
| #define HAVE_STRUCT_IFREQ_IFR_ADDR 1
| #define HAVE_STRUCT_IFREQ_IFR_ADDR_SA_LEN 1
| #define HAVE_LONG_FILE_NAMES 1
| #define SYSTEM_MALLOC 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_MMAP 1
| #define HAVE_PTHREAD 1
| #define HAVE_XIM 1
| #define USE_XIM 1
| #define XRegisterIMInstantiateCallback_arg6 XPointer
| /* 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 <gpm.h>
configure:12900: result: no
configure:12900: checking gpm.h presence
configure:12900: cc -E conftest.c
conftest.c:72:10: fatal error: 'gpm.h' file not found
#include <gpm.h>
^
1 error generated.
configure:12900: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "emacs"
| #define PACKAGE_TARNAME "emacs"
| #define PACKAGE_VERSION "24.3"
| #define PACKAGE_STRING "emacs 24.3"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "emacs"
| #define VERSION "24.3"
| #define MAIL_USE_POP 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define SYSTEM_TYPE "darwin"
| #define HAVE_FCNTL_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_PWD_H 1
| #define HAVE_UTMP_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_UTIL_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_MALLOC_MALLOC_H 1
| #define HAVE_SYS_UN_H 1
| #define HAVE_EXECINFO_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_TERM_H 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_DECL_SYS_SIGLIST 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_SPEED_T 1
| #define HAVE_NET_IF_H 1
| #define HAVE_IFADDRS_H 1
| #define HAVE_NET_IF_DL_H 1
| #define HAVE_STRUCT_IFREQ_IFR_FLAGS 1
| #define HAVE_STRUCT_IFREQ_IFR_BROADADDR 1
| #define HAVE_STRUCT_IFREQ_IFR_ADDR 1
| #define HAVE_STRUCT_IFREQ_IFR_ADDR_SA_LEN 1
| #define HAVE_LONG_FILE_NAMES 1
| #define SYSTEM_MALLOC 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_MMAP 1
| #define HAVE_PTHREAD 1
| #define HAVE_XIM 1
| #define USE_XIM 1
| #define XRegisterIMInstantiateCallback_arg6 XPointer
| /* end confdefs.h. */
| #include <gpm.h>
configure:12900: result: no
configure:12900: checking for gpm.h
configure:12900: result: no
configure:13165: checking whether netdb declares h_errno
configure:13181: cc -o conftest -g3 -O2 conftest.c -lpthread >&5
configure:13181: $? = 0
configure:13189: result: yes
configure:13199: checking for sqrt in -lm
configure:13224: cc -o conftest -g3 -O2 conftest.c -lm -lpthread >&5
conftest.c:80:6: warning: incompatible redeclaration of library function 'sqrt'
char sqrt ();
^
conftest.c:80:6: note: 'sqrt' is a builtin with type 'double (double)'
1 warning generated.
configure:13224: $? = 0
configure:13233: result: yes
configure:13247: checking for maillock in -lmail
configure:13272: cc -o conftest -g3 -O2 conftest.c -lmail -lm -lpthread >&5
ld: library not found for -lmail
clang: error: linker command failed with exit code 1 (use -v to see invocation)
configure:13272: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "emacs"
| #define PACKAGE_TARNAME "emacs"
| #define PACKAGE_VERSION "24.3"
| #define PACKAGE_STRING "emacs 24.3"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "emacs"
| #define VERSION "24.3"
| #define MAIL_USE_POP 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define SYSTEM_TYPE "darwin"
| #define HAVE_FCNTL_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_PWD_H 1
| #define HAVE_UTMP_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_UTIL_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_MALLOC_MALLOC_H 1
| #define HAVE_SYS_UN_H 1
| #define HAVE_EXECINFO_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_TERM_H 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_DECL_SYS_SIGLIST 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_SPEED_T 1
| #define HAVE_NET_IF_H 1
| #define HAVE_IFADDRS_H 1
| #define HAVE_NET_IF_DL_H 1
| #define HAVE_STRUCT_IFREQ_IFR_FLAGS 1
| #define HAVE_STRUCT_IFREQ_IFR_BROADADDR 1
| #define HAVE_STRUCT_IFREQ_IFR_ADDR 1
| #define HAVE_STRUCT_IFREQ_IFR_ADDR_SA_LEN 1
| #define HAVE_LONG_FILE_NAMES 1
| #define SYSTEM_MALLOC 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_MMAP 1
| #define HAVE_PTHREAD 1
| #define HAVE_XIM 1
| #define USE_XIM 1
| #define XRegisterIMInstantiateCallback_arg6 XPointer
| #define HAVE_H_ERRNO 1
| #define HAVE_LIBM 1
| /* end confdefs.h. */
|
| /* Override any GCC internal prototype to avoid an error.
| Use char because int might match the return type of a GCC
| builtin and then its argument prototype would still apply. */
| #ifdef __cplusplus
| extern "C"
| #endif
| char maillock ();
| int
| main ()
| {
| return maillock ();
| ;
| return 0;
| }
configure:13281: result: no
configure:13298: checking for maillock in -llockfile
configure:13323: cc -o conftest -g3 -O2 conftest.c -llockfile -lm -lpthread >&5
ld: library not found for -llockfile
clang: error: linker command failed with exit code 1 (use -v to see invocation)
configure:13323: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "emacs"
| #define PACKAGE_TARNAME "emacs"
| #define PACKAGE_VERSION "24.3"
| #define PACKAGE_STRING "emacs 24.3"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "emacs"
| #define VERSION "24.3"
| #define MAIL_USE_POP 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define SYSTEM_TYPE "darwin"
| #define HAVE_FCNTL_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_PWD_H 1
| #define HAVE_UTMP_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_UTIL_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_MALLOC_MALLOC_H 1
| #define HAVE_SYS_UN_H 1
| #define HAVE_EXECINFO_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_TERM_H 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_DECL_SYS_SIGLIST 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_SPEED_T 1
| #define HAVE_NET_IF_H 1
| #define HAVE_IFADDRS_H 1
| #define HAVE_NET_IF_DL_H 1
| #define HAVE_STRUCT_IFREQ_IFR_FLAGS 1
| #define HAVE_STRUCT_IFREQ_IFR_BROADADDR 1
| #define HAVE_STRUCT_IFREQ_IFR_ADDR 1
| #define HAVE_STRUCT_IFREQ_IFR_ADDR_SA_LEN 1
| #define HAVE_LONG_FILE_NAMES 1
| #define SYSTEM_MALLOC 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_MMAP 1
| #define HAVE_PTHREAD 1
| #define HAVE_XIM 1
| #define USE_XIM 1
| #define XRegisterIMInstantiateCallback_arg6 XPointer
| #define HAVE_H_ERRNO 1
| #define HAVE_LIBM 1
| /* end confdefs.h. */
|
| /* Override any GCC internal prototype to avoid an error.
| Use char because int might match the return type of a GCC
| builtin and then its argument prototype would still apply. */
| #ifdef __cplusplus
| extern "C"
| #endif
| char maillock ();
| int
| main ()
| {
| return maillock ();
| ;
| return 0;
| }
configure:13332: result: no
configure:13352: checking for liblockfile.so
configure:13381: result: no
configure:13460: checking for gethostname
configure:13460: cc -o conftest -g3 -O2 conftest.c -lm -lpthread >&5
configure:13460: $? = 0
configure:13460: result: yes
configure:13460: checking for closedir
configure:13460: cc -o conftest -g3 -O2 conftest.c -lm -lpthread >&5
configure:13460: $? = 0
configure:13460: result: yes
configure:13460: checking for getrusage
configure:13460: cc -o conftest -g3 -O2 conftest.c -lm -lpthread >&5
configure:13460: $? = 0
configure:13460: result: yes
configure:13460: checking for get_current_dir_name
configure:13460: cc -o conftest -g3 -O2 conftest.c -lm -lpthread >&5
Undefined symbols for architecture x86_64:
"_get_current_dir_name", referenced from:
_main in conftest-S2m3Ry.o
ld: symbol(s) not found for architecture x86_64
clang: error: linker command failed with exit code 1 (use -v to see invocation)
configure:13460: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "emacs"
| #define PACKAGE_TARNAME "emacs"
| #define PACKAGE_VERSION "24.3"
| #define PACKAGE_STRING "emacs 24.3"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "emacs"
| #define VERSION "24.3"
| #define MAIL_USE_POP 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define SYSTEM_TYPE "darwin"
| #define HAVE_FCNTL_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_PWD_H 1
| #define HAVE_UTMP_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_UTIL_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_MALLOC_MALLOC_H 1
| #define HAVE_SYS_UN_H 1
| #define HAVE_EXECINFO_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_TERM_H 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_DECL_SYS_SIGLIST 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_SPEED_T 1
| #define HAVE_NET_IF_H 1
| #define HAVE_IFADDRS_H 1
| #define HAVE_NET_IF_DL_H 1
| #define HAVE_STRUCT_IFREQ_IFR_FLAGS 1
| #define HAVE_STRUCT_IFREQ_IFR_BROADADDR 1
| #define HAVE_STRUCT_IFREQ_IFR_ADDR 1
| #define HAVE_STRUCT_IFREQ_IFR_ADDR_SA_LEN 1
| #define HAVE_LONG_FILE_NAMES 1
| #define SYSTEM_MALLOC 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_MMAP 1
| #define HAVE_PTHREAD 1
| #define HAVE_XIM 1
| #define USE_XIM 1
| #define XRegisterIMInstantiateCallback_arg6 XPointer
| #define HAVE_H_ERRNO 1
| #define HAVE_LIBM 1
| #define MAIL_USE_FLOCK 1
| #define HAVE_GETHOSTNAME 1
| #define HAVE_CLOSEDIR 1
| #define HAVE_GETRUSAGE 1
| /* end confdefs.h. */
| /* Define get_current_dir_name to an innocuous variant, in case <limits.h> declares get_current_dir_name.
| For example, HP-UX 11i <limits.h> declares gettimeofday. */
| #define get_current_dir_name innocuous_get_current_dir_name
|
| /* System header to define __stub macros and hopefully few prototypes,
| which can conflict with char get_current_dir_name (); below.
| Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
| <limits.h> exists even on freestanding compilers. */
|
| #ifdef __STDC__
| # include <limits.h>
| #else
| # include <assert.h>
| #endif
|
| #undef get_current_dir_name
|
| /* Override any GCC internal prototype to avoid an error.
| Use char because int might match the return type of a GCC
| builtin and then its argument prototype would still apply. */
| #ifdef __cplusplus
| extern "C"
| #endif
| char get_current_dir_name ();
| /* 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_get_current_dir_name || defined __stub___get_current_dir_name
| choke me
| #endif
|
| int
| main ()
| {
| return get_current_dir_name ();
| ;
| return 0;
| }
configure:13460: result: no
configure:13460: checking for lrand48
configure:13460: cc -o conftest -g3 -O2 conftest.c -lm -lpthread >&5
configure:13460: $? = 0
configure:13460: result: yes
configure:13460: checking for setsid
configure:13460: cc -o conftest -g3 -O2 conftest.c -lm -lpthread >&5
configure:13460: $? = 0
configure:13460: result: yes
configure:13460: checking for fpathconf
configure:13460: cc -o conftest -g3 -O2 conftest.c -lm -lpthread >&5
configure:13460: $? = 0
configure:13460: result: yes
configure:13460: checking for select
configure:13460: cc -o conftest -g3 -O2 conftest.c -lm -lpthread >&5
configure:13460: $? = 0
configure:13460: result: yes
configure:13460: checking for euidaccess
configure:13460: cc -o conftest -g3 -O2 conftest.c -lm -lpthread >&5
Undefined symbols for architecture x86_64:
"_euidaccess", referenced from:
_main in conftest-p71iMD.o
ld: symbol(s) not found for architecture x86_64
clang: error: linker command failed with exit code 1 (use -v to see invocation)
configure:13460: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "emacs"
| #define PACKAGE_TARNAME "emacs"
| #define PACKAGE_VERSION "24.3"
| #define PACKAGE_STRING "emacs 24.3"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "emacs"
| #define VERSION "24.3"
| #define MAIL_USE_POP 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define SYSTEM_TYPE "darwin"
| #define HAVE_FCNTL_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_PWD_H 1
| #define HAVE_UTMP_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_UTIL_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_MALLOC_MALLOC_H 1
| #define HAVE_SYS_UN_H 1
| #define HAVE_EXECINFO_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_TERM_H 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_DECL_SYS_SIGLIST 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_SPEED_T 1
| #define HAVE_NET_IF_H 1
| #define HAVE_IFADDRS_H 1
| #define HAVE_NET_IF_DL_H 1
| #define HAVE_STRUCT_IFREQ_IFR_FLAGS 1
| #define HAVE_STRUCT_IFREQ_IFR_BROADADDR 1
| #define HAVE_STRUCT_IFREQ_IFR_ADDR 1
| #define HAVE_STRUCT_IFREQ_IFR_ADDR_SA_LEN 1
| #define HAVE_LONG_FILE_NAMES 1
| #define SYSTEM_MALLOC 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_MMAP 1
| #define HAVE_PTHREAD 1
| #define HAVE_XIM 1
| #define USE_XIM 1
| #define XRegisterIMInstantiateCallback_arg6 XPointer
| #define HAVE_H_ERRNO 1
| #define HAVE_LIBM 1
| #define MAIL_USE_FLOCK 1
| #define HAVE_GETHOSTNAME 1
| #define HAVE_CLOSEDIR 1
| #define HAVE_GETRUSAGE 1
| #define HAVE_LRAND48 1
| #define HAVE_SETSID 1
| #define HAVE_FPATHCONF 1
| #define HAVE_SELECT 1
| /* end confdefs.h. */
| /* Define euidaccess to an innocuous variant, in case <limits.h> declares euidaccess.
| For example, HP-UX 11i <limits.h> declares gettimeofday. */
| #define euidaccess innocuous_euidaccess
|
| /* System header to define __stub macros and hopefully few prototypes,
| which can conflict with char euidaccess (); below.
| Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
| <limits.h> exists even on freestanding compilers. */
|
| #ifdef __STDC__
| # include <limits.h>
| #else
| # include <assert.h>
| #endif
|
| #undef euidaccess
|
| /* 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 euidaccess ();
| /* 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_euidaccess || defined __stub___euidaccess
| choke me
| #endif
|
| int
| main ()
| {
| return euidaccess ();
| ;
| return 0;
| }
configure:13460: result: no
configure:13460: checking for getpagesize
configure:13460: result: yes
configure:13460: checking for setlocale
configure:13460: cc -o conftest -g3 -O2 conftest.c -lm -lpthread >&5
configure:13460: $? = 0
configure:13460: result: yes
configure:13460: checking for utimes
configure:13460: cc -o conftest -g3 -O2 conftest.c -lm -lpthread >&5
configure:13460: $? = 0
configure:13460: result: yes
configure:13460: checking for getrlimit
configure:13460: cc -o conftest -g3 -O2 conftest.c -lm -lpthread >&5
configure:13460: $? = 0
configure:13460: result: yes
configure:13460: checking for setrlimit
configure:13460: cc -o conftest -g3 -O2 conftest.c -lm -lpthread >&5
configure:13460: $? = 0
configure:13460: result: yes
configure:13460: checking for setpgid
configure:13460: cc -o conftest -g3 -O2 conftest.c -lm -lpthread >&5
configure:13460: $? = 0
configure:13460: result: yes
configure:13460: checking for getcwd
configure:13460: cc -o conftest -g3 -O2 conftest.c -lm -lpthread >&5
configure:13460: $? = 0
configure:13460: result: yes
configure:13460: checking for shutdown
configure:13460: cc -o conftest -g3 -O2 conftest.c -lm -lpthread >&5
configure:13460: $? = 0
configure:13460: result: yes
configure:13460: checking for getaddrinfo
configure:13460: cc -o conftest -g3 -O2 conftest.c -lm -lpthread >&5
configure:13460: $? = 0
configure:13460: result: yes
configure:13460: checking for __fpending
configure:13460: cc -o conftest -g3 -O2 conftest.c -lm -lpthread >&5
Undefined symbols for architecture x86_64:
"___fpending", referenced from:
_main in conftest-GKqyOp.o
ld: symbol(s) not found for architecture x86_64
clang: error: linker command failed with exit code 1 (use -v to see invocation)
configure:13460: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "emacs"
| #define PACKAGE_TARNAME "emacs"
| #define PACKAGE_VERSION "24.3"
| #define PACKAGE_STRING "emacs 24.3"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "emacs"
| #define VERSION "24.3"
| #define MAIL_USE_POP 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define SYSTEM_TYPE "darwin"
| #define HAVE_FCNTL_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_PWD_H 1
| #define HAVE_UTMP_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_UTIL_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_MALLOC_MALLOC_H 1
| #define HAVE_SYS_UN_H 1
| #define HAVE_EXECINFO_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_TERM_H 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_DECL_SYS_SIGLIST 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_SPEED_T 1
| #define HAVE_NET_IF_H 1
| #define HAVE_IFADDRS_H 1
| #define HAVE_NET_IF_DL_H 1
| #define HAVE_STRUCT_IFREQ_IFR_FLAGS 1
| #define HAVE_STRUCT_IFREQ_IFR_BROADADDR 1
| #define HAVE_STRUCT_IFREQ_IFR_ADDR 1
| #define HAVE_STRUCT_IFREQ_IFR_ADDR_SA_LEN 1
| #define HAVE_LONG_FILE_NAMES 1
| #define SYSTEM_MALLOC 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_MMAP 1
| #define HAVE_PTHREAD 1
| #define HAVE_XIM 1
| #define USE_XIM 1
| #define XRegisterIMInstantiateCallback_arg6 XPointer
| #define HAVE_H_ERRNO 1
| #define HAVE_LIBM 1
| #define MAIL_USE_FLOCK 1
| #define HAVE_GETHOSTNAME 1
| #define HAVE_CLOSEDIR 1
| #define HAVE_GETRUSAGE 1
| #define HAVE_LRAND48 1
| #define HAVE_SETSID 1
| #define HAVE_FPATHCONF 1
| #define HAVE_SELECT 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_SETLOCALE 1
| #define HAVE_UTIMES 1
| #define HAVE_GETRLIMIT 1
| #define HAVE_SETRLIMIT 1
| #define HAVE_SETPGID 1
| #define HAVE_GETCWD 1
| #define HAVE_SHUTDOWN 1
| #define HAVE_GETADDRINFO 1
| /* end confdefs.h. */
| /* Define __fpending to an innocuous variant, in case <limits.h> declares __fpending.
| For example, HP-UX 11i <limits.h> declares gettimeofday. */
| #define __fpending innocuous___fpending
|
| /* System header to define __stub macros and hopefully few prototypes,
| which can conflict with char __fpending (); below.
| Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
| <limits.h> exists even on freestanding compilers. */
|
| #ifdef __STDC__
| # include <limits.h>
| #else
| # include <assert.h>
| #endif
|
| #undef __fpending
|
| /* 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 __fpending ();
| /* 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___fpending || defined __stub_____fpending
| choke me
| #endif
|
| int
| main ()
| {
| return __fpending ();
| ;
| return 0;
| }
configure:13460: result: no
configure:13460: checking for strsignal
configure:13460: cc -o conftest -g3 -O2 conftest.c -lm -lpthread >&5
configure:13460: $? = 0
configure:13460: result: yes
configure:13460: checking for setitimer
configure:13460: cc -o conftest -g3 -O2 conftest.c -lm -lpthread >&5
configure:13460: $? = 0
configure:13460: result: yes
configure:13460: checking for sendto
configure:13460: cc -o conftest -g3 -O2 conftest.c -lm -lpthread >&5
configure:13460: $? = 0
configure:13460: result: yes
configure:13460: checking for recvfrom
configure:13460: cc -o conftest -g3 -O2 conftest.c -lm -lpthread >&5
configure:13460: $? = 0
configure:13460: result: yes
configure:13460: checking for getsockname
configure:13460: cc -o conftest -g3 -O2 conftest.c -lm -lpthread >&5
configure:13460: $? = 0
configure:13460: result: yes
configure:13460: checking for getpeername
configure:13460: cc -o conftest -g3 -O2 conftest.c -lm -lpthread >&5
configure:13460: $? = 0
configure:13460: result: yes
configure:13460: checking for getifaddrs
configure:13460: cc -o conftest -g3 -O2 conftest.c -lm -lpthread >&5
configure:13460: $? = 0
configure:13460: result: yes
configure:13460: checking for freeifaddrs
configure:13460: cc -o conftest -g3 -O2 conftest.c -lm -lpthread >&5
configure:13460: $? = 0
configure:13460: result: yes
configure:13460: checking for gai_strerror
configure:13460: cc -o conftest -g3 -O2 conftest.c -lm -lpthread >&5
configure:13460: $? = 0
configure:13460: result: yes
configure:13460: checking for mkstemp
configure:13460: cc -o conftest -g3 -O2 conftest.c -lm -lpthread >&5
configure:13460: $? = 0
configure:13460: result: yes
configure:13460: checking for getline
configure:13460: cc -o conftest -g3 -O2 conftest.c -lm -lpthread >&5
configure:13460: $? = 0
configure:13460: result: yes
configure:13460: checking for getdelim
configure:13460: cc -o conftest -g3 -O2 conftest.c -lm -lpthread >&5
configure:13460: $? = 0
configure:13460: result: yes
configure:13460: checking for fsync
configure:13460: cc -o conftest -g3 -O2 conftest.c -lm -lpthread >&5
configure:13460: $? = 0
configure:13460: result: yes
configure:13460: checking for sync
configure:13460: cc -o conftest -g3 -O2 conftest.c -lm -lpthread >&5
configure:13460: $? = 0
configure:13460: result: yes
configure:13460: checking for difftime
configure:13460: cc -o conftest -g3 -O2 conftest.c -lm -lpthread >&5
configure:13460: $? = 0
configure:13460: result: yes
configure:13460: checking for posix_memalign
configure:13460: cc -o conftest -g3 -O2 conftest.c -lm -lpthread >&5
configure:13460: $? = 0
configure:13460: result: yes
configure:13460: checking for getpwent
configure:13460: cc -o conftest -g3 -O2 conftest.c -lm -lpthread >&5
configure:13460: $? = 0
configure:13460: result: yes
configure:13460: checking for endpwent
configure:13460: cc -o conftest -g3 -O2 conftest.c -lm -lpthread >&5
configure:13460: $? = 0
configure:13460: result: yes
configure:13460: checking for getgrent
configure:13460: cc -o conftest -g3 -O2 conftest.c -lm -lpthread >&5
configure:13460: $? = 0
configure:13460: result: yes
configure:13460: checking for endgrent
configure:13460: cc -o conftest -g3 -O2 conftest.c -lm -lpthread >&5
configure:13460: $? = 0
configure:13460: result: yes
configure:13460: checking for touchlock
configure:13460: cc -o conftest -g3 -O2 conftest.c -lm -lpthread >&5
Undefined symbols for architecture x86_64:
"_touchlock", referenced from:
_main in conftest-7qYjRf.o
ld: symbol(s) not found for architecture x86_64
clang: error: linker command failed with exit code 1 (use -v to see invocation)
configure:13460: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "emacs"
| #define PACKAGE_TARNAME "emacs"
| #define PACKAGE_VERSION "24.3"
| #define PACKAGE_STRING "emacs 24.3"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "emacs"
| #define VERSION "24.3"
| #define MAIL_USE_POP 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define SYSTEM_TYPE "darwin"
| #define HAVE_FCNTL_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_PWD_H 1
| #define HAVE_UTMP_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_UTIL_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_MALLOC_MALLOC_H 1
| #define HAVE_SYS_UN_H 1
| #define HAVE_EXECINFO_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_TERM_H 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_DECL_SYS_SIGLIST 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_SPEED_T 1
| #define HAVE_NET_IF_H 1
| #define HAVE_IFADDRS_H 1
| #define HAVE_NET_IF_DL_H 1
| #define HAVE_STRUCT_IFREQ_IFR_FLAGS 1
| #define HAVE_STRUCT_IFREQ_IFR_BROADADDR 1
| #define HAVE_STRUCT_IFREQ_IFR_ADDR 1
| #define HAVE_STRUCT_IFREQ_IFR_ADDR_SA_LEN 1
| #define HAVE_LONG_FILE_NAMES 1
| #define SYSTEM_MALLOC 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_MMAP 1
| #define HAVE_PTHREAD 1
| #define HAVE_XIM 1
| #define USE_XIM 1
| #define XRegisterIMInstantiateCallback_arg6 XPointer
| #define HAVE_H_ERRNO 1
| #define HAVE_LIBM 1
| #define MAIL_USE_FLOCK 1
| #define HAVE_GETHOSTNAME 1
| #define HAVE_CLOSEDIR 1
| #define HAVE_GETRUSAGE 1
| #define HAVE_LRAND48 1
| #define HAVE_SETSID 1
| #define HAVE_FPATHCONF 1
| #define HAVE_SELECT 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_SETLOCALE 1
| #define HAVE_UTIMES 1
| #define HAVE_GETRLIMIT 1
| #define HAVE_SETRLIMIT 1
| #define HAVE_SETPGID 1
| #define HAVE_GETCWD 1
| #define HAVE_SHUTDOWN 1
| #define HAVE_GETADDRINFO 1
| #define HAVE_STRSIGNAL 1
| #define HAVE_SETITIMER 1
| #define HAVE_SENDTO 1
| #define HAVE_RECVFROM 1
| #define HAVE_GETSOCKNAME 1
| #define HAVE_GETPEERNAME 1
| #define HAVE_GETIFADDRS 1
| #define HAVE_FREEIFADDRS 1
| #define HAVE_GAI_STRERROR 1
| #define HAVE_MKSTEMP 1
| #define HAVE_GETLINE 1
| #define HAVE_GETDELIM 1
| #define HAVE_FSYNC 1
| #define HAVE_SYNC 1
| #define HAVE_DIFFTIME 1
| #define HAVE_POSIX_MEMALIGN 1
| #define HAVE_GETPWENT 1
| #define HAVE_ENDPWENT 1
| #define HAVE_GETGRENT 1
| #define HAVE_ENDGRENT 1
| /* end confdefs.h. */
| /* Define touchlock to an innocuous variant, in case <limits.h> declares touchlock.
| For example, HP-UX 11i <limits.h> declares gettimeofday. */
| #define touchlock innocuous_touchlock
|
| /* System header to define __stub macros and hopefully few prototypes,
| which can conflict with char touchlock (); below.
| Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
| <limits.h> exists even on freestanding compilers. */
|
| #ifdef __STDC__
| # include <limits.h>
| #else
| # include <assert.h>
| #endif
|
| #undef touchlock
|
| /* 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 touchlock ();
| /* 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_touchlock || defined __stub___touchlock
| choke me
| #endif
|
| int
| main ()
| {
| return touchlock ();
| ;
| return 0;
| }
configure:13460: result: no
configure:13460: checking for cfmakeraw
configure:13460: cc -o conftest -g3 -O2 conftest.c -lm -lpthread >&5
configure:13460: $? = 0
configure:13460: result: yes
configure:13460: checking for cfsetspeed
configure:13460: cc -o conftest -g3 -O2 conftest.c -lm -lpthread >&5
configure:13460: $? = 0
configure:13460: result: yes
configure:13460: checking for copysign
configure:13460: cc -o conftest -g3 -O2 conftest.c -lm -lpthread >&5
conftest.c:136:6: warning: incompatible redeclaration of library function 'copysign'
char copysign ();
^
conftest.c:136:6: note: 'copysign' is a builtin with type 'double (double, double)'
1 warning generated.
configure:13460: $? = 0
configure:13460: result: yes
configure:13460: checking for __executable_start
configure:13460: cc -o conftest -g3 -O2 conftest.c -lm -lpthread >&5
Undefined symbols for architecture x86_64:
"___executable_start", referenced from:
_main in conftest-1TUXnm.o
ld: symbol(s) not found for architecture x86_64
clang: error: linker command failed with exit code 1 (use -v to see invocation)
configure:13460: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "emacs"
| #define PACKAGE_TARNAME "emacs"
| #define PACKAGE_VERSION "24.3"
| #define PACKAGE_STRING "emacs 24.3"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "emacs"
| #define VERSION "24.3"
| #define MAIL_USE_POP 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define SYSTEM_TYPE "darwin"
| #define HAVE_FCNTL_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_PWD_H 1
| #define HAVE_UTMP_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_UTIL_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_MALLOC_MALLOC_H 1
| #define HAVE_SYS_UN_H 1
| #define HAVE_EXECINFO_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_TERM_H 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_DECL_SYS_SIGLIST 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_SPEED_T 1
| #define HAVE_NET_IF_H 1
| #define HAVE_IFADDRS_H 1
| #define HAVE_NET_IF_DL_H 1
| #define HAVE_STRUCT_IFREQ_IFR_FLAGS 1
| #define HAVE_STRUCT_IFREQ_IFR_BROADADDR 1
| #define HAVE_STRUCT_IFREQ_IFR_ADDR 1
| #define HAVE_STRUCT_IFREQ_IFR_ADDR_SA_LEN 1
| #define HAVE_LONG_FILE_NAMES 1
| #define SYSTEM_MALLOC 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_MMAP 1
| #define HAVE_PTHREAD 1
| #define HAVE_XIM 1
| #define USE_XIM 1
| #define XRegisterIMInstantiateCallback_arg6 XPointer
| #define HAVE_H_ERRNO 1
| #define HAVE_LIBM 1
| #define MAIL_USE_FLOCK 1
| #define HAVE_GETHOSTNAME 1
| #define HAVE_CLOSEDIR 1
| #define HAVE_GETRUSAGE 1
| #define HAVE_LRAND48 1
| #define HAVE_SETSID 1
| #define HAVE_FPATHCONF 1
| #define HAVE_SELECT 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_SETLOCALE 1
| #define HAVE_UTIMES 1
| #define HAVE_GETRLIMIT 1
| #define HAVE_SETRLIMIT 1
| #define HAVE_SETPGID 1
| #define HAVE_GETCWD 1
| #define HAVE_SHUTDOWN 1
| #define HAVE_GETADDRINFO 1
| #define HAVE_STRSIGNAL 1
| #define HAVE_SETITIMER 1
| #define HAVE_SENDTO 1
| #define HAVE_RECVFROM 1
| #define HAVE_GETSOCKNAME 1
| #define HAVE_GETPEERNAME 1
| #define HAVE_GETIFADDRS 1
| #define HAVE_FREEIFADDRS 1
| #define HAVE_GAI_STRERROR 1
| #define HAVE_MKSTEMP 1
| #define HAVE_GETLINE 1
| #define HAVE_GETDELIM 1
| #define HAVE_FSYNC 1
| #define HAVE_SYNC 1
| #define HAVE_DIFFTIME 1
| #define HAVE_POSIX_MEMALIGN 1
| #define HAVE_GETPWENT 1
| #define HAVE_ENDPWENT 1
| #define HAVE_GETGRENT 1
| #define HAVE_ENDGRENT 1
| #define HAVE_CFMAKERAW 1
| #define HAVE_CFSETSPEED 1
| #define HAVE_COPYSIGN 1
| /* end confdefs.h. */
| /* Define __executable_start to an innocuous variant, in case <limits.h> declares __executable_start.
| For example, HP-UX 11i <limits.h> declares gettimeofday. */
| #define __executable_start innocuous___executable_start
|
| /* System header to define __stub macros and hopefully few prototypes,
| which can conflict with char __executable_start (); below.
| Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
| <limits.h> exists even on freestanding compilers. */
|
| #ifdef __STDC__
| # include <limits.h>
| #else
| # include <assert.h>
| #endif
|
| #undef __executable_start
|
| /* 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 __executable_start ();
| /* 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___executable_start || defined __stub_____executable_start
| choke me
| #endif
|
| int
| main ()
| {
| return __executable_start ();
| ;
| return 0;
| }
configure:13460: result: no
configure:13477: checking for getwd
configure:13477: cc -o conftest -g3 -O2 conftest.c -lm -lpthread >&5
configure:13477: $? = 0
configure:13477: result: yes
configure:13499: checking for random
configure:13499: cc -o conftest -g3 -O2 conftest.c -lm -lpthread >&5
configure:13499: $? = 0
configure:13499: result: yes
configure:13499: checking for rint
configure:13499: cc -o conftest -g3 -O2 conftest.c -lm -lpthread >&5
conftest.c:139:6: warning: incompatible redeclaration of library function 'rint'
char rint ();
^
conftest.c:139:6: note: 'rint' is a builtin with type 'double (double)'
1 warning generated.
configure:13499: $? = 0
configure:13499: result: yes
configure:13510: checking for __builtin_unwind_init
configure:13526: cc -o conftest -g3 -O2 conftest.c -lm -lpthread >&5
configure:13526: $? = 0
configure:13534: result: yes
configure:13546: checking for _LARGEFILE_SOURCE value needed for large files
configure:13565: cc -o conftest -g3 -O2 conftest.c -lm -lpthread >&5
configure:13565: $? = 0
configure:13593: result: no
configure:13615: checking whether getpgrp requires zero arguments
configure:13632: cc -c -g3 -O2 conftest.c >&5
conftest.c:155:10: error: too many arguments to function call, expected 0, have 1
getpgrp (0);
~~~~~~~ ^
/usr/include/unistd.h:488:1: note: 'getpgrp' declared here
pid_t getpgrp(void);
^
1 error generated.
configure:13632: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "emacs"
| #define PACKAGE_TARNAME "emacs"
| #define PACKAGE_VERSION "24.3"
| #define PACKAGE_STRING "emacs 24.3"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "emacs"
| #define VERSION "24.3"
| #define MAIL_USE_POP 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define SYSTEM_TYPE "darwin"
| #define HAVE_FCNTL_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_PWD_H 1
| #define HAVE_UTMP_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_UTIL_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_MALLOC_MALLOC_H 1
| #define HAVE_SYS_UN_H 1
| #define HAVE_EXECINFO_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_TERM_H 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_DECL_SYS_SIGLIST 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_SPEED_T 1
| #define HAVE_NET_IF_H 1
| #define HAVE_IFADDRS_H 1
| #define HAVE_NET_IF_DL_H 1
| #define HAVE_STRUCT_IFREQ_IFR_FLAGS 1
| #define HAVE_STRUCT_IFREQ_IFR_BROADADDR 1
| #define HAVE_STRUCT_IFREQ_IFR_ADDR 1
| #define HAVE_STRUCT_IFREQ_IFR_ADDR_SA_LEN 1
| #define HAVE_LONG_FILE_NAMES 1
| #define SYSTEM_MALLOC 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_MMAP 1
| #define HAVE_PTHREAD 1
| #define HAVE_XIM 1
| #define USE_XIM 1
| #define XRegisterIMInstantiateCallback_arg6 XPointer
| #define HAVE_H_ERRNO 1
| #define HAVE_LIBM 1
| #define MAIL_USE_FLOCK 1
| #define HAVE_GETHOSTNAME 1
| #define HAVE_CLOSEDIR 1
| #define HAVE_GETRUSAGE 1
| #define HAVE_LRAND48 1
| #define HAVE_SETSID 1
| #define HAVE_FPATHCONF 1
| #define HAVE_SELECT 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_SETLOCALE 1
| #define HAVE_UTIMES 1
| #define HAVE_GETRLIMIT 1
| #define HAVE_SETRLIMIT 1
| #define HAVE_SETPGID 1
| #define HAVE_GETCWD 1
| #define HAVE_SHUTDOWN 1
| #define HAVE_GETADDRINFO 1
| #define HAVE_STRSIGNAL 1
| #define HAVE_SETITIMER 1
| #define HAVE_SENDTO 1
| #define HAVE_RECVFROM 1
| #define HAVE_GETSOCKNAME 1
| #define HAVE_GETPEERNAME 1
| #define HAVE_GETIFADDRS 1
| #define HAVE_FREEIFADDRS 1
| #define HAVE_GAI_STRERROR 1
| #define HAVE_MKSTEMP 1
| #define HAVE_GETLINE 1
| #define HAVE_GETDELIM 1
| #define HAVE_FSYNC 1
| #define HAVE_SYNC 1
| #define HAVE_DIFFTIME 1
| #define HAVE_POSIX_MEMALIGN 1
| #define HAVE_GETPWENT 1
| #define HAVE_ENDPWENT 1
| #define HAVE_GETGRENT 1
| #define HAVE_ENDGRENT 1
| #define HAVE_CFMAKERAW 1
| #define HAVE_CFSETSPEED 1
| #define HAVE_COPYSIGN 1
| #define HAVE_GETWD 1
| #define HAVE_RANDOM 1
| #define HAVE_RINT 1
| #define HAVE___BUILTIN_UNWIND_INIT 1
| #define HAVE_FSEEKO 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 ()
| {
| getpgrp (0);
| ;
| return 0;
| }
configure:13640: result: yes
configure:13652: checking for grantpt
configure:13652: cc -o conftest -g3 -O2 conftest.c -lm -lpthread >&5
configure:13652: $? = 0
configure:13652: result: yes
configure:13666: checking for getpt
configure:13666: cc -o conftest -g3 -O2 conftest.c -lm -lpthread >&5
Undefined symbols for architecture x86_64:
"_getpt", referenced from:
_main in conftest-k2CCLc.o
ld: symbol(s) not found for architecture x86_64
clang: error: linker command failed with exit code 1 (use -v to see invocation)
configure:13666: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "emacs"
| #define PACKAGE_TARNAME "emacs"
| #define PACKAGE_VERSION "24.3"
| #define PACKAGE_STRING "emacs 24.3"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "emacs"
| #define VERSION "24.3"
| #define MAIL_USE_POP 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define SYSTEM_TYPE "darwin"
| #define HAVE_FCNTL_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_PWD_H 1
| #define HAVE_UTMP_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_UTIL_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_MALLOC_MALLOC_H 1
| #define HAVE_SYS_UN_H 1
| #define HAVE_EXECINFO_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_TERM_H 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_DECL_SYS_SIGLIST 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_SPEED_T 1
| #define HAVE_NET_IF_H 1
| #define HAVE_IFADDRS_H 1
| #define HAVE_NET_IF_DL_H 1
| #define HAVE_STRUCT_IFREQ_IFR_FLAGS 1
| #define HAVE_STRUCT_IFREQ_IFR_BROADADDR 1
| #define HAVE_STRUCT_IFREQ_IFR_ADDR 1
| #define HAVE_STRUCT_IFREQ_IFR_ADDR_SA_LEN 1
| #define HAVE_LONG_FILE_NAMES 1
| #define SYSTEM_MALLOC 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_MMAP 1
| #define HAVE_PTHREAD 1
| #define HAVE_XIM 1
| #define USE_XIM 1
| #define XRegisterIMInstantiateCallback_arg6 XPointer
| #define HAVE_H_ERRNO 1
| #define HAVE_LIBM 1
| #define MAIL_USE_FLOCK 1
| #define HAVE_GETHOSTNAME 1
| #define HAVE_CLOSEDIR 1
| #define HAVE_GETRUSAGE 1
| #define HAVE_LRAND48 1
| #define HAVE_SETSID 1
| #define HAVE_FPATHCONF 1
| #define HAVE_SELECT 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_SETLOCALE 1
| #define HAVE_UTIMES 1
| #define HAVE_GETRLIMIT 1
| #define HAVE_SETRLIMIT 1
| #define HAVE_SETPGID 1
| #define HAVE_GETCWD 1
| #define HAVE_SHUTDOWN 1
| #define HAVE_GETADDRINFO 1
| #define HAVE_STRSIGNAL 1
| #define HAVE_SETITIMER 1
| #define HAVE_SENDTO 1
| #define HAVE_RECVFROM 1
| #define HAVE_GETSOCKNAME 1
| #define HAVE_GETPEERNAME 1
| #define HAVE_GETIFADDRS 1
| #define HAVE_FREEIFADDRS 1
| #define HAVE_GAI_STRERROR 1
| #define HAVE_MKSTEMP 1
| #define HAVE_GETLINE 1
| #define HAVE_GETDELIM 1
| #define HAVE_FSYNC 1
| #define HAVE_SYNC 1
| #define HAVE_DIFFTIME 1
| #define HAVE_POSIX_MEMALIGN 1
| #define HAVE_GETPWENT 1
| #define HAVE_ENDPWENT 1
| #define HAVE_GETGRENT 1
| #define HAVE_ENDGRENT 1
| #define HAVE_CFMAKERAW 1
| #define HAVE_CFSETSPEED 1
| #define HAVE_COPYSIGN 1
| #define HAVE_GETWD 1
| #define HAVE_RANDOM 1
| #define HAVE_RINT 1
| #define HAVE___BUILTIN_UNWIND_INIT 1
| #define HAVE_FSEEKO 1
| #define GETPGRP_VOID 1
| #define HAVE_GRANTPT 1
| /* end confdefs.h. */
| /* Define getpt to an innocuous variant, in case <limits.h> declares getpt.
| For example, HP-UX 11i <limits.h> declares gettimeofday. */
| #define getpt innocuous_getpt
|
| /* System header to define __stub macros and hopefully few prototypes,
| which can conflict with char getpt (); below.
| Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
| <limits.h> exists even on freestanding compilers. */
|
| #ifdef __STDC__
| # include <limits.h>
| #else
| # include <assert.h>
| #endif
|
| #undef getpt
|
| /* 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 getpt ();
| /* 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_getpt || defined __stub___getpt
| choke me
| #endif
|
| int
| main ()
| {
| return getpt ();
| ;
| return 0;
| }
configure:13666: result: no
configure:13666: checking for posix_openpt
configure:13666: cc -o conftest -g3 -O2 conftest.c -lm -lpthread >&5
configure:13666: $? = 0
configure:13666: result: yes
configure:13681: checking for library containing tputs
configure:13734: cc -o conftest -g3 -O2 conftest.c -lm -lpthread >&5
Undefined symbols for architecture x86_64:
"_tputs", referenced from:
_main in conftest-OLoNt4.o
ld: symbol(s) not found for architecture x86_64
clang: error: linker command failed with exit code 1 (use -v to see invocation)
configure:13734: $? = 1
configure: program exited with status 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "emacs"
| #define PACKAGE_TARNAME "emacs"
| #define PACKAGE_VERSION "24.3"
| #define PACKAGE_STRING "emacs 24.3"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "emacs"
| #define VERSION "24.3"
| #define MAIL_USE_POP 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define SYSTEM_TYPE "darwin"
| #define HAVE_FCNTL_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_PWD_H 1
| #define HAVE_UTMP_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_UTIL_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_MALLOC_MALLOC_H 1
| #define HAVE_SYS_UN_H 1
| #define HAVE_EXECINFO_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_TERM_H 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_DECL_SYS_SIGLIST 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_SPEED_T 1
| #define HAVE_NET_IF_H 1
| #define HAVE_IFADDRS_H 1
| #define HAVE_NET_IF_DL_H 1
| #define HAVE_STRUCT_IFREQ_IFR_FLAGS 1
| #define HAVE_STRUCT_IFREQ_IFR_BROADADDR 1
| #define HAVE_STRUCT_IFREQ_IFR_ADDR 1
| #define HAVE_STRUCT_IFREQ_IFR_ADDR_SA_LEN 1
| #define HAVE_LONG_FILE_NAMES 1
| #define SYSTEM_MALLOC 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_MMAP 1
| #define HAVE_PTHREAD 1
| #define HAVE_XIM 1
| #define USE_XIM 1
| #define XRegisterIMInstantiateCallback_arg6 XPointer
| #define HAVE_H_ERRNO 1
| #define HAVE_LIBM 1
| #define MAIL_USE_FLOCK 1
| #define HAVE_GETHOSTNAME 1
| #define HAVE_CLOSEDIR 1
| #define HAVE_GETRUSAGE 1
| #define HAVE_LRAND48 1
| #define HAVE_SETSID 1
| #define HAVE_FPATHCONF 1
| #define HAVE_SELECT 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_SETLOCALE 1
| #define HAVE_UTIMES 1
| #define HAVE_GETRLIMIT 1
| #define HAVE_SETRLIMIT 1
| #define HAVE_SETPGID 1
| #define HAVE_GETCWD 1
| #define HAVE_SHUTDOWN 1
| #define HAVE_GETADDRINFO 1
| #define HAVE_STRSIGNAL 1
| #define HAVE_SETITIMER 1
| #define HAVE_SENDTO 1
| #define HAVE_RECVFROM 1
| #define HAVE_GETSOCKNAME 1
| #define HAVE_GETPEERNAME 1
| #define HAVE_GETIFADDRS 1
| #define HAVE_FREEIFADDRS 1
| #define HAVE_GAI_STRERROR 1
| #define HAVE_MKSTEMP 1
| #define HAVE_GETLINE 1
| #define HAVE_GETDELIM 1
| #define HAVE_FSYNC 1
| #define HAVE_SYNC 1
| #define HAVE_DIFFTIME 1
| #define HAVE_POSIX_MEMALIGN 1
| #define HAVE_GETPWENT 1
| #define HAVE_ENDPWENT 1
| #define HAVE_GETGRENT 1
| #define HAVE_ENDGRENT 1
| #define HAVE_CFMAKERAW 1
| #define HAVE_CFSETSPEED 1
| #define HAVE_COPYSIGN 1
| #define HAVE_GETWD 1
| #define HAVE_RANDOM 1
| #define HAVE_RINT 1
| #define HAVE___BUILTIN_UNWIND_INIT 1
| #define HAVE_FSEEKO 1
| #define GETPGRP_VOID 1
| #define HAVE_GRANTPT 1
| #define HAVE_POSIX_OPENPT 1
| /* end confdefs.h. */
|
| extern void tputs (const char *, int, int (*)(int));
| int main (int argc, char **argv)
| {
| if (argc == 10000)
| tputs (argv[0], 0, 0);
| return 0;
| }
|
configure:13734: cc -o conftest -g3 -O2 conftest.c -ltinfo -lm -lpthread >&5
ld: library not found for -ltinfo
clang: error: linker command failed with exit code 1 (use -v to see invocation)
configure:13734: $? = 1
configure: program exited with status 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "emacs"
| #define PACKAGE_TARNAME "emacs"
| #define PACKAGE_VERSION "24.3"
| #define PACKAGE_STRING "emacs 24.3"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "emacs"
| #define VERSION "24.3"
| #define MAIL_USE_POP 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define SYSTEM_TYPE "darwin"
| #define HAVE_FCNTL_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_PWD_H 1
| #define HAVE_UTMP_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_UTIL_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_MALLOC_MALLOC_H 1
| #define HAVE_SYS_UN_H 1
| #define HAVE_EXECINFO_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_TERM_H 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_DECL_SYS_SIGLIST 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_SPEED_T 1
| #define HAVE_NET_IF_H 1
| #define HAVE_IFADDRS_H 1
| #define HAVE_NET_IF_DL_H 1
| #define HAVE_STRUCT_IFREQ_IFR_FLAGS 1
| #define HAVE_STRUCT_IFREQ_IFR_BROADADDR 1
| #define HAVE_STRUCT_IFREQ_IFR_ADDR 1
| #define HAVE_STRUCT_IFREQ_IFR_ADDR_SA_LEN 1
| #define HAVE_LONG_FILE_NAMES 1
| #define SYSTEM_MALLOC 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_MMAP 1
| #define HAVE_PTHREAD 1
| #define HAVE_XIM 1
| #define USE_XIM 1
| #define XRegisterIMInstantiateCallback_arg6 XPointer
| #define HAVE_H_ERRNO 1
| #define HAVE_LIBM 1
| #define MAIL_USE_FLOCK 1
| #define HAVE_GETHOSTNAME 1
| #define HAVE_CLOSEDIR 1
| #define HAVE_GETRUSAGE 1
| #define HAVE_LRAND48 1
| #define HAVE_SETSID 1
| #define HAVE_FPATHCONF 1
| #define HAVE_SELECT 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_SETLOCALE 1
| #define HAVE_UTIMES 1
| #define HAVE_GETRLIMIT 1
| #define HAVE_SETRLIMIT 1
| #define HAVE_SETPGID 1
| #define HAVE_GETCWD 1
| #define HAVE_SHUTDOWN 1
| #define HAVE_GETADDRINFO 1
| #define HAVE_STRSIGNAL 1
| #define HAVE_SETITIMER 1
| #define HAVE_SENDTO 1
| #define HAVE_RECVFROM 1
| #define HAVE_GETSOCKNAME 1
| #define HAVE_GETPEERNAME 1
| #define HAVE_GETIFADDRS 1
| #define HAVE_FREEIFADDRS 1
| #define HAVE_GAI_STRERROR 1
| #define HAVE_MKSTEMP 1
| #define HAVE_GETLINE 1
| #define HAVE_GETDELIM 1
| #define HAVE_FSYNC 1
| #define HAVE_SYNC 1
| #define HAVE_DIFFTIME 1
| #define HAVE_POSIX_MEMALIGN 1
| #define HAVE_GETPWENT 1
| #define HAVE_ENDPWENT 1
| #define HAVE_GETGRENT 1
| #define HAVE_ENDGRENT 1
| #define HAVE_CFMAKERAW 1
| #define HAVE_CFSETSPEED 1
| #define HAVE_COPYSIGN 1
| #define HAVE_GETWD 1
| #define HAVE_RANDOM 1
| #define HAVE_RINT 1
| #define HAVE___BUILTIN_UNWIND_INIT 1
| #define HAVE_FSEEKO 1
| #define GETPGRP_VOID 1
| #define HAVE_GRANTPT 1
| #define HAVE_POSIX_OPENPT 1
| /* end confdefs.h. */
|
| extern void tputs (const char *, int, int (*)(int));
| int main (int argc, char **argv)
| {
| if (argc == 10000)
| tputs (argv[0], 0, 0);
| return 0;
| }
|
configure:13734: cc -o conftest -g3 -O2 conftest.c -lncurses -lm -lpthread >&5
configure:13734: $? = 0
configure:13734: ./conftest
configure:13734: $? = 0
configure:13748: result: -lncurses
configure:14624: checking for tzset
configure:14624: cc -o conftest -g3 -O2 conftest.c -lm -lpthread >&5
configure:14624: $? = 0
configure:14624: result: yes
configure:14624: checking for readlinkat
configure:14624: cc -o conftest -g3 -O2 conftest.c -lm -lpthread >&5
Undefined symbols for architecture x86_64:
"_readlinkat", referenced from:
_main in conftest-lKLHSp.o
ld: symbol(s) not found for architecture x86_64
clang: error: linker command failed with exit code 1 (use -v to see invocation)
configure:14624: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "emacs"
| #define PACKAGE_TARNAME "emacs"
| #define PACKAGE_VERSION "24.3"
| #define PACKAGE_STRING "emacs 24.3"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "emacs"
| #define VERSION "24.3"
| #define MAIL_USE_POP 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define SYSTEM_TYPE "darwin"
| #define HAVE_FCNTL_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_PWD_H 1
| #define HAVE_UTMP_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_UTIL_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_MALLOC_MALLOC_H 1
| #define HAVE_SYS_UN_H 1
| #define HAVE_EXECINFO_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_TERM_H 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_DECL_SYS_SIGLIST 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_SPEED_T 1
| #define HAVE_NET_IF_H 1
| #define HAVE_IFADDRS_H 1
| #define HAVE_NET_IF_DL_H 1
| #define HAVE_STRUCT_IFREQ_IFR_FLAGS 1
| #define HAVE_STRUCT_IFREQ_IFR_BROADADDR 1
| #define HAVE_STRUCT_IFREQ_IFR_ADDR 1
| #define HAVE_STRUCT_IFREQ_IFR_ADDR_SA_LEN 1
| #define HAVE_LONG_FILE_NAMES 1
| #define SYSTEM_MALLOC 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_MMAP 1
| #define HAVE_PTHREAD 1
| #define HAVE_XIM 1
| #define USE_XIM 1
| #define XRegisterIMInstantiateCallback_arg6 XPointer
| #define HAVE_H_ERRNO 1
| #define HAVE_LIBM 1
| #define MAIL_USE_FLOCK 1
| #define HAVE_GETHOSTNAME 1
| #define HAVE_CLOSEDIR 1
| #define HAVE_GETRUSAGE 1
| #define HAVE_LRAND48 1
| #define HAVE_SETSID 1
| #define HAVE_FPATHCONF 1
| #define HAVE_SELECT 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_SETLOCALE 1
| #define HAVE_UTIMES 1
| #define HAVE_GETRLIMIT 1
| #define HAVE_SETRLIMIT 1
| #define HAVE_SETPGID 1
| #define HAVE_GETCWD 1
| #define HAVE_SHUTDOWN 1
| #define HAVE_GETADDRINFO 1
| #define HAVE_STRSIGNAL 1
| #define HAVE_SETITIMER 1
| #define HAVE_SENDTO 1
| #define HAVE_RECVFROM 1
| #define HAVE_GETSOCKNAME 1
| #define HAVE_GETPEERNAME 1
| #define HAVE_GETIFADDRS 1
| #define HAVE_FREEIFADDRS 1
| #define HAVE_GAI_STRERROR 1
| #define HAVE_MKSTEMP 1
| #define HAVE_GETLINE 1
| #define HAVE_GETDELIM 1
| #define HAVE_FSYNC 1
| #define HAVE_SYNC 1
| #define HAVE_DIFFTIME 1
| #define HAVE_POSIX_MEMALIGN 1
| #define HAVE_GETPWENT 1
| #define HAVE_ENDPWENT 1
| #define HAVE_GETGRENT 1
| #define HAVE_ENDGRENT 1
| #define HAVE_CFMAKERAW 1
| #define HAVE_CFSETSPEED 1
| #define HAVE_COPYSIGN 1
| #define HAVE_GETWD 1
| #define HAVE_RANDOM 1
| #define HAVE_RINT 1
| #define HAVE___BUILTIN_UNWIND_INIT 1
| #define HAVE_FSEEKO 1
| #define GETPGRP_VOID 1
| #define HAVE_GRANTPT 1
| #define HAVE_POSIX_OPENPT 1
| #define TERMINFO 1
| #define HAVE_TZSET 1
| /* end confdefs.h. */
| /* Define readlinkat to an innocuous variant, in case <limits.h> declares readlinkat.
| For example, HP-UX 11i <limits.h> declares gettimeofday. */
| #define readlinkat innocuous_readlinkat
|
| /* System header to define __stub macros and hopefully few prototypes,
| which can conflict with char readlinkat (); below.
| Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
| <limits.h> exists even on freestanding compilers. */
|
| #ifdef __STDC__
| # include <limits.h>
| #else
| # include <assert.h>
| #endif
|
| #undef readlinkat
|
| /* 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 readlinkat ();
| /* 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_readlinkat || defined __stub___readlinkat
| choke me
| #endif
|
| int
| main ()
| {
| return readlinkat ();
| ;
| return 0;
| }
configure:14624: result: no
configure:14624: checking for gettimeofday
configure:14624: cc -o conftest -g3 -O2 conftest.c -lm -lpthread >&5
configure:14624: $? = 0
configure:14624: result: yes
configure:14624: checking for nanotime
configure:14624: cc -o conftest -g3 -O2 conftest.c -lm -lpthread >&5
Undefined symbols for architecture x86_64:
"_nanotime", referenced from:
_main in conftest-BXf9gs.o
ld: symbol(s) not found for architecture x86_64
clang: error: linker command failed with exit code 1 (use -v to see invocation)
configure:14624: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "emacs"
| #define PACKAGE_TARNAME "emacs"
| #define PACKAGE_VERSION "24.3"
| #define PACKAGE_STRING "emacs 24.3"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "emacs"
| #define VERSION "24.3"
| #define MAIL_USE_POP 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define SYSTEM_TYPE "darwin"
| #define HAVE_FCNTL_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_PWD_H 1
| #define HAVE_UTMP_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_UTIL_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_MALLOC_MALLOC_H 1
| #define HAVE_SYS_UN_H 1
| #define HAVE_EXECINFO_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_TERM_H 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_DECL_SYS_SIGLIST 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_SPEED_T 1
| #define HAVE_NET_IF_H 1
| #define HAVE_IFADDRS_H 1
| #define HAVE_NET_IF_DL_H 1
| #define HAVE_STRUCT_IFREQ_IFR_FLAGS 1
| #define HAVE_STRUCT_IFREQ_IFR_BROADADDR 1
| #define HAVE_STRUCT_IFREQ_IFR_ADDR 1
| #define HAVE_STRUCT_IFREQ_IFR_ADDR_SA_LEN 1
| #define HAVE_LONG_FILE_NAMES 1
| #define SYSTEM_MALLOC 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_MMAP 1
| #define HAVE_PTHREAD 1
| #define HAVE_XIM 1
| #define USE_XIM 1
| #define XRegisterIMInstantiateCallback_arg6 XPointer
| #define HAVE_H_ERRNO 1
| #define HAVE_LIBM 1
| #define MAIL_USE_FLOCK 1
| #define HAVE_GETHOSTNAME 1
| #define HAVE_CLOSEDIR 1
| #define HAVE_GETRUSAGE 1
| #define HAVE_LRAND48 1
| #define HAVE_SETSID 1
| #define HAVE_FPATHCONF 1
| #define HAVE_SELECT 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_SETLOCALE 1
| #define HAVE_UTIMES 1
| #define HAVE_GETRLIMIT 1
| #define HAVE_SETRLIMIT 1
| #define HAVE_SETPGID 1
| #define HAVE_GETCWD 1
| #define HAVE_SHUTDOWN 1
| #define HAVE_GETADDRINFO 1
| #define HAVE_STRSIGNAL 1
| #define HAVE_SETITIMER 1
| #define HAVE_SENDTO 1
| #define HAVE_RECVFROM 1
| #define HAVE_GETSOCKNAME 1
| #define HAVE_GETPEERNAME 1
| #define HAVE_GETIFADDRS 1
| #define HAVE_FREEIFADDRS 1
| #define HAVE_GAI_STRERROR 1
| #define HAVE_MKSTEMP 1
| #define HAVE_GETLINE 1
| #define HAVE_GETDELIM 1
| #define HAVE_FSYNC 1
| #define HAVE_SYNC 1
| #define HAVE_DIFFTIME 1
| #define HAVE_POSIX_MEMALIGN 1
| #define HAVE_GETPWENT 1
| #define HAVE_ENDPWENT 1
| #define HAVE_GETGRENT 1
| #define HAVE_ENDGRENT 1
| #define HAVE_CFMAKERAW 1
| #define HAVE_CFSETSPEED 1
| #define HAVE_COPYSIGN 1
| #define HAVE_GETWD 1
| #define HAVE_RANDOM 1
| #define HAVE_RINT 1
| #define HAVE___BUILTIN_UNWIND_INIT 1
| #define HAVE_FSEEKO 1
| #define GETPGRP_VOID 1
| #define HAVE_GRANTPT 1
| #define HAVE_POSIX_OPENPT 1
| #define TERMINFO 1
| #define HAVE_TZSET 1
| #define HAVE_GETTIMEOFDAY 1
| /* end confdefs.h. */
| /* Define nanotime to an innocuous variant, in case <limits.h> declares nanotime.
| For example, HP-UX 11i <limits.h> declares gettimeofday. */
| #define nanotime innocuous_nanotime
|
| /* System header to define __stub macros and hopefully few prototypes,
| which can conflict with char nanotime (); below.
| Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
| <limits.h> exists even on freestanding compilers. */
|
| #ifdef __STDC__
| # include <limits.h>
| #else
| # include <assert.h>
| #endif
|
| #undef nanotime
|
| /* 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 nanotime ();
| /* 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_nanotime || defined __stub___nanotime
| choke me
| #endif
|
| int
| main ()
| {
| return nanotime ();
| ;
| return 0;
| }
configure:14624: result: no
configure:14624: checking for lstat
configure:14624: cc -o conftest -g3 -O2 conftest.c -lm -lpthread >&5
configure:14624: $? = 0
configure:14624: result: yes
configure:14624: checking for alarm
configure:14624: cc -o conftest -g3 -O2 conftest.c -lm -lpthread >&5
configure:14624: $? = 0
configure:14624: result: yes
configure:14624: checking for pselect
configure:14624: cc -o conftest -g3 -O2 conftest.c -lm -lpthread >&5
configure:14624: $? = 0
configure:14624: result: yes
configure:14624: checking for pthread_sigmask
configure:14624: cc -o conftest -g3 -O2 conftest.c -lm -lpthread >&5
configure:14624: $? = 0
configure:14624: result: yes
configure:14624: checking for readlink
configure:14624: cc -o conftest -g3 -O2 conftest.c -lm -lpthread >&5
configure:14624: $? = 0
configure:14624: result: yes
configure:14624: checking for strtoimax
configure:14624: cc -o conftest -g3 -O2 conftest.c -lm -lpthread >&5
configure:14624: $? = 0
configure:14624: result: yes
configure:14624: checking for strtoumax
configure:14624: cc -o conftest -g3 -O2 conftest.c -lm -lpthread >&5
configure:14624: $? = 0
configure:14624: result: yes
configure:14624: checking for symlink
configure:14624: cc -o conftest -g3 -O2 conftest.c -lm -lpthread >&5
configure:14624: $? = 0
configure:14624: result: yes
configure:14624: checking for localtime_r
configure:14624: cc -o conftest -g3 -O2 conftest.c -lm -lpthread >&5
configure:14624: $? = 0
configure:14624: result: yes
configure:14624: checking for futimes
configure:14624: cc -o conftest -g3 -O2 conftest.c -lm -lpthread >&5
configure:14624: $? = 0
configure:14624: result: yes
configure:14624: checking for futimesat
configure:14624: cc -o conftest -g3 -O2 conftest.c -lm -lpthread >&5
Undefined symbols for architecture x86_64:
"_futimesat", referenced from:
_main in conftest-7jFT2A.o
ld: symbol(s) not found for architecture x86_64
clang: error: linker command failed with exit code 1 (use -v to see invocation)
configure:14624: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "emacs"
| #define PACKAGE_TARNAME "emacs"
| #define PACKAGE_VERSION "24.3"
| #define PACKAGE_STRING "emacs 24.3"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "emacs"
| #define VERSION "24.3"
| #define MAIL_USE_POP 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define SYSTEM_TYPE "darwin"
| #define HAVE_FCNTL_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_PWD_H 1
| #define HAVE_UTMP_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_UTIL_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_MALLOC_MALLOC_H 1
| #define HAVE_SYS_UN_H 1
| #define HAVE_EXECINFO_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_TERM_H 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_DECL_SYS_SIGLIST 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_SPEED_T 1
| #define HAVE_NET_IF_H 1
| #define HAVE_IFADDRS_H 1
| #define HAVE_NET_IF_DL_H 1
| #define HAVE_STRUCT_IFREQ_IFR_FLAGS 1
| #define HAVE_STRUCT_IFREQ_IFR_BROADADDR 1
| #define HAVE_STRUCT_IFREQ_IFR_ADDR 1
| #define HAVE_STRUCT_IFREQ_IFR_ADDR_SA_LEN 1
| #define HAVE_LONG_FILE_NAMES 1
| #define SYSTEM_MALLOC 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_MMAP 1
| #define HAVE_PTHREAD 1
| #define HAVE_XIM 1
| #define USE_XIM 1
| #define XRegisterIMInstantiateCallback_arg6 XPointer
| #define HAVE_H_ERRNO 1
| #define HAVE_LIBM 1
| #define MAIL_USE_FLOCK 1
| #define HAVE_GETHOSTNAME 1
| #define HAVE_CLOSEDIR 1
| #define HAVE_GETRUSAGE 1
| #define HAVE_LRAND48 1
| #define HAVE_SETSID 1
| #define HAVE_FPATHCONF 1
| #define HAVE_SELECT 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_SETLOCALE 1
| #define HAVE_UTIMES 1
| #define HAVE_GETRLIMIT 1
| #define HAVE_SETRLIMIT 1
| #define HAVE_SETPGID 1
| #define HAVE_GETCWD 1
| #define HAVE_SHUTDOWN 1
| #define HAVE_GETADDRINFO 1
| #define HAVE_STRSIGNAL 1
| #define HAVE_SETITIMER 1
| #define HAVE_SENDTO 1
| #define HAVE_RECVFROM 1
| #define HAVE_GETSOCKNAME 1
| #define HAVE_GETPEERNAME 1
| #define HAVE_GETIFADDRS 1
| #define HAVE_FREEIFADDRS 1
| #define HAVE_GAI_STRERROR 1
| #define HAVE_MKSTEMP 1
| #define HAVE_GETLINE 1
| #define HAVE_GETDELIM 1
| #define HAVE_FSYNC 1
| #define HAVE_SYNC 1
| #define HAVE_DIFFTIME 1
| #define HAVE_POSIX_MEMALIGN 1
| #define HAVE_GETPWENT 1
| #define HAVE_ENDPWENT 1
| #define HAVE_GETGRENT 1
| #define HAVE_ENDGRENT 1
| #define HAVE_CFMAKERAW 1
| #define HAVE_CFSETSPEED 1
| #define HAVE_COPYSIGN 1
| #define HAVE_GETWD 1
| #define HAVE_RANDOM 1
| #define HAVE_RINT 1
| #define HAVE___BUILTIN_UNWIND_INIT 1
| #define HAVE_FSEEKO 1
| #define GETPGRP_VOID 1
| #define HAVE_GRANTPT 1
| #define HAVE_POSIX_OPENPT 1
| #define TERMINFO 1
| #define HAVE_TZSET 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_LSTAT 1
| #define HAVE_ALARM 1
| #define HAVE_PSELECT 1
| #define HAVE_PTHREAD_SIGMASK 1
| #define HAVE_READLINK 1
| #define HAVE_STRTOIMAX 1
| #define HAVE_STRTOUMAX 1
| #define HAVE_SYMLINK 1
| #define HAVE_LOCALTIME_R 1
| #define HAVE_FUTIMES 1
| /* end confdefs.h. */
| /* Define futimesat to an innocuous variant, in case <limits.h> declares futimesat.
| For example, HP-UX 11i <limits.h> declares gettimeofday. */
| #define futimesat innocuous_futimesat
|
| /* System header to define __stub macros and hopefully few prototypes,
| which can conflict with char futimesat (); below.
| Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
| <limits.h> exists even on freestanding compilers. */
|
| #ifdef __STDC__
| # include <limits.h>
| #else
| # include <assert.h>
| #endif
|
| #undef futimesat
|
| /* 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 futimesat ();
| /* 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_futimesat || defined __stub___futimesat
| choke me
| #endif
|
| int
| main ()
| {
| return futimesat ();
| ;
| return 0;
| }
configure:14624: result: no
configure:14624: checking for futimens
configure:14624: cc -o conftest -g3 -O2 conftest.c -lm -lpthread >&5
Undefined symbols for architecture x86_64:
"_futimens", referenced from:
_main in conftest-p7rIUk.o
ld: symbol(s) not found for architecture x86_64
clang: error: linker command failed with exit code 1 (use -v to see invocation)
configure:14624: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "emacs"
| #define PACKAGE_TARNAME "emacs"
| #define PACKAGE_VERSION "24.3"
| #define PACKAGE_STRING "emacs 24.3"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "emacs"
| #define VERSION "24.3"
| #define MAIL_USE_POP 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define SYSTEM_TYPE "darwin"
| #define HAVE_FCNTL_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_PWD_H 1
| #define HAVE_UTMP_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_UTIL_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_MALLOC_MALLOC_H 1
| #define HAVE_SYS_UN_H 1
| #define HAVE_EXECINFO_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_TERM_H 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_DECL_SYS_SIGLIST 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_SPEED_T 1
| #define HAVE_NET_IF_H 1
| #define HAVE_IFADDRS_H 1
| #define HAVE_NET_IF_DL_H 1
| #define HAVE_STRUCT_IFREQ_IFR_FLAGS 1
| #define HAVE_STRUCT_IFREQ_IFR_BROADADDR 1
| #define HAVE_STRUCT_IFREQ_IFR_ADDR 1
| #define HAVE_STRUCT_IFREQ_IFR_ADDR_SA_LEN 1
| #define HAVE_LONG_FILE_NAMES 1
| #define SYSTEM_MALLOC 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_MMAP 1
| #define HAVE_PTHREAD 1
| #define HAVE_XIM 1
| #define USE_XIM 1
| #define XRegisterIMInstantiateCallback_arg6 XPointer
| #define HAVE_H_ERRNO 1
| #define HAVE_LIBM 1
| #define MAIL_USE_FLOCK 1
| #define HAVE_GETHOSTNAME 1
| #define HAVE_CLOSEDIR 1
| #define HAVE_GETRUSAGE 1
| #define HAVE_LRAND48 1
| #define HAVE_SETSID 1
| #define HAVE_FPATHCONF 1
| #define HAVE_SELECT 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_SETLOCALE 1
| #define HAVE_UTIMES 1
| #define HAVE_GETRLIMIT 1
| #define HAVE_SETRLIMIT 1
| #define HAVE_SETPGID 1
| #define HAVE_GETCWD 1
| #define HAVE_SHUTDOWN 1
| #define HAVE_GETADDRINFO 1
| #define HAVE_STRSIGNAL 1
| #define HAVE_SETITIMER 1
| #define HAVE_SENDTO 1
| #define HAVE_RECVFROM 1
| #define HAVE_GETSOCKNAME 1
| #define HAVE_GETPEERNAME 1
| #define HAVE_GETIFADDRS 1
| #define HAVE_FREEIFADDRS 1
| #define HAVE_GAI_STRERROR 1
| #define HAVE_MKSTEMP 1
| #define HAVE_GETLINE 1
| #define HAVE_GETDELIM 1
| #define HAVE_FSYNC 1
| #define HAVE_SYNC 1
| #define HAVE_DIFFTIME 1
| #define HAVE_POSIX_MEMALIGN 1
| #define HAVE_GETPWENT 1
| #define HAVE_ENDPWENT 1
| #define HAVE_GETGRENT 1
| #define HAVE_ENDGRENT 1
| #define HAVE_CFMAKERAW 1
| #define HAVE_CFSETSPEED 1
| #define HAVE_COPYSIGN 1
| #define HAVE_GETWD 1
| #define HAVE_RANDOM 1
| #define HAVE_RINT 1
| #define HAVE___BUILTIN_UNWIND_INIT 1
| #define HAVE_FSEEKO 1
| #define GETPGRP_VOID 1
| #define HAVE_GRANTPT 1
| #define HAVE_POSIX_OPENPT 1
| #define TERMINFO 1
| #define HAVE_TZSET 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_LSTAT 1
| #define HAVE_ALARM 1
| #define HAVE_PSELECT 1
| #define HAVE_PTHREAD_SIGMASK 1
| #define HAVE_READLINK 1
| #define HAVE_STRTOIMAX 1
| #define HAVE_STRTOUMAX 1
| #define HAVE_SYMLINK 1
| #define HAVE_LOCALTIME_R 1
| #define HAVE_FUTIMES 1
| /* end confdefs.h. */
| /* Define futimens to an innocuous variant, in case <limits.h> declares futimens.
| For example, HP-UX 11i <limits.h> declares gettimeofday. */
| #define futimens innocuous_futimens
|
| /* System header to define __stub macros and hopefully few prototypes,
| which can conflict with char futimens (); below.
| Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
| <limits.h> exists even on freestanding compilers. */
|
| #ifdef __STDC__
| # include <limits.h>
| #else
| # include <assert.h>
| #endif
|
| #undef futimens
|
| /* 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 futimens ();
| /* 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_futimens || defined __stub___futimens
| choke me
| #endif
|
| int
| main ()
| {
| return futimens ();
| ;
| return 0;
| }
configure:14624: result: no
configure:14624: checking for utimensat
configure:14624: cc -o conftest -g3 -O2 conftest.c -lm -lpthread >&5
Undefined symbols for architecture x86_64:
"_utimensat", referenced from:
_main in conftest-wZ0dGy.o
ld: symbol(s) not found for architecture x86_64
clang: error: linker command failed with exit code 1 (use -v to see invocation)
configure:14624: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "emacs"
| #define PACKAGE_TARNAME "emacs"
| #define PACKAGE_VERSION "24.3"
| #define PACKAGE_STRING "emacs 24.3"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "emacs"
| #define VERSION "24.3"
| #define MAIL_USE_POP 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define SYSTEM_TYPE "darwin"
| #define HAVE_FCNTL_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_PWD_H 1
| #define HAVE_UTMP_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_UTIL_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_MALLOC_MALLOC_H 1
| #define HAVE_SYS_UN_H 1
| #define HAVE_EXECINFO_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_TERM_H 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_DECL_SYS_SIGLIST 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_SPEED_T 1
| #define HAVE_NET_IF_H 1
| #define HAVE_IFADDRS_H 1
| #define HAVE_NET_IF_DL_H 1
| #define HAVE_STRUCT_IFREQ_IFR_FLAGS 1
| #define HAVE_STRUCT_IFREQ_IFR_BROADADDR 1
| #define HAVE_STRUCT_IFREQ_IFR_ADDR 1
| #define HAVE_STRUCT_IFREQ_IFR_ADDR_SA_LEN 1
| #define HAVE_LONG_FILE_NAMES 1
| #define SYSTEM_MALLOC 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_MMAP 1
| #define HAVE_PTHREAD 1
| #define HAVE_XIM 1
| #define USE_XIM 1
| #define XRegisterIMInstantiateCallback_arg6 XPointer
| #define HAVE_H_ERRNO 1
| #define HAVE_LIBM 1
| #define MAIL_USE_FLOCK 1
| #define HAVE_GETHOSTNAME 1
| #define HAVE_CLOSEDIR 1
| #define HAVE_GETRUSAGE 1
| #define HAVE_LRAND48 1
| #define HAVE_SETSID 1
| #define HAVE_FPATHCONF 1
| #define HAVE_SELECT 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_SETLOCALE 1
| #define HAVE_UTIMES 1
| #define HAVE_GETRLIMIT 1
| #define HAVE_SETRLIMIT 1
| #define HAVE_SETPGID 1
| #define HAVE_GETCWD 1
| #define HAVE_SHUTDOWN 1
| #define HAVE_GETADDRINFO 1
| #define HAVE_STRSIGNAL 1
| #define HAVE_SETITIMER 1
| #define HAVE_SENDTO 1
| #define HAVE_RECVFROM 1
| #define HAVE_GETSOCKNAME 1
| #define HAVE_GETPEERNAME 1
| #define HAVE_GETIFADDRS 1
| #define HAVE_FREEIFADDRS 1
| #define HAVE_GAI_STRERROR 1
| #define HAVE_MKSTEMP 1
| #define HAVE_GETLINE 1
| #define HAVE_GETDELIM 1
| #define HAVE_FSYNC 1
| #define HAVE_SYNC 1
| #define HAVE_DIFFTIME 1
| #define HAVE_POSIX_MEMALIGN 1
| #define HAVE_GETPWENT 1
| #define HAVE_ENDPWENT 1
| #define HAVE_GETGRENT 1
| #define HAVE_ENDGRENT 1
| #define HAVE_CFMAKERAW 1
| #define HAVE_CFSETSPEED 1
| #define HAVE_COPYSIGN 1
| #define HAVE_GETWD 1
| #define HAVE_RANDOM 1
| #define HAVE_RINT 1
| #define HAVE___BUILTIN_UNWIND_INIT 1
| #define HAVE_FSEEKO 1
| #define GETPGRP_VOID 1
| #define HAVE_GRANTPT 1
| #define HAVE_POSIX_OPENPT 1
| #define TERMINFO 1
| #define HAVE_TZSET 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_LSTAT 1
| #define HAVE_ALARM 1
| #define HAVE_PSELECT 1
| #define HAVE_PTHREAD_SIGMASK 1
| #define HAVE_READLINK 1
| #define HAVE_STRTOIMAX 1
| #define HAVE_STRTOUMAX 1
| #define HAVE_SYMLINK 1
| #define HAVE_LOCALTIME_R 1
| #define HAVE_FUTIMES 1
| /* end confdefs.h. */
| /* Define utimensat to an innocuous variant, in case <limits.h> declares utimensat.
| For example, HP-UX 11i <limits.h> declares gettimeofday. */
| #define utimensat innocuous_utimensat
|
| /* System header to define __stub macros and hopefully few prototypes,
| which can conflict with char utimensat (); below.
| Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
| <limits.h> exists even on freestanding compilers. */
|
| #ifdef __STDC__
| # include <limits.h>
| #else
| # include <assert.h>
| #endif
|
| #undef utimensat
|
| /* 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 utimensat ();
| /* 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_utimensat || defined __stub___utimensat
| choke me
| #endif
|
| int
| main ()
| {
| return utimensat ();
| ;
| return 0;
| }
configure:14624: result: no
configure:14624: checking for lutimes
configure:14624: cc -o conftest -g3 -O2 conftest.c -lm -lpthread >&5
configure:14624: $? = 0
configure:14624: result: yes
configure:14636: checking whether localtime caches TZ
configure:14670: cc -o conftest -g3 -O2 conftest.c -lm -lpthread >&5
conftest.c:139:1: warning: type specifier missing, defaults to 'int' [-Wimplicit-int]
main()
^~~~
conftest.c:143:7: warning: implicit declaration of function 'putenv' is invalid in C99 [-Wimplicit-function-declaration]
if (putenv (TZ_GMT0) != 0)
^
conftest.c:144:5: warning: implicitly declaring library function 'exit' with type 'void (int) __attribute__((noreturn))'
exit (1);
^
conftest.c:144:5: note: please include the header <stdlib.h> or explicitly provide a declaration for 'exit'
conftest.c:146:3: warning: implicit declaration of function 'unsetenv' is invalid in C99 [-Wimplicit-function-declaration]
unsetenv("TZ");
^
4 warnings generated.
configure:14670: $? = 0
configure:14670: ./conftest
configure:14670: $? = 0
configure:14685: result: no
configure:14694: checking for socket
configure:14694: cc -o conftest -g3 -O2 conftest.c -lm -lpthread >&5
configure:14694: $? = 0
configure:14694: result: yes
configure:14702: checking netinet/in.h usability
configure:14702: cc -c -g3 -O2 conftest.c >&5
configure:14702: $? = 0
configure:14702: result: yes
configure:14702: checking netinet/in.h presence
configure:14702: cc -E conftest.c
configure:14702: $? = 0
configure:14702: result: yes
configure:14702: checking for netinet/in.h
configure:14702: result: yes
configure:14712: checking arpa/inet.h usability
configure:14712: cc -c -g3 -O2 conftest.c >&5
configure:14712: $? = 0
configure:14712: result: yes
configure:14712: checking arpa/inet.h presence
configure:14712: cc -E conftest.c
configure:14712: $? = 0
configure:14712: result: yes
configure:14712: checking for arpa/inet.h
configure:14712: result: yes
configure:14733: checking whether system supports dynamic ptys
configure:14742: result: no
configure:14751: checking for pid_t
configure:14751: cc -c -g3 -O2 conftest.c >&5
configure:14751: $? = 0
configure:14751: cc -c -g3 -O2 conftest.c >&5
conftest.c:173:20: error: expected expression
if (sizeof ((pid_t)))
^
1 error generated.
configure:14751: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "emacs"
| #define PACKAGE_TARNAME "emacs"
| #define PACKAGE_VERSION "24.3"
| #define PACKAGE_STRING "emacs 24.3"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "emacs"
| #define VERSION "24.3"
| #define MAIL_USE_POP 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define SYSTEM_TYPE "darwin"
| #define HAVE_FCNTL_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_PWD_H 1
| #define HAVE_UTMP_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_UTIL_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_MALLOC_MALLOC_H 1
| #define HAVE_SYS_UN_H 1
| #define HAVE_EXECINFO_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_TERM_H 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_DECL_SYS_SIGLIST 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_SPEED_T 1
| #define HAVE_NET_IF_H 1
| #define HAVE_IFADDRS_H 1
| #define HAVE_NET_IF_DL_H 1
| #define HAVE_STRUCT_IFREQ_IFR_FLAGS 1
| #define HAVE_STRUCT_IFREQ_IFR_BROADADDR 1
| #define HAVE_STRUCT_IFREQ_IFR_ADDR 1
| #define HAVE_STRUCT_IFREQ_IFR_ADDR_SA_LEN 1
| #define HAVE_LONG_FILE_NAMES 1
| #define SYSTEM_MALLOC 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_MMAP 1
| #define HAVE_PTHREAD 1
| #define HAVE_XIM 1
| #define USE_XIM 1
| #define XRegisterIMInstantiateCallback_arg6 XPointer
| #define HAVE_H_ERRNO 1
| #define HAVE_LIBM 1
| #define MAIL_USE_FLOCK 1
| #define HAVE_GETHOSTNAME 1
| #define HAVE_CLOSEDIR 1
| #define HAVE_GETRUSAGE 1
| #define HAVE_LRAND48 1
| #define HAVE_SETSID 1
| #define HAVE_FPATHCONF 1
| #define HAVE_SELECT 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_SETLOCALE 1
| #define HAVE_UTIMES 1
| #define HAVE_GETRLIMIT 1
| #define HAVE_SETRLIMIT 1
| #define HAVE_SETPGID 1
| #define HAVE_GETCWD 1
| #define HAVE_SHUTDOWN 1
| #define HAVE_GETADDRINFO 1
| #define HAVE_STRSIGNAL 1
| #define HAVE_SETITIMER 1
| #define HAVE_SENDTO 1
| #define HAVE_RECVFROM 1
| #define HAVE_GETSOCKNAME 1
| #define HAVE_GETPEERNAME 1
| #define HAVE_GETIFADDRS 1
| #define HAVE_FREEIFADDRS 1
| #define HAVE_GAI_STRERROR 1
| #define HAVE_MKSTEMP 1
| #define HAVE_GETLINE 1
| #define HAVE_GETDELIM 1
| #define HAVE_FSYNC 1
| #define HAVE_SYNC 1
| #define HAVE_DIFFTIME 1
| #define HAVE_POSIX_MEMALIGN 1
| #define HAVE_GETPWENT 1
| #define HAVE_ENDPWENT 1
| #define HAVE_GETGRENT 1
| #define HAVE_ENDGRENT 1
| #define HAVE_CFMAKERAW 1
| #define HAVE_CFSETSPEED 1
| #define HAVE_COPYSIGN 1
| #define HAVE_GETWD 1
| #define HAVE_RANDOM 1
| #define HAVE_RINT 1
| #define HAVE___BUILTIN_UNWIND_INIT 1
| #define HAVE_FSEEKO 1
| #define GETPGRP_VOID 1
| #define HAVE_GRANTPT 1
| #define HAVE_POSIX_OPENPT 1
| #define TERMINFO 1
| #define HAVE_TZSET 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_LSTAT 1
| #define HAVE_ALARM 1
| #define HAVE_PSELECT 1
| #define HAVE_PTHREAD_SIGMASK 1
| #define HAVE_READLINK 1
| #define HAVE_STRTOIMAX 1
| #define HAVE_STRTOUMAX 1
| #define HAVE_SYMLINK 1
| #define HAVE_LOCALTIME_R 1
| #define HAVE_FUTIMES 1
| #define HAVE_LUTIMES 1
| #define HAVE_INET_SOCKETS 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:14751: result: yes
configure:14764: checking vfork.h usability
configure:14764: cc -c -g3 -O2 conftest.c >&5
conftest.c:170:10: fatal error: 'vfork.h' file not found
#include <vfork.h>
^
1 error generated.
configure:14764: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "emacs"
| #define PACKAGE_TARNAME "emacs"
| #define PACKAGE_VERSION "24.3"
| #define PACKAGE_STRING "emacs 24.3"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "emacs"
| #define VERSION "24.3"
| #define MAIL_USE_POP 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define SYSTEM_TYPE "darwin"
| #define HAVE_FCNTL_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_PWD_H 1
| #define HAVE_UTMP_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_UTIL_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_MALLOC_MALLOC_H 1
| #define HAVE_SYS_UN_H 1
| #define HAVE_EXECINFO_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_TERM_H 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_DECL_SYS_SIGLIST 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_SPEED_T 1
| #define HAVE_NET_IF_H 1
| #define HAVE_IFADDRS_H 1
| #define HAVE_NET_IF_DL_H 1
| #define HAVE_STRUCT_IFREQ_IFR_FLAGS 1
| #define HAVE_STRUCT_IFREQ_IFR_BROADADDR 1
| #define HAVE_STRUCT_IFREQ_IFR_ADDR 1
| #define HAVE_STRUCT_IFREQ_IFR_ADDR_SA_LEN 1
| #define HAVE_LONG_FILE_NAMES 1
| #define SYSTEM_MALLOC 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_MMAP 1
| #define HAVE_PTHREAD 1
| #define HAVE_XIM 1
| #define USE_XIM 1
| #define XRegisterIMInstantiateCallback_arg6 XPointer
| #define HAVE_H_ERRNO 1
| #define HAVE_LIBM 1
| #define MAIL_USE_FLOCK 1
| #define HAVE_GETHOSTNAME 1
| #define HAVE_CLOSEDIR 1
| #define HAVE_GETRUSAGE 1
| #define HAVE_LRAND48 1
| #define HAVE_SETSID 1
| #define HAVE_FPATHCONF 1
| #define HAVE_SELECT 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_SETLOCALE 1
| #define HAVE_UTIMES 1
| #define HAVE_GETRLIMIT 1
| #define HAVE_SETRLIMIT 1
| #define HAVE_SETPGID 1
| #define HAVE_GETCWD 1
| #define HAVE_SHUTDOWN 1
| #define HAVE_GETADDRINFO 1
| #define HAVE_STRSIGNAL 1
| #define HAVE_SETITIMER 1
| #define HAVE_SENDTO 1
| #define HAVE_RECVFROM 1
| #define HAVE_GETSOCKNAME 1
| #define HAVE_GETPEERNAME 1
| #define HAVE_GETIFADDRS 1
| #define HAVE_FREEIFADDRS 1
| #define HAVE_GAI_STRERROR 1
| #define HAVE_MKSTEMP 1
| #define HAVE_GETLINE 1
| #define HAVE_GETDELIM 1
| #define HAVE_FSYNC 1
| #define HAVE_SYNC 1
| #define HAVE_DIFFTIME 1
| #define HAVE_POSIX_MEMALIGN 1
| #define HAVE_GETPWENT 1
| #define HAVE_ENDPWENT 1
| #define HAVE_GETGRENT 1
| #define HAVE_ENDGRENT 1
| #define HAVE_CFMAKERAW 1
| #define HAVE_CFSETSPEED 1
| #define HAVE_COPYSIGN 1
| #define HAVE_GETWD 1
| #define HAVE_RANDOM 1
| #define HAVE_RINT 1
| #define HAVE___BUILTIN_UNWIND_INIT 1
| #define HAVE_FSEEKO 1
| #define GETPGRP_VOID 1
| #define HAVE_GRANTPT 1
| #define HAVE_POSIX_OPENPT 1
| #define TERMINFO 1
| #define HAVE_TZSET 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_LSTAT 1
| #define HAVE_ALARM 1
| #define HAVE_PSELECT 1
| #define HAVE_PTHREAD_SIGMASK 1
| #define HAVE_READLINK 1
| #define HAVE_STRTOIMAX 1
| #define HAVE_STRTOUMAX 1
| #define HAVE_SYMLINK 1
| #define HAVE_LOCALTIME_R 1
| #define HAVE_FUTIMES 1
| #define HAVE_LUTIMES 1
| #define HAVE_INET_SOCKETS 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 <vfork.h>
configure:14764: result: no
configure:14764: checking vfork.h presence
configure:14764: cc -E conftest.c
conftest.c:137:10: fatal error: 'vfork.h' file not found
#include <vfork.h>
^
1 error generated.
configure:14764: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "emacs"
| #define PACKAGE_TARNAME "emacs"
| #define PACKAGE_VERSION "24.3"
| #define PACKAGE_STRING "emacs 24.3"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "emacs"
| #define VERSION "24.3"
| #define MAIL_USE_POP 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define SYSTEM_TYPE "darwin"
| #define HAVE_FCNTL_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_PWD_H 1
| #define HAVE_UTMP_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_UTIL_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_MALLOC_MALLOC_H 1
| #define HAVE_SYS_UN_H 1
| #define HAVE_EXECINFO_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_TERM_H 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_DECL_SYS_SIGLIST 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_SPEED_T 1
| #define HAVE_NET_IF_H 1
| #define HAVE_IFADDRS_H 1
| #define HAVE_NET_IF_DL_H 1
| #define HAVE_STRUCT_IFREQ_IFR_FLAGS 1
| #define HAVE_STRUCT_IFREQ_IFR_BROADADDR 1
| #define HAVE_STRUCT_IFREQ_IFR_ADDR 1
| #define HAVE_STRUCT_IFREQ_IFR_ADDR_SA_LEN 1
| #define HAVE_LONG_FILE_NAMES 1
| #define SYSTEM_MALLOC 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_MMAP 1
| #define HAVE_PTHREAD 1
| #define HAVE_XIM 1
| #define USE_XIM 1
| #define XRegisterIMInstantiateCallback_arg6 XPointer
| #define HAVE_H_ERRNO 1
| #define HAVE_LIBM 1
| #define MAIL_USE_FLOCK 1
| #define HAVE_GETHOSTNAME 1
| #define HAVE_CLOSEDIR 1
| #define HAVE_GETRUSAGE 1
| #define HAVE_LRAND48 1
| #define HAVE_SETSID 1
| #define HAVE_FPATHCONF 1
| #define HAVE_SELECT 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_SETLOCALE 1
| #define HAVE_UTIMES 1
| #define HAVE_GETRLIMIT 1
| #define HAVE_SETRLIMIT 1
| #define HAVE_SETPGID 1
| #define HAVE_GETCWD 1
| #define HAVE_SHUTDOWN 1
| #define HAVE_GETADDRINFO 1
| #define HAVE_STRSIGNAL 1
| #define HAVE_SETITIMER 1
| #define HAVE_SENDTO 1
| #define HAVE_RECVFROM 1
| #define HAVE_GETSOCKNAME 1
| #define HAVE_GETPEERNAME 1
| #define HAVE_GETIFADDRS 1
| #define HAVE_FREEIFADDRS 1
| #define HAVE_GAI_STRERROR 1
| #define HAVE_MKSTEMP 1
| #define HAVE_GETLINE 1
| #define HAVE_GETDELIM 1
| #define HAVE_FSYNC 1
| #define HAVE_SYNC 1
| #define HAVE_DIFFTIME 1
| #define HAVE_POSIX_MEMALIGN 1
| #define HAVE_GETPWENT 1
| #define HAVE_ENDPWENT 1
| #define HAVE_GETGRENT 1
| #define HAVE_ENDGRENT 1
| #define HAVE_CFMAKERAW 1
| #define HAVE_CFSETSPEED 1
| #define HAVE_COPYSIGN 1
| #define HAVE_GETWD 1
| #define HAVE_RANDOM 1
| #define HAVE_RINT 1
| #define HAVE___BUILTIN_UNWIND_INIT 1
| #define HAVE_FSEEKO 1
| #define GETPGRP_VOID 1
| #define HAVE_GRANTPT 1
| #define HAVE_POSIX_OPENPT 1
| #define TERMINFO 1
| #define HAVE_TZSET 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_LSTAT 1
| #define HAVE_ALARM 1
| #define HAVE_PSELECT 1
| #define HAVE_PTHREAD_SIGMASK 1
| #define HAVE_READLINK 1
| #define HAVE_STRTOIMAX 1
| #define HAVE_STRTOUMAX 1
| #define HAVE_SYMLINK 1
| #define HAVE_LOCALTIME_R 1
| #define HAVE_FUTIMES 1
| #define HAVE_LUTIMES 1
| #define HAVE_INET_SOCKETS 1
| /* end confdefs.h. */
| #include <vfork.h>
configure:14764: result: no
configure:14764: checking for vfork.h
configure:14764: result: no
configure:14777: checking for fork
configure:14777: cc -o conftest -g3 -O2 conftest.c -lm -lpthread >&5
configure:14777: $? = 0
configure:14777: result: yes
configure:14777: checking for vfork
configure:14777: cc -o conftest -g3 -O2 conftest.c -lm -lpthread >&5
conftest.c:161:6: warning: incompatible redeclaration of library function 'vfork'
char vfork ();
^
conftest.c:161:6: note: 'vfork' is a builtin with type 'int (void)'
1 warning generated.
configure:14777: $? = 0
configure:14777: result: yes
configure:14787: checking for working fork
configure:14809: cc -o conftest -g3 -O2 conftest.c -lm -lpthread >&5
configure:14809: $? = 0
configure:14809: ./conftest
configure:14809: $? = 0
configure:14819: result: yes
configure:14840: checking for working vfork
configure:14950: result: yes
configure:14978: checking for snprintf
configure:14978: cc -o conftest -g3 -O2 conftest.c -lm -lpthread >&5
conftest.c:164:6: warning: incompatible redeclaration of library function 'snprintf'
char snprintf ();
^
conftest.c:164:6: note: 'snprintf' is a builtin with type 'int (char *, unsigned long, const char *, ...)'
1 warning generated.
configure:14978: $? = 0
configure:14978: result: yes
configure:14988: checking for nl_langinfo and CODESET
configure:15004: cc -o conftest -g3 -O2 conftest.c -lm -lpthread >&5
configure:15004: $? = 0
configure:15013: result: yes
configure:15021: checking for mbstate_t
configure:15038: cc -c -g3 -O2 conftest.c >&5
configure:15038: $? = 0
configure:15045: result: yes
configure:15057: checking for C restricted array declarations
configure:15073: cc -c -g3 -O2 conftest.c >&5
configure:15073: $? = 0
configure:15080: result: yes
configure:15401: checking whether we are using the GNU C library
configure:15419: cc -E conftest.c
conftest.c:167:10: fatal error: 'features.h' file not found
#include <features.h>
^
1 error generated.
configure:15419: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "emacs"
| #define PACKAGE_TARNAME "emacs"
| #define PACKAGE_VERSION "24.3"
| #define PACKAGE_STRING "emacs 24.3"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "emacs"
| #define VERSION "24.3"
| #define MAIL_USE_POP 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define SYSTEM_TYPE "darwin"
| #define HAVE_FCNTL_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_PWD_H 1
| #define HAVE_UTMP_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_UTIL_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_MALLOC_MALLOC_H 1
| #define HAVE_SYS_UN_H 1
| #define HAVE_EXECINFO_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_TERM_H 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_DECL_SYS_SIGLIST 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_SPEED_T 1
| #define HAVE_NET_IF_H 1
| #define HAVE_IFADDRS_H 1
| #define HAVE_NET_IF_DL_H 1
| #define HAVE_STRUCT_IFREQ_IFR_FLAGS 1
| #define HAVE_STRUCT_IFREQ_IFR_BROADADDR 1
| #define HAVE_STRUCT_IFREQ_IFR_ADDR 1
| #define HAVE_STRUCT_IFREQ_IFR_ADDR_SA_LEN 1
| #define HAVE_LONG_FILE_NAMES 1
| #define SYSTEM_MALLOC 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_MMAP 1
| #define HAVE_PTHREAD 1
| #define HAVE_XIM 1
| #define USE_XIM 1
| #define XRegisterIMInstantiateCallback_arg6 XPointer
| #define HAVE_H_ERRNO 1
| #define HAVE_LIBM 1
| #define MAIL_USE_FLOCK 1
| #define HAVE_GETHOSTNAME 1
| #define HAVE_CLOSEDIR 1
| #define HAVE_GETRUSAGE 1
| #define HAVE_LRAND48 1
| #define HAVE_SETSID 1
| #define HAVE_FPATHCONF 1
| #define HAVE_SELECT 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_SETLOCALE 1
| #define HAVE_UTIMES 1
| #define HAVE_GETRLIMIT 1
| #define HAVE_SETRLIMIT 1
| #define HAVE_SETPGID 1
| #define HAVE_GETCWD 1
| #define HAVE_SHUTDOWN 1
| #define HAVE_GETADDRINFO 1
| #define HAVE_STRSIGNAL 1
| #define HAVE_SETITIMER 1
| #define HAVE_SENDTO 1
| #define HAVE_RECVFROM 1
| #define HAVE_GETSOCKNAME 1
| #define HAVE_GETPEERNAME 1
| #define HAVE_GETIFADDRS 1
| #define HAVE_FREEIFADDRS 1
| #define HAVE_GAI_STRERROR 1
| #define HAVE_MKSTEMP 1
| #define HAVE_GETLINE 1
| #define HAVE_GETDELIM 1
| #define HAVE_FSYNC 1
| #define HAVE_SYNC 1
| #define HAVE_DIFFTIME 1
| #define HAVE_POSIX_MEMALIGN 1
| #define HAVE_GETPWENT 1
| #define HAVE_ENDPWENT 1
| #define HAVE_GETGRENT 1
| #define HAVE_ENDGRENT 1
| #define HAVE_CFMAKERAW 1
| #define HAVE_CFSETSPEED 1
| #define HAVE_COPYSIGN 1
| #define HAVE_GETWD 1
| #define HAVE_RANDOM 1
| #define HAVE_RINT 1
| #define HAVE___BUILTIN_UNWIND_INIT 1
| #define HAVE_FSEEKO 1
| #define GETPGRP_VOID 1
| #define HAVE_GRANTPT 1
| #define HAVE_POSIX_OPENPT 1
| #define TERMINFO 1
| #define HAVE_TZSET 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_LSTAT 1
| #define HAVE_ALARM 1
| #define HAVE_PSELECT 1
| #define HAVE_PTHREAD_SIGMASK 1
| #define HAVE_READLINK 1
| #define HAVE_STRTOIMAX 1
| #define HAVE_STRTOUMAX 1
| #define HAVE_SYMLINK 1
| #define HAVE_LOCALTIME_R 1
| #define HAVE_FUTIMES 1
| #define HAVE_LUTIMES 1
| #define HAVE_INET_SOCKETS 1
| #define HAVE_FORK 1
| #define HAVE_VFORK 1
| #define HAVE_WORKING_VFORK 1
| #define HAVE_WORKING_FORK 1
| #define HAVE_SNPRINTF 1
| #define HAVE_LANGINFO_CODESET 1
| #define HAVE_MBSTATE_T 1
| #define __restrict_arr __restrict
| #define AMPERSAND_FULL_NAME 1
| #define CLASH_DETECTION 1
| #define HAVE_PTYS 1
| #define HAVE_SOCKETS 1
| #define NULL_DEVICE "/dev/null"
| #define SEPCHAR ':'
| #define subprocesses 1
| #define USER_FULL_NAME pw->pw_gecos
| #define DIRECTORY_SEP '/'
| #define IS_DEVICE_SEP(_c_) 0
| #define IS_DIRECTORY_SEP(_c_) ((_c_) == DIRECTORY_SEP)
| #define IS_ANY_SEP(_c_) (IS_DIRECTORY_SEP (_c_))
| #define DONT_REOPEN_PTY 1
| #define DEFAULT_SOUND_DEVICE "/dev/dsp"
| #define INTERRUPT_INPUT 1
| #define PTY_ITERATION int i; for (i = 0; i < 1; i++)
| #define FIRST_PTY_LETTER 'p'
| #define PTY_OPEN do { int slave; if (openpty (&fd, &slave, pty_name, NULL, NULL) == -1) fd = -1; else emacs_close (slave); } while (0)
| #define PTY_NAME_SPRINTF /**/
| #define PTY_TTY_NAME_SPRINTF /**/
| #define SIGNALS_VIA_CHARACTERS 1
| /* end confdefs.h. */
|
| #include <features.h>
| #ifndef __GNU_LIBRARY__
| # error "this is not the GNU C library"
| #endif
|
| int
| main ()
| {
|
| ;
| return 0;
| }
configure:15425: result: no
configure:15696: checking for _setjmp
configure:15715: cc -o conftest -g3 -O2 conftest.c -lm -lpthread >&5
configure:15715: $? = 0
configure:15723: result: yes
configure:15926: checking for usable FIONREAD
configure:15953: cc -c -g3 -O2 conftest.c >&5
configure:15953: $? = 0
configure:15962: result: yes
configure:15970: checking for usable SIGIO
configure:15988: cc -c -g3 -O2 conftest.c >&5
configure:15988: $? = 0
configure:15995: result: yes
configure:16304: checking for working alloca.h
configure:16321: cc -o conftest -g3 -O2 conftest.c -lpthread >&5
configure:16321: $? = 0
configure:16329: result: yes
configure:16337: checking for alloca
configure:16374: cc -o conftest -g3 -O2 conftest.c -lpthread >&5
configure:16374: $? = 0
configure:16382: result: yes
configure:16495: checking whether byte ordering is bigendian
configure:16510: cc -c -g3 -O2 conftest.c >&5
configure:16510: $? = 0
configure:16555: cc -c -g3 -O2 conftest.c >&5
configure:16555: $? = 0
configure:16573: cc -c -g3 -O2 conftest.c >&5
conftest.c:187:4: error: use of undeclared identifier 'not'
not big endian
^
1 error generated.
configure:16573: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "emacs"
| #define PACKAGE_TARNAME "emacs"
| #define PACKAGE_VERSION "24.3"
| #define PACKAGE_STRING "emacs 24.3"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "emacs"
| #define VERSION "24.3"
| #define MAIL_USE_POP 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define SYSTEM_TYPE "darwin"
| #define HAVE_FCNTL_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_PWD_H 1
| #define HAVE_UTMP_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_UTIL_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_MALLOC_MALLOC_H 1
| #define HAVE_SYS_UN_H 1
| #define HAVE_EXECINFO_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_TERM_H 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_DECL_SYS_SIGLIST 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_SPEED_T 1
| #define HAVE_NET_IF_H 1
| #define HAVE_IFADDRS_H 1
| #define HAVE_NET_IF_DL_H 1
| #define HAVE_STRUCT_IFREQ_IFR_FLAGS 1
| #define HAVE_STRUCT_IFREQ_IFR_BROADADDR 1
| #define HAVE_STRUCT_IFREQ_IFR_ADDR 1
| #define HAVE_STRUCT_IFREQ_IFR_ADDR_SA_LEN 1
| #define HAVE_LONG_FILE_NAMES 1
| #define SYSTEM_MALLOC 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_MMAP 1
| #define HAVE_PTHREAD 1
| #define HAVE_XIM 1
| #define USE_XIM 1
| #define XRegisterIMInstantiateCallback_arg6 XPointer
| #define HAVE_H_ERRNO 1
| #define HAVE_LIBM 1
| #define MAIL_USE_FLOCK 1
| #define HAVE_GETHOSTNAME 1
| #define HAVE_CLOSEDIR 1
| #define HAVE_GETRUSAGE 1
| #define HAVE_LRAND48 1
| #define HAVE_SETSID 1
| #define HAVE_FPATHCONF 1
| #define HAVE_SELECT 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_SETLOCALE 1
| #define HAVE_UTIMES 1
| #define HAVE_GETRLIMIT 1
| #define HAVE_SETRLIMIT 1
| #define HAVE_SETPGID 1
| #define HAVE_GETCWD 1
| #define HAVE_SHUTDOWN 1
| #define HAVE_GETADDRINFO 1
| #define HAVE_STRSIGNAL 1
| #define HAVE_SETITIMER 1
| #define HAVE_SENDTO 1
| #define HAVE_RECVFROM 1
| #define HAVE_GETSOCKNAME 1
| #define HAVE_GETPEERNAME 1
| #define HAVE_GETIFADDRS 1
| #define HAVE_FREEIFADDRS 1
| #define HAVE_GAI_STRERROR 1
| #define HAVE_MKSTEMP 1
| #define HAVE_GETLINE 1
| #define HAVE_GETDELIM 1
| #define HAVE_FSYNC 1
| #define HAVE_SYNC 1
| #define HAVE_DIFFTIME 1
| #define HAVE_POSIX_MEMALIGN 1
| #define HAVE_GETPWENT 1
| #define HAVE_ENDPWENT 1
| #define HAVE_GETGRENT 1
| #define HAVE_ENDGRENT 1
| #define HAVE_CFMAKERAW 1
| #define HAVE_CFSETSPEED 1
| #define HAVE_COPYSIGN 1
| #define HAVE_GETWD 1
| #define HAVE_RANDOM 1
| #define HAVE_RINT 1
| #define HAVE___BUILTIN_UNWIND_INIT 1
| #define HAVE_FSEEKO 1
| #define GETPGRP_VOID 1
| #define HAVE_GRANTPT 1
| #define HAVE_POSIX_OPENPT 1
| #define TERMINFO 1
| #define HAVE_TZSET 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_LSTAT 1
| #define HAVE_ALARM 1
| #define HAVE_PSELECT 1
| #define HAVE_PTHREAD_SIGMASK 1
| #define HAVE_READLINK 1
| #define HAVE_STRTOIMAX 1
| #define HAVE_STRTOUMAX 1
| #define HAVE_SYMLINK 1
| #define HAVE_LOCALTIME_R 1
| #define HAVE_FUTIMES 1
| #define HAVE_LUTIMES 1
| #define HAVE_INET_SOCKETS 1
| #define HAVE_FORK 1
| #define HAVE_VFORK 1
| #define HAVE_WORKING_VFORK 1
| #define HAVE_WORKING_FORK 1
| #define HAVE_SNPRINTF 1
| #define HAVE_LANGINFO_CODESET 1
| #define HAVE_MBSTATE_T 1
| #define __restrict_arr __restrict
| #define AMPERSAND_FULL_NAME 1
| #define CLASH_DETECTION 1
| #define HAVE_PTYS 1
| #define HAVE_SOCKETS 1
| #define NULL_DEVICE "/dev/null"
| #define SEPCHAR ':'
| #define subprocesses 1
| #define USER_FULL_NAME pw->pw_gecos
| #define DIRECTORY_SEP '/'
| #define IS_DEVICE_SEP(_c_) 0
| #define IS_DIRECTORY_SEP(_c_) ((_c_) == DIRECTORY_SEP)
| #define IS_ANY_SEP(_c_) (IS_DIRECTORY_SEP (_c_))
| #define DONT_REOPEN_PTY 1
| #define DEFAULT_SOUND_DEVICE "/dev/dsp"
| #define INTERRUPT_INPUT 1
| #define PTY_ITERATION int i; for (i = 0; i < 1; i++)
| #define FIRST_PTY_LETTER 'p'
| #define PTY_OPEN do { int slave; if (openpty (&fd, &slave, pty_name, NULL, NULL) == -1) fd = -1; else emacs_close (slave); } while (0)
| #define PTY_NAME_SPRINTF /**/
| #define PTY_TTY_NAME_SPRINTF /**/
| #define SIGNALS_VIA_CHARACTERS 1
| #define PENDING_OUTPUT_COUNT(FILE) ((FILE)->_p - (FILE)->_bf._base)
| #define TAB3 OXTABS
| #define GC_SETJMP_WORKS 1
| #define HAVE__SETJMP 1
| #define BSD4_2 /**/
| #define BSD_SYSTEM /**/
| #define DARWIN_OS /**/
| #define USABLE_FIONREAD 1
| #define USABLE_SIGIO 1
| #define COPYRIGHT "Copyright (C) 2013 Free Software Foundation, Inc."
| #define EMACS_CONFIGURATION "x86_64-apple-darwin12.3.0"
| #define EMACS_CONFIG_OPTIONS " '--prefix=/usr/local/Cellar/emacs/24.3' '--without-dbus' '--enable-locallisppath=/usr/local/share/emacs/site-lisp' '--infodir=/usr/local/Cellar/emacs/24.3/share/info/emacs' '--without-x' 'CC=cc'"
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| /* end confdefs.h. */
| #include <sys/types.h>
| #include <sys/param.h>
|
| int
| main ()
| {
| #if BYTE_ORDER != BIG_ENDIAN
| not big endian
| #endif
|
| ;
| return 0;
| }
configure:16701: result: no
configure:16720: checking for inline
configure:16736: cc -c -g3 -O2 conftest.c >&5
configure:16736: $? = 0
configure:16744: result: inline
configure:16763: checking whether strtold conforms to C99
configure:16790: cc -o conftest -g3 -O2 conftest.c -lpthread >&5
configure:16790: $? = 0
configure:16798: result: yes
configure:16936: checking if environ is properly declared
configure:16959: cc -c -g3 -O2 conftest.c >&5
configure:16959: $? = 0
configure:16967: result: no
configure:16986: checking for st_dm_mode in struct stat
configure:17004: cc -c -g3 -O2 conftest.c >&5
conftest.c:187:18: error: no member named 'st_dm_mode' in 'struct stat'; did you mean 'st_mode'?
struct stat s; s.st_dm_mode;
^~~~~~~~~~
st_mode
/usr/include/sys/stat.h:225:13: note: 'st_mode' declared here
struct stat __DARWIN_STRUCT_STAT64;
^
/usr/include/sys/stat.h:203:10: note: expanded from macro '__DARWIN_STRUCT_STAT64'
mode_t st_mode; /* [XSI] Mode of file (see below) */ \
^
conftest.c:187:18: warning: expression result unused [-Wunused-value]
struct stat s; s.st_dm_mode;
~ ^~~~~~~~~~
1 warning and 1 error generated.
configure:17004: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "emacs"
| #define PACKAGE_TARNAME "emacs"
| #define PACKAGE_VERSION "24.3"
| #define PACKAGE_STRING "emacs 24.3"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "emacs"
| #define VERSION "24.3"
| #define MAIL_USE_POP 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define SYSTEM_TYPE "darwin"
| #define HAVE_FCNTL_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_PWD_H 1
| #define HAVE_UTMP_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_UTIL_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_MALLOC_MALLOC_H 1
| #define HAVE_SYS_UN_H 1
| #define HAVE_EXECINFO_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_TERM_H 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_DECL_SYS_SIGLIST 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_SPEED_T 1
| #define HAVE_NET_IF_H 1
| #define HAVE_IFADDRS_H 1
| #define HAVE_NET_IF_DL_H 1
| #define HAVE_STRUCT_IFREQ_IFR_FLAGS 1
| #define HAVE_STRUCT_IFREQ_IFR_BROADADDR 1
| #define HAVE_STRUCT_IFREQ_IFR_ADDR 1
| #define HAVE_STRUCT_IFREQ_IFR_ADDR_SA_LEN 1
| #define HAVE_LONG_FILE_NAMES 1
| #define SYSTEM_MALLOC 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_MMAP 1
| #define HAVE_PTHREAD 1
| #define HAVE_XIM 1
| #define USE_XIM 1
| #define XRegisterIMInstantiateCallback_arg6 XPointer
| #define HAVE_H_ERRNO 1
| #define HAVE_LIBM 1
| #define MAIL_USE_FLOCK 1
| #define HAVE_GETHOSTNAME 1
| #define HAVE_CLOSEDIR 1
| #define HAVE_GETRUSAGE 1
| #define HAVE_LRAND48 1
| #define HAVE_SETSID 1
| #define HAVE_FPATHCONF 1
| #define HAVE_SELECT 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_SETLOCALE 1
| #define HAVE_UTIMES 1
| #define HAVE_GETRLIMIT 1
| #define HAVE_SETRLIMIT 1
| #define HAVE_SETPGID 1
| #define HAVE_GETCWD 1
| #define HAVE_SHUTDOWN 1
| #define HAVE_GETADDRINFO 1
| #define HAVE_STRSIGNAL 1
| #define HAVE_SETITIMER 1
| #define HAVE_SENDTO 1
| #define HAVE_RECVFROM 1
| #define HAVE_GETSOCKNAME 1
| #define HAVE_GETPEERNAME 1
| #define HAVE_GETIFADDRS 1
| #define HAVE_FREEIFADDRS 1
| #define HAVE_GAI_STRERROR 1
| #define HAVE_MKSTEMP 1
| #define HAVE_GETLINE 1
| #define HAVE_GETDELIM 1
| #define HAVE_FSYNC 1
| #define HAVE_SYNC 1
| #define HAVE_DIFFTIME 1
| #define HAVE_POSIX_MEMALIGN 1
| #define HAVE_GETPWENT 1
| #define HAVE_ENDPWENT 1
| #define HAVE_GETGRENT 1
| #define HAVE_ENDGRENT 1
| #define HAVE_CFMAKERAW 1
| #define HAVE_CFSETSPEED 1
| #define HAVE_COPYSIGN 1
| #define HAVE_GETWD 1
| #define HAVE_RANDOM 1
| #define HAVE_RINT 1
| #define HAVE___BUILTIN_UNWIND_INIT 1
| #define HAVE_FSEEKO 1
| #define GETPGRP_VOID 1
| #define HAVE_GRANTPT 1
| #define HAVE_POSIX_OPENPT 1
| #define TERMINFO 1
| #define HAVE_TZSET 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_LSTAT 1
| #define HAVE_ALARM 1
| #define HAVE_PSELECT 1
| #define HAVE_PTHREAD_SIGMASK 1
| #define HAVE_READLINK 1
| #define HAVE_STRTOIMAX 1
| #define HAVE_STRTOUMAX 1
| #define HAVE_SYMLINK 1
| #define HAVE_LOCALTIME_R 1
| #define HAVE_FUTIMES 1
| #define HAVE_LUTIMES 1
| #define HAVE_INET_SOCKETS 1
| #define HAVE_FORK 1
| #define HAVE_VFORK 1
| #define HAVE_WORKING_VFORK 1
| #define HAVE_WORKING_FORK 1
| #define HAVE_SNPRINTF 1
| #define HAVE_LANGINFO_CODESET 1
| #define HAVE_MBSTATE_T 1
| #define __restrict_arr __restrict
| #define AMPERSAND_FULL_NAME 1
| #define CLASH_DETECTION 1
| #define HAVE_PTYS 1
| #define HAVE_SOCKETS 1
| #define NULL_DEVICE "/dev/null"
| #define SEPCHAR ':'
| #define subprocesses 1
| #define USER_FULL_NAME pw->pw_gecos
| #define DIRECTORY_SEP '/'
| #define IS_DEVICE_SEP(_c_) 0
| #define IS_DIRECTORY_SEP(_c_) ((_c_) == DIRECTORY_SEP)
| #define IS_ANY_SEP(_c_) (IS_DIRECTORY_SEP (_c_))
| #define DONT_REOPEN_PTY 1
| #define DEFAULT_SOUND_DEVICE "/dev/dsp"
| #define INTERRUPT_INPUT 1
| #define PTY_ITERATION int i; for (i = 0; i < 1; i++)
| #define FIRST_PTY_LETTER 'p'
| #define PTY_OPEN do { int slave; if (openpty (&fd, &slave, pty_name, NULL, NULL) == -1) fd = -1; else emacs_close (slave); } while (0)
| #define PTY_NAME_SPRINTF /**/
| #define PTY_TTY_NAME_SPRINTF /**/
| #define SIGNALS_VIA_CHARACTERS 1
| #define PENDING_OUTPUT_COUNT(FILE) ((FILE)->_p - (FILE)->_bf._base)
| #define TAB3 OXTABS
| #define GC_SETJMP_WORKS 1
| #define HAVE__SETJMP 1
| #define BSD4_2 /**/
| #define BSD_SYSTEM /**/
| #define DARWIN_OS /**/
| #define USABLE_FIONREAD 1
| #define USABLE_SIGIO 1
| #define COPYRIGHT "Copyright (C) 2013 Free Software Foundation, Inc."
| #define EMACS_CONFIGURATION "x86_64-apple-darwin12.3.0"
| #define EMACS_CONFIG_OPTIONS " '--prefix=/usr/local/Cellar/emacs/24.3' '--without-dbus' '--enable-locallisppath=/usr/local/share/emacs/site-lisp' '--infodir=/usr/local/Cellar/emacs/24.3/share/info/emacs' '--without-x' 'CC=cc'"
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_C99_STRTOLD 1
| /* end confdefs.h. */
|
| #include <sys/types.h>
| #include <sys/stat.h>
| int
| main ()
| {
| struct stat s; s.st_dm_mode;
| ;
| return 0;
| }
configure:17011: result: no
configure:17021: checking whether strmode is declared
configure:17021: cc -c -g3 -O2 conftest.c >&5
configure:17021: $? = 0
configure:17021: result: yes
configure:17110: checking whether the preprocessor supports include_next
configure:17148: cc -c -g3 -O2 -Iconftestd1b -Iconftestd2 conftest.c >&5
configure:17148: $? = 0
configure:17169: result: yes
configure:17190: checking whether system header files limit the line length
configure:17213: result: no
configure:17314: checking for getopt.h
configure:17314: result: yes
configure:17331: checking for getopt_long_only
configure:17331: cc -o conftest -g3 -O2 conftest.c -lpthread >&5
configure:17331: $? = 0
configure:17331: result: yes
configure:17345: checking whether getopt is POSIX compatible
configure:17387: cc -o conftest -g3 -O2 conftest.c -lpthread >&5
configure:17387: $? = 0
configure:17387: ./conftest
configure:17387: $? = 0
configure:17446: cc -o conftest -g3 -O2 conftest.c -lpthread >&5
configure:17446: $? = 0
configure:17446: ./conftest
configure:17446: $? = 0
configure:17488: cc -o conftest -g3 -O2 conftest.c -lpthread >&5
configure:17488: $? = 0
configure:17488: ./conftest
program: option requires an argument -- b
configure:17488: $? = 16
configure: program exited with status 16
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "emacs"
| #define PACKAGE_TARNAME "emacs"
| #define PACKAGE_VERSION "24.3"
| #define PACKAGE_STRING "emacs 24.3"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "emacs"
| #define VERSION "24.3"
| #define MAIL_USE_POP 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define SYSTEM_TYPE "darwin"
| #define HAVE_FCNTL_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_PWD_H 1
| #define HAVE_UTMP_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_UTIL_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_MALLOC_MALLOC_H 1
| #define HAVE_SYS_UN_H 1
| #define HAVE_EXECINFO_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_TERM_H 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_DECL_SYS_SIGLIST 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_SPEED_T 1
| #define HAVE_NET_IF_H 1
| #define HAVE_IFADDRS_H 1
| #define HAVE_NET_IF_DL_H 1
| #define HAVE_STRUCT_IFREQ_IFR_FLAGS 1
| #define HAVE_STRUCT_IFREQ_IFR_BROADADDR 1
| #define HAVE_STRUCT_IFREQ_IFR_ADDR 1
| #define HAVE_STRUCT_IFREQ_IFR_ADDR_SA_LEN 1
| #define HAVE_LONG_FILE_NAMES 1
| #define SYSTEM_MALLOC 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_MMAP 1
| #define HAVE_PTHREAD 1
| #define HAVE_XIM 1
| #define USE_XIM 1
| #define XRegisterIMInstantiateCallback_arg6 XPointer
| #define HAVE_H_ERRNO 1
| #define HAVE_LIBM 1
| #define MAIL_USE_FLOCK 1
| #define HAVE_GETHOSTNAME 1
| #define HAVE_CLOSEDIR 1
| #define HAVE_GETRUSAGE 1
| #define HAVE_LRAND48 1
| #define HAVE_SETSID 1
| #define HAVE_FPATHCONF 1
| #define HAVE_SELECT 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_SETLOCALE 1
| #define HAVE_UTIMES 1
| #define HAVE_GETRLIMIT 1
| #define HAVE_SETRLIMIT 1
| #define HAVE_SETPGID 1
| #define HAVE_GETCWD 1
| #define HAVE_SHUTDOWN 1
| #define HAVE_GETADDRINFO 1
| #define HAVE_STRSIGNAL 1
| #define HAVE_SETITIMER 1
| #define HAVE_SENDTO 1
| #define HAVE_RECVFROM 1
| #define HAVE_GETSOCKNAME 1
| #define HAVE_GETPEERNAME 1
| #define HAVE_GETIFADDRS 1
| #define HAVE_FREEIFADDRS 1
| #define HAVE_GAI_STRERROR 1
| #define HAVE_MKSTEMP 1
| #define HAVE_GETLINE 1
| #define HAVE_GETDELIM 1
| #define HAVE_FSYNC 1
| #define HAVE_SYNC 1
| #define HAVE_DIFFTIME 1
| #define HAVE_POSIX_MEMALIGN 1
| #define HAVE_GETPWENT 1
| #define HAVE_ENDPWENT 1
| #define HAVE_GETGRENT 1
| #define HAVE_ENDGRENT 1
| #define HAVE_CFMAKERAW 1
| #define HAVE_CFSETSPEED 1
| #define HAVE_COPYSIGN 1
| #define HAVE_GETWD 1
| #define HAVE_RANDOM 1
| #define HAVE_RINT 1
| #define HAVE___BUILTIN_UNWIND_INIT 1
| #define HAVE_FSEEKO 1
| #define GETPGRP_VOID 1
| #define HAVE_GRANTPT 1
| #define HAVE_POSIX_OPENPT 1
| #define TERMINFO 1
| #define HAVE_TZSET 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_LSTAT 1
| #define HAVE_ALARM 1
| #define HAVE_PSELECT 1
| #define HAVE_PTHREAD_SIGMASK 1
| #define HAVE_READLINK 1
| #define HAVE_STRTOIMAX 1
| #define HAVE_STRTOUMAX 1
| #define HAVE_SYMLINK 1
| #define HAVE_LOCALTIME_R 1
| #define HAVE_FUTIMES 1
| #define HAVE_LUTIMES 1
| #define HAVE_INET_SOCKETS 1
| #define HAVE_FORK 1
| #define HAVE_VFORK 1
| #define HAVE_WORKING_VFORK 1
| #define HAVE_WORKING_FORK 1
| #define HAVE_SNPRINTF 1
| #define HAVE_LANGINFO_CODESET 1
| #define HAVE_MBSTATE_T 1
| #define __restrict_arr __restrict
| #define AMPERSAND_FULL_NAME 1
| #define CLASH_DETECTION 1
| #define HAVE_PTYS 1
| #define HAVE_SOCKETS 1
| #define NULL_DEVICE "/dev/null"
| #define SEPCHAR ':'
| #define subprocesses 1
| #define USER_FULL_NAME pw->pw_gecos
| #define DIRECTORY_SEP '/'
| #define IS_DEVICE_SEP(_c_) 0
| #define IS_DIRECTORY_SEP(_c_) ((_c_) == DIRECTORY_SEP)
| #define IS_ANY_SEP(_c_) (IS_DIRECTORY_SEP (_c_))
| #define DONT_REOPEN_PTY 1
| #define DEFAULT_SOUND_DEVICE "/dev/dsp"
| #define INTERRUPT_INPUT 1
| #define PTY_ITERATION int i; for (i = 0; i < 1; i++)
| #define FIRST_PTY_LETTER 'p'
| #define PTY_OPEN do { int slave; if (openpty (&fd, &slave, pty_name, NULL, NULL) == -1) fd = -1; else emacs_close (slave); } while (0)
| #define PTY_NAME_SPRINTF /**/
| #define PTY_TTY_NAME_SPRINTF /**/
| #define SIGNALS_VIA_CHARACTERS 1
| #define PENDING_OUTPUT_COUNT(FILE) ((FILE)->_p - (FILE)->_bf._base)
| #define TAB3 OXTABS
| #define GC_SETJMP_WORKS 1
| #define HAVE__SETJMP 1
| #define BSD4_2 /**/
| #define BSD_SYSTEM /**/
| #define DARWIN_OS /**/
| #define USABLE_FIONREAD 1
| #define USABLE_SIGIO 1
| #define COPYRIGHT "Copyright (C) 2013 Free Software Foundation, Inc."
| #define EMACS_CONFIGURATION "x86_64-apple-darwin12.3.0"
| #define EMACS_CONFIG_OPTIONS " '--prefix=/usr/local/Cellar/emacs/24.3' '--without-dbus' '--enable-locallisppath=/usr/local/share/emacs/site-lisp' '--infodir=/usr/local/Cellar/emacs/24.3/share/info/emacs' '--without-x' 'CC=cc'"
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_C99_STRTOLD 1
| #define HAVE_DECL_STRMODE 1
| #define HAVE_GETOPT_H 1
| #define HAVE_GETOPT_LONG_ONLY 1
| /* end confdefs.h. */
|
| #include <unistd.h>
| #include <stdlib.h>
| #include <string.h>
|
| int
| main ()
| {
| static char program[] = "program";
| static char ab[] = "-ab";
| char *argv[3] = { program, ab, NULL };
| if (getopt (2, argv, "ab:") != 'a')
| return 13;
| if (getopt (2, argv, "ab:") != '?')
| return 14;
| if (optopt != 'b')
| return 15;
| if (optind != 2)
| return 16;
| return 0;
| }
|
configure:17506: result: no
configure:17841: checking whether getenv is declared
configure:17841: cc -c -g3 -O2 conftest.c >&5
configure:17841: $? = 0
configure:17841: result: yes
configure:17857: checking for C/C++ restrict keyword
configure:17882: cc -c -g3 -O2 conftest.c >&5
configure:17882: $? = 0
configure:17890: result: __restrict
configure:18023: checking for struct timeval
configure:18046: cc -c -g3 -O2 conftest.c >&5
configure:18046: $? = 0
configure:18054: result: yes
configure:18059: checking for wide-enough struct timeval.tv_sec member
configure:18086: cc -c -g3 -O2 conftest.c >&5
configure:18086: $? = 0
configure:18094: result: yes
configure:18107: checking for unsigned long long int
configure:18155: result: yes
configure:18165: checking for long long int
configure:18215: result: yes
configure:18237: cc -c -g3 -O2 conftest.c >&5
configure:18237: $? = 0
configure:18390: checking whether stdint.h conforms to C99
configure:18559: cc -c -g3 -O2 conftest.c >&5
conftest.c:307:7: error: bit-field 'check_UINT8_C' has negative width (-1)
int check_UINT8_C:
^
conftest.c:309:7: error: bit-field 'check_UINT16_C' has negative width (-1)
int check_UINT16_C:
^
2 errors generated.
configure:18559: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "emacs"
| #define PACKAGE_TARNAME "emacs"
| #define PACKAGE_VERSION "24.3"
| #define PACKAGE_STRING "emacs 24.3"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "emacs"
| #define VERSION "24.3"
| #define MAIL_USE_POP 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define SYSTEM_TYPE "darwin"
| #define HAVE_FCNTL_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_PWD_H 1
| #define HAVE_UTMP_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_UTIL_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_MALLOC_MALLOC_H 1
| #define HAVE_SYS_UN_H 1
| #define HAVE_EXECINFO_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_TERM_H 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_DECL_SYS_SIGLIST 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_SPEED_T 1
| #define HAVE_NET_IF_H 1
| #define HAVE_IFADDRS_H 1
| #define HAVE_NET_IF_DL_H 1
| #define HAVE_STRUCT_IFREQ_IFR_FLAGS 1
| #define HAVE_STRUCT_IFREQ_IFR_BROADADDR 1
| #define HAVE_STRUCT_IFREQ_IFR_ADDR 1
| #define HAVE_STRUCT_IFREQ_IFR_ADDR_SA_LEN 1
| #define HAVE_LONG_FILE_NAMES 1
| #define SYSTEM_MALLOC 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_MMAP 1
| #define HAVE_PTHREAD 1
| #define HAVE_XIM 1
| #define USE_XIM 1
| #define XRegisterIMInstantiateCallback_arg6 XPointer
| #define HAVE_H_ERRNO 1
| #define HAVE_LIBM 1
| #define MAIL_USE_FLOCK 1
| #define HAVE_GETHOSTNAME 1
| #define HAVE_CLOSEDIR 1
| #define HAVE_GETRUSAGE 1
| #define HAVE_LRAND48 1
| #define HAVE_SETSID 1
| #define HAVE_FPATHCONF 1
| #define HAVE_SELECT 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_SETLOCALE 1
| #define HAVE_UTIMES 1
| #define HAVE_GETRLIMIT 1
| #define HAVE_SETRLIMIT 1
| #define HAVE_SETPGID 1
| #define HAVE_GETCWD 1
| #define HAVE_SHUTDOWN 1
| #define HAVE_GETADDRINFO 1
| #define HAVE_STRSIGNAL 1
| #define HAVE_SETITIMER 1
| #define HAVE_SENDTO 1
| #define HAVE_RECVFROM 1
| #define HAVE_GETSOCKNAME 1
| #define HAVE_GETPEERNAME 1
| #define HAVE_GETIFADDRS 1
| #define HAVE_FREEIFADDRS 1
| #define HAVE_GAI_STRERROR 1
| #define HAVE_MKSTEMP 1
| #define HAVE_GETLINE 1
| #define HAVE_GETDELIM 1
| #define HAVE_FSYNC 1
| #define HAVE_SYNC 1
| #define HAVE_DIFFTIME 1
| #define HAVE_POSIX_MEMALIGN 1
| #define HAVE_GETPWENT 1
| #define HAVE_ENDPWENT 1
| #define HAVE_GETGRENT 1
| #define HAVE_ENDGRENT 1
| #define HAVE_CFMAKERAW 1
| #define HAVE_CFSETSPEED 1
| #define HAVE_COPYSIGN 1
| #define HAVE_GETWD 1
| #define HAVE_RANDOM 1
| #define HAVE_RINT 1
| #define HAVE___BUILTIN_UNWIND_INIT 1
| #define HAVE_FSEEKO 1
| #define GETPGRP_VOID 1
| #define HAVE_GRANTPT 1
| #define HAVE_POSIX_OPENPT 1
| #define TERMINFO 1
| #define HAVE_TZSET 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_LSTAT 1
| #define HAVE_ALARM 1
| #define HAVE_PSELECT 1
| #define HAVE_PTHREAD_SIGMASK 1
| #define HAVE_READLINK 1
| #define HAVE_STRTOIMAX 1
| #define HAVE_STRTOUMAX 1
| #define HAVE_SYMLINK 1
| #define HAVE_LOCALTIME_R 1
| #define HAVE_FUTIMES 1
| #define HAVE_LUTIMES 1
| #define HAVE_INET_SOCKETS 1
| #define HAVE_FORK 1
| #define HAVE_VFORK 1
| #define HAVE_WORKING_VFORK 1
| #define HAVE_WORKING_FORK 1
| #define HAVE_SNPRINTF 1
| #define HAVE_LANGINFO_CODESET 1
| #define HAVE_MBSTATE_T 1
| #define __restrict_arr __restrict
| #define AMPERSAND_FULL_NAME 1
| #define CLASH_DETECTION 1
| #define HAVE_PTYS 1
| #define HAVE_SOCKETS 1
| #define NULL_DEVICE "/dev/null"
| #define SEPCHAR ':'
| #define subprocesses 1
| #define USER_FULL_NAME pw->pw_gecos
| #define DIRECTORY_SEP '/'
| #define IS_DEVICE_SEP(_c_) 0
| #define IS_DIRECTORY_SEP(_c_) ((_c_) == DIRECTORY_SEP)
| #define IS_ANY_SEP(_c_) (IS_DIRECTORY_SEP (_c_))
| #define DONT_REOPEN_PTY 1
| #define DEFAULT_SOUND_DEVICE "/dev/dsp"
| #define INTERRUPT_INPUT 1
| #define PTY_ITERATION int i; for (i = 0; i < 1; i++)
| #define FIRST_PTY_LETTER 'p'
| #define PTY_OPEN do { int slave; if (openpty (&fd, &slave, pty_name, NULL, NULL) == -1) fd = -1; else emacs_close (slave); } while (0)
| #define PTY_NAME_SPRINTF /**/
| #define PTY_TTY_NAME_SPRINTF /**/
| #define SIGNALS_VIA_CHARACTERS 1
| #define PENDING_OUTPUT_COUNT(FILE) ((FILE)->_p - (FILE)->_bf._base)
| #define TAB3 OXTABS
| #define GC_SETJMP_WORKS 1
| #define HAVE__SETJMP 1
| #define BSD4_2 /**/
| #define BSD_SYSTEM /**/
| #define DARWIN_OS /**/
| #define USABLE_FIONREAD 1
| #define USABLE_SIGIO 1
| #define COPYRIGHT "Copyright (C) 2013 Free Software Foundation, Inc."
| #define EMACS_CONFIGURATION "x86_64-apple-darwin12.3.0"
| #define EMACS_CONFIG_OPTIONS " '--prefix=/usr/local/Cellar/emacs/24.3' '--without-dbus' '--enable-locallisppath=/usr/local/share/emacs/site-lisp' '--infodir=/usr/local/Cellar/emacs/24.3/share/info/emacs' '--without-x' 'CC=cc'"
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_C99_STRTOLD 1
| #define HAVE_DECL_STRMODE 1
| #define HAVE_GETOPT_H 1
| #define HAVE_GETOPT_LONG_ONLY 1
| #define __GETOPT_PREFIX rpl_
| #define HAVE_DECL_GETENV 1
| #define restrict __restrict
| #define HAVE_UNSIGNED_LONG_LONG_INT 1
| #define HAVE_LONG_LONG_INT 1
| /* end confdefs.h. */
|
|
| #define _GL_JUST_INCLUDE_SYSTEM_STDINT_H 1 /* work if build isn't clean */
| #include <stdint.h>
| /* Dragonfly defines WCHAR_MIN, WCHAR_MAX only in <wchar.h>. */
| #if !(defined WCHAR_MIN && defined WCHAR_MAX)
| #error "WCHAR_MIN, WCHAR_MAX not defined in <stdint.h>"
| #endif
|
|
| /* BSD/OS 4.0.1 has a bug: <stddef.h>, <stdio.h> and <time.h> must be
| included before <wchar.h>. */
| #include <stddef.h>
| #include <signal.h>
| #if HAVE_WCHAR_H
| # include <stdio.h>
| # include <time.h>
| # include <wchar.h>
| #endif
|
|
| #ifdef INT8_MAX
| int8_t a1 = INT8_MAX;
| int8_t a1min = INT8_MIN;
| #endif
| #ifdef INT16_MAX
| int16_t a2 = INT16_MAX;
| int16_t a2min = INT16_MIN;
| #endif
| #ifdef INT32_MAX
| int32_t a3 = INT32_MAX;
| int32_t a3min = INT32_MIN;
| #endif
| #ifdef INT64_MAX
| int64_t a4 = INT64_MAX;
| int64_t a4min = INT64_MIN;
| #endif
| #ifdef UINT8_MAX
| uint8_t b1 = UINT8_MAX;
| #else
| typedef int b1[(unsigned char) -1 != 255 ? 1 : -1];
| #endif
| #ifdef UINT16_MAX
| uint16_t b2 = UINT16_MAX;
| #endif
| #ifdef UINT32_MAX
| uint32_t b3 = UINT32_MAX;
| #endif
| #ifdef UINT64_MAX
| uint64_t b4 = UINT64_MAX;
| #endif
| int_least8_t c1 = INT8_C (0x7f);
| int_least8_t c1max = INT_LEAST8_MAX;
| int_least8_t c1min = INT_LEAST8_MIN;
| int_least16_t c2 = INT16_C (0x7fff);
| int_least16_t c2max = INT_LEAST16_MAX;
| int_least16_t c2min = INT_LEAST16_MIN;
| int_least32_t c3 = INT32_C (0x7fffffff);
| int_least32_t c3max = INT_LEAST32_MAX;
| int_least32_t c3min = INT_LEAST32_MIN;
| int_least64_t c4 = INT64_C (0x7fffffffffffffff);
| int_least64_t c4max = INT_LEAST64_MAX;
| int_least64_t c4min = INT_LEAST64_MIN;
| uint_least8_t d1 = UINT8_C (0xff);
| uint_least8_t d1max = UINT_LEAST8_MAX;
| uint_least16_t d2 = UINT16_C (0xffff);
| uint_least16_t d2max = UINT_LEAST16_MAX;
| uint_least32_t d3 = UINT32_C (0xffffffff);
| uint_least32_t d3max = UINT_LEAST32_MAX;
| uint_least64_t d4 = UINT64_C (0xffffffffffffffff);
| uint_least64_t d4max = UINT_LEAST64_MAX;
| int_fast8_t e1 = INT_FAST8_MAX;
| int_fast8_t e1min = INT_FAST8_MIN;
| int_fast16_t e2 = INT_FAST16_MAX;
| int_fast16_t e2min = INT_FAST16_MIN;
| int_fast32_t e3 = INT_FAST32_MAX;
| int_fast32_t e3min = INT_FAST32_MIN;
| int_fast64_t e4 = INT_FAST64_MAX;
| int_fast64_t e4min = INT_FAST64_MIN;
| uint_fast8_t f1 = UINT_FAST8_MAX;
| uint_fast16_t f2 = UINT_FAST16_MAX;
| uint_fast32_t f3 = UINT_FAST32_MAX;
| uint_fast64_t f4 = UINT_FAST64_MAX;
| #ifdef INTPTR_MAX
| intptr_t g = INTPTR_MAX;
| intptr_t gmin = INTPTR_MIN;
| #endif
| #ifdef UINTPTR_MAX
| uintptr_t h = UINTPTR_MAX;
| #endif
| intmax_t i = INTMAX_MAX;
| uintmax_t j = UINTMAX_MAX;
|
| #include <limits.h> /* for CHAR_BIT */
| #define TYPE_MINIMUM(t) ((t) ((t) 0 < (t) -1 ? (t) 0 : ~ TYPE_MAXIMUM (t)))
| #define TYPE_MAXIMUM(t) ((t) ((t) 0 < (t) -1 ? (t) -1 : ((((t) 1 << (sizeof (t) * CHAR_BIT - 2)) - 1) * 2 + 1)))
| struct s {
| int check_PTRDIFF:
| PTRDIFF_MIN == TYPE_MINIMUM (ptrdiff_t)
| && PTRDIFF_MAX == TYPE_MAXIMUM (ptrdiff_t)
| ? 1 : -1;
| /* Detect bug in FreeBSD 6.0 / ia64. */
| int check_SIG_ATOMIC:
| SIG_ATOMIC_MIN == TYPE_MINIMUM (sig_atomic_t)
| && SIG_ATOMIC_MAX == TYPE_MAXIMUM (sig_atomic_t)
| ? 1 : -1;
| int check_SIZE: SIZE_MAX == TYPE_MAXIMUM (size_t) ? 1 : -1;
| int check_WCHAR:
| WCHAR_MIN == TYPE_MINIMUM (wchar_t)
| && WCHAR_MAX == TYPE_MAXIMUM (wchar_t)
| ? 1 : -1;
| /* Detect bug in mingw. */
| int check_WINT:
| WINT_MIN == TYPE_MINIMUM (wint_t)
| && WINT_MAX == TYPE_MAXIMUM (wint_t)
| ? 1 : -1;
|
| /* Detect bugs in glibc 2.4 and Solaris 10 stdint.h, among others. */
| int check_UINT8_C:
| (-1 < UINT8_C (0)) == (-1 < (uint_least8_t) 0) ? 1 : -1;
| int check_UINT16_C:
| (-1 < UINT16_C (0)) == (-1 < (uint_least16_t) 0) ? 1 : -1;
|
| /* Detect bugs in OpenBSD 3.9 stdint.h. */
| #ifdef UINT8_MAX
| int check_uint8: (uint8_t) -1 == UINT8_MAX ? 1 : -1;
| #endif
| #ifdef UINT16_MAX
| int check_uint16: (uint16_t) -1 == UINT16_MAX ? 1 : -1;
| #endif
| #ifdef UINT32_MAX
| int check_uint32: (uint32_t) -1 == UINT32_MAX ? 1 : -1;
| #endif
| #ifdef UINT64_MAX
| int check_uint64: (uint64_t) -1 == UINT64_MAX ? 1 : -1;
| #endif
| int check_uint_least8: (uint_least8_t) -1 == UINT_LEAST8_MAX ? 1 : -1;
| int check_uint_least16: (uint_least16_t) -1 == UINT_LEAST16_MAX ? 1 : -1;
| int check_uint_least32: (uint_least32_t) -1 == UINT_LEAST32_MAX ? 1 : -1;
| int check_uint_least64: (uint_least64_t) -1 == UINT_LEAST64_MAX ? 1 : -1;
| int check_uint_fast8: (uint_fast8_t) -1 == UINT_FAST8_MAX ? 1 : -1;
| int check_uint_fast16: (uint_fast16_t) -1 == UINT_FAST16_MAX ? 1 : -1;
| int check_uint_fast32: (uint_fast32_t) -1 == UINT_FAST32_MAX ? 1 : -1;
| int check_uint_fast64: (uint_fast64_t) -1 == UINT_FAST64_MAX ? 1 : -1;
| int check_uintptr: (uintptr_t) -1 == UINTPTR_MAX ? 1 : -1;
| int check_uintmax: (uintmax_t) -1 == UINTMAX_MAX ? 1 : -1;
| int check_size: (size_t) -1 == SIZE_MAX ? 1 : -1;
| };
|
| int
| main ()
| {
|
| ;
| return 0;
| }
configure:18651: result: no
configure:18660: checking sys/inttypes.h usability
configure:18660: cc -c -g3 -O2 conftest.c >&5
conftest.c:222:10: fatal error: 'sys/inttypes.h' file not found
#include <sys/inttypes.h>
^
1 error generated.
configure:18660: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "emacs"
| #define PACKAGE_TARNAME "emacs"
| #define PACKAGE_VERSION "24.3"
| #define PACKAGE_STRING "emacs 24.3"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "emacs"
| #define VERSION "24.3"
| #define MAIL_USE_POP 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define SYSTEM_TYPE "darwin"
| #define HAVE_FCNTL_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_PWD_H 1
| #define HAVE_UTMP_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_UTIL_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_MALLOC_MALLOC_H 1
| #define HAVE_SYS_UN_H 1
| #define HAVE_EXECINFO_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_TERM_H 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_DECL_SYS_SIGLIST 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_SPEED_T 1
| #define HAVE_NET_IF_H 1
| #define HAVE_IFADDRS_H 1
| #define HAVE_NET_IF_DL_H 1
| #define HAVE_STRUCT_IFREQ_IFR_FLAGS 1
| #define HAVE_STRUCT_IFREQ_IFR_BROADADDR 1
| #define HAVE_STRUCT_IFREQ_IFR_ADDR 1
| #define HAVE_STRUCT_IFREQ_IFR_ADDR_SA_LEN 1
| #define HAVE_LONG_FILE_NAMES 1
| #define SYSTEM_MALLOC 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_MMAP 1
| #define HAVE_PTHREAD 1
| #define HAVE_XIM 1
| #define USE_XIM 1
| #define XRegisterIMInstantiateCallback_arg6 XPointer
| #define HAVE_H_ERRNO 1
| #define HAVE_LIBM 1
| #define MAIL_USE_FLOCK 1
| #define HAVE_GETHOSTNAME 1
| #define HAVE_CLOSEDIR 1
| #define HAVE_GETRUSAGE 1
| #define HAVE_LRAND48 1
| #define HAVE_SETSID 1
| #define HAVE_FPATHCONF 1
| #define HAVE_SELECT 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_SETLOCALE 1
| #define HAVE_UTIMES 1
| #define HAVE_GETRLIMIT 1
| #define HAVE_SETRLIMIT 1
| #define HAVE_SETPGID 1
| #define HAVE_GETCWD 1
| #define HAVE_SHUTDOWN 1
| #define HAVE_GETADDRINFO 1
| #define HAVE_STRSIGNAL 1
| #define HAVE_SETITIMER 1
| #define HAVE_SENDTO 1
| #define HAVE_RECVFROM 1
| #define HAVE_GETSOCKNAME 1
| #define HAVE_GETPEERNAME 1
| #define HAVE_GETIFADDRS 1
| #define HAVE_FREEIFADDRS 1
| #define HAVE_GAI_STRERROR 1
| #define HAVE_MKSTEMP 1
| #define HAVE_GETLINE 1
| #define HAVE_GETDELIM 1
| #define HAVE_FSYNC 1
| #define HAVE_SYNC 1
| #define HAVE_DIFFTIME 1
| #define HAVE_POSIX_MEMALIGN 1
| #define HAVE_GETPWENT 1
| #define HAVE_ENDPWENT 1
| #define HAVE_GETGRENT 1
| #define HAVE_ENDGRENT 1
| #define HAVE_CFMAKERAW 1
| #define HAVE_CFSETSPEED 1
| #define HAVE_COPYSIGN 1
| #define HAVE_GETWD 1
| #define HAVE_RANDOM 1
| #define HAVE_RINT 1
| #define HAVE___BUILTIN_UNWIND_INIT 1
| #define HAVE_FSEEKO 1
| #define GETPGRP_VOID 1
| #define HAVE_GRANTPT 1
| #define HAVE_POSIX_OPENPT 1
| #define TERMINFO 1
| #define HAVE_TZSET 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_LSTAT 1
| #define HAVE_ALARM 1
| #define HAVE_PSELECT 1
| #define HAVE_PTHREAD_SIGMASK 1
| #define HAVE_READLINK 1
| #define HAVE_STRTOIMAX 1
| #define HAVE_STRTOUMAX 1
| #define HAVE_SYMLINK 1
| #define HAVE_LOCALTIME_R 1
| #define HAVE_FUTIMES 1
| #define HAVE_LUTIMES 1
| #define HAVE_INET_SOCKETS 1
| #define HAVE_FORK 1
| #define HAVE_VFORK 1
| #define HAVE_WORKING_VFORK 1
| #define HAVE_WORKING_FORK 1
| #define HAVE_SNPRINTF 1
| #define HAVE_LANGINFO_CODESET 1
| #define HAVE_MBSTATE_T 1
| #define __restrict_arr __restrict
| #define AMPERSAND_FULL_NAME 1
| #define CLASH_DETECTION 1
| #define HAVE_PTYS 1
| #define HAVE_SOCKETS 1
| #define NULL_DEVICE "/dev/null"
| #define SEPCHAR ':'
| #define subprocesses 1
| #define USER_FULL_NAME pw->pw_gecos
| #define DIRECTORY_SEP '/'
| #define IS_DEVICE_SEP(_c_) 0
| #define IS_DIRECTORY_SEP(_c_) ((_c_) == DIRECTORY_SEP)
| #define IS_ANY_SEP(_c_) (IS_DIRECTORY_SEP (_c_))
| #define DONT_REOPEN_PTY 1
| #define DEFAULT_SOUND_DEVICE "/dev/dsp"
| #define INTERRUPT_INPUT 1
| #define PTY_ITERATION int i; for (i = 0; i < 1; i++)
| #define FIRST_PTY_LETTER 'p'
| #define PTY_OPEN do { int slave; if (openpty (&fd, &slave, pty_name, NULL, NULL) == -1) fd = -1; else emacs_close (slave); } while (0)
| #define PTY_NAME_SPRINTF /**/
| #define PTY_TTY_NAME_SPRINTF /**/
| #define SIGNALS_VIA_CHARACTERS 1
| #define PENDING_OUTPUT_COUNT(FILE) ((FILE)->_p - (FILE)->_bf._base)
| #define TAB3 OXTABS
| #define GC_SETJMP_WORKS 1
| #define HAVE__SETJMP 1
| #define BSD4_2 /**/
| #define BSD_SYSTEM /**/
| #define DARWIN_OS /**/
| #define USABLE_FIONREAD 1
| #define USABLE_SIGIO 1
| #define COPYRIGHT "Copyright (C) 2013 Free Software Foundation, Inc."
| #define EMACS_CONFIGURATION "x86_64-apple-darwin12.3.0"
| #define EMACS_CONFIG_OPTIONS " '--prefix=/usr/local/Cellar/emacs/24.3' '--without-dbus' '--enable-locallisppath=/usr/local/share/emacs/site-lisp' '--infodir=/usr/local/Cellar/emacs/24.3/share/info/emacs' '--without-x' 'CC=cc'"
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_C99_STRTOLD 1
| #define HAVE_DECL_STRMODE 1
| #define HAVE_GETOPT_H 1
| #define HAVE_GETOPT_LONG_ONLY 1
| #define __GETOPT_PREFIX rpl_
| #define HAVE_DECL_GETENV 1
| #define restrict __restrict
| #define HAVE_UNSIGNED_LONG_LONG_INT 1
| #define HAVE_LONG_LONG_INT 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/inttypes.h>
configure:18660: result: no
configure:18660: checking sys/inttypes.h presence
configure:18660: cc -E conftest.c
conftest.c:189:10: fatal error: 'sys/inttypes.h' file not found
#include <sys/inttypes.h>
^
1 error generated.
configure:18660: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "emacs"
| #define PACKAGE_TARNAME "emacs"
| #define PACKAGE_VERSION "24.3"
| #define PACKAGE_STRING "emacs 24.3"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "emacs"
| #define VERSION "24.3"
| #define MAIL_USE_POP 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define SYSTEM_TYPE "darwin"
| #define HAVE_FCNTL_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_PWD_H 1
| #define HAVE_UTMP_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_UTIL_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_MALLOC_MALLOC_H 1
| #define HAVE_SYS_UN_H 1
| #define HAVE_EXECINFO_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_TERM_H 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_DECL_SYS_SIGLIST 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_SPEED_T 1
| #define HAVE_NET_IF_H 1
| #define HAVE_IFADDRS_H 1
| #define HAVE_NET_IF_DL_H 1
| #define HAVE_STRUCT_IFREQ_IFR_FLAGS 1
| #define HAVE_STRUCT_IFREQ_IFR_BROADADDR 1
| #define HAVE_STRUCT_IFREQ_IFR_ADDR 1
| #define HAVE_STRUCT_IFREQ_IFR_ADDR_SA_LEN 1
| #define HAVE_LONG_FILE_NAMES 1
| #define SYSTEM_MALLOC 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_MMAP 1
| #define HAVE_PTHREAD 1
| #define HAVE_XIM 1
| #define USE_XIM 1
| #define XRegisterIMInstantiateCallback_arg6 XPointer
| #define HAVE_H_ERRNO 1
| #define HAVE_LIBM 1
| #define MAIL_USE_FLOCK 1
| #define HAVE_GETHOSTNAME 1
| #define HAVE_CLOSEDIR 1
| #define HAVE_GETRUSAGE 1
| #define HAVE_LRAND48 1
| #define HAVE_SETSID 1
| #define HAVE_FPATHCONF 1
| #define HAVE_SELECT 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_SETLOCALE 1
| #define HAVE_UTIMES 1
| #define HAVE_GETRLIMIT 1
| #define HAVE_SETRLIMIT 1
| #define HAVE_SETPGID 1
| #define HAVE_GETCWD 1
| #define HAVE_SHUTDOWN 1
| #define HAVE_GETADDRINFO 1
| #define HAVE_STRSIGNAL 1
| #define HAVE_SETITIMER 1
| #define HAVE_SENDTO 1
| #define HAVE_RECVFROM 1
| #define HAVE_GETSOCKNAME 1
| #define HAVE_GETPEERNAME 1
| #define HAVE_GETIFADDRS 1
| #define HAVE_FREEIFADDRS 1
| #define HAVE_GAI_STRERROR 1
| #define HAVE_MKSTEMP 1
| #define HAVE_GETLINE 1
| #define HAVE_GETDELIM 1
| #define HAVE_FSYNC 1
| #define HAVE_SYNC 1
| #define HAVE_DIFFTIME 1
| #define HAVE_POSIX_MEMALIGN 1
| #define HAVE_GETPWENT 1
| #define HAVE_ENDPWENT 1
| #define HAVE_GETGRENT 1
| #define HAVE_ENDGRENT 1
| #define HAVE_CFMAKERAW 1
| #define HAVE_CFSETSPEED 1
| #define HAVE_COPYSIGN 1
| #define HAVE_GETWD 1
| #define HAVE_RANDOM 1
| #define HAVE_RINT 1
| #define HAVE___BUILTIN_UNWIND_INIT 1
| #define HAVE_FSEEKO 1
| #define GETPGRP_VOID 1
| #define HAVE_GRANTPT 1
| #define HAVE_POSIX_OPENPT 1
| #define TERMINFO 1
| #define HAVE_TZSET 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_LSTAT 1
| #define HAVE_ALARM 1
| #define HAVE_PSELECT 1
| #define HAVE_PTHREAD_SIGMASK 1
| #define HAVE_READLINK 1
| #define HAVE_STRTOIMAX 1
| #define HAVE_STRTOUMAX 1
| #define HAVE_SYMLINK 1
| #define HAVE_LOCALTIME_R 1
| #define HAVE_FUTIMES 1
| #define HAVE_LUTIMES 1
| #define HAVE_INET_SOCKETS 1
| #define HAVE_FORK 1
| #define HAVE_VFORK 1
| #define HAVE_WORKING_VFORK 1
| #define HAVE_WORKING_FORK 1
| #define HAVE_SNPRINTF 1
| #define HAVE_LANGINFO_CODESET 1
| #define HAVE_MBSTATE_T 1
| #define __restrict_arr __restrict
| #define AMPERSAND_FULL_NAME 1
| #define CLASH_DETECTION 1
| #define HAVE_PTYS 1
| #define HAVE_SOCKETS 1
| #define NULL_DEVICE "/dev/null"
| #define SEPCHAR ':'
| #define subprocesses 1
| #define USER_FULL_NAME pw->pw_gecos
| #define DIRECTORY_SEP '/'
| #define IS_DEVICE_SEP(_c_) 0
| #define IS_DIRECTORY_SEP(_c_) ((_c_) == DIRECTORY_SEP)
| #define IS_ANY_SEP(_c_) (IS_DIRECTORY_SEP (_c_))
| #define DONT_REOPEN_PTY 1
| #define DEFAULT_SOUND_DEVICE "/dev/dsp"
| #define INTERRUPT_INPUT 1
| #define PTY_ITERATION int i; for (i = 0; i < 1; i++)
| #define FIRST_PTY_LETTER 'p'
| #define PTY_OPEN do { int slave; if (openpty (&fd, &slave, pty_name, NULL, NULL) == -1) fd = -1; else emacs_close (slave); } while (0)
| #define PTY_NAME_SPRINTF /**/
| #define PTY_TTY_NAME_SPRINTF /**/
| #define SIGNALS_VIA_CHARACTERS 1
| #define PENDING_OUTPUT_COUNT(FILE) ((FILE)->_p - (FILE)->_bf._base)
| #define TAB3 OXTABS
| #define GC_SETJMP_WORKS 1
| #define HAVE__SETJMP 1
| #define BSD4_2 /**/
| #define BSD_SYSTEM /**/
| #define DARWIN_OS /**/
| #define USABLE_FIONREAD 1
| #define USABLE_SIGIO 1
| #define COPYRIGHT "Copyright (C) 2013 Free Software Foundation, Inc."
| #define EMACS_CONFIGURATION "x86_64-apple-darwin12.3.0"
| #define EMACS_CONFIG_OPTIONS " '--prefix=/usr/local/Cellar/emacs/24.3' '--without-dbus' '--enable-locallisppath=/usr/local/share/emacs/site-lisp' '--infodir=/usr/local/Cellar/emacs/24.3/share/info/emacs' '--without-x' 'CC=cc'"
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_C99_STRTOLD 1
| #define HAVE_DECL_STRMODE 1
| #define HAVE_GETOPT_H 1
| #define HAVE_GETOPT_LONG_ONLY 1
| #define __GETOPT_PREFIX rpl_
| #define HAVE_DECL_GETENV 1
| #define restrict __restrict
| #define HAVE_UNSIGNED_LONG_LONG_INT 1
| #define HAVE_LONG_LONG_INT 1
| /* end confdefs.h. */
| #include <sys/inttypes.h>
configure:18660: result: no
configure:18660: checking for sys/inttypes.h
configure:18660: result: no
configure:18660: checking sys/bitypes.h usability
configure:18660: cc -c -g3 -O2 conftest.c >&5
conftest.c:222:10: fatal error: 'sys/bitypes.h' file not found
#include <sys/bitypes.h>
^
1 error generated.
configure:18660: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "emacs"
| #define PACKAGE_TARNAME "emacs"
| #define PACKAGE_VERSION "24.3"
| #define PACKAGE_STRING "emacs 24.3"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "emacs"
| #define VERSION "24.3"
| #define MAIL_USE_POP 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define SYSTEM_TYPE "darwin"
| #define HAVE_FCNTL_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_PWD_H 1
| #define HAVE_UTMP_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_UTIL_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_MALLOC_MALLOC_H 1
| #define HAVE_SYS_UN_H 1
| #define HAVE_EXECINFO_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_TERM_H 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_DECL_SYS_SIGLIST 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_SPEED_T 1
| #define HAVE_NET_IF_H 1
| #define HAVE_IFADDRS_H 1
| #define HAVE_NET_IF_DL_H 1
| #define HAVE_STRUCT_IFREQ_IFR_FLAGS 1
| #define HAVE_STRUCT_IFREQ_IFR_BROADADDR 1
| #define HAVE_STRUCT_IFREQ_IFR_ADDR 1
| #define HAVE_STRUCT_IFREQ_IFR_ADDR_SA_LEN 1
| #define HAVE_LONG_FILE_NAMES 1
| #define SYSTEM_MALLOC 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_MMAP 1
| #define HAVE_PTHREAD 1
| #define HAVE_XIM 1
| #define USE_XIM 1
| #define XRegisterIMInstantiateCallback_arg6 XPointer
| #define HAVE_H_ERRNO 1
| #define HAVE_LIBM 1
| #define MAIL_USE_FLOCK 1
| #define HAVE_GETHOSTNAME 1
| #define HAVE_CLOSEDIR 1
| #define HAVE_GETRUSAGE 1
| #define HAVE_LRAND48 1
| #define HAVE_SETSID 1
| #define HAVE_FPATHCONF 1
| #define HAVE_SELECT 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_SETLOCALE 1
| #define HAVE_UTIMES 1
| #define HAVE_GETRLIMIT 1
| #define HAVE_SETRLIMIT 1
| #define HAVE_SETPGID 1
| #define HAVE_GETCWD 1
| #define HAVE_SHUTDOWN 1
| #define HAVE_GETADDRINFO 1
| #define HAVE_STRSIGNAL 1
| #define HAVE_SETITIMER 1
| #define HAVE_SENDTO 1
| #define HAVE_RECVFROM 1
| #define HAVE_GETSOCKNAME 1
| #define HAVE_GETPEERNAME 1
| #define HAVE_GETIFADDRS 1
| #define HAVE_FREEIFADDRS 1
| #define HAVE_GAI_STRERROR 1
| #define HAVE_MKSTEMP 1
| #define HAVE_GETLINE 1
| #define HAVE_GETDELIM 1
| #define HAVE_FSYNC 1
| #define HAVE_SYNC 1
| #define HAVE_DIFFTIME 1
| #define HAVE_POSIX_MEMALIGN 1
| #define HAVE_GETPWENT 1
| #define HAVE_ENDPWENT 1
| #define HAVE_GETGRENT 1
| #define HAVE_ENDGRENT 1
| #define HAVE_CFMAKERAW 1
| #define HAVE_CFSETSPEED 1
| #define HAVE_COPYSIGN 1
| #define HAVE_GETWD 1
| #define HAVE_RANDOM 1
| #define HAVE_RINT 1
| #define HAVE___BUILTIN_UNWIND_INIT 1
| #define HAVE_FSEEKO 1
| #define GETPGRP_VOID 1
| #define HAVE_GRANTPT 1
| #define HAVE_POSIX_OPENPT 1
| #define TERMINFO 1
| #define HAVE_TZSET 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_LSTAT 1
| #define HAVE_ALARM 1
| #define HAVE_PSELECT 1
| #define HAVE_PTHREAD_SIGMASK 1
| #define HAVE_READLINK 1
| #define HAVE_STRTOIMAX 1
| #define HAVE_STRTOUMAX 1
| #define HAVE_SYMLINK 1
| #define HAVE_LOCALTIME_R 1
| #define HAVE_FUTIMES 1
| #define HAVE_LUTIMES 1
| #define HAVE_INET_SOCKETS 1
| #define HAVE_FORK 1
| #define HAVE_VFORK 1
| #define HAVE_WORKING_VFORK 1
| #define HAVE_WORKING_FORK 1
| #define HAVE_SNPRINTF 1
| #define HAVE_LANGINFO_CODESET 1
| #define HAVE_MBSTATE_T 1
| #define __restrict_arr __restrict
| #define AMPERSAND_FULL_NAME 1
| #define CLASH_DETECTION 1
| #define HAVE_PTYS 1
| #define HAVE_SOCKETS 1
| #define NULL_DEVICE "/dev/null"
| #define SEPCHAR ':'
| #define subprocesses 1
| #define USER_FULL_NAME pw->pw_gecos
| #define DIRECTORY_SEP '/'
| #define IS_DEVICE_SEP(_c_) 0
| #define IS_DIRECTORY_SEP(_c_) ((_c_) == DIRECTORY_SEP)
| #define IS_ANY_SEP(_c_) (IS_DIRECTORY_SEP (_c_))
| #define DONT_REOPEN_PTY 1
| #define DEFAULT_SOUND_DEVICE "/dev/dsp"
| #define INTERRUPT_INPUT 1
| #define PTY_ITERATION int i; for (i = 0; i < 1; i++)
| #define FIRST_PTY_LETTER 'p'
| #define PTY_OPEN do { int slave; if (openpty (&fd, &slave, pty_name, NULL, NULL) == -1) fd = -1; else emacs_close (slave); } while (0)
| #define PTY_NAME_SPRINTF /**/
| #define PTY_TTY_NAME_SPRINTF /**/
| #define SIGNALS_VIA_CHARACTERS 1
| #define PENDING_OUTPUT_COUNT(FILE) ((FILE)->_p - (FILE)->_bf._base)
| #define TAB3 OXTABS
| #define GC_SETJMP_WORKS 1
| #define HAVE__SETJMP 1
| #define BSD4_2 /**/
| #define BSD_SYSTEM /**/
| #define DARWIN_OS /**/
| #define USABLE_FIONREAD 1
| #define USABLE_SIGIO 1
| #define COPYRIGHT "Copyright (C) 2013 Free Software Foundation, Inc."
| #define EMACS_CONFIGURATION "x86_64-apple-darwin12.3.0"
| #define EMACS_CONFIG_OPTIONS " '--prefix=/usr/local/Cellar/emacs/24.3' '--without-dbus' '--enable-locallisppath=/usr/local/share/emacs/site-lisp' '--infodir=/usr/local/Cellar/emacs/24.3/share/info/emacs' '--without-x' 'CC=cc'"
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_C99_STRTOLD 1
| #define HAVE_DECL_STRMODE 1
| #define HAVE_GETOPT_H 1
| #define HAVE_GETOPT_LONG_ONLY 1
| #define __GETOPT_PREFIX rpl_
| #define HAVE_DECL_GETENV 1
| #define restrict __restrict
| #define HAVE_UNSIGNED_LONG_LONG_INT 1
| #define HAVE_LONG_LONG_INT 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/bitypes.h>
configure:18660: result: no
configure:18660: checking sys/bitypes.h presence
configure:18660: cc -E conftest.c
conftest.c:189:10: fatal error: 'sys/bitypes.h' file not found
#include <sys/bitypes.h>
^
1 error generated.
configure:18660: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "emacs"
| #define PACKAGE_TARNAME "emacs"
| #define PACKAGE_VERSION "24.3"
| #define PACKAGE_STRING "emacs 24.3"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "emacs"
| #define VERSION "24.3"
| #define MAIL_USE_POP 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define SYSTEM_TYPE "darwin"
| #define HAVE_FCNTL_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_PWD_H 1
| #define HAVE_UTMP_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_UTIL_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_MALLOC_MALLOC_H 1
| #define HAVE_SYS_UN_H 1
| #define HAVE_EXECINFO_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_TERM_H 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_DECL_SYS_SIGLIST 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_SPEED_T 1
| #define HAVE_NET_IF_H 1
| #define HAVE_IFADDRS_H 1
| #define HAVE_NET_IF_DL_H 1
| #define HAVE_STRUCT_IFREQ_IFR_FLAGS 1
| #define HAVE_STRUCT_IFREQ_IFR_BROADADDR 1
| #define HAVE_STRUCT_IFREQ_IFR_ADDR 1
| #define HAVE_STRUCT_IFREQ_IFR_ADDR_SA_LEN 1
| #define HAVE_LONG_FILE_NAMES 1
| #define SYSTEM_MALLOC 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_MMAP 1
| #define HAVE_PTHREAD 1
| #define HAVE_XIM 1
| #define USE_XIM 1
| #define XRegisterIMInstantiateCallback_arg6 XPointer
| #define HAVE_H_ERRNO 1
| #define HAVE_LIBM 1
| #define MAIL_USE_FLOCK 1
| #define HAVE_GETHOSTNAME 1
| #define HAVE_CLOSEDIR 1
| #define HAVE_GETRUSAGE 1
| #define HAVE_LRAND48 1
| #define HAVE_SETSID 1
| #define HAVE_FPATHCONF 1
| #define HAVE_SELECT 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_SETLOCALE 1
| #define HAVE_UTIMES 1
| #define HAVE_GETRLIMIT 1
| #define HAVE_SETRLIMIT 1
| #define HAVE_SETPGID 1
| #define HAVE_GETCWD 1
| #define HAVE_SHUTDOWN 1
| #define HAVE_GETADDRINFO 1
| #define HAVE_STRSIGNAL 1
| #define HAVE_SETITIMER 1
| #define HAVE_SENDTO 1
| #define HAVE_RECVFROM 1
| #define HAVE_GETSOCKNAME 1
| #define HAVE_GETPEERNAME 1
| #define HAVE_GETIFADDRS 1
| #define HAVE_FREEIFADDRS 1
| #define HAVE_GAI_STRERROR 1
| #define HAVE_MKSTEMP 1
| #define HAVE_GETLINE 1
| #define HAVE_GETDELIM 1
| #define HAVE_FSYNC 1
| #define HAVE_SYNC 1
| #define HAVE_DIFFTIME 1
| #define HAVE_POSIX_MEMALIGN 1
| #define HAVE_GETPWENT 1
| #define HAVE_ENDPWENT 1
| #define HAVE_GETGRENT 1
| #define HAVE_ENDGRENT 1
| #define HAVE_CFMAKERAW 1
| #define HAVE_CFSETSPEED 1
| #define HAVE_COPYSIGN 1
| #define HAVE_GETWD 1
| #define HAVE_RANDOM 1
| #define HAVE_RINT 1
| #define HAVE___BUILTIN_UNWIND_INIT 1
| #define HAVE_FSEEKO 1
| #define GETPGRP_VOID 1
| #define HAVE_GRANTPT 1
| #define HAVE_POSIX_OPENPT 1
| #define TERMINFO 1
| #define HAVE_TZSET 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_LSTAT 1
| #define HAVE_ALARM 1
| #define HAVE_PSELECT 1
| #define HAVE_PTHREAD_SIGMASK 1
| #define HAVE_READLINK 1
| #define HAVE_STRTOIMAX 1
| #define HAVE_STRTOUMAX 1
| #define HAVE_SYMLINK 1
| #define HAVE_LOCALTIME_R 1
| #define HAVE_FUTIMES 1
| #define HAVE_LUTIMES 1
| #define HAVE_INET_SOCKETS 1
| #define HAVE_FORK 1
| #define HAVE_VFORK 1
| #define HAVE_WORKING_VFORK 1
| #define HAVE_WORKING_FORK 1
| #define HAVE_SNPRINTF 1
| #define HAVE_LANGINFO_CODESET 1
| #define HAVE_MBSTATE_T 1
| #define __restrict_arr __restrict
| #define AMPERSAND_FULL_NAME 1
| #define CLASH_DETECTION 1
| #define HAVE_PTYS 1
| #define HAVE_SOCKETS 1
| #define NULL_DEVICE "/dev/null"
| #define SEPCHAR ':'
| #define subprocesses 1
| #define USER_FULL_NAME pw->pw_gecos
| #define DIRECTORY_SEP '/'
| #define IS_DEVICE_SEP(_c_) 0
| #define IS_DIRECTORY_SEP(_c_) ((_c_) == DIRECTORY_SEP)
| #define IS_ANY_SEP(_c_) (IS_DIRECTORY_SEP (_c_))
| #define DONT_REOPEN_PTY 1
| #define DEFAULT_SOUND_DEVICE "/dev/dsp"
| #define INTERRUPT_INPUT 1
| #define PTY_ITERATION int i; for (i = 0; i < 1; i++)
| #define FIRST_PTY_LETTER 'p'
| #define PTY_OPEN do { int slave; if (openpty (&fd, &slave, pty_name, NULL, NULL) == -1) fd = -1; else emacs_close (slave); } while (0)
| #define PTY_NAME_SPRINTF /**/
| #define PTY_TTY_NAME_SPRINTF /**/
| #define SIGNALS_VIA_CHARACTERS 1
| #define PENDING_OUTPUT_COUNT(FILE) ((FILE)->_p - (FILE)->_bf._base)
| #define TAB3 OXTABS
| #define GC_SETJMP_WORKS 1
| #define HAVE__SETJMP 1
| #define BSD4_2 /**/
| #define BSD_SYSTEM /**/
| #define DARWIN_OS /**/
| #define USABLE_FIONREAD 1
| #define USABLE_SIGIO 1
| #define COPYRIGHT "Copyright (C) 2013 Free Software Foundation, Inc."
| #define EMACS_CONFIGURATION "x86_64-apple-darwin12.3.0"
| #define EMACS_CONFIG_OPTIONS " '--prefix=/usr/local/Cellar/emacs/24.3' '--without-dbus' '--enable-locallisppath=/usr/local/share/emacs/site-lisp' '--infodir=/usr/local/Cellar/emacs/24.3/share/info/emacs' '--without-x' 'CC=cc'"
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_C99_STRTOLD 1
| #define HAVE_DECL_STRMODE 1
| #define HAVE_GETOPT_H 1
| #define HAVE_GETOPT_LONG_ONLY 1
| #define __GETOPT_PREFIX rpl_
| #define HAVE_DECL_GETENV 1
| #define restrict __restrict
| #define HAVE_UNSIGNED_LONG_LONG_INT 1
| #define HAVE_LONG_LONG_INT 1
| /* end confdefs.h. */
| #include <sys/bitypes.h>
configure:18660: result: no
configure:18660: checking for sys/bitypes.h
configure:18660: result: no
configure:18689: checking for bit size of ptrdiff_t
configure:18694: cc -o conftest -g3 -O2 conftest.c -lpthread >&5
configure:18694: $? = 0
configure:18694: ./conftest
configure:18694: $? = 0
configure:18715: result: 64
configure:18689: checking for bit size of size_t
configure:18694: cc -o conftest -g3 -O2 conftest.c -lpthread >&5
configure:18694: $? = 0
configure:18694: ./conftest
configure:18694: $? = 0
configure:18715: result: 64
configure:18734: checking for bit size of sig_atomic_t
configure:18739: cc -o conftest -g3 -O2 conftest.c -lpthread >&5
configure:18739: $? = 0
configure:18739: ./conftest
configure:18739: $? = 0
configure:18760: result: 32
configure:18734: checking for bit size of wchar_t
configure:18739: cc -o conftest -g3 -O2 conftest.c -lpthread >&5
configure:18739: $? = 0
configure:18739: ./conftest
configure:18739: $? = 0
configure:18760: result: 32
configure:18734: checking for bit size of wint_t
configure:18739: cc -o conftest -g3 -O2 conftest.c -lpthread >&5
configure:18739: $? = 0
configure:18739: ./conftest
configure:18739: $? = 0
configure:18760: result: 32
configure:18778: checking whether sig_atomic_t is signed
configure:18805: cc -c -g3 -O2 conftest.c >&5
configure:18805: $? = 0
configure:18815: result: yes
configure:18778: checking whether wchar_t is signed
configure:18805: cc -c -g3 -O2 conftest.c >&5
configure:18805: $? = 0
configure:18815: result: yes
configure:18778: checking whether wint_t is signed
configure:18805: cc -c -g3 -O2 conftest.c >&5
configure:18805: $? = 0
configure:18815: result: yes
configure:18837: checking for ptrdiff_t integer literal suffix
configure:18883: cc -c -g3 -O2 conftest.c >&5
conftest.c:209:26: error: redefinition of 'foo' with a different type: 'int' vs 'ptrdiff_t' (aka 'long')
extern int foo;
^
conftest.c:208:32: note: previous definition is here
extern ptrdiff_t foo;
^
1 error generated.
configure:18883: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "emacs"
| #define PACKAGE_TARNAME "emacs"
| #define PACKAGE_VERSION "24.3"
| #define PACKAGE_STRING "emacs 24.3"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "emacs"
| #define VERSION "24.3"
| #define MAIL_USE_POP 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define SYSTEM_TYPE "darwin"
| #define HAVE_FCNTL_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_PWD_H 1
| #define HAVE_UTMP_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_UTIL_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_MALLOC_MALLOC_H 1
| #define HAVE_SYS_UN_H 1
| #define HAVE_EXECINFO_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_TERM_H 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_DECL_SYS_SIGLIST 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_SPEED_T 1
| #define HAVE_NET_IF_H 1
| #define HAVE_IFADDRS_H 1
| #define HAVE_NET_IF_DL_H 1
| #define HAVE_STRUCT_IFREQ_IFR_FLAGS 1
| #define HAVE_STRUCT_IFREQ_IFR_BROADADDR 1
| #define HAVE_STRUCT_IFREQ_IFR_ADDR 1
| #define HAVE_STRUCT_IFREQ_IFR_ADDR_SA_LEN 1
| #define HAVE_LONG_FILE_NAMES 1
| #define SYSTEM_MALLOC 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_MMAP 1
| #define HAVE_PTHREAD 1
| #define HAVE_XIM 1
| #define USE_XIM 1
| #define XRegisterIMInstantiateCallback_arg6 XPointer
| #define HAVE_H_ERRNO 1
| #define HAVE_LIBM 1
| #define MAIL_USE_FLOCK 1
| #define HAVE_GETHOSTNAME 1
| #define HAVE_CLOSEDIR 1
| #define HAVE_GETRUSAGE 1
| #define HAVE_LRAND48 1
| #define HAVE_SETSID 1
| #define HAVE_FPATHCONF 1
| #define HAVE_SELECT 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_SETLOCALE 1
| #define HAVE_UTIMES 1
| #define HAVE_GETRLIMIT 1
| #define HAVE_SETRLIMIT 1
| #define HAVE_SETPGID 1
| #define HAVE_GETCWD 1
| #define HAVE_SHUTDOWN 1
| #define HAVE_GETADDRINFO 1
| #define HAVE_STRSIGNAL 1
| #define HAVE_SETITIMER 1
| #define HAVE_SENDTO 1
| #define HAVE_RECVFROM 1
| #define HAVE_GETSOCKNAME 1
| #define HAVE_GETPEERNAME 1
| #define HAVE_GETIFADDRS 1
| #define HAVE_FREEIFADDRS 1
| #define HAVE_GAI_STRERROR 1
| #define HAVE_MKSTEMP 1
| #define HAVE_GETLINE 1
| #define HAVE_GETDELIM 1
| #define HAVE_FSYNC 1
| #define HAVE_SYNC 1
| #define HAVE_DIFFTIME 1
| #define HAVE_POSIX_MEMALIGN 1
| #define HAVE_GETPWENT 1
| #define HAVE_ENDPWENT 1
| #define HAVE_GETGRENT 1
| #define HAVE_ENDGRENT 1
| #define HAVE_CFMAKERAW 1
| #define HAVE_CFSETSPEED 1
| #define HAVE_COPYSIGN 1
| #define HAVE_GETWD 1
| #define HAVE_RANDOM 1
| #define HAVE_RINT 1
| #define HAVE___BUILTIN_UNWIND_INIT 1
| #define HAVE_FSEEKO 1
| #define GETPGRP_VOID 1
| #define HAVE_GRANTPT 1
| #define HAVE_POSIX_OPENPT 1
| #define TERMINFO 1
| #define HAVE_TZSET 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_LSTAT 1
| #define HAVE_ALARM 1
| #define HAVE_PSELECT 1
| #define HAVE_PTHREAD_SIGMASK 1
| #define HAVE_READLINK 1
| #define HAVE_STRTOIMAX 1
| #define HAVE_STRTOUMAX 1
| #define HAVE_SYMLINK 1
| #define HAVE_LOCALTIME_R 1
| #define HAVE_FUTIMES 1
| #define HAVE_LUTIMES 1
| #define HAVE_INET_SOCKETS 1
| #define HAVE_FORK 1
| #define HAVE_VFORK 1
| #define HAVE_WORKING_VFORK 1
| #define HAVE_WORKING_FORK 1
| #define HAVE_SNPRINTF 1
| #define HAVE_LANGINFO_CODESET 1
| #define HAVE_MBSTATE_T 1
| #define __restrict_arr __restrict
| #define AMPERSAND_FULL_NAME 1
| #define CLASH_DETECTION 1
| #define HAVE_PTYS 1
| #define HAVE_SOCKETS 1
| #define NULL_DEVICE "/dev/null"
| #define SEPCHAR ':'
| #define subprocesses 1
| #define USER_FULL_NAME pw->pw_gecos
| #define DIRECTORY_SEP '/'
| #define IS_DEVICE_SEP(_c_) 0
| #define IS_DIRECTORY_SEP(_c_) ((_c_) == DIRECTORY_SEP)
| #define IS_ANY_SEP(_c_) (IS_DIRECTORY_SEP (_c_))
| #define DONT_REOPEN_PTY 1
| #define DEFAULT_SOUND_DEVICE "/dev/dsp"
| #define INTERRUPT_INPUT 1
| #define PTY_ITERATION int i; for (i = 0; i < 1; i++)
| #define FIRST_PTY_LETTER 'p'
| #define PTY_OPEN do { int slave; if (openpty (&fd, &slave, pty_name, NULL, NULL) == -1) fd = -1; else emacs_close (slave); } while (0)
| #define PTY_NAME_SPRINTF /**/
| #define PTY_TTY_NAME_SPRINTF /**/
| #define SIGNALS_VIA_CHARACTERS 1
| #define PENDING_OUTPUT_COUNT(FILE) ((FILE)->_p - (FILE)->_bf._base)
| #define TAB3 OXTABS
| #define GC_SETJMP_WORKS 1
| #define HAVE__SETJMP 1
| #define BSD4_2 /**/
| #define BSD_SYSTEM /**/
| #define DARWIN_OS /**/
| #define USABLE_FIONREAD 1
| #define USABLE_SIGIO 1
| #define COPYRIGHT "Copyright (C) 2013 Free Software Foundation, Inc."
| #define EMACS_CONFIGURATION "x86_64-apple-darwin12.3.0"
| #define EMACS_CONFIG_OPTIONS " '--prefix=/usr/local/Cellar/emacs/24.3' '--without-dbus' '--enable-locallisppath=/usr/local/share/emacs/site-lisp' '--infodir=/usr/local/Cellar/emacs/24.3/share/info/emacs' '--without-x' 'CC=cc'"
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_C99_STRTOLD 1
| #define HAVE_DECL_STRMODE 1
| #define HAVE_GETOPT_H 1
| #define HAVE_GETOPT_LONG_ONLY 1
| #define __GETOPT_PREFIX rpl_
| #define HAVE_DECL_GETENV 1
| #define restrict __restrict
| #define HAVE_UNSIGNED_LONG_LONG_INT 1
| #define HAVE_LONG_LONG_INT 1
| #define BITSIZEOF_PTRDIFF_T 64
| #define BITSIZEOF_SIZE_T 64
| #define BITSIZEOF_SIG_ATOMIC_T 32
| #define BITSIZEOF_WCHAR_T 32
| #define BITSIZEOF_WINT_T 32
| #define HAVE_SIGNED_SIG_ATOMIC_T 1
| #define HAVE_SIGNED_WCHAR_T 1
| #define HAVE_SIGNED_WINT_T 1
| /* end confdefs.h. */
|
| /* BSD/OS 4.0.1 has a bug: <stddef.h>, <stdio.h> and <time.h> must be
| included before <wchar.h>. */
| #include <stddef.h>
| #include <signal.h>
| #if HAVE_WCHAR_H
| # include <stdio.h>
| # include <time.h>
| # include <wchar.h>
| #endif
|
| extern ptrdiff_t foo;
| extern int foo;
| int
| main ()
| {
|
| ;
| return 0;
| }
configure:18883: cc -c -g3 -O2 conftest.c >&5
configure:18883: $? = 0
configure:18892: result: l
configure:18837: checking for size_t integer literal suffix
configure:18883: cc -c -g3 -O2 conftest.c >&5
conftest.c:210:35: error: redefinition of 'foo' with a different type: 'unsigned int' vs 'size_t' (aka 'unsigned long')
extern unsigned int foo;
^
conftest.c:209:29: note: previous definition is here
extern size_t foo;
^
1 error generated.
configure:18883: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "emacs"
| #define PACKAGE_TARNAME "emacs"
| #define PACKAGE_VERSION "24.3"
| #define PACKAGE_STRING "emacs 24.3"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "emacs"
| #define VERSION "24.3"
| #define MAIL_USE_POP 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define SYSTEM_TYPE "darwin"
| #define HAVE_FCNTL_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_PWD_H 1
| #define HAVE_UTMP_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_UTIL_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_MALLOC_MALLOC_H 1
| #define HAVE_SYS_UN_H 1
| #define HAVE_EXECINFO_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_TERM_H 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_DECL_SYS_SIGLIST 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_SPEED_T 1
| #define HAVE_NET_IF_H 1
| #define HAVE_IFADDRS_H 1
| #define HAVE_NET_IF_DL_H 1
| #define HAVE_STRUCT_IFREQ_IFR_FLAGS 1
| #define HAVE_STRUCT_IFREQ_IFR_BROADADDR 1
| #define HAVE_STRUCT_IFREQ_IFR_ADDR 1
| #define HAVE_STRUCT_IFREQ_IFR_ADDR_SA_LEN 1
| #define HAVE_LONG_FILE_NAMES 1
| #define SYSTEM_MALLOC 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_MMAP 1
| #define HAVE_PTHREAD 1
| #define HAVE_XIM 1
| #define USE_XIM 1
| #define XRegisterIMInstantiateCallback_arg6 XPointer
| #define HAVE_H_ERRNO 1
| #define HAVE_LIBM 1
| #define MAIL_USE_FLOCK 1
| #define HAVE_GETHOSTNAME 1
| #define HAVE_CLOSEDIR 1
| #define HAVE_GETRUSAGE 1
| #define HAVE_LRAND48 1
| #define HAVE_SETSID 1
| #define HAVE_FPATHCONF 1
| #define HAVE_SELECT 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_SETLOCALE 1
| #define HAVE_UTIMES 1
| #define HAVE_GETRLIMIT 1
| #define HAVE_SETRLIMIT 1
| #define HAVE_SETPGID 1
| #define HAVE_GETCWD 1
| #define HAVE_SHUTDOWN 1
| #define HAVE_GETADDRINFO 1
| #define HAVE_STRSIGNAL 1
| #define HAVE_SETITIMER 1
| #define HAVE_SENDTO 1
| #define HAVE_RECVFROM 1
| #define HAVE_GETSOCKNAME 1
| #define HAVE_GETPEERNAME 1
| #define HAVE_GETIFADDRS 1
| #define HAVE_FREEIFADDRS 1
| #define HAVE_GAI_STRERROR 1
| #define HAVE_MKSTEMP 1
| #define HAVE_GETLINE 1
| #define HAVE_GETDELIM 1
| #define HAVE_FSYNC 1
| #define HAVE_SYNC 1
| #define HAVE_DIFFTIME 1
| #define HAVE_POSIX_MEMALIGN 1
| #define HAVE_GETPWENT 1
| #define HAVE_ENDPWENT 1
| #define HAVE_GETGRENT 1
| #define HAVE_ENDGRENT 1
| #define HAVE_CFMAKERAW 1
| #define HAVE_CFSETSPEED 1
| #define HAVE_COPYSIGN 1
| #define HAVE_GETWD 1
| #define HAVE_RANDOM 1
| #define HAVE_RINT 1
| #define HAVE___BUILTIN_UNWIND_INIT 1
| #define HAVE_FSEEKO 1
| #define GETPGRP_VOID 1
| #define HAVE_GRANTPT 1
| #define HAVE_POSIX_OPENPT 1
| #define TERMINFO 1
| #define HAVE_TZSET 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_LSTAT 1
| #define HAVE_ALARM 1
| #define HAVE_PSELECT 1
| #define HAVE_PTHREAD_SIGMASK 1
| #define HAVE_READLINK 1
| #define HAVE_STRTOIMAX 1
| #define HAVE_STRTOUMAX 1
| #define HAVE_SYMLINK 1
| #define HAVE_LOCALTIME_R 1
| #define HAVE_FUTIMES 1
| #define HAVE_LUTIMES 1
| #define HAVE_INET_SOCKETS 1
| #define HAVE_FORK 1
| #define HAVE_VFORK 1
| #define HAVE_WORKING_VFORK 1
| #define HAVE_WORKING_FORK 1
| #define HAVE_SNPRINTF 1
| #define HAVE_LANGINFO_CODESET 1
| #define HAVE_MBSTATE_T 1
| #define __restrict_arr __restrict
| #define AMPERSAND_FULL_NAME 1
| #define CLASH_DETECTION 1
| #define HAVE_PTYS 1
| #define HAVE_SOCKETS 1
| #define NULL_DEVICE "/dev/null"
| #define SEPCHAR ':'
| #define subprocesses 1
| #define USER_FULL_NAME pw->pw_gecos
| #define DIRECTORY_SEP '/'
| #define IS_DEVICE_SEP(_c_) 0
| #define IS_DIRECTORY_SEP(_c_) ((_c_) == DIRECTORY_SEP)
| #define IS_ANY_SEP(_c_) (IS_DIRECTORY_SEP (_c_))
| #define DONT_REOPEN_PTY 1
| #define DEFAULT_SOUND_DEVICE "/dev/dsp"
| #define INTERRUPT_INPUT 1
| #define PTY_ITERATION int i; for (i = 0; i < 1; i++)
| #define FIRST_PTY_LETTER 'p'
| #define PTY_OPEN do { int slave; if (openpty (&fd, &slave, pty_name, NULL, NULL) == -1) fd = -1; else emacs_close (slave); } while (0)
| #define PTY_NAME_SPRINTF /**/
| #define PTY_TTY_NAME_SPRINTF /**/
| #define SIGNALS_VIA_CHARACTERS 1
| #define PENDING_OUTPUT_COUNT(FILE) ((FILE)->_p - (FILE)->_bf._base)
| #define TAB3 OXTABS
| #define GC_SETJMP_WORKS 1
| #define HAVE__SETJMP 1
| #define BSD4_2 /**/
| #define BSD_SYSTEM /**/
| #define DARWIN_OS /**/
| #define USABLE_FIONREAD 1
| #define USABLE_SIGIO 1
| #define COPYRIGHT "Copyright (C) 2013 Free Software Foundation, Inc."
| #define EMACS_CONFIGURATION "x86_64-apple-darwin12.3.0"
| #define EMACS_CONFIG_OPTIONS " '--prefix=/usr/local/Cellar/emacs/24.3' '--without-dbus' '--enable-locallisppath=/usr/local/share/emacs/site-lisp' '--infodir=/usr/local/Cellar/emacs/24.3/share/info/emacs' '--without-x' 'CC=cc'"
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_C99_STRTOLD 1
| #define HAVE_DECL_STRMODE 1
| #define HAVE_GETOPT_H 1
| #define HAVE_GETOPT_LONG_ONLY 1
| #define __GETOPT_PREFIX rpl_
| #define HAVE_DECL_GETENV 1
| #define restrict __restrict
| #define HAVE_UNSIGNED_LONG_LONG_INT 1
| #define HAVE_LONG_LONG_INT 1
| #define BITSIZEOF_PTRDIFF_T 64
| #define BITSIZEOF_SIZE_T 64
| #define BITSIZEOF_SIG_ATOMIC_T 32
| #define BITSIZEOF_WCHAR_T 32
| #define BITSIZEOF_WINT_T 32
| #define HAVE_SIGNED_SIG_ATOMIC_T 1
| #define HAVE_SIGNED_WCHAR_T 1
| #define HAVE_SIGNED_WINT_T 1
| #define PTRDIFF_T_SUFFIX l
| /* end confdefs.h. */
|
| /* BSD/OS 4.0.1 has a bug: <stddef.h>, <stdio.h> and <time.h> must be
| included before <wchar.h>. */
| #include <stddef.h>
| #include <signal.h>
| #if HAVE_WCHAR_H
| # include <stdio.h>
| # include <time.h>
| # include <wchar.h>
| #endif
|
| extern size_t foo;
| extern unsigned int foo;
| int
| main ()
| {
|
| ;
| return 0;
| }
configure:18883: cc -c -g3 -O2 conftest.c >&5
configure:18883: $? = 0
configure:18892: result: ul
configure:18909: checking for sig_atomic_t integer literal suffix
configure:18955: cc -c -g3 -O2 conftest.c >&5
configure:18955: $? = 0
configure:18964: result:
configure:18909: checking for wchar_t integer literal suffix
configure:18955: cc -c -g3 -O2 conftest.c >&5
configure:18955: $? = 0
configure:18964: result:
configure:18909: checking for wint_t integer literal suffix
configure:18955: cc -c -g3 -O2 conftest.c >&5
configure:18955: $? = 0
configure:18964: result:
configure:19180: checking whether lstat correctly handles trailing slash
configure:19213: cc -o conftest -g3 -O2 conftest.c -lpthread >&5
configure:19213: $? = 0
configure:19213: ./conftest
configure:19213: $? = 1
configure: program exited with status 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "emacs"
| #define PACKAGE_TARNAME "emacs"
| #define PACKAGE_VERSION "24.3"
| #define PACKAGE_STRING "emacs 24.3"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "emacs"
| #define VERSION "24.3"
| #define MAIL_USE_POP 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define SYSTEM_TYPE "darwin"
| #define HAVE_FCNTL_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_PWD_H 1
| #define HAVE_UTMP_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_UTIL_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_MALLOC_MALLOC_H 1
| #define HAVE_SYS_UN_H 1
| #define HAVE_EXECINFO_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_TERM_H 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_DECL_SYS_SIGLIST 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_SPEED_T 1
| #define HAVE_NET_IF_H 1
| #define HAVE_IFADDRS_H 1
| #define HAVE_NET_IF_DL_H 1
| #define HAVE_STRUCT_IFREQ_IFR_FLAGS 1
| #define HAVE_STRUCT_IFREQ_IFR_BROADADDR 1
| #define HAVE_STRUCT_IFREQ_IFR_ADDR 1
| #define HAVE_STRUCT_IFREQ_IFR_ADDR_SA_LEN 1
| #define HAVE_LONG_FILE_NAMES 1
| #define SYSTEM_MALLOC 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_MMAP 1
| #define HAVE_PTHREAD 1
| #define HAVE_XIM 1
| #define USE_XIM 1
| #define XRegisterIMInstantiateCallback_arg6 XPointer
| #define HAVE_H_ERRNO 1
| #define HAVE_LIBM 1
| #define MAIL_USE_FLOCK 1
| #define HAVE_GETHOSTNAME 1
| #define HAVE_CLOSEDIR 1
| #define HAVE_GETRUSAGE 1
| #define HAVE_LRAND48 1
| #define HAVE_SETSID 1
| #define HAVE_FPATHCONF 1
| #define HAVE_SELECT 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_SETLOCALE 1
| #define HAVE_UTIMES 1
| #define HAVE_GETRLIMIT 1
| #define HAVE_SETRLIMIT 1
| #define HAVE_SETPGID 1
| #define HAVE_GETCWD 1
| #define HAVE_SHUTDOWN 1
| #define HAVE_GETADDRINFO 1
| #define HAVE_STRSIGNAL 1
| #define HAVE_SETITIMER 1
| #define HAVE_SENDTO 1
| #define HAVE_RECVFROM 1
| #define HAVE_GETSOCKNAME 1
| #define HAVE_GETPEERNAME 1
| #define HAVE_GETIFADDRS 1
| #define HAVE_FREEIFADDRS 1
| #define HAVE_GAI_STRERROR 1
| #define HAVE_MKSTEMP 1
| #define HAVE_GETLINE 1
| #define HAVE_GETDELIM 1
| #define HAVE_FSYNC 1
| #define HAVE_SYNC 1
| #define HAVE_DIFFTIME 1
| #define HAVE_POSIX_MEMALIGN 1
| #define HAVE_GETPWENT 1
| #define HAVE_ENDPWENT 1
| #define HAVE_GETGRENT 1
| #define HAVE_ENDGRENT 1
| #define HAVE_CFMAKERAW 1
| #define HAVE_CFSETSPEED 1
| #define HAVE_COPYSIGN 1
| #define HAVE_GETWD 1
| #define HAVE_RANDOM 1
| #define HAVE_RINT 1
| #define HAVE___BUILTIN_UNWIND_INIT 1
| #define HAVE_FSEEKO 1
| #define GETPGRP_VOID 1
| #define HAVE_GRANTPT 1
| #define HAVE_POSIX_OPENPT 1
| #define TERMINFO 1
| #define HAVE_TZSET 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_LSTAT 1
| #define HAVE_ALARM 1
| #define HAVE_PSELECT 1
| #define HAVE_PTHREAD_SIGMASK 1
| #define HAVE_READLINK 1
| #define HAVE_STRTOIMAX 1
| #define HAVE_STRTOUMAX 1
| #define HAVE_SYMLINK 1
| #define HAVE_LOCALTIME_R 1
| #define HAVE_FUTIMES 1
| #define HAVE_LUTIMES 1
| #define HAVE_INET_SOCKETS 1
| #define HAVE_FORK 1
| #define HAVE_VFORK 1
| #define HAVE_WORKING_VFORK 1
| #define HAVE_WORKING_FORK 1
| #define HAVE_SNPRINTF 1
| #define HAVE_LANGINFO_CODESET 1
| #define HAVE_MBSTATE_T 1
| #define __restrict_arr __restrict
| #define AMPERSAND_FULL_NAME 1
| #define CLASH_DETECTION 1
| #define HAVE_PTYS 1
| #define HAVE_SOCKETS 1
| #define NULL_DEVICE "/dev/null"
| #define SEPCHAR ':'
| #define subprocesses 1
| #define USER_FULL_NAME pw->pw_gecos
| #define DIRECTORY_SEP '/'
| #define IS_DEVICE_SEP(_c_) 0
| #define IS_DIRECTORY_SEP(_c_) ((_c_) == DIRECTORY_SEP)
| #define IS_ANY_SEP(_c_) (IS_DIRECTORY_SEP (_c_))
| #define DONT_REOPEN_PTY 1
| #define DEFAULT_SOUND_DEVICE "/dev/dsp"
| #define INTERRUPT_INPUT 1
| #define PTY_ITERATION int i; for (i = 0; i < 1; i++)
| #define FIRST_PTY_LETTER 'p'
| #define PTY_OPEN do { int slave; if (openpty (&fd, &slave, pty_name, NULL, NULL) == -1) fd = -1; else emacs_close (slave); } while (0)
| #define PTY_NAME_SPRINTF /**/
| #define PTY_TTY_NAME_SPRINTF /**/
| #define SIGNALS_VIA_CHARACTERS 1
| #define PENDING_OUTPUT_COUNT(FILE) ((FILE)->_p - (FILE)->_bf._base)
| #define TAB3 OXTABS
| #define GC_SETJMP_WORKS 1
| #define HAVE__SETJMP 1
| #define BSD4_2 /**/
| #define BSD_SYSTEM /**/
| #define DARWIN_OS /**/
| #define USABLE_FIONREAD 1
| #define USABLE_SIGIO 1
| #define COPYRIGHT "Copyright (C) 2013 Free Software Foundation, Inc."
| #define EMACS_CONFIGURATION "x86_64-apple-darwin12.3.0"
| #define EMACS_CONFIG_OPTIONS " '--prefix=/usr/local/Cellar/emacs/24.3' '--without-dbus' '--enable-locallisppath=/usr/local/share/emacs/site-lisp' '--infodir=/usr/local/Cellar/emacs/24.3/share/info/emacs' '--without-x' 'CC=cc'"
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_C99_STRTOLD 1
| #define HAVE_DECL_STRMODE 1
| #define HAVE_GETOPT_H 1
| #define HAVE_GETOPT_LONG_ONLY 1
| #define __GETOPT_PREFIX rpl_
| #define HAVE_DECL_GETENV 1
| #define restrict __restrict
| #define HAVE_UNSIGNED_LONG_LONG_INT 1
| #define HAVE_LONG_LONG_INT 1
| #define BITSIZEOF_PTRDIFF_T 64
| #define BITSIZEOF_SIZE_T 64
| #define BITSIZEOF_SIG_ATOMIC_T 32
| #define BITSIZEOF_WCHAR_T 32
| #define BITSIZEOF_WINT_T 32
| #define HAVE_SIGNED_SIG_ATOMIC_T 1
| #define HAVE_SIGNED_WCHAR_T 1
| #define HAVE_SIGNED_WINT_T 1
| #define PTRDIFF_T_SUFFIX l
| #define SIZE_T_SUFFIX ul
| #define SIG_ATOMIC_T_SUFFIX
| #define WCHAR_T_SUFFIX
| #define WINT_T_SUFFIX
| /* 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 ()
| {
| struct stat sbuf;
| /* Linux will dereference the symlink and fail, as required by
| POSIX. That is better in the sense that it means we will not
| have to compile and use the lstat wrapper. */
| return lstat ("conftest.sym/", &sbuf) == 0;
|
| ;
| return 0;
| }
configure:19230: result: no
configure:19271: checking whether <sys/select.h> is self-contained
configure:19288: cc -c -g3 -O2 conftest.c >&5
configure:19288: $? = 0
configure:19307: cc -c -g3 -O2 conftest.c >&5
configure:19307: $? = 0
configure:19337: cc -o conftest -g3 -O2 conftest.c -lpthread >&5
configure:19337: $? = 0
configure:19350: result: yes
configure:19490: checking for sigset_t
configure:19490: cc -c -g3 -O2 conftest.c >&5
configure:19490: $? = 0
configure:19490: cc -c -g3 -O2 conftest.c >&5
conftest.c:211:23: error: expected expression
if (sizeof ((sigset_t)))
^
1 error generated.
configure:19490: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "emacs"
| #define PACKAGE_TARNAME "emacs"
| #define PACKAGE_VERSION "24.3"
| #define PACKAGE_STRING "emacs 24.3"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "emacs"
| #define VERSION "24.3"
| #define MAIL_USE_POP 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define SYSTEM_TYPE "darwin"
| #define HAVE_FCNTL_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_PWD_H 1
| #define HAVE_UTMP_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_UTIL_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_MALLOC_MALLOC_H 1
| #define HAVE_SYS_UN_H 1
| #define HAVE_EXECINFO_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_TERM_H 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_DECL_SYS_SIGLIST 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_SPEED_T 1
| #define HAVE_NET_IF_H 1
| #define HAVE_IFADDRS_H 1
| #define HAVE_NET_IF_DL_H 1
| #define HAVE_STRUCT_IFREQ_IFR_FLAGS 1
| #define HAVE_STRUCT_IFREQ_IFR_BROADADDR 1
| #define HAVE_STRUCT_IFREQ_IFR_ADDR 1
| #define HAVE_STRUCT_IFREQ_IFR_ADDR_SA_LEN 1
| #define HAVE_LONG_FILE_NAMES 1
| #define SYSTEM_MALLOC 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_MMAP 1
| #define HAVE_PTHREAD 1
| #define HAVE_XIM 1
| #define USE_XIM 1
| #define XRegisterIMInstantiateCallback_arg6 XPointer
| #define HAVE_H_ERRNO 1
| #define HAVE_LIBM 1
| #define MAIL_USE_FLOCK 1
| #define HAVE_GETHOSTNAME 1
| #define HAVE_CLOSEDIR 1
| #define HAVE_GETRUSAGE 1
| #define HAVE_LRAND48 1
| #define HAVE_SETSID 1
| #define HAVE_FPATHCONF 1
| #define HAVE_SELECT 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_SETLOCALE 1
| #define HAVE_UTIMES 1
| #define HAVE_GETRLIMIT 1
| #define HAVE_SETRLIMIT 1
| #define HAVE_SETPGID 1
| #define HAVE_GETCWD 1
| #define HAVE_SHUTDOWN 1
| #define HAVE_GETADDRINFO 1
| #define HAVE_STRSIGNAL 1
| #define HAVE_SETITIMER 1
| #define HAVE_SENDTO 1
| #define HAVE_RECVFROM 1
| #define HAVE_GETSOCKNAME 1
| #define HAVE_GETPEERNAME 1
| #define HAVE_GETIFADDRS 1
| #define HAVE_FREEIFADDRS 1
| #define HAVE_GAI_STRERROR 1
| #define HAVE_MKSTEMP 1
| #define HAVE_GETLINE 1
| #define HAVE_GETDELIM 1
| #define HAVE_FSYNC 1
| #define HAVE_SYNC 1
| #define HAVE_DIFFTIME 1
| #define HAVE_POSIX_MEMALIGN 1
| #define HAVE_GETPWENT 1
| #define HAVE_ENDPWENT 1
| #define HAVE_GETGRENT 1
| #define HAVE_ENDGRENT 1
| #define HAVE_CFMAKERAW 1
| #define HAVE_CFSETSPEED 1
| #define HAVE_COPYSIGN 1
| #define HAVE_GETWD 1
| #define HAVE_RANDOM 1
| #define HAVE_RINT 1
| #define HAVE___BUILTIN_UNWIND_INIT 1
| #define HAVE_FSEEKO 1
| #define GETPGRP_VOID 1
| #define HAVE_GRANTPT 1
| #define HAVE_POSIX_OPENPT 1
| #define TERMINFO 1
| #define HAVE_TZSET 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_LSTAT 1
| #define HAVE_ALARM 1
| #define HAVE_PSELECT 1
| #define HAVE_PTHREAD_SIGMASK 1
| #define HAVE_READLINK 1
| #define HAVE_STRTOIMAX 1
| #define HAVE_STRTOUMAX 1
| #define HAVE_SYMLINK 1
| #define HAVE_LOCALTIME_R 1
| #define HAVE_FUTIMES 1
| #define HAVE_LUTIMES 1
| #define HAVE_INET_SOCKETS 1
| #define HAVE_FORK 1
| #define HAVE_VFORK 1
| #define HAVE_WORKING_VFORK 1
| #define HAVE_WORKING_FORK 1
| #define HAVE_SNPRINTF 1
| #define HAVE_LANGINFO_CODESET 1
| #define HAVE_MBSTATE_T 1
| #define __restrict_arr __restrict
| #define AMPERSAND_FULL_NAME 1
| #define CLASH_DETECTION 1
| #define HAVE_PTYS 1
| #define HAVE_SOCKETS 1
| #define NULL_DEVICE "/dev/null"
| #define SEPCHAR ':'
| #define subprocesses 1
| #define USER_FULL_NAME pw->pw_gecos
| #define DIRECTORY_SEP '/'
| #define IS_DEVICE_SEP(_c_) 0
| #define IS_DIRECTORY_SEP(_c_) ((_c_) == DIRECTORY_SEP)
| #define IS_ANY_SEP(_c_) (IS_DIRECTORY_SEP (_c_))
| #define DONT_REOPEN_PTY 1
| #define DEFAULT_SOUND_DEVICE "/dev/dsp"
| #define INTERRUPT_INPUT 1
| #define PTY_ITERATION int i; for (i = 0; i < 1; i++)
| #define FIRST_PTY_LETTER 'p'
| #define PTY_OPEN do { int slave; if (openpty (&fd, &slave, pty_name, NULL, NULL) == -1) fd = -1; else emacs_close (slave); } while (0)
| #define PTY_NAME_SPRINTF /**/
| #define PTY_TTY_NAME_SPRINTF /**/
| #define SIGNALS_VIA_CHARACTERS 1
| #define PENDING_OUTPUT_COUNT(FILE) ((FILE)->_p - (FILE)->_bf._base)
| #define TAB3 OXTABS
| #define GC_SETJMP_WORKS 1
| #define HAVE__SETJMP 1
| #define BSD4_2 /**/
| #define BSD_SYSTEM /**/
| #define DARWIN_OS /**/
| #define USABLE_FIONREAD 1
| #define USABLE_SIGIO 1
| #define COPYRIGHT "Copyright (C) 2013 Free Software Foundation, Inc."
| #define EMACS_CONFIGURATION "x86_64-apple-darwin12.3.0"
| #define EMACS_CONFIG_OPTIONS " '--prefix=/usr/local/Cellar/emacs/24.3' '--without-dbus' '--enable-locallisppath=/usr/local/share/emacs/site-lisp' '--infodir=/usr/local/Cellar/emacs/24.3/share/info/emacs' '--without-x' 'CC=cc'"
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_C99_STRTOLD 1
| #define HAVE_DECL_STRMODE 1
| #define HAVE_GETOPT_H 1
| #define HAVE_GETOPT_LONG_ONLY 1
| #define __GETOPT_PREFIX rpl_
| #define HAVE_DECL_GETENV 1
| #define restrict __restrict
| #define HAVE_UNSIGNED_LONG_LONG_INT 1
| #define HAVE_LONG_LONG_INT 1
| #define BITSIZEOF_PTRDIFF_T 64
| #define BITSIZEOF_SIZE_T 64
| #define BITSIZEOF_SIG_ATOMIC_T 32
| #define BITSIZEOF_WCHAR_T 32
| #define BITSIZEOF_WINT_T 32
| #define HAVE_SIGNED_SIG_ATOMIC_T 1
| #define HAVE_SIGNED_WCHAR_T 1
| #define HAVE_SIGNED_WINT_T 1
| #define PTRDIFF_T_SUFFIX l
| #define SIZE_T_SUFFIX ul
| #define SIG_ATOMIC_T_SUFFIX
| #define WCHAR_T_SUFFIX
| #define WINT_T_SUFFIX
| /* end confdefs.h. */
|
| #include <signal.h>
| /* Mingw defines sigset_t not in <signal.h>, but in <sys/types.h>. */
| #include <sys/types.h>
|
|
| int
| main ()
| {
| if (sizeof ((sigset_t)))
| return 0;
| ;
| return 0;
| }
configure:19490: result: yes
configure:19528: checking for stdbool.h that conforms to C99
configure:19595: cc -c -g3 -O2 conftest.c >&5
configure:19595: $? = 0
configure:19602: result: yes
configure:19604: checking for _Bool
configure:19604: cc -c -g3 -O2 conftest.c >&5
configure:19604: $? = 0
configure:19604: cc -c -g3 -O2 conftest.c >&5
conftest.c:239:20: error: expected expression
if (sizeof ((_Bool)))
^
1 error generated.
configure:19604: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "emacs"
| #define PACKAGE_TARNAME "emacs"
| #define PACKAGE_VERSION "24.3"
| #define PACKAGE_STRING "emacs 24.3"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "emacs"
| #define VERSION "24.3"
| #define MAIL_USE_POP 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define SYSTEM_TYPE "darwin"
| #define HAVE_FCNTL_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_PWD_H 1
| #define HAVE_UTMP_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_UTIL_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_MALLOC_MALLOC_H 1
| #define HAVE_SYS_UN_H 1
| #define HAVE_EXECINFO_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_TERM_H 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_DECL_SYS_SIGLIST 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_SPEED_T 1
| #define HAVE_NET_IF_H 1
| #define HAVE_IFADDRS_H 1
| #define HAVE_NET_IF_DL_H 1
| #define HAVE_STRUCT_IFREQ_IFR_FLAGS 1
| #define HAVE_STRUCT_IFREQ_IFR_BROADADDR 1
| #define HAVE_STRUCT_IFREQ_IFR_ADDR 1
| #define HAVE_STRUCT_IFREQ_IFR_ADDR_SA_LEN 1
| #define HAVE_LONG_FILE_NAMES 1
| #define SYSTEM_MALLOC 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_MMAP 1
| #define HAVE_PTHREAD 1
| #define HAVE_XIM 1
| #define USE_XIM 1
| #define XRegisterIMInstantiateCallback_arg6 XPointer
| #define HAVE_H_ERRNO 1
| #define HAVE_LIBM 1
| #define MAIL_USE_FLOCK 1
| #define HAVE_GETHOSTNAME 1
| #define HAVE_CLOSEDIR 1
| #define HAVE_GETRUSAGE 1
| #define HAVE_LRAND48 1
| #define HAVE_SETSID 1
| #define HAVE_FPATHCONF 1
| #define HAVE_SELECT 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_SETLOCALE 1
| #define HAVE_UTIMES 1
| #define HAVE_GETRLIMIT 1
| #define HAVE_SETRLIMIT 1
| #define HAVE_SETPGID 1
| #define HAVE_GETCWD 1
| #define HAVE_SHUTDOWN 1
| #define HAVE_GETADDRINFO 1
| #define HAVE_STRSIGNAL 1
| #define HAVE_SETITIMER 1
| #define HAVE_SENDTO 1
| #define HAVE_RECVFROM 1
| #define HAVE_GETSOCKNAME 1
| #define HAVE_GETPEERNAME 1
| #define HAVE_GETIFADDRS 1
| #define HAVE_FREEIFADDRS 1
| #define HAVE_GAI_STRERROR 1
| #define HAVE_MKSTEMP 1
| #define HAVE_GETLINE 1
| #define HAVE_GETDELIM 1
| #define HAVE_FSYNC 1
| #define HAVE_SYNC 1
| #define HAVE_DIFFTIME 1
| #define HAVE_POSIX_MEMALIGN 1
| #define HAVE_GETPWENT 1
| #define HAVE_ENDPWENT 1
| #define HAVE_GETGRENT 1
| #define HAVE_ENDGRENT 1
| #define HAVE_CFMAKERAW 1
| #define HAVE_CFSETSPEED 1
| #define HAVE_COPYSIGN 1
| #define HAVE_GETWD 1
| #define HAVE_RANDOM 1
| #define HAVE_RINT 1
| #define HAVE___BUILTIN_UNWIND_INIT 1
| #define HAVE_FSEEKO 1
| #define GETPGRP_VOID 1
| #define HAVE_GRANTPT 1
| #define HAVE_POSIX_OPENPT 1
| #define TERMINFO 1
| #define HAVE_TZSET 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_LSTAT 1
| #define HAVE_ALARM 1
| #define HAVE_PSELECT 1
| #define HAVE_PTHREAD_SIGMASK 1
| #define HAVE_READLINK 1
| #define HAVE_STRTOIMAX 1
| #define HAVE_STRTOUMAX 1
| #define HAVE_SYMLINK 1
| #define HAVE_LOCALTIME_R 1
| #define HAVE_FUTIMES 1
| #define HAVE_LUTIMES 1
| #define HAVE_INET_SOCKETS 1
| #define HAVE_FORK 1
| #define HAVE_VFORK 1
| #define HAVE_WORKING_VFORK 1
| #define HAVE_WORKING_FORK 1
| #define HAVE_SNPRINTF 1
| #define HAVE_LANGINFO_CODESET 1
| #define HAVE_MBSTATE_T 1
| #define __restrict_arr __restrict
| #define AMPERSAND_FULL_NAME 1
| #define CLASH_DETECTION 1
| #define HAVE_PTYS 1
| #define HAVE_SOCKETS 1
| #define NULL_DEVICE "/dev/null"
| #define SEPCHAR ':'
| #define subprocesses 1
| #define USER_FULL_NAME pw->pw_gecos
| #define DIRECTORY_SEP '/'
| #define IS_DEVICE_SEP(_c_) 0
| #define IS_DIRECTORY_SEP(_c_) ((_c_) == DIRECTORY_SEP)
| #define IS_ANY_SEP(_c_) (IS_DIRECTORY_SEP (_c_))
| #define DONT_REOPEN_PTY 1
| #define DEFAULT_SOUND_DEVICE "/dev/dsp"
| #define INTERRUPT_INPUT 1
| #define PTY_ITERATION int i; for (i = 0; i < 1; i++)
| #define FIRST_PTY_LETTER 'p'
| #define PTY_OPEN do { int slave; if (openpty (&fd, &slave, pty_name, NULL, NULL) == -1) fd = -1; else emacs_close (slave); } while (0)
| #define PTY_NAME_SPRINTF /**/
| #define PTY_TTY_NAME_SPRINTF /**/
| #define SIGNALS_VIA_CHARACTERS 1
| #define PENDING_OUTPUT_COUNT(FILE) ((FILE)->_p - (FILE)->_bf._base)
| #define TAB3 OXTABS
| #define GC_SETJMP_WORKS 1
| #define HAVE__SETJMP 1
| #define BSD4_2 /**/
| #define BSD_SYSTEM /**/
| #define DARWIN_OS /**/
| #define USABLE_FIONREAD 1
| #define USABLE_SIGIO 1
| #define COPYRIGHT "Copyright (C) 2013 Free Software Foundation, Inc."
| #define EMACS_CONFIGURATION "x86_64-apple-darwin12.3.0"
| #define EMACS_CONFIG_OPTIONS " '--prefix=/usr/local/Cellar/emacs/24.3' '--without-dbus' '--enable-locallisppath=/usr/local/share/emacs/site-lisp' '--infodir=/usr/local/Cellar/emacs/24.3/share/info/emacs' '--without-x' 'CC=cc'"
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_C99_STRTOLD 1
| #define HAVE_DECL_STRMODE 1
| #define HAVE_GETOPT_H 1
| #define HAVE_GETOPT_LONG_ONLY 1
| #define __GETOPT_PREFIX rpl_
| #define HAVE_DECL_GETENV 1
| #define restrict __restrict
| #define HAVE_UNSIGNED_LONG_LONG_INT 1
| #define HAVE_LONG_LONG_INT 1
| #define BITSIZEOF_PTRDIFF_T 64
| #define BITSIZEOF_SIZE_T 64
| #define BITSIZEOF_SIG_ATOMIC_T 32
| #define BITSIZEOF_WCHAR_T 32
| #define BITSIZEOF_WINT_T 32
| #define HAVE_SIGNED_SIG_ATOMIC_T 1
| #define HAVE_SIGNED_WCHAR_T 1
| #define HAVE_SIGNED_WINT_T 1
| #define PTRDIFF_T_SUFFIX l
| #define SIZE_T_SUFFIX ul
| #define SIG_ATOMIC_T_SUFFIX
| #define WCHAR_T_SUFFIX
| #define WINT_T_SUFFIX
| #define HAVE_SIGSET_T 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 ((_Bool)))
| return 0;
| ;
| return 0;
| }
configure:19604: result: yes
configure:19620: checking for wchar_t
configure:19637: cc -c -g3 -O2 conftest.c >&5
configure:19637: $? = 0
configure:19644: result: yes
configure:19755: checking whether struct tm is in sys/time.h or time.h
configure:19775: cc -c -g3 -O2 conftest.c >&5
configure:19775: $? = 0
configure:19782: result: time.h
configure:19790: checking for struct tm.tm_zone
configure:19790: cc -c -g3 -O2 conftest.c >&5
configure:19790: $? = 0
configure:19790: result: yes
configure:19858: checking for struct tm.tm_gmtoff
configure:19858: cc -c -g3 -O2 conftest.c >&5
configure:19858: $? = 0
configure:19858: result: yes
configure:19869: checking whether strtoimax is declared
configure:19869: cc -c -g3 -O2 conftest.c >&5
configure:19869: $? = 0
configure:19869: result: yes
configure:19882: checking whether strtoumax is declared
configure:19882: cc -c -g3 -O2 conftest.c >&5
configure:19882: $? = 0
configure:19882: result: yes
configure:19895: checking whether stat file-mode macros are broken
configure:19922: cc -c -g3 -O2 conftest.c >&5
configure:19922: $? = 0
configure:19929: result: no
configure:19939: checking for mode_t
configure:19939: cc -c -g3 -O2 conftest.c >&5
configure:19939: $? = 0
configure:19939: cc -c -g3 -O2 conftest.c >&5
conftest.c:246:21: error: expected expression
if (sizeof ((mode_t)))
^
1 error generated.
configure:19939: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "emacs"
| #define PACKAGE_TARNAME "emacs"
| #define PACKAGE_VERSION "24.3"
| #define PACKAGE_STRING "emacs 24.3"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "emacs"
| #define VERSION "24.3"
| #define MAIL_USE_POP 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define SYSTEM_TYPE "darwin"
| #define HAVE_FCNTL_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_PWD_H 1
| #define HAVE_UTMP_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_UTIL_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_MALLOC_MALLOC_H 1
| #define HAVE_SYS_UN_H 1
| #define HAVE_EXECINFO_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_TERM_H 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_DECL_SYS_SIGLIST 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_SPEED_T 1
| #define HAVE_NET_IF_H 1
| #define HAVE_IFADDRS_H 1
| #define HAVE_NET_IF_DL_H 1
| #define HAVE_STRUCT_IFREQ_IFR_FLAGS 1
| #define HAVE_STRUCT_IFREQ_IFR_BROADADDR 1
| #define HAVE_STRUCT_IFREQ_IFR_ADDR 1
| #define HAVE_STRUCT_IFREQ_IFR_ADDR_SA_LEN 1
| #define HAVE_LONG_FILE_NAMES 1
| #define SYSTEM_MALLOC 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_MMAP 1
| #define HAVE_PTHREAD 1
| #define HAVE_XIM 1
| #define USE_XIM 1
| #define XRegisterIMInstantiateCallback_arg6 XPointer
| #define HAVE_H_ERRNO 1
| #define HAVE_LIBM 1
| #define MAIL_USE_FLOCK 1
| #define HAVE_GETHOSTNAME 1
| #define HAVE_CLOSEDIR 1
| #define HAVE_GETRUSAGE 1
| #define HAVE_LRAND48 1
| #define HAVE_SETSID 1
| #define HAVE_FPATHCONF 1
| #define HAVE_SELECT 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_SETLOCALE 1
| #define HAVE_UTIMES 1
| #define HAVE_GETRLIMIT 1
| #define HAVE_SETRLIMIT 1
| #define HAVE_SETPGID 1
| #define HAVE_GETCWD 1
| #define HAVE_SHUTDOWN 1
| #define HAVE_GETADDRINFO 1
| #define HAVE_STRSIGNAL 1
| #define HAVE_SETITIMER 1
| #define HAVE_SENDTO 1
| #define HAVE_RECVFROM 1
| #define HAVE_GETSOCKNAME 1
| #define HAVE_GETPEERNAME 1
| #define HAVE_GETIFADDRS 1
| #define HAVE_FREEIFADDRS 1
| #define HAVE_GAI_STRERROR 1
| #define HAVE_MKSTEMP 1
| #define HAVE_GETLINE 1
| #define HAVE_GETDELIM 1
| #define HAVE_FSYNC 1
| #define HAVE_SYNC 1
| #define HAVE_DIFFTIME 1
| #define HAVE_POSIX_MEMALIGN 1
| #define HAVE_GETPWENT 1
| #define HAVE_ENDPWENT 1
| #define HAVE_GETGRENT 1
| #define HAVE_ENDGRENT 1
| #define HAVE_CFMAKERAW 1
| #define HAVE_CFSETSPEED 1
| #define HAVE_COPYSIGN 1
| #define HAVE_GETWD 1
| #define HAVE_RANDOM 1
| #define HAVE_RINT 1
| #define HAVE___BUILTIN_UNWIND_INIT 1
| #define HAVE_FSEEKO 1
| #define GETPGRP_VOID 1
| #define HAVE_GRANTPT 1
| #define HAVE_POSIX_OPENPT 1
| #define TERMINFO 1
| #define HAVE_TZSET 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_LSTAT 1
| #define HAVE_ALARM 1
| #define HAVE_PSELECT 1
| #define HAVE_PTHREAD_SIGMASK 1
| #define HAVE_READLINK 1
| #define HAVE_STRTOIMAX 1
| #define HAVE_STRTOUMAX 1
| #define HAVE_SYMLINK 1
| #define HAVE_LOCALTIME_R 1
| #define HAVE_FUTIMES 1
| #define HAVE_LUTIMES 1
| #define HAVE_INET_SOCKETS 1
| #define HAVE_FORK 1
| #define HAVE_VFORK 1
| #define HAVE_WORKING_VFORK 1
| #define HAVE_WORKING_FORK 1
| #define HAVE_SNPRINTF 1
| #define HAVE_LANGINFO_CODESET 1
| #define HAVE_MBSTATE_T 1
| #define __restrict_arr __restrict
| #define AMPERSAND_FULL_NAME 1
| #define CLASH_DETECTION 1
| #define HAVE_PTYS 1
| #define HAVE_SOCKETS 1
| #define NULL_DEVICE "/dev/null"
| #define SEPCHAR ':'
| #define subprocesses 1
| #define USER_FULL_NAME pw->pw_gecos
| #define DIRECTORY_SEP '/'
| #define IS_DEVICE_SEP(_c_) 0
| #define IS_DIRECTORY_SEP(_c_) ((_c_) == DIRECTORY_SEP)
| #define IS_ANY_SEP(_c_) (IS_DIRECTORY_SEP (_c_))
| #define DONT_REOPEN_PTY 1
| #define DEFAULT_SOUND_DEVICE "/dev/dsp"
| #define INTERRUPT_INPUT 1
| #define PTY_ITERATION int i; for (i = 0; i < 1; i++)
| #define FIRST_PTY_LETTER 'p'
| #define PTY_OPEN do { int slave; if (openpty (&fd, &slave, pty_name, NULL, NULL) == -1) fd = -1; else emacs_close (slave); } while (0)
| #define PTY_NAME_SPRINTF /**/
| #define PTY_TTY_NAME_SPRINTF /**/
| #define SIGNALS_VIA_CHARACTERS 1
| #define PENDING_OUTPUT_COUNT(FILE) ((FILE)->_p - (FILE)->_bf._base)
| #define TAB3 OXTABS
| #define GC_SETJMP_WORKS 1
| #define HAVE__SETJMP 1
| #define BSD4_2 /**/
| #define BSD_SYSTEM /**/
| #define DARWIN_OS /**/
| #define USABLE_FIONREAD 1
| #define USABLE_SIGIO 1
| #define COPYRIGHT "Copyright (C) 2013 Free Software Foundation, Inc."
| #define EMACS_CONFIGURATION "x86_64-apple-darwin12.3.0"
| #define EMACS_CONFIG_OPTIONS " '--prefix=/usr/local/Cellar/emacs/24.3' '--without-dbus' '--enable-locallisppath=/usr/local/share/emacs/site-lisp' '--infodir=/usr/local/Cellar/emacs/24.3/share/info/emacs' '--without-x' 'CC=cc'"
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_C99_STRTOLD 1
| #define HAVE_DECL_STRMODE 1
| #define HAVE_GETOPT_H 1
| #define HAVE_GETOPT_LONG_ONLY 1
| #define __GETOPT_PREFIX rpl_
| #define HAVE_DECL_GETENV 1
| #define restrict __restrict
| #define HAVE_UNSIGNED_LONG_LONG_INT 1
| #define HAVE_LONG_LONG_INT 1
| #define BITSIZEOF_PTRDIFF_T 64
| #define BITSIZEOF_SIZE_T 64
| #define BITSIZEOF_SIG_ATOMIC_T 32
| #define BITSIZEOF_WCHAR_T 32
| #define BITSIZEOF_WINT_T 32
| #define HAVE_SIGNED_SIG_ATOMIC_T 1
| #define HAVE_SIGNED_WCHAR_T 1
| #define HAVE_SIGNED_WINT_T 1
| #define PTRDIFF_T_SUFFIX l
| #define SIZE_T_SUFFIX ul
| #define SIG_ATOMIC_T_SUFFIX
| #define WCHAR_T_SUFFIX
| #define WINT_T_SUFFIX
| #define HAVE_SIGSET_T 1
| #define HAVE__BOOL 1
| #define HAVE_WCHAR_T 1
| #define HAVE_STRUCT_TM_TM_ZONE 1
| #define HAVE_TM_ZONE 1
| #define HAVE_TM_GMTOFF 1
| #define HAVE_DECL_STRTOIMAX 1
| #define HAVE_DECL_STRTOUMAX 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:19939: result: yes
configure:19952: checking for struct timespec in <time.h>
configure:19969: cc -c -g3 -O2 conftest.c >&5
configure:19969: $? = 0
configure:19976: result: yes
configure:20130: checking whether the utimes function works
configure:20245: cc -o conftest -g3 -O2 conftest.c -lpthread >&5
configure:20245: $? = 0
configure:20245: ./conftest
configure:20245: $? = 0
configure:20255: result: yes
configure:20268: checking for struct utimbuf
configure:20291: cc -c -g3 -O2 conftest.c >&5
configure:20291: $? = 0
configure:20298: result: yes
configure:20348: checking for alloca as a compiler built-in
configure:20372: result: yes
configure:20408: checking for library containing clock_gettime
configure:20439: cc -o conftest -g3 -O2 conftest.c -lpthread >&5
Undefined symbols for architecture x86_64:
"_clock_gettime", referenced from:
_main in conftest-2gxc4W.o
ld: symbol(s) not found for architecture x86_64
clang: error: linker command failed with exit code 1 (use -v to see invocation)
configure:20439: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "emacs"
| #define PACKAGE_TARNAME "emacs"
| #define PACKAGE_VERSION "24.3"
| #define PACKAGE_STRING "emacs 24.3"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "emacs"
| #define VERSION "24.3"
| #define MAIL_USE_POP 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define SYSTEM_TYPE "darwin"
| #define HAVE_FCNTL_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_PWD_H 1
| #define HAVE_UTMP_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_UTIL_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_MALLOC_MALLOC_H 1
| #define HAVE_SYS_UN_H 1
| #define HAVE_EXECINFO_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_TERM_H 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_DECL_SYS_SIGLIST 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_SPEED_T 1
| #define HAVE_NET_IF_H 1
| #define HAVE_IFADDRS_H 1
| #define HAVE_NET_IF_DL_H 1
| #define HAVE_STRUCT_IFREQ_IFR_FLAGS 1
| #define HAVE_STRUCT_IFREQ_IFR_BROADADDR 1
| #define HAVE_STRUCT_IFREQ_IFR_ADDR 1
| #define HAVE_STRUCT_IFREQ_IFR_ADDR_SA_LEN 1
| #define HAVE_LONG_FILE_NAMES 1
| #define SYSTEM_MALLOC 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_MMAP 1
| #define HAVE_PTHREAD 1
| #define HAVE_XIM 1
| #define USE_XIM 1
| #define XRegisterIMInstantiateCallback_arg6 XPointer
| #define HAVE_H_ERRNO 1
| #define HAVE_LIBM 1
| #define MAIL_USE_FLOCK 1
| #define HAVE_GETHOSTNAME 1
| #define HAVE_CLOSEDIR 1
| #define HAVE_GETRUSAGE 1
| #define HAVE_LRAND48 1
| #define HAVE_SETSID 1
| #define HAVE_FPATHCONF 1
| #define HAVE_SELECT 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_SETLOCALE 1
| #define HAVE_UTIMES 1
| #define HAVE_GETRLIMIT 1
| #define HAVE_SETRLIMIT 1
| #define HAVE_SETPGID 1
| #define HAVE_GETCWD 1
| #define HAVE_SHUTDOWN 1
| #define HAVE_GETADDRINFO 1
| #define HAVE_STRSIGNAL 1
| #define HAVE_SETITIMER 1
| #define HAVE_SENDTO 1
| #define HAVE_RECVFROM 1
| #define HAVE_GETSOCKNAME 1
| #define HAVE_GETPEERNAME 1
| #define HAVE_GETIFADDRS 1
| #define HAVE_FREEIFADDRS 1
| #define HAVE_GAI_STRERROR 1
| #define HAVE_MKSTEMP 1
| #define HAVE_GETLINE 1
| #define HAVE_GETDELIM 1
| #define HAVE_FSYNC 1
| #define HAVE_SYNC 1
| #define HAVE_DIFFTIME 1
| #define HAVE_POSIX_MEMALIGN 1
| #define HAVE_GETPWENT 1
| #define HAVE_ENDPWENT 1
| #define HAVE_GETGRENT 1
| #define HAVE_ENDGRENT 1
| #define HAVE_CFMAKERAW 1
| #define HAVE_CFSETSPEED 1
| #define HAVE_COPYSIGN 1
| #define HAVE_GETWD 1
| #define HAVE_RANDOM 1
| #define HAVE_RINT 1
| #define HAVE___BUILTIN_UNWIND_INIT 1
| #define HAVE_FSEEKO 1
| #define GETPGRP_VOID 1
| #define HAVE_GRANTPT 1
| #define HAVE_POSIX_OPENPT 1
| #define TERMINFO 1
| #define HAVE_TZSET 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_LSTAT 1
| #define HAVE_ALARM 1
| #define HAVE_PSELECT 1
| #define HAVE_PTHREAD_SIGMASK 1
| #define HAVE_READLINK 1
| #define HAVE_STRTOIMAX 1
| #define HAVE_STRTOUMAX 1
| #define HAVE_SYMLINK 1
| #define HAVE_LOCALTIME_R 1
| #define HAVE_FUTIMES 1
| #define HAVE_LUTIMES 1
| #define HAVE_INET_SOCKETS 1
| #define HAVE_FORK 1
| #define HAVE_VFORK 1
| #define HAVE_WORKING_VFORK 1
| #define HAVE_WORKING_FORK 1
| #define HAVE_SNPRINTF 1
| #define HAVE_LANGINFO_CODESET 1
| #define HAVE_MBSTATE_T 1
| #define __restrict_arr __restrict
| #define AMPERSAND_FULL_NAME 1
| #define CLASH_DETECTION 1
| #define HAVE_PTYS 1
| #define HAVE_SOCKETS 1
| #define NULL_DEVICE "/dev/null"
| #define SEPCHAR ':'
| #define subprocesses 1
| #define USER_FULL_NAME pw->pw_gecos
| #define DIRECTORY_SEP '/'
| #define IS_DEVICE_SEP(_c_) 0
| #define IS_DIRECTORY_SEP(_c_) ((_c_) == DIRECTORY_SEP)
| #define IS_ANY_SEP(_c_) (IS_DIRECTORY_SEP (_c_))
| #define DONT_REOPEN_PTY 1
| #define DEFAULT_SOUND_DEVICE "/dev/dsp"
| #define INTERRUPT_INPUT 1
| #define PTY_ITERATION int i; for (i = 0; i < 1; i++)
| #define FIRST_PTY_LETTER 'p'
| #define PTY_OPEN do { int slave; if (openpty (&fd, &slave, pty_name, NULL, NULL) == -1) fd = -1; else emacs_close (slave); } while (0)
| #define PTY_NAME_SPRINTF /**/
| #define PTY_TTY_NAME_SPRINTF /**/
| #define SIGNALS_VIA_CHARACTERS 1
| #define PENDING_OUTPUT_COUNT(FILE) ((FILE)->_p - (FILE)->_bf._base)
| #define TAB3 OXTABS
| #define GC_SETJMP_WORKS 1
| #define HAVE__SETJMP 1
| #define BSD4_2 /**/
| #define BSD_SYSTEM /**/
| #define DARWIN_OS /**/
| #define USABLE_FIONREAD 1
| #define USABLE_SIGIO 1
| #define COPYRIGHT "Copyright (C) 2013 Free Software Foundation, Inc."
| #define EMACS_CONFIGURATION "x86_64-apple-darwin12.3.0"
| #define EMACS_CONFIG_OPTIONS " '--prefix=/usr/local/Cellar/emacs/24.3' '--without-dbus' '--enable-locallisppath=/usr/local/share/emacs/site-lisp' '--infodir=/usr/local/Cellar/emacs/24.3/share/info/emacs' '--without-x' 'CC=cc'"
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_C99_STRTOLD 1
| #define HAVE_DECL_STRMODE 1
| #define HAVE_GETOPT_H 1
| #define HAVE_GETOPT_LONG_ONLY 1
| #define __GETOPT_PREFIX rpl_
| #define HAVE_DECL_GETENV 1
| #define restrict __restrict
| #define HAVE_UNSIGNED_LONG_LONG_INT 1
| #define HAVE_LONG_LONG_INT 1
| #define BITSIZEOF_PTRDIFF_T 64
| #define BITSIZEOF_SIZE_T 64
| #define BITSIZEOF_SIG_ATOMIC_T 32
| #define BITSIZEOF_WCHAR_T 32
| #define BITSIZEOF_WINT_T 32
| #define HAVE_SIGNED_SIG_ATOMIC_T 1
| #define HAVE_SIGNED_WCHAR_T 1
| #define HAVE_SIGNED_WINT_T 1
| #define PTRDIFF_T_SUFFIX l
| #define SIZE_T_SUFFIX ul
| #define SIG_ATOMIC_T_SUFFIX
| #define WCHAR_T_SUFFIX
| #define WINT_T_SUFFIX
| #define HAVE_SIGSET_T 1
| #define HAVE__BOOL 1
| #define HAVE_WCHAR_T 1
| #define HAVE_STRUCT_TM_TM_ZONE 1
| #define HAVE_TM_ZONE 1
| #define HAVE_TM_GMTOFF 1
| #define HAVE_DECL_STRTOIMAX 1
| #define HAVE_DECL_STRTOUMAX 1
| #define HAVE_WORKING_UTIMES 1
| #define HAVE_STRUCT_UTIMBUF 1
| #define HAVE_ALLOCA 1
| /* end confdefs.h. */
|
| /* Override any GCC internal prototype to avoid an error.
| Use char because int might match the return type of a GCC
| builtin and then its argument prototype would still apply. */
| #ifdef __cplusplus
| extern "C"
| #endif
| char clock_gettime ();
| int
| main ()
| {
| return clock_gettime ();
| ;
| return 0;
| }
configure:20439: cc -o conftest -g3 -O2 conftest.c -lrt -lpthread >&5
ld: library not found for -lrt
clang: error: linker command failed with exit code 1 (use -v to see invocation)
configure:20439: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "emacs"
| #define PACKAGE_TARNAME "emacs"
| #define PACKAGE_VERSION "24.3"
| #define PACKAGE_STRING "emacs 24.3"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "emacs"
| #define VERSION "24.3"
| #define MAIL_USE_POP 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define SYSTEM_TYPE "darwin"
| #define HAVE_FCNTL_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_PWD_H 1
| #define HAVE_UTMP_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_UTIL_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_MALLOC_MALLOC_H 1
| #define HAVE_SYS_UN_H 1
| #define HAVE_EXECINFO_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_TERM_H 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_DECL_SYS_SIGLIST 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_SPEED_T 1
| #define HAVE_NET_IF_H 1
| #define HAVE_IFADDRS_H 1
| #define HAVE_NET_IF_DL_H 1
| #define HAVE_STRUCT_IFREQ_IFR_FLAGS 1
| #define HAVE_STRUCT_IFREQ_IFR_BROADADDR 1
| #define HAVE_STRUCT_IFREQ_IFR_ADDR 1
| #define HAVE_STRUCT_IFREQ_IFR_ADDR_SA_LEN 1
| #define HAVE_LONG_FILE_NAMES 1
| #define SYSTEM_MALLOC 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_MMAP 1
| #define HAVE_PTHREAD 1
| #define HAVE_XIM 1
| #define USE_XIM 1
| #define XRegisterIMInstantiateCallback_arg6 XPointer
| #define HAVE_H_ERRNO 1
| #define HAVE_LIBM 1
| #define MAIL_USE_FLOCK 1
| #define HAVE_GETHOSTNAME 1
| #define HAVE_CLOSEDIR 1
| #define HAVE_GETRUSAGE 1
| #define HAVE_LRAND48 1
| #define HAVE_SETSID 1
| #define HAVE_FPATHCONF 1
| #define HAVE_SELECT 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_SETLOCALE 1
| #define HAVE_UTIMES 1
| #define HAVE_GETRLIMIT 1
| #define HAVE_SETRLIMIT 1
| #define HAVE_SETPGID 1
| #define HAVE_GETCWD 1
| #define HAVE_SHUTDOWN 1
| #define HAVE_GETADDRINFO 1
| #define HAVE_STRSIGNAL 1
| #define HAVE_SETITIMER 1
| #define HAVE_SENDTO 1
| #define HAVE_RECVFROM 1
| #define HAVE_GETSOCKNAME 1
| #define HAVE_GETPEERNAME 1
| #define HAVE_GETIFADDRS 1
| #define HAVE_FREEIFADDRS 1
| #define HAVE_GAI_STRERROR 1
| #define HAVE_MKSTEMP 1
| #define HAVE_GETLINE 1
| #define HAVE_GETDELIM 1
| #define HAVE_FSYNC 1
| #define HAVE_SYNC 1
| #define HAVE_DIFFTIME 1
| #define HAVE_POSIX_MEMALIGN 1
| #define HAVE_GETPWENT 1
| #define HAVE_ENDPWENT 1
| #define HAVE_GETGRENT 1
| #define HAVE_ENDGRENT 1
| #define HAVE_CFMAKERAW 1
| #define HAVE_CFSETSPEED 1
| #define HAVE_COPYSIGN 1
| #define HAVE_GETWD 1
| #define HAVE_RANDOM 1
| #define HAVE_RINT 1
| #define HAVE___BUILTIN_UNWIND_INIT 1
| #define HAVE_FSEEKO 1
| #define GETPGRP_VOID 1
| #define HAVE_GRANTPT 1
| #define HAVE_POSIX_OPENPT 1
| #define TERMINFO 1
| #define HAVE_TZSET 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_LSTAT 1
| #define HAVE_ALARM 1
| #define HAVE_PSELECT 1
| #define HAVE_PTHREAD_SIGMASK 1
| #define HAVE_READLINK 1
| #define HAVE_STRTOIMAX 1
| #define HAVE_STRTOUMAX 1
| #define HAVE_SYMLINK 1
| #define HAVE_LOCALTIME_R 1
| #define HAVE_FUTIMES 1
| #define HAVE_LUTIMES 1
| #define HAVE_INET_SOCKETS 1
| #define HAVE_FORK 1
| #define HAVE_VFORK 1
| #define HAVE_WORKING_VFORK 1
| #define HAVE_WORKING_FORK 1
| #define HAVE_SNPRINTF 1
| #define HAVE_LANGINFO_CODESET 1
| #define HAVE_MBSTATE_T 1
| #define __restrict_arr __restrict
| #define AMPERSAND_FULL_NAME 1
| #define CLASH_DETECTION 1
| #define HAVE_PTYS 1
| #define HAVE_SOCKETS 1
| #define NULL_DEVICE "/dev/null"
| #define SEPCHAR ':'
| #define subprocesses 1
| #define USER_FULL_NAME pw->pw_gecos
| #define DIRECTORY_SEP '/'
| #define IS_DEVICE_SEP(_c_) 0
| #define IS_DIRECTORY_SEP(_c_) ((_c_) == DIRECTORY_SEP)
| #define IS_ANY_SEP(_c_) (IS_DIRECTORY_SEP (_c_))
| #define DONT_REOPEN_PTY 1
| #define DEFAULT_SOUND_DEVICE "/dev/dsp"
| #define INTERRUPT_INPUT 1
| #define PTY_ITERATION int i; for (i = 0; i < 1; i++)
| #define FIRST_PTY_LETTER 'p'
| #define PTY_OPEN do { int slave; if (openpty (&fd, &slave, pty_name, NULL, NULL) == -1) fd = -1; else emacs_close (slave); } while (0)
| #define PTY_NAME_SPRINTF /**/
| #define PTY_TTY_NAME_SPRINTF /**/
| #define SIGNALS_VIA_CHARACTERS 1
| #define PENDING_OUTPUT_COUNT(FILE) ((FILE)->_p - (FILE)->_bf._base)
| #define TAB3 OXTABS
| #define GC_SETJMP_WORKS 1
| #define HAVE__SETJMP 1
| #define BSD4_2 /**/
| #define BSD_SYSTEM /**/
| #define DARWIN_OS /**/
| #define USABLE_FIONREAD 1
| #define USABLE_SIGIO 1
| #define COPYRIGHT "Copyright (C) 2013 Free Software Foundation, Inc."
| #define EMACS_CONFIGURATION "x86_64-apple-darwin12.3.0"
| #define EMACS_CONFIG_OPTIONS " '--prefix=/usr/local/Cellar/emacs/24.3' '--without-dbus' '--enable-locallisppath=/usr/local/share/emacs/site-lisp' '--infodir=/usr/local/Cellar/emacs/24.3/share/info/emacs' '--without-x' 'CC=cc'"
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_C99_STRTOLD 1
| #define HAVE_DECL_STRMODE 1
| #define HAVE_GETOPT_H 1
| #define HAVE_GETOPT_LONG_ONLY 1
| #define __GETOPT_PREFIX rpl_
| #define HAVE_DECL_GETENV 1
| #define restrict __restrict
| #define HAVE_UNSIGNED_LONG_LONG_INT 1
| #define HAVE_LONG_LONG_INT 1
| #define BITSIZEOF_PTRDIFF_T 64
| #define BITSIZEOF_SIZE_T 64
| #define BITSIZEOF_SIG_ATOMIC_T 32
| #define BITSIZEOF_WCHAR_T 32
| #define BITSIZEOF_WINT_T 32
| #define HAVE_SIGNED_SIG_ATOMIC_T 1
| #define HAVE_SIGNED_WCHAR_T 1
| #define HAVE_SIGNED_WINT_T 1
| #define PTRDIFF_T_SUFFIX l
| #define SIZE_T_SUFFIX ul
| #define SIG_ATOMIC_T_SUFFIX
| #define WCHAR_T_SUFFIX
| #define WINT_T_SUFFIX
| #define HAVE_SIGSET_T 1
| #define HAVE__BOOL 1
| #define HAVE_WCHAR_T 1
| #define HAVE_STRUCT_TM_TM_ZONE 1
| #define HAVE_TM_ZONE 1
| #define HAVE_TM_GMTOFF 1
| #define HAVE_DECL_STRTOIMAX 1
| #define HAVE_DECL_STRTOUMAX 1
| #define HAVE_WORKING_UTIMES 1
| #define HAVE_STRUCT_UTIMBUF 1
| #define HAVE_ALLOCA 1
| /* end confdefs.h. */
|
| /* Override any GCC internal prototype to avoid an error.
| Use char because int might match the return type of a GCC
| builtin and then its argument prototype would still apply. */
| #ifdef __cplusplus
| extern "C"
| #endif
| char clock_gettime ();
| int
| main ()
| {
| return clock_gettime ();
| ;
| return 0;
| }
configure:20439: cc -o conftest -g3 -O2 conftest.c -lposix4 -lpthread >&5
ld: library not found for -lposix4
clang: error: linker command failed with exit code 1 (use -v to see invocation)
configure:20439: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "emacs"
| #define PACKAGE_TARNAME "emacs"
| #define PACKAGE_VERSION "24.3"
| #define PACKAGE_STRING "emacs 24.3"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "emacs"
| #define VERSION "24.3"
| #define MAIL_USE_POP 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define SYSTEM_TYPE "darwin"
| #define HAVE_FCNTL_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_PWD_H 1
| #define HAVE_UTMP_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_UTIL_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_MALLOC_MALLOC_H 1
| #define HAVE_SYS_UN_H 1
| #define HAVE_EXECINFO_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_TERM_H 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_DECL_SYS_SIGLIST 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_SPEED_T 1
| #define HAVE_NET_IF_H 1
| #define HAVE_IFADDRS_H 1
| #define HAVE_NET_IF_DL_H 1
| #define HAVE_STRUCT_IFREQ_IFR_FLAGS 1
| #define HAVE_STRUCT_IFREQ_IFR_BROADADDR 1
| #define HAVE_STRUCT_IFREQ_IFR_ADDR 1
| #define HAVE_STRUCT_IFREQ_IFR_ADDR_SA_LEN 1
| #define HAVE_LONG_FILE_NAMES 1
| #define SYSTEM_MALLOC 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_MMAP 1
| #define HAVE_PTHREAD 1
| #define HAVE_XIM 1
| #define USE_XIM 1
| #define XRegisterIMInstantiateCallback_arg6 XPointer
| #define HAVE_H_ERRNO 1
| #define HAVE_LIBM 1
| #define MAIL_USE_FLOCK 1
| #define HAVE_GETHOSTNAME 1
| #define HAVE_CLOSEDIR 1
| #define HAVE_GETRUSAGE 1
| #define HAVE_LRAND48 1
| #define HAVE_SETSID 1
| #define HAVE_FPATHCONF 1
| #define HAVE_SELECT 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_SETLOCALE 1
| #define HAVE_UTIMES 1
| #define HAVE_GETRLIMIT 1
| #define HAVE_SETRLIMIT 1
| #define HAVE_SETPGID 1
| #define HAVE_GETCWD 1
| #define HAVE_SHUTDOWN 1
| #define HAVE_GETADDRINFO 1
| #define HAVE_STRSIGNAL 1
| #define HAVE_SETITIMER 1
| #define HAVE_SENDTO 1
| #define HAVE_RECVFROM 1
| #define HAVE_GETSOCKNAME 1
| #define HAVE_GETPEERNAME 1
| #define HAVE_GETIFADDRS 1
| #define HAVE_FREEIFADDRS 1
| #define HAVE_GAI_STRERROR 1
| #define HAVE_MKSTEMP 1
| #define HAVE_GETLINE 1
| #define HAVE_GETDELIM 1
| #define HAVE_FSYNC 1
| #define HAVE_SYNC 1
| #define HAVE_DIFFTIME 1
| #define HAVE_POSIX_MEMALIGN 1
| #define HAVE_GETPWENT 1
| #define HAVE_ENDPWENT 1
| #define HAVE_GETGRENT 1
| #define HAVE_ENDGRENT 1
| #define HAVE_CFMAKERAW 1
| #define HAVE_CFSETSPEED 1
| #define HAVE_COPYSIGN 1
| #define HAVE_GETWD 1
| #define HAVE_RANDOM 1
| #define HAVE_RINT 1
| #define HAVE___BUILTIN_UNWIND_INIT 1
| #define HAVE_FSEEKO 1
| #define GETPGRP_VOID 1
| #define HAVE_GRANTPT 1
| #define HAVE_POSIX_OPENPT 1
| #define TERMINFO 1
| #define HAVE_TZSET 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_LSTAT 1
| #define HAVE_ALARM 1
| #define HAVE_PSELECT 1
| #define HAVE_PTHREAD_SIGMASK 1
| #define HAVE_READLINK 1
| #define HAVE_STRTOIMAX 1
| #define HAVE_STRTOUMAX 1
| #define HAVE_SYMLINK 1
| #define HAVE_LOCALTIME_R 1
| #define HAVE_FUTIMES 1
| #define HAVE_LUTIMES 1
| #define HAVE_INET_SOCKETS 1
| #define HAVE_FORK 1
| #define HAVE_VFORK 1
| #define HAVE_WORKING_VFORK 1
| #define HAVE_WORKING_FORK 1
| #define HAVE_SNPRINTF 1
| #define HAVE_LANGINFO_CODESET 1
| #define HAVE_MBSTATE_T 1
| #define __restrict_arr __restrict
| #define AMPERSAND_FULL_NAME 1
| #define CLASH_DETECTION 1
| #define HAVE_PTYS 1
| #define HAVE_SOCKETS 1
| #define NULL_DEVICE "/dev/null"
| #define SEPCHAR ':'
| #define subprocesses 1
| #define USER_FULL_NAME pw->pw_gecos
| #define DIRECTORY_SEP '/'
| #define IS_DEVICE_SEP(_c_) 0
| #define IS_DIRECTORY_SEP(_c_) ((_c_) == DIRECTORY_SEP)
| #define IS_ANY_SEP(_c_) (IS_DIRECTORY_SEP (_c_))
| #define DONT_REOPEN_PTY 1
| #define DEFAULT_SOUND_DEVICE "/dev/dsp"
| #define INTERRUPT_INPUT 1
| #define PTY_ITERATION int i; for (i = 0; i < 1; i++)
| #define FIRST_PTY_LETTER 'p'
| #define PTY_OPEN do { int slave; if (openpty (&fd, &slave, pty_name, NULL, NULL) == -1) fd = -1; else emacs_close (slave); } while (0)
| #define PTY_NAME_SPRINTF /**/
| #define PTY_TTY_NAME_SPRINTF /**/
| #define SIGNALS_VIA_CHARACTERS 1
| #define PENDING_OUTPUT_COUNT(FILE) ((FILE)->_p - (FILE)->_bf._base)
| #define TAB3 OXTABS
| #define GC_SETJMP_WORKS 1
| #define HAVE__SETJMP 1
| #define BSD4_2 /**/
| #define BSD_SYSTEM /**/
| #define DARWIN_OS /**/
| #define USABLE_FIONREAD 1
| #define USABLE_SIGIO 1
| #define COPYRIGHT "Copyright (C) 2013 Free Software Foundation, Inc."
| #define EMACS_CONFIGURATION "x86_64-apple-darwin12.3.0"
| #define EMACS_CONFIG_OPTIONS " '--prefix=/usr/local/Cellar/emacs/24.3' '--without-dbus' '--enable-locallisppath=/usr/local/share/emacs/site-lisp' '--infodir=/usr/local/Cellar/emacs/24.3/share/info/emacs' '--without-x' 'CC=cc'"
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_C99_STRTOLD 1
| #define HAVE_DECL_STRMODE 1
| #define HAVE_GETOPT_H 1
| #define HAVE_GETOPT_LONG_ONLY 1
| #define __GETOPT_PREFIX rpl_
| #define HAVE_DECL_GETENV 1
| #define restrict __restrict
| #define HAVE_UNSIGNED_LONG_LONG_INT 1
| #define HAVE_LONG_LONG_INT 1
| #define BITSIZEOF_PTRDIFF_T 64
| #define BITSIZEOF_SIZE_T 64
| #define BITSIZEOF_SIG_ATOMIC_T 32
| #define BITSIZEOF_WCHAR_T 32
| #define BITSIZEOF_WINT_T 32
| #define HAVE_SIGNED_SIG_ATOMIC_T 1
| #define HAVE_SIGNED_WCHAR_T 1
| #define HAVE_SIGNED_WINT_T 1
| #define PTRDIFF_T_SUFFIX l
| #define SIZE_T_SUFFIX ul
| #define SIG_ATOMIC_T_SUFFIX
| #define WCHAR_T_SUFFIX
| #define WINT_T_SUFFIX
| #define HAVE_SIGSET_T 1
| #define HAVE__BOOL 1
| #define HAVE_WCHAR_T 1
| #define HAVE_STRUCT_TM_TM_ZONE 1
| #define HAVE_TM_ZONE 1
| #define HAVE_TM_GMTOFF 1
| #define HAVE_DECL_STRTOIMAX 1
| #define HAVE_DECL_STRTOUMAX 1
| #define HAVE_WORKING_UTIMES 1
| #define HAVE_STRUCT_UTIMBUF 1
| #define HAVE_ALLOCA 1
| /* end confdefs.h. */
|
| /* Override any GCC internal prototype to avoid an error.
| Use char because int might match the return type of a GCC
| builtin and then its argument prototype would still apply. */
| #ifdef __cplusplus
| extern "C"
| #endif
| char clock_gettime ();
| int
| main ()
| {
| return clock_gettime ();
| ;
| return 0;
| }
configure:20456: result: no
configure:20468: checking for clock_gettime
configure:20468: cc -o conftest -g3 -O2 conftest.c -lpthread >&5
Undefined symbols for architecture x86_64:
"_clock_gettime", referenced from:
_main in conftest-MoqoPJ.o
ld: symbol(s) not found for architecture x86_64
clang: error: linker command failed with exit code 1 (use -v to see invocation)
configure:20468: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "emacs"
| #define PACKAGE_TARNAME "emacs"
| #define PACKAGE_VERSION "24.3"
| #define PACKAGE_STRING "emacs 24.3"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "emacs"
| #define VERSION "24.3"
| #define MAIL_USE_POP 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define SYSTEM_TYPE "darwin"
| #define HAVE_FCNTL_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_PWD_H 1
| #define HAVE_UTMP_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_UTIL_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_MALLOC_MALLOC_H 1
| #define HAVE_SYS_UN_H 1
| #define HAVE_EXECINFO_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_TERM_H 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_DECL_SYS_SIGLIST 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_SPEED_T 1
| #define HAVE_NET_IF_H 1
| #define HAVE_IFADDRS_H 1
| #define HAVE_NET_IF_DL_H 1
| #define HAVE_STRUCT_IFREQ_IFR_FLAGS 1
| #define HAVE_STRUCT_IFREQ_IFR_BROADADDR 1
| #define HAVE_STRUCT_IFREQ_IFR_ADDR 1
| #define HAVE_STRUCT_IFREQ_IFR_ADDR_SA_LEN 1
| #define HAVE_LONG_FILE_NAMES 1
| #define SYSTEM_MALLOC 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_MMAP 1
| #define HAVE_PTHREAD 1
| #define HAVE_XIM 1
| #define USE_XIM 1
| #define XRegisterIMInstantiateCallback_arg6 XPointer
| #define HAVE_H_ERRNO 1
| #define HAVE_LIBM 1
| #define MAIL_USE_FLOCK 1
| #define HAVE_GETHOSTNAME 1
| #define HAVE_CLOSEDIR 1
| #define HAVE_GETRUSAGE 1
| #define HAVE_LRAND48 1
| #define HAVE_SETSID 1
| #define HAVE_FPATHCONF 1
| #define HAVE_SELECT 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_SETLOCALE 1
| #define HAVE_UTIMES 1
| #define HAVE_GETRLIMIT 1
| #define HAVE_SETRLIMIT 1
| #define HAVE_SETPGID 1
| #define HAVE_GETCWD 1
| #define HAVE_SHUTDOWN 1
| #define HAVE_GETADDRINFO 1
| #define HAVE_STRSIGNAL 1
| #define HAVE_SETITIMER 1
| #define HAVE_SENDTO 1
| #define HAVE_RECVFROM 1
| #define HAVE_GETSOCKNAME 1
| #define HAVE_GETPEERNAME 1
| #define HAVE_GETIFADDRS 1
| #define HAVE_FREEIFADDRS 1
| #define HAVE_GAI_STRERROR 1
| #define HAVE_MKSTEMP 1
| #define HAVE_GETLINE 1
| #define HAVE_GETDELIM 1
| #define HAVE_FSYNC 1
| #define HAVE_SYNC 1
| #define HAVE_DIFFTIME 1
| #define HAVE_POSIX_MEMALIGN 1
| #define HAVE_GETPWENT 1
| #define HAVE_ENDPWENT 1
| #define HAVE_GETGRENT 1
| #define HAVE_ENDGRENT 1
| #define HAVE_CFMAKERAW 1
| #define HAVE_CFSETSPEED 1
| #define HAVE_COPYSIGN 1
| #define HAVE_GETWD 1
| #define HAVE_RANDOM 1
| #define HAVE_RINT 1
| #define HAVE___BUILTIN_UNWIND_INIT 1
| #define HAVE_FSEEKO 1
| #define GETPGRP_VOID 1
| #define HAVE_GRANTPT 1
| #define HAVE_POSIX_OPENPT 1
| #define TERMINFO 1
| #define HAVE_TZSET 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_LSTAT 1
| #define HAVE_ALARM 1
| #define HAVE_PSELECT 1
| #define HAVE_PTHREAD_SIGMASK 1
| #define HAVE_READLINK 1
| #define HAVE_STRTOIMAX 1
| #define HAVE_STRTOUMAX 1
| #define HAVE_SYMLINK 1
| #define HAVE_LOCALTIME_R 1
| #define HAVE_FUTIMES 1
| #define HAVE_LUTIMES 1
| #define HAVE_INET_SOCKETS 1
| #define HAVE_FORK 1
| #define HAVE_VFORK 1
| #define HAVE_WORKING_VFORK 1
| #define HAVE_WORKING_FORK 1
| #define HAVE_SNPRINTF 1
| #define HAVE_LANGINFO_CODESET 1
| #define HAVE_MBSTATE_T 1
| #define __restrict_arr __restrict
| #define AMPERSAND_FULL_NAME 1
| #define CLASH_DETECTION 1
| #define HAVE_PTYS 1
| #define HAVE_SOCKETS 1
| #define NULL_DEVICE "/dev/null"
| #define SEPCHAR ':'
| #define subprocesses 1
| #define USER_FULL_NAME pw->pw_gecos
| #define DIRECTORY_SEP '/'
| #define IS_DEVICE_SEP(_c_) 0
| #define IS_DIRECTORY_SEP(_c_) ((_c_) == DIRECTORY_SEP)
| #define IS_ANY_SEP(_c_) (IS_DIRECTORY_SEP (_c_))
| #define DONT_REOPEN_PTY 1
| #define DEFAULT_SOUND_DEVICE "/dev/dsp"
| #define INTERRUPT_INPUT 1
| #define PTY_ITERATION int i; for (i = 0; i < 1; i++)
| #define FIRST_PTY_LETTER 'p'
| #define PTY_OPEN do { int slave; if (openpty (&fd, &slave, pty_name, NULL, NULL) == -1) fd = -1; else emacs_close (slave); } while (0)
| #define PTY_NAME_SPRINTF /**/
| #define PTY_TTY_NAME_SPRINTF /**/
| #define SIGNALS_VIA_CHARACTERS 1
| #define PENDING_OUTPUT_COUNT(FILE) ((FILE)->_p - (FILE)->_bf._base)
| #define TAB3 OXTABS
| #define GC_SETJMP_WORKS 1
| #define HAVE__SETJMP 1
| #define BSD4_2 /**/
| #define BSD_SYSTEM /**/
| #define DARWIN_OS /**/
| #define USABLE_FIONREAD 1
| #define USABLE_SIGIO 1
| #define COPYRIGHT "Copyright (C) 2013 Free Software Foundation, Inc."
| #define EMACS_CONFIGURATION "x86_64-apple-darwin12.3.0"
| #define EMACS_CONFIG_OPTIONS " '--prefix=/usr/local/Cellar/emacs/24.3' '--without-dbus' '--enable-locallisppath=/usr/local/share/emacs/site-lisp' '--infodir=/usr/local/Cellar/emacs/24.3/share/info/emacs' '--without-x' 'CC=cc'"
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_C99_STRTOLD 1
| #define HAVE_DECL_STRMODE 1
| #define HAVE_GETOPT_H 1
| #define HAVE_GETOPT_LONG_ONLY 1
| #define __GETOPT_PREFIX rpl_
| #define HAVE_DECL_GETENV 1
| #define restrict __restrict
| #define HAVE_UNSIGNED_LONG_LONG_INT 1
| #define HAVE_LONG_LONG_INT 1
| #define BITSIZEOF_PTRDIFF_T 64
| #define BITSIZEOF_SIZE_T 64
| #define BITSIZEOF_SIG_ATOMIC_T 32
| #define BITSIZEOF_WCHAR_T 32
| #define BITSIZEOF_WINT_T 32
| #define HAVE_SIGNED_SIG_ATOMIC_T 1
| #define HAVE_SIGNED_WCHAR_T 1
| #define HAVE_SIGNED_WINT_T 1
| #define PTRDIFF_T_SUFFIX l
| #define SIZE_T_SUFFIX ul
| #define SIG_ATOMIC_T_SUFFIX
| #define WCHAR_T_SUFFIX
| #define WINT_T_SUFFIX
| #define HAVE_SIGSET_T 1
| #define HAVE__BOOL 1
| #define HAVE_WCHAR_T 1
| #define HAVE_STRUCT_TM_TM_ZONE 1
| #define HAVE_TM_ZONE 1
| #define HAVE_TM_GMTOFF 1
| #define HAVE_DECL_STRTOIMAX 1
| #define HAVE_DECL_STRTOUMAX 1
| #define HAVE_WORKING_UTIMES 1
| #define HAVE_STRUCT_UTIMBUF 1
| #define HAVE_ALLOCA 1
| /* end confdefs.h. */
| /* Define clock_gettime to an innocuous variant, in case <limits.h> declares clock_gettime.
| For example, HP-UX 11i <limits.h> declares gettimeofday. */
| #define clock_gettime innocuous_clock_gettime
|
| /* System header to define __stub macros and hopefully few prototypes,
| which can conflict with char clock_gettime (); below.
| Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
| <limits.h> exists even on freestanding compilers. */
|
| #ifdef __STDC__
| # include <limits.h>
| #else
| # include <assert.h>
| #endif
|
| #undef clock_gettime
|
| /* 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 clock_gettime ();
| /* 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_clock_gettime || defined __stub___clock_gettime
| choke me
| #endif
|
| int
| main ()
| {
| return clock_gettime ();
| ;
| return 0;
| }
configure:20468: result: no
configure:20468: checking for clock_settime
configure:20468: cc -o conftest -g3 -O2 conftest.c -lpthread >&5
Undefined symbols for architecture x86_64:
"_clock_settime", referenced from:
_main in conftest-RP377i.o
ld: symbol(s) not found for architecture x86_64
clang: error: linker command failed with exit code 1 (use -v to see invocation)
configure:20468: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "emacs"
| #define PACKAGE_TARNAME "emacs"
| #define PACKAGE_VERSION "24.3"
| #define PACKAGE_STRING "emacs 24.3"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "emacs"
| #define VERSION "24.3"
| #define MAIL_USE_POP 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define SYSTEM_TYPE "darwin"
| #define HAVE_FCNTL_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_PWD_H 1
| #define HAVE_UTMP_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_UTIL_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_MALLOC_MALLOC_H 1
| #define HAVE_SYS_UN_H 1
| #define HAVE_EXECINFO_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_TERM_H 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_DECL_SYS_SIGLIST 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_SPEED_T 1
| #define HAVE_NET_IF_H 1
| #define HAVE_IFADDRS_H 1
| #define HAVE_NET_IF_DL_H 1
| #define HAVE_STRUCT_IFREQ_IFR_FLAGS 1
| #define HAVE_STRUCT_IFREQ_IFR_BROADADDR 1
| #define HAVE_STRUCT_IFREQ_IFR_ADDR 1
| #define HAVE_STRUCT_IFREQ_IFR_ADDR_SA_LEN 1
| #define HAVE_LONG_FILE_NAMES 1
| #define SYSTEM_MALLOC 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_MMAP 1
| #define HAVE_PTHREAD 1
| #define HAVE_XIM 1
| #define USE_XIM 1
| #define XRegisterIMInstantiateCallback_arg6 XPointer
| #define HAVE_H_ERRNO 1
| #define HAVE_LIBM 1
| #define MAIL_USE_FLOCK 1
| #define HAVE_GETHOSTNAME 1
| #define HAVE_CLOSEDIR 1
| #define HAVE_GETRUSAGE 1
| #define HAVE_LRAND48 1
| #define HAVE_SETSID 1
| #define HAVE_FPATHCONF 1
| #define HAVE_SELECT 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_SETLOCALE 1
| #define HAVE_UTIMES 1
| #define HAVE_GETRLIMIT 1
| #define HAVE_SETRLIMIT 1
| #define HAVE_SETPGID 1
| #define HAVE_GETCWD 1
| #define HAVE_SHUTDOWN 1
| #define HAVE_GETADDRINFO 1
| #define HAVE_STRSIGNAL 1
| #define HAVE_SETITIMER 1
| #define HAVE_SENDTO 1
| #define HAVE_RECVFROM 1
| #define HAVE_GETSOCKNAME 1
| #define HAVE_GETPEERNAME 1
| #define HAVE_GETIFADDRS 1
| #define HAVE_FREEIFADDRS 1
| #define HAVE_GAI_STRERROR 1
| #define HAVE_MKSTEMP 1
| #define HAVE_GETLINE 1
| #define HAVE_GETDELIM 1
| #define HAVE_FSYNC 1
| #define HAVE_SYNC 1
| #define HAVE_DIFFTIME 1
| #define HAVE_POSIX_MEMALIGN 1
| #define HAVE_GETPWENT 1
| #define HAVE_ENDPWENT 1
| #define HAVE_GETGRENT 1
| #define HAVE_ENDGRENT 1
| #define HAVE_CFMAKERAW 1
| #define HAVE_CFSETSPEED 1
| #define HAVE_COPYSIGN 1
| #define HAVE_GETWD 1
| #define HAVE_RANDOM 1
| #define HAVE_RINT 1
| #define HAVE___BUILTIN_UNWIND_INIT 1
| #define HAVE_FSEEKO 1
| #define GETPGRP_VOID 1
| #define HAVE_GRANTPT 1
| #define HAVE_POSIX_OPENPT 1
| #define TERMINFO 1
| #define HAVE_TZSET 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_LSTAT 1
| #define HAVE_ALARM 1
| #define HAVE_PSELECT 1
| #define HAVE_PTHREAD_SIGMASK 1
| #define HAVE_READLINK 1
| #define HAVE_STRTOIMAX 1
| #define HAVE_STRTOUMAX 1
| #define HAVE_SYMLINK 1
| #define HAVE_LOCALTIME_R 1
| #define HAVE_FUTIMES 1
| #define HAVE_LUTIMES 1
| #define HAVE_INET_SOCKETS 1
| #define HAVE_FORK 1
| #define HAVE_VFORK 1
| #define HAVE_WORKING_VFORK 1
| #define HAVE_WORKING_FORK 1
| #define HAVE_SNPRINTF 1
| #define HAVE_LANGINFO_CODESET 1
| #define HAVE_MBSTATE_T 1
| #define __restrict_arr __restrict
| #define AMPERSAND_FULL_NAME 1
| #define CLASH_DETECTION 1
| #define HAVE_PTYS 1
| #define HAVE_SOCKETS 1
| #define NULL_DEVICE "/dev/null"
| #define SEPCHAR ':'
| #define subprocesses 1
| #define USER_FULL_NAME pw->pw_gecos
| #define DIRECTORY_SEP '/'
| #define IS_DEVICE_SEP(_c_) 0
| #define IS_DIRECTORY_SEP(_c_) ((_c_) == DIRECTORY_SEP)
| #define IS_ANY_SEP(_c_) (IS_DIRECTORY_SEP (_c_))
| #define DONT_REOPEN_PTY 1
| #define DEFAULT_SOUND_DEVICE "/dev/dsp"
| #define INTERRUPT_INPUT 1
| #define PTY_ITERATION int i; for (i = 0; i < 1; i++)
| #define FIRST_PTY_LETTER 'p'
| #define PTY_OPEN do { int slave; if (openpty (&fd, &slave, pty_name, NULL, NULL) == -1) fd = -1; else emacs_close (slave); } while (0)
| #define PTY_NAME_SPRINTF /**/
| #define PTY_TTY_NAME_SPRINTF /**/
| #define SIGNALS_VIA_CHARACTERS 1
| #define PENDING_OUTPUT_COUNT(FILE) ((FILE)->_p - (FILE)->_bf._base)
| #define TAB3 OXTABS
| #define GC_SETJMP_WORKS 1
| #define HAVE__SETJMP 1
| #define BSD4_2 /**/
| #define BSD_SYSTEM /**/
| #define DARWIN_OS /**/
| #define USABLE_FIONREAD 1
| #define USABLE_SIGIO 1
| #define COPYRIGHT "Copyright (C) 2013 Free Software Foundation, Inc."
| #define EMACS_CONFIGURATION "x86_64-apple-darwin12.3.0"
| #define EMACS_CONFIG_OPTIONS " '--prefix=/usr/local/Cellar/emacs/24.3' '--without-dbus' '--enable-locallisppath=/usr/local/share/emacs/site-lisp' '--infodir=/usr/local/Cellar/emacs/24.3/share/info/emacs' '--without-x' 'CC=cc'"
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_C99_STRTOLD 1
| #define HAVE_DECL_STRMODE 1
| #define HAVE_GETOPT_H 1
| #define HAVE_GETOPT_LONG_ONLY 1
| #define __GETOPT_PREFIX rpl_
| #define HAVE_DECL_GETENV 1
| #define restrict __restrict
| #define HAVE_UNSIGNED_LONG_LONG_INT 1
| #define HAVE_LONG_LONG_INT 1
| #define BITSIZEOF_PTRDIFF_T 64
| #define BITSIZEOF_SIZE_T 64
| #define BITSIZEOF_SIG_ATOMIC_T 32
| #define BITSIZEOF_WCHAR_T 32
| #define BITSIZEOF_WINT_T 32
| #define HAVE_SIGNED_SIG_ATOMIC_T 1
| #define HAVE_SIGNED_WCHAR_T 1
| #define HAVE_SIGNED_WINT_T 1
| #define PTRDIFF_T_SUFFIX l
| #define SIZE_T_SUFFIX ul
| #define SIG_ATOMIC_T_SUFFIX
| #define WCHAR_T_SUFFIX
| #define WINT_T_SUFFIX
| #define HAVE_SIGSET_T 1
| #define HAVE__BOOL 1
| #define HAVE_WCHAR_T 1
| #define HAVE_STRUCT_TM_TM_ZONE 1
| #define HAVE_TM_ZONE 1
| #define HAVE_TM_GMTOFF 1
| #define HAVE_DECL_STRTOIMAX 1
| #define HAVE_DECL_STRTOUMAX 1
| #define HAVE_WORKING_UTIMES 1
| #define HAVE_STRUCT_UTIMBUF 1
| #define HAVE_ALLOCA 1
| /* end confdefs.h. */
| /* Define clock_settime to an innocuous variant, in case <limits.h> declares clock_settime.
| For example, HP-UX 11i <limits.h> declares gettimeofday. */
| #define clock_settime innocuous_clock_settime
|
| /* System header to define __stub macros and hopefully few prototypes,
| which can conflict with char clock_settime (); below.
| Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
| <limits.h> exists even on freestanding compilers. */
|
| #ifdef __STDC__
| # include <limits.h>
| #else
| # include <assert.h>
| #endif
|
| #undef clock_settime
|
| /* 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 clock_settime ();
| /* 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_clock_settime || defined __stub___clock_settime
| choke me
| #endif
|
| int
| main ()
| {
| return clock_settime ();
| ;
| return 0;
| }
configure:20468: result: no
configure:20507: checking whether dup2 works
configure:20561: cc -o conftest -g3 -O2 conftest.c -lpthread >&5
configure:20561: $? = 0
configure:20561: ./conftest
configure:20561: $? = 0
configure:20572: result: yes
configure:20627: checking for library containing backtrace_symbols_fd
configure:20658: cc -o conftest -g3 -O2 conftest.c -lpthread >&5
configure:20658: $? = 0
configure:20675: result: none required
configure:20727: checking for getloadavg
configure:20727: cc -o conftest -g3 -O2 conftest.c -lpthread >&5
configure:20727: $? = 0
configure:20727: result: yes
configure:21085: checking sys/loadavg.h usability
configure:21085: cc -c -g3 -O2 conftest.c >&5
conftest.c:247:10: fatal error: 'sys/loadavg.h' file not found
#include <sys/loadavg.h>
^
1 error generated.
configure:21085: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "emacs"
| #define PACKAGE_TARNAME "emacs"
| #define PACKAGE_VERSION "24.3"
| #define PACKAGE_STRING "emacs 24.3"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "emacs"
| #define VERSION "24.3"
| #define MAIL_USE_POP 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define SYSTEM_TYPE "darwin"
| #define HAVE_FCNTL_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_PWD_H 1
| #define HAVE_UTMP_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_UTIL_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_MALLOC_MALLOC_H 1
| #define HAVE_SYS_UN_H 1
| #define HAVE_EXECINFO_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_TERM_H 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_DECL_SYS_SIGLIST 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_SPEED_T 1
| #define HAVE_NET_IF_H 1
| #define HAVE_IFADDRS_H 1
| #define HAVE_NET_IF_DL_H 1
| #define HAVE_STRUCT_IFREQ_IFR_FLAGS 1
| #define HAVE_STRUCT_IFREQ_IFR_BROADADDR 1
| #define HAVE_STRUCT_IFREQ_IFR_ADDR 1
| #define HAVE_STRUCT_IFREQ_IFR_ADDR_SA_LEN 1
| #define HAVE_LONG_FILE_NAMES 1
| #define SYSTEM_MALLOC 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_MMAP 1
| #define HAVE_PTHREAD 1
| #define HAVE_XIM 1
| #define USE_XIM 1
| #define XRegisterIMInstantiateCallback_arg6 XPointer
| #define HAVE_H_ERRNO 1
| #define HAVE_LIBM 1
| #define MAIL_USE_FLOCK 1
| #define HAVE_GETHOSTNAME 1
| #define HAVE_CLOSEDIR 1
| #define HAVE_GETRUSAGE 1
| #define HAVE_LRAND48 1
| #define HAVE_SETSID 1
| #define HAVE_FPATHCONF 1
| #define HAVE_SELECT 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_SETLOCALE 1
| #define HAVE_UTIMES 1
| #define HAVE_GETRLIMIT 1
| #define HAVE_SETRLIMIT 1
| #define HAVE_SETPGID 1
| #define HAVE_GETCWD 1
| #define HAVE_SHUTDOWN 1
| #define HAVE_GETADDRINFO 1
| #define HAVE_STRSIGNAL 1
| #define HAVE_SETITIMER 1
| #define HAVE_SENDTO 1
| #define HAVE_RECVFROM 1
| #define HAVE_GETSOCKNAME 1
| #define HAVE_GETPEERNAME 1
| #define HAVE_GETIFADDRS 1
| #define HAVE_FREEIFADDRS 1
| #define HAVE_GAI_STRERROR 1
| #define HAVE_MKSTEMP 1
| #define HAVE_GETLINE 1
| #define HAVE_GETDELIM 1
| #define HAVE_FSYNC 1
| #define HAVE_SYNC 1
| #define HAVE_DIFFTIME 1
| #define HAVE_POSIX_MEMALIGN 1
| #define HAVE_GETPWENT 1
| #define HAVE_ENDPWENT 1
| #define HAVE_GETGRENT 1
| #define HAVE_ENDGRENT 1
| #define HAVE_CFMAKERAW 1
| #define HAVE_CFSETSPEED 1
| #define HAVE_COPYSIGN 1
| #define HAVE_GETWD 1
| #define HAVE_RANDOM 1
| #define HAVE_RINT 1
| #define HAVE___BUILTIN_UNWIND_INIT 1
| #define HAVE_FSEEKO 1
| #define GETPGRP_VOID 1
| #define HAVE_GRANTPT 1
| #define HAVE_POSIX_OPENPT 1
| #define TERMINFO 1
| #define HAVE_TZSET 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_LSTAT 1
| #define HAVE_ALARM 1
| #define HAVE_PSELECT 1
| #define HAVE_PTHREAD_SIGMASK 1
| #define HAVE_READLINK 1
| #define HAVE_STRTOIMAX 1
| #define HAVE_STRTOUMAX 1
| #define HAVE_SYMLINK 1
| #define HAVE_LOCALTIME_R 1
| #define HAVE_FUTIMES 1
| #define HAVE_LUTIMES 1
| #define HAVE_INET_SOCKETS 1
| #define HAVE_FORK 1
| #define HAVE_VFORK 1
| #define HAVE_WORKING_VFORK 1
| #define HAVE_WORKING_FORK 1
| #define HAVE_SNPRINTF 1
| #define HAVE_LANGINFO_CODESET 1
| #define HAVE_MBSTATE_T 1
| #define __restrict_arr __restrict
| #define AMPERSAND_FULL_NAME 1
| #define CLASH_DETECTION 1
| #define HAVE_PTYS 1
| #define HAVE_SOCKETS 1
| #define NULL_DEVICE "/dev/null"
| #define SEPCHAR ':'
| #define subprocesses 1
| #define USER_FULL_NAME pw->pw_gecos
| #define DIRECTORY_SEP '/'
| #define IS_DEVICE_SEP(_c_) 0
| #define IS_DIRECTORY_SEP(_c_) ((_c_) == DIRECTORY_SEP)
| #define IS_ANY_SEP(_c_) (IS_DIRECTORY_SEP (_c_))
| #define DONT_REOPEN_PTY 1
| #define DEFAULT_SOUND_DEVICE "/dev/dsp"
| #define INTERRUPT_INPUT 1
| #define PTY_ITERATION int i; for (i = 0; i < 1; i++)
| #define FIRST_PTY_LETTER 'p'
| #define PTY_OPEN do { int slave; if (openpty (&fd, &slave, pty_name, NULL, NULL) == -1) fd = -1; else emacs_close (slave); } while (0)
| #define PTY_NAME_SPRINTF /**/
| #define PTY_TTY_NAME_SPRINTF /**/
| #define SIGNALS_VIA_CHARACTERS 1
| #define PENDING_OUTPUT_COUNT(FILE) ((FILE)->_p - (FILE)->_bf._base)
| #define TAB3 OXTABS
| #define GC_SETJMP_WORKS 1
| #define HAVE__SETJMP 1
| #define BSD4_2 /**/
| #define BSD_SYSTEM /**/
| #define DARWIN_OS /**/
| #define USABLE_FIONREAD 1
| #define USABLE_SIGIO 1
| #define COPYRIGHT "Copyright (C) 2013 Free Software Foundation, Inc."
| #define EMACS_CONFIGURATION "x86_64-apple-darwin12.3.0"
| #define EMACS_CONFIG_OPTIONS " '--prefix=/usr/local/Cellar/emacs/24.3' '--without-dbus' '--enable-locallisppath=/usr/local/share/emacs/site-lisp' '--infodir=/usr/local/Cellar/emacs/24.3/share/info/emacs' '--without-x' 'CC=cc'"
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_C99_STRTOLD 1
| #define HAVE_DECL_STRMODE 1
| #define HAVE_GETOPT_H 1
| #define HAVE_GETOPT_LONG_ONLY 1
| #define __GETOPT_PREFIX rpl_
| #define HAVE_DECL_GETENV 1
| #define restrict __restrict
| #define HAVE_UNSIGNED_LONG_LONG_INT 1
| #define HAVE_LONG_LONG_INT 1
| #define BITSIZEOF_PTRDIFF_T 64
| #define BITSIZEOF_SIZE_T 64
| #define BITSIZEOF_SIG_ATOMIC_T 32
| #define BITSIZEOF_WCHAR_T 32
| #define BITSIZEOF_WINT_T 32
| #define HAVE_SIGNED_SIG_ATOMIC_T 1
| #define HAVE_SIGNED_WCHAR_T 1
| #define HAVE_SIGNED_WINT_T 1
| #define PTRDIFF_T_SUFFIX l
| #define SIZE_T_SUFFIX ul
| #define SIG_ATOMIC_T_SUFFIX
| #define WCHAR_T_SUFFIX
| #define WINT_T_SUFFIX
| #define HAVE_SIGSET_T 1
| #define HAVE__BOOL 1
| #define HAVE_WCHAR_T 1
| #define HAVE_STRUCT_TM_TM_ZONE 1
| #define HAVE_TM_ZONE 1
| #define HAVE_TM_GMTOFF 1
| #define HAVE_DECL_STRTOIMAX 1
| #define HAVE_DECL_STRTOUMAX 1
| #define HAVE_WORKING_UTIMES 1
| #define HAVE_STRUCT_UTIMBUF 1
| #define HAVE_ALLOCA 1
| #define HAVE_DUP2 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/loadavg.h>
configure:21085: result: no
configure:21085: checking sys/loadavg.h presence
configure:21085: cc -E conftest.c
conftest.c:214:10: fatal error: 'sys/loadavg.h' file not found
#include <sys/loadavg.h>
^
1 error generated.
configure:21085: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "emacs"
| #define PACKAGE_TARNAME "emacs"
| #define PACKAGE_VERSION "24.3"
| #define PACKAGE_STRING "emacs 24.3"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "emacs"
| #define VERSION "24.3"
| #define MAIL_USE_POP 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define SYSTEM_TYPE "darwin"
| #define HAVE_FCNTL_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_PWD_H 1
| #define HAVE_UTMP_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_UTIL_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_MALLOC_MALLOC_H 1
| #define HAVE_SYS_UN_H 1
| #define HAVE_EXECINFO_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_TERM_H 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_DECL_SYS_SIGLIST 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_SPEED_T 1
| #define HAVE_NET_IF_H 1
| #define HAVE_IFADDRS_H 1
| #define HAVE_NET_IF_DL_H 1
| #define HAVE_STRUCT_IFREQ_IFR_FLAGS 1
| #define HAVE_STRUCT_IFREQ_IFR_BROADADDR 1
| #define HAVE_STRUCT_IFREQ_IFR_ADDR 1
| #define HAVE_STRUCT_IFREQ_IFR_ADDR_SA_LEN 1
| #define HAVE_LONG_FILE_NAMES 1
| #define SYSTEM_MALLOC 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_MMAP 1
| #define HAVE_PTHREAD 1
| #define HAVE_XIM 1
| #define USE_XIM 1
| #define XRegisterIMInstantiateCallback_arg6 XPointer
| #define HAVE_H_ERRNO 1
| #define HAVE_LIBM 1
| #define MAIL_USE_FLOCK 1
| #define HAVE_GETHOSTNAME 1
| #define HAVE_CLOSEDIR 1
| #define HAVE_GETRUSAGE 1
| #define HAVE_LRAND48 1
| #define HAVE_SETSID 1
| #define HAVE_FPATHCONF 1
| #define HAVE_SELECT 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_SETLOCALE 1
| #define HAVE_UTIMES 1
| #define HAVE_GETRLIMIT 1
| #define HAVE_SETRLIMIT 1
| #define HAVE_SETPGID 1
| #define HAVE_GETCWD 1
| #define HAVE_SHUTDOWN 1
| #define HAVE_GETADDRINFO 1
| #define HAVE_STRSIGNAL 1
| #define HAVE_SETITIMER 1
| #define HAVE_SENDTO 1
| #define HAVE_RECVFROM 1
| #define HAVE_GETSOCKNAME 1
| #define HAVE_GETPEERNAME 1
| #define HAVE_GETIFADDRS 1
| #define HAVE_FREEIFADDRS 1
| #define HAVE_GAI_STRERROR 1
| #define HAVE_MKSTEMP 1
| #define HAVE_GETLINE 1
| #define HAVE_GETDELIM 1
| #define HAVE_FSYNC 1
| #define HAVE_SYNC 1
| #define HAVE_DIFFTIME 1
| #define HAVE_POSIX_MEMALIGN 1
| #define HAVE_GETPWENT 1
| #define HAVE_ENDPWENT 1
| #define HAVE_GETGRENT 1
| #define HAVE_ENDGRENT 1
| #define HAVE_CFMAKERAW 1
| #define HAVE_CFSETSPEED 1
| #define HAVE_COPYSIGN 1
| #define HAVE_GETWD 1
| #define HAVE_RANDOM 1
| #define HAVE_RINT 1
| #define HAVE___BUILTIN_UNWIND_INIT 1
| #define HAVE_FSEEKO 1
| #define GETPGRP_VOID 1
| #define HAVE_GRANTPT 1
| #define HAVE_POSIX_OPENPT 1
| #define TERMINFO 1
| #define HAVE_TZSET 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_LSTAT 1
| #define HAVE_ALARM 1
| #define HAVE_PSELECT 1
| #define HAVE_PTHREAD_SIGMASK 1
| #define HAVE_READLINK 1
| #define HAVE_STRTOIMAX 1
| #define HAVE_STRTOUMAX 1
| #define HAVE_SYMLINK 1
| #define HAVE_LOCALTIME_R 1
| #define HAVE_FUTIMES 1
| #define HAVE_LUTIMES 1
| #define HAVE_INET_SOCKETS 1
| #define HAVE_FORK 1
| #define HAVE_VFORK 1
| #define HAVE_WORKING_VFORK 1
| #define HAVE_WORKING_FORK 1
| #define HAVE_SNPRINTF 1
| #define HAVE_LANGINFO_CODESET 1
| #define HAVE_MBSTATE_T 1
| #define __restrict_arr __restrict
| #define AMPERSAND_FULL_NAME 1
| #define CLASH_DETECTION 1
| #define HAVE_PTYS 1
| #define HAVE_SOCKETS 1
| #define NULL_DEVICE "/dev/null"
| #define SEPCHAR ':'
| #define subprocesses 1
| #define USER_FULL_NAME pw->pw_gecos
| #define DIRECTORY_SEP '/'
| #define IS_DEVICE_SEP(_c_) 0
| #define IS_DIRECTORY_SEP(_c_) ((_c_) == DIRECTORY_SEP)
| #define IS_ANY_SEP(_c_) (IS_DIRECTORY_SEP (_c_))
| #define DONT_REOPEN_PTY 1
| #define DEFAULT_SOUND_DEVICE "/dev/dsp"
| #define INTERRUPT_INPUT 1
| #define PTY_ITERATION int i; for (i = 0; i < 1; i++)
| #define FIRST_PTY_LETTER 'p'
| #define PTY_OPEN do { int slave; if (openpty (&fd, &slave, pty_name, NULL, NULL) == -1) fd = -1; else emacs_close (slave); } while (0)
| #define PTY_NAME_SPRINTF /**/
| #define PTY_TTY_NAME_SPRINTF /**/
| #define SIGNALS_VIA_CHARACTERS 1
| #define PENDING_OUTPUT_COUNT(FILE) ((FILE)->_p - (FILE)->_bf._base)
| #define TAB3 OXTABS
| #define GC_SETJMP_WORKS 1
| #define HAVE__SETJMP 1
| #define BSD4_2 /**/
| #define BSD_SYSTEM /**/
| #define DARWIN_OS /**/
| #define USABLE_FIONREAD 1
| #define USABLE_SIGIO 1
| #define COPYRIGHT "Copyright (C) 2013 Free Software Foundation, Inc."
| #define EMACS_CONFIGURATION "x86_64-apple-darwin12.3.0"
| #define EMACS_CONFIG_OPTIONS " '--prefix=/usr/local/Cellar/emacs/24.3' '--without-dbus' '--enable-locallisppath=/usr/local/share/emacs/site-lisp' '--infodir=/usr/local/Cellar/emacs/24.3/share/info/emacs' '--without-x' 'CC=cc'"
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_C99_STRTOLD 1
| #define HAVE_DECL_STRMODE 1
| #define HAVE_GETOPT_H 1
| #define HAVE_GETOPT_LONG_ONLY 1
| #define __GETOPT_PREFIX rpl_
| #define HAVE_DECL_GETENV 1
| #define restrict __restrict
| #define HAVE_UNSIGNED_LONG_LONG_INT 1
| #define HAVE_LONG_LONG_INT 1
| #define BITSIZEOF_PTRDIFF_T 64
| #define BITSIZEOF_SIZE_T 64
| #define BITSIZEOF_SIG_ATOMIC_T 32
| #define BITSIZEOF_WCHAR_T 32
| #define BITSIZEOF_WINT_T 32
| #define HAVE_SIGNED_SIG_ATOMIC_T 1
| #define HAVE_SIGNED_WCHAR_T 1
| #define HAVE_SIGNED_WINT_T 1
| #define PTRDIFF_T_SUFFIX l
| #define SIZE_T_SUFFIX ul
| #define SIG_ATOMIC_T_SUFFIX
| #define WCHAR_T_SUFFIX
| #define WINT_T_SUFFIX
| #define HAVE_SIGSET_T 1
| #define HAVE__BOOL 1
| #define HAVE_WCHAR_T 1
| #define HAVE_STRUCT_TM_TM_ZONE 1
| #define HAVE_TM_ZONE 1
| #define HAVE_TM_GMTOFF 1
| #define HAVE_DECL_STRTOIMAX 1
| #define HAVE_DECL_STRTOUMAX 1
| #define HAVE_WORKING_UTIMES 1
| #define HAVE_STRUCT_UTIMBUF 1
| #define HAVE_ALLOCA 1
| #define HAVE_DUP2 1
| /* end confdefs.h. */
| #include <sys/loadavg.h>
configure:21085: result: no
configure:21085: checking for sys/loadavg.h
configure:21085: result: no
configure:21100: checking whether getloadavg is declared
configure:21100: cc -c -g3 -O2 conftest.c >&5
configure:21100: $? = 0
configure:21100: result: yes
configure:21350: checking whether gettimeofday clobbers localtime buffer
configure:21389: cc -o conftest -g3 -O2 conftest.c -lpthread >&5
configure:21389: $? = 0
configure:21389: ./conftest
configure:21389: $? = 0
configure:21399: result: no
configure:21419: checking for gettimeofday with POSIX signature
configure:21447: cc -c -g3 -O2 conftest.c >&5
configure:21447: $? = 0
configure:21472: result: yes
configure:21593: checking for working mktime
configure:21798: cc -o conftest -g3 -O2 conftest.c -lpthread >&5
configure:21798: $? = 0
configure:21798: ./conftest
configure:21798: $? = 1
configure: program exited with status 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "emacs"
| #define PACKAGE_TARNAME "emacs"
| #define PACKAGE_VERSION "24.3"
| #define PACKAGE_STRING "emacs 24.3"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "emacs"
| #define VERSION "24.3"
| #define MAIL_USE_POP 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define SYSTEM_TYPE "darwin"
| #define HAVE_FCNTL_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_PWD_H 1
| #define HAVE_UTMP_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_UTIL_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_MALLOC_MALLOC_H 1
| #define HAVE_SYS_UN_H 1
| #define HAVE_EXECINFO_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_TERM_H 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_DECL_SYS_SIGLIST 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_SPEED_T 1
| #define HAVE_NET_IF_H 1
| #define HAVE_IFADDRS_H 1
| #define HAVE_NET_IF_DL_H 1
| #define HAVE_STRUCT_IFREQ_IFR_FLAGS 1
| #define HAVE_STRUCT_IFREQ_IFR_BROADADDR 1
| #define HAVE_STRUCT_IFREQ_IFR_ADDR 1
| #define HAVE_STRUCT_IFREQ_IFR_ADDR_SA_LEN 1
| #define HAVE_LONG_FILE_NAMES 1
| #define SYSTEM_MALLOC 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_MMAP 1
| #define HAVE_PTHREAD 1
| #define HAVE_XIM 1
| #define USE_XIM 1
| #define XRegisterIMInstantiateCallback_arg6 XPointer
| #define HAVE_H_ERRNO 1
| #define HAVE_LIBM 1
| #define MAIL_USE_FLOCK 1
| #define HAVE_GETHOSTNAME 1
| #define HAVE_CLOSEDIR 1
| #define HAVE_GETRUSAGE 1
| #define HAVE_LRAND48 1
| #define HAVE_SETSID 1
| #define HAVE_FPATHCONF 1
| #define HAVE_SELECT 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_SETLOCALE 1
| #define HAVE_UTIMES 1
| #define HAVE_GETRLIMIT 1
| #define HAVE_SETRLIMIT 1
| #define HAVE_SETPGID 1
| #define HAVE_GETCWD 1
| #define HAVE_SHUTDOWN 1
| #define HAVE_GETADDRINFO 1
| #define HAVE_STRSIGNAL 1
| #define HAVE_SETITIMER 1
| #define HAVE_SENDTO 1
| #define HAVE_RECVFROM 1
| #define HAVE_GETSOCKNAME 1
| #define HAVE_GETPEERNAME 1
| #define HAVE_GETIFADDRS 1
| #define HAVE_FREEIFADDRS 1
| #define HAVE_GAI_STRERROR 1
| #define HAVE_MKSTEMP 1
| #define HAVE_GETLINE 1
| #define HAVE_GETDELIM 1
| #define HAVE_FSYNC 1
| #define HAVE_SYNC 1
| #define HAVE_DIFFTIME 1
| #define HAVE_POSIX_MEMALIGN 1
| #define HAVE_GETPWENT 1
| #define HAVE_ENDPWENT 1
| #define HAVE_GETGRENT 1
| #define HAVE_ENDGRENT 1
| #define HAVE_CFMAKERAW 1
| #define HAVE_CFSETSPEED 1
| #define HAVE_COPYSIGN 1
| #define HAVE_GETWD 1
| #define HAVE_RANDOM 1
| #define HAVE_RINT 1
| #define HAVE___BUILTIN_UNWIND_INIT 1
| #define HAVE_FSEEKO 1
| #define GETPGRP_VOID 1
| #define HAVE_GRANTPT 1
| #define HAVE_POSIX_OPENPT 1
| #define TERMINFO 1
| #define HAVE_TZSET 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_LSTAT 1
| #define HAVE_ALARM 1
| #define HAVE_PSELECT 1
| #define HAVE_PTHREAD_SIGMASK 1
| #define HAVE_READLINK 1
| #define HAVE_STRTOIMAX 1
| #define HAVE_STRTOUMAX 1
| #define HAVE_SYMLINK 1
| #define HAVE_LOCALTIME_R 1
| #define HAVE_FUTIMES 1
| #define HAVE_LUTIMES 1
| #define HAVE_INET_SOCKETS 1
| #define HAVE_FORK 1
| #define HAVE_VFORK 1
| #define HAVE_WORKING_VFORK 1
| #define HAVE_WORKING_FORK 1
| #define HAVE_SNPRINTF 1
| #define HAVE_LANGINFO_CODESET 1
| #define HAVE_MBSTATE_T 1
| #define __restrict_arr __restrict
| #define AMPERSAND_FULL_NAME 1
| #define CLASH_DETECTION 1
| #define HAVE_PTYS 1
| #define HAVE_SOCKETS 1
| #define NULL_DEVICE "/dev/null"
| #define SEPCHAR ':'
| #define subprocesses 1
| #define USER_FULL_NAME pw->pw_gecos
| #define DIRECTORY_SEP '/'
| #define IS_DEVICE_SEP(_c_) 0
| #define IS_DIRECTORY_SEP(_c_) ((_c_) == DIRECTORY_SEP)
| #define IS_ANY_SEP(_c_) (IS_DIRECTORY_SEP (_c_))
| #define DONT_REOPEN_PTY 1
| #define DEFAULT_SOUND_DEVICE "/dev/dsp"
| #define INTERRUPT_INPUT 1
| #define PTY_ITERATION int i; for (i = 0; i < 1; i++)
| #define FIRST_PTY_LETTER 'p'
| #define PTY_OPEN do { int slave; if (openpty (&fd, &slave, pty_name, NULL, NULL) == -1) fd = -1; else emacs_close (slave); } while (0)
| #define PTY_NAME_SPRINTF /**/
| #define PTY_TTY_NAME_SPRINTF /**/
| #define SIGNALS_VIA_CHARACTERS 1
| #define PENDING_OUTPUT_COUNT(FILE) ((FILE)->_p - (FILE)->_bf._base)
| #define TAB3 OXTABS
| #define GC_SETJMP_WORKS 1
| #define HAVE__SETJMP 1
| #define BSD4_2 /**/
| #define BSD_SYSTEM /**/
| #define DARWIN_OS /**/
| #define USABLE_FIONREAD 1
| #define USABLE_SIGIO 1
| #define COPYRIGHT "Copyright (C) 2013 Free Software Foundation, Inc."
| #define EMACS_CONFIGURATION "x86_64-apple-darwin12.3.0"
| #define EMACS_CONFIG_OPTIONS " '--prefix=/usr/local/Cellar/emacs/24.3' '--without-dbus' '--enable-locallisppath=/usr/local/share/emacs/site-lisp' '--infodir=/usr/local/Cellar/emacs/24.3/share/info/emacs' '--without-x' 'CC=cc'"
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_C99_STRTOLD 1
| #define HAVE_DECL_STRMODE 1
| #define HAVE_GETOPT_H 1
| #define HAVE_GETOPT_LONG_ONLY 1
| #define __GETOPT_PREFIX rpl_
| #define HAVE_DECL_GETENV 1
| #define restrict __restrict
| #define HAVE_UNSIGNED_LONG_LONG_INT 1
| #define HAVE_LONG_LONG_INT 1
| #define BITSIZEOF_PTRDIFF_T 64
| #define BITSIZEOF_SIZE_T 64
| #define BITSIZEOF_SIG_ATOMIC_T 32
| #define BITSIZEOF_WCHAR_T 32
| #define BITSIZEOF_WINT_T 32
| #define HAVE_SIGNED_SIG_ATOMIC_T 1
| #define HAVE_SIGNED_WCHAR_T 1
| #define HAVE_SIGNED_WINT_T 1
| #define PTRDIFF_T_SUFFIX l
| #define SIZE_T_SUFFIX ul
| #define SIG_ATOMIC_T_SUFFIX
| #define WCHAR_T_SUFFIX
| #define WINT_T_SUFFIX
| #define HAVE_SIGSET_T 1
| #define HAVE__BOOL 1
| #define HAVE_WCHAR_T 1
| #define HAVE_STRUCT_TM_TM_ZONE 1
| #define HAVE_TM_ZONE 1
| #define HAVE_TM_GMTOFF 1
| #define HAVE_DECL_STRTOIMAX 1
| #define HAVE_DECL_STRTOUMAX 1
| #define HAVE_WORKING_UTIMES 1
| #define HAVE_STRUCT_UTIMBUF 1
| #define HAVE_ALLOCA 1
| #define HAVE_DUP2 1
| #define __GETOPT_PREFIX rpl_
| #define GETTIMEOFDAY_TIMEZONE void
| /* end confdefs.h. */
| /* Test program from Paul Eggert and Tony Leneis. */
| #include <limits.h>
| #include <stdlib.h>
| #include <time.h>
|
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
|
| #ifndef HAVE_ALARM
| # define alarm(X) /* empty */
| #endif
|
| /* Work around redefinition to rpl_putenv by other config tests. */
| #undef putenv
|
| static time_t time_t_max;
| static time_t time_t_min;
|
| /* Values we'll use to set the TZ environment variable. */
| static char *tz_strings[] = {
| (char *) 0, "TZ=GMT0", "TZ=JST-9",
| "TZ=EST+3EDT+2,M10.1.0/00:00:00,M2.3.0/00:00:00"
| };
| #define N_STRINGS (sizeof (tz_strings) / sizeof (tz_strings[0]))
|
| /* Return 0 if mktime fails to convert a date in the spring-forward gap.
| Based on a problem report from Andreas Jaeger. */
| static int
| spring_forward_gap ()
| {
| /* glibc (up to about 1998-10-07) failed this test. */
| struct tm tm;
|
| /* Use the portable POSIX.1 specification "TZ=PST8PDT,M4.1.0,M10.5.0"
| instead of "TZ=America/Vancouver" in order to detect the bug even
| on systems that don't support the Olson extension, or don't have the
| full zoneinfo tables installed. */
| putenv ("TZ=PST8PDT,M4.1.0,M10.5.0");
|
| tm.tm_year = 98;
| tm.tm_mon = 3;
| tm.tm_mday = 5;
| tm.tm_hour = 2;
| tm.tm_min = 0;
| tm.tm_sec = 0;
| tm.tm_isdst = -1;
| return mktime (&tm) != (time_t) -1;
| }
|
| static int
| mktime_test1 (time_t now)
| {
| struct tm *lt;
| return ! (lt = localtime (&now)) || mktime (lt) == now;
| }
|
| static int
| mktime_test (time_t now)
| {
| return (mktime_test1 (now)
| && mktime_test1 ((time_t) (time_t_max - now))
| && mktime_test1 ((time_t) (time_t_min + now)));
| }
|
| static int
| irix_6_4_bug ()
| {
| /* Based on code from Ariel Faigon. */
| struct tm tm;
| tm.tm_year = 96;
| tm.tm_mon = 3;
| tm.tm_mday = 0;
| tm.tm_hour = 0;
| tm.tm_min = 0;
| tm.tm_sec = 0;
| tm.tm_isdst = -1;
| mktime (&tm);
| return tm.tm_mon == 2 && tm.tm_mday == 31;
| }
|
| static int
| bigtime_test (int j)
| {
| struct tm tm;
| time_t now;
| tm.tm_year = tm.tm_mon = tm.tm_mday = tm.tm_hour = tm.tm_min = tm.tm_sec = j;
| now = mktime (&tm);
| if (now != (time_t) -1)
| {
| struct tm *lt = localtime (&now);
| if (! (lt
| && lt->tm_year == tm.tm_year
| && lt->tm_mon == tm.tm_mon
| && lt->tm_mday == tm.tm_mday
| && lt->tm_hour == tm.tm_hour
| && lt->tm_min == tm.tm_min
| && lt->tm_sec == tm.tm_sec
| && lt->tm_yday == tm.tm_yday
| && lt->tm_wday == tm.tm_wday
| && ((lt->tm_isdst < 0 ? -1 : 0 < lt->tm_isdst)
| == (tm.tm_isdst < 0 ? -1 : 0 < tm.tm_isdst))))
| return 0;
| }
| return 1;
| }
|
| static int
| year_2050_test ()
| {
| /* The correct answer for 2050-02-01 00:00:00 in Pacific time,
| ignoring leap seconds. */
| unsigned long int answer = 2527315200UL;
|
| struct tm tm;
| time_t t;
| tm.tm_year = 2050 - 1900;
| tm.tm_mon = 2 - 1;
| tm.tm_mday = 1;
| tm.tm_hour = tm.tm_min = tm.tm_sec = 0;
| tm.tm_isdst = -1;
|
| /* Use the portable POSIX.1 specification "TZ=PST8PDT,M4.1.0,M10.5.0"
| instead of "TZ=America/Vancouver" in order to detect the bug even
| on systems that don't support the Olson extension, or don't have the
| full zoneinfo tables installed. */
| putenv ("TZ=PST8PDT,M4.1.0,M10.5.0");
|
| t = mktime (&tm);
|
| /* Check that the result is either a failure, or close enough
| to the correct answer that we can assume the discrepancy is
| due to leap seconds. */
| return (t == (time_t) -1
| || (0 < t && answer - 120 <= t && t <= answer + 120));
| }
|
| int
| main ()
| {
| int result = 0;
| time_t t, delta;
| int i, j;
| int time_t_signed_magnitude = (time_t) ~ (time_t) 0 < (time_t) -1;
| int time_t_signed = ! ((time_t) 0 < (time_t) -1);
|
| /* This test makes some buggy mktime implementations loop.
| Give up after 60 seconds; a mktime slower than that
| isn't worth using anyway. */
| alarm (60);
|
| time_t_max = (! time_t_signed
| ? (time_t) -1
| : ((((time_t) 1 << (sizeof (time_t) * CHAR_BIT - 2)) - 1)
| * 2 + 1));
| time_t_min = (! time_t_signed
| ? (time_t) 0
| : time_t_signed_magnitude
| ? ~ (time_t) 0
| : ~ time_t_max);
|
| delta = time_t_max / 997; /* a suitable prime number */
| for (i = 0; i < N_STRINGS; i++)
| {
| if (tz_strings[i])
| putenv (tz_strings[i]);
|
| for (t = 0; t <= time_t_max - delta && (result & 1) == 0; t += delta)
| if (! mktime_test (t))
| result |= 1;
| if ((result & 2) == 0
| && ! (mktime_test ((time_t) 1)
| && mktime_test ((time_t) (60 * 60))
| && mktime_test ((time_t) (60 * 60 * 24))))
| result |= 2;
|
| for (j = 1; (result & 4) == 0; j <<= 1)
| {
| if (! bigtime_test (j))
| result |= 4;
| if (INT_MAX / 2 < j)
| break;
| }
| if ((result & 8) == 0 && ! bigtime_test (INT_MAX))
| result |= 8;
| }
| if (! irix_6_4_bug ())
| result |= 16;
| if (! spring_forward_gap ())
| result |= 32;
| if (! year_2050_test ())
| result |= 64;
| return result;
| }
configure:21809: result: no
configure:21849: checking whether signature of pselect conforms to POSIX
configure:21869: cc -o conftest -g3 -O2 conftest.c -lpthread >&5
configure:21869: $? = 0
configure:21877: result: yes
configure:21880: checking whether pselect detects invalid fds
configure:21925: cc -o conftest -g3 -O2 conftest.c -lpthread >&5
configure:21925: $? = 0
configure:21925: ./conftest
configure:21925: $? = 0
configure:21936: result: yes
configure:22042: checking whether pthread_sigmask works without -lpthread
configure:22071: cc -o conftest -g3 -O2 conftest.c -lpthread >&5
configure:22071: $? = 0
configure:22071: ./conftest
configure:22071: $? = 1
configure: program exited with status 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "emacs"
| #define PACKAGE_TARNAME "emacs"
| #define PACKAGE_VERSION "24.3"
| #define PACKAGE_STRING "emacs 24.3"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "emacs"
| #define VERSION "24.3"
| #define MAIL_USE_POP 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define SYSTEM_TYPE "darwin"
| #define HAVE_FCNTL_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_PWD_H 1
| #define HAVE_UTMP_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_UTIL_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_MALLOC_MALLOC_H 1
| #define HAVE_SYS_UN_H 1
| #define HAVE_EXECINFO_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_TERM_H 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_DECL_SYS_SIGLIST 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_SPEED_T 1
| #define HAVE_NET_IF_H 1
| #define HAVE_IFADDRS_H 1
| #define HAVE_NET_IF_DL_H 1
| #define HAVE_STRUCT_IFREQ_IFR_FLAGS 1
| #define HAVE_STRUCT_IFREQ_IFR_BROADADDR 1
| #define HAVE_STRUCT_IFREQ_IFR_ADDR 1
| #define HAVE_STRUCT_IFREQ_IFR_ADDR_SA_LEN 1
| #define HAVE_LONG_FILE_NAMES 1
| #define SYSTEM_MALLOC 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_MMAP 1
| #define HAVE_PTHREAD 1
| #define HAVE_XIM 1
| #define USE_XIM 1
| #define XRegisterIMInstantiateCallback_arg6 XPointer
| #define HAVE_H_ERRNO 1
| #define HAVE_LIBM 1
| #define MAIL_USE_FLOCK 1
| #define HAVE_GETHOSTNAME 1
| #define HAVE_CLOSEDIR 1
| #define HAVE_GETRUSAGE 1
| #define HAVE_LRAND48 1
| #define HAVE_SETSID 1
| #define HAVE_FPATHCONF 1
| #define HAVE_SELECT 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_SETLOCALE 1
| #define HAVE_UTIMES 1
| #define HAVE_GETRLIMIT 1
| #define HAVE_SETRLIMIT 1
| #define HAVE_SETPGID 1
| #define HAVE_GETCWD 1
| #define HAVE_SHUTDOWN 1
| #define HAVE_GETADDRINFO 1
| #define HAVE_STRSIGNAL 1
| #define HAVE_SETITIMER 1
| #define HAVE_SENDTO 1
| #define HAVE_RECVFROM 1
| #define HAVE_GETSOCKNAME 1
| #define HAVE_GETPEERNAME 1
| #define HAVE_GETIFADDRS 1
| #define HAVE_FREEIFADDRS 1
| #define HAVE_GAI_STRERROR 1
| #define HAVE_MKSTEMP 1
| #define HAVE_GETLINE 1
| #define HAVE_GETDELIM 1
| #define HAVE_FSYNC 1
| #define HAVE_SYNC 1
| #define HAVE_DIFFTIME 1
| #define HAVE_POSIX_MEMALIGN 1
| #define HAVE_GETPWENT 1
| #define HAVE_ENDPWENT 1
| #define HAVE_GETGRENT 1
| #define HAVE_ENDGRENT 1
| #define HAVE_CFMAKERAW 1
| #define HAVE_CFSETSPEED 1
| #define HAVE_COPYSIGN 1
| #define HAVE_GETWD 1
| #define HAVE_RANDOM 1
| #define HAVE_RINT 1
| #define HAVE___BUILTIN_UNWIND_INIT 1
| #define HAVE_FSEEKO 1
| #define GETPGRP_VOID 1
| #define HAVE_GRANTPT 1
| #define HAVE_POSIX_OPENPT 1
| #define TERMINFO 1
| #define HAVE_TZSET 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_LSTAT 1
| #define HAVE_ALARM 1
| #define HAVE_PSELECT 1
| #define HAVE_PTHREAD_SIGMASK 1
| #define HAVE_READLINK 1
| #define HAVE_STRTOIMAX 1
| #define HAVE_STRTOUMAX 1
| #define HAVE_SYMLINK 1
| #define HAVE_LOCALTIME_R 1
| #define HAVE_FUTIMES 1
| #define HAVE_LUTIMES 1
| #define HAVE_INET_SOCKETS 1
| #define HAVE_FORK 1
| #define HAVE_VFORK 1
| #define HAVE_WORKING_VFORK 1
| #define HAVE_WORKING_FORK 1
| #define HAVE_SNPRINTF 1
| #define HAVE_LANGINFO_CODESET 1
| #define HAVE_MBSTATE_T 1
| #define __restrict_arr __restrict
| #define AMPERSAND_FULL_NAME 1
| #define CLASH_DETECTION 1
| #define HAVE_PTYS 1
| #define HAVE_SOCKETS 1
| #define NULL_DEVICE "/dev/null"
| #define SEPCHAR ':'
| #define subprocesses 1
| #define USER_FULL_NAME pw->pw_gecos
| #define DIRECTORY_SEP '/'
| #define IS_DEVICE_SEP(_c_) 0
| #define IS_DIRECTORY_SEP(_c_) ((_c_) == DIRECTORY_SEP)
| #define IS_ANY_SEP(_c_) (IS_DIRECTORY_SEP (_c_))
| #define DONT_REOPEN_PTY 1
| #define DEFAULT_SOUND_DEVICE "/dev/dsp"
| #define INTERRUPT_INPUT 1
| #define PTY_ITERATION int i; for (i = 0; i < 1; i++)
| #define FIRST_PTY_LETTER 'p'
| #define PTY_OPEN do { int slave; if (openpty (&fd, &slave, pty_name, NULL, NULL) == -1) fd = -1; else emacs_close (slave); } while (0)
| #define PTY_NAME_SPRINTF /**/
| #define PTY_TTY_NAME_SPRINTF /**/
| #define SIGNALS_VIA_CHARACTERS 1
| #define PENDING_OUTPUT_COUNT(FILE) ((FILE)->_p - (FILE)->_bf._base)
| #define TAB3 OXTABS
| #define GC_SETJMP_WORKS 1
| #define HAVE__SETJMP 1
| #define BSD4_2 /**/
| #define BSD_SYSTEM /**/
| #define DARWIN_OS /**/
| #define USABLE_FIONREAD 1
| #define USABLE_SIGIO 1
| #define COPYRIGHT "Copyright (C) 2013 Free Software Foundation, Inc."
| #define EMACS_CONFIGURATION "x86_64-apple-darwin12.3.0"
| #define EMACS_CONFIG_OPTIONS " '--prefix=/usr/local/Cellar/emacs/24.3' '--without-dbus' '--enable-locallisppath=/usr/local/share/emacs/site-lisp' '--infodir=/usr/local/Cellar/emacs/24.3/share/info/emacs' '--without-x' 'CC=cc'"
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_C99_STRTOLD 1
| #define HAVE_DECL_STRMODE 1
| #define HAVE_GETOPT_H 1
| #define HAVE_GETOPT_LONG_ONLY 1
| #define __GETOPT_PREFIX rpl_
| #define HAVE_DECL_GETENV 1
| #define restrict __restrict
| #define HAVE_UNSIGNED_LONG_LONG_INT 1
| #define HAVE_LONG_LONG_INT 1
| #define BITSIZEOF_PTRDIFF_T 64
| #define BITSIZEOF_SIZE_T 64
| #define BITSIZEOF_SIG_ATOMIC_T 32
| #define BITSIZEOF_WCHAR_T 32
| #define BITSIZEOF_WINT_T 32
| #define HAVE_SIGNED_SIG_ATOMIC_T 1
| #define HAVE_SIGNED_WCHAR_T 1
| #define HAVE_SIGNED_WINT_T 1
| #define PTRDIFF_T_SUFFIX l
| #define SIZE_T_SUFFIX ul
| #define SIG_ATOMIC_T_SUFFIX
| #define WCHAR_T_SUFFIX
| #define WINT_T_SUFFIX
| #define HAVE_SIGSET_T 1
| #define HAVE__BOOL 1
| #define HAVE_WCHAR_T 1
| #define HAVE_STRUCT_TM_TM_ZONE 1
| #define HAVE_TM_ZONE 1
| #define HAVE_TM_GMTOFF 1
| #define HAVE_DECL_STRTOIMAX 1
| #define HAVE_DECL_STRTOUMAX 1
| #define HAVE_WORKING_UTIMES 1
| #define HAVE_STRUCT_UTIMBUF 1
| #define HAVE_ALLOCA 1
| #define HAVE_DUP2 1
| #define __GETOPT_PREFIX rpl_
| #define GETTIMEOFDAY_TIMEZONE void
| /* end confdefs.h. */
|
| #include <pthread.h>
| #include <signal.h>
| #include <stddef.h>
| int main ()
| {
| sigset_t set;
| sigemptyset (&set);
| return pthread_sigmask (1729, &set, NULL) != 0;
| }
configure:22082: result: yes
configure:22094: checking whether pthread_sigmask returns error numbers
configure:22126: cc -o conftest -g3 -O2 conftest.c -lpthread >&5
configure:22126: $? = 0
configure:22126: ./conftest
configure:22126: $? = 0
configure:22138: result: yes
configure:22149: checking whether pthread_sigmask unblocks signals correctly
configure:22203: cc -o conftest -g3 -O2 conftest.c -lpthread >&5
configure:22203: $? = 0
configure:22203: ./conftest
configure:22203: $? = 0
configure:22215: result: guessing yes
configure:22263: checking whether readlink signature is correct
configure:22281: cc -c -g3 -O2 conftest.c >&5
configure:22281: $? = 0
configure:22288: result: yes
configure:22290: checking whether readlink handles trailing slash correctly
configure:22320: cc -o conftest -g3 -O2 conftest.c -lpthread >&5
configure:22320: $? = 0
configure:22320: ./conftest
configure:22320: $? = 1
configure: program exited with status 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "emacs"
| #define PACKAGE_TARNAME "emacs"
| #define PACKAGE_VERSION "24.3"
| #define PACKAGE_STRING "emacs 24.3"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "emacs"
| #define VERSION "24.3"
| #define MAIL_USE_POP 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define SYSTEM_TYPE "darwin"
| #define HAVE_FCNTL_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_PWD_H 1
| #define HAVE_UTMP_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_UTIL_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_MALLOC_MALLOC_H 1
| #define HAVE_SYS_UN_H 1
| #define HAVE_EXECINFO_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_TERM_H 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_DECL_SYS_SIGLIST 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_SPEED_T 1
| #define HAVE_NET_IF_H 1
| #define HAVE_IFADDRS_H 1
| #define HAVE_NET_IF_DL_H 1
| #define HAVE_STRUCT_IFREQ_IFR_FLAGS 1
| #define HAVE_STRUCT_IFREQ_IFR_BROADADDR 1
| #define HAVE_STRUCT_IFREQ_IFR_ADDR 1
| #define HAVE_STRUCT_IFREQ_IFR_ADDR_SA_LEN 1
| #define HAVE_LONG_FILE_NAMES 1
| #define SYSTEM_MALLOC 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_MMAP 1
| #define HAVE_PTHREAD 1
| #define HAVE_XIM 1
| #define USE_XIM 1
| #define XRegisterIMInstantiateCallback_arg6 XPointer
| #define HAVE_H_ERRNO 1
| #define HAVE_LIBM 1
| #define MAIL_USE_FLOCK 1
| #define HAVE_GETHOSTNAME 1
| #define HAVE_CLOSEDIR 1
| #define HAVE_GETRUSAGE 1
| #define HAVE_LRAND48 1
| #define HAVE_SETSID 1
| #define HAVE_FPATHCONF 1
| #define HAVE_SELECT 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_SETLOCALE 1
| #define HAVE_UTIMES 1
| #define HAVE_GETRLIMIT 1
| #define HAVE_SETRLIMIT 1
| #define HAVE_SETPGID 1
| #define HAVE_GETCWD 1
| #define HAVE_SHUTDOWN 1
| #define HAVE_GETADDRINFO 1
| #define HAVE_STRSIGNAL 1
| #define HAVE_SETITIMER 1
| #define HAVE_SENDTO 1
| #define HAVE_RECVFROM 1
| #define HAVE_GETSOCKNAME 1
| #define HAVE_GETPEERNAME 1
| #define HAVE_GETIFADDRS 1
| #define HAVE_FREEIFADDRS 1
| #define HAVE_GAI_STRERROR 1
| #define HAVE_MKSTEMP 1
| #define HAVE_GETLINE 1
| #define HAVE_GETDELIM 1
| #define HAVE_FSYNC 1
| #define HAVE_SYNC 1
| #define HAVE_DIFFTIME 1
| #define HAVE_POSIX_MEMALIGN 1
| #define HAVE_GETPWENT 1
| #define HAVE_ENDPWENT 1
| #define HAVE_GETGRENT 1
| #define HAVE_ENDGRENT 1
| #define HAVE_CFMAKERAW 1
| #define HAVE_CFSETSPEED 1
| #define HAVE_COPYSIGN 1
| #define HAVE_GETWD 1
| #define HAVE_RANDOM 1
| #define HAVE_RINT 1
| #define HAVE___BUILTIN_UNWIND_INIT 1
| #define HAVE_FSEEKO 1
| #define GETPGRP_VOID 1
| #define HAVE_GRANTPT 1
| #define HAVE_POSIX_OPENPT 1
| #define TERMINFO 1
| #define HAVE_TZSET 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_LSTAT 1
| #define HAVE_ALARM 1
| #define HAVE_PSELECT 1
| #define HAVE_PTHREAD_SIGMASK 1
| #define HAVE_READLINK 1
| #define HAVE_STRTOIMAX 1
| #define HAVE_STRTOUMAX 1
| #define HAVE_SYMLINK 1
| #define HAVE_LOCALTIME_R 1
| #define HAVE_FUTIMES 1
| #define HAVE_LUTIMES 1
| #define HAVE_INET_SOCKETS 1
| #define HAVE_FORK 1
| #define HAVE_VFORK 1
| #define HAVE_WORKING_VFORK 1
| #define HAVE_WORKING_FORK 1
| #define HAVE_SNPRINTF 1
| #define HAVE_LANGINFO_CODESET 1
| #define HAVE_MBSTATE_T 1
| #define __restrict_arr __restrict
| #define AMPERSAND_FULL_NAME 1
| #define CLASH_DETECTION 1
| #define HAVE_PTYS 1
| #define HAVE_SOCKETS 1
| #define NULL_DEVICE "/dev/null"
| #define SEPCHAR ':'
| #define subprocesses 1
| #define USER_FULL_NAME pw->pw_gecos
| #define DIRECTORY_SEP '/'
| #define IS_DEVICE_SEP(_c_) 0
| #define IS_DIRECTORY_SEP(_c_) ((_c_) == DIRECTORY_SEP)
| #define IS_ANY_SEP(_c_) (IS_DIRECTORY_SEP (_c_))
| #define DONT_REOPEN_PTY 1
| #define DEFAULT_SOUND_DEVICE "/dev/dsp"
| #define INTERRUPT_INPUT 1
| #define PTY_ITERATION int i; for (i = 0; i < 1; i++)
| #define FIRST_PTY_LETTER 'p'
| #define PTY_OPEN do { int slave; if (openpty (&fd, &slave, pty_name, NULL, NULL) == -1) fd = -1; else emacs_close (slave); } while (0)
| #define PTY_NAME_SPRINTF /**/
| #define PTY_TTY_NAME_SPRINTF /**/
| #define SIGNALS_VIA_CHARACTERS 1
| #define PENDING_OUTPUT_COUNT(FILE) ((FILE)->_p - (FILE)->_bf._base)
| #define TAB3 OXTABS
| #define GC_SETJMP_WORKS 1
| #define HAVE__SETJMP 1
| #define BSD4_2 /**/
| #define BSD_SYSTEM /**/
| #define DARWIN_OS /**/
| #define USABLE_FIONREAD 1
| #define USABLE_SIGIO 1
| #define COPYRIGHT "Copyright (C) 2013 Free Software Foundation, Inc."
| #define EMACS_CONFIGURATION "x86_64-apple-darwin12.3.0"
| #define EMACS_CONFIG_OPTIONS " '--prefix=/usr/local/Cellar/emacs/24.3' '--without-dbus' '--enable-locallisppath=/usr/local/share/emacs/site-lisp' '--infodir=/usr/local/Cellar/emacs/24.3/share/info/emacs' '--without-x' 'CC=cc'"
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_C99_STRTOLD 1
| #define HAVE_DECL_STRMODE 1
| #define HAVE_GETOPT_H 1
| #define HAVE_GETOPT_LONG_ONLY 1
| #define __GETOPT_PREFIX rpl_
| #define HAVE_DECL_GETENV 1
| #define restrict __restrict
| #define HAVE_UNSIGNED_LONG_LONG_INT 1
| #define HAVE_LONG_LONG_INT 1
| #define BITSIZEOF_PTRDIFF_T 64
| #define BITSIZEOF_SIZE_T 64
| #define BITSIZEOF_SIG_ATOMIC_T 32
| #define BITSIZEOF_WCHAR_T 32
| #define BITSIZEOF_WINT_T 32
| #define HAVE_SIGNED_SIG_ATOMIC_T 1
| #define HAVE_SIGNED_WCHAR_T 1
| #define HAVE_SIGNED_WINT_T 1
| #define PTRDIFF_T_SUFFIX l
| #define SIZE_T_SUFFIX ul
| #define SIG_ATOMIC_T_SUFFIX
| #define WCHAR_T_SUFFIX
| #define WINT_T_SUFFIX
| #define HAVE_SIGSET_T 1
| #define HAVE__BOOL 1
| #define HAVE_WCHAR_T 1
| #define HAVE_STRUCT_TM_TM_ZONE 1
| #define HAVE_TM_ZONE 1
| #define HAVE_TM_GMTOFF 1
| #define HAVE_DECL_STRTOIMAX 1
| #define HAVE_DECL_STRTOUMAX 1
| #define HAVE_WORKING_UTIMES 1
| #define HAVE_STRUCT_UTIMBUF 1
| #define HAVE_ALLOCA 1
| #define HAVE_DUP2 1
| #define __GETOPT_PREFIX rpl_
| #define GETTIMEOFDAY_TIMEZONE void
| #define HAVE_PTHREAD_SIGMASK 1
| /* end confdefs.h. */
| #include <unistd.h>
|
| int
| main ()
| {
| char buf[20];
| return readlink ("conftest.lnk2/", buf, sizeof buf) != -1;
| ;
| return 0;
| }
configure:22331: result: no
configure:22447: checking for volatile sig_atomic_t
configure:22447: cc -c -g3 -O2 conftest.c >&5
configure:22447: $? = 0
configure:22447: cc -c -g3 -O2 conftest.c >&5
conftest.c:225:36: error: expected expression
if (sizeof ((volatile sig_atomic_t)))
^
1 error generated.
configure:22447: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "emacs"
| #define PACKAGE_TARNAME "emacs"
| #define PACKAGE_VERSION "24.3"
| #define PACKAGE_STRING "emacs 24.3"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "emacs"
| #define VERSION "24.3"
| #define MAIL_USE_POP 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define SYSTEM_TYPE "darwin"
| #define HAVE_FCNTL_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_PWD_H 1
| #define HAVE_UTMP_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_UTIL_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_MALLOC_MALLOC_H 1
| #define HAVE_SYS_UN_H 1
| #define HAVE_EXECINFO_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_TERM_H 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_DECL_SYS_SIGLIST 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_SPEED_T 1
| #define HAVE_NET_IF_H 1
| #define HAVE_IFADDRS_H 1
| #define HAVE_NET_IF_DL_H 1
| #define HAVE_STRUCT_IFREQ_IFR_FLAGS 1
| #define HAVE_STRUCT_IFREQ_IFR_BROADADDR 1
| #define HAVE_STRUCT_IFREQ_IFR_ADDR 1
| #define HAVE_STRUCT_IFREQ_IFR_ADDR_SA_LEN 1
| #define HAVE_LONG_FILE_NAMES 1
| #define SYSTEM_MALLOC 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_MMAP 1
| #define HAVE_PTHREAD 1
| #define HAVE_XIM 1
| #define USE_XIM 1
| #define XRegisterIMInstantiateCallback_arg6 XPointer
| #define HAVE_H_ERRNO 1
| #define HAVE_LIBM 1
| #define MAIL_USE_FLOCK 1
| #define HAVE_GETHOSTNAME 1
| #define HAVE_CLOSEDIR 1
| #define HAVE_GETRUSAGE 1
| #define HAVE_LRAND48 1
| #define HAVE_SETSID 1
| #define HAVE_FPATHCONF 1
| #define HAVE_SELECT 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_SETLOCALE 1
| #define HAVE_UTIMES 1
| #define HAVE_GETRLIMIT 1
| #define HAVE_SETRLIMIT 1
| #define HAVE_SETPGID 1
| #define HAVE_GETCWD 1
| #define HAVE_SHUTDOWN 1
| #define HAVE_GETADDRINFO 1
| #define HAVE_STRSIGNAL 1
| #define HAVE_SETITIMER 1
| #define HAVE_SENDTO 1
| #define HAVE_RECVFROM 1
| #define HAVE_GETSOCKNAME 1
| #define HAVE_GETPEERNAME 1
| #define HAVE_GETIFADDRS 1
| #define HAVE_FREEIFADDRS 1
| #define HAVE_GAI_STRERROR 1
| #define HAVE_MKSTEMP 1
| #define HAVE_GETLINE 1
| #define HAVE_GETDELIM 1
| #define HAVE_FSYNC 1
| #define HAVE_SYNC 1
| #define HAVE_DIFFTIME 1
| #define HAVE_POSIX_MEMALIGN 1
| #define HAVE_GETPWENT 1
| #define HAVE_ENDPWENT 1
| #define HAVE_GETGRENT 1
| #define HAVE_ENDGRENT 1
| #define HAVE_CFMAKERAW 1
| #define HAVE_CFSETSPEED 1
| #define HAVE_COPYSIGN 1
| #define HAVE_GETWD 1
| #define HAVE_RANDOM 1
| #define HAVE_RINT 1
| #define HAVE___BUILTIN_UNWIND_INIT 1
| #define HAVE_FSEEKO 1
| #define GETPGRP_VOID 1
| #define HAVE_GRANTPT 1
| #define HAVE_POSIX_OPENPT 1
| #define TERMINFO 1
| #define HAVE_TZSET 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_LSTAT 1
| #define HAVE_ALARM 1
| #define HAVE_PSELECT 1
| #define HAVE_PTHREAD_SIGMASK 1
| #define HAVE_READLINK 1
| #define HAVE_STRTOIMAX 1
| #define HAVE_STRTOUMAX 1
| #define HAVE_SYMLINK 1
| #define HAVE_LOCALTIME_R 1
| #define HAVE_FUTIMES 1
| #define HAVE_LUTIMES 1
| #define HAVE_INET_SOCKETS 1
| #define HAVE_FORK 1
| #define HAVE_VFORK 1
| #define HAVE_WORKING_VFORK 1
| #define HAVE_WORKING_FORK 1
| #define HAVE_SNPRINTF 1
| #define HAVE_LANGINFO_CODESET 1
| #define HAVE_MBSTATE_T 1
| #define __restrict_arr __restrict
| #define AMPERSAND_FULL_NAME 1
| #define CLASH_DETECTION 1
| #define HAVE_PTYS 1
| #define HAVE_SOCKETS 1
| #define NULL_DEVICE "/dev/null"
| #define SEPCHAR ':'
| #define subprocesses 1
| #define USER_FULL_NAME pw->pw_gecos
| #define DIRECTORY_SEP '/'
| #define IS_DEVICE_SEP(_c_) 0
| #define IS_DIRECTORY_SEP(_c_) ((_c_) == DIRECTORY_SEP)
| #define IS_ANY_SEP(_c_) (IS_DIRECTORY_SEP (_c_))
| #define DONT_REOPEN_PTY 1
| #define DEFAULT_SOUND_DEVICE "/dev/dsp"
| #define INTERRUPT_INPUT 1
| #define PTY_ITERATION int i; for (i = 0; i < 1; i++)
| #define FIRST_PTY_LETTER 'p'
| #define PTY_OPEN do { int slave; if (openpty (&fd, &slave, pty_name, NULL, NULL) == -1) fd = -1; else emacs_close (slave); } while (0)
| #define PTY_NAME_SPRINTF /**/
| #define PTY_TTY_NAME_SPRINTF /**/
| #define SIGNALS_VIA_CHARACTERS 1
| #define PENDING_OUTPUT_COUNT(FILE) ((FILE)->_p - (FILE)->_bf._base)
| #define TAB3 OXTABS
| #define GC_SETJMP_WORKS 1
| #define HAVE__SETJMP 1
| #define BSD4_2 /**/
| #define BSD_SYSTEM /**/
| #define DARWIN_OS /**/
| #define USABLE_FIONREAD 1
| #define USABLE_SIGIO 1
| #define COPYRIGHT "Copyright (C) 2013 Free Software Foundation, Inc."
| #define EMACS_CONFIGURATION "x86_64-apple-darwin12.3.0"
| #define EMACS_CONFIG_OPTIONS " '--prefix=/usr/local/Cellar/emacs/24.3' '--without-dbus' '--enable-locallisppath=/usr/local/share/emacs/site-lisp' '--infodir=/usr/local/Cellar/emacs/24.3/share/info/emacs' '--without-x' 'CC=cc'"
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_C99_STRTOLD 1
| #define HAVE_DECL_STRMODE 1
| #define HAVE_GETOPT_H 1
| #define HAVE_GETOPT_LONG_ONLY 1
| #define __GETOPT_PREFIX rpl_
| #define HAVE_DECL_GETENV 1
| #define restrict __restrict
| #define HAVE_UNSIGNED_LONG_LONG_INT 1
| #define HAVE_LONG_LONG_INT 1
| #define BITSIZEOF_PTRDIFF_T 64
| #define BITSIZEOF_SIZE_T 64
| #define BITSIZEOF_SIG_ATOMIC_T 32
| #define BITSIZEOF_WCHAR_T 32
| #define BITSIZEOF_WINT_T 32
| #define HAVE_SIGNED_SIG_ATOMIC_T 1
| #define HAVE_SIGNED_WCHAR_T 1
| #define HAVE_SIGNED_WINT_T 1
| #define PTRDIFF_T_SUFFIX l
| #define SIZE_T_SUFFIX ul
| #define SIG_ATOMIC_T_SUFFIX
| #define WCHAR_T_SUFFIX
| #define WINT_T_SUFFIX
| #define HAVE_SIGSET_T 1
| #define HAVE__BOOL 1
| #define HAVE_WCHAR_T 1
| #define HAVE_STRUCT_TM_TM_ZONE 1
| #define HAVE_TM_ZONE 1
| #define HAVE_TM_GMTOFF 1
| #define HAVE_DECL_STRTOIMAX 1
| #define HAVE_DECL_STRTOUMAX 1
| #define HAVE_WORKING_UTIMES 1
| #define HAVE_STRUCT_UTIMBUF 1
| #define HAVE_ALLOCA 1
| #define HAVE_DUP2 1
| #define __GETOPT_PREFIX rpl_
| #define GETTIMEOFDAY_TIMEZONE void
| #define HAVE_PTHREAD_SIGMASK 1
| #define READLINK_TRAILING_SLASH_BUG 1
| /* end confdefs.h. */
|
| #include <signal.h>
|
|
| int
| main ()
| {
| if (sizeof ((volatile sig_atomic_t)))
| return 0;
| ;
| return 0;
| }
configure:22447: result: yes
configure:22463: checking for sighandler_t
configure:22463: cc -c -g3 -O2 conftest.c >&5
conftest.c:225:13: error: use of undeclared identifier 'sighandler_t'
if (sizeof (sighandler_t))
^
1 error generated.
configure:22463: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "emacs"
| #define PACKAGE_TARNAME "emacs"
| #define PACKAGE_VERSION "24.3"
| #define PACKAGE_STRING "emacs 24.3"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "emacs"
| #define VERSION "24.3"
| #define MAIL_USE_POP 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define SYSTEM_TYPE "darwin"
| #define HAVE_FCNTL_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_PWD_H 1
| #define HAVE_UTMP_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_UTIL_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_MALLOC_MALLOC_H 1
| #define HAVE_SYS_UN_H 1
| #define HAVE_EXECINFO_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_TERM_H 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_DECL_SYS_SIGLIST 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_SPEED_T 1
| #define HAVE_NET_IF_H 1
| #define HAVE_IFADDRS_H 1
| #define HAVE_NET_IF_DL_H 1
| #define HAVE_STRUCT_IFREQ_IFR_FLAGS 1
| #define HAVE_STRUCT_IFREQ_IFR_BROADADDR 1
| #define HAVE_STRUCT_IFREQ_IFR_ADDR 1
| #define HAVE_STRUCT_IFREQ_IFR_ADDR_SA_LEN 1
| #define HAVE_LONG_FILE_NAMES 1
| #define SYSTEM_MALLOC 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_MMAP 1
| #define HAVE_PTHREAD 1
| #define HAVE_XIM 1
| #define USE_XIM 1
| #define XRegisterIMInstantiateCallback_arg6 XPointer
| #define HAVE_H_ERRNO 1
| #define HAVE_LIBM 1
| #define MAIL_USE_FLOCK 1
| #define HAVE_GETHOSTNAME 1
| #define HAVE_CLOSEDIR 1
| #define HAVE_GETRUSAGE 1
| #define HAVE_LRAND48 1
| #define HAVE_SETSID 1
| #define HAVE_FPATHCONF 1
| #define HAVE_SELECT 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_SETLOCALE 1
| #define HAVE_UTIMES 1
| #define HAVE_GETRLIMIT 1
| #define HAVE_SETRLIMIT 1
| #define HAVE_SETPGID 1
| #define HAVE_GETCWD 1
| #define HAVE_SHUTDOWN 1
| #define HAVE_GETADDRINFO 1
| #define HAVE_STRSIGNAL 1
| #define HAVE_SETITIMER 1
| #define HAVE_SENDTO 1
| #define HAVE_RECVFROM 1
| #define HAVE_GETSOCKNAME 1
| #define HAVE_GETPEERNAME 1
| #define HAVE_GETIFADDRS 1
| #define HAVE_FREEIFADDRS 1
| #define HAVE_GAI_STRERROR 1
| #define HAVE_MKSTEMP 1
| #define HAVE_GETLINE 1
| #define HAVE_GETDELIM 1
| #define HAVE_FSYNC 1
| #define HAVE_SYNC 1
| #define HAVE_DIFFTIME 1
| #define HAVE_POSIX_MEMALIGN 1
| #define HAVE_GETPWENT 1
| #define HAVE_ENDPWENT 1
| #define HAVE_GETGRENT 1
| #define HAVE_ENDGRENT 1
| #define HAVE_CFMAKERAW 1
| #define HAVE_CFSETSPEED 1
| #define HAVE_COPYSIGN 1
| #define HAVE_GETWD 1
| #define HAVE_RANDOM 1
| #define HAVE_RINT 1
| #define HAVE___BUILTIN_UNWIND_INIT 1
| #define HAVE_FSEEKO 1
| #define GETPGRP_VOID 1
| #define HAVE_GRANTPT 1
| #define HAVE_POSIX_OPENPT 1
| #define TERMINFO 1
| #define HAVE_TZSET 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_LSTAT 1
| #define HAVE_ALARM 1
| #define HAVE_PSELECT 1
| #define HAVE_PTHREAD_SIGMASK 1
| #define HAVE_READLINK 1
| #define HAVE_STRTOIMAX 1
| #define HAVE_STRTOUMAX 1
| #define HAVE_SYMLINK 1
| #define HAVE_LOCALTIME_R 1
| #define HAVE_FUTIMES 1
| #define HAVE_LUTIMES 1
| #define HAVE_INET_SOCKETS 1
| #define HAVE_FORK 1
| #define HAVE_VFORK 1
| #define HAVE_WORKING_VFORK 1
| #define HAVE_WORKING_FORK 1
| #define HAVE_SNPRINTF 1
| #define HAVE_LANGINFO_CODESET 1
| #define HAVE_MBSTATE_T 1
| #define __restrict_arr __restrict
| #define AMPERSAND_FULL_NAME 1
| #define CLASH_DETECTION 1
| #define HAVE_PTYS 1
| #define HAVE_SOCKETS 1
| #define NULL_DEVICE "/dev/null"
| #define SEPCHAR ':'
| #define subprocesses 1
| #define USER_FULL_NAME pw->pw_gecos
| #define DIRECTORY_SEP '/'
| #define IS_DEVICE_SEP(_c_) 0
| #define IS_DIRECTORY_SEP(_c_) ((_c_) == DIRECTORY_SEP)
| #define IS_ANY_SEP(_c_) (IS_DIRECTORY_SEP (_c_))
| #define DONT_REOPEN_PTY 1
| #define DEFAULT_SOUND_DEVICE "/dev/dsp"
| #define INTERRUPT_INPUT 1
| #define PTY_ITERATION int i; for (i = 0; i < 1; i++)
| #define FIRST_PTY_LETTER 'p'
| #define PTY_OPEN do { int slave; if (openpty (&fd, &slave, pty_name, NULL, NULL) == -1) fd = -1; else emacs_close (slave); } while (0)
| #define PTY_NAME_SPRINTF /**/
| #define PTY_TTY_NAME_SPRINTF /**/
| #define SIGNALS_VIA_CHARACTERS 1
| #define PENDING_OUTPUT_COUNT(FILE) ((FILE)->_p - (FILE)->_bf._base)
| #define TAB3 OXTABS
| #define GC_SETJMP_WORKS 1
| #define HAVE__SETJMP 1
| #define BSD4_2 /**/
| #define BSD_SYSTEM /**/
| #define DARWIN_OS /**/
| #define USABLE_FIONREAD 1
| #define USABLE_SIGIO 1
| #define COPYRIGHT "Copyright (C) 2013 Free Software Foundation, Inc."
| #define EMACS_CONFIGURATION "x86_64-apple-darwin12.3.0"
| #define EMACS_CONFIG_OPTIONS " '--prefix=/usr/local/Cellar/emacs/24.3' '--without-dbus' '--enable-locallisppath=/usr/local/share/emacs/site-lisp' '--infodir=/usr/local/Cellar/emacs/24.3/share/info/emacs' '--without-x' 'CC=cc'"
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_C99_STRTOLD 1
| #define HAVE_DECL_STRMODE 1
| #define HAVE_GETOPT_H 1
| #define HAVE_GETOPT_LONG_ONLY 1
| #define __GETOPT_PREFIX rpl_
| #define HAVE_DECL_GETENV 1
| #define restrict __restrict
| #define HAVE_UNSIGNED_LONG_LONG_INT 1
| #define HAVE_LONG_LONG_INT 1
| #define BITSIZEOF_PTRDIFF_T 64
| #define BITSIZEOF_SIZE_T 64
| #define BITSIZEOF_SIG_ATOMIC_T 32
| #define BITSIZEOF_WCHAR_T 32
| #define BITSIZEOF_WINT_T 32
| #define HAVE_SIGNED_SIG_ATOMIC_T 1
| #define HAVE_SIGNED_WCHAR_T 1
| #define HAVE_SIGNED_WINT_T 1
| #define PTRDIFF_T_SUFFIX l
| #define SIZE_T_SUFFIX ul
| #define SIG_ATOMIC_T_SUFFIX
| #define WCHAR_T_SUFFIX
| #define WINT_T_SUFFIX
| #define HAVE_SIGSET_T 1
| #define HAVE__BOOL 1
| #define HAVE_WCHAR_T 1
| #define HAVE_STRUCT_TM_TM_ZONE 1
| #define HAVE_TM_ZONE 1
| #define HAVE_TM_GMTOFF 1
| #define HAVE_DECL_STRTOIMAX 1
| #define HAVE_DECL_STRTOUMAX 1
| #define HAVE_WORKING_UTIMES 1
| #define HAVE_STRUCT_UTIMBUF 1
| #define HAVE_ALLOCA 1
| #define HAVE_DUP2 1
| #define __GETOPT_PREFIX rpl_
| #define GETTIMEOFDAY_TIMEZONE void
| #define HAVE_PTHREAD_SIGMASK 1
| #define READLINK_TRAILING_SLASH_BUG 1
| /* end confdefs.h. */
|
| #include <signal.h>
|
|
| int
| main ()
| {
| if (sizeof (sighandler_t))
| return 0;
| ;
| return 0;
| }
configure:22463: result: no
configure:22476: checking for socklen_t
configure:22476: cc -c -g3 -O2 conftest.c >&5
configure:22476: $? = 0
configure:22476: cc -c -g3 -O2 conftest.c >&5
conftest.c:233:24: error: expected expression
if (sizeof ((socklen_t)))
^
1 error generated.
configure:22476: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "emacs"
| #define PACKAGE_TARNAME "emacs"
| #define PACKAGE_VERSION "24.3"
| #define PACKAGE_STRING "emacs 24.3"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "emacs"
| #define VERSION "24.3"
| #define MAIL_USE_POP 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define SYSTEM_TYPE "darwin"
| #define HAVE_FCNTL_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_PWD_H 1
| #define HAVE_UTMP_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_UTIL_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_MALLOC_MALLOC_H 1
| #define HAVE_SYS_UN_H 1
| #define HAVE_EXECINFO_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_TERM_H 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_DECL_SYS_SIGLIST 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_SPEED_T 1
| #define HAVE_NET_IF_H 1
| #define HAVE_IFADDRS_H 1
| #define HAVE_NET_IF_DL_H 1
| #define HAVE_STRUCT_IFREQ_IFR_FLAGS 1
| #define HAVE_STRUCT_IFREQ_IFR_BROADADDR 1
| #define HAVE_STRUCT_IFREQ_IFR_ADDR 1
| #define HAVE_STRUCT_IFREQ_IFR_ADDR_SA_LEN 1
| #define HAVE_LONG_FILE_NAMES 1
| #define SYSTEM_MALLOC 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_MMAP 1
| #define HAVE_PTHREAD 1
| #define HAVE_XIM 1
| #define USE_XIM 1
| #define XRegisterIMInstantiateCallback_arg6 XPointer
| #define HAVE_H_ERRNO 1
| #define HAVE_LIBM 1
| #define MAIL_USE_FLOCK 1
| #define HAVE_GETHOSTNAME 1
| #define HAVE_CLOSEDIR 1
| #define HAVE_GETRUSAGE 1
| #define HAVE_LRAND48 1
| #define HAVE_SETSID 1
| #define HAVE_FPATHCONF 1
| #define HAVE_SELECT 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_SETLOCALE 1
| #define HAVE_UTIMES 1
| #define HAVE_GETRLIMIT 1
| #define HAVE_SETRLIMIT 1
| #define HAVE_SETPGID 1
| #define HAVE_GETCWD 1
| #define HAVE_SHUTDOWN 1
| #define HAVE_GETADDRINFO 1
| #define HAVE_STRSIGNAL 1
| #define HAVE_SETITIMER 1
| #define HAVE_SENDTO 1
| #define HAVE_RECVFROM 1
| #define HAVE_GETSOCKNAME 1
| #define HAVE_GETPEERNAME 1
| #define HAVE_GETIFADDRS 1
| #define HAVE_FREEIFADDRS 1
| #define HAVE_GAI_STRERROR 1
| #define HAVE_MKSTEMP 1
| #define HAVE_GETLINE 1
| #define HAVE_GETDELIM 1
| #define HAVE_FSYNC 1
| #define HAVE_SYNC 1
| #define HAVE_DIFFTIME 1
| #define HAVE_POSIX_MEMALIGN 1
| #define HAVE_GETPWENT 1
| #define HAVE_ENDPWENT 1
| #define HAVE_GETGRENT 1
| #define HAVE_ENDGRENT 1
| #define HAVE_CFMAKERAW 1
| #define HAVE_CFSETSPEED 1
| #define HAVE_COPYSIGN 1
| #define HAVE_GETWD 1
| #define HAVE_RANDOM 1
| #define HAVE_RINT 1
| #define HAVE___BUILTIN_UNWIND_INIT 1
| #define HAVE_FSEEKO 1
| #define GETPGRP_VOID 1
| #define HAVE_GRANTPT 1
| #define HAVE_POSIX_OPENPT 1
| #define TERMINFO 1
| #define HAVE_TZSET 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_LSTAT 1
| #define HAVE_ALARM 1
| #define HAVE_PSELECT 1
| #define HAVE_PTHREAD_SIGMASK 1
| #define HAVE_READLINK 1
| #define HAVE_STRTOIMAX 1
| #define HAVE_STRTOUMAX 1
| #define HAVE_SYMLINK 1
| #define HAVE_LOCALTIME_R 1
| #define HAVE_FUTIMES 1
| #define HAVE_LUTIMES 1
| #define HAVE_INET_SOCKETS 1
| #define HAVE_FORK 1
| #define HAVE_VFORK 1
| #define HAVE_WORKING_VFORK 1
| #define HAVE_WORKING_FORK 1
| #define HAVE_SNPRINTF 1
| #define HAVE_LANGINFO_CODESET 1
| #define HAVE_MBSTATE_T 1
| #define __restrict_arr __restrict
| #define AMPERSAND_FULL_NAME 1
| #define CLASH_DETECTION 1
| #define HAVE_PTYS 1
| #define HAVE_SOCKETS 1
| #define NULL_DEVICE "/dev/null"
| #define SEPCHAR ':'
| #define subprocesses 1
| #define USER_FULL_NAME pw->pw_gecos
| #define DIRECTORY_SEP '/'
| #define IS_DEVICE_SEP(_c_) 0
| #define IS_DIRECTORY_SEP(_c_) ((_c_) == DIRECTORY_SEP)
| #define IS_ANY_SEP(_c_) (IS_DIRECTORY_SEP (_c_))
| #define DONT_REOPEN_PTY 1
| #define DEFAULT_SOUND_DEVICE "/dev/dsp"
| #define INTERRUPT_INPUT 1
| #define PTY_ITERATION int i; for (i = 0; i < 1; i++)
| #define FIRST_PTY_LETTER 'p'
| #define PTY_OPEN do { int slave; if (openpty (&fd, &slave, pty_name, NULL, NULL) == -1) fd = -1; else emacs_close (slave); } while (0)
| #define PTY_NAME_SPRINTF /**/
| #define PTY_TTY_NAME_SPRINTF /**/
| #define SIGNALS_VIA_CHARACTERS 1
| #define PENDING_OUTPUT_COUNT(FILE) ((FILE)->_p - (FILE)->_bf._base)
| #define TAB3 OXTABS
| #define GC_SETJMP_WORKS 1
| #define HAVE__SETJMP 1
| #define BSD4_2 /**/
| #define BSD_SYSTEM /**/
| #define DARWIN_OS /**/
| #define USABLE_FIONREAD 1
| #define USABLE_SIGIO 1
| #define COPYRIGHT "Copyright (C) 2013 Free Software Foundation, Inc."
| #define EMACS_CONFIGURATION "x86_64-apple-darwin12.3.0"
| #define EMACS_CONFIG_OPTIONS " '--prefix=/usr/local/Cellar/emacs/24.3' '--without-dbus' '--enable-locallisppath=/usr/local/share/emacs/site-lisp' '--infodir=/usr/local/Cellar/emacs/24.3/share/info/emacs' '--without-x' 'CC=cc'"
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_C99_STRTOLD 1
| #define HAVE_DECL_STRMODE 1
| #define HAVE_GETOPT_H 1
| #define HAVE_GETOPT_LONG_ONLY 1
| #define __GETOPT_PREFIX rpl_
| #define HAVE_DECL_GETENV 1
| #define restrict __restrict
| #define HAVE_UNSIGNED_LONG_LONG_INT 1
| #define HAVE_LONG_LONG_INT 1
| #define BITSIZEOF_PTRDIFF_T 64
| #define BITSIZEOF_SIZE_T 64
| #define BITSIZEOF_SIG_ATOMIC_T 32
| #define BITSIZEOF_WCHAR_T 32
| #define BITSIZEOF_WINT_T 32
| #define HAVE_SIGNED_SIG_ATOMIC_T 1
| #define HAVE_SIGNED_WCHAR_T 1
| #define HAVE_SIGNED_WINT_T 1
| #define PTRDIFF_T_SUFFIX l
| #define SIZE_T_SUFFIX ul
| #define SIG_ATOMIC_T_SUFFIX
| #define WCHAR_T_SUFFIX
| #define WINT_T_SUFFIX
| #define HAVE_SIGSET_T 1
| #define HAVE__BOOL 1
| #define HAVE_WCHAR_T 1
| #define HAVE_STRUCT_TM_TM_ZONE 1
| #define HAVE_TM_ZONE 1
| #define HAVE_TM_GMTOFF 1
| #define HAVE_DECL_STRTOIMAX 1
| #define HAVE_DECL_STRTOUMAX 1
| #define HAVE_WORKING_UTIMES 1
| #define HAVE_STRUCT_UTIMBUF 1
| #define HAVE_ALLOCA 1
| #define HAVE_DUP2 1
| #define __GETOPT_PREFIX rpl_
| #define GETTIMEOFDAY_TIMEZONE void
| #define HAVE_PTHREAD_SIGMASK 1
| #define READLINK_TRAILING_SLASH_BUG 1
| /* end confdefs.h. */
|
| /* <sys/types.h> is not needed according to POSIX, but the
| <sys/socket.h> in i386-unknown-freebsd4.10 and
| powerpc-apple-darwin5.5 required it. */
| #include <sys/types.h>
| #if HAVE_SYS_SOCKET_H
| # include <sys/socket.h>
| #elif HAVE_WS2TCPIP_H
| # include <ws2tcpip.h>
| #endif
|
|
| int
| main ()
| {
| if (sizeof ((socklen_t)))
| return 0;
| ;
| return 0;
| }
configure:22476: result: yes
configure:22540: checking for ssize_t
configure:22557: cc -c -g3 -O2 conftest.c >&5
configure:22557: $? = 0
configure:22564: result: yes
configure:22576: checking for struct stat.st_atim.tv_nsec
configure:22576: cc -c -g3 -O2 conftest.c >&5
conftest.c:225:13: error: no member named 'st_atim' in 'struct stat'
if (ac_aggr.st_atim.tv_nsec)
~~~~~~~ ^
1 error generated.
configure:22576: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "emacs"
| #define PACKAGE_TARNAME "emacs"
| #define PACKAGE_VERSION "24.3"
| #define PACKAGE_STRING "emacs 24.3"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "emacs"
| #define VERSION "24.3"
| #define MAIL_USE_POP 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define SYSTEM_TYPE "darwin"
| #define HAVE_FCNTL_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_PWD_H 1
| #define HAVE_UTMP_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_UTIL_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_MALLOC_MALLOC_H 1
| #define HAVE_SYS_UN_H 1
| #define HAVE_EXECINFO_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_TERM_H 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_DECL_SYS_SIGLIST 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_SPEED_T 1
| #define HAVE_NET_IF_H 1
| #define HAVE_IFADDRS_H 1
| #define HAVE_NET_IF_DL_H 1
| #define HAVE_STRUCT_IFREQ_IFR_FLAGS 1
| #define HAVE_STRUCT_IFREQ_IFR_BROADADDR 1
| #define HAVE_STRUCT_IFREQ_IFR_ADDR 1
| #define HAVE_STRUCT_IFREQ_IFR_ADDR_SA_LEN 1
| #define HAVE_LONG_FILE_NAMES 1
| #define SYSTEM_MALLOC 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_MMAP 1
| #define HAVE_PTHREAD 1
| #define HAVE_XIM 1
| #define USE_XIM 1
| #define XRegisterIMInstantiateCallback_arg6 XPointer
| #define HAVE_H_ERRNO 1
| #define HAVE_LIBM 1
| #define MAIL_USE_FLOCK 1
| #define HAVE_GETHOSTNAME 1
| #define HAVE_CLOSEDIR 1
| #define HAVE_GETRUSAGE 1
| #define HAVE_LRAND48 1
| #define HAVE_SETSID 1
| #define HAVE_FPATHCONF 1
| #define HAVE_SELECT 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_SETLOCALE 1
| #define HAVE_UTIMES 1
| #define HAVE_GETRLIMIT 1
| #define HAVE_SETRLIMIT 1
| #define HAVE_SETPGID 1
| #define HAVE_GETCWD 1
| #define HAVE_SHUTDOWN 1
| #define HAVE_GETADDRINFO 1
| #define HAVE_STRSIGNAL 1
| #define HAVE_SETITIMER 1
| #define HAVE_SENDTO 1
| #define HAVE_RECVFROM 1
| #define HAVE_GETSOCKNAME 1
| #define HAVE_GETPEERNAME 1
| #define HAVE_GETIFADDRS 1
| #define HAVE_FREEIFADDRS 1
| #define HAVE_GAI_STRERROR 1
| #define HAVE_MKSTEMP 1
| #define HAVE_GETLINE 1
| #define HAVE_GETDELIM 1
| #define HAVE_FSYNC 1
| #define HAVE_SYNC 1
| #define HAVE_DIFFTIME 1
| #define HAVE_POSIX_MEMALIGN 1
| #define HAVE_GETPWENT 1
| #define HAVE_ENDPWENT 1
| #define HAVE_GETGRENT 1
| #define HAVE_ENDGRENT 1
| #define HAVE_CFMAKERAW 1
| #define HAVE_CFSETSPEED 1
| #define HAVE_COPYSIGN 1
| #define HAVE_GETWD 1
| #define HAVE_RANDOM 1
| #define HAVE_RINT 1
| #define HAVE___BUILTIN_UNWIND_INIT 1
| #define HAVE_FSEEKO 1
| #define GETPGRP_VOID 1
| #define HAVE_GRANTPT 1
| #define HAVE_POSIX_OPENPT 1
| #define TERMINFO 1
| #define HAVE_TZSET 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_LSTAT 1
| #define HAVE_ALARM 1
| #define HAVE_PSELECT 1
| #define HAVE_PTHREAD_SIGMASK 1
| #define HAVE_READLINK 1
| #define HAVE_STRTOIMAX 1
| #define HAVE_STRTOUMAX 1
| #define HAVE_SYMLINK 1
| #define HAVE_LOCALTIME_R 1
| #define HAVE_FUTIMES 1
| #define HAVE_LUTIMES 1
| #define HAVE_INET_SOCKETS 1
| #define HAVE_FORK 1
| #define HAVE_VFORK 1
| #define HAVE_WORKING_VFORK 1
| #define HAVE_WORKING_FORK 1
| #define HAVE_SNPRINTF 1
| #define HAVE_LANGINFO_CODESET 1
| #define HAVE_MBSTATE_T 1
| #define __restrict_arr __restrict
| #define AMPERSAND_FULL_NAME 1
| #define CLASH_DETECTION 1
| #define HAVE_PTYS 1
| #define HAVE_SOCKETS 1
| #define NULL_DEVICE "/dev/null"
| #define SEPCHAR ':'
| #define subprocesses 1
| #define USER_FULL_NAME pw->pw_gecos
| #define DIRECTORY_SEP '/'
| #define IS_DEVICE_SEP(_c_) 0
| #define IS_DIRECTORY_SEP(_c_) ((_c_) == DIRECTORY_SEP)
| #define IS_ANY_SEP(_c_) (IS_DIRECTORY_SEP (_c_))
| #define DONT_REOPEN_PTY 1
| #define DEFAULT_SOUND_DEVICE "/dev/dsp"
| #define INTERRUPT_INPUT 1
| #define PTY_ITERATION int i; for (i = 0; i < 1; i++)
| #define FIRST_PTY_LETTER 'p'
| #define PTY_OPEN do { int slave; if (openpty (&fd, &slave, pty_name, NULL, NULL) == -1) fd = -1; else emacs_close (slave); } while (0)
| #define PTY_NAME_SPRINTF /**/
| #define PTY_TTY_NAME_SPRINTF /**/
| #define SIGNALS_VIA_CHARACTERS 1
| #define PENDING_OUTPUT_COUNT(FILE) ((FILE)->_p - (FILE)->_bf._base)
| #define TAB3 OXTABS
| #define GC_SETJMP_WORKS 1
| #define HAVE__SETJMP 1
| #define BSD4_2 /**/
| #define BSD_SYSTEM /**/
| #define DARWIN_OS /**/
| #define USABLE_FIONREAD 1
| #define USABLE_SIGIO 1
| #define COPYRIGHT "Copyright (C) 2013 Free Software Foundation, Inc."
| #define EMACS_CONFIGURATION "x86_64-apple-darwin12.3.0"
| #define EMACS_CONFIG_OPTIONS " '--prefix=/usr/local/Cellar/emacs/24.3' '--without-dbus' '--enable-locallisppath=/usr/local/share/emacs/site-lisp' '--infodir=/usr/local/Cellar/emacs/24.3/share/info/emacs' '--without-x' 'CC=cc'"
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_C99_STRTOLD 1
| #define HAVE_DECL_STRMODE 1
| #define HAVE_GETOPT_H 1
| #define HAVE_GETOPT_LONG_ONLY 1
| #define __GETOPT_PREFIX rpl_
| #define HAVE_DECL_GETENV 1
| #define restrict __restrict
| #define HAVE_UNSIGNED_LONG_LONG_INT 1
| #define HAVE_LONG_LONG_INT 1
| #define BITSIZEOF_PTRDIFF_T 64
| #define BITSIZEOF_SIZE_T 64
| #define BITSIZEOF_SIG_ATOMIC_T 32
| #define BITSIZEOF_WCHAR_T 32
| #define BITSIZEOF_WINT_T 32
| #define HAVE_SIGNED_SIG_ATOMIC_T 1
| #define HAVE_SIGNED_WCHAR_T 1
| #define HAVE_SIGNED_WINT_T 1
| #define PTRDIFF_T_SUFFIX l
| #define SIZE_T_SUFFIX ul
| #define SIG_ATOMIC_T_SUFFIX
| #define WCHAR_T_SUFFIX
| #define WINT_T_SUFFIX
| #define HAVE_SIGSET_T 1
| #define HAVE__BOOL 1
| #define HAVE_WCHAR_T 1
| #define HAVE_STRUCT_TM_TM_ZONE 1
| #define HAVE_TM_ZONE 1
| #define HAVE_TM_GMTOFF 1
| #define HAVE_DECL_STRTOIMAX 1
| #define HAVE_DECL_STRTOUMAX 1
| #define HAVE_WORKING_UTIMES 1
| #define HAVE_STRUCT_UTIMBUF 1
| #define HAVE_ALLOCA 1
| #define HAVE_DUP2 1
| #define __GETOPT_PREFIX rpl_
| #define GETTIMEOFDAY_TIMEZONE void
| #define HAVE_PTHREAD_SIGMASK 1
| #define READLINK_TRAILING_SLASH_BUG 1
| /* end confdefs.h. */
| #include <sys/types.h>
| #include <sys/stat.h>
|
| int
| main ()
| {
| static struct stat ac_aggr;
| if (ac_aggr.st_atim.tv_nsec)
| return 0;
| ;
| return 0;
| }
configure:22576: cc -c -g3 -O2 conftest.c >&5
conftest.c:225:20: error: no member named 'st_atim' in 'struct stat'
if (sizeof ac_aggr.st_atim.tv_nsec)
~~~~~~~ ^
1 error generated.
configure:22576: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "emacs"
| #define PACKAGE_TARNAME "emacs"
| #define PACKAGE_VERSION "24.3"
| #define PACKAGE_STRING "emacs 24.3"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "emacs"
| #define VERSION "24.3"
| #define MAIL_USE_POP 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define SYSTEM_TYPE "darwin"
| #define HAVE_FCNTL_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_PWD_H 1
| #define HAVE_UTMP_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_UTIL_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_MALLOC_MALLOC_H 1
| #define HAVE_SYS_UN_H 1
| #define HAVE_EXECINFO_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_TERM_H 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_DECL_SYS_SIGLIST 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_SPEED_T 1
| #define HAVE_NET_IF_H 1
| #define HAVE_IFADDRS_H 1
| #define HAVE_NET_IF_DL_H 1
| #define HAVE_STRUCT_IFREQ_IFR_FLAGS 1
| #define HAVE_STRUCT_IFREQ_IFR_BROADADDR 1
| #define HAVE_STRUCT_IFREQ_IFR_ADDR 1
| #define HAVE_STRUCT_IFREQ_IFR_ADDR_SA_LEN 1
| #define HAVE_LONG_FILE_NAMES 1
| #define SYSTEM_MALLOC 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_MMAP 1
| #define HAVE_PTHREAD 1
| #define HAVE_XIM 1
| #define USE_XIM 1
| #define XRegisterIMInstantiateCallback_arg6 XPointer
| #define HAVE_H_ERRNO 1
| #define HAVE_LIBM 1
| #define MAIL_USE_FLOCK 1
| #define HAVE_GETHOSTNAME 1
| #define HAVE_CLOSEDIR 1
| #define HAVE_GETRUSAGE 1
| #define HAVE_LRAND48 1
| #define HAVE_SETSID 1
| #define HAVE_FPATHCONF 1
| #define HAVE_SELECT 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_SETLOCALE 1
| #define HAVE_UTIMES 1
| #define HAVE_GETRLIMIT 1
| #define HAVE_SETRLIMIT 1
| #define HAVE_SETPGID 1
| #define HAVE_GETCWD 1
| #define HAVE_SHUTDOWN 1
| #define HAVE_GETADDRINFO 1
| #define HAVE_STRSIGNAL 1
| #define HAVE_SETITIMER 1
| #define HAVE_SENDTO 1
| #define HAVE_RECVFROM 1
| #define HAVE_GETSOCKNAME 1
| #define HAVE_GETPEERNAME 1
| #define HAVE_GETIFADDRS 1
| #define HAVE_FREEIFADDRS 1
| #define HAVE_GAI_STRERROR 1
| #define HAVE_MKSTEMP 1
| #define HAVE_GETLINE 1
| #define HAVE_GETDELIM 1
| #define HAVE_FSYNC 1
| #define HAVE_SYNC 1
| #define HAVE_DIFFTIME 1
| #define HAVE_POSIX_MEMALIGN 1
| #define HAVE_GETPWENT 1
| #define HAVE_ENDPWENT 1
| #define HAVE_GETGRENT 1
| #define HAVE_ENDGRENT 1
| #define HAVE_CFMAKERAW 1
| #define HAVE_CFSETSPEED 1
| #define HAVE_COPYSIGN 1
| #define HAVE_GETWD 1
| #define HAVE_RANDOM 1
| #define HAVE_RINT 1
| #define HAVE___BUILTIN_UNWIND_INIT 1
| #define HAVE_FSEEKO 1
| #define GETPGRP_VOID 1
| #define HAVE_GRANTPT 1
| #define HAVE_POSIX_OPENPT 1
| #define TERMINFO 1
| #define HAVE_TZSET 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_LSTAT 1
| #define HAVE_ALARM 1
| #define HAVE_PSELECT 1
| #define HAVE_PTHREAD_SIGMASK 1
| #define HAVE_READLINK 1
| #define HAVE_STRTOIMAX 1
| #define HAVE_STRTOUMAX 1
| #define HAVE_SYMLINK 1
| #define HAVE_LOCALTIME_R 1
| #define HAVE_FUTIMES 1
| #define HAVE_LUTIMES 1
| #define HAVE_INET_SOCKETS 1
| #define HAVE_FORK 1
| #define HAVE_VFORK 1
| #define HAVE_WORKING_VFORK 1
| #define HAVE_WORKING_FORK 1
| #define HAVE_SNPRINTF 1
| #define HAVE_LANGINFO_CODESET 1
| #define HAVE_MBSTATE_T 1
| #define __restrict_arr __restrict
| #define AMPERSAND_FULL_NAME 1
| #define CLASH_DETECTION 1
| #define HAVE_PTYS 1
| #define HAVE_SOCKETS 1
| #define NULL_DEVICE "/dev/null"
| #define SEPCHAR ':'
| #define subprocesses 1
| #define USER_FULL_NAME pw->pw_gecos
| #define DIRECTORY_SEP '/'
| #define IS_DEVICE_SEP(_c_) 0
| #define IS_DIRECTORY_SEP(_c_) ((_c_) == DIRECTORY_SEP)
| #define IS_ANY_SEP(_c_) (IS_DIRECTORY_SEP (_c_))
| #define DONT_REOPEN_PTY 1
| #define DEFAULT_SOUND_DEVICE "/dev/dsp"
| #define INTERRUPT_INPUT 1
| #define PTY_ITERATION int i; for (i = 0; i < 1; i++)
| #define FIRST_PTY_LETTER 'p'
| #define PTY_OPEN do { int slave; if (openpty (&fd, &slave, pty_name, NULL, NULL) == -1) fd = -1; else emacs_close (slave); } while (0)
| #define PTY_NAME_SPRINTF /**/
| #define PTY_TTY_NAME_SPRINTF /**/
| #define SIGNALS_VIA_CHARACTERS 1
| #define PENDING_OUTPUT_COUNT(FILE) ((FILE)->_p - (FILE)->_bf._base)
| #define TAB3 OXTABS
| #define GC_SETJMP_WORKS 1
| #define HAVE__SETJMP 1
| #define BSD4_2 /**/
| #define BSD_SYSTEM /**/
| #define DARWIN_OS /**/
| #define USABLE_FIONREAD 1
| #define USABLE_SIGIO 1
| #define COPYRIGHT "Copyright (C) 2013 Free Software Foundation, Inc."
| #define EMACS_CONFIGURATION "x86_64-apple-darwin12.3.0"
| #define EMACS_CONFIG_OPTIONS " '--prefix=/usr/local/Cellar/emacs/24.3' '--without-dbus' '--enable-locallisppath=/usr/local/share/emacs/site-lisp' '--infodir=/usr/local/Cellar/emacs/24.3/share/info/emacs' '--without-x' 'CC=cc'"
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_C99_STRTOLD 1
| #define HAVE_DECL_STRMODE 1
| #define HAVE_GETOPT_H 1
| #define HAVE_GETOPT_LONG_ONLY 1
| #define __GETOPT_PREFIX rpl_
| #define HAVE_DECL_GETENV 1
| #define restrict __restrict
| #define HAVE_UNSIGNED_LONG_LONG_INT 1
| #define HAVE_LONG_LONG_INT 1
| #define BITSIZEOF_PTRDIFF_T 64
| #define BITSIZEOF_SIZE_T 64
| #define BITSIZEOF_SIG_ATOMIC_T 32
| #define BITSIZEOF_WCHAR_T 32
| #define BITSIZEOF_WINT_T 32
| #define HAVE_SIGNED_SIG_ATOMIC_T 1
| #define HAVE_SIGNED_WCHAR_T 1
| #define HAVE_SIGNED_WINT_T 1
| #define PTRDIFF_T_SUFFIX l
| #define SIZE_T_SUFFIX ul
| #define SIG_ATOMIC_T_SUFFIX
| #define WCHAR_T_SUFFIX
| #define WINT_T_SUFFIX
| #define HAVE_SIGSET_T 1
| #define HAVE__BOOL 1
| #define HAVE_WCHAR_T 1
| #define HAVE_STRUCT_TM_TM_ZONE 1
| #define HAVE_TM_ZONE 1
| #define HAVE_TM_GMTOFF 1
| #define HAVE_DECL_STRTOIMAX 1
| #define HAVE_DECL_STRTOUMAX 1
| #define HAVE_WORKING_UTIMES 1
| #define HAVE_STRUCT_UTIMBUF 1
| #define HAVE_ALLOCA 1
| #define HAVE_DUP2 1
| #define __GETOPT_PREFIX rpl_
| #define GETTIMEOFDAY_TIMEZONE void
| #define HAVE_PTHREAD_SIGMASK 1
| #define READLINK_TRAILING_SLASH_BUG 1
| /* end confdefs.h. */
| #include <sys/types.h>
| #include <sys/stat.h>
|
| int
| main ()
| {
| static struct stat ac_aggr;
| if (sizeof ac_aggr.st_atim.tv_nsec)
| return 0;
| ;
| return 0;
| }
configure:22576: result: no
configure:22627: checking for struct stat.st_atimespec.tv_nsec
configure:22627: cc -c -g3 -O2 conftest.c >&5
configure:22627: $? = 0
configure:22627: result: yes
configure:22671: checking for struct stat.st_birthtimespec.tv_nsec
configure:22671: cc -c -g3 -O2 conftest.c >&5
configure:22671: $? = 0
configure:22671: result: yes
configure:22711: checking for working stdalign.h
configure:22750: cc -c -g3 -O2 conftest.c >&5
conftest.c:234:31: warning: implicit declaration of function 'alignof' is invalid in C99 [-Wimplicit-function-declaration]
char test_alignof[alignof (double) == _Alignof (double) ? 1 : -1];
^
conftest.c:234:40: error: expected expression
char test_alignof[alignof (double) == _Alignof (double) ? 1 : -1];
^
1 warning and 1 error generated.
configure:22750: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "emacs"
| #define PACKAGE_TARNAME "emacs"
| #define PACKAGE_VERSION "24.3"
| #define PACKAGE_STRING "emacs 24.3"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "emacs"
| #define VERSION "24.3"
| #define MAIL_USE_POP 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define SYSTEM_TYPE "darwin"
| #define HAVE_FCNTL_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_PWD_H 1
| #define HAVE_UTMP_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_UTIL_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_MALLOC_MALLOC_H 1
| #define HAVE_SYS_UN_H 1
| #define HAVE_EXECINFO_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_TERM_H 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_DECL_SYS_SIGLIST 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_SPEED_T 1
| #define HAVE_NET_IF_H 1
| #define HAVE_IFADDRS_H 1
| #define HAVE_NET_IF_DL_H 1
| #define HAVE_STRUCT_IFREQ_IFR_FLAGS 1
| #define HAVE_STRUCT_IFREQ_IFR_BROADADDR 1
| #define HAVE_STRUCT_IFREQ_IFR_ADDR 1
| #define HAVE_STRUCT_IFREQ_IFR_ADDR_SA_LEN 1
| #define HAVE_LONG_FILE_NAMES 1
| #define SYSTEM_MALLOC 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_MMAP 1
| #define HAVE_PTHREAD 1
| #define HAVE_XIM 1
| #define USE_XIM 1
| #define XRegisterIMInstantiateCallback_arg6 XPointer
| #define HAVE_H_ERRNO 1
| #define HAVE_LIBM 1
| #define MAIL_USE_FLOCK 1
| #define HAVE_GETHOSTNAME 1
| #define HAVE_CLOSEDIR 1
| #define HAVE_GETRUSAGE 1
| #define HAVE_LRAND48 1
| #define HAVE_SETSID 1
| #define HAVE_FPATHCONF 1
| #define HAVE_SELECT 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_SETLOCALE 1
| #define HAVE_UTIMES 1
| #define HAVE_GETRLIMIT 1
| #define HAVE_SETRLIMIT 1
| #define HAVE_SETPGID 1
| #define HAVE_GETCWD 1
| #define HAVE_SHUTDOWN 1
| #define HAVE_GETADDRINFO 1
| #define HAVE_STRSIGNAL 1
| #define HAVE_SETITIMER 1
| #define HAVE_SENDTO 1
| #define HAVE_RECVFROM 1
| #define HAVE_GETSOCKNAME 1
| #define HAVE_GETPEERNAME 1
| #define HAVE_GETIFADDRS 1
| #define HAVE_FREEIFADDRS 1
| #define HAVE_GAI_STRERROR 1
| #define HAVE_MKSTEMP 1
| #define HAVE_GETLINE 1
| #define HAVE_GETDELIM 1
| #define HAVE_FSYNC 1
| #define HAVE_SYNC 1
| #define HAVE_DIFFTIME 1
| #define HAVE_POSIX_MEMALIGN 1
| #define HAVE_GETPWENT 1
| #define HAVE_ENDPWENT 1
| #define HAVE_GETGRENT 1
| #define HAVE_ENDGRENT 1
| #define HAVE_CFMAKERAW 1
| #define HAVE_CFSETSPEED 1
| #define HAVE_COPYSIGN 1
| #define HAVE_GETWD 1
| #define HAVE_RANDOM 1
| #define HAVE_RINT 1
| #define HAVE___BUILTIN_UNWIND_INIT 1
| #define HAVE_FSEEKO 1
| #define GETPGRP_VOID 1
| #define HAVE_GRANTPT 1
| #define HAVE_POSIX_OPENPT 1
| #define TERMINFO 1
| #define HAVE_TZSET 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_LSTAT 1
| #define HAVE_ALARM 1
| #define HAVE_PSELECT 1
| #define HAVE_PTHREAD_SIGMASK 1
| #define HAVE_READLINK 1
| #define HAVE_STRTOIMAX 1
| #define HAVE_STRTOUMAX 1
| #define HAVE_SYMLINK 1
| #define HAVE_LOCALTIME_R 1
| #define HAVE_FUTIMES 1
| #define HAVE_LUTIMES 1
| #define HAVE_INET_SOCKETS 1
| #define HAVE_FORK 1
| #define HAVE_VFORK 1
| #define HAVE_WORKING_VFORK 1
| #define HAVE_WORKING_FORK 1
| #define HAVE_SNPRINTF 1
| #define HAVE_LANGINFO_CODESET 1
| #define HAVE_MBSTATE_T 1
| #define __restrict_arr __restrict
| #define AMPERSAND_FULL_NAME 1
| #define CLASH_DETECTION 1
| #define HAVE_PTYS 1
| #define HAVE_SOCKETS 1
| #define NULL_DEVICE "/dev/null"
| #define SEPCHAR ':'
| #define subprocesses 1
| #define USER_FULL_NAME pw->pw_gecos
| #define DIRECTORY_SEP '/'
| #define IS_DEVICE_SEP(_c_) 0
| #define IS_DIRECTORY_SEP(_c_) ((_c_) == DIRECTORY_SEP)
| #define IS_ANY_SEP(_c_) (IS_DIRECTORY_SEP (_c_))
| #define DONT_REOPEN_PTY 1
| #define DEFAULT_SOUND_DEVICE "/dev/dsp"
| #define INTERRUPT_INPUT 1
| #define PTY_ITERATION int i; for (i = 0; i < 1; i++)
| #define FIRST_PTY_LETTER 'p'
| #define PTY_OPEN do { int slave; if (openpty (&fd, &slave, pty_name, NULL, NULL) == -1) fd = -1; else emacs_close (slave); } while (0)
| #define PTY_NAME_SPRINTF /**/
| #define PTY_TTY_NAME_SPRINTF /**/
| #define SIGNALS_VIA_CHARACTERS 1
| #define PENDING_OUTPUT_COUNT(FILE) ((FILE)->_p - (FILE)->_bf._base)
| #define TAB3 OXTABS
| #define GC_SETJMP_WORKS 1
| #define HAVE__SETJMP 1
| #define BSD4_2 /**/
| #define BSD_SYSTEM /**/
| #define DARWIN_OS /**/
| #define USABLE_FIONREAD 1
| #define USABLE_SIGIO 1
| #define COPYRIGHT "Copyright (C) 2013 Free Software Foundation, Inc."
| #define EMACS_CONFIGURATION "x86_64-apple-darwin12.3.0"
| #define EMACS_CONFIG_OPTIONS " '--prefix=/usr/local/Cellar/emacs/24.3' '--without-dbus' '--enable-locallisppath=/usr/local/share/emacs/site-lisp' '--infodir=/usr/local/Cellar/emacs/24.3/share/info/emacs' '--without-x' 'CC=cc'"
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_C99_STRTOLD 1
| #define HAVE_DECL_STRMODE 1
| #define HAVE_GETOPT_H 1
| #define HAVE_GETOPT_LONG_ONLY 1
| #define __GETOPT_PREFIX rpl_
| #define HAVE_DECL_GETENV 1
| #define restrict __restrict
| #define HAVE_UNSIGNED_LONG_LONG_INT 1
| #define HAVE_LONG_LONG_INT 1
| #define BITSIZEOF_PTRDIFF_T 64
| #define BITSIZEOF_SIZE_T 64
| #define BITSIZEOF_SIG_ATOMIC_T 32
| #define BITSIZEOF_WCHAR_T 32
| #define BITSIZEOF_WINT_T 32
| #define HAVE_SIGNED_SIG_ATOMIC_T 1
| #define HAVE_SIGNED_WCHAR_T 1
| #define HAVE_SIGNED_WINT_T 1
| #define PTRDIFF_T_SUFFIX l
| #define SIZE_T_SUFFIX ul
| #define SIG_ATOMIC_T_SUFFIX
| #define WCHAR_T_SUFFIX
| #define WINT_T_SUFFIX
| #define HAVE_SIGSET_T 1
| #define HAVE__BOOL 1
| #define HAVE_WCHAR_T 1
| #define HAVE_STRUCT_TM_TM_ZONE 1
| #define HAVE_TM_ZONE 1
| #define HAVE_TM_GMTOFF 1
| #define HAVE_DECL_STRTOIMAX 1
| #define HAVE_DECL_STRTOUMAX 1
| #define HAVE_WORKING_UTIMES 1
| #define HAVE_STRUCT_UTIMBUF 1
| #define HAVE_ALLOCA 1
| #define HAVE_DUP2 1
| #define __GETOPT_PREFIX rpl_
| #define GETTIMEOFDAY_TIMEZONE void
| #define HAVE_PTHREAD_SIGMASK 1
| #define READLINK_TRAILING_SLASH_BUG 1
| #define HAVE_STRUCT_STAT_ST_ATIMESPEC_TV_NSEC 1
| #define HAVE_STRUCT_STAT_ST_BIRTHTIMESPEC_TV_NSEC 1
| /* end confdefs.h. */
| #include <stdalign.h>
| #include <stddef.h>
|
| /* Test that alignof yields a result consistent with offsetof.
| This catches GCC bug 52023
| <http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52023>. */
| #ifdef __cplusplus
| template <class t> struct alignof_helper { char a; t b; };
| # define ao(type) offsetof (alignof_helper<type>, b)
| #else
| # define ao(type) offsetof (struct { char a; type b; }, b)
| #endif
| char test_double[ao (double) % _Alignof (double) == 0 ? 1 : -1];
| char test_long[ao (long int) % _Alignof (long int) == 0 ? 1 : -1];
| char test_alignof[alignof (double) == _Alignof (double) ? 1 : -1];
|
| /* Test _Alignas only on platforms where gnulib can help. */
| #if (__GNUC__ || __IBMC__ || __IBMCPP__ || 0x5110 <= __SUNPRO_C || 1300 <= _MSC_VER)
| int alignas (8) alignas_int = 1;
| char test_alignas[_Alignof (alignas_int) == 8 ? 1 : -1];
| #endif
|
| int
| main ()
| {
|
| ;
| return 0;
| }
configure:22757: result: no
configure:22779: checking for va_copy
configure:22800: cc -c -g3 -O2 conftest.c >&5
configure:22800: $? = 0
configure:22808: result: yes
configure:22990: checking whether NULL can be used in arbitrary expressions
configure:23008: cc -c -g3 -O2 conftest.c >&5
configure:23008: $? = 0
configure:23015: result: yes
configure:23307: checking whether strtoimax works
configure:23361: cc -o conftest -g3 -O2 conftest.c -lpthread >&5
configure:23361: $? = 0
configure:23361: ./conftest
configure:23361: $? = 0
configure:23372: result: yes
configure:23468: checking whether symlink handles trailing slash correctly
configure:23502: cc -o conftest -g3 -O2 conftest.c -lpthread >&5
configure:23502: $? = 0
configure:23502: ./conftest
configure:23502: $? = 4
configure: program exited with status 4
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "emacs"
| #define PACKAGE_TARNAME "emacs"
| #define PACKAGE_VERSION "24.3"
| #define PACKAGE_STRING "emacs 24.3"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "emacs"
| #define VERSION "24.3"
| #define MAIL_USE_POP 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define SYSTEM_TYPE "darwin"
| #define HAVE_FCNTL_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_PWD_H 1
| #define HAVE_UTMP_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_UTIL_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_MALLOC_MALLOC_H 1
| #define HAVE_SYS_UN_H 1
| #define HAVE_EXECINFO_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_TERM_H 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_DECL_SYS_SIGLIST 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_SPEED_T 1
| #define HAVE_NET_IF_H 1
| #define HAVE_IFADDRS_H 1
| #define HAVE_NET_IF_DL_H 1
| #define HAVE_STRUCT_IFREQ_IFR_FLAGS 1
| #define HAVE_STRUCT_IFREQ_IFR_BROADADDR 1
| #define HAVE_STRUCT_IFREQ_IFR_ADDR 1
| #define HAVE_STRUCT_IFREQ_IFR_ADDR_SA_LEN 1
| #define HAVE_LONG_FILE_NAMES 1
| #define SYSTEM_MALLOC 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_MMAP 1
| #define HAVE_PTHREAD 1
| #define HAVE_XIM 1
| #define USE_XIM 1
| #define XRegisterIMInstantiateCallback_arg6 XPointer
| #define HAVE_H_ERRNO 1
| #define HAVE_LIBM 1
| #define MAIL_USE_FLOCK 1
| #define HAVE_GETHOSTNAME 1
| #define HAVE_CLOSEDIR 1
| #define HAVE_GETRUSAGE 1
| #define HAVE_LRAND48 1
| #define HAVE_SETSID 1
| #define HAVE_FPATHCONF 1
| #define HAVE_SELECT 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_SETLOCALE 1
| #define HAVE_UTIMES 1
| #define HAVE_GETRLIMIT 1
| #define HAVE_SETRLIMIT 1
| #define HAVE_SETPGID 1
| #define HAVE_GETCWD 1
| #define HAVE_SHUTDOWN 1
| #define HAVE_GETADDRINFO 1
| #define HAVE_STRSIGNAL 1
| #define HAVE_SETITIMER 1
| #define HAVE_SENDTO 1
| #define HAVE_RECVFROM 1
| #define HAVE_GETSOCKNAME 1
| #define HAVE_GETPEERNAME 1
| #define HAVE_GETIFADDRS 1
| #define HAVE_FREEIFADDRS 1
| #define HAVE_GAI_STRERROR 1
| #define HAVE_MKSTEMP 1
| #define HAVE_GETLINE 1
| #define HAVE_GETDELIM 1
| #define HAVE_FSYNC 1
| #define HAVE_SYNC 1
| #define HAVE_DIFFTIME 1
| #define HAVE_POSIX_MEMALIGN 1
| #define HAVE_GETPWENT 1
| #define HAVE_ENDPWENT 1
| #define HAVE_GETGRENT 1
| #define HAVE_ENDGRENT 1
| #define HAVE_CFMAKERAW 1
| #define HAVE_CFSETSPEED 1
| #define HAVE_COPYSIGN 1
| #define HAVE_GETWD 1
| #define HAVE_RANDOM 1
| #define HAVE_RINT 1
| #define HAVE___BUILTIN_UNWIND_INIT 1
| #define HAVE_FSEEKO 1
| #define GETPGRP_VOID 1
| #define HAVE_GRANTPT 1
| #define HAVE_POSIX_OPENPT 1
| #define TERMINFO 1
| #define HAVE_TZSET 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_LSTAT 1
| #define HAVE_ALARM 1
| #define HAVE_PSELECT 1
| #define HAVE_PTHREAD_SIGMASK 1
| #define HAVE_READLINK 1
| #define HAVE_STRTOIMAX 1
| #define HAVE_STRTOUMAX 1
| #define HAVE_SYMLINK 1
| #define HAVE_LOCALTIME_R 1
| #define HAVE_FUTIMES 1
| #define HAVE_LUTIMES 1
| #define HAVE_INET_SOCKETS 1
| #define HAVE_FORK 1
| #define HAVE_VFORK 1
| #define HAVE_WORKING_VFORK 1
| #define HAVE_WORKING_FORK 1
| #define HAVE_SNPRINTF 1
| #define HAVE_LANGINFO_CODESET 1
| #define HAVE_MBSTATE_T 1
| #define __restrict_arr __restrict
| #define AMPERSAND_FULL_NAME 1
| #define CLASH_DETECTION 1
| #define HAVE_PTYS 1
| #define HAVE_SOCKETS 1
| #define NULL_DEVICE "/dev/null"
| #define SEPCHAR ':'
| #define subprocesses 1
| #define USER_FULL_NAME pw->pw_gecos
| #define DIRECTORY_SEP '/'
| #define IS_DEVICE_SEP(_c_) 0
| #define IS_DIRECTORY_SEP(_c_) ((_c_) == DIRECTORY_SEP)
| #define IS_ANY_SEP(_c_) (IS_DIRECTORY_SEP (_c_))
| #define DONT_REOPEN_PTY 1
| #define DEFAULT_SOUND_DEVICE "/dev/dsp"
| #define INTERRUPT_INPUT 1
| #define PTY_ITERATION int i; for (i = 0; i < 1; i++)
| #define FIRST_PTY_LETTER 'p'
| #define PTY_OPEN do { int slave; if (openpty (&fd, &slave, pty_name, NULL, NULL) == -1) fd = -1; else emacs_close (slave); } while (0)
| #define PTY_NAME_SPRINTF /**/
| #define PTY_TTY_NAME_SPRINTF /**/
| #define SIGNALS_VIA_CHARACTERS 1
| #define PENDING_OUTPUT_COUNT(FILE) ((FILE)->_p - (FILE)->_bf._base)
| #define TAB3 OXTABS
| #define GC_SETJMP_WORKS 1
| #define HAVE__SETJMP 1
| #define BSD4_2 /**/
| #define BSD_SYSTEM /**/
| #define DARWIN_OS /**/
| #define USABLE_FIONREAD 1
| #define USABLE_SIGIO 1
| #define COPYRIGHT "Copyright (C) 2013 Free Software Foundation, Inc."
| #define EMACS_CONFIGURATION "x86_64-apple-darwin12.3.0"
| #define EMACS_CONFIG_OPTIONS " '--prefix=/usr/local/Cellar/emacs/24.3' '--without-dbus' '--enable-locallisppath=/usr/local/share/emacs/site-lisp' '--infodir=/usr/local/Cellar/emacs/24.3/share/info/emacs' '--without-x' 'CC=cc'"
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_C99_STRTOLD 1
| #define HAVE_DECL_STRMODE 1
| #define HAVE_GETOPT_H 1
| #define HAVE_GETOPT_LONG_ONLY 1
| #define __GETOPT_PREFIX rpl_
| #define HAVE_DECL_GETENV 1
| #define restrict __restrict
| #define HAVE_UNSIGNED_LONG_LONG_INT 1
| #define HAVE_LONG_LONG_INT 1
| #define BITSIZEOF_PTRDIFF_T 64
| #define BITSIZEOF_SIZE_T 64
| #define BITSIZEOF_SIG_ATOMIC_T 32
| #define BITSIZEOF_WCHAR_T 32
| #define BITSIZEOF_WINT_T 32
| #define HAVE_SIGNED_SIG_ATOMIC_T 1
| #define HAVE_SIGNED_WCHAR_T 1
| #define HAVE_SIGNED_WINT_T 1
| #define PTRDIFF_T_SUFFIX l
| #define SIZE_T_SUFFIX ul
| #define SIG_ATOMIC_T_SUFFIX
| #define WCHAR_T_SUFFIX
| #define WINT_T_SUFFIX
| #define HAVE_SIGSET_T 1
| #define HAVE__BOOL 1
| #define HAVE_WCHAR_T 1
| #define HAVE_STRUCT_TM_TM_ZONE 1
| #define HAVE_TM_ZONE 1
| #define HAVE_TM_GMTOFF 1
| #define HAVE_DECL_STRTOIMAX 1
| #define HAVE_DECL_STRTOUMAX 1
| #define HAVE_WORKING_UTIMES 1
| #define HAVE_STRUCT_UTIMBUF 1
| #define HAVE_ALLOCA 1
| #define HAVE_DUP2 1
| #define __GETOPT_PREFIX rpl_
| #define GETTIMEOFDAY_TIMEZONE void
| #define HAVE_PTHREAD_SIGMASK 1
| #define READLINK_TRAILING_SLASH_BUG 1
| #define HAVE_STRUCT_STAT_ST_ATIMESPEC_TV_NSEC 1
| #define HAVE_STRUCT_STAT_ST_BIRTHTIMESPEC_TV_NSEC 1
| #define GNULIB_FSCANF 1
| #define GNULIB_SCANF 1
| #define my_strftime nstrftime
| /* end confdefs.h. */
| #include <unistd.h>
|
| int
| main ()
| {
| int result = 0;
| if (!symlink ("a", "conftest.link/"))
| result |= 1;
| if (symlink ("conftest.f", "conftest.lnk2"))
| result |= 2;
| else if (!symlink ("a", "conftest.lnk2/"))
| result |= 4;
| return result;
|
| ;
| return 0;
| }
configure:23513: result: no
configure:23549: checking whether <sys/select.h> is self-contained
configure:23628: result: yes
configure:23835: checking for nlink_t
configure:23835: cc -c -g3 -O2 conftest.c >&5
configure:23835: $? = 0
configure:23835: cc -c -g3 -O2 conftest.c >&5
conftest.c:229:22: error: expected expression
if (sizeof ((nlink_t)))
^
1 error generated.
configure:23835: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "emacs"
| #define PACKAGE_TARNAME "emacs"
| #define PACKAGE_VERSION "24.3"
| #define PACKAGE_STRING "emacs 24.3"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "emacs"
| #define VERSION "24.3"
| #define MAIL_USE_POP 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define SYSTEM_TYPE "darwin"
| #define HAVE_FCNTL_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_PWD_H 1
| #define HAVE_UTMP_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_UTIL_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_MALLOC_MALLOC_H 1
| #define HAVE_SYS_UN_H 1
| #define HAVE_EXECINFO_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_TERM_H 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_DECL_SYS_SIGLIST 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_SPEED_T 1
| #define HAVE_NET_IF_H 1
| #define HAVE_IFADDRS_H 1
| #define HAVE_NET_IF_DL_H 1
| #define HAVE_STRUCT_IFREQ_IFR_FLAGS 1
| #define HAVE_STRUCT_IFREQ_IFR_BROADADDR 1
| #define HAVE_STRUCT_IFREQ_IFR_ADDR 1
| #define HAVE_STRUCT_IFREQ_IFR_ADDR_SA_LEN 1
| #define HAVE_LONG_FILE_NAMES 1
| #define SYSTEM_MALLOC 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_MMAP 1
| #define HAVE_PTHREAD 1
| #define HAVE_XIM 1
| #define USE_XIM 1
| #define XRegisterIMInstantiateCallback_arg6 XPointer
| #define HAVE_H_ERRNO 1
| #define HAVE_LIBM 1
| #define MAIL_USE_FLOCK 1
| #define HAVE_GETHOSTNAME 1
| #define HAVE_CLOSEDIR 1
| #define HAVE_GETRUSAGE 1
| #define HAVE_LRAND48 1
| #define HAVE_SETSID 1
| #define HAVE_FPATHCONF 1
| #define HAVE_SELECT 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_SETLOCALE 1
| #define HAVE_UTIMES 1
| #define HAVE_GETRLIMIT 1
| #define HAVE_SETRLIMIT 1
| #define HAVE_SETPGID 1
| #define HAVE_GETCWD 1
| #define HAVE_SHUTDOWN 1
| #define HAVE_GETADDRINFO 1
| #define HAVE_STRSIGNAL 1
| #define HAVE_SETITIMER 1
| #define HAVE_SENDTO 1
| #define HAVE_RECVFROM 1
| #define HAVE_GETSOCKNAME 1
| #define HAVE_GETPEERNAME 1
| #define HAVE_GETIFADDRS 1
| #define HAVE_FREEIFADDRS 1
| #define HAVE_GAI_STRERROR 1
| #define HAVE_MKSTEMP 1
| #define HAVE_GETLINE 1
| #define HAVE_GETDELIM 1
| #define HAVE_FSYNC 1
| #define HAVE_SYNC 1
| #define HAVE_DIFFTIME 1
| #define HAVE_POSIX_MEMALIGN 1
| #define HAVE_GETPWENT 1
| #define HAVE_ENDPWENT 1
| #define HAVE_GETGRENT 1
| #define HAVE_ENDGRENT 1
| #define HAVE_CFMAKERAW 1
| #define HAVE_CFSETSPEED 1
| #define HAVE_COPYSIGN 1
| #define HAVE_GETWD 1
| #define HAVE_RANDOM 1
| #define HAVE_RINT 1
| #define HAVE___BUILTIN_UNWIND_INIT 1
| #define HAVE_FSEEKO 1
| #define GETPGRP_VOID 1
| #define HAVE_GRANTPT 1
| #define HAVE_POSIX_OPENPT 1
| #define TERMINFO 1
| #define HAVE_TZSET 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_LSTAT 1
| #define HAVE_ALARM 1
| #define HAVE_PSELECT 1
| #define HAVE_PTHREAD_SIGMASK 1
| #define HAVE_READLINK 1
| #define HAVE_STRTOIMAX 1
| #define HAVE_STRTOUMAX 1
| #define HAVE_SYMLINK 1
| #define HAVE_LOCALTIME_R 1
| #define HAVE_FUTIMES 1
| #define HAVE_LUTIMES 1
| #define HAVE_INET_SOCKETS 1
| #define HAVE_FORK 1
| #define HAVE_VFORK 1
| #define HAVE_WORKING_VFORK 1
| #define HAVE_WORKING_FORK 1
| #define HAVE_SNPRINTF 1
| #define HAVE_LANGINFO_CODESET 1
| #define HAVE_MBSTATE_T 1
| #define __restrict_arr __restrict
| #define AMPERSAND_FULL_NAME 1
| #define CLASH_DETECTION 1
| #define HAVE_PTYS 1
| #define HAVE_SOCKETS 1
| #define NULL_DEVICE "/dev/null"
| #define SEPCHAR ':'
| #define subprocesses 1
| #define USER_FULL_NAME pw->pw_gecos
| #define DIRECTORY_SEP '/'
| #define IS_DEVICE_SEP(_c_) 0
| #define IS_DIRECTORY_SEP(_c_) ((_c_) == DIRECTORY_SEP)
| #define IS_ANY_SEP(_c_) (IS_DIRECTORY_SEP (_c_))
| #define DONT_REOPEN_PTY 1
| #define DEFAULT_SOUND_DEVICE "/dev/dsp"
| #define INTERRUPT_INPUT 1
| #define PTY_ITERATION int i; for (i = 0; i < 1; i++)
| #define FIRST_PTY_LETTER 'p'
| #define PTY_OPEN do { int slave; if (openpty (&fd, &slave, pty_name, NULL, NULL) == -1) fd = -1; else emacs_close (slave); } while (0)
| #define PTY_NAME_SPRINTF /**/
| #define PTY_TTY_NAME_SPRINTF /**/
| #define SIGNALS_VIA_CHARACTERS 1
| #define PENDING_OUTPUT_COUNT(FILE) ((FILE)->_p - (FILE)->_bf._base)
| #define TAB3 OXTABS
| #define GC_SETJMP_WORKS 1
| #define HAVE__SETJMP 1
| #define BSD4_2 /**/
| #define BSD_SYSTEM /**/
| #define DARWIN_OS /**/
| #define USABLE_FIONREAD 1
| #define USABLE_SIGIO 1
| #define COPYRIGHT "Copyright (C) 2013 Free Software Foundation, Inc."
| #define EMACS_CONFIGURATION "x86_64-apple-darwin12.3.0"
| #define EMACS_CONFIG_OPTIONS " '--prefix=/usr/local/Cellar/emacs/24.3' '--without-dbus' '--enable-locallisppath=/usr/local/share/emacs/site-lisp' '--infodir=/usr/local/Cellar/emacs/24.3/share/info/emacs' '--without-x' 'CC=cc'"
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_C99_STRTOLD 1
| #define HAVE_DECL_STRMODE 1
| #define HAVE_GETOPT_H 1
| #define HAVE_GETOPT_LONG_ONLY 1
| #define __GETOPT_PREFIX rpl_
| #define HAVE_DECL_GETENV 1
| #define restrict __restrict
| #define HAVE_UNSIGNED_LONG_LONG_INT 1
| #define HAVE_LONG_LONG_INT 1
| #define BITSIZEOF_PTRDIFF_T 64
| #define BITSIZEOF_SIZE_T 64
| #define BITSIZEOF_SIG_ATOMIC_T 32
| #define BITSIZEOF_WCHAR_T 32
| #define BITSIZEOF_WINT_T 32
| #define HAVE_SIGNED_SIG_ATOMIC_T 1
| #define HAVE_SIGNED_WCHAR_T 1
| #define HAVE_SIGNED_WINT_T 1
| #define PTRDIFF_T_SUFFIX l
| #define SIZE_T_SUFFIX ul
| #define SIG_ATOMIC_T_SUFFIX
| #define WCHAR_T_SUFFIX
| #define WINT_T_SUFFIX
| #define HAVE_SIGSET_T 1
| #define HAVE__BOOL 1
| #define HAVE_WCHAR_T 1
| #define HAVE_STRUCT_TM_TM_ZONE 1
| #define HAVE_TM_ZONE 1
| #define HAVE_TM_GMTOFF 1
| #define HAVE_DECL_STRTOIMAX 1
| #define HAVE_DECL_STRTOUMAX 1
| #define HAVE_WORKING_UTIMES 1
| #define HAVE_STRUCT_UTIMBUF 1
| #define HAVE_ALLOCA 1
| #define HAVE_DUP2 1
| #define __GETOPT_PREFIX rpl_
| #define GETTIMEOFDAY_TIMEZONE void
| #define HAVE_PTHREAD_SIGMASK 1
| #define READLINK_TRAILING_SLASH_BUG 1
| #define HAVE_STRUCT_STAT_ST_ATIMESPEC_TV_NSEC 1
| #define HAVE_STRUCT_STAT_ST_BIRTHTIMESPEC_TV_NSEC 1
| #define GNULIB_FSCANF 1
| #define GNULIB_SCANF 1
| #define my_strftime nstrftime
| /* end confdefs.h. */
| #include <sys/types.h>
| #include <sys/stat.h>
|
| int
| main ()
| {
| if (sizeof ((nlink_t)))
| return 0;
| ;
| return 0;
| }
configure:23835: result: yes
configure:23863: checking whether localtime_r is declared
configure:23863: cc -c -g3 -O2 conftest.c >&5
configure:23863: $? = 0
configure:23863: result: yes
configure:23882: checking whether localtime_r is compatible with its POSIX signature
configure:23906: cc -c -g3 -O2 conftest.c >&5
conftest.c:235:15: warning: expression result unused [-Wunused-value]
*localtime_r (0, 0);
^~~~~~~~~~~~~~~~~~~
1 warning generated.
configure:23906: $? = 0
configure:23914: result: yes
configure:23959: checking for library containing timer_settime
configure:23990: cc -o conftest -g3 -O2 conftest.c -lpthread >&5
Undefined symbols for architecture x86_64:
"_timer_settime", referenced from:
_main in conftest-EK9HQH.o
ld: symbol(s) not found for architecture x86_64
clang: error: linker command failed with exit code 1 (use -v to see invocation)
configure:23990: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "emacs"
| #define PACKAGE_TARNAME "emacs"
| #define PACKAGE_VERSION "24.3"
| #define PACKAGE_STRING "emacs 24.3"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "emacs"
| #define VERSION "24.3"
| #define MAIL_USE_POP 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define SYSTEM_TYPE "darwin"
| #define HAVE_FCNTL_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_PWD_H 1
| #define HAVE_UTMP_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_UTIL_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_MALLOC_MALLOC_H 1
| #define HAVE_SYS_UN_H 1
| #define HAVE_EXECINFO_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_TERM_H 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_DECL_SYS_SIGLIST 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_SPEED_T 1
| #define HAVE_NET_IF_H 1
| #define HAVE_IFADDRS_H 1
| #define HAVE_NET_IF_DL_H 1
| #define HAVE_STRUCT_IFREQ_IFR_FLAGS 1
| #define HAVE_STRUCT_IFREQ_IFR_BROADADDR 1
| #define HAVE_STRUCT_IFREQ_IFR_ADDR 1
| #define HAVE_STRUCT_IFREQ_IFR_ADDR_SA_LEN 1
| #define HAVE_LONG_FILE_NAMES 1
| #define SYSTEM_MALLOC 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_MMAP 1
| #define HAVE_PTHREAD 1
| #define HAVE_XIM 1
| #define USE_XIM 1
| #define XRegisterIMInstantiateCallback_arg6 XPointer
| #define HAVE_H_ERRNO 1
| #define HAVE_LIBM 1
| #define MAIL_USE_FLOCK 1
| #define HAVE_GETHOSTNAME 1
| #define HAVE_CLOSEDIR 1
| #define HAVE_GETRUSAGE 1
| #define HAVE_LRAND48 1
| #define HAVE_SETSID 1
| #define HAVE_FPATHCONF 1
| #define HAVE_SELECT 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_SETLOCALE 1
| #define HAVE_UTIMES 1
| #define HAVE_GETRLIMIT 1
| #define HAVE_SETRLIMIT 1
| #define HAVE_SETPGID 1
| #define HAVE_GETCWD 1
| #define HAVE_SHUTDOWN 1
| #define HAVE_GETADDRINFO 1
| #define HAVE_STRSIGNAL 1
| #define HAVE_SETITIMER 1
| #define HAVE_SENDTO 1
| #define HAVE_RECVFROM 1
| #define HAVE_GETSOCKNAME 1
| #define HAVE_GETPEERNAME 1
| #define HAVE_GETIFADDRS 1
| #define HAVE_FREEIFADDRS 1
| #define HAVE_GAI_STRERROR 1
| #define HAVE_MKSTEMP 1
| #define HAVE_GETLINE 1
| #define HAVE_GETDELIM 1
| #define HAVE_FSYNC 1
| #define HAVE_SYNC 1
| #define HAVE_DIFFTIME 1
| #define HAVE_POSIX_MEMALIGN 1
| #define HAVE_GETPWENT 1
| #define HAVE_ENDPWENT 1
| #define HAVE_GETGRENT 1
| #define HAVE_ENDGRENT 1
| #define HAVE_CFMAKERAW 1
| #define HAVE_CFSETSPEED 1
| #define HAVE_COPYSIGN 1
| #define HAVE_GETWD 1
| #define HAVE_RANDOM 1
| #define HAVE_RINT 1
| #define HAVE___BUILTIN_UNWIND_INIT 1
| #define HAVE_FSEEKO 1
| #define GETPGRP_VOID 1
| #define HAVE_GRANTPT 1
| #define HAVE_POSIX_OPENPT 1
| #define TERMINFO 1
| #define HAVE_TZSET 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_LSTAT 1
| #define HAVE_ALARM 1
| #define HAVE_PSELECT 1
| #define HAVE_PTHREAD_SIGMASK 1
| #define HAVE_READLINK 1
| #define HAVE_STRTOIMAX 1
| #define HAVE_STRTOUMAX 1
| #define HAVE_SYMLINK 1
| #define HAVE_LOCALTIME_R 1
| #define HAVE_FUTIMES 1
| #define HAVE_LUTIMES 1
| #define HAVE_INET_SOCKETS 1
| #define HAVE_FORK 1
| #define HAVE_VFORK 1
| #define HAVE_WORKING_VFORK 1
| #define HAVE_WORKING_FORK 1
| #define HAVE_SNPRINTF 1
| #define HAVE_LANGINFO_CODESET 1
| #define HAVE_MBSTATE_T 1
| #define __restrict_arr __restrict
| #define AMPERSAND_FULL_NAME 1
| #define CLASH_DETECTION 1
| #define HAVE_PTYS 1
| #define HAVE_SOCKETS 1
| #define NULL_DEVICE "/dev/null"
| #define SEPCHAR ':'
| #define subprocesses 1
| #define USER_FULL_NAME pw->pw_gecos
| #define DIRECTORY_SEP '/'
| #define IS_DEVICE_SEP(_c_) 0
| #define IS_DIRECTORY_SEP(_c_) ((_c_) == DIRECTORY_SEP)
| #define IS_ANY_SEP(_c_) (IS_DIRECTORY_SEP (_c_))
| #define DONT_REOPEN_PTY 1
| #define DEFAULT_SOUND_DEVICE "/dev/dsp"
| #define INTERRUPT_INPUT 1
| #define PTY_ITERATION int i; for (i = 0; i < 1; i++)
| #define FIRST_PTY_LETTER 'p'
| #define PTY_OPEN do { int slave; if (openpty (&fd, &slave, pty_name, NULL, NULL) == -1) fd = -1; else emacs_close (slave); } while (0)
| #define PTY_NAME_SPRINTF /**/
| #define PTY_TTY_NAME_SPRINTF /**/
| #define SIGNALS_VIA_CHARACTERS 1
| #define PENDING_OUTPUT_COUNT(FILE) ((FILE)->_p - (FILE)->_bf._base)
| #define TAB3 OXTABS
| #define GC_SETJMP_WORKS 1
| #define HAVE__SETJMP 1
| #define BSD4_2 /**/
| #define BSD_SYSTEM /**/
| #define DARWIN_OS /**/
| #define USABLE_FIONREAD 1
| #define USABLE_SIGIO 1
| #define COPYRIGHT "Copyright (C) 2013 Free Software Foundation, Inc."
| #define EMACS_CONFIGURATION "x86_64-apple-darwin12.3.0"
| #define EMACS_CONFIG_OPTIONS " '--prefix=/usr/local/Cellar/emacs/24.3' '--without-dbus' '--enable-locallisppath=/usr/local/share/emacs/site-lisp' '--infodir=/usr/local/Cellar/emacs/24.3/share/info/emacs' '--without-x' 'CC=cc'"
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_C99_STRTOLD 1
| #define HAVE_DECL_STRMODE 1
| #define HAVE_GETOPT_H 1
| #define HAVE_GETOPT_LONG_ONLY 1
| #define __GETOPT_PREFIX rpl_
| #define HAVE_DECL_GETENV 1
| #define restrict __restrict
| #define HAVE_UNSIGNED_LONG_LONG_INT 1
| #define HAVE_LONG_LONG_INT 1
| #define BITSIZEOF_PTRDIFF_T 64
| #define BITSIZEOF_SIZE_T 64
| #define BITSIZEOF_SIG_ATOMIC_T 32
| #define BITSIZEOF_WCHAR_T 32
| #define BITSIZEOF_WINT_T 32
| #define HAVE_SIGNED_SIG_ATOMIC_T 1
| #define HAVE_SIGNED_WCHAR_T 1
| #define HAVE_SIGNED_WINT_T 1
| #define PTRDIFF_T_SUFFIX l
| #define SIZE_T_SUFFIX ul
| #define SIG_ATOMIC_T_SUFFIX
| #define WCHAR_T_SUFFIX
| #define WINT_T_SUFFIX
| #define HAVE_SIGSET_T 1
| #define HAVE__BOOL 1
| #define HAVE_WCHAR_T 1
| #define HAVE_STRUCT_TM_TM_ZONE 1
| #define HAVE_TM_ZONE 1
| #define HAVE_TM_GMTOFF 1
| #define HAVE_DECL_STRTOIMAX 1
| #define HAVE_DECL_STRTOUMAX 1
| #define HAVE_WORKING_UTIMES 1
| #define HAVE_STRUCT_UTIMBUF 1
| #define HAVE_ALLOCA 1
| #define HAVE_DUP2 1
| #define __GETOPT_PREFIX rpl_
| #define GETTIMEOFDAY_TIMEZONE void
| #define HAVE_PTHREAD_SIGMASK 1
| #define READLINK_TRAILING_SLASH_BUG 1
| #define HAVE_STRUCT_STAT_ST_ATIMESPEC_TV_NSEC 1
| #define HAVE_STRUCT_STAT_ST_BIRTHTIMESPEC_TV_NSEC 1
| #define GNULIB_FSCANF 1
| #define GNULIB_SCANF 1
| #define my_strftime nstrftime
| #define HAVE_DECL_LOCALTIME_R 1
| /* end confdefs.h. */
|
| /* Override any GCC internal prototype to avoid an error.
| Use char because int might match the return type of a GCC
| builtin and then its argument prototype would still apply. */
| #ifdef __cplusplus
| extern "C"
| #endif
| char timer_settime ();
| int
| main ()
| {
| return timer_settime ();
| ;
| return 0;
| }
configure:23990: cc -o conftest -g3 -O2 conftest.c -lrt -lpthread >&5
ld: library not found for -lrt
clang: error: linker command failed with exit code 1 (use -v to see invocation)
configure:23990: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "emacs"
| #define PACKAGE_TARNAME "emacs"
| #define PACKAGE_VERSION "24.3"
| #define PACKAGE_STRING "emacs 24.3"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "emacs"
| #define VERSION "24.3"
| #define MAIL_USE_POP 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define SYSTEM_TYPE "darwin"
| #define HAVE_FCNTL_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_PWD_H 1
| #define HAVE_UTMP_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_UTIL_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_MALLOC_MALLOC_H 1
| #define HAVE_SYS_UN_H 1
| #define HAVE_EXECINFO_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_TERM_H 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_DECL_SYS_SIGLIST 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_SPEED_T 1
| #define HAVE_NET_IF_H 1
| #define HAVE_IFADDRS_H 1
| #define HAVE_NET_IF_DL_H 1
| #define HAVE_STRUCT_IFREQ_IFR_FLAGS 1
| #define HAVE_STRUCT_IFREQ_IFR_BROADADDR 1
| #define HAVE_STRUCT_IFREQ_IFR_ADDR 1
| #define HAVE_STRUCT_IFREQ_IFR_ADDR_SA_LEN 1
| #define HAVE_LONG_FILE_NAMES 1
| #define SYSTEM_MALLOC 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_MMAP 1
| #define HAVE_PTHREAD 1
| #define HAVE_XIM 1
| #define USE_XIM 1
| #define XRegisterIMInstantiateCallback_arg6 XPointer
| #define HAVE_H_ERRNO 1
| #define HAVE_LIBM 1
| #define MAIL_USE_FLOCK 1
| #define HAVE_GETHOSTNAME 1
| #define HAVE_CLOSEDIR 1
| #define HAVE_GETRUSAGE 1
| #define HAVE_LRAND48 1
| #define HAVE_SETSID 1
| #define HAVE_FPATHCONF 1
| #define HAVE_SELECT 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_SETLOCALE 1
| #define HAVE_UTIMES 1
| #define HAVE_GETRLIMIT 1
| #define HAVE_SETRLIMIT 1
| #define HAVE_SETPGID 1
| #define HAVE_GETCWD 1
| #define HAVE_SHUTDOWN 1
| #define HAVE_GETADDRINFO 1
| #define HAVE_STRSIGNAL 1
| #define HAVE_SETITIMER 1
| #define HAVE_SENDTO 1
| #define HAVE_RECVFROM 1
| #define HAVE_GETSOCKNAME 1
| #define HAVE_GETPEERNAME 1
| #define HAVE_GETIFADDRS 1
| #define HAVE_FREEIFADDRS 1
| #define HAVE_GAI_STRERROR 1
| #define HAVE_MKSTEMP 1
| #define HAVE_GETLINE 1
| #define HAVE_GETDELIM 1
| #define HAVE_FSYNC 1
| #define HAVE_SYNC 1
| #define HAVE_DIFFTIME 1
| #define HAVE_POSIX_MEMALIGN 1
| #define HAVE_GETPWENT 1
| #define HAVE_ENDPWENT 1
| #define HAVE_GETGRENT 1
| #define HAVE_ENDGRENT 1
| #define HAVE_CFMAKERAW 1
| #define HAVE_CFSETSPEED 1
| #define HAVE_COPYSIGN 1
| #define HAVE_GETWD 1
| #define HAVE_RANDOM 1
| #define HAVE_RINT 1
| #define HAVE___BUILTIN_UNWIND_INIT 1
| #define HAVE_FSEEKO 1
| #define GETPGRP_VOID 1
| #define HAVE_GRANTPT 1
| #define HAVE_POSIX_OPENPT 1
| #define TERMINFO 1
| #define HAVE_TZSET 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_LSTAT 1
| #define HAVE_ALARM 1
| #define HAVE_PSELECT 1
| #define HAVE_PTHREAD_SIGMASK 1
| #define HAVE_READLINK 1
| #define HAVE_STRTOIMAX 1
| #define HAVE_STRTOUMAX 1
| #define HAVE_SYMLINK 1
| #define HAVE_LOCALTIME_R 1
| #define HAVE_FUTIMES 1
| #define HAVE_LUTIMES 1
| #define HAVE_INET_SOCKETS 1
| #define HAVE_FORK 1
| #define HAVE_VFORK 1
| #define HAVE_WORKING_VFORK 1
| #define HAVE_WORKING_FORK 1
| #define HAVE_SNPRINTF 1
| #define HAVE_LANGINFO_CODESET 1
| #define HAVE_MBSTATE_T 1
| #define __restrict_arr __restrict
| #define AMPERSAND_FULL_NAME 1
| #define CLASH_DETECTION 1
| #define HAVE_PTYS 1
| #define HAVE_SOCKETS 1
| #define NULL_DEVICE "/dev/null"
| #define SEPCHAR ':'
| #define subprocesses 1
| #define USER_FULL_NAME pw->pw_gecos
| #define DIRECTORY_SEP '/'
| #define IS_DEVICE_SEP(_c_) 0
| #define IS_DIRECTORY_SEP(_c_) ((_c_) == DIRECTORY_SEP)
| #define IS_ANY_SEP(_c_) (IS_DIRECTORY_SEP (_c_))
| #define DONT_REOPEN_PTY 1
| #define DEFAULT_SOUND_DEVICE "/dev/dsp"
| #define INTERRUPT_INPUT 1
| #define PTY_ITERATION int i; for (i = 0; i < 1; i++)
| #define FIRST_PTY_LETTER 'p'
| #define PTY_OPEN do { int slave; if (openpty (&fd, &slave, pty_name, NULL, NULL) == -1) fd = -1; else emacs_close (slave); } while (0)
| #define PTY_NAME_SPRINTF /**/
| #define PTY_TTY_NAME_SPRINTF /**/
| #define SIGNALS_VIA_CHARACTERS 1
| #define PENDING_OUTPUT_COUNT(FILE) ((FILE)->_p - (FILE)->_bf._base)
| #define TAB3 OXTABS
| #define GC_SETJMP_WORKS 1
| #define HAVE__SETJMP 1
| #define BSD4_2 /**/
| #define BSD_SYSTEM /**/
| #define DARWIN_OS /**/
| #define USABLE_FIONREAD 1
| #define USABLE_SIGIO 1
| #define COPYRIGHT "Copyright (C) 2013 Free Software Foundation, Inc."
| #define EMACS_CONFIGURATION "x86_64-apple-darwin12.3.0"
| #define EMACS_CONFIG_OPTIONS " '--prefix=/usr/local/Cellar/emacs/24.3' '--without-dbus' '--enable-locallisppath=/usr/local/share/emacs/site-lisp' '--infodir=/usr/local/Cellar/emacs/24.3/share/info/emacs' '--without-x' 'CC=cc'"
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_C99_STRTOLD 1
| #define HAVE_DECL_STRMODE 1
| #define HAVE_GETOPT_H 1
| #define HAVE_GETOPT_LONG_ONLY 1
| #define __GETOPT_PREFIX rpl_
| #define HAVE_DECL_GETENV 1
| #define restrict __restrict
| #define HAVE_UNSIGNED_LONG_LONG_INT 1
| #define HAVE_LONG_LONG_INT 1
| #define BITSIZEOF_PTRDIFF_T 64
| #define BITSIZEOF_SIZE_T 64
| #define BITSIZEOF_SIG_ATOMIC_T 32
| #define BITSIZEOF_WCHAR_T 32
| #define BITSIZEOF_WINT_T 32
| #define HAVE_SIGNED_SIG_ATOMIC_T 1
| #define HAVE_SIGNED_WCHAR_T 1
| #define HAVE_SIGNED_WINT_T 1
| #define PTRDIFF_T_SUFFIX l
| #define SIZE_T_SUFFIX ul
| #define SIG_ATOMIC_T_SUFFIX
| #define WCHAR_T_SUFFIX
| #define WINT_T_SUFFIX
| #define HAVE_SIGSET_T 1
| #define HAVE__BOOL 1
| #define HAVE_WCHAR_T 1
| #define HAVE_STRUCT_TM_TM_ZONE 1
| #define HAVE_TM_ZONE 1
| #define HAVE_TM_GMTOFF 1
| #define HAVE_DECL_STRTOIMAX 1
| #define HAVE_DECL_STRTOUMAX 1
| #define HAVE_WORKING_UTIMES 1
| #define HAVE_STRUCT_UTIMBUF 1
| #define HAVE_ALLOCA 1
| #define HAVE_DUP2 1
| #define __GETOPT_PREFIX rpl_
| #define GETTIMEOFDAY_TIMEZONE void
| #define HAVE_PTHREAD_SIGMASK 1
| #define READLINK_TRAILING_SLASH_BUG 1
| #define HAVE_STRUCT_STAT_ST_ATIMESPEC_TV_NSEC 1
| #define HAVE_STRUCT_STAT_ST_BIRTHTIMESPEC_TV_NSEC 1
| #define GNULIB_FSCANF 1
| #define GNULIB_SCANF 1
| #define my_strftime nstrftime
| #define HAVE_DECL_LOCALTIME_R 1
| /* end confdefs.h. */
|
| /* Override any GCC internal prototype to avoid an error.
| Use char because int might match the return type of a GCC
| builtin and then its argument prototype would still apply. */
| #ifdef __cplusplus
| extern "C"
| #endif
| char timer_settime ();
| int
| main ()
| {
| return timer_settime ();
| ;
| return 0;
| }
configure:23990: cc -o conftest -g3 -O2 conftest.c -lposix4 -lpthread >&5
ld: library not found for -lposix4
clang: error: linker command failed with exit code 1 (use -v to see invocation)
configure:23990: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "emacs"
| #define PACKAGE_TARNAME "emacs"
| #define PACKAGE_VERSION "24.3"
| #define PACKAGE_STRING "emacs 24.3"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "emacs"
| #define VERSION "24.3"
| #define MAIL_USE_POP 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define SYSTEM_TYPE "darwin"
| #define HAVE_FCNTL_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_PWD_H 1
| #define HAVE_UTMP_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_UTIL_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_MALLOC_MALLOC_H 1
| #define HAVE_SYS_UN_H 1
| #define HAVE_EXECINFO_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_TERM_H 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_DECL_SYS_SIGLIST 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_SPEED_T 1
| #define HAVE_NET_IF_H 1
| #define HAVE_IFADDRS_H 1
| #define HAVE_NET_IF_DL_H 1
| #define HAVE_STRUCT_IFREQ_IFR_FLAGS 1
| #define HAVE_STRUCT_IFREQ_IFR_BROADADDR 1
| #define HAVE_STRUCT_IFREQ_IFR_ADDR 1
| #define HAVE_STRUCT_IFREQ_IFR_ADDR_SA_LEN 1
| #define HAVE_LONG_FILE_NAMES 1
| #define SYSTEM_MALLOC 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_MMAP 1
| #define HAVE_PTHREAD 1
| #define HAVE_XIM 1
| #define USE_XIM 1
| #define XRegisterIMInstantiateCallback_arg6 XPointer
| #define HAVE_H_ERRNO 1
| #define HAVE_LIBM 1
| #define MAIL_USE_FLOCK 1
| #define HAVE_GETHOSTNAME 1
| #define HAVE_CLOSEDIR 1
| #define HAVE_GETRUSAGE 1
| #define HAVE_LRAND48 1
| #define HAVE_SETSID 1
| #define HAVE_FPATHCONF 1
| #define HAVE_SELECT 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_SETLOCALE 1
| #define HAVE_UTIMES 1
| #define HAVE_GETRLIMIT 1
| #define HAVE_SETRLIMIT 1
| #define HAVE_SETPGID 1
| #define HAVE_GETCWD 1
| #define HAVE_SHUTDOWN 1
| #define HAVE_GETADDRINFO 1
| #define HAVE_STRSIGNAL 1
| #define HAVE_SETITIMER 1
| #define HAVE_SENDTO 1
| #define HAVE_RECVFROM 1
| #define HAVE_GETSOCKNAME 1
| #define HAVE_GETPEERNAME 1
| #define HAVE_GETIFADDRS 1
| #define HAVE_FREEIFADDRS 1
| #define HAVE_GAI_STRERROR 1
| #define HAVE_MKSTEMP 1
| #define HAVE_GETLINE 1
| #define HAVE_GETDELIM 1
| #define HAVE_FSYNC 1
| #define HAVE_SYNC 1
| #define HAVE_DIFFTIME 1
| #define HAVE_POSIX_MEMALIGN 1
| #define HAVE_GETPWENT 1
| #define HAVE_ENDPWENT 1
| #define HAVE_GETGRENT 1
| #define HAVE_ENDGRENT 1
| #define HAVE_CFMAKERAW 1
| #define HAVE_CFSETSPEED 1
| #define HAVE_COPYSIGN 1
| #define HAVE_GETWD 1
| #define HAVE_RANDOM 1
| #define HAVE_RINT 1
| #define HAVE___BUILTIN_UNWIND_INIT 1
| #define HAVE_FSEEKO 1
| #define GETPGRP_VOID 1
| #define HAVE_GRANTPT 1
| #define HAVE_POSIX_OPENPT 1
| #define TERMINFO 1
| #define HAVE_TZSET 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_LSTAT 1
| #define HAVE_ALARM 1
| #define HAVE_PSELECT 1
| #define HAVE_PTHREAD_SIGMASK 1
| #define HAVE_READLINK 1
| #define HAVE_STRTOIMAX 1
| #define HAVE_STRTOUMAX 1
| #define HAVE_SYMLINK 1
| #define HAVE_LOCALTIME_R 1
| #define HAVE_FUTIMES 1
| #define HAVE_LUTIMES 1
| #define HAVE_INET_SOCKETS 1
| #define HAVE_FORK 1
| #define HAVE_VFORK 1
| #define HAVE_WORKING_VFORK 1
| #define HAVE_WORKING_FORK 1
| #define HAVE_SNPRINTF 1
| #define HAVE_LANGINFO_CODESET 1
| #define HAVE_MBSTATE_T 1
| #define __restrict_arr __restrict
| #define AMPERSAND_FULL_NAME 1
| #define CLASH_DETECTION 1
| #define HAVE_PTYS 1
| #define HAVE_SOCKETS 1
| #define NULL_DEVICE "/dev/null"
| #define SEPCHAR ':'
| #define subprocesses 1
| #define USER_FULL_NAME pw->pw_gecos
| #define DIRECTORY_SEP '/'
| #define IS_DEVICE_SEP(_c_) 0
| #define IS_DIRECTORY_SEP(_c_) ((_c_) == DIRECTORY_SEP)
| #define IS_ANY_SEP(_c_) (IS_DIRECTORY_SEP (_c_))
| #define DONT_REOPEN_PTY 1
| #define DEFAULT_SOUND_DEVICE "/dev/dsp"
| #define INTERRUPT_INPUT 1
| #define PTY_ITERATION int i; for (i = 0; i < 1; i++)
| #define FIRST_PTY_LETTER 'p'
| #define PTY_OPEN do { int slave; if (openpty (&fd, &slave, pty_name, NULL, NULL) == -1) fd = -1; else emacs_close (slave); } while (0)
| #define PTY_NAME_SPRINTF /**/
| #define PTY_TTY_NAME_SPRINTF /**/
| #define SIGNALS_VIA_CHARACTERS 1
| #define PENDING_OUTPUT_COUNT(FILE) ((FILE)->_p - (FILE)->_bf._base)
| #define TAB3 OXTABS
| #define GC_SETJMP_WORKS 1
| #define HAVE__SETJMP 1
| #define BSD4_2 /**/
| #define BSD_SYSTEM /**/
| #define DARWIN_OS /**/
| #define USABLE_FIONREAD 1
| #define USABLE_SIGIO 1
| #define COPYRIGHT "Copyright (C) 2013 Free Software Foundation, Inc."
| #define EMACS_CONFIGURATION "x86_64-apple-darwin12.3.0"
| #define EMACS_CONFIG_OPTIONS " '--prefix=/usr/local/Cellar/emacs/24.3' '--without-dbus' '--enable-locallisppath=/usr/local/share/emacs/site-lisp' '--infodir=/usr/local/Cellar/emacs/24.3/share/info/emacs' '--without-x' 'CC=cc'"
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_C99_STRTOLD 1
| #define HAVE_DECL_STRMODE 1
| #define HAVE_GETOPT_H 1
| #define HAVE_GETOPT_LONG_ONLY 1
| #define __GETOPT_PREFIX rpl_
| #define HAVE_DECL_GETENV 1
| #define restrict __restrict
| #define HAVE_UNSIGNED_LONG_LONG_INT 1
| #define HAVE_LONG_LONG_INT 1
| #define BITSIZEOF_PTRDIFF_T 64
| #define BITSIZEOF_SIZE_T 64
| #define BITSIZEOF_SIG_ATOMIC_T 32
| #define BITSIZEOF_WCHAR_T 32
| #define BITSIZEOF_WINT_T 32
| #define HAVE_SIGNED_SIG_ATOMIC_T 1
| #define HAVE_SIGNED_WCHAR_T 1
| #define HAVE_SIGNED_WINT_T 1
| #define PTRDIFF_T_SUFFIX l
| #define SIZE_T_SUFFIX ul
| #define SIG_ATOMIC_T_SUFFIX
| #define WCHAR_T_SUFFIX
| #define WINT_T_SUFFIX
| #define HAVE_SIGSET_T 1
| #define HAVE__BOOL 1
| #define HAVE_WCHAR_T 1
| #define HAVE_STRUCT_TM_TM_ZONE 1
| #define HAVE_TM_ZONE 1
| #define HAVE_TM_GMTOFF 1
| #define HAVE_DECL_STRTOIMAX 1
| #define HAVE_DECL_STRTOUMAX 1
| #define HAVE_WORKING_UTIMES 1
| #define HAVE_STRUCT_UTIMBUF 1
| #define HAVE_ALLOCA 1
| #define HAVE_DUP2 1
| #define __GETOPT_PREFIX rpl_
| #define GETTIMEOFDAY_TIMEZONE void
| #define HAVE_PTHREAD_SIGMASK 1
| #define READLINK_TRAILING_SLASH_BUG 1
| #define HAVE_STRUCT_STAT_ST_ATIMESPEC_TV_NSEC 1
| #define HAVE_STRUCT_STAT_ST_BIRTHTIMESPEC_TV_NSEC 1
| #define GNULIB_FSCANF 1
| #define GNULIB_SCANF 1
| #define my_strftime nstrftime
| #define HAVE_DECL_LOCALTIME_R 1
| /* end confdefs.h. */
|
| /* Override any GCC internal prototype to avoid an error.
| Use char because int might match the return type of a GCC
| builtin and then its argument prototype would still apply. */
| #ifdef __cplusplus
| extern "C"
| #endif
| char timer_settime ();
| int
| main ()
| {
| return timer_settime ();
| ;
| return 0;
| }
configure:24007: result: no
conftest.c:225:10: fatal error: 'features.h' file not found
#include <features.h>
^
1 error generated.
configure:24036: checking for timer_settime
configure:24036: cc -o conftest -g3 -O2 conftest.c -lpthread >&5
Undefined symbols for architecture x86_64:
"_timer_settime", referenced from:
_main in conftest-O3FlJh.o
ld: symbol(s) not found for architecture x86_64
clang: error: linker command failed with exit code 1 (use -v to see invocation)
configure:24036: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "emacs"
| #define PACKAGE_TARNAME "emacs"
| #define PACKAGE_VERSION "24.3"
| #define PACKAGE_STRING "emacs 24.3"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "emacs"
| #define VERSION "24.3"
| #define MAIL_USE_POP 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define SYSTEM_TYPE "darwin"
| #define HAVE_FCNTL_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_PWD_H 1
| #define HAVE_UTMP_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_UTIL_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_MALLOC_MALLOC_H 1
| #define HAVE_SYS_UN_H 1
| #define HAVE_EXECINFO_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_TERM_H 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_DECL_SYS_SIGLIST 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_SPEED_T 1
| #define HAVE_NET_IF_H 1
| #define HAVE_IFADDRS_H 1
| #define HAVE_NET_IF_DL_H 1
| #define HAVE_STRUCT_IFREQ_IFR_FLAGS 1
| #define HAVE_STRUCT_IFREQ_IFR_BROADADDR 1
| #define HAVE_STRUCT_IFREQ_IFR_ADDR 1
| #define HAVE_STRUCT_IFREQ_IFR_ADDR_SA_LEN 1
| #define HAVE_LONG_FILE_NAMES 1
| #define SYSTEM_MALLOC 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_MMAP 1
| #define HAVE_PTHREAD 1
| #define HAVE_XIM 1
| #define USE_XIM 1
| #define XRegisterIMInstantiateCallback_arg6 XPointer
| #define HAVE_H_ERRNO 1
| #define HAVE_LIBM 1
| #define MAIL_USE_FLOCK 1
| #define HAVE_GETHOSTNAME 1
| #define HAVE_CLOSEDIR 1
| #define HAVE_GETRUSAGE 1
| #define HAVE_LRAND48 1
| #define HAVE_SETSID 1
| #define HAVE_FPATHCONF 1
| #define HAVE_SELECT 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_SETLOCALE 1
| #define HAVE_UTIMES 1
| #define HAVE_GETRLIMIT 1
| #define HAVE_SETRLIMIT 1
| #define HAVE_SETPGID 1
| #define HAVE_GETCWD 1
| #define HAVE_SHUTDOWN 1
| #define HAVE_GETADDRINFO 1
| #define HAVE_STRSIGNAL 1
| #define HAVE_SETITIMER 1
| #define HAVE_SENDTO 1
| #define HAVE_RECVFROM 1
| #define HAVE_GETSOCKNAME 1
| #define HAVE_GETPEERNAME 1
| #define HAVE_GETIFADDRS 1
| #define HAVE_FREEIFADDRS 1
| #define HAVE_GAI_STRERROR 1
| #define HAVE_MKSTEMP 1
| #define HAVE_GETLINE 1
| #define HAVE_GETDELIM 1
| #define HAVE_FSYNC 1
| #define HAVE_SYNC 1
| #define HAVE_DIFFTIME 1
| #define HAVE_POSIX_MEMALIGN 1
| #define HAVE_GETPWENT 1
| #define HAVE_ENDPWENT 1
| #define HAVE_GETGRENT 1
| #define HAVE_ENDGRENT 1
| #define HAVE_CFMAKERAW 1
| #define HAVE_CFSETSPEED 1
| #define HAVE_COPYSIGN 1
| #define HAVE_GETWD 1
| #define HAVE_RANDOM 1
| #define HAVE_RINT 1
| #define HAVE___BUILTIN_UNWIND_INIT 1
| #define HAVE_FSEEKO 1
| #define GETPGRP_VOID 1
| #define HAVE_GRANTPT 1
| #define HAVE_POSIX_OPENPT 1
| #define TERMINFO 1
| #define HAVE_TZSET 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_LSTAT 1
| #define HAVE_ALARM 1
| #define HAVE_PSELECT 1
| #define HAVE_PTHREAD_SIGMASK 1
| #define HAVE_READLINK 1
| #define HAVE_STRTOIMAX 1
| #define HAVE_STRTOUMAX 1
| #define HAVE_SYMLINK 1
| #define HAVE_LOCALTIME_R 1
| #define HAVE_FUTIMES 1
| #define HAVE_LUTIMES 1
| #define HAVE_INET_SOCKETS 1
| #define HAVE_FORK 1
| #define HAVE_VFORK 1
| #define HAVE_WORKING_VFORK 1
| #define HAVE_WORKING_FORK 1
| #define HAVE_SNPRINTF 1
| #define HAVE_LANGINFO_CODESET 1
| #define HAVE_MBSTATE_T 1
| #define __restrict_arr __restrict
| #define AMPERSAND_FULL_NAME 1
| #define CLASH_DETECTION 1
| #define HAVE_PTYS 1
| #define HAVE_SOCKETS 1
| #define NULL_DEVICE "/dev/null"
| #define SEPCHAR ':'
| #define subprocesses 1
| #define USER_FULL_NAME pw->pw_gecos
| #define DIRECTORY_SEP '/'
| #define IS_DEVICE_SEP(_c_) 0
| #define IS_DIRECTORY_SEP(_c_) ((_c_) == DIRECTORY_SEP)
| #define IS_ANY_SEP(_c_) (IS_DIRECTORY_SEP (_c_))
| #define DONT_REOPEN_PTY 1
| #define DEFAULT_SOUND_DEVICE "/dev/dsp"
| #define INTERRUPT_INPUT 1
| #define PTY_ITERATION int i; for (i = 0; i < 1; i++)
| #define FIRST_PTY_LETTER 'p'
| #define PTY_OPEN do { int slave; if (openpty (&fd, &slave, pty_name, NULL, NULL) == -1) fd = -1; else emacs_close (slave); } while (0)
| #define PTY_NAME_SPRINTF /**/
| #define PTY_TTY_NAME_SPRINTF /**/
| #define SIGNALS_VIA_CHARACTERS 1
| #define PENDING_OUTPUT_COUNT(FILE) ((FILE)->_p - (FILE)->_bf._base)
| #define TAB3 OXTABS
| #define GC_SETJMP_WORKS 1
| #define HAVE__SETJMP 1
| #define BSD4_2 /**/
| #define BSD_SYSTEM /**/
| #define DARWIN_OS /**/
| #define USABLE_FIONREAD 1
| #define USABLE_SIGIO 1
| #define COPYRIGHT "Copyright (C) 2013 Free Software Foundation, Inc."
| #define EMACS_CONFIGURATION "x86_64-apple-darwin12.3.0"
| #define EMACS_CONFIG_OPTIONS " '--prefix=/usr/local/Cellar/emacs/24.3' '--without-dbus' '--enable-locallisppath=/usr/local/share/emacs/site-lisp' '--infodir=/usr/local/Cellar/emacs/24.3/share/info/emacs' '--without-x' 'CC=cc'"
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_C99_STRTOLD 1
| #define HAVE_DECL_STRMODE 1
| #define HAVE_GETOPT_H 1
| #define HAVE_GETOPT_LONG_ONLY 1
| #define __GETOPT_PREFIX rpl_
| #define HAVE_DECL_GETENV 1
| #define restrict __restrict
| #define HAVE_UNSIGNED_LONG_LONG_INT 1
| #define HAVE_LONG_LONG_INT 1
| #define BITSIZEOF_PTRDIFF_T 64
| #define BITSIZEOF_SIZE_T 64
| #define BITSIZEOF_SIG_ATOMIC_T 32
| #define BITSIZEOF_WCHAR_T 32
| #define BITSIZEOF_WINT_T 32
| #define HAVE_SIGNED_SIG_ATOMIC_T 1
| #define HAVE_SIGNED_WCHAR_T 1
| #define HAVE_SIGNED_WINT_T 1
| #define PTRDIFF_T_SUFFIX l
| #define SIZE_T_SUFFIX ul
| #define SIG_ATOMIC_T_SUFFIX
| #define WCHAR_T_SUFFIX
| #define WINT_T_SUFFIX
| #define HAVE_SIGSET_T 1
| #define HAVE__BOOL 1
| #define HAVE_WCHAR_T 1
| #define HAVE_STRUCT_TM_TM_ZONE 1
| #define HAVE_TM_ZONE 1
| #define HAVE_TM_GMTOFF 1
| #define HAVE_DECL_STRTOIMAX 1
| #define HAVE_DECL_STRTOUMAX 1
| #define HAVE_WORKING_UTIMES 1
| #define HAVE_STRUCT_UTIMBUF 1
| #define HAVE_ALLOCA 1
| #define HAVE_DUP2 1
| #define __GETOPT_PREFIX rpl_
| #define GETTIMEOFDAY_TIMEZONE void
| #define HAVE_PTHREAD_SIGMASK 1
| #define READLINK_TRAILING_SLASH_BUG 1
| #define HAVE_STRUCT_STAT_ST_ATIMESPEC_TV_NSEC 1
| #define HAVE_STRUCT_STAT_ST_BIRTHTIMESPEC_TV_NSEC 1
| #define GNULIB_FSCANF 1
| #define GNULIB_SCANF 1
| #define my_strftime nstrftime
| #define HAVE_DECL_LOCALTIME_R 1
| /* end confdefs.h. */
| /* Define timer_settime to an innocuous variant, in case <limits.h> declares timer_settime.
| For example, HP-UX 11i <limits.h> declares gettimeofday. */
| #define timer_settime innocuous_timer_settime
|
| /* System header to define __stub macros and hopefully few prototypes,
| which can conflict with char timer_settime (); below.
| Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
| <limits.h> exists even on freestanding compilers. */
|
| #ifdef __STDC__
| # include <limits.h>
| #else
| # include <assert.h>
| #endif
|
| #undef timer_settime
|
| /* 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 timer_settime ();
| /* 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_timer_settime || defined __stub___timer_settime
| choke me
| #endif
|
| int
| main ()
| {
| return timer_settime ();
| ;
| return 0;
| }
configure:24036: result: no
configure:24238: checking whether stat handles trailing slashes on directories
configure:24261: cc -o conftest -g3 -O2 conftest.c -lpthread >&5
configure:24261: $? = 0
configure:24261: ./conftest
configure:24261: $? = 0
configure:24271: result: yes
configure:24273: checking whether stat handles trailing slashes on files
configure:24313: cc -o conftest -g3 -O2 conftest.c -lpthread >&5
configure:24313: $? = 0
configure:24313: ./conftest
configure:24313: $? = 2
configure: program exited with status 2
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "emacs"
| #define PACKAGE_TARNAME "emacs"
| #define PACKAGE_VERSION "24.3"
| #define PACKAGE_STRING "emacs 24.3"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "emacs"
| #define VERSION "24.3"
| #define MAIL_USE_POP 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define SYSTEM_TYPE "darwin"
| #define HAVE_FCNTL_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_PWD_H 1
| #define HAVE_UTMP_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_UTIL_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_MALLOC_MALLOC_H 1
| #define HAVE_SYS_UN_H 1
| #define HAVE_EXECINFO_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_TERM_H 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_DECL_SYS_SIGLIST 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_SPEED_T 1
| #define HAVE_NET_IF_H 1
| #define HAVE_IFADDRS_H 1
| #define HAVE_NET_IF_DL_H 1
| #define HAVE_STRUCT_IFREQ_IFR_FLAGS 1
| #define HAVE_STRUCT_IFREQ_IFR_BROADADDR 1
| #define HAVE_STRUCT_IFREQ_IFR_ADDR 1
| #define HAVE_STRUCT_IFREQ_IFR_ADDR_SA_LEN 1
| #define HAVE_LONG_FILE_NAMES 1
| #define SYSTEM_MALLOC 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_MMAP 1
| #define HAVE_PTHREAD 1
| #define HAVE_XIM 1
| #define USE_XIM 1
| #define XRegisterIMInstantiateCallback_arg6 XPointer
| #define HAVE_H_ERRNO 1
| #define HAVE_LIBM 1
| #define MAIL_USE_FLOCK 1
| #define HAVE_GETHOSTNAME 1
| #define HAVE_CLOSEDIR 1
| #define HAVE_GETRUSAGE 1
| #define HAVE_LRAND48 1
| #define HAVE_SETSID 1
| #define HAVE_FPATHCONF 1
| #define HAVE_SELECT 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_SETLOCALE 1
| #define HAVE_UTIMES 1
| #define HAVE_GETRLIMIT 1
| #define HAVE_SETRLIMIT 1
| #define HAVE_SETPGID 1
| #define HAVE_GETCWD 1
| #define HAVE_SHUTDOWN 1
| #define HAVE_GETADDRINFO 1
| #define HAVE_STRSIGNAL 1
| #define HAVE_SETITIMER 1
| #define HAVE_SENDTO 1
| #define HAVE_RECVFROM 1
| #define HAVE_GETSOCKNAME 1
| #define HAVE_GETPEERNAME 1
| #define HAVE_GETIFADDRS 1
| #define HAVE_FREEIFADDRS 1
| #define HAVE_GAI_STRERROR 1
| #define HAVE_MKSTEMP 1
| #define HAVE_GETLINE 1
| #define HAVE_GETDELIM 1
| #define HAVE_FSYNC 1
| #define HAVE_SYNC 1
| #define HAVE_DIFFTIME 1
| #define HAVE_POSIX_MEMALIGN 1
| #define HAVE_GETPWENT 1
| #define HAVE_ENDPWENT 1
| #define HAVE_GETGRENT 1
| #define HAVE_ENDGRENT 1
| #define HAVE_CFMAKERAW 1
| #define HAVE_CFSETSPEED 1
| #define HAVE_COPYSIGN 1
| #define HAVE_GETWD 1
| #define HAVE_RANDOM 1
| #define HAVE_RINT 1
| #define HAVE___BUILTIN_UNWIND_INIT 1
| #define HAVE_FSEEKO 1
| #define GETPGRP_VOID 1
| #define HAVE_GRANTPT 1
| #define HAVE_POSIX_OPENPT 1
| #define TERMINFO 1
| #define HAVE_TZSET 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_LSTAT 1
| #define HAVE_ALARM 1
| #define HAVE_PSELECT 1
| #define HAVE_PTHREAD_SIGMASK 1
| #define HAVE_READLINK 1
| #define HAVE_STRTOIMAX 1
| #define HAVE_STRTOUMAX 1
| #define HAVE_SYMLINK 1
| #define HAVE_LOCALTIME_R 1
| #define HAVE_FUTIMES 1
| #define HAVE_LUTIMES 1
| #define HAVE_INET_SOCKETS 1
| #define HAVE_FORK 1
| #define HAVE_VFORK 1
| #define HAVE_WORKING_VFORK 1
| #define HAVE_WORKING_FORK 1
| #define HAVE_SNPRINTF 1
| #define HAVE_LANGINFO_CODESET 1
| #define HAVE_MBSTATE_T 1
| #define __restrict_arr __restrict
| #define AMPERSAND_FULL_NAME 1
| #define CLASH_DETECTION 1
| #define HAVE_PTYS 1
| #define HAVE_SOCKETS 1
| #define NULL_DEVICE "/dev/null"
| #define SEPCHAR ':'
| #define subprocesses 1
| #define USER_FULL_NAME pw->pw_gecos
| #define DIRECTORY_SEP '/'
| #define IS_DEVICE_SEP(_c_) 0
| #define IS_DIRECTORY_SEP(_c_) ((_c_) == DIRECTORY_SEP)
| #define IS_ANY_SEP(_c_) (IS_DIRECTORY_SEP (_c_))
| #define DONT_REOPEN_PTY 1
| #define DEFAULT_SOUND_DEVICE "/dev/dsp"
| #define INTERRUPT_INPUT 1
| #define PTY_ITERATION int i; for (i = 0; i < 1; i++)
| #define FIRST_PTY_LETTER 'p'
| #define PTY_OPEN do { int slave; if (openpty (&fd, &slave, pty_name, NULL, NULL) == -1) fd = -1; else emacs_close (slave); } while (0)
| #define PTY_NAME_SPRINTF /**/
| #define PTY_TTY_NAME_SPRINTF /**/
| #define SIGNALS_VIA_CHARACTERS 1
| #define PENDING_OUTPUT_COUNT(FILE) ((FILE)->_p - (FILE)->_bf._base)
| #define TAB3 OXTABS
| #define GC_SETJMP_WORKS 1
| #define HAVE__SETJMP 1
| #define BSD4_2 /**/
| #define BSD_SYSTEM /**/
| #define DARWIN_OS /**/
| #define USABLE_FIONREAD 1
| #define USABLE_SIGIO 1
| #define COPYRIGHT "Copyright (C) 2013 Free Software Foundation, Inc."
| #define EMACS_CONFIGURATION "x86_64-apple-darwin12.3.0"
| #define EMACS_CONFIG_OPTIONS " '--prefix=/usr/local/Cellar/emacs/24.3' '--without-dbus' '--enable-locallisppath=/usr/local/share/emacs/site-lisp' '--infodir=/usr/local/Cellar/emacs/24.3/share/info/emacs' '--without-x' 'CC=cc'"
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_C99_STRTOLD 1
| #define HAVE_DECL_STRMODE 1
| #define HAVE_GETOPT_H 1
| #define HAVE_GETOPT_LONG_ONLY 1
| #define __GETOPT_PREFIX rpl_
| #define HAVE_DECL_GETENV 1
| #define restrict __restrict
| #define HAVE_UNSIGNED_LONG_LONG_INT 1
| #define HAVE_LONG_LONG_INT 1
| #define BITSIZEOF_PTRDIFF_T 64
| #define BITSIZEOF_SIZE_T 64
| #define BITSIZEOF_SIG_ATOMIC_T 32
| #define BITSIZEOF_WCHAR_T 32
| #define BITSIZEOF_WINT_T 32
| #define HAVE_SIGNED_SIG_ATOMIC_T 1
| #define HAVE_SIGNED_WCHAR_T 1
| #define HAVE_SIGNED_WINT_T 1
| #define PTRDIFF_T_SUFFIX l
| #define SIZE_T_SUFFIX ul
| #define SIG_ATOMIC_T_SUFFIX
| #define WCHAR_T_SUFFIX
| #define WINT_T_SUFFIX
| #define HAVE_SIGSET_T 1
| #define HAVE__BOOL 1
| #define HAVE_WCHAR_T 1
| #define HAVE_STRUCT_TM_TM_ZONE 1
| #define HAVE_TM_ZONE 1
| #define HAVE_TM_GMTOFF 1
| #define HAVE_DECL_STRTOIMAX 1
| #define HAVE_DECL_STRTOUMAX 1
| #define HAVE_WORKING_UTIMES 1
| #define HAVE_STRUCT_UTIMBUF 1
| #define HAVE_ALLOCA 1
| #define HAVE_DUP2 1
| #define __GETOPT_PREFIX rpl_
| #define GETTIMEOFDAY_TIMEZONE void
| #define HAVE_PTHREAD_SIGMASK 1
| #define READLINK_TRAILING_SLASH_BUG 1
| #define HAVE_STRUCT_STAT_ST_ATIMESPEC_TV_NSEC 1
| #define HAVE_STRUCT_STAT_ST_BIRTHTIMESPEC_TV_NSEC 1
| #define GNULIB_FSCANF 1
| #define GNULIB_SCANF 1
| #define my_strftime nstrftime
| #define HAVE_DECL_LOCALTIME_R 1
| /* end confdefs.h. */
| #include <sys/stat.h>
|
| int
| main ()
| {
| int result = 0;
| struct stat st;
| if (!stat ("conftest.tmp/", &st))
| result |= 1;
| #if HAVE_LSTAT
| if (!stat ("conftest.lnk/", &st))
| result |= 2;
| #endif
| return result;
|
| ;
| return 0;
| }
configure:24324: result: no
configure:25118: creating ./config.status
## ---------------------- ##
## Running config.status. ##
## ---------------------- ##
This file was extended by emacs config.status 24.3, which was
generated by GNU Autoconf 2.69. Invocation command line was
CONFIG_FILES =
CONFIG_HEADERS =
CONFIG_LINKS =
CONFIG_COMMANDS =
$ ./config.status
on sanb.gstring.lan
config.status:1764: creating Makefile
config.status:1764: creating lib/Makefile
config.status:1764: creating lib-src/Makefile
config.status:1764: creating oldXMenu/Makefile
config.status:1764: creating doc/emacs/Makefile
config.status:1764: creating doc/misc/Makefile
config.status:1764: creating doc/lispintro/Makefile
config.status:1764: creating doc/lispref/Makefile
config.status:1764: creating src/Makefile
config.status:1764: creating lwlib/Makefile
config.status:1764: creating lisp/Makefile
config.status:1764: creating leim/Makefile
config.status:1764: creating nextstep/Makefile
config.status:1764: creating admin/unidata/Makefile
config.status:1764: creating src/config.h
config.status:1983: executing depfiles commands
config.status:1983: executing mkdirs commands
config.status:1983: executing epaths commands
config.status:1983: executing gdbinit commands
## ---------------- ##
## Cache variables. ##
## ---------------- ##
ac_cv_build=x86_64-apple-darwin12.3.0
ac_cv_c_bigendian=no
ac_cv_c_compiler_gnu=yes
ac_cv_c_inline=inline
ac_cv_c_restrict=__restrict
ac_cv_env_CC_set=set
ac_cv_env_CC_value=cc
ac_cv_env_CFLAGS_set=
ac_cv_env_CFLAGS_value=
ac_cv_env_CPPFLAGS_set=
ac_cv_env_CPPFLAGS_value=
ac_cv_env_CPP_set=
ac_cv_env_CPP_value=
ac_cv_env_LDFLAGS_set=
ac_cv_env_LDFLAGS_value=
ac_cv_env_LIBS_set=
ac_cv_env_LIBS_value=
ac_cv_env_XMKMF_set=
ac_cv_env_XMKMF_value=
ac_cv_env_build_alias_set=
ac_cv_env_build_alias_value=
ac_cv_env_host_alias_set=
ac_cv_env_host_alias_value=
ac_cv_env_target_alias_set=
ac_cv_env_target_alias_value=
ac_cv_func___executable_start=no
ac_cv_func___fpending=no
ac_cv_func_alarm=yes
ac_cv_func_alloca_works=yes
ac_cv_func_cfmakeraw=yes
ac_cv_func_cfsetspeed=yes
ac_cv_func_clock_gettime=no
ac_cv_func_clock_settime=no
ac_cv_func_closedir=yes
ac_cv_func_copysign=yes
ac_cv_func_difftime=yes
ac_cv_func_endgrent=yes
ac_cv_func_endpwent=yes
ac_cv_func_euidaccess=no
ac_cv_func_fork=yes
ac_cv_func_fork_works=yes
ac_cv_func_fpathconf=yes
ac_cv_func_freeifaddrs=yes
ac_cv_func_fsync=yes
ac_cv_func_futimens=no
ac_cv_func_futimes=yes
ac_cv_func_futimesat=no
ac_cv_func_gai_strerror=yes
ac_cv_func_get_current_dir_name=no
ac_cv_func_getaddrinfo=yes
ac_cv_func_getcwd=yes
ac_cv_func_getdelim=yes
ac_cv_func_getgrent=yes
ac_cv_func_gethostname=yes
ac_cv_func_getifaddrs=yes
ac_cv_func_getline=yes
ac_cv_func_getloadavg=yes
ac_cv_func_getopt_long_only=yes
ac_cv_func_getpagesize=yes
ac_cv_func_getpeername=yes
ac_cv_func_getpgrp_void=yes
ac_cv_func_getpt=no
ac_cv_func_getpwent=yes
ac_cv_func_getrlimit=yes
ac_cv_func_getrusage=yes
ac_cv_func_getsockname=yes
ac_cv_func_gettimeofday=yes
ac_cv_func_getwd=yes
ac_cv_func_gnutls_certificate_set_verify_function=no
ac_cv_func_grantpt=yes
ac_cv_func_localtime_r=yes
ac_cv_func_lrand48=yes
ac_cv_func_lstat=yes
ac_cv_func_lutimes=yes
ac_cv_func_mkstemp=yes
ac_cv_func_mmap_fixed_mapped=yes
ac_cv_func_nanotime=no
ac_cv_func_posix_memalign=yes
ac_cv_func_posix_openpt=yes
ac_cv_func_pselect=yes
ac_cv_func_pthread_sigmask=yes
ac_cv_func_random=yes
ac_cv_func_readlink=yes
ac_cv_func_readlinkat=no
ac_cv_func_recvfrom=yes
ac_cv_func_rint=yes
ac_cv_func_select=yes
ac_cv_func_sendto=yes
ac_cv_func_setitimer=yes
ac_cv_func_setlocale=yes
ac_cv_func_setpgid=yes
ac_cv_func_setrlimit=yes
ac_cv_func_setsid=yes
ac_cv_func_shutdown=yes
ac_cv_func_snprintf=yes
ac_cv_func_socket=yes
ac_cv_func_strsignal=yes
ac_cv_func_strtoimax=yes
ac_cv_func_strtoumax=yes
ac_cv_func_symlink=yes
ac_cv_func_sync=yes
ac_cv_func_timer_settime=no
ac_cv_func_touchlock=no
ac_cv_func_tzset=yes
ac_cv_func_utimensat=no
ac_cv_func_utimes=yes
ac_cv_func_vfork=yes
ac_cv_func_vfork_works=yes
ac_cv_have_decl_getenv=yes
ac_cv_have_decl_getloadavg=yes
ac_cv_have_decl_localtime_r=yes
ac_cv_have_decl_strmode=yes
ac_cv_have_decl_strtoimax=yes
ac_cv_have_decl_strtoumax=yes
ac_cv_have_decl_sys_siglist=yes
ac_cv_header_arpa_inet_h=yes
ac_cv_header_coff_h=no
ac_cv_header_dirent_h=yes
ac_cv_header_execinfo_h=yes
ac_cv_header_fcntl_h=yes
ac_cv_header_getopt_h=yes
ac_cv_header_gpm_h=no
ac_cv_header_ifaddrs_h=yes
ac_cv_header_inttypes_h=yes
ac_cv_header_linux_version_h=no
ac_cv_header_machine_soundcard_h=no
ac_cv_header_maillock_h=no
ac_cv_header_malloc_malloc_h=yes
ac_cv_header_memory_h=yes
ac_cv_header_minix_config_h=no
ac_cv_header_net_if_dl_h=yes
ac_cv_header_net_if_h=yes
ac_cv_header_netinet_in_h=yes
ac_cv_header_pthread_h=yes
ac_cv_header_pty_h=no
ac_cv_header_pwd_h=yes
ac_cv_header_soundcard_h=no
ac_cv_header_stat_broken=no
ac_cv_header_stdbool_h=yes
ac_cv_header_stdc=yes
ac_cv_header_stdint_h=yes
ac_cv_header_stdio_ext_h=no
ac_cv_header_stdlib_h=yes
ac_cv_header_string_h=yes
ac_cv_header_strings_h=yes
ac_cv_header_sys_bitypes_h=no
ac_cv_header_sys_inttypes_h=no
ac_cv_header_sys_loadavg_h=no
ac_cv_header_sys_param_h=yes
ac_cv_header_sys_resource_h=yes
ac_cv_header_sys_select_h=yes
ac_cv_header_sys_socket_h=yes
ac_cv_header_sys_soundcard_h=no
ac_cv_header_sys_stat_h=yes
ac_cv_header_sys_systeminfo_h=no
ac_cv_header_sys_time_h=yes
ac_cv_header_sys_types_h=yes
ac_cv_header_sys_un_h=yes
ac_cv_header_sys_utsname_h=yes
ac_cv_header_sys_vlimit_h=no
ac_cv_header_sys_wait_h=yes
ac_cv_header_term_h=yes
ac_cv_header_time=yes
ac_cv_header_unistd_h=yes
ac_cv_header_util_h=yes
ac_cv_header_utime_h=yes
ac_cv_header_utmp_h=yes
ac_cv_header_vfork_h=no
ac_cv_header_wchar_h=yes
ac_cv_host=x86_64-apple-darwin12.3.0
ac_cv_lib_Xbsd_main=no
ac_cv_lib_dnet_dnet_ntoa=no
ac_cv_lib_lockfile_maillock=no
ac_cv_lib_m_sqrt=yes
ac_cv_lib_mail_maillock=no
ac_cv_lib_ossaudio__oss_ioctl=no
ac_cv_lib_pthread_pthread_self=yes
ac_cv_lib_pthreads_cma_open=no
ac_cv_lib_selinux_lgetfilecon=no
ac_cv_member_struct_ifreq_ifr_addr=yes
ac_cv_member_struct_ifreq_ifr_addr_sa_len=yes
ac_cv_member_struct_ifreq_ifr_broadaddr=yes
ac_cv_member_struct_ifreq_ifr_flags=yes
ac_cv_member_struct_ifreq_ifr_hwaddr=no
ac_cv_member_struct_ifreq_ifr_netmask=no
ac_cv_member_struct_stat_st_atim_tv_nsec=no
ac_cv_member_struct_stat_st_atimespec_tv_nsec=yes
ac_cv_member_struct_stat_st_birthtimespec_tv_nsec=yes
ac_cv_member_struct_tm_tm_gmtoff=yes
ac_cv_member_struct_tm_tm_zone=yes
ac_cv_objext=o
ac_cv_path_EGREP='/usr/bin/grep -E'
ac_cv_path_GREP=/usr/bin/grep
ac_cv_path_GZIP_PROG=/usr/bin/gzip
ac_cv_path_INSTALL_INFO=/usr/bin/install-info
ac_cv_path_MAKEINFO=/usr/bin/makeinfo
ac_cv_path_PKG_CONFIG=no
ac_cv_path_install='/usr/bin/install -c'
ac_cv_prog_AWK=awk
ac_cv_prog_CPP='cc -E'
ac_cv_prog_ac_ct_AR=ar
ac_cv_prog_ac_ct_CC=cc
ac_cv_prog_ac_ct_RANLIB=ranlib
ac_cv_prog_cc_c89=
ac_cv_prog_cc_c99=
ac_cv_prog_cc_cc_c_o=yes
ac_cv_prog_cc_g=yes
ac_cv_prog_cc_stdc=
ac_cv_prog_liblockfile=no
ac_cv_prog_make_make_set=yes
ac_cv_safe_to_define___extensions__=yes
ac_cv_search_backtrace_symbols_fd='none required'
ac_cv_search_clock_gettime=no
ac_cv_search_timer_settime=no
ac_cv_struct_st_dm_mode=no
ac_cv_struct_tm=time.h
ac_cv_sys_file_offset_bits=no
ac_cv_sys_largefile_CC=no
ac_cv_sys_largefile_source=no
ac_cv_sys_long_file_names=yes
ac_cv_type__Bool=yes
ac_cv_type_long_long_int=yes
ac_cv_type_mbstate_t=yes
ac_cv_type_mode_t=yes
ac_cv_type_nlink_t=yes
ac_cv_type_pid_t=yes
ac_cv_type_sighandler_t=no
ac_cv_type_sigset_t=yes
ac_cv_type_socklen_t=yes
ac_cv_type_unsigned_long_long_int=yes
ac_cv_type_volatile_sig_atomic_t=yes
ac_cv_working_alloca_h=yes
am_cv_CC_dependencies_compiler_type=gcc3
emacs_cv_c_restrict_arr=yes
emacs_cv_func___builtin_unwind_init=yes
emacs_cv_func__setjmp=yes
emacs_cv_langinfo_codeset=yes
emacs_cv_localtime_cache=no
emacs_cv_netdb_declares_h_errno=yes
emacs_cv_personality_linux32=no
emacs_cv_prog_cc_g3=yes
emacs_cv_speed_t=yes
emacs_cv_usable_FIONREAD=yes
emacs_cv_usable_SIGIO=yes
emacs_cv_var_doug_lea_malloc=no
gl_cv_bitsizeof_ptrdiff_t=64
gl_cv_bitsizeof_sig_atomic_t=32
gl_cv_bitsizeof_size_t=64
gl_cv_bitsizeof_wchar_t=32
gl_cv_bitsizeof_wint_t=32
gl_cv_c_amsterdam_compiler=no
gl_cv_c_multiarch=no
gl_cv_decl_null_works=yes
gl_cv_decl_readlink_works=yes
gl_cv_func_c99_strtold=yes
gl_cv_func_dup2_works=yes
gl_cv_func_getopt_posix=no
gl_cv_func_gettimeofday_clobber=no
gl_cv_func_gettimeofday_posix_signature=yes
gl_cv_func_lstat_dereferences_slashed_symlink=no
gl_cv_func_pselect_detects_ebadf=yes
gl_cv_func_pthread_sigmask_in_libc_works=yes
gl_cv_func_pthread_sigmask_return_works=yes
gl_cv_func_pthread_sigmask_unblock_works='guessing yes'
gl_cv_func_readlink_works=no
gl_cv_func_stat_dir_slash=yes
gl_cv_func_stat_file_slash=no
gl_cv_func_strtoimax=yes
gl_cv_func_symlink_works=no
gl_cv_func_va_copy=yes
gl_cv_func_working_mktime=no
gl_cv_func_working_utimes=yes
gl_cv_have_include_next=yes
gl_cv_header_sys_select_h_selfcontained=yes
gl_cv_header_working_stdalign_h=no
gl_cv_header_working_stdint_h=no
gl_cv_next_getopt_h='<getopt.h>'
gl_cv_next_inttypes_h='<inttypes.h>'
gl_cv_next_signal_h='<signal.h>'
gl_cv_next_stdint_h='<stdint.h>'
gl_cv_next_stdio_h='<stdio.h>'
gl_cv_next_stdlib_h='<stdlib.h>'
gl_cv_next_sys_select_h='<sys/select.h>'
gl_cv_next_sys_stat_h='<sys/stat.h>'
gl_cv_next_sys_time_h='<sys/time.h>'
gl_cv_next_time_h='<time.h>'
gl_cv_next_unistd_h='<unistd.h>'
gl_cv_pragma_columns=no
gl_cv_rpl_alloca=yes
gl_cv_sig_pselect=yes
gl_cv_sys_struct_timespec_in_time_h=yes
gl_cv_sys_struct_timeval=yes
gl_cv_sys_struct_timeval_tv_sec=yes
gl_cv_sys_struct_utimbuf=yes
gl_cv_time_r_posix=yes
gl_cv_type_ptrdiff_t_signed=yes
gl_cv_type_ptrdiff_t_suffix=l
gl_cv_type_sig_atomic_t_signed=yes
gl_cv_type_sig_atomic_t_suffix=
gl_cv_type_sigset_t=yes
gl_cv_type_size_t_signed=no
gl_cv_type_size_t_suffix=ul
gl_cv_type_wchar_t_signed=yes
gl_cv_type_wchar_t_suffix=
gl_cv_type_wint_t_signed=yes
gl_cv_type_wint_t_suffix=
gt_cv_c_wchar_t=yes
gt_cv_ssize_t=yes
gt_cv_var_environ_declaration=no
## ----------------- ##
## Output variables. ##
## ----------------- ##
ACLOCAL='${SHELL} /private/tmp/emacs-1Yh6/emacs-24.3/build-aux/missing --run aclocal-1.11'
ALLOCA=''
ALLOCA_H='alloca.h'
ALSA_CFLAGS=''
ALSA_LIBS=''
AMDEPBACKSLASH='\'
AMDEP_FALSE='#'
AMDEP_TRUE=''
AMTAR='$${TAR-tar}'
APPLE_UNIVERSAL_BUILD='0'
AR='ar'
ARFLAGS='cru'
AUTOCONF='${SHELL} /private/tmp/emacs-1Yh6/emacs-24.3/build-aux/missing --run autoconf'
AUTOHEADER='${SHELL} /private/tmp/emacs-1Yh6/emacs-24.3/build-aux/missing --run autoheader'
AUTOMAKE='${SHELL} /private/tmp/emacs-1Yh6/emacs-24.3/build-aux/missing --run automake-1.11'
AWK='awk'
BITSIZEOF_PTRDIFF_T='64'
BITSIZEOF_SIG_ATOMIC_T='32'
BITSIZEOF_SIZE_T='64'
BITSIZEOF_WCHAR_T='32'
BITSIZEOF_WINT_T='32'
BLESSMAIL_TARGET=''
CANNOT_DUMP='no'
CC='cc'
CCDEPMODE='depmode=gcc3'
CFLAGS='-g3 -O2'
CFLAGS_SOUND=''
COM_ERRLIB=''
CPP='cc -E'
CPPFLAGS=' '
CRT_DIR=''
CRYPTOLIB=''
CYGPATH_W='echo'
CYGWIN_OBJ=''
C_SWITCH_MACHINE=''
C_SWITCH_SYSTEM=''
C_SWITCH_X_SITE=''
DBUS_CFLAGS=''
DBUS_LIBS=''
DBUS_OBJ=''
DEFS='-DHAVE_CONFIG_H'
DEPDIR='.deps'
DEPFLAGS='-MMD -MF ${DEPDIR}/$*.d -MP'
DESLIB=''
ECHO_C='\c'
ECHO_N=''
ECHO_T=''
EGREP='/usr/bin/grep -E'
EXECINFO_H=''
EXEEXT=''
FONTCONFIG_CFLAGS=''
FONTCONFIG_LIBS=''
FONT_OBJ=''
FREETYPE_CFLAGS=''
FREETYPE_LIBS=''
GCONF_CFLAGS=''
GCONF_LIBS=''
GETLOADAVG_LIBS=''
GETOPT_H='getopt.h'
GL_COND_LIBTOOL_FALSE=''
GL_COND_LIBTOOL_TRUE='#'
GL_GENERATE_ALLOCA_H_FALSE='#'
GL_GENERATE_ALLOCA_H_TRUE=''
GL_GENERATE_EXECINFO_H_FALSE=''
GL_GENERATE_EXECINFO_H_TRUE='#'
GL_GENERATE_STDALIGN_H_FALSE='#'
GL_GENERATE_STDALIGN_H_TRUE=''
GL_GENERATE_STDARG_H_FALSE=''
GL_GENERATE_STDARG_H_TRUE='#'
GL_GENERATE_STDBOOL_H_FALSE=''
GL_GENERATE_STDBOOL_H_TRUE='#'
GL_GENERATE_STDDEF_H_FALSE=''
GL_GENERATE_STDDEF_H_TRUE='#'
GL_GENERATE_STDINT_H_FALSE='#'
GL_GENERATE_STDINT_H_TRUE=''
GMALLOC_OBJ=''
GNULIB_ATOLL='0'
GNULIB_CALLOC_POSIX='0'
GNULIB_CANONICALIZE_FILE_NAME='0'
GNULIB_CHDIR='0'
GNULIB_CHOWN='0'
GNULIB_CLOSE='0'
GNULIB_DPRINTF='0'
GNULIB_DUP2='1'
GNULIB_DUP3='0'
GNULIB_DUP='0'
GNULIB_ENVIRON='1'
GNULIB_EUIDACCESS='0'
GNULIB_FACCESSAT='0'
GNULIB_FCHDIR='0'
GNULIB_FCHMODAT='0'
GNULIB_FCHOWNAT='0'
GNULIB_FCLOSE='0'
GNULIB_FDATASYNC='0'
GNULIB_FDOPEN='0'
GNULIB_FFLUSH='0'
GNULIB_FGETC='1'
GNULIB_FGETS='1'
GNULIB_FOPEN='0'
GNULIB_FPRINTF='1'
GNULIB_FPRINTF_POSIX='0'
GNULIB_FPURGE='0'
GNULIB_FPUTC='1'
GNULIB_FPUTS='1'
GNULIB_FREAD='1'
GNULIB_FREOPEN='0'
GNULIB_FSCANF='1'
GNULIB_FSEEK='0'
GNULIB_FSEEKO='0'
GNULIB_FSTAT='0'
GNULIB_FSTATAT='0'
GNULIB_FSYNC='0'
GNULIB_FTELL='0'
GNULIB_FTELLO='0'
GNULIB_FTRUNCATE='0'
GNULIB_FUTIMENS='0'
GNULIB_FWRITE='1'
GNULIB_GETC='1'
GNULIB_GETCHAR='1'
GNULIB_GETCWD='0'
GNULIB_GETDELIM='0'
GNULIB_GETDOMAINNAME='0'
GNULIB_GETDTABLESIZE='0'
GNULIB_GETGROUPS='0'
GNULIB_GETHOSTNAME='0'
GNULIB_GETLINE='0'
GNULIB_GETLOADAVG='1'
GNULIB_GETLOGIN='0'
GNULIB_GETLOGIN_R='0'
GNULIB_GETPAGESIZE='0'
GNULIB_GETSUBOPT='0'
GNULIB_GETTIMEOFDAY='1'
GNULIB_GETUSERSHELL='0'
GNULIB_GL_UNISTD_H_GETOPT='1'
GNULIB_GRANTPT='0'
GNULIB_GROUP_MEMBER='0'
GNULIB_IMAXABS='0'
GNULIB_IMAXDIV='0'
GNULIB_ISATTY='0'
GNULIB_LCHMOD='0'
GNULIB_LCHOWN='0'
GNULIB_LINK='0'
GNULIB_LINKAT='0'
GNULIB_LSEEK='0'
GNULIB_LSTAT='1'
GNULIB_MALLOC_POSIX='0'
GNULIB_MBTOWC='0'
GNULIB_MKDIRAT='0'
GNULIB_MKDTEMP='0'
GNULIB_MKFIFO='0'
GNULIB_MKFIFOAT='0'
GNULIB_MKNOD='0'
GNULIB_MKNODAT='0'
GNULIB_MKOSTEMP='0'
GNULIB_MKOSTEMPS='0'
GNULIB_MKSTEMP='0'
GNULIB_MKSTEMPS='0'
GNULIB_MKTIME='1'
GNULIB_NANOSLEEP='0'
GNULIB_OBSTACK_PRINTF='0'
GNULIB_OBSTACK_PRINTF_POSIX='0'
GNULIB_PCLOSE='0'
GNULIB_PERROR='0'
GNULIB_PIPE2='0'
GNULIB_PIPE='0'
GNULIB_POPEN='0'
GNULIB_POSIX_OPENPT='0'
GNULIB_PREAD='0'
GNULIB_PRINTF='1'
GNULIB_PRINTF_POSIX='0'
GNULIB_PSELECT='1'
GNULIB_PTHREAD_SIGMASK='1'
GNULIB_PTSNAME='0'
GNULIB_PTSNAME_R='0'
GNULIB_PUTC='1'
GNULIB_PUTCHAR='1'
GNULIB_PUTENV='0'
GNULIB_PUTS='1'
GNULIB_PWRITE='0'
GNULIB_RAISE='0'
GNULIB_RANDOM='0'
GNULIB_RANDOM_R='0'
GNULIB_READ='0'
GNULIB_READLINK='1'
GNULIB_READLINKAT='0'
GNULIB_REALLOC_POSIX='0'
GNULIB_REALPATH='0'
GNULIB_REMOVE='0'
GNULIB_RENAME='0'
GNULIB_RENAMEAT='0'
GNULIB_RMDIR='0'
GNULIB_RPMATCH='0'
GNULIB_SCANF='1'
GNULIB_SELECT='0'
GNULIB_SETENV='0'
GNULIB_SETHOSTNAME='0'
GNULIB_SIGACTION='0'
GNULIB_SIGNAL_H_SIGPIPE='0'
GNULIB_SIGPROCMASK='0'
GNULIB_SLEEP='0'
GNULIB_SNPRINTF='0'
GNULIB_SPRINTF_POSIX='0'
GNULIB_STAT='1'
GNULIB_STDIO_H_NONBLOCKING='0'
GNULIB_STDIO_H_SIGPIPE='0'
GNULIB_STRPTIME='0'
GNULIB_STRTOD='0'
GNULIB_STRTOIMAX='1'
GNULIB_STRTOLL='0'
GNULIB_STRTOULL='0'
GNULIB_STRTOUMAX='1'
GNULIB_SYMLINK='1'
GNULIB_SYMLINKAT='0'
GNULIB_SYSTEM_POSIX='0'
GNULIB_TIMEGM='0'
GNULIB_TIME_R='1'
GNULIB_TMPFILE='0'
GNULIB_TTYNAME_R='0'
GNULIB_UNISTD_H_NONBLOCKING='0'
GNULIB_UNISTD_H_SIGPIPE='0'
GNULIB_UNLINK='0'
GNULIB_UNLINKAT='0'
GNULIB_UNLOCKPT='0'
GNULIB_UNSETENV='0'
GNULIB_USLEEP='0'
GNULIB_UTIMENSAT='0'
GNULIB_VASPRINTF='0'
GNULIB_VDPRINTF='0'
GNULIB_VFPRINTF='1'
GNULIB_VFPRINTF_POSIX='0'
GNULIB_VFSCANF='0'
GNULIB_VPRINTF='1'
GNULIB_VPRINTF_POSIX='0'
GNULIB_VSCANF='0'
GNULIB_VSNPRINTF='0'
GNULIB_VSPRINTF_POSIX='0'
GNULIB_WARN_CFLAGS=''
GNULIB_WCTOMB='0'
GNULIB_WRITE='0'
GNULIB__EXIT='0'
GNUSTEP_CFLAGS=''
GNU_OBJC_CFLAGS=''
GOBJECT_CFLAGS=''
GOBJECT_LIBS=''
GREP='/usr/bin/grep'
GSETTINGS_CFLAGS=''
GSETTINGS_LIBS=''
GTK_CFLAGS=''
GTK_LIBS=''
GTK_OBJ=''
GZIP_INFO='yes'
GZIP_PROG='/usr/bin/gzip'
HAVE_ATOLL='1'
HAVE_CANONICALIZE_FILE_NAME='1'
HAVE_CHOWN='1'
HAVE_DECL_ENVIRON='0'
HAVE_DECL_FCHDIR='1'
HAVE_DECL_FDATASYNC='1'
HAVE_DECL_FPURGE='1'
HAVE_DECL_FSEEKO='1'
HAVE_DECL_FTELLO='1'
HAVE_DECL_GETDELIM='1'
HAVE_DECL_GETDOMAINNAME='1'
HAVE_DECL_GETLINE='1'
HAVE_DECL_GETLOADAVG='1'
HAVE_DECL_GETLOGIN_R='1'
HAVE_DECL_GETPAGESIZE='1'
HAVE_DECL_GETUSERSHELL='1'
HAVE_DECL_IMAXABS='1'
HAVE_DECL_IMAXDIV='1'
HAVE_DECL_LOCALTIME_R='1'
HAVE_DECL_OBSTACK_PRINTF='1'
HAVE_DECL_SETENV='1'
HAVE_DECL_SETHOSTNAME='1'
HAVE_DECL_SNPRINTF='1'
HAVE_DECL_STRTOIMAX='1'
HAVE_DECL_STRTOUMAX='1'
HAVE_DECL_TTYNAME_R='1'
HAVE_DECL_UNSETENV='1'
HAVE_DECL_VSNPRINTF='1'
HAVE_DPRINTF='1'
HAVE_DUP2='1'
HAVE_DUP3='1'
HAVE_EUIDACCESS='1'
HAVE_FACCESSAT='1'
HAVE_FCHDIR='1'
HAVE_FCHMODAT='1'
HAVE_FCHOWNAT='1'
HAVE_FDATASYNC='1'
HAVE_FSEEKO='1'
HAVE_FSTATAT='1'
HAVE_FSYNC='1'
HAVE_FTELLO='1'
HAVE_FTRUNCATE='1'
HAVE_FUTIMENS='1'
HAVE_GETDTABLESIZE='1'
HAVE_GETGROUPS='1'
HAVE_GETHOSTNAME='1'
HAVE_GETLOGIN='1'
HAVE_GETOPT_H='1'
HAVE_GETPAGESIZE='1'
HAVE_GETSUBOPT='1'
HAVE_GETTIMEOFDAY='1'
HAVE_GRANTPT='1'
HAVE_GROUP_MEMBER='1'
HAVE_INTTYPES_H='1'
HAVE_LCHMOD='1'
HAVE_LCHOWN='1'
HAVE_LINK='1'
HAVE_LINKAT='1'
HAVE_LONG_LONG_INT='1'
HAVE_LSTAT='1'
HAVE_MAKEINFO='yes'
HAVE_MKDIRAT='1'
HAVE_MKDTEMP='1'
HAVE_MKFIFO='1'
HAVE_MKFIFOAT='1'
HAVE_MKNOD='1'
HAVE_MKNODAT='1'
HAVE_MKOSTEMP='1'
HAVE_MKOSTEMPS='1'
HAVE_MKSTEMP='1'
HAVE_MKSTEMPS='1'
HAVE_NANOSLEEP='1'
HAVE_OS_H='0'
HAVE_PCLOSE='1'
HAVE_PIPE2='1'
HAVE_PIPE='1'
HAVE_POPEN='1'
HAVE_POSIX_OPENPT='1'
HAVE_POSIX_SIGNALBLOCKING='1'
HAVE_PREAD='1'
HAVE_PSELECT='1'
HAVE_PTHREAD_SIGMASK='1'
HAVE_PTSNAME='1'
HAVE_PTSNAME_R='1'
HAVE_PWRITE='1'
HAVE_RAISE='1'
HAVE_RANDOM='1'
HAVE_RANDOM_H='1'
HAVE_RANDOM_R='1'
HAVE_READLINK='1'
HAVE_READLINKAT='1'
HAVE_REALPATH='1'
HAVE_RENAMEAT='1'
HAVE_RPMATCH='1'
HAVE_SETENV='1'
HAVE_SETHOSTNAME='1'
HAVE_SIGACTION='1'
HAVE_SIGHANDLER_T='0'
HAVE_SIGINFO_T='1'
HAVE_SIGNED_SIG_ATOMIC_T='1'
HAVE_SIGNED_WCHAR_T='1'
HAVE_SIGNED_WINT_T='1'
HAVE_SIGSET_T='1'
HAVE_SLEEP='1'
HAVE_STDINT_H='1'
HAVE_STRPTIME='1'
HAVE_STRTOD='1'
HAVE_STRTOLL='1'
HAVE_STRTOULL='1'
HAVE_STRUCT_RANDOM_DATA='1'
HAVE_STRUCT_SIGACTION_SA_SIGACTION='1'
HAVE_STRUCT_TIMEVAL='1'
HAVE_SYMLINK='1'
HAVE_SYMLINKAT='1'
HAVE_SYS_BITYPES_H='0'
HAVE_SYS_INTTYPES_H='0'
HAVE_SYS_LOADAVG_H='0'
HAVE_SYS_PARAM_H='0'
HAVE_SYS_SELECT_H='1'
HAVE_SYS_TIME_H='1'
HAVE_SYS_TYPES_H='1'
HAVE_TIMEGM='1'
HAVE_TYPE_VOLATILE_SIG_ATOMIC_T='1'
HAVE_UNISTD_H='1'
HAVE_UNLINKAT='1'
HAVE_UNLOCKPT='1'
HAVE_UNSIGNED_LONG_LONG_INT='1'
HAVE_USLEEP='1'
HAVE_UTIMENSAT='1'
HAVE_VASPRINTF='1'
HAVE_VDPRINTF='1'
HAVE_WCHAR_H='1'
HAVE_WCHAR_T='1'
HAVE_WINSOCK2_H='0'
HAVE_XSERVER=''
HAVE__BOOL='1'
HAVE__EXIT='1'
IMAGEMAGICK_CFLAGS=''
IMAGEMAGICK_LIBS=''
INCLUDE_NEXT='include_next'
INCLUDE_NEXT_AS_FIRST_DIRECTIVE='include_next'
INFO_EXT='.info'
INFO_OPTS='--no-split'
INSTALL_ARCH_INDEP_EXTRA='install-etc'
INSTALL_DATA='${INSTALL} -m 644'
INSTALL_INFO='/usr/bin/install-info'
INSTALL_PROGRAM='${INSTALL}'
INSTALL_SCRIPT='${INSTALL}'
INSTALL_STRIP_PROGRAM='$(install_sh) -c -s'
INT32_MAX_LT_INTMAX_MAX='1'
INT64_MAX_EQ_LONG_MAX='defined _LP64'
KRB4LIB=''
KRB5LIB=''
LDFLAGS=''
LD_FIRSTFLAG=''
LD_SWITCH_SYSTEM=''
LD_SWITCH_SYSTEM_TEMACS='-fno-pie -prebind -Xlinker -headerpad -Xlinker 690'
LD_SWITCH_X_SITE=''
LD_SWITCH_X_SITE_RPATH=''
LIBGIF=''
LIBGNUTLS_CFLAGS=''
LIBGNUTLS_LIBS=''
LIBGNU_LIBDEPS=''
LIBGNU_LTLIBDEPS=''
LIBGPM=''
LIBHESIOD=''
LIBINTL=''
LIBJPEG=''
LIBOBJS=''
LIBOTF_CFLAGS=''
LIBOTF_LIBS=''
LIBPNG=''
LIBRESOLV=''
LIBS='-lm -lpthread '
LIBSELINUX_LIBS=''
LIBSOUND=''
LIBS_GNUSTEP=''
LIBS_MAIL=''
LIBS_SYSTEM=''
LIBS_TERMCAP='-lncurses'
LIBTIFF=''
LIBXMENU=''
LIBXML2_CFLAGS=''
LIBXML2_LIBS=''
LIBXMU='-lXmu'
LIBXPM=''
LIBXSM=''
LIBXTR6=''
LIBXT_OTHER='$(LIBXSM)'
LIBX_OTHER=''
LIB_CLOCK_GETTIME=''
LIB_EXECINFO=''
LIB_GCC=''
LIB_MATH=''
LIB_PTHREAD='-lpthread'
LIB_PTHREAD_SIGMASK=''
LIB_STANDARD=''
LIB_TIMER_TIME=''
LN_S='ln -s'
LTLIBINTL=''
LTLIBOBJS=''
M17N_FLT_CFLAGS=''
M17N_FLT_LIBS=''
MAKEINFO='/usr/bin/makeinfo'
MKDEPDIR='${MKDIR_P} ${DEPDIR}'
MKDIR_P='build-aux/install-sh -c -d'
NEXT_AS_FIRST_DIRECTIVE_GETOPT_H='<getopt.h>'
NEXT_AS_FIRST_DIRECTIVE_INTTYPES_H='<inttypes.h>'
NEXT_AS_FIRST_DIRECTIVE_SIGNAL_H='<signal.h>'
NEXT_AS_FIRST_DIRECTIVE_STDARG_H=''
NEXT_AS_FIRST_DIRECTIVE_STDDEF_H=''
NEXT_AS_FIRST_DIRECTIVE_STDINT_H='<stdint.h>'
NEXT_AS_FIRST_DIRECTIVE_STDIO_H='<stdio.h>'
NEXT_AS_FIRST_DIRECTIVE_STDLIB_H='<stdlib.h>'
NEXT_AS_FIRST_DIRECTIVE_SYS_SELECT_H='<sys/select.h>'
NEXT_AS_FIRST_DIRECTIVE_SYS_STAT_H='<sys/stat.h>'
NEXT_AS_FIRST_DIRECTIVE_SYS_TIME_H='<sys/time.h>'
NEXT_AS_FIRST_DIRECTIVE_TIME_H='<time.h>'
NEXT_AS_FIRST_DIRECTIVE_UNISTD_H='<unistd.h>'
NEXT_GETOPT_H='<getopt.h>'
NEXT_INTTYPES_H='<inttypes.h>'
NEXT_SIGNAL_H='<signal.h>'
NEXT_STDARG_H='<stdarg.h>'
NEXT_STDDEF_H=''
NEXT_STDINT_H='<stdint.h>'
NEXT_STDIO_H='<stdio.h>'
NEXT_STDLIB_H='<stdlib.h>'
NEXT_SYS_SELECT_H='<sys/select.h>'
NEXT_SYS_STAT_H='<sys/stat.h>'
NEXT_SYS_TIME_H='<sys/time.h>'
NEXT_TIME_H='<time.h>'
NEXT_UNISTD_H='<unistd.h>'
NS_OBJ=''
NS_OBJC_OBJ=''
OBJEXT='o'
OLDXMENU='nothing'
OLDXMENU_DEPS=''
OLDXMENU_TARGET=''
OTHER_FILES=''
PACKAGE='emacs'
PACKAGE_BUGREPORT=''
PACKAGE_NAME='emacs'
PACKAGE_STRING='emacs 24.3'
PACKAGE_TARNAME='emacs'
PACKAGE_URL=''
PACKAGE_VERSION='24.3'
PATH_SEPARATOR=':'
PAXCTL=''
PKG_CONFIG='no'
POST_ALLOC_OBJ=''
PRAGMA_COLUMNS=''
PRAGMA_SYSTEM_HEADER='#pragma GCC system_header'
PRE_ALLOC_OBJ='lastfile.o'
PRIPTR_PREFIX='__PRIPTR_PREFIX'
PRI_MACROS_BROKEN='0'
PROFILING_CFLAGS=''
PTHREAD_H_DEFINES_STRUCT_TIMESPEC='0'
PTRDIFF_T_SUFFIX='l'
RALLOC_OBJ=''
RANLIB='ranlib'
REPLACE_CALLOC='0'
REPLACE_CANONICALIZE_FILE_NAME='0'
REPLACE_CHOWN='0'
REPLACE_CLOSE='0'
REPLACE_DPRINTF='0'
REPLACE_DUP2='0'
REPLACE_DUP='0'
REPLACE_FCHOWNAT='0'
REPLACE_FCLOSE='0'
REPLACE_FDOPEN='0'
REPLACE_FFLUSH='0'
REPLACE_FOPEN='0'
REPLACE_FPRINTF='0'
REPLACE_FPURGE='0'
REPLACE_FREOPEN='0'
REPLACE_FSEEK='0'
REPLACE_FSEEKO='0'
REPLACE_FSTAT='0'
REPLACE_FSTATAT='0'
REPLACE_FTELL='0'
REPLACE_FTELLO='0'
REPLACE_FTRUNCATE='0'
REPLACE_FUTIMENS='0'
REPLACE_GETCWD='0'
REPLACE_GETDELIM='0'
REPLACE_GETDOMAINNAME='0'
REPLACE_GETGROUPS='0'
REPLACE_GETLINE='0'
REPLACE_GETLOGIN_R='0'
REPLACE_GETPAGESIZE='0'
REPLACE_GETTIMEOFDAY='0'
REPLACE_ISATTY='0'
REPLACE_LCHOWN='0'
REPLACE_LINK='0'
REPLACE_LINKAT='0'
REPLACE_LOCALTIME_R='0'
REPLACE_LSEEK='0'
REPLACE_LSTAT='1'
REPLACE_MALLOC='0'
REPLACE_MBTOWC='0'
REPLACE_MKDIR='0'
REPLACE_MKFIFO='0'
REPLACE_MKNOD='0'
REPLACE_MKSTEMP='0'
REPLACE_MKTIME='1'
REPLACE_NANOSLEEP='GNULIB_PORTCHECK'
REPLACE_NULL='0'
REPLACE_OBSTACK_PRINTF='0'
REPLACE_PERROR='0'
REPLACE_POPEN='0'
REPLACE_PREAD='0'
REPLACE_PRINTF='0'
REPLACE_PSELECT='0'
REPLACE_PTHREAD_SIGMASK='1'
REPLACE_PTSNAME='0'
REPLACE_PTSNAME_R='0'
REPLACE_PUTENV='0'
REPLACE_PWRITE='0'
REPLACE_RAISE='0'
REPLACE_RANDOM_R='0'
REPLACE_READ='0'
REPLACE_READLINK='1'
REPLACE_REALLOC='0'
REPLACE_REALPATH='0'
REPLACE_REMOVE='0'
REPLACE_RENAME='0'
REPLACE_RENAMEAT='0'
REPLACE_RMDIR='0'
REPLACE_SELECT='0'
REPLACE_SETENV='0'
REPLACE_SLEEP='0'
REPLACE_SNPRINTF='0'
REPLACE_SPRINTF='0'
REPLACE_STAT='1'
REPLACE_STDIO_READ_FUNCS='0'
REPLACE_STDIO_WRITE_FUNCS='0'
REPLACE_STRTOD='0'
REPLACE_STRTOIMAX='0'
REPLACE_STRUCT_TIMEVAL='0'
REPLACE_SYMLINK='1'
REPLACE_TIMEGM='GNULIB_PORTCHECK'
REPLACE_TMPFILE='0'
REPLACE_TTYNAME_R='0'
REPLACE_UNLINK='0'
REPLACE_UNLINKAT='0'
REPLACE_UNSETENV='0'
REPLACE_USLEEP='0'
REPLACE_UTIMENSAT='0'
REPLACE_VASPRINTF='0'
REPLACE_VDPRINTF='0'
REPLACE_VFPRINTF='0'
REPLACE_VPRINTF='0'
REPLACE_VSNPRINTF='0'
REPLACE_VSPRINTF='0'
REPLACE_WCTOMB='0'
REPLACE_WRITE='0'
RSVG_CFLAGS=''
RSVG_LIBS=''
SETTINGS_CFLAGS=''
SETTINGS_LIBS=''
SET_MAKE=''
SHELL='/bin/sh'
SIG_ATOMIC_T_SUFFIX=''
SIZE_T_SUFFIX='ul'
START_FILES='pre-crt0.o'
STDALIGN_H='stdalign.h'
STDARG_H=''
STDBOOL_H=''
STDDEF_H=''
STDINT_H='stdint.h'
STRIP=''
SUBDIR_MAKEFILES_IN=' $(srcdir)/lib/Makefile.in $(srcdir)/lib-src/Makefile.in $(srcdir)/oldXMenu/Makefile.in $(srcdir)/doc/emacs/Makefile.in $(srcdir)/doc/misc/Makefile.in $(srcdir)/doc/lispintro/Makefile.in $(srcdir)/doc/lispref/Makefile.in $(srcdir)/src/Makefile.in $(srcdir)/lwlib/Makefile.in $(srcdir)/lisp/Makefile.in $(srcdir)/leim/Makefile.in $(srcdir)/nextstep/Makefile.in $(srcdir)/admin/unidata/Makefile.in'
SYS_TIME_H_DEFINES_STRUCT_TIMESPEC='0'
TERMCAP_OBJ='terminfo.o'
TIME_H_DEFINES_STRUCT_TIMESPEC='1'
TOOLKIT_LIBW=''
UINT32_MAX_LT_UINTMAX_MAX='1'
UINT64_MAX_EQ_ULONG_MAX='defined _LP64'
UNEXEC_OBJ='unexmacosx.o'
UNISTD_H_HAVE_WINSOCK2_H='0'
UNISTD_H_HAVE_WINSOCK2_H_AND_USE_SOCKETS='0'
VERSION='24.3'
VMLIMIT_OBJ=''
W32_LIBS=''
W32_OBJ=''
WARN_CFLAGS=''
WCHAR_T_SUFFIX=''
WERROR_CFLAGS=''
WIDGET_OBJ=''
WINDOWS_64_BIT_OFF_T='0'
WINDOWS_64_BIT_ST_SIZE='0'
WINDOW_SYSTEM_OBJ=''
WINT_T_SUFFIX=''
XFT_CFLAGS=''
XFT_LIBS=''
XMENU_OBJ=''
XMKMF=''
XOBJ=''
X_TOOLKIT_TYPE='none'
ac_ct_CC='cc'
am__EXEEXT_FALSE=''
am__EXEEXT_TRUE='#'
am__fastdepCC_FALSE='#'
am__fastdepCC_TRUE=''
am__include='include'
am__isrc=''
am__leading_dot='.'
am__nodep='_no'
am__quote=''
am__tar='$${TAR-tar} chof - "$$tardir"'
am__untar='$${TAR-tar} xf -'
archlibdir='${libexecdir}/emacs/${version}/${configuration}'
bindir='${exec_prefix}/bin'
bitmapdir=''
build='x86_64-apple-darwin12.3.0'
build_alias=''
build_cpu='x86_64'
build_os='darwin12.3.0'
build_vendor='apple'
cache_file='/dev/null'
canonical='x86_64-apple-darwin12.3.0'
configuration='x86_64-apple-darwin12.3.0'
copyright='Copyright (C) 2013 Free Software Foundation, Inc.'
datadir='${datarootdir}'
datarootdir='${prefix}/share'
docdir='${datadir}/emacs/${version}/etc'
dvidir='${docdir}'
etcdir='${datadir}/emacs/${version}/etc'
exec_prefix='${prefix}'
gamedir='${localstatedir}/games/emacs'
gameuser='games'
gl_GNULIB_ENABLED_be453cec5eecf5731a274f2de7f2db36_FALSE='#'
gl_GNULIB_ENABLED_be453cec5eecf5731a274f2de7f2db36_TRUE=''
gl_GNULIB_ENABLED_dosname_FALSE='#'
gl_GNULIB_ENABLED_dosname_TRUE=''
gl_GNULIB_ENABLED_pathmax_FALSE='#'
gl_GNULIB_ENABLED_pathmax_TRUE=''
gl_GNULIB_ENABLED_stat_FALSE='#'
gl_GNULIB_ENABLED_stat_TRUE=''
gl_GNULIB_ENABLED_strtoll_FALSE=''
gl_GNULIB_ENABLED_strtoll_TRUE='#'
gl_GNULIB_ENABLED_strtoull_FALSE=''
gl_GNULIB_ENABLED_strtoull_TRUE='#'
gl_GNULIB_ENABLED_verify_FALSE='#'
gl_GNULIB_ENABLED_verify_TRUE=''
gl_LIBOBJS=' getopt.o getopt1.o lstat.o mktime.o pthread_sigmask.o readlink.o stat.o symlink.o'
gl_LTLIBOBJS=' getopt.lo getopt1.lo lstat.lo mktime.lo pthread_sigmask.lo readlink.lo stat.lo symlink.lo'
gltests_LIBOBJS=''
gltests_LTLIBOBJS=''
gltests_WITNESS='IN_EMACS_GNULIB_TESTS'
host='x86_64-apple-darwin12.3.0'
host_alias=''
host_cpu='x86_64'
host_os='darwin12.3.0'
host_vendor='apple'
htmldir='${docdir}'
includedir='${prefix}/include'
infodir='/usr/local/Cellar/emacs/24.3/share/info/emacs'
install_sh='${SHELL} /private/tmp/emacs-1Yh6/emacs-24.3/build-aux/install-sh'
leimdir='${datadir}/emacs/${version}/leim'
libdir='${exec_prefix}/lib'
libexecdir='${exec_prefix}/libexec'
liblockfile='no'
lispdir='${datadir}/emacs/${version}/lisp'
lisppath='${locallisppath}:${standardlisppath}'
localedir='${datarootdir}/locale'
locallisppath='/usr/local/share/emacs/site-lisp'
localstatedir='${prefix}/var'
mandir='${datarootdir}/man'
mkdir_p='$(top_builddir)/build-aux/install-sh -c -d'
ns_appbindir=''
ns_appdir=''
ns_appresdir=''
ns_appsrc=''
ns_self_contained='no'
oldincludedir='/usr/include'
pdfdir='${docdir}'
prefix='/usr/local/Cellar/emacs/24.3'
program_transform_name='s,x,x,'
psdir='${docdir}'
sbindir='${exec_prefix}/sbin'
sharedstatedir='${prefix}/com'
srcdir='/private/tmp/emacs-1Yh6/emacs-24.3'
standardlisppath='${lispdir}:${leimdir}'
sysconfdir='${prefix}/etc'
target_alias=''
version='24.3'
x_default_search_path=''
## ------------------- ##
## File substitutions. ##
## ------------------- ##
deps_frag='/private/tmp/emacs-1Yh6/emacs-24.3/src/autodeps.mk'
lisp_frag='/private/tmp/emacs-1Yh6/emacs-24.3/src/lisp.mk'
## ----------- ##
## confdefs.h. ##
## ----------- ##
/* confdefs.h */
#define PACKAGE_NAME "emacs"
#define PACKAGE_TARNAME "emacs"
#define PACKAGE_VERSION "24.3"
#define PACKAGE_STRING "emacs 24.3"
#define PACKAGE_BUGREPORT ""
#define PACKAGE_URL ""
#define PACKAGE "emacs"
#define VERSION "24.3"
#define MAIL_USE_POP 1
#define STDC_HEADERS 1
#define HAVE_SYS_TYPES_H 1
#define HAVE_SYS_STAT_H 1
#define HAVE_STDLIB_H 1
#define HAVE_STRING_H 1
#define HAVE_MEMORY_H 1
#define HAVE_STRINGS_H 1
#define HAVE_INTTYPES_H 1
#define HAVE_STDINT_H 1
#define HAVE_UNISTD_H 1
#define __EXTENSIONS__ 1
#define _ALL_SOURCE 1
#define _DARWIN_C_SOURCE 1
#define _GNU_SOURCE 1
#define _POSIX_PTHREAD_SEMANTICS 1
#define _TANDEM_SOURCE 1
#define SYSTEM_TYPE "darwin"
#define HAVE_FCNTL_H 1
#define HAVE_SYS_RESOURCE_H 1
#define HAVE_SYS_UTSNAME_H 1
#define HAVE_PWD_H 1
#define HAVE_UTMP_H 1
#define HAVE_DIRENT_H 1
#define HAVE_UTIL_H 1
#define HAVE_SYS_SOCKET_H 1
#define HAVE_STDLIB_H 1
#define HAVE_UNISTD_H 1
#define HAVE_SYS_PARAM_H 1
#define HAVE_PTHREAD_H 1
#define HAVE_MALLOC_MALLOC_H 1
#define HAVE_SYS_UN_H 1
#define HAVE_EXECINFO_H 1
#define HAVE_GETOPT_H 1
#define HAVE_SYS_TIME_H 1
#define HAVE_WCHAR_H 1
#define HAVE_STDINT_H 1
#define HAVE_INTTYPES_H 1
#define HAVE_SYS_SELECT_H 1
#define HAVE_SYS_STAT_H 1
#define HAVE_UTIME_H 1
#define HAVE_TERM_H 1
#define TIME_WITH_SYS_TIME 1
#define HAVE_DECL_SYS_SIGLIST 1
#define HAVE_SYS_WAIT_H 1
#define HAVE_SPEED_T 1
#define HAVE_NET_IF_H 1
#define HAVE_IFADDRS_H 1
#define HAVE_NET_IF_DL_H 1
#define HAVE_STRUCT_IFREQ_IFR_FLAGS 1
#define HAVE_STRUCT_IFREQ_IFR_BROADADDR 1
#define HAVE_STRUCT_IFREQ_IFR_ADDR 1
#define HAVE_STRUCT_IFREQ_IFR_ADDR_SA_LEN 1
#define HAVE_LONG_FILE_NAMES 1
#define SYSTEM_MALLOC 1
#define HAVE_GETPAGESIZE 1
#define HAVE_MMAP 1
#define HAVE_PTHREAD 1
#define HAVE_XIM 1
#define USE_XIM 1
#define XRegisterIMInstantiateCallback_arg6 XPointer
#define HAVE_H_ERRNO 1
#define HAVE_LIBM 1
#define MAIL_USE_FLOCK 1
#define HAVE_GETHOSTNAME 1
#define HAVE_CLOSEDIR 1
#define HAVE_GETRUSAGE 1
#define HAVE_LRAND48 1
#define HAVE_SETSID 1
#define HAVE_FPATHCONF 1
#define HAVE_SELECT 1
#define HAVE_GETPAGESIZE 1
#define HAVE_SETLOCALE 1
#define HAVE_UTIMES 1
#define HAVE_GETRLIMIT 1
#define HAVE_SETRLIMIT 1
#define HAVE_SETPGID 1
#define HAVE_GETCWD 1
#define HAVE_SHUTDOWN 1
#define HAVE_GETADDRINFO 1
#define HAVE_STRSIGNAL 1
#define HAVE_SETITIMER 1
#define HAVE_SENDTO 1
#define HAVE_RECVFROM 1
#define HAVE_GETSOCKNAME 1
#define HAVE_GETPEERNAME 1
#define HAVE_GETIFADDRS 1
#define HAVE_FREEIFADDRS 1
#define HAVE_GAI_STRERROR 1
#define HAVE_MKSTEMP 1
#define HAVE_GETLINE 1
#define HAVE_GETDELIM 1
#define HAVE_FSYNC 1
#define HAVE_SYNC 1
#define HAVE_DIFFTIME 1
#define HAVE_POSIX_MEMALIGN 1
#define HAVE_GETPWENT 1
#define HAVE_ENDPWENT 1
#define HAVE_GETGRENT 1
#define HAVE_ENDGRENT 1
#define HAVE_CFMAKERAW 1
#define HAVE_CFSETSPEED 1
#define HAVE_COPYSIGN 1
#define HAVE_GETWD 1
#define HAVE_RANDOM 1
#define HAVE_RINT 1
#define HAVE___BUILTIN_UNWIND_INIT 1
#define HAVE_FSEEKO 1
#define GETPGRP_VOID 1
#define HAVE_GRANTPT 1
#define HAVE_POSIX_OPENPT 1
#define TERMINFO 1
#define HAVE_TZSET 1
#define HAVE_GETTIMEOFDAY 1
#define HAVE_LSTAT 1
#define HAVE_ALARM 1
#define HAVE_PSELECT 1
#define HAVE_PTHREAD_SIGMASK 1
#define HAVE_READLINK 1
#define HAVE_STRTOIMAX 1
#define HAVE_STRTOUMAX 1
#define HAVE_SYMLINK 1
#define HAVE_LOCALTIME_R 1
#define HAVE_FUTIMES 1
#define HAVE_LUTIMES 1
#define HAVE_INET_SOCKETS 1
#define HAVE_FORK 1
#define HAVE_VFORK 1
#define HAVE_WORKING_VFORK 1
#define HAVE_WORKING_FORK 1
#define HAVE_SNPRINTF 1
#define HAVE_LANGINFO_CODESET 1
#define HAVE_MBSTATE_T 1
#define __restrict_arr __restrict
#define AMPERSAND_FULL_NAME 1
#define CLASH_DETECTION 1
#define HAVE_PTYS 1
#define HAVE_SOCKETS 1
#define NULL_DEVICE "/dev/null"
#define SEPCHAR ':'
#define subprocesses 1
#define USER_FULL_NAME pw->pw_gecos
#define DIRECTORY_SEP '/'
#define IS_DEVICE_SEP(_c_) 0
#define IS_DIRECTORY_SEP(_c_) ((_c_) == DIRECTORY_SEP)
#define IS_ANY_SEP(_c_) (IS_DIRECTORY_SEP (_c_))
#define DONT_REOPEN_PTY 1
#define DEFAULT_SOUND_DEVICE "/dev/dsp"
#define INTERRUPT_INPUT 1
#define PTY_ITERATION int i; for (i = 0; i < 1; i++)
#define FIRST_PTY_LETTER 'p'
#define PTY_OPEN do { int slave; if (openpty (&fd, &slave, pty_name, NULL, NULL) == -1) fd = -1; else emacs_close (slave); } while (0)
#define PTY_NAME_SPRINTF /**/
#define PTY_TTY_NAME_SPRINTF /**/
#define SIGNALS_VIA_CHARACTERS 1
#define PENDING_OUTPUT_COUNT(FILE) ((FILE)->_p - (FILE)->_bf._base)
#define TAB3 OXTABS
#define GC_SETJMP_WORKS 1
#define HAVE__SETJMP 1
#define BSD4_2 /**/
#define BSD_SYSTEM /**/
#define DARWIN_OS /**/
#define USABLE_FIONREAD 1
#define USABLE_SIGIO 1
#define COPYRIGHT "Copyright (C) 2013 Free Software Foundation, Inc."
#define EMACS_CONFIGURATION "x86_64-apple-darwin12.3.0"
#define EMACS_CONFIG_OPTIONS " '--prefix=/usr/local/Cellar/emacs/24.3' '--without-dbus' '--enable-locallisppath=/usr/local/share/emacs/site-lisp' '--infodir=/usr/local/Cellar/emacs/24.3/share/info/emacs' '--without-x' 'CC=cc'"
#define HAVE_ALLOCA_H 1
#define HAVE_ALLOCA 1
#define HAVE_C99_STRTOLD 1
#define HAVE_DECL_STRMODE 1
#define HAVE_GETOPT_H 1
#define HAVE_GETOPT_LONG_ONLY 1
#define __GETOPT_PREFIX rpl_
#define HAVE_DECL_GETENV 1
#define restrict __restrict
#define HAVE_UNSIGNED_LONG_LONG_INT 1
#define HAVE_LONG_LONG_INT 1
#define BITSIZEOF_PTRDIFF_T 64
#define BITSIZEOF_SIZE_T 64
#define BITSIZEOF_SIG_ATOMIC_T 32
#define BITSIZEOF_WCHAR_T 32
#define BITSIZEOF_WINT_T 32
#define HAVE_SIGNED_SIG_ATOMIC_T 1
#define HAVE_SIGNED_WCHAR_T 1
#define HAVE_SIGNED_WINT_T 1
#define PTRDIFF_T_SUFFIX l
#define SIZE_T_SUFFIX ul
#define SIG_ATOMIC_T_SUFFIX
#define WCHAR_T_SUFFIX
#define WINT_T_SUFFIX
#define HAVE_SIGSET_T 1
#define HAVE__BOOL 1
#define HAVE_WCHAR_T 1
#define HAVE_STRUCT_TM_TM_ZONE 1
#define HAVE_TM_ZONE 1
#define HAVE_TM_GMTOFF 1
#define HAVE_DECL_STRTOIMAX 1
#define HAVE_DECL_STRTOUMAX 1
#define HAVE_WORKING_UTIMES 1
#define HAVE_STRUCT_UTIMBUF 1
#define HAVE_ALLOCA 1
#define HAVE_DUP2 1
#define __GETOPT_PREFIX rpl_
#define GETTIMEOFDAY_TIMEZONE void
#define HAVE_PTHREAD_SIGMASK 1
#define READLINK_TRAILING_SLASH_BUG 1
#define HAVE_STRUCT_STAT_ST_ATIMESPEC_TV_NSEC 1
#define HAVE_STRUCT_STAT_ST_BIRTHTIMESPEC_TV_NSEC 1
#define GNULIB_FSCANF 1
#define GNULIB_SCANF 1
#define my_strftime nstrftime
#define HAVE_DECL_LOCALTIME_R 1
#define REPLACE_FUNC_STAT_FILE 1
#define ORDINARY_LINK 1
$ HOMEBREW_MAKE_JOBS=1 VERBOSE=1 brew install emacs 2>&1
==> Downloading http://ftpmirror.gnu.org/emacs/emacs-24.3.tar.gz
Already downloaded: /Library/Caches/Homebrew/emacs-24.3.tar.gz
tar xf /Library/Caches/Homebrew/emacs-24.3.tar.gz
==> ./configure --prefix=/usr/local/Cellar/emacs/24.3 --without-dbus --enable-locallisppath=/usr/local/share/emacs/site-lisp --infodir=/usr/local/Cellar/emacs/24.3/share/info/emacs --without-x
./configure --prefix=/usr/local/Cellar/emacs/24.3 --without-dbus --enable-locallisppath=/usr/local/share/emacs/site-lisp --infodir=/usr/local/Cellar/emacs/24.3/share/info/emacs --without-x
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... build-aux/install-sh -c -d
checking for gawk... no
checking for mawk... no
checking for nawk... no
checking for awk... awk
checking whether make sets $(MAKE)... yes
checking build system type... x86_64-apple-darwin12.3.0
checking host system type... x86_64-apple-darwin12.3.0
checking for gcc... cc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables...
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether cc accepts -g... yes
checking for cc option to accept ISO C89... none needed
checking for style of include used by make... GNU
checking dependency style of cc... gcc3
checking whether cc understands -c and -o together... yes
checking how to run the C preprocessor... cc -E
checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for Minix Amsterdam compiler... no
checking for ar... ar
checking for ranlib... ranlib
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking minix/config.h usability... no
checking minix/config.h presence... no
checking for minix/config.h... no
checking whether it is safe to define __EXTENSIONS__... yes
checking for special C compiler options needed for large files... no
checking for _FILE_OFFSET_BITS value needed for large files... no
checking for cc option to accept ISO C99... none needed
checking for cc option to accept ISO Standard C... (cached) none needed
checking whether cc accepts -g3 -O2... yes
checking whether ln -s works... yes
checking for install-info... /usr/bin/install-info
checking for gzip... /usr/bin/gzip
checking for makeinfo... /usr/bin/makeinfo
checking for -znocombreloc... no
checking for pkg-config... no
checking machine/soundcard.h usability... no
checking machine/soundcard.h presence... no
checking for machine/soundcard.h... no
checking sys/soundcard.h usability... no
checking sys/soundcard.h presence... no
checking for sys/soundcard.h... no
checking soundcard.h usability... no
checking soundcard.h presence... no
checking for soundcard.h... no
checking for _oss_ioctl in -lossaudio... no
checking for linux/version.h... no
checking for sys/systeminfo.h... no
checking for stdio_ext.h... no
checking for fcntl.h... yes
checking for coff.h... no
checking for pty.h... no
checking for sys/vlimit.h... no
checking for sys/resource.h... yes
checking for sys/utsname.h... yes
checking for pwd.h... yes
checking for utmp.h... yes
checking for dirent.h... yes
checking for util.h... yes
checking for sys/socket.h... yes
checking for stdlib.h... (cached) yes
checking for unistd.h... (cached) yes
checking for sys/param.h... yes
checking for pthread.h... yes
checking for malloc/malloc.h... yes
checking for maillock.h... no
checking for sys/un.h... yes
checking for execinfo.h... yes
checking for getopt.h... yes
checking for sys/time.h... yes
checking for wchar.h... yes
checking for stdint.h... (cached) yes
checking for inttypes.h... (cached) yes
checking for sys/select.h... yes
checking for sys/stat.h... (cached) yes
checking for utime.h... yes
checking if personality LINUX32 can be set... no
checking for term.h... yes
checking whether time.h and sys/time.h may both be included... yes
checking whether sys_siglist is declared... yes
checking for sys/wait.h that is POSIX.1 compatible... yes
checking for speed_t... yes
checking for net/if.h... yes
checking for ifaddrs.h... yes
checking for net/if_dl.h... yes
checking for struct ifreq.ifr_flags... yes
checking for struct ifreq.ifr_hwaddr... no
checking for struct ifreq.ifr_netmask... no
checking for struct ifreq.ifr_broadaddr... yes
checking for struct ifreq.ifr_addr... yes
checking for struct ifreq.ifr_addr.sa_len... yes
checking whether we are using GNU Make... yes
checking whether gcc understands -MMD -MF... yes
checking for long file names... yes
checking for X... disabled
checking whether malloc is Doug Lea style... no
checking for getpagesize... yes
checking for working mmap... yes
checking for dnet_ntoa in -ldnet... no
checking for main in -lXbsd... no
checking for pthread_self in -lpthread... yes
checking for cma_open in -lpthreads... no
checking for lgetfilecon in -lselinux... no
checking for gnutls_certificate_set_verify_function... no
checking gpm.h usability... no
checking gpm.h presence... no
checking for gpm.h... no
checking whether netdb declares h_errno... yes
checking for sqrt in -lm... yes
checking for maillock in -lmail... no
checking for maillock in -llockfile... no
checking for liblockfile.so... no
checking for gethostname... yes
checking for closedir... yes
checking for getrusage... yes
checking for get_current_dir_name... no
checking for lrand48... yes
checking for setsid... yes
checking for fpathconf... yes
checking for select... yes
checking for euidaccess... no
checking for getpagesize... (cached) yes
checking for setlocale... yes
checking for utimes... yes
checking for getrlimit... yes
checking for setrlimit... yes
checking for setpgid... yes
checking for getcwd... yes
checking for shutdown... yes
checking for getaddrinfo... yes
checking for __fpending... no
checking for strsignal... yes
checking for setitimer... yes
checking for sendto... yes
checking for recvfrom... yes
checking for getsockname... yes
checking for getpeername... yes
checking for getifaddrs... yes
checking for freeifaddrs... yes
checking for gai_strerror... yes
checking for mkstemp... yes
checking for getline... yes
checking for getdelim... yes
checking for fsync... yes
checking for sync... yes
checking for difftime... yes
checking for posix_memalign... yes
checking for getpwent... yes
checking for endpwent... yes
checking for getgrent... yes
checking for endgrent... yes
checking for touchlock... no
checking for cfmakeraw... yes
checking for cfsetspeed... yes
checking for copysign... yes
checking for __executable_start... no
checking for getwd... yes
checking for random... yes
checking for rint... yes
checking for __builtin_unwind_init... yes
checking for _LARGEFILE_SOURCE value needed for large files... no
checking whether getpgrp requires zero arguments... yes
checking for grantpt... yes
checking for getpt... no
checking for posix_openpt... yes
checking for library containing tputs... -lncurses
checking for tzset... yes
checking for readlinkat... no
checking for gettimeofday... yes
checking for nanotime... no
checking for lstat... yes
checking for alarm... yes
checking for pselect... yes
checking for pthread_sigmask... yes
checking for readlink... yes
checking for strtoimax... yes
checking for strtoumax... yes
checking for symlink... yes
checking for localtime_r... yes
checking for futimes... yes
checking for futimesat... no
checking for futimens... no
checking for utimensat... no
checking for lutimes... yes
checking whether localtime caches TZ... no
checking for socket... yes
checking netinet/in.h usability... yes
checking netinet/in.h presence... yes
checking for netinet/in.h... yes
checking arpa/inet.h usability... yes
checking arpa/inet.h presence... yes
checking for arpa/inet.h... yes
checking whether system supports dynamic ptys... no
checking for pid_t... yes
checking vfork.h usability... no
checking vfork.h presence... no
checking for vfork.h... no
checking for fork... yes
checking for vfork... yes
checking for working fork... yes
checking for working vfork... (cached) yes
checking for snprintf... yes
checking for nl_langinfo and CODESET... yes
checking for mbstate_t... yes
checking for C restricted array declarations... yes
checking whether we are using the GNU C library... no
checking for _setjmp... yes
checking for usable FIONREAD... yes
checking for usable SIGIO... yes
checking for working alloca.h... yes
checking for alloca... yes
checking whether byte ordering is bigendian... no
checking for inline... inline
checking whether strtold conforms to C99... yes
checking if environ is properly declared... no
checking for st_dm_mode in struct stat... no
checking whether strmode is declared... yes
checking whether the preprocessor supports include_next... yes
checking whether system header files limit the line length... no
checking for getopt.h... (cached) yes
checking for getopt_long_only... yes
checking whether getopt is POSIX compatible... no
checking whether getenv is declared... yes
checking for C/C++ restrict keyword... __restrict
checking for struct timeval... yes
checking for wide-enough struct timeval.tv_sec member... yes
checking for unsigned long long int... yes
checking for long long int... yes
checking whether stdint.h conforms to C99... no
checking sys/inttypes.h usability... no
checking sys/inttypes.h presence... no
checking for sys/inttypes.h... no
checking sys/bitypes.h usability... no
checking sys/bitypes.h presence... no
checking for sys/bitypes.h... no
checking for bit size of ptrdiff_t... 64
checking for bit size of size_t... 64
checking for bit size of sig_atomic_t... 32
checking for bit size of wchar_t... 32
checking for bit size of wint_t... 32
checking whether sig_atomic_t is signed... yes
checking whether wchar_t is signed... yes
checking whether wint_t is signed... yes
checking for ptrdiff_t integer literal suffix... l
checking for size_t integer literal suffix... ul
checking for sig_atomic_t integer literal suffix...
checking for wchar_t integer literal suffix...
checking for wint_t integer literal suffix...
checking whether lstat correctly handles trailing slash... no
checking whether <sys/select.h> is self-contained... yes
checking for sigset_t... yes
checking for stdbool.h that conforms to C99... yes
checking for _Bool... yes
checking for wchar_t... yes
checking whether struct tm is in sys/time.h or time.h... time.h
checking for struct tm.tm_zone... yes
checking for struct tm.tm_gmtoff... yes
checking whether strtoimax is declared... yes
checking whether strtoumax is declared... yes
checking whether stat file-mode macros are broken... no
checking for mode_t... yes
checking for struct timespec in <time.h>... yes
checking whether the utimes function works... yes
checking for struct utimbuf... yes
checking for alloca as a compiler built-in... yes
checking for library containing clock_gettime... no
checking for clock_gettime... no
checking for clock_settime... no
checking whether dup2 works... yes
checking for library containing backtrace_symbols_fd... none required
checking for getloadavg... yes
checking sys/loadavg.h usability... no
checking sys/loadavg.h presence... no
checking for sys/loadavg.h... no
checking whether getloadavg is declared... yes
checking whether gettimeofday clobbers localtime buffer... no
checking for gettimeofday with POSIX signature... yes
checking for working mktime... no
checking whether signature of pselect conforms to POSIX... yes
checking whether pselect detects invalid fds... yes
checking whether pthread_sigmask works without -lpthread... yes
checking whether pthread_sigmask returns error numbers... yes
checking whether pthread_sigmask unblocks signals correctly... guessing yes
checking whether readlink signature is correct... yes
checking whether readlink handles trailing slash correctly... no
checking for volatile sig_atomic_t... yes
checking for sighandler_t... no
checking for socklen_t... yes
checking for ssize_t... yes
checking for struct stat.st_atim.tv_nsec... no
checking for struct stat.st_atimespec.tv_nsec... yes
checking for struct stat.st_birthtimespec.tv_nsec... yes
checking for working stdalign.h... no
checking for va_copy... yes
checking whether NULL can be used in arbitrary expressions... yes
checking whether strtoimax works... yes
checking whether symlink handles trailing slash correctly... no
checking whether <sys/select.h> is self-contained... (cached) yes
checking for nlink_t... yes
checking whether localtime_r is declared... yes
checking whether localtime_r is compatible with its POSIX signature... yes
checking for library containing timer_settime... no
checking for timer_settime... no
checking whether stat handles trailing slashes on directories... yes
checking whether stat handles trailing slashes on files... no
Configured for `x86_64-apple-darwin12.3.0'.
Where should the build process find the source code? /private/tmp/emacs-1Yh6/emacs-24.3
What compiler should emacs be built with? cc -g3 -O2
Should Emacs use the GNU version of malloc? no
(The GNU allocators don't work with this system configuration.)
Should Emacs use a relocating allocator for buffers? no
Should Emacs use mmap(2) for buffer allocation? no
What window system should Emacs use? none
What toolkit should Emacs use? none
Where do we find X Windows header files? NONE
Where do we find X Windows libraries? NONE
Does Emacs use -lXaw3d? no
Does Emacs use -lXpm? no
Does Emacs use -ljpeg? no
Does Emacs use -ltiff? no
Does Emacs use a gif library? no
Does Emacs use -lpng? no
Does Emacs use -lrsvg-2? no
Does Emacs use imagemagick? no
Does Emacs use -lgpm? no
Does Emacs use -ldbus? no
Does Emacs use -lgconf? no
Does Emacs use GSettings? no
Does Emacs use -lselinux? no
Does Emacs use -lgnutls? no
Does Emacs use -lxml2? no
Does Emacs use -lfreetype? no
Does Emacs use -lm17n-flt? no
Does Emacs use -lotf? no
Does Emacs use -lxft? no
Does Emacs use toolkit scroll bars? no
configure: creating ./config.status
config.status: creating Makefile
config.status: creating lib/Makefile
config.status: creating lib-src/Makefile
config.status: creating oldXMenu/Makefile
config.status: creating doc/emacs/Makefile
config.status: creating doc/misc/Makefile
config.status: creating doc/lispintro/Makefile
config.status: creating doc/lispref/Makefile
config.status: creating src/Makefile
config.status: creating lwlib/Makefile
config.status: creating lisp/Makefile
config.status: creating leim/Makefile
config.status: creating nextstep/Makefile
config.status: creating admin/unidata/Makefile
config.status: creating src/config.h
config.status: executing depfiles commands
config.status: executing mkdirs commands
config.status: executing epaths commands
creating src/epaths.h
config.status: executing gdbinit commands
==> make
make
[ -r "/private/tmp/emacs-1Yh6/emacs-24.3/src/config.in" ] || ( cd /private/tmp/emacs-1Yh6/emacs-24.3 && autoheader )
cd lib && /usr/bin/make all \
CC='cc' CFLAGS='-g3 -O2' CPPFLAGS='' \
LDFLAGS='' MAKE='/usr/bin/make'
rm -f alloca.h-t alloca.h && \
{ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
cat /private/tmp/emacs-1Yh6/emacs-24.3/lib/alloca.in.h; \
} > alloca.h-t && \
mv -f alloca.h-t alloca.h
rm -f arg-nonnull.h-t arg-nonnull.h && \
sed -n -e '/GL_ARG_NONNULL/,$p' \
< /private/tmp/emacs-1Yh6/emacs-24.3/build-aux/snippet/arg-nonnull.h \
> arg-nonnull.h-t && \
mv arg-nonnull.h-t arg-nonnull.h
rm -f getopt.h-t getopt.h && \
{ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
sed -e 's|@''GUARD_PREFIX''@|GL|g' \
-e 's|@''HAVE_GETOPT_H''@|1|g' \
-e 's|@''INCLUDE_NEXT''@|include_next|g' \
-e 's|@''PRAGMA_SYSTEM_HEADER''@|#pragma GCC system_header|g' \
-e 's|@''PRAGMA_COLUMNS''@||g' \
-e 's|@''NEXT_GETOPT_H''@|<getopt.h>|g' \
-e '/definition of _GL_ARG_NONNULL/r arg-nonnull.h' \
< /private/tmp/emacs-1Yh6/emacs-24.3/lib/getopt.in.h; \
} > getopt.h-t && \
mv -f getopt.h-t getopt.h
rm -f c++defs.h-t c++defs.h && \
sed -n -e '/_GL_CXXDEFS/,$p' \
< /private/tmp/emacs-1Yh6/emacs-24.3/build-aux/snippet/c++defs.h \
> c++defs.h-t && \
mv c++defs.h-t c++defs.h
rm -f warn-on-use.h-t warn-on-use.h && \
sed -n -e '/^.ifndef/,$p' \
< /private/tmp/emacs-1Yh6/emacs-24.3/build-aux/snippet/warn-on-use.h \
> warn-on-use.h-t && \
mv warn-on-use.h-t warn-on-use.h
rm -f inttypes.h-t inttypes.h && \
{ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
sed -e 's/@''HAVE_INTTYPES_H''@/1/g' \
-e 's|@''INCLUDE_NEXT''@|include_next|g' \
-e 's|@''PRAGMA_SYSTEM_HEADER''@|#pragma GCC system_header|g' \
-e 's|@''PRAGMA_COLUMNS''@||g' \
-e 's|@''NEXT_INTTYPES_H''@|<inttypes.h>|g' \
-e 's/@''PRI_MACROS_BROKEN''@/0/g' \
-e 's/@''APPLE_UNIVERSAL_BUILD''@/0/g' \
-e 's/@''HAVE_LONG_LONG_INT''@/1/g' \
-e 's/@''HAVE_UNSIGNED_LONG_LONG_INT''@/1/g' \
-e 's/@''PRIPTR_PREFIX''@/__PRIPTR_PREFIX/g' \
-e 's/@''GNULIB_IMAXABS''@/0/g' \
-e 's/@''GNULIB_IMAXDIV''@/0/g' \
-e 's/@''GNULIB_STRTOIMAX''@/1/g' \
-e 's/@''GNULIB_STRTOUMAX''@/1/g' \
-e 's/@''HAVE_DECL_IMAXABS''@/1/g' \
-e 's/@''HAVE_DECL_IMAXDIV''@/1/g' \
-e 's/@''HAVE_DECL_STRTOIMAX''@/1/g' \
-e 's/@''HAVE_DECL_STRTOUMAX''@/1/g' \
-e 's/@''REPLACE_STRTOIMAX''@/0/g' \
-e 's/@''INT32_MAX_LT_INTMAX_MAX''@/1/g' \
-e 's/@''INT64_MAX_EQ_LONG_MAX''@/defined _LP64/g' \
-e 's/@''UINT32_MAX_LT_UINTMAX_MAX''@/1/g' \
-e 's/@''UINT64_MAX_EQ_ULONG_MAX''@/defined _LP64/g' \
-e '/definitions of _GL_FUNCDECL_RPL/r c++defs.h' \
-e '/definition of _GL_ARG_NONNULL/r arg-nonnull.h' \
-e '/definition of _GL_WARN_ON_USE/r warn-on-use.h' \
< /private/tmp/emacs-1Yh6/emacs-24.3/lib/inttypes.in.h; \
} > inttypes.h-t && \
mv inttypes.h-t inttypes.h
rm -f signal.h-t signal.h && \
{ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */' && \
sed -e 's|@''GUARD_PREFIX''@|GL|g' \
-e 's|@''INCLUDE_NEXT''@|include_next|g' \
-e 's|@''PRAGMA_SYSTEM_HEADER''@|#pragma GCC system_header|g' \
-e 's|@''PRAGMA_COLUMNS''@||g' \
-e 's|@''NEXT_SIGNAL_H''@|<signal.h>|g' \
-e 's|@''GNULIB_PTHREAD_SIGMASK''@|1|g' \
-e 's|@''GNULIB_RAISE''@|0|g' \
-e 's/@''GNULIB_SIGNAL_H_SIGPIPE''@/0/g' \
-e 's/@''GNULIB_SIGPROCMASK''@/0/g' \
-e 's/@''GNULIB_SIGACTION''@/0/g' \
-e 's|@''HAVE_POSIX_SIGNALBLOCKING''@|1|g' \
-e 's|@''HAVE_PTHREAD_SIGMASK''@|1|g' \
-e 's|@''HAVE_RAISE''@|1|g' \
-e 's|@''HAVE_SIGSET_T''@|1|g' \
-e 's|@''HAVE_SIGINFO_T''@|1|g' \
-e 's|@''HAVE_SIGACTION''@|1|g' \
-e 's|@''HAVE_STRUCT_SIGACTION_SA_SIGACTION''@|1|g' \
-e 's|@''HAVE_TYPE_VOLATILE_SIG_ATOMIC_T''@|1|g' \
-e 's|@''HAVE_SIGHANDLER_T''@|0|g' \
-e 's|@''REPLACE_PTHREAD_SIGMASK''@|1|g' \
-e 's|@''REPLACE_RAISE''@|0|g' \
-e '/definitions of _GL_FUNCDECL_RPL/r c++defs.h' \
-e '/definition of _GL_ARG_NONNULL/r arg-nonnull.h' \
-e '/definition of _GL_WARN_ON_USE/r warn-on-use.h' \
< /private/tmp/emacs-1Yh6/emacs-24.3/lib/signal.in.h; \
} > signal.h-t && \
mv signal.h-t signal.h
rm -f stdalign.h-t stdalign.h && \
{ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
cat /private/tmp/emacs-1Yh6/emacs-24.3/lib/stdalign.in.h; \
} > stdalign.h-t && \
mv stdalign.h-t stdalign.h
rm -f stdint.h-t stdint.h && \
{ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
sed -e 's|@''GUARD_PREFIX''@|GL|g' \
-e 's/@''HAVE_STDINT_H''@/1/g' \
-e 's|@''INCLUDE_NEXT''@|include_next|g' \
-e 's|@''PRAGMA_SYSTEM_HEADER''@|#pragma GCC system_header|g' \
-e 's|@''PRAGMA_COLUMNS''@||g' \
-e 's|@''NEXT_STDINT_H''@|<stdint.h>|g' \
-e 's/@''HAVE_SYS_TYPES_H''@/1/g' \
-e 's/@''HAVE_INTTYPES_H''@/1/g' \
-e 's/@''HAVE_SYS_INTTYPES_H''@/0/g' \
-e 's/@''HAVE_SYS_BITYPES_H''@/0/g' \
-e 's/@''HAVE_WCHAR_H''@/1/g' \
-e 's/@''HAVE_LONG_LONG_INT''@/1/g' \
-e 's/@''HAVE_UNSIGNED_LONG_LONG_INT''@/1/g' \
-e 's/@''APPLE_UNIVERSAL_BUILD''@/0/g' \
-e 's/@''BITSIZEOF_PTRDIFF_T''@/64/g' \
-e 's/@''PTRDIFF_T_SUFFIX''@/l/g' \
-e 's/@''BITSIZEOF_SIG_ATOMIC_T''@/32/g' \
-e 's/@''HAVE_SIGNED_SIG_ATOMIC_T''@/1/g' \
-e 's/@''SIG_ATOMIC_T_SUFFIX''@//g' \
-e 's/@''BITSIZEOF_SIZE_T''@/64/g' \
-e 's/@''SIZE_T_SUFFIX''@/ul/g' \
-e 's/@''BITSIZEOF_WCHAR_T''@/32/g' \
-e 's/@''HAVE_SIGNED_WCHAR_T''@/1/g' \
-e 's/@''WCHAR_T_SUFFIX''@//g' \
-e 's/@''BITSIZEOF_WINT_T''@/32/g' \
-e 's/@''HAVE_SIGNED_WINT_T''@/1/g' \
-e 's/@''WINT_T_SUFFIX''@//g' \
< /private/tmp/emacs-1Yh6/emacs-24.3/lib/stdint.in.h; \
} > stdint.h-t && \
mv stdint.h-t stdint.h
rm -f stdio.h-t stdio.h && \
{ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */' && \
sed -e 's|@''GUARD_PREFIX''@|GL|g' \
-e 's|@''INCLUDE_NEXT''@|include_next|g' \
-e 's|@''PRAGMA_SYSTEM_HEADER''@|#pragma GCC system_header|g' \
-e 's|@''PRAGMA_COLUMNS''@||g' \
-e 's|@''NEXT_STDIO_H''@|<stdio.h>|g' \
-e 's/@''GNULIB_DPRINTF''@/0/g' \
-e 's/@''GNULIB_FCLOSE''@/0/g' \
-e 's/@''GNULIB_FDOPEN''@/0/g' \
-e 's/@''GNULIB_FFLUSH''@/0/g' \
-e 's/@''GNULIB_FGETC''@/1/g' \
-e 's/@''GNULIB_FGETS''@/1/g' \
-e 's/@''GNULIB_FOPEN''@/0/g' \
-e 's/@''GNULIB_FPRINTF''@/1/g' \
-e 's/@''GNULIB_FPRINTF_POSIX''@/0/g' \
-e 's/@''GNULIB_FPURGE''@/0/g' \
-e 's/@''GNULIB_FPUTC''@/1/g' \
-e 's/@''GNULIB_FPUTS''@/1/g' \
-e 's/@''GNULIB_FREAD''@/1/g' \
-e 's/@''GNULIB_FREOPEN''@/0/g' \
-e 's/@''GNULIB_FSCANF''@/1/g' \
-e 's/@''GNULIB_FSEEK''@/0/g' \
-e 's/@''GNULIB_FSEEKO''@/0/g' \
-e 's/@''GNULIB_FTELL''@/0/g' \
-e 's/@''GNULIB_FTELLO''@/0/g' \
-e 's/@''GNULIB_FWRITE''@/1/g' \
-e 's/@''GNULIB_GETC''@/1/g' \
-e 's/@''GNULIB_GETCHAR''@/1/g' \
-e 's/@''GNULIB_GETDELIM''@/0/g' \
-e 's/@''GNULIB_GETLINE''@/0/g' \
-e 's/@''GNULIB_OBSTACK_PRINTF''@/0/g' \
-e 's/@''GNULIB_OBSTACK_PRINTF_POSIX''@/0/g' \
-e 's/@''GNULIB_PCLOSE''@/0/g' \
-e 's/@''GNULIB_PERROR''@/0/g' \
-e 's/@''GNULIB_POPEN''@/0/g' \
-e 's/@''GNULIB_PRINTF''@/1/g' \
-e 's/@''GNULIB_PRINTF_POSIX''@/0/g' \
-e 's/@''GNULIB_PUTC''@/1/g' \
-e 's/@''GNULIB_PUTCHAR''@/1/g' \
-e 's/@''GNULIB_PUTS''@/1/g' \
-e 's/@''GNULIB_REMOVE''@/0/g' \
-e 's/@''GNULIB_RENAME''@/0/g' \
-e 's/@''GNULIB_RENAMEAT''@/0/g' \
-e 's/@''GNULIB_SCANF''@/1/g' \
-e 's/@''GNULIB_SNPRINTF''@/0/g' \
-e 's/@''GNULIB_SPRINTF_POSIX''@/0/g' \
-e 's/@''GNULIB_STDIO_H_NONBLOCKING''@/0/g' \
-e 's/@''GNULIB_STDIO_H_SIGPIPE''@/0/g' \
-e 's/@''GNULIB_TMPFILE''@/0/g' \
-e 's/@''GNULIB_VASPRINTF''@/0/g' \
-e 's/@''GNULIB_VDPRINTF''@/0/g' \
-e 's/@''GNULIB_VFPRINTF''@/1/g' \
-e 's/@''GNULIB_VFPRINTF_POSIX''@/0/g' \
-e 's/@''GNULIB_VFSCANF''@/0/g' \
-e 's/@''GNULIB_VSCANF''@/0/g' \
-e 's/@''GNULIB_VPRINTF''@/1/g' \
-e 's/@''GNULIB_VPRINTF_POSIX''@/0/g' \
-e 's/@''GNULIB_VSNPRINTF''@/0/g' \
-e 's/@''GNULIB_VSPRINTF_POSIX''@/0/g' \
< /private/tmp/emacs-1Yh6/emacs-24.3/lib/stdio.in.h | \
sed -e 's|@''HAVE_DECL_FPURGE''@|1|g' \
-e 's|@''HAVE_DECL_FSEEKO''@|1|g' \
-e 's|@''HAVE_DECL_FTELLO''@|1|g' \
-e 's|@''HAVE_DECL_GETDELIM''@|1|g' \
-e 's|@''HAVE_DECL_GETLINE''@|1|g' \
-e 's|@''HAVE_DECL_OBSTACK_PRINTF''@|1|g' \
-e 's|@''HAVE_DECL_SNPRINTF''@|1|g' \
-e 's|@''HAVE_DECL_VSNPRINTF''@|1|g' \
-e 's|@''HAVE_DPRINTF''@|1|g' \
-e 's|@''HAVE_FSEEKO''@|1|g' \
-e 's|@''HAVE_FTELLO''@|1|g' \
-e 's|@''HAVE_PCLOSE''@|1|g' \
-e 's|@''HAVE_POPEN''@|1|g' \
-e 's|@''HAVE_RENAMEAT''@|1|g' \
-e 's|@''HAVE_VASPRINTF''@|1|g' \
-e 's|@''HAVE_VDPRINTF''@|1|g' \
-e 's|@''REPLACE_DPRINTF''@|0|g' \
-e 's|@''REPLACE_FCLOSE''@|0|g' \
-e 's|@''REPLACE_FDOPEN''@|0|g' \
-e 's|@''REPLACE_FFLUSH''@|0|g' \
-e 's|@''REPLACE_FOPEN''@|0|g' \
-e 's|@''REPLACE_FPRINTF''@|0|g' \
-e 's|@''REPLACE_FPURGE''@|0|g' \
-e 's|@''REPLACE_FREOPEN''@|0|g' \
-e 's|@''REPLACE_FSEEK''@|0|g' \
-e 's|@''REPLACE_FSEEKO''@|0|g' \
-e 's|@''REPLACE_FTELL''@|0|g' \
-e 's|@''REPLACE_FTELLO''@|0|g' \
-e 's|@''REPLACE_GETDELIM''@|0|g' \
-e 's|@''REPLACE_GETLINE''@|0|g' \
-e 's|@''REPLACE_OBSTACK_PRINTF''@|0|g' \
-e 's|@''REPLACE_PERROR''@|0|g' \
-e 's|@''REPLACE_POPEN''@|0|g' \
-e 's|@''REPLACE_PRINTF''@|0|g' \
-e 's|@''REPLACE_REMOVE''@|0|g' \
-e 's|@''REPLACE_RENAME''@|0|g' \
-e 's|@''REPLACE_RENAMEAT''@|0|g' \
-e 's|@''REPLACE_SNPRINTF''@|0|g' \
-e 's|@''REPLACE_SPRINTF''@|0|g' \
-e 's|@''REPLACE_STDIO_READ_FUNCS''@|0|g' \
-e 's|@''REPLACE_STDIO_WRITE_FUNCS''@|0|g' \
-e 's|@''REPLACE_TMPFILE''@|0|g' \
-e 's|@''REPLACE_VASPRINTF''@|0|g' \
-e 's|@''REPLACE_VDPRINTF''@|0|g' \
-e 's|@''REPLACE_VFPRINTF''@|0|g' \
-e 's|@''REPLACE_VPRINTF''@|0|g' \
-e 's|@''REPLACE_VSNPRINTF''@|0|g' \
-e 's|@''REPLACE_VSPRINTF''@|0|g' \
-e 's|@''ASM_SYMBOL_PREFIX''@||g' \
-e '/definitions of _GL_FUNCDECL_RPL/r c++defs.h' \
-e '/definition of _GL_ARG_NONNULL/r arg-nonnull.h' \
-e '/definition of _GL_WARN_ON_USE/r warn-on-use.h'; \
} > stdio.h-t && \
mv stdio.h-t stdio.h
rm -f stdlib.h-t stdlib.h && \
{ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */' && \
sed -e 's|@''GUARD_PREFIX''@|GL|g' \
-e 's|@''INCLUDE_NEXT''@|include_next|g' \
-e 's|@''PRAGMA_SYSTEM_HEADER''@|#pragma GCC system_header|g' \
-e 's|@''PRAGMA_COLUMNS''@||g' \
-e 's|@''NEXT_STDLIB_H''@|<stdlib.h>|g' \
-e 's/@''GNULIB__EXIT''@/0/g' \
-e 's/@''GNULIB_ATOLL''@/0/g' \
-e 's/@''GNULIB_CALLOC_POSIX''@/0/g' \
-e 's/@''GNULIB_CANONICALIZE_FILE_NAME''@/0/g' \
-e 's/@''GNULIB_GETLOADAVG''@/1/g' \
-e 's/@''GNULIB_GETSUBOPT''@/0/g' \
-e 's/@''GNULIB_GRANTPT''@/0/g' \
-e 's/@''GNULIB_MALLOC_POSIX''@/0/g' \
-e 's/@''GNULIB_MBTOWC''@/0/g' \
-e 's/@''GNULIB_MKDTEMP''@/0/g' \
-e 's/@''GNULIB_MKOSTEMP''@/0/g' \
-e 's/@''GNULIB_MKOSTEMPS''@/0/g' \
-e 's/@''GNULIB_MKSTEMP''@/0/g' \
-e 's/@''GNULIB_MKSTEMPS''@/0/g' \
-e 's/@''GNULIB_POSIX_OPENPT''@/0/g' \
-e 's/@''GNULIB_PTSNAME''@/0/g' \
-e 's/@''GNULIB_PTSNAME_R''@/0/g' \
-e 's/@''GNULIB_PUTENV''@/0/g' \
-e 's/@''GNULIB_RANDOM''@/0/g' \
-e 's/@''GNULIB_RANDOM_R''@/0/g' \
-e 's/@''GNULIB_REALLOC_POSIX''@/0/g' \
-e 's/@''GNULIB_REALPATH''@/0/g' \
-e 's/@''GNULIB_RPMATCH''@/0/g' \
-e 's/@''GNULIB_SETENV''@/0/g' \
-e 's/@''GNULIB_STRTOD''@/0/g' \
-e 's/@''GNULIB_STRTOLL''@/0/g' \
-e 's/@''GNULIB_STRTOULL''@/0/g' \
-e 's/@''GNULIB_SYSTEM_POSIX''@/0/g' \
-e 's/@''GNULIB_UNLOCKPT''@/0/g' \
-e 's/@''GNULIB_UNSETENV''@/0/g' \
-e 's/@''GNULIB_WCTOMB''@/0/g' \
< /private/tmp/emacs-1Yh6/emacs-24.3/lib/stdlib.in.h | \
sed -e 's|@''HAVE__EXIT''@|1|g' \
-e 's|@''HAVE_ATOLL''@|1|g' \
-e 's|@''HAVE_CANONICALIZE_FILE_NAME''@|1|g' \
-e 's|@''HAVE_DECL_GETLOADAVG''@|1|g' \
-e 's|@''HAVE_GETSUBOPT''@|1|g' \
-e 's|@''HAVE_GRANTPT''@|1|g' \
-e 's|@''HAVE_MKDTEMP''@|1|g' \
-e 's|@''HAVE_MKOSTEMP''@|1|g' \
-e 's|@''HAVE_MKOSTEMPS''@|1|g' \
-e 's|@''HAVE_MKSTEMP''@|1|g' \
-e 's|@''HAVE_MKSTEMPS''@|1|g' \
-e 's|@''HAVE_POSIX_OPENPT''@|1|g' \
-e 's|@''HAVE_PTSNAME''@|1|g' \
-e 's|@''HAVE_PTSNAME_R''@|1|g' \
-e 's|@''HAVE_RANDOM''@|1|g' \
-e 's|@''HAVE_RANDOM_H''@|1|g' \
-e 's|@''HAVE_RANDOM_R''@|1|g' \
-e 's|@''HAVE_REALPATH''@|1|g' \
-e 's|@''HAVE_RPMATCH''@|1|g' \
-e 's|@''HAVE_DECL_SETENV''@|1|g' \
-e 's|@''HAVE_STRTOD''@|1|g' \
-e 's|@''HAVE_STRTOLL''@|1|g' \
-e 's|@''HAVE_STRTOULL''@|1|g' \
-e 's|@''HAVE_STRUCT_RANDOM_DATA''@|1|g' \
-e 's|@''HAVE_SYS_LOADAVG_H''@|0|g' \
-e 's|@''HAVE_UNLOCKPT''@|1|g' \
-e 's|@''HAVE_DECL_UNSETENV''@|1|g' \
-e 's|@''REPLACE_CALLOC''@|0|g' \
-e 's|@''REPLACE_CANONICALIZE_FILE_NAME''@|0|g' \
-e 's|@''REPLACE_MALLOC''@|0|g' \
-e 's|@''REPLACE_MBTOWC''@|0|g' \
-e 's|@''REPLACE_MKSTEMP''@|0|g' \
-e 's|@''REPLACE_PTSNAME''@|0|g' \
-e 's|@''REPLACE_PTSNAME_R''@|0|g' \
-e 's|@''REPLACE_PUTENV''@|0|g' \
-e 's|@''REPLACE_RANDOM_R''@|0|g' \
-e 's|@''REPLACE_REALLOC''@|0|g' \
-e 's|@''REPLACE_REALPATH''@|0|g' \
-e 's|@''REPLACE_SETENV''@|0|g' \
-e 's|@''REPLACE_STRTOD''@|0|g' \
-e 's|@''REPLACE_UNSETENV''@|0|g' \
-e 's|@''REPLACE_WCTOMB''@|0|g' \
-e '/definitions of _GL_FUNCDECL_RPL/r c++defs.h' \
-e '/definition of _Noreturn/r /private/tmp/emacs-1Yh6/emacs-24.3/build-aux/snippet/_Noreturn.h' \
-e '/definition of _GL_ARG_NONNULL/r arg-nonnull.h' \
-e '/definition of _GL_WARN_ON_USE/r warn-on-use.h'; \
} > stdlib.h-t && \
mv stdlib.h-t stdlib.h
../build-aux/install-sh -c -d sys
rm -f sys/select.h-t sys/select.h && \
{ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
sed -e 's|@''GUARD_PREFIX''@|GL|g' \
-e 's|@''INCLUDE_NEXT''@|include_next|g' \
-e 's|@''PRAGMA_SYSTEM_HEADER''@|#pragma GCC system_header|g' \
-e 's|@''PRAGMA_COLUMNS''@||g' \
-e 's|@''NEXT_SYS_SELECT_H''@|<sys/select.h>|g' \
-e 's|@''HAVE_SYS_SELECT_H''@|1|g' \
-e 's/@''GNULIB_PSELECT''@/1/g' \
-e 's/@''GNULIB_SELECT''@/0/g' \
-e 's|@''HAVE_WINSOCK2_H''@|0|g' \
-e 's|@''HAVE_PSELECT''@|1|g' \
-e 's|@''REPLACE_PSELECT''@|0|g' \
-e 's|@''REPLACE_SELECT''@|0|g' \
-e '/definitions of _GL_FUNCDECL_RPL/r c++defs.h' \
-e '/definition of _GL_WARN_ON_USE/r warn-on-use.h' \
< /private/tmp/emacs-1Yh6/emacs-24.3/lib/sys_select.in.h; \
} > sys/select.h-t && \
mv sys/select.h-t sys/select.h
../build-aux/install-sh -c -d sys
rm -f sys/stat.h-t sys/stat.h && \
{ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
sed -e 's|@''GUARD_PREFIX''@|GL|g' \
-e 's|@''INCLUDE_NEXT''@|include_next|g' \
-e 's|@''PRAGMA_SYSTEM_HEADER''@|#pragma GCC system_header|g' \
-e 's|@''PRAGMA_COLUMNS''@||g' \
-e 's|@''NEXT_SYS_STAT_H''@|<sys/stat.h>|g' \
-e 's|@''WINDOWS_64_BIT_ST_SIZE''@|0|g' \
-e 's/@''GNULIB_FCHMODAT''@/0/g' \
-e 's/@''GNULIB_FSTAT''@/0/g' \
-e 's/@''GNULIB_FSTATAT''@/0/g' \
-e 's/@''GNULIB_FUTIMENS''@/0/g' \
-e 's/@''GNULIB_LCHMOD''@/0/g' \
-e 's/@''GNULIB_LSTAT''@/1/g' \
-e 's/@''GNULIB_MKDIRAT''@/0/g' \
-e 's/@''GNULIB_MKFIFO''@/0/g' \
-e 's/@''GNULIB_MKFIFOAT''@/0/g' \
-e 's/@''GNULIB_MKNOD''@/0/g' \
-e 's/@''GNULIB_MKNODAT''@/0/g' \
-e 's/@''GNULIB_STAT''@/1/g' \
-e 's/@''GNULIB_UTIMENSAT''@/0/g' \
-e 's|@''HAVE_FCHMODAT''@|1|g' \
-e 's|@''HAVE_FSTATAT''@|1|g' \
-e 's|@''HAVE_FUTIMENS''@|1|g' \
-e 's|@''HAVE_LCHMOD''@|1|g' \
-e 's|@''HAVE_LSTAT''@|1|g' \
-e 's|@''HAVE_MKDIRAT''@|1|g' \
-e 's|@''HAVE_MKFIFO''@|1|g' \
-e 's|@''HAVE_MKFIFOAT''@|1|g' \
-e 's|@''HAVE_MKNOD''@|1|g' \
-e 's|@''HAVE_MKNODAT''@|1|g' \
-e 's|@''HAVE_UTIMENSAT''@|1|g' \
-e 's|@''REPLACE_FSTAT''@|0|g' \
-e 's|@''REPLACE_FSTATAT''@|0|g' \
-e 's|@''REPLACE_FUTIMENS''@|0|g' \
-e 's|@''REPLACE_LSTAT''@|1|g' \
-e 's|@''REPLACE_MKDIR''@|0|g' \
-e 's|@''REPLACE_MKFIFO''@|0|g' \
-e 's|@''REPLACE_MKNOD''@|0|g' \
-e 's|@''REPLACE_STAT''@|1|g' \
-e 's|@''REPLACE_UTIMENSAT''@|0|g' \
-e '/definitions of _GL_FUNCDECL_RPL/r c++defs.h' \
-e '/definition of _GL_ARG_NONNULL/r arg-nonnull.h' \
-e '/definition of _GL_WARN_ON_USE/r warn-on-use.h' \
< /private/tmp/emacs-1Yh6/emacs-24.3/lib/sys_stat.in.h; \
} > sys/stat.h-t && \
mv sys/stat.h-t sys/stat.h
../build-aux/install-sh -c -d sys
rm -f sys/time.h-t sys/time.h && \
{ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
sed -e 's|@''GUARD_PREFIX''@|GL|g' \
-e 's/@''HAVE_SYS_TIME_H''@/1/g' \
-e 's|@''INCLUDE_NEXT''@|include_next|g' \
-e 's|@''PRAGMA_SYSTEM_HEADER''@|#pragma GCC system_header|g' \
-e 's|@''PRAGMA_COLUMNS''@||g' \
-e 's|@''NEXT_SYS_TIME_H''@|<sys/time.h>|g' \
-e 's/@''GNULIB_GETTIMEOFDAY''@/1/g' \
-e 's|@''HAVE_WINSOCK2_H''@|0|g' \
-e 's/@''HAVE_GETTIMEOFDAY''@/1/g' \
-e 's/@''HAVE_STRUCT_TIMEVAL''@/1/g' \
-e 's/@''REPLACE_GETTIMEOFDAY''@/0/g' \
-e 's/@''REPLACE_STRUCT_TIMEVAL''@/0/g' \
-e '/definitions of _GL_FUNCDECL_RPL/r c++defs.h' \
-e '/definition of _GL_ARG_NONNULL/r arg-nonnull.h' \
-e '/definition of _GL_WARN_ON_USE/r warn-on-use.h' \
< /private/tmp/emacs-1Yh6/emacs-24.3/lib/sys_time.in.h; \
} > sys/time.h-t && \
mv sys/time.h-t sys/time.h
rm -f time.h-t time.h && \
{ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */' && \
sed -e 's|@''GUARD_PREFIX''@|GL|g' \
-e 's|@''INCLUDE_NEXT''@|include_next|g' \
-e 's|@''PRAGMA_SYSTEM_HEADER''@|#pragma GCC system_header|g' \
-e 's|@''PRAGMA_COLUMNS''@||g' \
-e 's|@''NEXT_TIME_H''@|<time.h>|g' \
-e 's/@''GNULIB_MKTIME''@/1/g' \
-e 's/@''GNULIB_NANOSLEEP''@/0/g' \
-e 's/@''GNULIB_STRPTIME''@/0/g' \
-e 's/@''GNULIB_TIMEGM''@/0/g' \
-e 's/@''GNULIB_TIME_R''@/1/g' \
-e 's|@''HAVE_DECL_LOCALTIME_R''@|1|g' \
-e 's|@''HAVE_NANOSLEEP''@|1|g' \
-e 's|@''HAVE_STRPTIME''@|1|g' \
-e 's|@''HAVE_TIMEGM''@|1|g' \
-e 's|@''REPLACE_LOCALTIME_R''@|0|g' \
-e 's|@''REPLACE_MKTIME''@|1|g' \
-e 's|@''REPLACE_NANOSLEEP''@|GNULIB_PORTCHECK|g' \
-e 's|@''REPLACE_TIMEGM''@|GNULIB_PORTCHECK|g' \
-e 's|@''PTHREAD_H_DEFINES_STRUCT_TIMESPEC''@|0|g' \
-e 's|@''SYS_TIME_H_DEFINES_STRUCT_TIMESPEC''@|0|g' \
-e 's|@''TIME_H_DEFINES_STRUCT_TIMESPEC''@|1|g' \
-e '/definitions of _GL_FUNCDECL_RPL/r c++defs.h' \
-e '/definition of _GL_ARG_NONNULL/r arg-nonnull.h' \
-e '/definition of _GL_WARN_ON_USE/r warn-on-use.h' \
< /private/tmp/emacs-1Yh6/emacs-24.3/lib/time.in.h; \
} > time.h-t && \
mv time.h-t time.h
rm -f unistd.h-t unistd.h && \
{ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
sed -e 's|@''GUARD_PREFIX''@|GL|g' \
-e 's|@''HAVE_UNISTD_H''@|1|g' \
-e 's|@''INCLUDE_NEXT''@|include_next|g' \
-e 's|@''PRAGMA_SYSTEM_HEADER''@|#pragma GCC system_header|g' \
-e 's|@''PRAGMA_COLUMNS''@||g' \
-e 's|@''NEXT_UNISTD_H''@|<unistd.h>|g' \
-e 's|@''WINDOWS_64_BIT_OFF_T''@|0|g' \
-e 's/@''GNULIB_CHDIR''@/0/g' \
-e 's/@''GNULIB_CHOWN''@/0/g' \
-e 's/@''GNULIB_CLOSE''@/0/g' \
-e 's/@''GNULIB_DUP''@/0/g' \
-e 's/@''GNULIB_DUP2''@/1/g' \
-e 's/@''GNULIB_DUP3''@/0/g' \
-e 's/@''GNULIB_ENVIRON''@/1/g' \
-e 's/@''GNULIB_EUIDACCESS''@/0/g' \
-e 's/@''GNULIB_FACCESSAT''@/0/g' \
-e 's/@''GNULIB_FCHDIR''@/0/g' \
-e 's/@''GNULIB_FCHOWNAT''@/0/g' \
-e 's/@''GNULIB_FDATASYNC''@/0/g' \
-e 's/@''GNULIB_FSYNC''@/0/g' \
-e 's/@''GNULIB_FTRUNCATE''@/0/g' \
-e 's/@''GNULIB_GETCWD''@/0/g' \
-e 's/@''GNULIB_GETDOMAINNAME''@/0/g' \
-e 's/@''GNULIB_GETDTABLESIZE''@/0/g' \
-e 's/@''GNULIB_GETGROUPS''@/0/g' \
-e 's/@''GNULIB_GETHOSTNAME''@/0/g' \
-e 's/@''GNULIB_GETLOGIN''@/0/g' \
-e 's/@''GNULIB_GETLOGIN_R''@/0/g' \
-e 's/@''GNULIB_GETPAGESIZE''@/0/g' \
-e 's/@''GNULIB_GETUSERSHELL''@/0/g' \
-e 's/@''GNULIB_GROUP_MEMBER''@/0/g' \
-e 's/@''GNULIB_ISATTY''@/0/g' \
-e 's/@''GNULIB_LCHOWN''@/0/g' \
-e 's/@''GNULIB_LINK''@/0/g' \
-e 's/@''GNULIB_LINKAT''@/0/g' \
-e 's/@''GNULIB_LSEEK''@/0/g' \
-e 's/@''GNULIB_PIPE''@/0/g' \
-e 's/@''GNULIB_PIPE2''@/0/g' \
-e 's/@''GNULIB_PREAD''@/0/g' \
-e 's/@''GNULIB_PWRITE''@/0/g' \
-e 's/@''GNULIB_READ''@/0/g' \
-e 's/@''GNULIB_READLINK''@/1/g' \
-e 's/@''GNULIB_READLINKAT''@/0/g' \
-e 's/@''GNULIB_RMDIR''@/0/g' \
-e 's/@''GNULIB_SETHOSTNAME''@/0/g' \
-e 's/@''GNULIB_SLEEP''@/0/g' \
-e 's/@''GNULIB_SYMLINK''@/1/g' \
-e 's/@''GNULIB_SYMLINKAT''@/0/g' \
-e 's/@''GNULIB_TTYNAME_R''@/0/g' \
-e 's/@''GNULIB_UNISTD_H_GETOPT''@/01/g' \
-e 's/@''GNULIB_UNISTD_H_NONBLOCKING''@/0/g' \
-e 's/@''GNULIB_UNISTD_H_SIGPIPE''@/0/g' \
-e 's/@''GNULIB_UNLINK''@/0/g' \
-e 's/@''GNULIB_UNLINKAT''@/0/g' \
-e 's/@''GNULIB_USLEEP''@/0/g' \
-e 's/@''GNULIB_WRITE''@/0/g' \
< /private/tmp/emacs-1Yh6/emacs-24.3/lib/unistd.in.h | \
sed -e 's|@''HAVE_CHOWN''@|1|g' \
-e 's|@''HAVE_DUP2''@|1|g' \
-e 's|@''HAVE_DUP3''@|1|g' \
-e 's|@''HAVE_EUIDACCESS''@|1|g' \
-e 's|@''HAVE_FACCESSAT''@|1|g' \
-e 's|@''HAVE_FCHDIR''@|1|g' \
-e 's|@''HAVE_FCHOWNAT''@|1|g' \
-e 's|@''HAVE_FDATASYNC''@|1|g' \
-e 's|@''HAVE_FSYNC''@|1|g' \
-e 's|@''HAVE_FTRUNCATE''@|1|g' \
-e 's|@''HAVE_GETDTABLESIZE''@|1|g' \
-e 's|@''HAVE_GETGROUPS''@|1|g' \
-e 's|@''HAVE_GETHOSTNAME''@|1|g' \
-e 's|@''HAVE_GETLOGIN''@|1|g' \
-e 's|@''HAVE_GETPAGESIZE''@|1|g' \
-e 's|@''HAVE_GROUP_MEMBER''@|1|g' \
-e 's|@''HAVE_LCHOWN''@|1|g' \
-e 's|@''HAVE_LINK''@|1|g' \
-e 's|@''HAVE_LINKAT''@|1|g' \
-e 's|@''HAVE_PIPE''@|1|g' \
-e 's|@''HAVE_PIPE2''@|1|g' \
-e 's|@''HAVE_PREAD''@|1|g' \
-e 's|@''HAVE_PWRITE''@|1|g' \
-e 's|@''HAVE_READLINK''@|1|g' \
-e 's|@''HAVE_READLINKAT''@|1|g' \
-e 's|@''HAVE_SETHOSTNAME''@|1|g' \
-e 's|@''HAVE_SLEEP''@|1|g' \
-e 's|@''HAVE_SYMLINK''@|1|g' \
-e 's|@''HAVE_SYMLINKAT''@|1|g' \
-e 's|@''HAVE_UNLINKAT''@|1|g' \
-e 's|@''HAVE_USLEEP''@|1|g' \
-e 's|@''HAVE_DECL_ENVIRON''@|0|g' \
-e 's|@''HAVE_DECL_FCHDIR''@|1|g' \
-e 's|@''HAVE_DECL_FDATASYNC''@|1|g' \
-e 's|@''HAVE_DECL_GETDOMAINNAME''@|1|g' \
-e 's|@''HAVE_DECL_GETLOGIN_R''@|1|g' \
-e 's|@''HAVE_DECL_GETPAGESIZE''@|1|g' \
-e 's|@''HAVE_DECL_GETUSERSHELL''@|1|g' \
-e 's|@''HAVE_DECL_SETHOSTNAME''@|1|g' \
-e 's|@''HAVE_DECL_TTYNAME_R''@|1|g' \
-e 's|@''HAVE_OS_H''@|0|g' \
-e 's|@''HAVE_SYS_PARAM_H''@|0|g' \
| \
sed -e 's|@''REPLACE_CHOWN''@|0|g' \
-e 's|@''REPLACE_CLOSE''@|0|g' \
-e 's|@''REPLACE_DUP''@|0|g' \
-e 's|@''REPLACE_DUP2''@|0|g' \
-e 's|@''REPLACE_FCHOWNAT''@|0|g' \
-e 's|@''REPLACE_FTRUNCATE''@|0|g' \
-e 's|@''REPLACE_GETCWD''@|0|g' \
-e 's|@''REPLACE_GETDOMAINNAME''@|0|g' \
-e 's|@''REPLACE_GETLOGIN_R''@|0|g' \
-e 's|@''REPLACE_GETGROUPS''@|0|g' \
-e 's|@''REPLACE_GETPAGESIZE''@|0|g' \
-e 's|@''REPLACE_ISATTY''@|0|g' \
-e 's|@''REPLACE_LCHOWN''@|0|g' \
-e 's|@''REPLACE_LINK''@|0|g' \
-e 's|@''REPLACE_LINKAT''@|0|g' \
-e 's|@''REPLACE_LSEEK''@|0|g' \
-e 's|@''REPLACE_PREAD''@|0|g' \
-e 's|@''REPLACE_PWRITE''@|0|g' \
-e 's|@''REPLACE_READ''@|0|g' \
-e 's|@''REPLACE_READLINK''@|1|g' \
-e 's|@''REPLACE_RMDIR''@|0|g' \
-e 's|@''REPLACE_SLEEP''@|0|g' \
-e 's|@''REPLACE_SYMLINK''@|1|g' \
-e 's|@''REPLACE_TTYNAME_R''@|0|g' \
-e 's|@''REPLACE_UNLINK''@|0|g' \
-e 's|@''REPLACE_UNLINKAT''@|0|g' \
-e 's|@''REPLACE_USLEEP''@|0|g' \
-e 's|@''REPLACE_WRITE''@|0|g' \
-e 's|@''UNISTD_H_HAVE_WINSOCK2_H''@|0|g' \
-e 's|@''UNISTD_H_HAVE_WINSOCK2_H_AND_USE_SOCKETS''@|0|g' \
-e '/definitions of _GL_FUNCDECL_RPL/r c++defs.h' \
-e '/definition of _GL_ARG_NONNULL/r arg-nonnull.h' \
-e '/definition of _GL_WARN_ON_USE/r warn-on-use.h'; \
} > unistd.h-t && \
mv unistd.h-t unistd.h
/usr/bin/make all-am
cc -DHAVE_CONFIG_H -I. -I/private/tmp/emacs-1Yh6/emacs-24.3/lib -I../src -I/private/tmp/emacs-1Yh6/emacs-24.3/src -g3 -O2 -MT allocator.o -MD -MP -MF .deps/allocator.Tpo -c -o allocator.o allocator.c
brew: superenv removed: -I/private/tmp/emacs-1Yh6/emacs-24.3/lib -I/private/tmp/emacs-1Yh6/emacs-24.3/src -g3 -O2
mv -f .deps/allocator.Tpo .deps/allocator.Po
cc -DHAVE_CONFIG_H -I. -I/private/tmp/emacs-1Yh6/emacs-24.3/lib -I../src -I/private/tmp/emacs-1Yh6/emacs-24.3/src -g3 -O2 -MT c-ctype.o -MD -MP -MF .deps/c-ctype.Tpo -c -o c-ctype.o c-ctype.c
brew: superenv removed: -I/private/tmp/emacs-1Yh6/emacs-24.3/lib -I/private/tmp/emacs-1Yh6/emacs-24.3/src -g3 -O2
mv -f .deps/c-ctype.Tpo .deps/c-ctype.Po
cc -DHAVE_CONFIG_H -I. -I/private/tmp/emacs-1Yh6/emacs-24.3/lib -I../src -I/private/tmp/emacs-1Yh6/emacs-24.3/src -g3 -O2 -MT c-strcasecmp.o -MD -MP -MF .deps/c-strcasecmp.Tpo -c -o c-strcasecmp.o c-strcasecmp.c
brew: superenv removed: -I/private/tmp/emacs-1Yh6/emacs-24.3/lib -I/private/tmp/emacs-1Yh6/emacs-24.3/src -g3 -O2
mv -f .deps/c-strcasecmp.Tpo .deps/c-strcasecmp.Po
cc -DHAVE_CONFIG_H -I. -I/private/tmp/emacs-1Yh6/emacs-24.3/lib -I../src -I/private/tmp/emacs-1Yh6/emacs-24.3/src -g3 -O2 -MT c-strncasecmp.o -MD -MP -MF .deps/c-strncasecmp.Tpo -c -o c-strncasecmp.o c-strncasecmp.c
brew: superenv removed: -I/private/tmp/emacs-1Yh6/emacs-24.3/lib -I/private/tmp/emacs-1Yh6/emacs-24.3/src -g3 -O2
mv -f .deps/c-strncasecmp.Tpo .deps/c-strncasecmp.Po
cc -DHAVE_CONFIG_H -I. -I/private/tmp/emacs-1Yh6/emacs-24.3/lib -I../src -I/private/tmp/emacs-1Yh6/emacs-24.3/src -g3 -O2 -MT careadlinkat.o -MD -MP -MF .deps/careadlinkat.Tpo -c -o careadlinkat.o careadlinkat.c
brew: superenv removed: -I/private/tmp/emacs-1Yh6/emacs-24.3/lib -I/private/tmp/emacs-1Yh6/emacs-24.3/src -g3 -O2
mv -f .deps/careadlinkat.Tpo .deps/careadlinkat.Po
cc -DHAVE_CONFIG_H -I. -I/private/tmp/emacs-1Yh6/emacs-24.3/lib -I../src -I/private/tmp/emacs-1Yh6/emacs-24.3/src -g3 -O2 -MT md5.o -MD -MP -MF .deps/md5.Tpo -c -o md5.o md5.c
brew: superenv removed: -I/private/tmp/emacs-1Yh6/emacs-24.3/lib -I/private/tmp/emacs-1Yh6/emacs-24.3/src -g3 -O2
mv -f .deps/md5.Tpo .deps/md5.Po
cc -DHAVE_CONFIG_H -I. -I/private/tmp/emacs-1Yh6/emacs-24.3/lib -I../src -I/private/tmp/emacs-1Yh6/emacs-24.3/src -g3 -O2 -MT sha1.o -MD -MP -MF .deps/sha1.Tpo -c -o sha1.o sha1.c
brew: superenv removed: -I/private/tmp/emacs-1Yh6/emacs-24.3/lib -I/private/tmp/emacs-1Yh6/emacs-24.3/src -g3 -O2
mv -f .deps/sha1.Tpo .deps/sha1.Po
cc -DHAVE_CONFIG_H -I. -I/private/tmp/emacs-1Yh6/emacs-24.3/lib -I../src -I/private/tmp/emacs-1Yh6/emacs-24.3/src -g3 -O2 -MT sha256.o -MD -MP -MF .deps/sha256.Tpo -c -o sha256.o sha256.c
brew: superenv removed: -I/private/tmp/emacs-1Yh6/emacs-24.3/lib -I/private/tmp/emacs-1Yh6/emacs-24.3/src -g3 -O2
mv -f .deps/sha256.Tpo .deps/sha256.Po
cc -DHAVE_CONFIG_H -I. -I/private/tmp/emacs-1Yh6/emacs-24.3/lib -I../src -I/private/tmp/emacs-1Yh6/emacs-24.3/src -g3 -O2 -MT sha512.o -MD -MP -MF .deps/sha512.Tpo -c -o sha512.o sha512.c
brew: superenv removed: -I/private/tmp/emacs-1Yh6/emacs-24.3/lib -I/private/tmp/emacs-1Yh6/emacs-24.3/src -g3 -O2
mv -f .deps/sha512.Tpo .deps/sha512.Po
cc -DHAVE_CONFIG_H -I. -I/private/tmp/emacs-1Yh6/emacs-24.3/lib -I../src -I/private/tmp/emacs-1Yh6/emacs-24.3/src -g3 -O2 -MT dtoastr.o -MD -MP -MF .deps/dtoastr.Tpo -c -o dtoastr.o dtoastr.c
brew: superenv removed: -I/private/tmp/emacs-1Yh6/emacs-24.3/lib -I/private/tmp/emacs-1Yh6/emacs-24.3/src -g3 -O2
mv -f .deps/dtoastr.Tpo .deps/dtoastr.Po
cc -DHAVE_CONFIG_H -I. -I/private/tmp/emacs-1Yh6/emacs-24.3/lib -I../src -I/private/tmp/emacs-1Yh6/emacs-24.3/src -g3 -O2 -MT dtotimespec.o -MD -MP -MF .deps/dtotimespec.Tpo -c -o dtotimespec.o dtotimespec.c
brew: superenv removed: -I/private/tmp/emacs-1Yh6/emacs-24.3/lib -I/private/tmp/emacs-1Yh6/emacs-24.3/src -g3 -O2
mv -f .deps/dtotimespec.Tpo .deps/dtotimespec.Po
cc -DHAVE_CONFIG_H -I. -I/private/tmp/emacs-1Yh6/emacs-24.3/lib -I../src -I/private/tmp/emacs-1Yh6/emacs-24.3/src -g3 -O2 -MT filemode.o -MD -MP -MF .deps/filemode.Tpo -c -o filemode.o filemode.c
brew: superenv removed: -I/private/tmp/emacs-1Yh6/emacs-24.3/lib -I/private/tmp/emacs-1Yh6/emacs-24.3/src -g3 -O2
mv -f .deps/filemode.Tpo .deps/filemode.Po
cc -DHAVE_CONFIG_H -I. -I/private/tmp/emacs-1Yh6/emacs-24.3/lib -I../src -I/private/tmp/emacs-1Yh6/emacs-24.3/src -g3 -O2 -MT gettime.o -MD -MP -MF .deps/gettime.Tpo -c -o gettime.o gettime.c
brew: superenv removed: -I/private/tmp/emacs-1Yh6/emacs-24.3/lib -I/private/tmp/emacs-1Yh6/emacs-24.3/src -g3 -O2
mv -f .deps/gettime.Tpo .deps/gettime.Po
cc -DHAVE_CONFIG_H -I. -I/private/tmp/emacs-1Yh6/emacs-24.3/lib -I../src -I/private/tmp/emacs-1Yh6/emacs-24.3/src -g3 -O2 -MT stat-time.o -MD -MP -MF .deps/stat-time.Tpo -c -o stat-time.o stat-time.c
brew: superenv removed: -I/private/tmp/emacs-1Yh6/emacs-24.3/lib -I/private/tmp/emacs-1Yh6/emacs-24.3/src -g3 -O2
mv -f .deps/stat-time.Tpo .deps/stat-time.Po
cc -DHAVE_CONFIG_H -I. -I/private/tmp/emacs-1Yh6/emacs-24.3/lib -I../src -I/private/tmp/emacs-1Yh6/emacs-24.3/src -g3 -O2 -MT strftime.o -MD -MP -MF .deps/strftime.Tpo -c -o strftime.o strftime.c
brew: superenv removed: -I/private/tmp/emacs-1Yh6/emacs-24.3/lib -I/private/tmp/emacs-1Yh6/emacs-24.3/src -g3 -O2
mv -f .deps/strftime.Tpo .deps/strftime.Po
cc -DHAVE_CONFIG_H -I. -I/private/tmp/emacs-1Yh6/emacs-24.3/lib -I../src -I/private/tmp/emacs-1Yh6/emacs-24.3/src -g3 -O2 -MT timespec.o -MD -MP -MF .deps/timespec.Tpo -c -o timespec.o timespec.c
brew: superenv removed: -I/private/tmp/emacs-1Yh6/emacs-24.3/lib -I/private/tmp/emacs-1Yh6/emacs-24.3/src -g3 -O2
mv -f .deps/timespec.Tpo .deps/timespec.Po
cc -DHAVE_CONFIG_H -I. -I/private/tmp/emacs-1Yh6/emacs-24.3/lib -I../src -I/private/tmp/emacs-1Yh6/emacs-24.3/src -g3 -O2 -MT timespec-add.o -MD -MP -MF .deps/timespec-add.Tpo -c -o timespec-add.o timespec-add.c
brew: superenv removed: -I/private/tmp/emacs-1Yh6/emacs-24.3/lib -I/private/tmp/emacs-1Yh6/emacs-24.3/src -g3 -O2
mv -f .deps/timespec-add.Tpo .deps/timespec-add.Po
cc -DHAVE_CONFIG_H -I. -I/private/tmp/emacs-1Yh6/emacs-24.3/lib -I../src -I/private/tmp/emacs-1Yh6/emacs-24.3/src -g3 -O2 -MT timespec-sub.o -MD -MP -MF .deps/timespec-sub.Tpo -c -o timespec-sub.o timespec-sub.c
brew: superenv removed: -I/private/tmp/emacs-1Yh6/emacs-24.3/lib -I/private/tmp/emacs-1Yh6/emacs-24.3/src -g3 -O2
mv -f .deps/timespec-sub.Tpo .deps/timespec-sub.Po
cc -DHAVE_CONFIG_H -I. -I/private/tmp/emacs-1Yh6/emacs-24.3/lib -I../src -I/private/tmp/emacs-1Yh6/emacs-24.3/src -g3 -O2 -MT u64.o -MD -MP -MF .deps/u64.Tpo -c -o u64.o u64.c
brew: superenv removed: -I/private/tmp/emacs-1Yh6/emacs-24.3/lib -I/private/tmp/emacs-1Yh6/emacs-24.3/src -g3 -O2
mv -f .deps/u64.Tpo .deps/u64.Po
cc -DHAVE_CONFIG_H -I. -I/private/tmp/emacs-1Yh6/emacs-24.3/lib -I../src -I/private/tmp/emacs-1Yh6/emacs-24.3/src -g3 -O2 -MT utimens.o -MD -MP -MF .deps/utimens.Tpo -c -o utimens.o utimens.c
brew: superenv removed: -I/private/tmp/emacs-1Yh6/emacs-24.3/lib -I/private/tmp/emacs-1Yh6/emacs-24.3/src -g3 -O2
mv -f .deps/utimens.Tpo .deps/utimens.Po
cc -DHAVE_CONFIG_H -I. -I/private/tmp/emacs-1Yh6/emacs-24.3/lib -I../src -I/private/tmp/emacs-1Yh6/emacs-24.3/src -g3 -O2 -MT getopt.o -MD -MP -MF .deps/getopt.Tpo -c -o getopt.o getopt.c
brew: superenv removed: -I/private/tmp/emacs-1Yh6/emacs-24.3/lib -I/private/tmp/emacs-1Yh6/emacs-24.3/src -g3 -O2
mv -f .deps/getopt.Tpo .deps/getopt.Po
cc -DHAVE_CONFIG_H -I. -I/private/tmp/emacs-1Yh6/emacs-24.3/lib -I../src -I/private/tmp/emacs-1Yh6/emacs-24.3/src -g3 -O2 -MT getopt1.o -MD -MP -MF .deps/getopt1.Tpo -c -o getopt1.o getopt1.c
brew: superenv removed: -I/private/tmp/emacs-1Yh6/emacs-24.3/lib -I/private/tmp/emacs-1Yh6/emacs-24.3/src -g3 -O2
mv -f .deps/getopt1.Tpo .deps/getopt1.Po
cc -DHAVE_CONFIG_H -I. -I/private/tmp/emacs-1Yh6/emacs-24.3/lib -I../src -I/private/tmp/emacs-1Yh6/emacs-24.3/src -g3 -O2 -MT lstat.o -MD -MP -MF .deps/lstat.Tpo -c -o lstat.o lstat.c
brew: superenv removed: -I/private/tmp/emacs-1Yh6/emacs-24.3/lib -I/private/tmp/emacs-1Yh6/emacs-24.3/src -g3 -O2
mv -f .deps/lstat.Tpo .deps/lstat.Po
cc -DHAVE_CONFIG_H -I. -I/private/tmp/emacs-1Yh6/emacs-24.3/lib -I../src -I/private/tmp/emacs-1Yh6/emacs-24.3/src -g3 -O2 -MT mktime.o -MD -MP -MF .deps/mktime.Tpo -c -o mktime.o mktime.c
brew: superenv removed: -I/private/tmp/emacs-1Yh6/emacs-24.3/lib -I/private/tmp/emacs-1Yh6/emacs-24.3/src -g3 -O2
mv -f .deps/mktime.Tpo .deps/mktime.Po
cc -DHAVE_CONFIG_H -I. -I/private/tmp/emacs-1Yh6/emacs-24.3/lib -I../src -I/private/tmp/emacs-1Yh6/emacs-24.3/src -g3 -O2 -MT pthread_sigmask.o -MD -MP -MF .deps/pthread_sigmask.Tpo -c -o pthread_sigmask.o pthread_sigmask.c
brew: superenv removed: -I/private/tmp/emacs-1Yh6/emacs-24.3/lib -I/private/tmp/emacs-1Yh6/emacs-24.3/src -g3 -O2
mv -f .deps/pthread_sigmask.Tpo .deps/pthread_sigmask.Po
cc -DHAVE_CONFIG_H -I. -I/private/tmp/emacs-1Yh6/emacs-24.3/lib -I../src -I/private/tmp/emacs-1Yh6/emacs-24.3/src -g3 -O2 -MT readlink.o -MD -MP -MF .deps/readlink.Tpo -c -o readlink.o readlink.c
brew: superenv removed: -I/private/tmp/emacs-1Yh6/emacs-24.3/lib -I/private/tmp/emacs-1Yh6/emacs-24.3/src -g3 -O2
mv -f .deps/readlink.Tpo .deps/readlink.Po
cc -DHAVE_CONFIG_H -I. -I/private/tmp/emacs-1Yh6/emacs-24.3/lib -I../src -I/private/tmp/emacs-1Yh6/emacs-24.3/src -g3 -O2 -MT stat.o -MD -MP -MF .deps/stat.Tpo -c -o stat.o stat.c
brew: superenv removed: -I/private/tmp/emacs-1Yh6/emacs-24.3/lib -I/private/tmp/emacs-1Yh6/emacs-24.3/src -g3 -O2
mv -f .deps/stat.Tpo .deps/stat.Po
cc -DHAVE_CONFIG_H -I. -I/private/tmp/emacs-1Yh6/emacs-24.3/lib -I../src -I/private/tmp/emacs-1Yh6/emacs-24.3/src -g3 -O2 -MT symlink.o -MD -MP -MF .deps/symlink.Tpo -c -o symlink.o symlink.c
brew: superenv removed: -I/private/tmp/emacs-1Yh6/emacs-24.3/lib -I/private/tmp/emacs-1Yh6/emacs-24.3/src -g3 -O2
mv -f .deps/symlink.Tpo .deps/symlink.Po
rm -f libgnu.a
ar cru libgnu.a allocator.o c-ctype.o c-strcasecmp.o c-strncasecmp.o careadlinkat.o md5.o sha1.o sha256.o sha512.o dtoastr.o dtotimespec.o filemode.o gettime.o stat-time.o strftime.o timespec.o timespec-add.o timespec-sub.o u64.o utimens.o getopt.o getopt1.o lstat.o mktime.o pthread_sigmask.o readlink.o stat.o symlink.o
/usr/bin/ranlib: file: libgnu.a(u64.o) has no symbols
ranlib libgnu.a
ranlib: file: libgnu.a(u64.o) has no symbols
cd lib-src && /usr/bin/make all \
CC='cc' CFLAGS='-g3 -O2' CPPFLAGS='' \
LDFLAGS='' MAKE='/usr/bin/make'
cc -c -I. -I../src -I../lib -I/private/tmp/emacs-1Yh6/emacs-24.3/lib-src -I/private/tmp/emacs-1Yh6/emacs-24.3/lib-src/../src -I/private/tmp/emacs-1Yh6/emacs-24.3/lib-src/../lib -g3 -O2 -DCONFIG_BROKETS -DINHIBIT_STRING_HEADER \
/private/tmp/emacs-1Yh6/emacs-24.3/lib-src/../src/regex.c
brew: superenv removed: -I/private/tmp/emacs-1Yh6/emacs-24.3/lib-src -I/private/tmp/emacs-1Yh6/emacs-24.3/lib-src/../src -I/private/tmp/emacs-1Yh6/emacs-24.3/lib-src/../lib -g3 -O2
cc -I. -I../src -I../lib -I/private/tmp/emacs-1Yh6/emacs-24.3/lib-src -I/private/tmp/emacs-1Yh6/emacs-24.3/lib-src/../src -I/private/tmp/emacs-1Yh6/emacs-24.3/lib-src/../lib -g3 -O2 -DEMACS_NAME="\"GNU Emacs\"" \
-DVERSION="\"24.3\"" /private/tmp/emacs-1Yh6/emacs-24.3/lib-src/etags.c \
regex.o ../lib/libgnu.a -o etags
brew: superenv removed: -I/private/tmp/emacs-1Yh6/emacs-24.3/lib-src -I/private/tmp/emacs-1Yh6/emacs-24.3/lib-src/../src -I/private/tmp/emacs-1Yh6/emacs-24.3/lib-src/../lib -g3 -O2
cc -I. -I../src -I../lib -I/private/tmp/emacs-1Yh6/emacs-24.3/lib-src -I/private/tmp/emacs-1Yh6/emacs-24.3/lib-src/../src -I/private/tmp/emacs-1Yh6/emacs-24.3/lib-src/../lib -g3 -O2 -DCTAGS -DEMACS_NAME="\"GNU Emacs\"" \
-DVERSION="\"24.3\"" /private/tmp/emacs-1Yh6/emacs-24.3/lib-src/etags.c \
regex.o ../lib/libgnu.a -o ctags
brew: superenv removed: -I/private/tmp/emacs-1Yh6/emacs-24.3/lib-src -I/private/tmp/emacs-1Yh6/emacs-24.3/lib-src/../src -I/private/tmp/emacs-1Yh6/emacs-24.3/lib-src/../lib -g3 -O2
cc -I. -I../src -I../lib -I/private/tmp/emacs-1Yh6/emacs-24.3/lib-src -I/private/tmp/emacs-1Yh6/emacs-24.3/lib-src/../src -I/private/tmp/emacs-1Yh6/emacs-24.3/lib-src/../lib -g3 -O2 /private/tmp/emacs-1Yh6/emacs-24.3/lib-src/emacsclient.c \
-DVERSION="\"24.3\"" \
../lib/libgnu.a -o emacsclient
brew: superenv removed: -I/private/tmp/emacs-1Yh6/emacs-24.3/lib-src -I/private/tmp/emacs-1Yh6/emacs-24.3/lib-src/../src -I/private/tmp/emacs-1Yh6/emacs-24.3/lib-src/../lib -g3 -O2
cc -I. -I../src -I../lib -I/private/tmp/emacs-1Yh6/emacs-24.3/lib-src -I/private/tmp/emacs-1Yh6/emacs-24.3/lib-src/../src -I/private/tmp/emacs-1Yh6/emacs-24.3/lib-src/../lib -g3 -O2 -DVERSION="\"24.3\"" \
/private/tmp/emacs-1Yh6/emacs-24.3/lib-src/ebrowse.c ../lib/libgnu.a -o ebrowse
brew: superenv removed: -I/private/tmp/emacs-1Yh6/emacs-24.3/lib-src -I/private/tmp/emacs-1Yh6/emacs-24.3/lib-src/../src -I/private/tmp/emacs-1Yh6/emacs-24.3/lib-src/../lib -g3 -O2
cc -I. -I../src -I../lib -I/private/tmp/emacs-1Yh6/emacs-24.3/lib-src -I/private/tmp/emacs-1Yh6/emacs-24.3/lib-src/../src -I/private/tmp/emacs-1Yh6/emacs-24.3/lib-src/../lib -g3 -O2 /private/tmp/emacs-1Yh6/emacs-24.3/lib-src/profile.c \
../lib/libgnu.a -o profile
brew: superenv removed: -I/private/tmp/emacs-1Yh6/emacs-24.3/lib-src -I/private/tmp/emacs-1Yh6/emacs-24.3/lib-src/../src -I/private/tmp/emacs-1Yh6/emacs-24.3/lib-src/../lib -g3 -O2
cc -c -I. -I../src -I../lib -I/private/tmp/emacs-1Yh6/emacs-24.3/lib-src -I/private/tmp/emacs-1Yh6/emacs-24.3/lib-src/../src -I/private/tmp/emacs-1Yh6/emacs-24.3/lib-src/../lib -g3 -O2 /private/tmp/emacs-1Yh6/emacs-24.3/lib-src/pop.c
brew: superenv removed: -I/private/tmp/emacs-1Yh6/emacs-24.3/lib-src -I/private/tmp/emacs-1Yh6/emacs-24.3/lib-src/../src -I/private/tmp/emacs-1Yh6/emacs-24.3/lib-src/../lib -g3 -O2
cc -I. -I../src -I../lib -I/private/tmp/emacs-1Yh6/emacs-24.3/lib-src -I/private/tmp/emacs-1Yh6/emacs-24.3/lib-src/../src -I/private/tmp/emacs-1Yh6/emacs-24.3/lib-src/../lib -g3 -O2 /private/tmp/emacs-1Yh6/emacs-24.3/lib-src/movemail.c pop.o \
../lib/libgnu.a -o movemail
brew: superenv removed: -I/private/tmp/emacs-1Yh6/emacs-24.3/lib-src -I/private/tmp/emacs-1Yh6/emacs-24.3/lib-src/../src -I/private/tmp/emacs-1Yh6/emacs-24.3/lib-src/../lib -g3 -O2
cc -I. -I../src -I../lib -I/private/tmp/emacs-1Yh6/emacs-24.3/lib-src -I/private/tmp/emacs-1Yh6/emacs-24.3/lib-src/../src -I/private/tmp/emacs-1Yh6/emacs-24.3/lib-src/../lib -g3 -O2 /private/tmp/emacs-1Yh6/emacs-24.3/lib-src/hexl.c ../lib/libgnu.a -o hexl
brew: superenv removed: -I/private/tmp/emacs-1Yh6/emacs-24.3/lib-src -I/private/tmp/emacs-1Yh6/emacs-24.3/lib-src/../src -I/private/tmp/emacs-1Yh6/emacs-24.3/lib-src/../lib -g3 -O2
cc -I. -I../src -I../lib -I/private/tmp/emacs-1Yh6/emacs-24.3/lib-src -I/private/tmp/emacs-1Yh6/emacs-24.3/lib-src/../src -I/private/tmp/emacs-1Yh6/emacs-24.3/lib-src/../lib -g3 -O2 -DHAVE_SHARED_GAME_DIR="\"/usr/local/Cellar/emacs/24.3/var/games/emacs\"" \
/private/tmp/emacs-1Yh6/emacs-24.3/lib-src/update-game-score.c ../lib/libgnu.a -o update-game-score
brew: superenv removed: -I/private/tmp/emacs-1Yh6/emacs-24.3/lib-src -I/private/tmp/emacs-1Yh6/emacs-24.3/lib-src/../src -I/private/tmp/emacs-1Yh6/emacs-24.3/lib-src/../lib -g3 -O2
cc -I. -I../src -I../lib -I/private/tmp/emacs-1Yh6/emacs-24.3/lib-src -I/private/tmp/emacs-1Yh6/emacs-24.3/lib-src/../src -I/private/tmp/emacs-1Yh6/emacs-24.3/lib-src/../lib -g3 -O2 -o test-distrib /private/tmp/emacs-1Yh6/emacs-24.3/lib-src/test-distrib.c
brew: superenv removed: -I/private/tmp/emacs-1Yh6/emacs-24.3/lib-src -I/private/tmp/emacs-1Yh6/emacs-24.3/lib-src/../src -I/private/tmp/emacs-1Yh6/emacs-24.3/lib-src/../lib -g3 -O2
./test-distrib /private/tmp/emacs-1Yh6/emacs-24.3/lib-src/testfile
cc -I. -I../src -I../lib -I/private/tmp/emacs-1Yh6/emacs-24.3/lib-src -I/private/tmp/emacs-1Yh6/emacs-24.3/lib-src/../src -I/private/tmp/emacs-1Yh6/emacs-24.3/lib-src/../lib -g3 -O2 /private/tmp/emacs-1Yh6/emacs-24.3/lib-src/make-docfile.c ../lib/libgnu.a \
-o make-docfile
brew: superenv removed: -I/private/tmp/emacs-1Yh6/emacs-24.3/lib-src -I/private/tmp/emacs-1Yh6/emacs-24.3/lib-src/../src -I/private/tmp/emacs-1Yh6/emacs-24.3/lib-src/../lib -g3 -O2
boot=bootstrap-emacs; \
if [ ! -x "src/$boot" ]; then \
cd src; /usr/bin/make all \
CC='cc' CFLAGS='-g3 -O2' CPPFLAGS='' \
LDFLAGS='' MAKE='/usr/bin/make' BOOTSTRAPEMACS="$boot"; \
fi;
cc -c -Demacs -I. -I/private/tmp/emacs-1Yh6/emacs-24.3/src -I../lib -I/private/tmp/emacs-1Yh6/emacs-24.3/src/../lib -MMD -MF deps/pre-crt0.d -MP -g3 -O2 pre-crt0.c
brew: superenv removed: -I/private/tmp/emacs-1Yh6/emacs-24.3/src -I/private/tmp/emacs-1Yh6/emacs-24.3/src/../lib -g3 -O2
touch stamp-oldxmenu
../lib-src/make-docfile -d /private/tmp/emacs-1Yh6/emacs-24.3/src -g dispnew.o frame.o scroll.o xdisp.o menu.o window.o charset.o coding.o category.o ccl.o character.o chartab.o bidi.o cm.o term.o terminal.o xfaces.o emacs.o keyboard.o macros.o keymap.o sysdep.o buffer.o filelock.o insdel.o marker.o minibuf.o fileio.o dired.o cmds.o casetab.o casefiddle.o indent.o search.o regex.o undo.o alloc.o data.o doc.o editfns.o callint.o eval.o floatfns.o fns.o font.o print.o lread.o syntax.o unexmacosx.o bytecode.o process.o gnutls.o callproc.o region-cache.o sound.o atimer.o doprnt.o intervals.o textprop.o composite.o xml.o profiler.o > gl-tmp
/private/tmp/emacs-1Yh6/emacs-24.3/src/../build-aux/move-if-change gl-tmp globals.h
echo timestamp > gl-stamp
cc -c -Demacs -I. -I/private/tmp/emacs-1Yh6/emacs-24.3/src -I../lib -I/private/tmp/emacs-1Yh6/emacs-24.3/src/../lib -MMD -MF deps/dispnew.d -MP -g3 -O2 dispnew.c
brew: superenv removed: -I/private/tmp/emacs-1Yh6/emacs-24.3/src -I/private/tmp/emacs-1Yh6/emacs-24.3/src/../lib -g3 -O2
cc -c -Demacs -I. -I/private/tmp/emacs-1Yh6/emacs-24.3/src -I../lib -I/private/tmp/emacs-1Yh6/emacs-24.3/src/../lib -MMD -MF deps/frame.d -MP -g3 -O2 frame.c
brew: superenv removed: -I/private/tmp/emacs-1Yh6/emacs-24.3/src -I/private/tmp/emacs-1Yh6/emacs-24.3/src/../lib -g3 -O2
cc -c -Demacs -I. -I/private/tmp/emacs-1Yh6/emacs-24.3/src -I../lib -I/private/tmp/emacs-1Yh6/emacs-24.3/src/../lib -MMD -MF deps/scroll.d -MP -g3 -O2 scroll.c
brew: superenv removed: -I/private/tmp/emacs-1Yh6/emacs-24.3/src -I/private/tmp/emacs-1Yh6/emacs-24.3/src/../lib -g3 -O2
cc -c -Demacs -I. -I/private/tmp/emacs-1Yh6/emacs-24.3/src -I../lib -I/private/tmp/emacs-1Yh6/emacs-24.3/src/../lib -MMD -MF deps/xdisp.d -MP -g3 -O2 xdisp.c
brew: superenv removed: -I/private/tmp/emacs-1Yh6/emacs-24.3/src -I/private/tmp/emacs-1Yh6/emacs-24.3/src/../lib -g3 -O2
cc -c -Demacs -I. -I/private/tmp/emacs-1Yh6/emacs-24.3/src -I../lib -I/private/tmp/emacs-1Yh6/emacs-24.3/src/../lib -MMD -MF deps/menu.d -MP -g3 -O2 menu.c
brew: superenv removed: -I/private/tmp/emacs-1Yh6/emacs-24.3/src -I/private/tmp/emacs-1Yh6/emacs-24.3/src/../lib -g3 -O2
cc -c -Demacs -I. -I/private/tmp/emacs-1Yh6/emacs-24.3/src -I../lib -I/private/tmp/emacs-1Yh6/emacs-24.3/src/../lib -MMD -MF deps/window.d -MP -g3 -O2 window.c
brew: superenv removed: -I/private/tmp/emacs-1Yh6/emacs-24.3/src -I/private/tmp/emacs-1Yh6/emacs-24.3/src/../lib -g3 -O2
cc -c -Demacs -I. -I/private/tmp/emacs-1Yh6/emacs-24.3/src -I../lib -I/private/tmp/emacs-1Yh6/emacs-24.3/src/../lib -MMD -MF deps/charset.d -MP -g3 -O2 charset.c
brew: superenv removed: -I/private/tmp/emacs-1Yh6/emacs-24.3/src -I/private/tmp/emacs-1Yh6/emacs-24.3/src/../lib -g3 -O2
cc -c -Demacs -I. -I/private/tmp/emacs-1Yh6/emacs-24.3/src -I../lib -I/private/tmp/emacs-1Yh6/emacs-24.3/src/../lib -MMD -MF deps/coding.d -MP -g3 -O2 coding.c
brew: superenv removed: -I/private/tmp/emacs-1Yh6/emacs-24.3/src -I/private/tmp/emacs-1Yh6/emacs-24.3/src/../lib -g3 -O2
cc -c -Demacs -I. -I/private/tmp/emacs-1Yh6/emacs-24.3/src -I../lib -I/private/tmp/emacs-1Yh6/emacs-24.3/src/../lib -MMD -MF deps/category.d -MP -g3 -O2 category.c
brew: superenv removed: -I/private/tmp/emacs-1Yh6/emacs-24.3/src -I/private/tmp/emacs-1Yh6/emacs-24.3/src/../lib -g3 -O2
cc -c -Demacs -I. -I/private/tmp/emacs-1Yh6/emacs-24.3/src -I../lib -I/private/tmp/emacs-1Yh6/emacs-24.3/src/../lib -MMD -MF deps/ccl.d -MP -g3 -O2 ccl.c
brew: superenv removed: -I/private/tmp/emacs-1Yh6/emacs-24.3/src -I/private/tmp/emacs-1Yh6/emacs-24.3/src/../lib -g3 -O2
cc -c -Demacs -I. -I/private/tmp/emacs-1Yh6/emacs-24.3/src -I../lib -I/private/tmp/emacs-1Yh6/emacs-24.3/src/../lib -MMD -MF deps/character.d -MP -g3 -O2 character.c
brew: superenv removed: -I/private/tmp/emacs-1Yh6/emacs-24.3/src -I/private/tmp/emacs-1Yh6/emacs-24.3/src/../lib -g3 -O2
cc -c -Demacs -I. -I/private/tmp/emacs-1Yh6/emacs-24.3/src -I../lib -I/private/tmp/emacs-1Yh6/emacs-24.3/src/../lib -MMD -MF deps/chartab.d -MP -g3 -O2 chartab.c
brew: superenv removed: -I/private/tmp/emacs-1Yh6/emacs-24.3/src -I/private/tmp/emacs-1Yh6/emacs-24.3/src/../lib -g3 -O2
cc -c -Demacs -I. -I/private/tmp/emacs-1Yh6/emacs-24.3/src -I../lib -I/private/tmp/emacs-1Yh6/emacs-24.3/src/../lib -MMD -MF deps/bidi.d -MP -g3 -O2 bidi.c
brew: superenv removed: -I/private/tmp/emacs-1Yh6/emacs-24.3/src -I/private/tmp/emacs-1Yh6/emacs-24.3/src/../lib -g3 -O2
cc -c -Demacs -I. -I/private/tmp/emacs-1Yh6/emacs-24.3/src -I../lib -I/private/tmp/emacs-1Yh6/emacs-24.3/src/../lib -MMD -MF deps/cm.d -MP -g3 -O2 cm.c
brew: superenv removed: -I/private/tmp/emacs-1Yh6/emacs-24.3/src -I/private/tmp/emacs-1Yh6/emacs-24.3/src/../lib -g3 -O2
cc -c -Demacs -I. -I/private/tmp/emacs-1Yh6/emacs-24.3/src -I../lib -I/private/tmp/emacs-1Yh6/emacs-24.3/src/../lib -MMD -MF deps/term.d -MP -g3 -O2 term.c
brew: superenv removed: -I/private/tmp/emacs-1Yh6/emacs-24.3/src -I/private/tmp/emacs-1Yh6/emacs-24.3/src/../lib -g3 -O2
cc -c -Demacs -I. -I/private/tmp/emacs-1Yh6/emacs-24.3/src -I../lib -I/private/tmp/emacs-1Yh6/emacs-24.3/src/../lib -MMD -MF deps/terminal.d -MP -g3 -O2 terminal.c
brew: superenv removed: -I/private/tmp/emacs-1Yh6/emacs-24.3/src -I/private/tmp/emacs-1Yh6/emacs-24.3/src/../lib -g3 -O2
cc -c -Demacs -I. -I/private/tmp/emacs-1Yh6/emacs-24.3/src -I../lib -I/private/tmp/emacs-1Yh6/emacs-24.3/src/../lib -MMD -MF deps/xfaces.d -MP -g3 -O2 xfaces.c
brew: superenv removed: -I/private/tmp/emacs-1Yh6/emacs-24.3/src -I/private/tmp/emacs-1Yh6/emacs-24.3/src/../lib -g3 -O2
cc -c -Demacs -I. -I/private/tmp/emacs-1Yh6/emacs-24.3/src -I../lib -I/private/tmp/emacs-1Yh6/emacs-24.3/src/../lib -MMD -MF deps/emacs.d -MP -g3 -O2 emacs.c
brew: superenv removed: -I/private/tmp/emacs-1Yh6/emacs-24.3/src -I/private/tmp/emacs-1Yh6/emacs-24.3/src/../lib -g3 -O2
cc -c -Demacs -I. -I/private/tmp/emacs-1Yh6/emacs-24.3/src -I../lib -I/private/tmp/emacs-1Yh6/emacs-24.3/src/../lib -MMD -MF deps/keyboard.d -MP -g3 -O2 keyboard.c
brew: superenv removed: -I/private/tmp/emacs-1Yh6/emacs-24.3/src -I/private/tmp/emacs-1Yh6/emacs-24.3/src/../lib -g3 -O2
cc -c -Demacs -I. -I/private/tmp/emacs-1Yh6/emacs-24.3/src -I../lib -I/private/tmp/emacs-1Yh6/emacs-24.3/src/../lib -MMD -MF deps/macros.d -MP -g3 -O2 macros.c
brew: superenv removed: -I/private/tmp/emacs-1Yh6/emacs-24.3/src -I/private/tmp/emacs-1Yh6/emacs-24.3/src/../lib -g3 -O2
cc -c -Demacs -I. -I/private/tmp/emacs-1Yh6/emacs-24.3/src -I../lib -I/private/tmp/emacs-1Yh6/emacs-24.3/src/../lib -MMD -MF deps/keymap.d -MP -g3 -O2 keymap.c
brew: superenv removed: -I/private/tmp/emacs-1Yh6/emacs-24.3/src -I/private/tmp/emacs-1Yh6/emacs-24.3/src/../lib -g3 -O2
cc -c -Demacs -I. -I/private/tmp/emacs-1Yh6/emacs-24.3/src -I../lib -I/private/tmp/emacs-1Yh6/emacs-24.3/src/../lib -MMD -MF deps/sysdep.d -MP -g3 -O2 sysdep.c
brew: superenv removed: -I/private/tmp/emacs-1Yh6/emacs-24.3/src -I/private/tmp/emacs-1Yh6/emacs-24.3/src/../lib -g3 -O2
cc -c -Demacs -I. -I/private/tmp/emacs-1Yh6/emacs-24.3/src -I../lib -I/private/tmp/emacs-1Yh6/emacs-24.3/src/../lib -MMD -MF deps/buffer.d -MP -g3 -O2 buffer.c
brew: superenv removed: -I/private/tmp/emacs-1Yh6/emacs-24.3/src -I/private/tmp/emacs-1Yh6/emacs-24.3/src/../lib -g3 -O2
cc -c -Demacs -I. -I/private/tmp/emacs-1Yh6/emacs-24.3/src -I../lib -I/private/tmp/emacs-1Yh6/emacs-24.3/src/../lib -MMD -MF deps/filelock.d -MP -g3 -O2 filelock.c
brew: superenv removed: -I/private/tmp/emacs-1Yh6/emacs-24.3/src -I/private/tmp/emacs-1Yh6/emacs-24.3/src/../lib -g3 -O2
cc -c -Demacs -I. -I/private/tmp/emacs-1Yh6/emacs-24.3/src -I../lib -I/private/tmp/emacs-1Yh6/emacs-24.3/src/../lib -MMD -MF deps/insdel.d -MP -g3 -O2 insdel.c
brew: superenv removed: -I/private/tmp/emacs-1Yh6/emacs-24.3/src -I/private/tmp/emacs-1Yh6/emacs-24.3/src/../lib -g3 -O2
cc -c -Demacs -I. -I/private/tmp/emacs-1Yh6/emacs-24.3/src -I../lib -I/private/tmp/emacs-1Yh6/emacs-24.3/src/../lib -MMD -MF deps/marker.d -MP -g3 -O2 marker.c
brew: superenv removed: -I/private/tmp/emacs-1Yh6/emacs-24.3/src -I/private/tmp/emacs-1Yh6/emacs-24.3/src/../lib -g3 -O2
cc -c -Demacs -I. -I/private/tmp/emacs-1Yh6/emacs-24.3/src -I../lib -I/private/tmp/emacs-1Yh6/emacs-24.3/src/../lib -MMD -MF deps/minibuf.d -MP -g3 -O2 minibuf.c
brew: superenv removed: -I/private/tmp/emacs-1Yh6/emacs-24.3/src -I/private/tmp/emacs-1Yh6/emacs-24.3/src/../lib -g3 -O2
cc -c -Demacs -I. -I/private/tmp/emacs-1Yh6/emacs-24.3/src -I../lib -I/private/tmp/emacs-1Yh6/emacs-24.3/src/../lib -MMD -MF deps/fileio.d -MP -g3 -O2 fileio.c
brew: superenv removed: -I/private/tmp/emacs-1Yh6/emacs-24.3/src -I/private/tmp/emacs-1Yh6/emacs-24.3/src/../lib -g3 -O2
cc -c -Demacs -I. -I/private/tmp/emacs-1Yh6/emacs-24.3/src -I../lib -I/private/tmp/emacs-1Yh6/emacs-24.3/src/../lib -MMD -MF deps/dired.d -MP -g3 -O2 dired.c
brew: superenv removed: -I/private/tmp/emacs-1Yh6/emacs-24.3/src -I/private/tmp/emacs-1Yh6/emacs-24.3/src/../lib -g3 -O2
cc -c -Demacs -I. -I/private/tmp/emacs-1Yh6/emacs-24.3/src -I../lib -I/private/tmp/emacs-1Yh6/emacs-24.3/src/../lib -MMD -MF deps/cmds.d -MP -g3 -O2 cmds.c
brew: superenv removed: -I/private/tmp/emacs-1Yh6/emacs-24.3/src -I/private/tmp/emacs-1Yh6/emacs-24.3/src/../lib -g3 -O2
cc -c -Demacs -I. -I/private/tmp/emacs-1Yh6/emacs-24.3/src -I../lib -I/private/tmp/emacs-1Yh6/emacs-24.3/src/../lib -MMD -MF deps/casetab.d -MP -g3 -O2 casetab.c
brew: superenv removed: -I/private/tmp/emacs-1Yh6/emacs-24.3/src -I/private/tmp/emacs-1Yh6/emacs-24.3/src/../lib -g3 -O2
cc -c -Demacs -I. -I/private/tmp/emacs-1Yh6/emacs-24.3/src -I../lib -I/private/tmp/emacs-1Yh6/emacs-24.3/src/../lib -MMD -MF deps/casefiddle.d -MP -g3 -O2 casefiddle.c
brew: superenv removed: -I/private/tmp/emacs-1Yh6/emacs-24.3/src -I/private/tmp/emacs-1Yh6/emacs-24.3/src/../lib -g3 -O2
cc -c -Demacs -I. -I/private/tmp/emacs-1Yh6/emacs-24.3/src -I../lib -I/private/tmp/emacs-1Yh6/emacs-24.3/src/../lib -MMD -MF deps/indent.d -MP -g3 -O2 indent.c
brew: superenv removed: -I/private/tmp/emacs-1Yh6/emacs-24.3/src -I/private/tmp/emacs-1Yh6/emacs-24.3/src/../lib -g3 -O2
cc -c -Demacs -I. -I/private/tmp/emacs-1Yh6/emacs-24.3/src -I../lib -I/private/tmp/emacs-1Yh6/emacs-24.3/src/../lib -MMD -MF deps/search.d -MP -g3 -O2 search.c
brew: superenv removed: -I/private/tmp/emacs-1Yh6/emacs-24.3/src -I/private/tmp/emacs-1Yh6/emacs-24.3/src/../lib -g3 -O2
cc -c -Demacs -I. -I/private/tmp/emacs-1Yh6/emacs-24.3/src -I../lib -I/private/tmp/emacs-1Yh6/emacs-24.3/src/../lib -MMD -MF deps/regex.d -MP -g3 -O2 regex.c
brew: superenv removed: -I/private/tmp/emacs-1Yh6/emacs-24.3/src -I/private/tmp/emacs-1Yh6/emacs-24.3/src/../lib -g3 -O2
cc -c -Demacs -I. -I/private/tmp/emacs-1Yh6/emacs-24.3/src -I../lib -I/private/tmp/emacs-1Yh6/emacs-24.3/src/../lib -MMD -MF deps/undo.d -MP -g3 -O2 undo.c
brew: superenv removed: -I/private/tmp/emacs-1Yh6/emacs-24.3/src -I/private/tmp/emacs-1Yh6/emacs-24.3/src/../lib -g3 -O2
cc -c -Demacs -I. -I/private/tmp/emacs-1Yh6/emacs-24.3/src -I../lib -I/private/tmp/emacs-1Yh6/emacs-24.3/src/../lib -MMD -MF deps/alloc.d -MP -g3 -O2 alloc.c
brew: superenv removed: -I/private/tmp/emacs-1Yh6/emacs-24.3/src -I/private/tmp/emacs-1Yh6/emacs-24.3/src/../lib -g3 -O2
cc -c -Demacs -I. -I/private/tmp/emacs-1Yh6/emacs-24.3/src -I../lib -I/private/tmp/emacs-1Yh6/emacs-24.3/src/../lib -MMD -MF deps/data.d -MP -g3 -O2 data.c
brew: superenv removed: -I/private/tmp/emacs-1Yh6/emacs-24.3/src -I/private/tmp/emacs-1Yh6/emacs-24.3/src/../lib -g3 -O2
echo "#define BUILDOBJ \"dispnew.o frame.o scroll.o xdisp.o menu.o window.o charset.o coding.o category.o ccl.o character.o chartab.o bidi.o cm.o term.o terminal.o xfaces.o emacs.o keyboard.o macros.o keymap.o sysdep.o buffer.o filelock.o insdel.o marker.o minibuf.o fileio.o dired.o cmds.o casetab.o casefiddle.o indent.o search.o regex.o undo.o alloc.o data.o doc.o editfns.o callint.o eval.o floatfns.o fns.o font.o print.o lread.o syntax.o unexmacosx.o bytecode.o process.o gnutls.o callproc.o region-cache.o sound.o atimer.o doprnt.o intervals.o textprop.o composite.o xml.o profiler.o terminfo.o lastfile.o " "\"" > buildobj.h
cc -c -Demacs -I. -I/private/tmp/emacs-1Yh6/emacs-24.3/src -I../lib -I/private/tmp/emacs-1Yh6/emacs-24.3/src/../lib -MMD -MF deps/doc.d -MP -g3 -O2 doc.c
brew: superenv removed: -I/private/tmp/emacs-1Yh6/emacs-24.3/src -I/private/tmp/emacs-1Yh6/emacs-24.3/src/../lib -g3 -O2
cc -c -Demacs -I. -I/private/tmp/emacs-1Yh6/emacs-24.3/src -I../lib -I/private/tmp/emacs-1Yh6/emacs-24.3/src/../lib -MMD -MF deps/editfns.d -MP -g3 -O2 editfns.c
brew: superenv removed: -I/private/tmp/emacs-1Yh6/emacs-24.3/src -I/private/tmp/emacs-1Yh6/emacs-24.3/src/../lib -g3 -O2
cc -c -Demacs -I. -I/private/tmp/emacs-1Yh6/emacs-24.3/src -I../lib -I/private/tmp/emacs-1Yh6/emacs-24.3/src/../lib -MMD -MF deps/callint.d -MP -g3 -O2 callint.c
brew: superenv removed: -I/private/tmp/emacs-1Yh6/emacs-24.3/src -I/private/tmp/emacs-1Yh6/emacs-24.3/src/../lib -g3 -O2
cc -c -Demacs -I. -I/private/tmp/emacs-1Yh6/emacs-24.3/src -I../lib -I/private/tmp/emacs-1Yh6/emacs-24.3/src/../lib -MMD -MF deps/eval.d -MP -g3 -O2 eval.c
brew: superenv removed: -I/private/tmp/emacs-1Yh6/emacs-24.3/src -I/private/tmp/emacs-1Yh6/emacs-24.3/src/../lib -g3 -O2
cc -c -Demacs -I. -I/private/tmp/emacs-1Yh6/emacs-24.3/src -I../lib -I/private/tmp/emacs-1Yh6/emacs-24.3/src/../lib -MMD -MF deps/floatfns.d -MP -g3 -O2 floatfns.c
brew: superenv removed: -I/private/tmp/emacs-1Yh6/emacs-24.3/src -I/private/tmp/emacs-1Yh6/emacs-24.3/src/../lib -g3 -O2
cc -c -Demacs -I. -I/private/tmp/emacs-1Yh6/emacs-24.3/src -I../lib -I/private/tmp/emacs-1Yh6/emacs-24.3/src/../lib -MMD -MF deps/fns.d -MP -g3 -O2 fns.c
brew: superenv removed: -I/private/tmp/emacs-1Yh6/emacs-24.3/src -I/private/tmp/emacs-1Yh6/emacs-24.3/src/../lib -g3 -O2
cc -c -Demacs -I. -I/private/tmp/emacs-1Yh6/emacs-24.3/src -I../lib -I/private/tmp/emacs-1Yh6/emacs-24.3/src/../lib -MMD -MF deps/font.d -MP -g3 -O2 font.c
brew: superenv removed: -I/private/tmp/emacs-1Yh6/emacs-24.3/src -I/private/tmp/emacs-1Yh6/emacs-24.3/src/../lib -g3 -O2
cc -c -Demacs -I. -I/private/tmp/emacs-1Yh6/emacs-24.3/src -I../lib -I/private/tmp/emacs-1Yh6/emacs-24.3/src/../lib -MMD -MF deps/print.d -MP -g3 -O2 print.c
brew: superenv removed: -I/private/tmp/emacs-1Yh6/emacs-24.3/src -I/private/tmp/emacs-1Yh6/emacs-24.3/src/../lib -g3 -O2
cc -c -Demacs -I. -I/private/tmp/emacs-1Yh6/emacs-24.3/src -I../lib -I/private/tmp/emacs-1Yh6/emacs-24.3/src/../lib -MMD -MF deps/lread.d -MP -g3 -O2 lread.c
brew: superenv removed: -I/private/tmp/emacs-1Yh6/emacs-24.3/src -I/private/tmp/emacs-1Yh6/emacs-24.3/src/../lib -g3 -O2
cc -c -Demacs -I. -I/private/tmp/emacs-1Yh6/emacs-24.3/src -I../lib -I/private/tmp/emacs-1Yh6/emacs-24.3/src/../lib -MMD -MF deps/syntax.d -MP -g3 -O2 syntax.c
brew: superenv removed: -I/private/tmp/emacs-1Yh6/emacs-24.3/src -I/private/tmp/emacs-1Yh6/emacs-24.3/src/../lib -g3 -O2
cc -c -Demacs -I. -I/private/tmp/emacs-1Yh6/emacs-24.3/src -I../lib -I/private/tmp/emacs-1Yh6/emacs-24.3/src/../lib -MMD -MF deps/unexmacosx.d -MP -g3 -O2 unexmacosx.c
brew: superenv removed: -I/private/tmp/emacs-1Yh6/emacs-24.3/src -I/private/tmp/emacs-1Yh6/emacs-24.3/src/../lib -g3 -O2
cc -c -Demacs -I. -I/private/tmp/emacs-1Yh6/emacs-24.3/src -I../lib -I/private/tmp/emacs-1Yh6/emacs-24.3/src/../lib -MMD -MF deps/bytecode.d -MP -g3 -O2 bytecode.c
brew: superenv removed: -I/private/tmp/emacs-1Yh6/emacs-24.3/src -I/private/tmp/emacs-1Yh6/emacs-24.3/src/../lib -g3 -O2
cc -c -Demacs -I. -I/private/tmp/emacs-1Yh6/emacs-24.3/src -I../lib -I/private/tmp/emacs-1Yh6/emacs-24.3/src/../lib -MMD -MF deps/process.d -MP -g3 -O2 process.c
brew: superenv removed: -I/private/tmp/emacs-1Yh6/emacs-24.3/src -I/private/tmp/emacs-1Yh6/emacs-24.3/src/../lib -g3 -O2
cc -c -Demacs -I. -I/private/tmp/emacs-1Yh6/emacs-24.3/src -I../lib -I/private/tmp/emacs-1Yh6/emacs-24.3/src/../lib -MMD -MF deps/gnutls.d -MP -g3 -O2 gnutls.c
brew: superenv removed: -I/private/tmp/emacs-1Yh6/emacs-24.3/src -I/private/tmp/emacs-1Yh6/emacs-24.3/src/../lib -g3 -O2
cc -c -Demacs -I. -I/private/tmp/emacs-1Yh6/emacs-24.3/src -I../lib -I/private/tmp/emacs-1Yh6/emacs-24.3/src/../lib -MMD -MF deps/callproc.d -MP -g3 -O2 callproc.c
brew: superenv removed: -I/private/tmp/emacs-1Yh6/emacs-24.3/src -I/private/tmp/emacs-1Yh6/emacs-24.3/src/../lib -g3 -O2
cc -c -Demacs -I. -I/private/tmp/emacs-1Yh6/emacs-24.3/src -I../lib -I/private/tmp/emacs-1Yh6/emacs-24.3/src/../lib -MMD -MF deps/region-cache.d -MP -g3 -O2 region-cache.c
brew: superenv removed: -I/private/tmp/emacs-1Yh6/emacs-24.3/src -I/private/tmp/emacs-1Yh6/emacs-24.3/src/../lib -g3 -O2
cc -c -Demacs -I. -I/private/tmp/emacs-1Yh6/emacs-24.3/src -I../lib -I/private/tmp/emacs-1Yh6/emacs-24.3/src/../lib -MMD -MF deps/sound.d -MP -g3 -O2 sound.c
brew: superenv removed: -I/private/tmp/emacs-1Yh6/emacs-24.3/src -I/private/tmp/emacs-1Yh6/emacs-24.3/src/../lib -g3 -O2
cc -c -Demacs -I. -I/private/tmp/emacs-1Yh6/emacs-24.3/src -I../lib -I/private/tmp/emacs-1Yh6/emacs-24.3/src/../lib -MMD -MF deps/atimer.d -MP -g3 -O2 atimer.c
brew: superenv removed: -I/private/tmp/emacs-1Yh6/emacs-24.3/src -I/private/tmp/emacs-1Yh6/emacs-24.3/src/../lib -g3 -O2
cc -c -Demacs -I. -I/private/tmp/emacs-1Yh6/emacs-24.3/src -I../lib -I/private/tmp/emacs-1Yh6/emacs-24.3/src/../lib -MMD -MF deps/doprnt.d -MP -g3 -O2 doprnt.c
brew: superenv removed: -I/private/tmp/emacs-1Yh6/emacs-24.3/src -I/private/tmp/emacs-1Yh6/emacs-24.3/src/../lib -g3 -O2
cc -c -Demacs -I. -I/private/tmp/emacs-1Yh6/emacs-24.3/src -I../lib -I/private/tmp/emacs-1Yh6/emacs-24.3/src/../lib -MMD -MF deps/intervals.d -MP -g3 -O2 intervals.c
brew: superenv removed: -I/private/tmp/emacs-1Yh6/emacs-24.3/src -I/private/tmp/emacs-1Yh6/emacs-24.3/src/../lib -g3 -O2
cc -c -Demacs -I. -I/private/tmp/emacs-1Yh6/emacs-24.3/src -I../lib -I/private/tmp/emacs-1Yh6/emacs-24.3/src/../lib -MMD -MF deps/textprop.d -MP -g3 -O2 textprop.c
brew: superenv removed: -I/private/tmp/emacs-1Yh6/emacs-24.3/src -I/private/tmp/emacs-1Yh6/emacs-24.3/src/../lib -g3 -O2
cc -c -Demacs -I. -I/private/tmp/emacs-1Yh6/emacs-24.3/src -I../lib -I/private/tmp/emacs-1Yh6/emacs-24.3/src/../lib -MMD -MF deps/composite.d -MP -g3 -O2 composite.c
brew: superenv removed: -I/private/tmp/emacs-1Yh6/emacs-24.3/src -I/private/tmp/emacs-1Yh6/emacs-24.3/src/../lib -g3 -O2
cc -c -Demacs -I. -I/private/tmp/emacs-1Yh6/emacs-24.3/src -I../lib -I/private/tmp/emacs-1Yh6/emacs-24.3/src/../lib -MMD -MF deps/xml.d -MP -g3 -O2 xml.c
brew: superenv removed: -I/private/tmp/emacs-1Yh6/emacs-24.3/src -I/private/tmp/emacs-1Yh6/emacs-24.3/src/../lib -g3 -O2
cc -c -Demacs -I. -I/private/tmp/emacs-1Yh6/emacs-24.3/src -I../lib -I/private/tmp/emacs-1Yh6/emacs-24.3/src/../lib -MMD -MF deps/profiler.d -MP -g3 -O2 profiler.c
brew: superenv removed: -I/private/tmp/emacs-1Yh6/emacs-24.3/src -I/private/tmp/emacs-1Yh6/emacs-24.3/src/../lib -g3 -O2
cc -c -Demacs -I. -I/private/tmp/emacs-1Yh6/emacs-24.3/src -I../lib -I/private/tmp/emacs-1Yh6/emacs-24.3/src/../lib -MMD -MF deps/terminfo.d -MP -g3 -O2 terminfo.c
brew: superenv removed: -I/private/tmp/emacs-1Yh6/emacs-24.3/src -I/private/tmp/emacs-1Yh6/emacs-24.3/src/../lib -g3 -O2
cc -c -Demacs -I. -I/private/tmp/emacs-1Yh6/emacs-24.3/src -I../lib -I/private/tmp/emacs-1Yh6/emacs-24.3/src/../lib -MMD -MF deps/lastfile.d -MP -g3 -O2 lastfile.c
brew: superenv removed: -I/private/tmp/emacs-1Yh6/emacs-24.3/src -I/private/tmp/emacs-1Yh6/emacs-24.3/src/../lib -g3 -O2
cc -Demacs -I. -I/private/tmp/emacs-1Yh6/emacs-24.3/src -I../lib -I/private/tmp/emacs-1Yh6/emacs-24.3/src/../lib -MMD -MF deps/.d -MP -g3 -O2 -fno-pie -prebind -Xlinker -headerpad -Xlinker 690 \
-o temacs pre-crt0.o dispnew.o frame.o scroll.o xdisp.o menu.o window.o charset.o coding.o category.o ccl.o character.o chartab.o bidi.o cm.o term.o terminal.o xfaces.o emacs.o keyboard.o macros.o keymap.o sysdep.o buffer.o filelock.o insdel.o marker.o minibuf.o fileio.o dired.o cmds.o casetab.o casefiddle.o indent.o search.o regex.o undo.o alloc.o data.o doc.o editfns.o callint.o eval.o floatfns.o fns.o font.o print.o lread.o syntax.o unexmacosx.o bytecode.o process.o gnutls.o callproc.o region-cache.o sound.o atimer.o doprnt.o intervals.o textprop.o composite.o xml.o profiler.o terminfo.o lastfile.o ../lib/libgnu.a -lncurses -lpthread
brew: superenv removed: -I/private/tmp/emacs-1Yh6/emacs-24.3/src -I/private/tmp/emacs-1Yh6/emacs-24.3/src/../lib -g3 -O2
test "no" = "yes" || \
test "X" = X || -r temacs
cd ../lisp; /usr/bin/make update-subdirs
cd /private/tmp/emacs-1Yh6/emacs-24.3/lisp; subdirs=`find . -type d -print`; for file in $subdirs; do case $file in */.* | */.*/* | */=* | */cedet* ) ;; *) wins="$wins $file" ;; esac; done; \
for file in $wins; do \
/private/tmp/emacs-1Yh6/emacs-24.3/build-aux/update-subdirs $file; \
done;
if test "no" = "yes"; then \
rm -f bootstrap-emacs; \
ln temacs bootstrap-emacs; \
else \
`/bin/pwd`/temacs --batch --load loadup bootstrap || exit 1; \
test "X" = X || -zex emacs; \
mv -f emacs bootstrap-emacs; \
fi
/bin/sh: line 1: 49621 Illegal instruction: 4 `/bin/pwd`/temacs --batch --load loadup bootstrap
make[1]: *** [bootstrap-emacs] Error 1
make: *** [src] Error 2
==> Configuration
HOMEBREW_VERSION: 0.9.4
HEAD: 847a56d343f1da3845b99c19f4f215d1a95d417c
CPU: dual-core 64-bit sandybridge
OS X: 10.8.3-x86_64
Xcode: 4.6.2
CLT: 1.0.0.9000000000.1.1249367152
X11: 2.7.4 => /opt/X11
==> ENV
HOMEBREW_CC: clang
MAKEFLAGS: -j1
CMAKE_PREFIX_PATH: /usr/local
CMAKE_INCLUDE_PATH: /usr/include/libxml2:/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers/
CMAKE_LIBRARY_PATH: /System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries
PKG_CONFIG_LIBDIR: /usr/lib/pkgconfig:/usr/local/Library/ENV/pkgconfig/10.8
HOMEBREW_MAKE_JOBS: 1
ACLOCAL_PATH: /usr/local/share/aclocal
OBJC: cc
PATH: /usr/local/Library/ENV/4.3:/usr/bin:/bin:/usr/sbin:/sbin
Error: emacs did not build
Logs: /Users/username/Library/Logs/Homebrew/emacs/config.log
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment