Created
March 2, 2011 17:40
-
-
Save iffy/851343 to your computer and use it in GitHub Desktop.
brew --config
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$ brew --config | |
HOMEBREW_VERSION: 0.7.1 | |
HEAD: 511c404a2047f7148efec20332b98a3a52bf3cd4 | |
HOMEBREW_PREFIX: /usr/local | |
HOMEBREW_CELLAR: /usr/local/Cellar | |
HOMEBREW_REPOSITORY: /usr/local | |
HOMEBREW_LIBRARY_PATH: /usr/local/Library/Homebrew | |
Hardware: 8-core 64-bit nehalem | |
OS X: 10.6.6 | |
Kernel Architecture: i386 | |
Ruby: 1.8.7-174 | |
/usr/bin/ruby => /System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/bin/ruby | |
Xcode: 3.2.3 | |
GCC-4.0: build 5494 | |
GCC-4.2: build 5664 | |
LLVM: build 2326 | |
MacPorts or Fink? /opt/local/bin/port | |
X11 installed? true |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$ brew doctor | |
You have Macports or Fink installed. This can cause trouble. | |
You don't have to uninstall them, but you may like to try temporarily | |
moving them away, eg. | |
sudo mv /opt/local ~/macports | |
/usr/bin is in your PATH before Homebrew's bin. This means that system- | |
provided programs will be used before Homebrew-provided ones. This is an | |
issue if you install, for instance, Python. | |
Consider editing your .bashrc to put: | |
/usr/local/bin | |
ahead of /usr/bin in your $PATH. | |
Some brews install binaries to sbin instead of bin, but Homebrew's | |
sbin was not found in your path. | |
Consider editing your .bashrc to add: | |
/usr/local/sbin | |
to $PATH. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$ brew install -v python262 --universal | |
Warning: It appears you have MacPorts or Fink installed. | |
Software installed with MacPorts and Fink are known to cause problems. | |
If you experience issues try uninstalling these tools. | |
==> Build Environment | |
CC: /usr/bin/cc => /usr/bin/gcc-4.2 | |
CXX: /usr/bin/c++ => /usr/bin/c++-4.2 | |
LD: /usr/bin/cc => /usr/bin/gcc-4.2 | |
CFLAGS: -O3 -march=core2 -msse4 -w -pipe | |
CXXFLAGS: -O3 -march=core2 -msse4 -w -pipe | |
CPPFLAGS: -I/usr/local/Cellar/readline/6.1/include | |
LDFLAGS: -L/usr/local/Cellar/readline/6.1/lib | |
MAKEFLAGS: -j8 | |
PKG_CONFIG_PATH: /usr/local/Cellar/readline/6.1/lib/pkgconfig | |
==> Downloading http://www.python.org/ftp/python/2.6.2/Python-2.6.2.tar.bz2 | |
File already downloaded and cached to /Volumes/FatMan/home/matt/Library/Caches/Homebrew | |
/usr/bin/tar xf /Volumes/FatMan/home/matt/Library/Caches/Homebrew/python262-2.6.2.tar.bz2 | |
==> ./configure --prefix=/usr/local/Cellar/python262/2.6.2 --enable-universalsdk=/ --with-universal-archs=all --enable-shared | |
./configure --prefix=/usr/local/Cellar/python262/2.6.2 --enable-universalsdk=/ --with-universal-archs=all --enable-shared | |
checking for --with-universal-archs... all | |
checking MACHDEP... darwin | |
checking EXTRAPLATDIR... $(PLATMACDIRS) | |
checking machine type as reported by uname -m... i386 | |
checking for --without-gcc... no | |
checking for gcc... /usr/bin/cc | |
checking for C compiler default output file name... a.out | |
checking whether the C compiler works... yes | |
checking whether we are cross compiling... no | |
checking for suffix of executables... | |
checking for suffix of object files... o | |
checking whether we are using the GNU C compiler... yes | |
checking whether /usr/bin/cc accepts -g... yes | |
checking for /usr/bin/cc option to accept ISO C89... none needed | |
checking for --with-cxx-main=<compiler>... no | |
checking how to run the C preprocessor... /usr/bin/cc -E | |
checking for grep that handles long lines and -e... /usr/bin/grep | |
checking for egrep... /usr/bin/grep -E | |
checking for AIX... no | |
checking for --with-suffix... | |
checking for case-insensitive build directory... yes | |
checking LIBRARY... libpython$(VERSION).a | |
checking LINKCC... $(PURIFY) $(MAINCC) | |
checking for --enable-shared... yes | |
checking for --enable-profiling... | |
checking LDLIBRARY... libpython$(VERSION).dylib | |
checking for ranlib... ranlib | |
checking for ar... ar | |
checking for svnversion... found | |
checking for a BSD-compatible install... /usr/bin/install -c | |
checking for --with-pydebug... no | |
checking whether /usr/bin/cc accepts -fno-strict-aliasing... yes | |
checking whether /usr/bin/cc accepts -OPT:Olimit=0... no | |
checking whether /usr/bin/cc accepts -Olimit 1500... no | |
checking whether gcc supports ParseTuple __format__... yes | |
checking whether pthreads are available without options... yes | |
checking whether /usr/bin/c++ also accepts flags for thread support... no | |
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 asm/types.h usability... no | |
checking asm/types.h presence... no | |
checking for asm/types.h... no | |
checking conio.h usability... no | |
checking conio.h presence... no | |
checking for conio.h... no | |
checking curses.h usability... yes | |
checking curses.h presence... yes | |
checking for curses.h... yes | |
checking direct.h usability... no | |
checking direct.h presence... no | |
checking for direct.h... no | |
checking dlfcn.h usability... yes | |
checking dlfcn.h presence... yes | |
checking for dlfcn.h... yes | |
checking errno.h usability... yes | |
checking errno.h presence... yes | |
checking for errno.h... yes | |
checking fcntl.h usability... yes | |
checking fcntl.h presence... yes | |
checking for fcntl.h... yes | |
checking grp.h usability... yes | |
checking grp.h presence... yes | |
checking for grp.h... yes | |
checking ieeefp.h usability... no | |
checking ieeefp.h presence... no | |
checking for ieeefp.h... no | |
checking io.h usability... no | |
checking io.h presence... no | |
checking for io.h... no | |
checking langinfo.h usability... yes | |
checking langinfo.h presence... yes | |
checking for langinfo.h... yes | |
checking libintl.h usability... no | |
checking libintl.h presence... no | |
checking for libintl.h... no | |
checking ncurses.h usability... yes | |
checking ncurses.h presence... yes | |
checking for ncurses.h... yes | |
checking poll.h usability... yes | |
checking poll.h presence... yes | |
checking for poll.h... yes | |
checking process.h usability... no | |
checking process.h presence... no | |
checking for process.h... no | |
checking pthread.h usability... yes | |
checking pthread.h presence... yes | |
checking for pthread.h... yes | |
checking shadow.h usability... no | |
checking shadow.h presence... no | |
checking for shadow.h... no | |
checking signal.h usability... yes | |
checking signal.h presence... yes | |
checking for signal.h... yes | |
checking for stdint.h... (cached) yes | |
checking stropts.h usability... no | |
checking stropts.h presence... no | |
checking for stropts.h... no | |
checking termios.h usability... yes | |
checking termios.h presence... yes | |
checking for termios.h... yes | |
checking thread.h usability... no | |
checking thread.h presence... no | |
checking for thread.h... no | |
checking for unistd.h... (cached) yes | |
checking utime.h usability... yes | |
checking utime.h presence... yes | |
checking for utime.h... yes | |
checking sys/audioio.h usability... no | |
checking sys/audioio.h presence... no | |
checking for sys/audioio.h... no | |
checking sys/bsdtty.h usability... no | |
checking sys/bsdtty.h presence... no | |
checking for sys/bsdtty.h... no | |
checking sys/epoll.h usability... no | |
checking sys/epoll.h presence... no | |
checking for sys/epoll.h... no | |
checking sys/event.h usability... yes | |
checking sys/event.h presence... yes | |
checking for sys/event.h... yes | |
checking sys/file.h usability... yes | |
checking sys/file.h presence... yes | |
checking for sys/file.h... yes | |
checking sys/loadavg.h usability... no | |
checking sys/loadavg.h presence... no | |
checking for sys/loadavg.h... no | |
checking sys/lock.h usability... yes | |
checking sys/lock.h presence... yes | |
checking for sys/lock.h... yes | |
checking sys/mkdev.h usability... no | |
checking sys/mkdev.h presence... no | |
checking for sys/mkdev.h... no | |
checking sys/modem.h usability... no | |
checking sys/modem.h presence... no | |
checking for sys/modem.h... no | |
checking sys/param.h usability... yes | |
checking sys/param.h presence... yes | |
checking for sys/param.h... yes | |
checking sys/poll.h usability... yes | |
checking sys/poll.h presence... yes | |
checking for sys/poll.h... yes | |
checking sys/select.h usability... yes | |
checking sys/select.h presence... yes | |
checking for sys/select.h... yes | |
checking sys/socket.h usability... yes | |
checking sys/socket.h presence... yes | |
checking for sys/socket.h... yes | |
checking sys/statvfs.h usability... yes | |
checking sys/statvfs.h presence... yes | |
checking for sys/statvfs.h... yes | |
checking for sys/stat.h... (cached) yes | |
checking sys/termio.h usability... no | |
checking sys/termio.h presence... no | |
checking for sys/termio.h... no | |
checking sys/time.h usability... yes | |
checking sys/time.h presence... yes | |
checking for sys/time.h... yes | |
checking sys/times.h usability... yes | |
checking sys/times.h presence... yes | |
checking for sys/times.h... yes | |
checking for sys/types.h... (cached) yes | |
checking sys/un.h usability... yes | |
checking sys/un.h presence... yes | |
checking for sys/un.h... yes | |
checking sys/utsname.h usability... yes | |
checking sys/utsname.h presence... yes | |
checking for sys/utsname.h... yes | |
checking sys/wait.h usability... yes | |
checking sys/wait.h presence... yes | |
checking for sys/wait.h... yes | |
checking pty.h usability... no | |
checking pty.h presence... no | |
checking for pty.h... no | |
checking libutil.h usability... no | |
checking libutil.h presence... no | |
checking for libutil.h... no | |
checking sys/resource.h usability... yes | |
checking sys/resource.h presence... yes | |
checking for sys/resource.h... yes | |
checking netpacket/packet.h usability... no | |
checking netpacket/packet.h presence... no | |
checking for netpacket/packet.h... no | |
checking sysexits.h usability... yes | |
checking sysexits.h presence... yes | |
checking for sysexits.h... yes | |
checking bluetooth.h usability... no | |
checking bluetooth.h presence... no | |
checking for bluetooth.h... no | |
checking bluetooth/bluetooth.h usability... no | |
checking bluetooth/bluetooth.h presence... no | |
checking for bluetooth/bluetooth.h... no | |
checking linux/tipc.h usability... no | |
checking linux/tipc.h presence... no | |
checking for linux/tipc.h... no | |
checking for dirent.h that defines DIR... yes | |
checking for library containing opendir... none required | |
checking whether sys/types.h defines makedev... yes | |
checking for term.h... yes | |
checking for linux/netlink.h... no | |
checking for clock_t in time.h... yes | |
checking for makedev... yes | |
checking Solaris LFS bug... no | |
checking for mode_t... yes | |
checking for off_t... yes | |
checking for pid_t... yes | |
checking return type of signal handlers... void | |
checking for size_t... yes | |
checking for uid_t in sys/types.h... yes | |
checking for ssize_t... yes | |
checking for int... yes | |
checking size of int... 4 | |
checking for long... yes | |
checking size of long... 8 | |
checking for void *... yes | |
checking size of void *... 8 | |
checking for short... yes | |
checking size of short... 2 | |
checking for float... yes | |
checking size of float... 4 | |
checking for double... yes | |
checking size of double... 8 | |
checking for fpos_t... yes | |
checking size of fpos_t... 8 | |
checking for size_t... (cached) yes | |
checking size of size_t... 8 | |
checking for pid_t... (cached) yes | |
checking size of pid_t... 4 | |
checking for long long support... yes | |
checking for long long... yes | |
checking size of long long... 8 | |
checking for long double support... yes | |
checking for long double... yes | |
checking size of long double... 16 | |
checking for _Bool support... yes | |
checking for _Bool... yes | |
checking size of _Bool... 1 | |
checking for uintptr_t... yes | |
checking for uintptr_t... (cached) yes | |
checking size of uintptr_t... 8 | |
checking size of off_t... 8 | |
checking whether to enable large file support... no | |
checking size of time_t... 8 | |
checking for pthread_t... yes | |
checking size of pthread_t... 8 | |
checking for --enable-toolbox-glue... yes | |
checking for --enable-framework... no | |
checking for dyld... always on for Darwin | |
checking SO... .so | |
checking LDSHARED... $(CC) $(LDFLAGS) -bundle -undefined dynamic_lookup | |
checking CCSHARED... | |
checking LINKFORSHARED... -u _PyMac_Error | |
checking CFLAGSFORSHARED... $(CCSHARED) | |
checking SHLIBS... $(LIBS) | |
checking for dlopen in -ldl... no | |
checking for shl_load in -ldld... no | |
checking for library containing sem_init... no | |
checking for textdomain in -lintl... no | |
checking for t_open in -lnsl... no | |
checking for socket in -lsocket... no | |
checking for --with-libs... no | |
checking for --with-system-ffi... | |
checking for --with-signal-module... yes | |
checking for --with-dec-threads... no | |
checking for --with-threads... yes | |
checking if PTHREAD_SCOPE_SYSTEM is supported... no | |
checking for pthread_sigmask... no | |
checking if --enable-ipv6 is specified... no | |
checking for OSX 10.5 SDK or later... yes | |
checking for --with-doc-strings... yes | |
checking for --with-tsc... no | |
checking for --with-pymalloc... yes | |
checking for --with-wctype-functions... no | |
checking for dlopen... no | |
checking DYNLOADFILE... dynload_stub.o | |
checking MACHDEP_OBJS... MACHDEP_OBJS | |
checking for alarm... no | |
checking for setitimer... no | |
checking for getitimer... no | |
checking for bind_textdomain_codeset... no | |
checking for chown... no | |
checking for clock... no | |
checking for confstr... no | |
checking for ctermid... no | |
checking for execv... no | |
checking for fchmod... no | |
checking for fchown... no | |
checking for fork... no | |
checking for fpathconf... no | |
checking for ftime... no | |
checking for ftruncate... no | |
checking for gai_strerror... no | |
checking for getgroups... no | |
checking for getlogin... no | |
checking for getloadavg... no | |
checking for getpeername... no | |
checking for getpgid... no | |
checking for getpid... no | |
checking for getpriority... no | |
checking for getpwent... no | |
checking for getspnam... no | |
checking for getspent... no | |
checking for getsid... no | |
checking for getwd... no | |
checking for kill... no | |
checking for killpg... no | |
checking for lchmod... no | |
checking for lchown... no | |
checking for lstat... no | |
checking for mkfifo... no | |
checking for mknod... no | |
checking for mktime... no | |
checking for mremap... no | |
checking for nice... no | |
checking for pathconf... no | |
checking for pause... no | |
checking for plock... no | |
checking for poll... no | |
checking for pthread_init... no | |
checking for putenv... no | |
checking for readlink... no | |
checking for realpath... no | |
checking for select... no | |
checking for setegid... no | |
checking for seteuid... no | |
checking for setgid... no | |
checking for setlocale... no | |
checking for setregid... no | |
checking for setreuid... no | |
checking for setsid... no | |
checking for setpgid... no | |
checking for setpgrp... no | |
checking for setuid... no | |
checking for setvbuf... no | |
checking for snprintf... no | |
checking for sigaction... no | |
checking for siginterrupt... no | |
checking for sigrelse... no | |
checking for strftime... no | |
checking for sysconf... no | |
checking for tcgetpgrp... no | |
checking for tcsetpgrp... no | |
checking for tempnam... no | |
checking for timegm... no | |
checking for times... no | |
checking for tmpfile... no | |
checking for tmpnam... no | |
checking for tmpnam_r... no | |
checking for truncate... no | |
checking for uname... no | |
checking for unsetenv... no | |
checking for utimes... no | |
checking for waitpid... no | |
checking for wait3... no | |
checking for wait4... no | |
checking for wcscoll... no | |
checking for _getpty... no | |
checking for chroot... yes | |
checking for link... yes | |
checking for symlink... yes | |
checking for fchdir... yes | |
checking for fsync... yes | |
checking for fdatasync... no | |
checking for epoll... no | |
checking for kqueue... yes | |
checking for ctermid_r... yes | |
checking for flock... yes | |
checking for getpagesize... yes | |
checking for true... true | |
checking for inet_aton in -lc... no | |
checking for inet_aton in -lresolv... no | |
checking for chflags... no | |
checking for lchflags... no | |
checking for inflateCopy in -lz... no | |
checking for hstrerror... no | |
checking for inet_aton... no | |
checking for inet_pton... yes | |
checking for setgroups... yes | |
checking for openpty... no | |
checking for openpty in -lutil... no | |
checking for openpty in -lbsd... no | |
checking for forkpty... no | |
checking for forkpty in -lutil... no | |
checking for forkpty in -lbsd... no | |
checking for memmove... no | |
checking for fseek64... no | |
checking for fseeko... no | |
checking for fstatvfs... no | |
checking for ftell64... no | |
checking for ftello... no | |
checking for statvfs... no | |
checking for dup2... no | |
checking for getcwd... no | |
checking for strdup... no | |
checking for getpgrp... no | |
checking for setpgrp... (cached) no | |
checking for gettimeofday... no | |
checking for major... no | |
checking for getaddrinfo... no | |
checking for getnameinfo... no | |
checking whether time.h and sys/time.h may both be included... 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 stat.st_rdev... yes | |
checking for struct stat.st_blksize... yes | |
checking for struct stat.st_flags... yes | |
checking for struct stat.st_gen... yes | |
checking for struct stat.st_birthtime... no | |
checking for struct stat.st_blocks... yes | |
checking for time.h that defines altzone... no | |
checking whether sys/select.h and sys/time.h may both be included... yes | |
checking for addrinfo... yes | |
checking for sockaddr_storage... yes | |
checking whether char is unsigned... no | |
checking for an ANSI C-conforming const... yes | |
checking for working volatile... yes | |
checking for working signed char... yes | |
checking for prototypes... yes | |
checking for variable length prototypes and stdarg.h... yes | |
checking for socketpair... yes | |
checking if sockaddr has sa_len member... yes | |
checking whether va_list is an array... yes | |
checking for gethostbyname_r... no | |
checking for gethostbyname... no | |
checking for __fpu_control... no | |
checking for __fpu_control in -lieee... no | |
checking for --with-fpectl... no | |
checking for --with-libm=STRING... default LIBM="" | |
checking for --with-libc=STRING... default LIBC="" | |
checking whether tanh preserves the sign of zero... no | |
checking for acosh... no | |
checking for asinh... no | |
checking for atanh... no | |
checking for copysign... no | |
checking for expm1... no | |
checking for finite... no | |
checking for hypot... no | |
checking for isinf... no | |
checking for isnan... no | |
checking for log1p... no | |
checking wchar.h usability... yes | |
checking wchar.h presence... yes | |
checking for wchar.h... yes | |
checking for wchar_t... yes | |
checking size of wchar_t... configure: error: cannot compute sizeof (wchar_t) | |
See `config.log' for more details. | |
Exit status: 77 | |
http://github.com/mxcl/homebrew/blob/master/Library/Formula/python262.rb#L112 | |
==> Environment | |
HOMEBREW_VERSION: 0.7.1 | |
HEAD: 511c404a2047f7148efec20332b98a3a52bf3cd4 | |
HOMEBREW_PREFIX: /usr/local | |
HOMEBREW_CELLAR: /usr/local/Cellar | |
HOMEBREW_REPOSITORY: /usr/local | |
HOMEBREW_LIBRARY_PATH: /usr/local/Library/Homebrew | |
Hardware: 8-core 64-bit nehalem | |
OS X: 10.6.6 | |
Kernel Architecture: i386 | |
Ruby: 1.8.7-174 | |
/usr/bin/ruby => /System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/bin/ruby | |
Xcode: 3.2.3 | |
GCC-4.0: build 5494 | |
GCC-4.2: build 5664 | |
LLVM: build 2326 | |
MacPorts or Fink? /opt/local/bin/port | |
X11 installed? true | |
==> Build Flags | |
CC: /usr/bin/cc => /usr/bin/gcc-4.2 | |
CXX: /usr/bin/c++ => /usr/bin/c++-4.2 | |
LD: /usr/bin/cc => /usr/bin/gcc-4.2 | |
CFLAGS: -O3 -march=core2 -msse4 -w -pipe | |
CXXFLAGS: -O3 -march=core2 -msse4 -w -pipe | |
CPPFLAGS: -I/usr/local/Cellar/readline/6.1/include | |
LDFLAGS: -L/usr/local/Cellar/readline/6.1/lib | |
MAKEFLAGS: -j8 | |
PKG_CONFIG_PATH: /usr/local/Cellar/readline/6.1/lib/pkgconfig | |
Error: Failure while executing: ./configure --prefix=/usr/local/Cellar/python262/2.6.2 --enable-universalsdk=/ --with-universal-archs=all --enable-shared | |
Please follow the instructions to report this bug at: | |
https://github.com/mxcl/homebrew/wiki/new-issue | |
It looks like an autotools configure failed. | |
Consider re-running the install with '-vd' to keep 'config.log' around: | |
brew install -vd python262 | |
Gist 'config.log' and any error output when reporting an issue. | |
Remember to include your config information: brew --config | |
Also try: | |
`brew doctor` to check your setup for common problems. | |
`brew missing` to check installed packages for missing deps. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$ cat 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 python configure 2.6, which was | |
generated by GNU Autoconf 2.61. Invocation command line was | |
$ ./configure --prefix=/usr/local/Cellar/python262/2.6.2 --enable-universalsdk=/ --with-universal-archs=all --enable-shared | |
## --------- ## | |
## Platform. ## | |
## --------- ## | |
hostname = bonabuhle.local | |
uname -m = i386 | |
uname -r = 10.6.0 | |
uname -s = Darwin | |
uname -v = Darwin Kernel Version 10.6.0: Wed Nov 10 18:13:17 PST 2010; root:xnu-1504.9.26~3/RELEASE_I386 | |
/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 10.6.0: Wed Nov 10 18:13:17 PST 2010; root:xnu-1504.9.26~3/RELEASE_I386 | |
Kernel configured for up to 8 processors. | |
4 processors are physically available. | |
8 processors are logically available. | |
Processor type: i486 (Intel 80486) | |
Processors active: 0 1 2 3 4 5 6 7 | |
Primary memory available: 8.00 gigabytes | |
Default processor set: 101 tasks, 447 threads, 8 processors | |
Load average: 1.29, Mach factor: 6.70 | |
/bin/machine = unknown | |
/usr/bin/oslevel = unknown | |
/bin/universe = unknown | |
PATH: /usr/local/Cellar/readline/6.1/bin | |
PATH: /home/matt/bin | |
PATH: /usr/local/git/bin | |
PATH: /usr/bin | |
PATH: /bin | |
PATH: /usr/sbin | |
PATH: /sbin | |
PATH: /usr/local/bin | |
PATH: /usr/local/git/bin | |
PATH: /usr/X11/bin | |
## ----------- ## | |
## Core tests. ## | |
## ----------- ## | |
configure:1905: checking for --with-universal-archs | |
configure:1911: result: all | |
configure:2042: checking MACHDEP | |
configure:2206: result: darwin | |
configure:2212: checking EXTRAPLATDIR | |
configure:2227: result: $(PLATMACDIRS) | |
configure:2238: checking machine type as reported by uname -m | |
configure:2241: result: i386 | |
configure:2254: checking for --without-gcc | |
configure:2303: result: no | |
configure:2364: checking for gcc | |
configure:2391: result: /usr/bin/cc | |
configure:2629: checking for C compiler version | |
configure:2636: /usr/bin/cc --version >&5 | |
i686-apple-darwin10-gcc-4.2.1 (GCC) 4.2.1 (Apple Inc. build 5664) | |
Copyright (C) 2007 Free Software Foundation, Inc. | |
This is free software; see the source for copying conditions. There is NO | |
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. | |
configure:2639: $? = 0 | |
configure:2646: /usr/bin/cc -v >&5 | |
Using built-in specs. | |
Target: i686-apple-darwin10 | |
Configured with: /var/tmp/gcc/gcc-5664~38/src/configure --disable-checking --enable-werror --prefix=/usr --mandir=/share/man --enable-languages=c,objc,c++,obj-c++ --program-transform-name=/^[cg][^.-]*$/s/$/-4.2/ --with-slibdir=/usr/lib --build=i686-apple-darwin10 --program-prefix=i686-apple-darwin10- --host=x86_64-apple-darwin10 --target=i686-apple-darwin10 --with-gxx-include-dir=/include/c++/4.2.1 | |
Thread model: posix | |
gcc version 4.2.1 (Apple Inc. build 5664) | |
configure:2649: $? = 0 | |
configure:2656: /usr/bin/cc -V >&5 | |
gcc-4.2: argument to `-V' is missing | |
configure:2659: $? = 1 | |
configure:2682: checking for C compiler default output file name | |
configure:2709: /usr/bin/cc -O3 -march=core2 -msse4 -w -pipe -I/usr/local/Cellar/readline/6.1/include -L/usr/local/Cellar/readline/6.1/lib conftest.c >&5 | |
configure:2712: $? = 0 | |
configure:2750: result: a.out | |
configure:2767: checking whether the C compiler works | |
configure:2777: ./a.out | |
configure:2780: $? = 0 | |
configure:2797: result: yes | |
configure:2804: checking whether we are cross compiling | |
configure:2806: result: no | |
configure:2809: checking for suffix of executables | |
configure:2816: /usr/bin/cc -o conftest -O3 -march=core2 -msse4 -w -pipe -I/usr/local/Cellar/readline/6.1/include -L/usr/local/Cellar/readline/6.1/lib conftest.c >&5 | |
configure:2819: $? = 0 | |
configure:2843: result: | |
configure:2849: checking for suffix of object files | |
configure:2875: /usr/bin/cc -c -O3 -march=core2 -msse4 -w -pipe -I/usr/local/Cellar/readline/6.1/include conftest.c >&5 | |
configure:2878: $? = 0 | |
configure:2901: result: o | |
configure:2905: checking whether we are using the GNU C compiler | |
configure:2934: /usr/bin/cc -c -O3 -march=core2 -msse4 -w -pipe -I/usr/local/Cellar/readline/6.1/include conftest.c >&5 | |
configure:2940: $? = 0 | |
configure:2957: result: yes | |
configure:2962: checking whether /usr/bin/cc accepts -g | |
configure:2992: /usr/bin/cc -c -g -I/usr/local/Cellar/readline/6.1/include conftest.c >&5 | |
configure:2998: $? = 0 | |
configure:3097: result: yes | |
configure:3114: checking for /usr/bin/cc option to accept ISO C89 | |
configure:3188: /usr/bin/cc -c -O3 -march=core2 -msse4 -w -pipe -I/usr/local/Cellar/readline/6.1/include conftest.c >&5 | |
configure:3194: $? = 0 | |
configure:3217: result: none needed | |
configure:3238: checking for --with-cxx-main=<compiler> | |
configure:3264: result: no | |
configure:3431: checking how to run the C preprocessor | |
configure:3471: /usr/bin/cc -E -I/usr/local/Cellar/readline/6.1/include conftest.c | |
configure:3477: $? = 0 | |
configure:3508: /usr/bin/cc -E -I/usr/local/Cellar/readline/6.1/include conftest.c | |
conftest.c:11:28: error: ac_nonexistent.h: No such file or directory | |
configure:3514: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h. */ | |
| #define _GNU_SOURCE 1 | |
| #define _NETBSD_SOURCE 1 | |
| #define __BSD_VISIBLE 1 | |
| #define _BSD_TYPES 1 | |
| #define _DARWIN_C_SOURCE 1 | |
| #define _XOPEN_SOURCE 600 | |
| #define _XOPEN_SOURCE_EXTENDED 1 | |
| #define _POSIX_C_SOURCE 200112L | |
| /* end confdefs.h. */ | |
| #include <ac_nonexistent.h> | |
configure:3547: result: /usr/bin/cc -E | |
configure:3576: /usr/bin/cc -E -I/usr/local/Cellar/readline/6.1/include conftest.c | |
configure:3582: $? = 0 | |
configure:3613: /usr/bin/cc -E -I/usr/local/Cellar/readline/6.1/include conftest.c | |
conftest.c:11:28: error: ac_nonexistent.h: No such file or directory | |
configure:3619: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h. */ | |
| #define _GNU_SOURCE 1 | |
| #define _NETBSD_SOURCE 1 | |
| #define __BSD_VISIBLE 1 | |
| #define _BSD_TYPES 1 | |
| #define _DARWIN_C_SOURCE 1 | |
| #define _XOPEN_SOURCE 600 | |
| #define _XOPEN_SOURCE_EXTENDED 1 | |
| #define _POSIX_C_SOURCE 200112L | |
| /* end confdefs.h. */ | |
| #include <ac_nonexistent.h> | |
configure:3657: checking for grep that handles long lines and -e | |
configure:3731: result: /usr/bin/grep | |
configure:3736: checking for egrep | |
configure:3814: result: /usr/bin/grep -E | |
configure:3820: checking for AIX | |
configure:3842: result: no | |
configure:3858: checking for --with-suffix | |
configure:3871: result: | |
configure:3877: checking for case-insensitive build directory | |
configure:3885: result: yes | |
configure:3923: checking LIBRARY | |
configure:3929: result: libpython$(VERSION).a | |
configure:3965: checking LINKCC | |
configure:3986: result: $(PURIFY) $(MAINCC) | |
configure:3989: checking for --enable-shared | |
configure:4006: result: yes | |
configure:4009: checking for --enable-profiling | |
configure:4062: result: | |
configure:4072: checking LDLIBRARY | |
configure:4160: result: libpython$(VERSION).dylib | |
configure:4206: checking for ranlib | |
configure:4222: found /usr/bin/ranlib | |
configure:4233: result: ranlib | |
configure:4264: checking for ar | |
configure:4280: found /usr/bin/ar | |
configure:4291: result: ar | |
configure:4307: checking for svnversion | |
configure:4323: found /usr/bin/svnversion | |
configure:4335: result: found | |
configure:4402: checking for a BSD-compatible install | |
configure:4458: result: /usr/bin/install -c | |
configure:4482: checking for --with-pydebug | |
configure:4502: result: no | |
configure:4581: checking whether /usr/bin/cc accepts -fno-strict-aliasing | |
configure:4602: /usr/bin/cc -fno-strict-aliasing -o conftest -O3 -march=core2 -msse4 -w -pipe -I/usr/local/Cellar/readline/6.1/include -L/usr/local/Cellar/readline/6.1/lib conftest.c >&5 | |
configure:4605: $? = 0 | |
configure:4611: ./conftest | |
configure:4614: $? = 0 | |
configure:4630: result: yes | |
configure:4745: checking whether /usr/bin/cc accepts -OPT:Olimit=0 | |
configure:4769: /usr/bin/cc -OPT:Olimit=0 -o conftest -O3 -march=core2 -msse4 -w -pipe -I/usr/local/Cellar/readline/6.1/include -L/usr/local/Cellar/readline/6.1/lib conftest.c >&5 | |
cc1: error: invalid option argument '-OPT:Olimit=0' | |
configure:4772: $? = 1 | |
configure: program exited with status 1 | |
configure: failed program was: | |
| /* confdefs.h. */ | |
| #define _GNU_SOURCE 1 | |
| #define _NETBSD_SOURCE 1 | |
| #define __BSD_VISIBLE 1 | |
| #define _BSD_TYPES 1 | |
| #define _DARWIN_C_SOURCE 1 | |
| #define _XOPEN_SOURCE 600 | |
| #define _XOPEN_SOURCE_EXTENDED 1 | |
| #define _POSIX_C_SOURCE 200112L | |
| #define Py_ENABLE_SHARED 1 | |
| /* end confdefs.h. */ | |
| int main() { return 0; } | |
configure:4799: result: no | |
configure:4813: checking whether /usr/bin/cc accepts -Olimit 1500 | |
configure:4837: /usr/bin/cc -Olimit 1500 -o conftest -O3 -march=core2 -msse4 -w -pipe -I/usr/local/Cellar/readline/6.1/include -L/usr/local/Cellar/readline/6.1/lib conftest.c >&5 | |
i686-apple-darwin10-gcc-4.2.1: 1500: No such file or directory | |
cc1: error: invalid option argument '-Olimit' | |
configure:4840: $? = 1 | |
configure: program exited with status 1 | |
configure: failed program was: | |
| /* confdefs.h. */ | |
| #define _GNU_SOURCE 1 | |
| #define _NETBSD_SOURCE 1 | |
| #define __BSD_VISIBLE 1 | |
| #define _BSD_TYPES 1 | |
| #define _DARWIN_C_SOURCE 1 | |
| #define _XOPEN_SOURCE 600 | |
| #define _XOPEN_SOURCE_EXTENDED 1 | |
| #define _POSIX_C_SOURCE 200112L | |
| #define Py_ENABLE_SHARED 1 | |
| /* end confdefs.h. */ | |
| int main() { return 0; } | |
configure:4867: result: no | |
configure:4877: checking whether gcc supports ParseTuple __format__ | |
configure:4904: /usr/bin/cc -c -O3 -march=core2 -msse4 -w -pipe -Werror -I/usr/local/Cellar/readline/6.1/include conftest.c >&5 | |
configure:4910: $? = 0 | |
configure:4920: result: yes | |
configure:4940: checking whether pthreads are available without options | |
configure:4974: /usr/bin/cc -o conftest -O3 -march=core2 -msse4 -w -pipe -I/usr/local/Cellar/readline/6.1/include -L/usr/local/Cellar/readline/6.1/lib conftest.c >&5 | |
configure:4977: $? = 0 | |
configure:4983: ./conftest | |
configure:4986: $? = 0 | |
configure:5008: result: yes | |
configure:5250: checking whether /usr/bin/c++ also accepts flags for thread support | |
configure:5281: result: no | |
configure:5288: checking for ANSI C header files | |
configure:5318: /usr/bin/cc -c -O3 -march=core2 -msse4 -w -pipe -I/usr/local/Cellar/readline/6.1/include conftest.c >&5 | |
configure:5324: $? = 0 | |
configure:5423: /usr/bin/cc -o conftest -O3 -march=core2 -msse4 -w -pipe -I/usr/local/Cellar/readline/6.1/include -L/usr/local/Cellar/readline/6.1/lib conftest.c >&5 | |
configure:5426: $? = 0 | |
configure:5432: ./conftest | |
configure:5435: $? = 0 | |
configure:5452: result: yes | |
configure:5476: checking for sys/types.h | |
configure:5497: /usr/bin/cc -c -O3 -march=core2 -msse4 -w -pipe -I/usr/local/Cellar/readline/6.1/include conftest.c >&5 | |
configure:5503: $? = 0 | |
configure:5519: result: yes | |
configure:5476: checking for sys/stat.h | |
configure:5497: /usr/bin/cc -c -O3 -march=core2 -msse4 -w -pipe -I/usr/local/Cellar/readline/6.1/include conftest.c >&5 | |
configure:5503: $? = 0 | |
configure:5519: result: yes | |
configure:5476: checking for stdlib.h | |
configure:5497: /usr/bin/cc -c -O3 -march=core2 -msse4 -w -pipe -I/usr/local/Cellar/readline/6.1/include conftest.c >&5 | |
configure:5503: $? = 0 | |
configure:5519: result: yes | |
configure:5476: checking for string.h | |
configure:5497: /usr/bin/cc -c -O3 -march=core2 -msse4 -w -pipe -I/usr/local/Cellar/readline/6.1/include conftest.c >&5 | |
configure:5503: $? = 0 | |
configure:5519: result: yes | |
configure:5476: checking for memory.h | |
configure:5497: /usr/bin/cc -c -O3 -march=core2 -msse4 -w -pipe -I/usr/local/Cellar/readline/6.1/include conftest.c >&5 | |
configure:5503: $? = 0 | |
configure:5519: result: yes | |
configure:5476: checking for strings.h | |
configure:5497: /usr/bin/cc -c -O3 -march=core2 -msse4 -w -pipe -I/usr/local/Cellar/readline/6.1/include conftest.c >&5 | |
configure:5503: $? = 0 | |
configure:5519: result: yes | |
configure:5476: checking for inttypes.h | |
configure:5497: /usr/bin/cc -c -O3 -march=core2 -msse4 -w -pipe -I/usr/local/Cellar/readline/6.1/include conftest.c >&5 | |
configure:5503: $? = 0 | |
configure:5519: result: yes | |
configure:5476: checking for stdint.h | |
configure:5497: /usr/bin/cc -c -O3 -march=core2 -msse4 -w -pipe -I/usr/local/Cellar/readline/6.1/include conftest.c >&5 | |
configure:5503: $? = 0 | |
configure:5519: result: yes | |
configure:5476: checking for unistd.h | |
configure:5497: /usr/bin/cc -c -O3 -march=core2 -msse4 -w -pipe -I/usr/local/Cellar/readline/6.1/include conftest.c >&5 | |
configure:5503: $? = 0 | |
configure:5519: result: yes | |
configure:5610: checking asm/types.h usability | |
configure:5627: /usr/bin/cc -c -O3 -march=core2 -msse4 -w -pipe -I/usr/local/Cellar/readline/6.1/include conftest.c >&5 | |
conftest.c:56:23: error: asm/types.h: No such file or directory | |
configure:5633: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h. */ | |
| #define _GNU_SOURCE 1 | |
| #define _NETBSD_SOURCE 1 | |
| #define __BSD_VISIBLE 1 | |
| #define _BSD_TYPES 1 | |
| #define _DARWIN_C_SOURCE 1 | |
| #define _XOPEN_SOURCE 600 | |
| #define _XOPEN_SOURCE_EXTENDED 1 | |
| #define _POSIX_C_SOURCE 200112L | |
| #define Py_ENABLE_SHARED 1 | |
| #define HAVE_ATTRIBUTE_FORMAT_PARSETUPLE 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 <asm/types.h> | |
configure:5647: result: no | |
configure:5651: checking asm/types.h presence | |
configure:5666: /usr/bin/cc -E -I/usr/local/Cellar/readline/6.1/include conftest.c | |
conftest.c:23:23: error: asm/types.h: No such file or directory | |
configure:5672: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h. */ | |
| #define _GNU_SOURCE 1 | |
| #define _NETBSD_SOURCE 1 | |
| #define __BSD_VISIBLE 1 | |
| #define _BSD_TYPES 1 | |
| #define _DARWIN_C_SOURCE 1 | |
| #define _XOPEN_SOURCE 600 | |
| #define _XOPEN_SOURCE_EXTENDED 1 | |
| #define _POSIX_C_SOURCE 200112L | |
| #define Py_ENABLE_SHARED 1 | |
| #define HAVE_ATTRIBUTE_FORMAT_PARSETUPLE 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 <asm/types.h> | |
configure:5686: result: no | |
configure:5719: checking for asm/types.h | |
configure:5727: result: no | |
configure:5610: checking conio.h usability | |
configure:5627: /usr/bin/cc -c -O3 -march=core2 -msse4 -w -pipe -I/usr/local/Cellar/readline/6.1/include conftest.c >&5 | |
conftest.c:56:19: error: conio.h: No such file or directory | |
configure:5633: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h. */ | |
| #define _GNU_SOURCE 1 | |
| #define _NETBSD_SOURCE 1 | |
| #define __BSD_VISIBLE 1 | |
| #define _BSD_TYPES 1 | |
| #define _DARWIN_C_SOURCE 1 | |
| #define _XOPEN_SOURCE 600 | |
| #define _XOPEN_SOURCE_EXTENDED 1 | |
| #define _POSIX_C_SOURCE 200112L | |
| #define Py_ENABLE_SHARED 1 | |
| #define HAVE_ATTRIBUTE_FORMAT_PARSETUPLE 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 <conio.h> | |
configure:5647: result: no | |
configure:5651: checking conio.h presence | |
configure:5666: /usr/bin/cc -E -I/usr/local/Cellar/readline/6.1/include conftest.c | |
conftest.c:23:19: error: conio.h: No such file or directory | |
configure:5672: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h. */ | |
| #define _GNU_SOURCE 1 | |
| #define _NETBSD_SOURCE 1 | |
| #define __BSD_VISIBLE 1 | |
| #define _BSD_TYPES 1 | |
| #define _DARWIN_C_SOURCE 1 | |
| #define _XOPEN_SOURCE 600 | |
| #define _XOPEN_SOURCE_EXTENDED 1 | |
| #define _POSIX_C_SOURCE 200112L | |
| #define Py_ENABLE_SHARED 1 | |
| #define HAVE_ATTRIBUTE_FORMAT_PARSETUPLE 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 <conio.h> | |
configure:5686: result: no | |
configure:5719: checking for conio.h | |
configure:5727: result: no | |
configure:5610: checking curses.h usability | |
configure:5627: /usr/bin/cc -c -O3 -march=core2 -msse4 -w -pipe -I/usr/local/Cellar/readline/6.1/include conftest.c >&5 | |
configure:5633: $? = 0 | |
configure:5647: result: yes | |
configure:5651: checking curses.h presence | |
configure:5666: /usr/bin/cc -E -I/usr/local/Cellar/readline/6.1/include conftest.c | |
configure:5672: $? = 0 | |
configure:5686: result: yes | |
configure:5719: checking for curses.h | |
configure:5727: result: yes | |
configure:5610: checking direct.h usability | |
configure:5627: /usr/bin/cc -c -O3 -march=core2 -msse4 -w -pipe -I/usr/local/Cellar/readline/6.1/include conftest.c >&5 | |
conftest.c:57:20: error: direct.h: No such file or directory | |
configure:5633: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h. */ | |
| #define _GNU_SOURCE 1 | |
| #define _NETBSD_SOURCE 1 | |
| #define __BSD_VISIBLE 1 | |
| #define _BSD_TYPES 1 | |
| #define _DARWIN_C_SOURCE 1 | |
| #define _XOPEN_SOURCE 600 | |
| #define _XOPEN_SOURCE_EXTENDED 1 | |
| #define _POSIX_C_SOURCE 200112L | |
| #define Py_ENABLE_SHARED 1 | |
| #define HAVE_ATTRIBUTE_FORMAT_PARSETUPLE 1 | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_MEMORY_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_CURSES_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 <direct.h> | |
configure:5647: result: no | |
configure:5651: checking direct.h presence | |
configure:5666: /usr/bin/cc -E -I/usr/local/Cellar/readline/6.1/include conftest.c | |
conftest.c:24:20: error: direct.h: No such file or directory | |
configure:5672: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h. */ | |
| #define _GNU_SOURCE 1 | |
| #define _NETBSD_SOURCE 1 | |
| #define __BSD_VISIBLE 1 | |
| #define _BSD_TYPES 1 | |
| #define _DARWIN_C_SOURCE 1 | |
| #define _XOPEN_SOURCE 600 | |
| #define _XOPEN_SOURCE_EXTENDED 1 | |
| #define _POSIX_C_SOURCE 200112L | |
| #define Py_ENABLE_SHARED 1 | |
| #define HAVE_ATTRIBUTE_FORMAT_PARSETUPLE 1 | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_MEMORY_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_CURSES_H 1 | |
| /* end confdefs.h. */ | |
| #include <direct.h> | |
configure:5686: result: no | |
configure:5719: checking for direct.h | |
configure:5727: result: no | |
configure:5610: checking dlfcn.h usability | |
configure:5627: /usr/bin/cc -c -O3 -march=core2 -msse4 -w -pipe -I/usr/local/Cellar/readline/6.1/include conftest.c >&5 | |
configure:5633: $? = 0 | |
configure:5647: result: yes | |
configure:5651: checking dlfcn.h presence | |
configure:5666: /usr/bin/cc -E -I/usr/local/Cellar/readline/6.1/include conftest.c | |
configure:5672: $? = 0 | |
configure:5686: result: yes | |
configure:5719: checking for dlfcn.h | |
configure:5727: result: yes | |
configure:5610: checking errno.h usability | |
configure:5627: /usr/bin/cc -c -O3 -march=core2 -msse4 -w -pipe -I/usr/local/Cellar/readline/6.1/include conftest.c >&5 | |
configure:5633: $? = 0 | |
configure:5647: result: yes | |
configure:5651: checking errno.h presence | |
configure:5666: /usr/bin/cc -E -I/usr/local/Cellar/readline/6.1/include conftest.c | |
configure:5672: $? = 0 | |
configure:5686: result: yes | |
configure:5719: checking for errno.h | |
configure:5727: result: yes | |
configure:5610: checking fcntl.h usability | |
configure:5627: /usr/bin/cc -c -O3 -march=core2 -msse4 -w -pipe -I/usr/local/Cellar/readline/6.1/include conftest.c >&5 | |
configure:5633: $? = 0 | |
configure:5647: result: yes | |
configure:5651: checking fcntl.h presence | |
configure:5666: /usr/bin/cc -E -I/usr/local/Cellar/readline/6.1/include conftest.c | |
configure:5672: $? = 0 | |
configure:5686: result: yes | |
configure:5719: checking for fcntl.h | |
configure:5727: result: yes | |
configure:5610: checking grp.h usability | |
configure:5627: /usr/bin/cc -c -O3 -march=core2 -msse4 -w -pipe -I/usr/local/Cellar/readline/6.1/include conftest.c >&5 | |
configure:5633: $? = 0 | |
configure:5647: result: yes | |
configure:5651: checking grp.h presence | |
configure:5666: /usr/bin/cc -E -I/usr/local/Cellar/readline/6.1/include conftest.c | |
configure:5672: $? = 0 | |
configure:5686: result: yes | |
configure:5719: checking for grp.h | |
configure:5727: result: yes | |
configure:5610: checking ieeefp.h usability | |
configure:5627: /usr/bin/cc -c -O3 -march=core2 -msse4 -w -pipe -I/usr/local/Cellar/readline/6.1/include conftest.c >&5 | |
conftest.c:61:20: error: ieeefp.h: No such file or directory | |
configure:5633: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h. */ | |
| #define _GNU_SOURCE 1 | |
| #define _NETBSD_SOURCE 1 | |
| #define __BSD_VISIBLE 1 | |
| #define _BSD_TYPES 1 | |
| #define _DARWIN_C_SOURCE 1 | |
| #define _XOPEN_SOURCE 600 | |
| #define _XOPEN_SOURCE_EXTENDED 1 | |
| #define _POSIX_C_SOURCE 200112L | |
| #define Py_ENABLE_SHARED 1 | |
| #define HAVE_ATTRIBUTE_FORMAT_PARSETUPLE 1 | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_MEMORY_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_CURSES_H 1 | |
| #define HAVE_DLFCN_H 1 | |
| #define HAVE_ERRNO_H 1 | |
| #define HAVE_FCNTL_H 1 | |
| #define HAVE_GRP_H 1 | |
| /* end confdefs.h. */ | |
| #include <stdio.h> | |
| #ifdef HAVE_SYS_TYPES_H | |
| # include <sys/types.h> | |
| #endif | |
| #ifdef HAVE_SYS_STAT_H | |
| # include <sys/stat.h> | |
| #endif | |
| #ifdef STDC_HEADERS | |
| # include <stdlib.h> | |
| # include <stddef.h> | |
| #else | |
| # ifdef HAVE_STDLIB_H | |
| # include <stdlib.h> | |
| # endif | |
| #endif | |
| #ifdef HAVE_STRING_H | |
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H | |
| # include <memory.h> | |
| # endif | |
| # include <string.h> | |
| #endif | |
| #ifdef HAVE_STRINGS_H | |
| # include <strings.h> | |
| #endif | |
| #ifdef HAVE_INTTYPES_H | |
| # include <inttypes.h> | |
| #endif | |
| #ifdef HAVE_STDINT_H | |
| # include <stdint.h> | |
| #endif | |
| #ifdef HAVE_UNISTD_H | |
| # include <unistd.h> | |
| #endif | |
| #include <ieeefp.h> | |
configure:5647: result: no | |
configure:5651: checking ieeefp.h presence | |
configure:5666: /usr/bin/cc -E -I/usr/local/Cellar/readline/6.1/include conftest.c | |
conftest.c:28:20: error: ieeefp.h: No such file or directory | |
configure:5672: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h. */ | |
| #define _GNU_SOURCE 1 | |
| #define _NETBSD_SOURCE 1 | |
| #define __BSD_VISIBLE 1 | |
| #define _BSD_TYPES 1 | |
| #define _DARWIN_C_SOURCE 1 | |
| #define _XOPEN_SOURCE 600 | |
| #define _XOPEN_SOURCE_EXTENDED 1 | |
| #define _POSIX_C_SOURCE 200112L | |
| #define Py_ENABLE_SHARED 1 | |
| #define HAVE_ATTRIBUTE_FORMAT_PARSETUPLE 1 | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_MEMORY_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_CURSES_H 1 | |
| #define HAVE_DLFCN_H 1 | |
| #define HAVE_ERRNO_H 1 | |
| #define HAVE_FCNTL_H 1 | |
| #define HAVE_GRP_H 1 | |
| /* end confdefs.h. */ | |
| #include <ieeefp.h> | |
configure:5686: result: no | |
configure:5719: checking for ieeefp.h | |
configure:5727: result: no | |
configure:5610: checking io.h usability | |
configure:5627: /usr/bin/cc -c -O3 -march=core2 -msse4 -w -pipe -I/usr/local/Cellar/readline/6.1/include conftest.c >&5 | |
conftest.c:61:16: error: io.h: No such file or directory | |
configure:5633: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h. */ | |
| #define _GNU_SOURCE 1 | |
| #define _NETBSD_SOURCE 1 | |
| #define __BSD_VISIBLE 1 | |
| #define _BSD_TYPES 1 | |
| #define _DARWIN_C_SOURCE 1 | |
| #define _XOPEN_SOURCE 600 | |
| #define _XOPEN_SOURCE_EXTENDED 1 | |
| #define _POSIX_C_SOURCE 200112L | |
| #define Py_ENABLE_SHARED 1 | |
| #define HAVE_ATTRIBUTE_FORMAT_PARSETUPLE 1 | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_MEMORY_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_CURSES_H 1 | |
| #define HAVE_DLFCN_H 1 | |
| #define HAVE_ERRNO_H 1 | |
| #define HAVE_FCNTL_H 1 | |
| #define HAVE_GRP_H 1 | |
| /* end confdefs.h. */ | |
| #include <stdio.h> | |
| #ifdef HAVE_SYS_TYPES_H | |
| # include <sys/types.h> | |
| #endif | |
| #ifdef HAVE_SYS_STAT_H | |
| # include <sys/stat.h> | |
| #endif | |
| #ifdef STDC_HEADERS | |
| # include <stdlib.h> | |
| # include <stddef.h> | |
| #else | |
| # ifdef HAVE_STDLIB_H | |
| # include <stdlib.h> | |
| # endif | |
| #endif | |
| #ifdef HAVE_STRING_H | |
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H | |
| # include <memory.h> | |
| # endif | |
| # include <string.h> | |
| #endif | |
| #ifdef HAVE_STRINGS_H | |
| # include <strings.h> | |
| #endif | |
| #ifdef HAVE_INTTYPES_H | |
| # include <inttypes.h> | |
| #endif | |
| #ifdef HAVE_STDINT_H | |
| # include <stdint.h> | |
| #endif | |
| #ifdef HAVE_UNISTD_H | |
| # include <unistd.h> | |
| #endif | |
| #include <io.h> | |
configure:5647: result: no | |
configure:5651: checking io.h presence | |
configure:5666: /usr/bin/cc -E -I/usr/local/Cellar/readline/6.1/include conftest.c | |
conftest.c:28:16: error: io.h: No such file or directory | |
configure:5672: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h. */ | |
| #define _GNU_SOURCE 1 | |
| #define _NETBSD_SOURCE 1 | |
| #define __BSD_VISIBLE 1 | |
| #define _BSD_TYPES 1 | |
| #define _DARWIN_C_SOURCE 1 | |
| #define _XOPEN_SOURCE 600 | |
| #define _XOPEN_SOURCE_EXTENDED 1 | |
| #define _POSIX_C_SOURCE 200112L | |
| #define Py_ENABLE_SHARED 1 | |
| #define HAVE_ATTRIBUTE_FORMAT_PARSETUPLE 1 | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_MEMORY_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_CURSES_H 1 | |
| #define HAVE_DLFCN_H 1 | |
| #define HAVE_ERRNO_H 1 | |
| #define HAVE_FCNTL_H 1 | |
| #define HAVE_GRP_H 1 | |
| /* end confdefs.h. */ | |
| #include <io.h> | |
configure:5686: result: no | |
configure:5719: checking for io.h | |
configure:5727: result: no | |
configure:5610: checking langinfo.h usability | |
configure:5627: /usr/bin/cc -c -O3 -march=core2 -msse4 -w -pipe -I/usr/local/Cellar/readline/6.1/include conftest.c >&5 | |
configure:5633: $? = 0 | |
configure:5647: result: yes | |
configure:5651: checking langinfo.h presence | |
configure:5666: /usr/bin/cc -E -I/usr/local/Cellar/readline/6.1/include conftest.c | |
configure:5672: $? = 0 | |
configure:5686: result: yes | |
configure:5719: checking for langinfo.h | |
configure:5727: result: yes | |
configure:5610: checking libintl.h usability | |
configure:5627: /usr/bin/cc -c -O3 -march=core2 -msse4 -w -pipe -I/usr/local/Cellar/readline/6.1/include conftest.c >&5 | |
conftest.c:62:21: error: libintl.h: No such file or directory | |
configure:5633: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h. */ | |
| #define _GNU_SOURCE 1 | |
| #define _NETBSD_SOURCE 1 | |
| #define __BSD_VISIBLE 1 | |
| #define _BSD_TYPES 1 | |
| #define _DARWIN_C_SOURCE 1 | |
| #define _XOPEN_SOURCE 600 | |
| #define _XOPEN_SOURCE_EXTENDED 1 | |
| #define _POSIX_C_SOURCE 200112L | |
| #define Py_ENABLE_SHARED 1 | |
| #define HAVE_ATTRIBUTE_FORMAT_PARSETUPLE 1 | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_MEMORY_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_CURSES_H 1 | |
| #define HAVE_DLFCN_H 1 | |
| #define HAVE_ERRNO_H 1 | |
| #define HAVE_FCNTL_H 1 | |
| #define HAVE_GRP_H 1 | |
| #define HAVE_LANGINFO_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 <libintl.h> | |
configure:5647: result: no | |
configure:5651: checking libintl.h presence | |
configure:5666: /usr/bin/cc -E -I/usr/local/Cellar/readline/6.1/include conftest.c | |
conftest.c:29:21: error: libintl.h: No such file or directory | |
configure:5672: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h. */ | |
| #define _GNU_SOURCE 1 | |
| #define _NETBSD_SOURCE 1 | |
| #define __BSD_VISIBLE 1 | |
| #define _BSD_TYPES 1 | |
| #define _DARWIN_C_SOURCE 1 | |
| #define _XOPEN_SOURCE 600 | |
| #define _XOPEN_SOURCE_EXTENDED 1 | |
| #define _POSIX_C_SOURCE 200112L | |
| #define Py_ENABLE_SHARED 1 | |
| #define HAVE_ATTRIBUTE_FORMAT_PARSETUPLE 1 | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_MEMORY_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_CURSES_H 1 | |
| #define HAVE_DLFCN_H 1 | |
| #define HAVE_ERRNO_H 1 | |
| #define HAVE_FCNTL_H 1 | |
| #define HAVE_GRP_H 1 | |
| #define HAVE_LANGINFO_H 1 | |
| /* end confdefs.h. */ | |
| #include <libintl.h> | |
configure:5686: result: no | |
configure:5719: checking for libintl.h | |
configure:5727: result: no | |
configure:5610: checking ncurses.h usability | |
configure:5627: /usr/bin/cc -c -O3 -march=core2 -msse4 -w -pipe -I/usr/local/Cellar/readline/6.1/include conftest.c >&5 | |
configure:5633: $? = 0 | |
configure:5647: result: yes | |
configure:5651: checking ncurses.h presence | |
configure:5666: /usr/bin/cc -E -I/usr/local/Cellar/readline/6.1/include conftest.c | |
configure:5672: $? = 0 | |
configure:5686: result: yes | |
configure:5719: checking for ncurses.h | |
configure:5727: result: yes | |
configure:5610: checking poll.h usability | |
configure:5627: /usr/bin/cc -c -O3 -march=core2 -msse4 -w -pipe -I/usr/local/Cellar/readline/6.1/include conftest.c >&5 | |
configure:5633: $? = 0 | |
configure:5647: result: yes | |
configure:5651: checking poll.h presence | |
configure:5666: /usr/bin/cc -E -I/usr/local/Cellar/readline/6.1/include conftest.c | |
configure:5672: $? = 0 | |
configure:5686: result: yes | |
configure:5719: checking for poll.h | |
configure:5727: result: yes | |
configure:5610: checking process.h usability | |
configure:5627: /usr/bin/cc -c -O3 -march=core2 -msse4 -w -pipe -I/usr/local/Cellar/readline/6.1/include conftest.c >&5 | |
conftest.c:64:21: error: process.h: No such file or directory | |
configure:5633: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h. */ | |
| #define _GNU_SOURCE 1 | |
| #define _NETBSD_SOURCE 1 | |
| #define __BSD_VISIBLE 1 | |
| #define _BSD_TYPES 1 | |
| #define _DARWIN_C_SOURCE 1 | |
| #define _XOPEN_SOURCE 600 | |
| #define _XOPEN_SOURCE_EXTENDED 1 | |
| #define _POSIX_C_SOURCE 200112L | |
| #define Py_ENABLE_SHARED 1 | |
| #define HAVE_ATTRIBUTE_FORMAT_PARSETUPLE 1 | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_MEMORY_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_CURSES_H 1 | |
| #define HAVE_DLFCN_H 1 | |
| #define HAVE_ERRNO_H 1 | |
| #define HAVE_FCNTL_H 1 | |
| #define HAVE_GRP_H 1 | |
| #define HAVE_LANGINFO_H 1 | |
| #define HAVE_NCURSES_H 1 | |
| #define HAVE_POLL_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 <process.h> | |
configure:5647: result: no | |
configure:5651: checking process.h presence | |
configure:5666: /usr/bin/cc -E -I/usr/local/Cellar/readline/6.1/include conftest.c | |
conftest.c:31:21: error: process.h: No such file or directory | |
configure:5672: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h. */ | |
| #define _GNU_SOURCE 1 | |
| #define _NETBSD_SOURCE 1 | |
| #define __BSD_VISIBLE 1 | |
| #define _BSD_TYPES 1 | |
| #define _DARWIN_C_SOURCE 1 | |
| #define _XOPEN_SOURCE 600 | |
| #define _XOPEN_SOURCE_EXTENDED 1 | |
| #define _POSIX_C_SOURCE 200112L | |
| #define Py_ENABLE_SHARED 1 | |
| #define HAVE_ATTRIBUTE_FORMAT_PARSETUPLE 1 | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_MEMORY_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_CURSES_H 1 | |
| #define HAVE_DLFCN_H 1 | |
| #define HAVE_ERRNO_H 1 | |
| #define HAVE_FCNTL_H 1 | |
| #define HAVE_GRP_H 1 | |
| #define HAVE_LANGINFO_H 1 | |
| #define HAVE_NCURSES_H 1 | |
| #define HAVE_POLL_H 1 | |
| /* end confdefs.h. */ | |
| #include <process.h> | |
configure:5686: result: no | |
configure:5719: checking for process.h | |
configure:5727: result: no | |
configure:5610: checking pthread.h usability | |
configure:5627: /usr/bin/cc -c -O3 -march=core2 -msse4 -w -pipe -I/usr/local/Cellar/readline/6.1/include conftest.c >&5 | |
configure:5633: $? = 0 | |
configure:5647: result: yes | |
configure:5651: checking pthread.h presence | |
configure:5666: /usr/bin/cc -E -I/usr/local/Cellar/readline/6.1/include conftest.c | |
configure:5672: $? = 0 | |
configure:5686: result: yes | |
configure:5719: checking for pthread.h | |
configure:5727: result: yes | |
configure:5610: checking shadow.h usability | |
configure:5627: /usr/bin/cc -c -O3 -march=core2 -msse4 -w -pipe -I/usr/local/Cellar/readline/6.1/include conftest.c >&5 | |
conftest.c:65:20: error: shadow.h: No such file or directory | |
configure:5633: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h. */ | |
| #define _GNU_SOURCE 1 | |
| #define _NETBSD_SOURCE 1 | |
| #define __BSD_VISIBLE 1 | |
| #define _BSD_TYPES 1 | |
| #define _DARWIN_C_SOURCE 1 | |
| #define _XOPEN_SOURCE 600 | |
| #define _XOPEN_SOURCE_EXTENDED 1 | |
| #define _POSIX_C_SOURCE 200112L | |
| #define Py_ENABLE_SHARED 1 | |
| #define HAVE_ATTRIBUTE_FORMAT_PARSETUPLE 1 | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_MEMORY_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_CURSES_H 1 | |
| #define HAVE_DLFCN_H 1 | |
| #define HAVE_ERRNO_H 1 | |
| #define HAVE_FCNTL_H 1 | |
| #define HAVE_GRP_H 1 | |
| #define HAVE_LANGINFO_H 1 | |
| #define HAVE_NCURSES_H 1 | |
| #define HAVE_POLL_H 1 | |
| #define HAVE_PTHREAD_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 <shadow.h> | |
configure:5647: result: no | |
configure:5651: checking shadow.h presence | |
configure:5666: /usr/bin/cc -E -I/usr/local/Cellar/readline/6.1/include conftest.c | |
conftest.c:32:20: error: shadow.h: No such file or directory | |
configure:5672: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h. */ | |
| #define _GNU_SOURCE 1 | |
| #define _NETBSD_SOURCE 1 | |
| #define __BSD_VISIBLE 1 | |
| #define _BSD_TYPES 1 | |
| #define _DARWIN_C_SOURCE 1 | |
| #define _XOPEN_SOURCE 600 | |
| #define _XOPEN_SOURCE_EXTENDED 1 | |
| #define _POSIX_C_SOURCE 200112L | |
| #define Py_ENABLE_SHARED 1 | |
| #define HAVE_ATTRIBUTE_FORMAT_PARSETUPLE 1 | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_MEMORY_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_CURSES_H 1 | |
| #define HAVE_DLFCN_H 1 | |
| #define HAVE_ERRNO_H 1 | |
| #define HAVE_FCNTL_H 1 | |
| #define HAVE_GRP_H 1 | |
| #define HAVE_LANGINFO_H 1 | |
| #define HAVE_NCURSES_H 1 | |
| #define HAVE_POLL_H 1 | |
| #define HAVE_PTHREAD_H 1 | |
| /* end confdefs.h. */ | |
| #include <shadow.h> | |
configure:5686: result: no | |
configure:5719: checking for shadow.h | |
configure:5727: result: no | |
configure:5610: checking signal.h usability | |
configure:5627: /usr/bin/cc -c -O3 -march=core2 -msse4 -w -pipe -I/usr/local/Cellar/readline/6.1/include conftest.c >&5 | |
configure:5633: $? = 0 | |
configure:5647: result: yes | |
configure:5651: checking signal.h presence | |
configure:5666: /usr/bin/cc -E -I/usr/local/Cellar/readline/6.1/include conftest.c | |
configure:5672: $? = 0 | |
configure:5686: result: yes | |
configure:5719: checking for signal.h | |
configure:5727: result: yes | |
configure:5600: checking for stdint.h | |
configure:5606: result: yes | |
configure:5610: checking stropts.h usability | |
configure:5627: /usr/bin/cc -c -O3 -march=core2 -msse4 -w -pipe -I/usr/local/Cellar/readline/6.1/include conftest.c >&5 | |
conftest.c:67:21: error: stropts.h: No such file or directory | |
configure:5633: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h. */ | |
| #define _GNU_SOURCE 1 | |
| #define _NETBSD_SOURCE 1 | |
| #define __BSD_VISIBLE 1 | |
| #define _BSD_TYPES 1 | |
| #define _DARWIN_C_SOURCE 1 | |
| #define _XOPEN_SOURCE 600 | |
| #define _XOPEN_SOURCE_EXTENDED 1 | |
| #define _POSIX_C_SOURCE 200112L | |
| #define Py_ENABLE_SHARED 1 | |
| #define HAVE_ATTRIBUTE_FORMAT_PARSETUPLE 1 | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_MEMORY_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_CURSES_H 1 | |
| #define HAVE_DLFCN_H 1 | |
| #define HAVE_ERRNO_H 1 | |
| #define HAVE_FCNTL_H 1 | |
| #define HAVE_GRP_H 1 | |
| #define HAVE_LANGINFO_H 1 | |
| #define HAVE_NCURSES_H 1 | |
| #define HAVE_POLL_H 1 | |
| #define HAVE_PTHREAD_H 1 | |
| #define HAVE_SIGNAL_H 1 | |
| #define HAVE_STDINT_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 <stropts.h> | |
configure:5647: result: no | |
configure:5651: checking stropts.h presence | |
configure:5666: /usr/bin/cc -E -I/usr/local/Cellar/readline/6.1/include conftest.c | |
conftest.c:34:21: error: stropts.h: No such file or directory | |
configure:5672: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h. */ | |
| #define _GNU_SOURCE 1 | |
| #define _NETBSD_SOURCE 1 | |
| #define __BSD_VISIBLE 1 | |
| #define _BSD_TYPES 1 | |
| #define _DARWIN_C_SOURCE 1 | |
| #define _XOPEN_SOURCE 600 | |
| #define _XOPEN_SOURCE_EXTENDED 1 | |
| #define _POSIX_C_SOURCE 200112L | |
| #define Py_ENABLE_SHARED 1 | |
| #define HAVE_ATTRIBUTE_FORMAT_PARSETUPLE 1 | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_MEMORY_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_CURSES_H 1 | |
| #define HAVE_DLFCN_H 1 | |
| #define HAVE_ERRNO_H 1 | |
| #define HAVE_FCNTL_H 1 | |
| #define HAVE_GRP_H 1 | |
| #define HAVE_LANGINFO_H 1 | |
| #define HAVE_NCURSES_H 1 | |
| #define HAVE_POLL_H 1 | |
| #define HAVE_PTHREAD_H 1 | |
| #define HAVE_SIGNAL_H 1 | |
| #define HAVE_STDINT_H 1 | |
| /* end confdefs.h. */ | |
| #include <stropts.h> | |
configure:5686: result: no | |
configure:5719: checking for stropts.h | |
configure:5727: result: no | |
configure:5610: checking termios.h usability | |
configure:5627: /usr/bin/cc -c -O3 -march=core2 -msse4 -w -pipe -I/usr/local/Cellar/readline/6.1/include conftest.c >&5 | |
configure:5633: $? = 0 | |
configure:5647: result: yes | |
configure:5651: checking termios.h presence | |
configure:5666: /usr/bin/cc -E -I/usr/local/Cellar/readline/6.1/include conftest.c | |
configure:5672: $? = 0 | |
configure:5686: result: yes | |
configure:5719: checking for termios.h | |
configure:5727: result: yes | |
configure:5610: checking thread.h usability | |
configure:5627: /usr/bin/cc -c -O3 -march=core2 -msse4 -w -pipe -I/usr/local/Cellar/readline/6.1/include conftest.c >&5 | |
conftest.c:68:20: error: thread.h: No such file or directory | |
configure:5633: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h. */ | |
| #define _GNU_SOURCE 1 | |
| #define _NETBSD_SOURCE 1 | |
| #define __BSD_VISIBLE 1 | |
| #define _BSD_TYPES 1 | |
| #define _DARWIN_C_SOURCE 1 | |
| #define _XOPEN_SOURCE 600 | |
| #define _XOPEN_SOURCE_EXTENDED 1 | |
| #define _POSIX_C_SOURCE 200112L | |
| #define Py_ENABLE_SHARED 1 | |
| #define HAVE_ATTRIBUTE_FORMAT_PARSETUPLE 1 | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_MEMORY_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_CURSES_H 1 | |
| #define HAVE_DLFCN_H 1 | |
| #define HAVE_ERRNO_H 1 | |
| #define HAVE_FCNTL_H 1 | |
| #define HAVE_GRP_H 1 | |
| #define HAVE_LANGINFO_H 1 | |
| #define HAVE_NCURSES_H 1 | |
| #define HAVE_POLL_H 1 | |
| #define HAVE_PTHREAD_H 1 | |
| #define HAVE_SIGNAL_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_TERMIOS_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 <thread.h> | |
configure:5647: result: no | |
configure:5651: checking thread.h presence | |
configure:5666: /usr/bin/cc -E -I/usr/local/Cellar/readline/6.1/include conftest.c | |
conftest.c:35:20: error: thread.h: No such file or directory | |
configure:5672: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h. */ | |
| #define _GNU_SOURCE 1 | |
| #define _NETBSD_SOURCE 1 | |
| #define __BSD_VISIBLE 1 | |
| #define _BSD_TYPES 1 | |
| #define _DARWIN_C_SOURCE 1 | |
| #define _XOPEN_SOURCE 600 | |
| #define _XOPEN_SOURCE_EXTENDED 1 | |
| #define _POSIX_C_SOURCE 200112L | |
| #define Py_ENABLE_SHARED 1 | |
| #define HAVE_ATTRIBUTE_FORMAT_PARSETUPLE 1 | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_MEMORY_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_CURSES_H 1 | |
| #define HAVE_DLFCN_H 1 | |
| #define HAVE_ERRNO_H 1 | |
| #define HAVE_FCNTL_H 1 | |
| #define HAVE_GRP_H 1 | |
| #define HAVE_LANGINFO_H 1 | |
| #define HAVE_NCURSES_H 1 | |
| #define HAVE_POLL_H 1 | |
| #define HAVE_PTHREAD_H 1 | |
| #define HAVE_SIGNAL_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_TERMIOS_H 1 | |
| /* end confdefs.h. */ | |
| #include <thread.h> | |
configure:5686: result: no | |
configure:5719: checking for thread.h | |
configure:5727: result: no | |
configure:5600: checking for unistd.h | |
configure:5606: result: yes | |
configure:5610: checking utime.h usability | |
configure:5627: /usr/bin/cc -c -O3 -march=core2 -msse4 -w -pipe -I/usr/local/Cellar/readline/6.1/include conftest.c >&5 | |
configure:5633: $? = 0 | |
configure:5647: result: yes | |
configure:5651: checking utime.h presence | |
configure:5666: /usr/bin/cc -E -I/usr/local/Cellar/readline/6.1/include conftest.c | |
configure:5672: $? = 0 | |
configure:5686: result: yes | |
configure:5719: checking for utime.h | |
configure:5727: result: yes | |
configure:5610: checking sys/audioio.h usability | |
configure:5627: /usr/bin/cc -c -O3 -march=core2 -msse4 -w -pipe -I/usr/local/Cellar/readline/6.1/include conftest.c >&5 | |
conftest.c:70:25: error: sys/audioio.h: No such file or directory | |
configure:5633: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h. */ | |
| #define _GNU_SOURCE 1 | |
| #define _NETBSD_SOURCE 1 | |
| #define __BSD_VISIBLE 1 | |
| #define _BSD_TYPES 1 | |
| #define _DARWIN_C_SOURCE 1 | |
| #define _XOPEN_SOURCE 600 | |
| #define _XOPEN_SOURCE_EXTENDED 1 | |
| #define _POSIX_C_SOURCE 200112L | |
| #define Py_ENABLE_SHARED 1 | |
| #define HAVE_ATTRIBUTE_FORMAT_PARSETUPLE 1 | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_MEMORY_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_CURSES_H 1 | |
| #define HAVE_DLFCN_H 1 | |
| #define HAVE_ERRNO_H 1 | |
| #define HAVE_FCNTL_H 1 | |
| #define HAVE_GRP_H 1 | |
| #define HAVE_LANGINFO_H 1 | |
| #define HAVE_NCURSES_H 1 | |
| #define HAVE_POLL_H 1 | |
| #define HAVE_PTHREAD_H 1 | |
| #define HAVE_SIGNAL_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_TERMIOS_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_UTIME_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/audioio.h> | |
configure:5647: result: no | |
configure:5651: checking sys/audioio.h presence | |
configure:5666: /usr/bin/cc -E -I/usr/local/Cellar/readline/6.1/include conftest.c | |
conftest.c:37:25: error: sys/audioio.h: No such file or directory | |
configure:5672: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h. */ | |
| #define _GNU_SOURCE 1 | |
| #define _NETBSD_SOURCE 1 | |
| #define __BSD_VISIBLE 1 | |
| #define _BSD_TYPES 1 | |
| #define _DARWIN_C_SOURCE 1 | |
| #define _XOPEN_SOURCE 600 | |
| #define _XOPEN_SOURCE_EXTENDED 1 | |
| #define _POSIX_C_SOURCE 200112L | |
| #define Py_ENABLE_SHARED 1 | |
| #define HAVE_ATTRIBUTE_FORMAT_PARSETUPLE 1 | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_MEMORY_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_CURSES_H 1 | |
| #define HAVE_DLFCN_H 1 | |
| #define HAVE_ERRNO_H 1 | |
| #define HAVE_FCNTL_H 1 | |
| #define HAVE_GRP_H 1 | |
| #define HAVE_LANGINFO_H 1 | |
| #define HAVE_NCURSES_H 1 | |
| #define HAVE_POLL_H 1 | |
| #define HAVE_PTHREAD_H 1 | |
| #define HAVE_SIGNAL_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_TERMIOS_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_UTIME_H 1 | |
| /* end confdefs.h. */ | |
| #include <sys/audioio.h> | |
configure:5686: result: no | |
configure:5719: checking for sys/audioio.h | |
configure:5727: result: no | |
configure:5610: checking sys/bsdtty.h usability | |
configure:5627: /usr/bin/cc -c -O3 -march=core2 -msse4 -w -pipe -I/usr/local/Cellar/readline/6.1/include conftest.c >&5 | |
conftest.c:70:24: error: sys/bsdtty.h: No such file or directory | |
configure:5633: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h. */ | |
| #define _GNU_SOURCE 1 | |
| #define _NETBSD_SOURCE 1 | |
| #define __BSD_VISIBLE 1 | |
| #define _BSD_TYPES 1 | |
| #define _DARWIN_C_SOURCE 1 | |
| #define _XOPEN_SOURCE 600 | |
| #define _XOPEN_SOURCE_EXTENDED 1 | |
| #define _POSIX_C_SOURCE 200112L | |
| #define Py_ENABLE_SHARED 1 | |
| #define HAVE_ATTRIBUTE_FORMAT_PARSETUPLE 1 | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_MEMORY_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_CURSES_H 1 | |
| #define HAVE_DLFCN_H 1 | |
| #define HAVE_ERRNO_H 1 | |
| #define HAVE_FCNTL_H 1 | |
| #define HAVE_GRP_H 1 | |
| #define HAVE_LANGINFO_H 1 | |
| #define HAVE_NCURSES_H 1 | |
| #define HAVE_POLL_H 1 | |
| #define HAVE_PTHREAD_H 1 | |
| #define HAVE_SIGNAL_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_TERMIOS_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_UTIME_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/bsdtty.h> | |
configure:5647: result: no | |
configure:5651: checking sys/bsdtty.h presence | |
configure:5666: /usr/bin/cc -E -I/usr/local/Cellar/readline/6.1/include conftest.c | |
conftest.c:37:24: error: sys/bsdtty.h: No such file or directory | |
configure:5672: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h. */ | |
| #define _GNU_SOURCE 1 | |
| #define _NETBSD_SOURCE 1 | |
| #define __BSD_VISIBLE 1 | |
| #define _BSD_TYPES 1 | |
| #define _DARWIN_C_SOURCE 1 | |
| #define _XOPEN_SOURCE 600 | |
| #define _XOPEN_SOURCE_EXTENDED 1 | |
| #define _POSIX_C_SOURCE 200112L | |
| #define Py_ENABLE_SHARED 1 | |
| #define HAVE_ATTRIBUTE_FORMAT_PARSETUPLE 1 | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_MEMORY_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_CURSES_H 1 | |
| #define HAVE_DLFCN_H 1 | |
| #define HAVE_ERRNO_H 1 | |
| #define HAVE_FCNTL_H 1 | |
| #define HAVE_GRP_H 1 | |
| #define HAVE_LANGINFO_H 1 | |
| #define HAVE_NCURSES_H 1 | |
| #define HAVE_POLL_H 1 | |
| #define HAVE_PTHREAD_H 1 | |
| #define HAVE_SIGNAL_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_TERMIOS_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_UTIME_H 1 | |
| /* end confdefs.h. */ | |
| #include <sys/bsdtty.h> | |
configure:5686: result: no | |
configure:5719: checking for sys/bsdtty.h | |
configure:5727: result: no | |
configure:5610: checking sys/epoll.h usability | |
configure:5627: /usr/bin/cc -c -O3 -march=core2 -msse4 -w -pipe -I/usr/local/Cellar/readline/6.1/include conftest.c >&5 | |
conftest.c:70:23: error: sys/epoll.h: No such file or directory | |
configure:5633: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h. */ | |
| #define _GNU_SOURCE 1 | |
| #define _NETBSD_SOURCE 1 | |
| #define __BSD_VISIBLE 1 | |
| #define _BSD_TYPES 1 | |
| #define _DARWIN_C_SOURCE 1 | |
| #define _XOPEN_SOURCE 600 | |
| #define _XOPEN_SOURCE_EXTENDED 1 | |
| #define _POSIX_C_SOURCE 200112L | |
| #define Py_ENABLE_SHARED 1 | |
| #define HAVE_ATTRIBUTE_FORMAT_PARSETUPLE 1 | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_MEMORY_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_CURSES_H 1 | |
| #define HAVE_DLFCN_H 1 | |
| #define HAVE_ERRNO_H 1 | |
| #define HAVE_FCNTL_H 1 | |
| #define HAVE_GRP_H 1 | |
| #define HAVE_LANGINFO_H 1 | |
| #define HAVE_NCURSES_H 1 | |
| #define HAVE_POLL_H 1 | |
| #define HAVE_PTHREAD_H 1 | |
| #define HAVE_SIGNAL_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_TERMIOS_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_UTIME_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/epoll.h> | |
configure:5647: result: no | |
configure:5651: checking sys/epoll.h presence | |
configure:5666: /usr/bin/cc -E -I/usr/local/Cellar/readline/6.1/include conftest.c | |
conftest.c:37:23: error: sys/epoll.h: No such file or directory | |
configure:5672: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h. */ | |
| #define _GNU_SOURCE 1 | |
| #define _NETBSD_SOURCE 1 | |
| #define __BSD_VISIBLE 1 | |
| #define _BSD_TYPES 1 | |
| #define _DARWIN_C_SOURCE 1 | |
| #define _XOPEN_SOURCE 600 | |
| #define _XOPEN_SOURCE_EXTENDED 1 | |
| #define _POSIX_C_SOURCE 200112L | |
| #define Py_ENABLE_SHARED 1 | |
| #define HAVE_ATTRIBUTE_FORMAT_PARSETUPLE 1 | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_MEMORY_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_CURSES_H 1 | |
| #define HAVE_DLFCN_H 1 | |
| #define HAVE_ERRNO_H 1 | |
| #define HAVE_FCNTL_H 1 | |
| #define HAVE_GRP_H 1 | |
| #define HAVE_LANGINFO_H 1 | |
| #define HAVE_NCURSES_H 1 | |
| #define HAVE_POLL_H 1 | |
| #define HAVE_PTHREAD_H 1 | |
| #define HAVE_SIGNAL_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_TERMIOS_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_UTIME_H 1 | |
| /* end confdefs.h. */ | |
| #include <sys/epoll.h> | |
configure:5686: result: no | |
configure:5719: checking for sys/epoll.h | |
configure:5727: result: no | |
configure:5610: checking sys/event.h usability | |
configure:5627: /usr/bin/cc -c -O3 -march=core2 -msse4 -w -pipe -I/usr/local/Cellar/readline/6.1/include conftest.c >&5 | |
configure:5633: $? = 0 | |
configure:5647: result: yes | |
configure:5651: checking sys/event.h presence | |
configure:5666: /usr/bin/cc -E -I/usr/local/Cellar/readline/6.1/include conftest.c | |
configure:5672: $? = 0 | |
configure:5686: result: yes | |
configure:5719: checking for sys/event.h | |
configure:5727: result: yes | |
configure:5610: checking sys/file.h usability | |
configure:5627: /usr/bin/cc -c -O3 -march=core2 -msse4 -w -pipe -I/usr/local/Cellar/readline/6.1/include conftest.c >&5 | |
configure:5633: $? = 0 | |
configure:5647: result: yes | |
configure:5651: checking sys/file.h presence | |
configure:5666: /usr/bin/cc -E -I/usr/local/Cellar/readline/6.1/include conftest.c | |
configure:5672: $? = 0 | |
configure:5686: result: yes | |
configure:5719: checking for sys/file.h | |
configure:5727: result: yes | |
configure:5610: checking sys/loadavg.h usability | |
configure:5627: /usr/bin/cc -c -O3 -march=core2 -msse4 -w -pipe -I/usr/local/Cellar/readline/6.1/include conftest.c >&5 | |
conftest.c:72:25: error: sys/loadavg.h: No such file or directory | |
configure:5633: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h. */ | |
| #define _GNU_SOURCE 1 | |
| #define _NETBSD_SOURCE 1 | |
| #define __BSD_VISIBLE 1 | |
| #define _BSD_TYPES 1 | |
| #define _DARWIN_C_SOURCE 1 | |
| #define _XOPEN_SOURCE 600 | |
| #define _XOPEN_SOURCE_EXTENDED 1 | |
| #define _POSIX_C_SOURCE 200112L | |
| #define Py_ENABLE_SHARED 1 | |
| #define HAVE_ATTRIBUTE_FORMAT_PARSETUPLE 1 | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_MEMORY_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_CURSES_H 1 | |
| #define HAVE_DLFCN_H 1 | |
| #define HAVE_ERRNO_H 1 | |
| #define HAVE_FCNTL_H 1 | |
| #define HAVE_GRP_H 1 | |
| #define HAVE_LANGINFO_H 1 | |
| #define HAVE_NCURSES_H 1 | |
| #define HAVE_POLL_H 1 | |
| #define HAVE_PTHREAD_H 1 | |
| #define HAVE_SIGNAL_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_TERMIOS_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_UTIME_H 1 | |
| #define HAVE_SYS_EVENT_H 1 | |
| #define HAVE_SYS_FILE_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/loadavg.h> | |
configure:5647: result: no | |
configure:5651: checking sys/loadavg.h presence | |
configure:5666: /usr/bin/cc -E -I/usr/local/Cellar/readline/6.1/include conftest.c | |
conftest.c:39:25: error: sys/loadavg.h: No such file or directory | |
configure:5672: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h. */ | |
| #define _GNU_SOURCE 1 | |
| #define _NETBSD_SOURCE 1 | |
| #define __BSD_VISIBLE 1 | |
| #define _BSD_TYPES 1 | |
| #define _DARWIN_C_SOURCE 1 | |
| #define _XOPEN_SOURCE 600 | |
| #define _XOPEN_SOURCE_EXTENDED 1 | |
| #define _POSIX_C_SOURCE 200112L | |
| #define Py_ENABLE_SHARED 1 | |
| #define HAVE_ATTRIBUTE_FORMAT_PARSETUPLE 1 | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_MEMORY_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_CURSES_H 1 | |
| #define HAVE_DLFCN_H 1 | |
| #define HAVE_ERRNO_H 1 | |
| #define HAVE_FCNTL_H 1 | |
| #define HAVE_GRP_H 1 | |
| #define HAVE_LANGINFO_H 1 | |
| #define HAVE_NCURSES_H 1 | |
| #define HAVE_POLL_H 1 | |
| #define HAVE_PTHREAD_H 1 | |
| #define HAVE_SIGNAL_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_TERMIOS_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_UTIME_H 1 | |
| #define HAVE_SYS_EVENT_H 1 | |
| #define HAVE_SYS_FILE_H 1 | |
| /* end confdefs.h. */ | |
| #include <sys/loadavg.h> | |
configure:5686: result: no | |
configure:5719: checking for sys/loadavg.h | |
configure:5727: result: no | |
configure:5610: checking sys/lock.h usability | |
configure:5627: /usr/bin/cc -c -O3 -march=core2 -msse4 -w -pipe -I/usr/local/Cellar/readline/6.1/include conftest.c >&5 | |
configure:5633: $? = 0 | |
configure:5647: result: yes | |
configure:5651: checking sys/lock.h presence | |
configure:5666: /usr/bin/cc -E -I/usr/local/Cellar/readline/6.1/include conftest.c | |
configure:5672: $? = 0 | |
configure:5686: result: yes | |
configure:5719: checking for sys/lock.h | |
configure:5727: result: yes | |
configure:5610: checking sys/mkdev.h usability | |
configure:5627: /usr/bin/cc -c -O3 -march=core2 -msse4 -w -pipe -I/usr/local/Cellar/readline/6.1/include conftest.c >&5 | |
conftest.c:73:23: error: sys/mkdev.h: No such file or directory | |
configure:5633: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h. */ | |
| #define _GNU_SOURCE 1 | |
| #define _NETBSD_SOURCE 1 | |
| #define __BSD_VISIBLE 1 | |
| #define _BSD_TYPES 1 | |
| #define _DARWIN_C_SOURCE 1 | |
| #define _XOPEN_SOURCE 600 | |
| #define _XOPEN_SOURCE_EXTENDED 1 | |
| #define _POSIX_C_SOURCE 200112L | |
| #define Py_ENABLE_SHARED 1 | |
| #define HAVE_ATTRIBUTE_FORMAT_PARSETUPLE 1 | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_MEMORY_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_CURSES_H 1 | |
| #define HAVE_DLFCN_H 1 | |
| #define HAVE_ERRNO_H 1 | |
| #define HAVE_FCNTL_H 1 | |
| #define HAVE_GRP_H 1 | |
| #define HAVE_LANGINFO_H 1 | |
| #define HAVE_NCURSES_H 1 | |
| #define HAVE_POLL_H 1 | |
| #define HAVE_PTHREAD_H 1 | |
| #define HAVE_SIGNAL_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_TERMIOS_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_UTIME_H 1 | |
| #define HAVE_SYS_EVENT_H 1 | |
| #define HAVE_SYS_FILE_H 1 | |
| #define HAVE_SYS_LOCK_H 1 | |
| /* end confdefs.h. */ | |
| #include <stdio.h> | |
| #ifdef HAVE_SYS_TYPES_H | |
| # include <sys/types.h> | |
| #endif | |
| #ifdef HAVE_SYS_STAT_H | |
| # include <sys/stat.h> | |
| #endif | |
| #ifdef STDC_HEADERS | |
| # include <stdlib.h> | |
| # include <stddef.h> | |
| #else | |
| # ifdef HAVE_STDLIB_H | |
| # include <stdlib.h> | |
| # endif | |
| #endif | |
| #ifdef HAVE_STRING_H | |
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H | |
| # include <memory.h> | |
| # endif | |
| # include <string.h> | |
| #endif | |
| #ifdef HAVE_STRINGS_H | |
| # include <strings.h> | |
| #endif | |
| #ifdef HAVE_INTTYPES_H | |
| # include <inttypes.h> | |
| #endif | |
| #ifdef HAVE_STDINT_H | |
| # include <stdint.h> | |
| #endif | |
| #ifdef HAVE_UNISTD_H | |
| # include <unistd.h> | |
| #endif | |
| #include <sys/mkdev.h> | |
configure:5647: result: no | |
configure:5651: checking sys/mkdev.h presence | |
configure:5666: /usr/bin/cc -E -I/usr/local/Cellar/readline/6.1/include conftest.c | |
conftest.c:40:23: error: sys/mkdev.h: No such file or directory | |
configure:5672: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h. */ | |
| #define _GNU_SOURCE 1 | |
| #define _NETBSD_SOURCE 1 | |
| #define __BSD_VISIBLE 1 | |
| #define _BSD_TYPES 1 | |
| #define _DARWIN_C_SOURCE 1 | |
| #define _XOPEN_SOURCE 600 | |
| #define _XOPEN_SOURCE_EXTENDED 1 | |
| #define _POSIX_C_SOURCE 200112L | |
| #define Py_ENABLE_SHARED 1 | |
| #define HAVE_ATTRIBUTE_FORMAT_PARSETUPLE 1 | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_MEMORY_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_CURSES_H 1 | |
| #define HAVE_DLFCN_H 1 | |
| #define HAVE_ERRNO_H 1 | |
| #define HAVE_FCNTL_H 1 | |
| #define HAVE_GRP_H 1 | |
| #define HAVE_LANGINFO_H 1 | |
| #define HAVE_NCURSES_H 1 | |
| #define HAVE_POLL_H 1 | |
| #define HAVE_PTHREAD_H 1 | |
| #define HAVE_SIGNAL_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_TERMIOS_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_UTIME_H 1 | |
| #define HAVE_SYS_EVENT_H 1 | |
| #define HAVE_SYS_FILE_H 1 | |
| #define HAVE_SYS_LOCK_H 1 | |
| /* end confdefs.h. */ | |
| #include <sys/mkdev.h> | |
configure:5686: result: no | |
configure:5719: checking for sys/mkdev.h | |
configure:5727: result: no | |
configure:5610: checking sys/modem.h usability | |
configure:5627: /usr/bin/cc -c -O3 -march=core2 -msse4 -w -pipe -I/usr/local/Cellar/readline/6.1/include conftest.c >&5 | |
conftest.c:73:23: error: sys/modem.h: No such file or directory | |
configure:5633: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h. */ | |
| #define _GNU_SOURCE 1 | |
| #define _NETBSD_SOURCE 1 | |
| #define __BSD_VISIBLE 1 | |
| #define _BSD_TYPES 1 | |
| #define _DARWIN_C_SOURCE 1 | |
| #define _XOPEN_SOURCE 600 | |
| #define _XOPEN_SOURCE_EXTENDED 1 | |
| #define _POSIX_C_SOURCE 200112L | |
| #define Py_ENABLE_SHARED 1 | |
| #define HAVE_ATTRIBUTE_FORMAT_PARSETUPLE 1 | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_MEMORY_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_CURSES_H 1 | |
| #define HAVE_DLFCN_H 1 | |
| #define HAVE_ERRNO_H 1 | |
| #define HAVE_FCNTL_H 1 | |
| #define HAVE_GRP_H 1 | |
| #define HAVE_LANGINFO_H 1 | |
| #define HAVE_NCURSES_H 1 | |
| #define HAVE_POLL_H 1 | |
| #define HAVE_PTHREAD_H 1 | |
| #define HAVE_SIGNAL_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_TERMIOS_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_UTIME_H 1 | |
| #define HAVE_SYS_EVENT_H 1 | |
| #define HAVE_SYS_FILE_H 1 | |
| #define HAVE_SYS_LOCK_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/modem.h> | |
configure:5647: result: no | |
configure:5651: checking sys/modem.h presence | |
configure:5666: /usr/bin/cc -E -I/usr/local/Cellar/readline/6.1/include conftest.c | |
conftest.c:40:23: error: sys/modem.h: No such file or directory | |
configure:5672: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h. */ | |
| #define _GNU_SOURCE 1 | |
| #define _NETBSD_SOURCE 1 | |
| #define __BSD_VISIBLE 1 | |
| #define _BSD_TYPES 1 | |
| #define _DARWIN_C_SOURCE 1 | |
| #define _XOPEN_SOURCE 600 | |
| #define _XOPEN_SOURCE_EXTENDED 1 | |
| #define _POSIX_C_SOURCE 200112L | |
| #define Py_ENABLE_SHARED 1 | |
| #define HAVE_ATTRIBUTE_FORMAT_PARSETUPLE 1 | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_MEMORY_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_CURSES_H 1 | |
| #define HAVE_DLFCN_H 1 | |
| #define HAVE_ERRNO_H 1 | |
| #define HAVE_FCNTL_H 1 | |
| #define HAVE_GRP_H 1 | |
| #define HAVE_LANGINFO_H 1 | |
| #define HAVE_NCURSES_H 1 | |
| #define HAVE_POLL_H 1 | |
| #define HAVE_PTHREAD_H 1 | |
| #define HAVE_SIGNAL_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_TERMIOS_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_UTIME_H 1 | |
| #define HAVE_SYS_EVENT_H 1 | |
| #define HAVE_SYS_FILE_H 1 | |
| #define HAVE_SYS_LOCK_H 1 | |
| /* end confdefs.h. */ | |
| #include <sys/modem.h> | |
configure:5686: result: no | |
configure:5719: checking for sys/modem.h | |
configure:5727: result: no | |
configure:5610: checking sys/param.h usability | |
configure:5627: /usr/bin/cc -c -O3 -march=core2 -msse4 -w -pipe -I/usr/local/Cellar/readline/6.1/include conftest.c >&5 | |
configure:5633: $? = 0 | |
configure:5647: result: yes | |
configure:5651: checking sys/param.h presence | |
configure:5666: /usr/bin/cc -E -I/usr/local/Cellar/readline/6.1/include conftest.c | |
configure:5672: $? = 0 | |
configure:5686: result: yes | |
configure:5719: checking for sys/param.h | |
configure:5727: result: yes | |
configure:5610: checking sys/poll.h usability | |
configure:5627: /usr/bin/cc -c -O3 -march=core2 -msse4 -w -pipe -I/usr/local/Cellar/readline/6.1/include conftest.c >&5 | |
configure:5633: $? = 0 | |
configure:5647: result: yes | |
configure:5651: checking sys/poll.h presence | |
configure:5666: /usr/bin/cc -E -I/usr/local/Cellar/readline/6.1/include conftest.c | |
configure:5672: $? = 0 | |
configure:5686: result: yes | |
configure:5719: checking for sys/poll.h | |
configure:5727: result: yes | |
configure:5610: checking sys/select.h usability | |
configure:5627: /usr/bin/cc -c -O3 -march=core2 -msse4 -w -pipe -I/usr/local/Cellar/readline/6.1/include conftest.c >&5 | |
configure:5633: $? = 0 | |
configure:5647: result: yes | |
configure:5651: checking sys/select.h presence | |
configure:5666: /usr/bin/cc -E -I/usr/local/Cellar/readline/6.1/include conftest.c | |
configure:5672: $? = 0 | |
configure:5686: result: yes | |
configure:5719: checking for sys/select.h | |
configure:5727: result: yes | |
configure:5610: checking sys/socket.h usability | |
configure:5627: /usr/bin/cc -c -O3 -march=core2 -msse4 -w -pipe -I/usr/local/Cellar/readline/6.1/include conftest.c >&5 | |
configure:5633: $? = 0 | |
configure:5647: result: yes | |
configure:5651: checking sys/socket.h presence | |
configure:5666: /usr/bin/cc -E -I/usr/local/Cellar/readline/6.1/include conftest.c | |
configure:5672: $? = 0 | |
configure:5686: result: yes | |
configure:5719: checking for sys/socket.h | |
configure:5727: result: yes | |
configure:5610: checking sys/statvfs.h usability | |
configure:5627: /usr/bin/cc -c -O3 -march=core2 -msse4 -w -pipe -I/usr/local/Cellar/readline/6.1/include conftest.c >&5 | |
configure:5633: $? = 0 | |
configure:5647: result: yes | |
configure:5651: checking sys/statvfs.h presence | |
configure:5666: /usr/bin/cc -E -I/usr/local/Cellar/readline/6.1/include conftest.c | |
configure:5672: $? = 0 | |
configure:5686: result: yes | |
configure:5719: checking for sys/statvfs.h | |
configure:5727: result: yes | |
configure:5600: checking for sys/stat.h | |
configure:5606: result: yes | |
configure:5610: checking sys/termio.h usability | |
configure:5627: /usr/bin/cc -c -O3 -march=core2 -msse4 -w -pipe -I/usr/local/Cellar/readline/6.1/include conftest.c >&5 | |
conftest.c:79:24: error: sys/termio.h: No such file or directory | |
configure:5633: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h. */ | |
| #define _GNU_SOURCE 1 | |
| #define _NETBSD_SOURCE 1 | |
| #define __BSD_VISIBLE 1 | |
| #define _BSD_TYPES 1 | |
| #define _DARWIN_C_SOURCE 1 | |
| #define _XOPEN_SOURCE 600 | |
| #define _XOPEN_SOURCE_EXTENDED 1 | |
| #define _POSIX_C_SOURCE 200112L | |
| #define Py_ENABLE_SHARED 1 | |
| #define HAVE_ATTRIBUTE_FORMAT_PARSETUPLE 1 | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_MEMORY_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_CURSES_H 1 | |
| #define HAVE_DLFCN_H 1 | |
| #define HAVE_ERRNO_H 1 | |
| #define HAVE_FCNTL_H 1 | |
| #define HAVE_GRP_H 1 | |
| #define HAVE_LANGINFO_H 1 | |
| #define HAVE_NCURSES_H 1 | |
| #define HAVE_POLL_H 1 | |
| #define HAVE_PTHREAD_H 1 | |
| #define HAVE_SIGNAL_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_TERMIOS_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_UTIME_H 1 | |
| #define HAVE_SYS_EVENT_H 1 | |
| #define HAVE_SYS_FILE_H 1 | |
| #define HAVE_SYS_LOCK_H 1 | |
| #define HAVE_SYS_PARAM_H 1 | |
| #define HAVE_SYS_POLL_H 1 | |
| #define HAVE_SYS_SELECT_H 1 | |
| #define HAVE_SYS_SOCKET_H 1 | |
| #define HAVE_SYS_STATVFS_H 1 | |
| #define HAVE_SYS_STAT_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/termio.h> | |
configure:5647: result: no | |
configure:5651: checking sys/termio.h presence | |
configure:5666: /usr/bin/cc -E -I/usr/local/Cellar/readline/6.1/include conftest.c | |
conftest.c:46:24: error: sys/termio.h: No such file or directory | |
configure:5672: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h. */ | |
| #define _GNU_SOURCE 1 | |
| #define _NETBSD_SOURCE 1 | |
| #define __BSD_VISIBLE 1 | |
| #define _BSD_TYPES 1 | |
| #define _DARWIN_C_SOURCE 1 | |
| #define _XOPEN_SOURCE 600 | |
| #define _XOPEN_SOURCE_EXTENDED 1 | |
| #define _POSIX_C_SOURCE 200112L | |
| #define Py_ENABLE_SHARED 1 | |
| #define HAVE_ATTRIBUTE_FORMAT_PARSETUPLE 1 | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_MEMORY_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_CURSES_H 1 | |
| #define HAVE_DLFCN_H 1 | |
| #define HAVE_ERRNO_H 1 | |
| #define HAVE_FCNTL_H 1 | |
| #define HAVE_GRP_H 1 | |
| #define HAVE_LANGINFO_H 1 | |
| #define HAVE_NCURSES_H 1 | |
| #define HAVE_POLL_H 1 | |
| #define HAVE_PTHREAD_H 1 | |
| #define HAVE_SIGNAL_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_TERMIOS_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_UTIME_H 1 | |
| #define HAVE_SYS_EVENT_H 1 | |
| #define HAVE_SYS_FILE_H 1 | |
| #define HAVE_SYS_LOCK_H 1 | |
| #define HAVE_SYS_PARAM_H 1 | |
| #define HAVE_SYS_POLL_H 1 | |
| #define HAVE_SYS_SELECT_H 1 | |
| #define HAVE_SYS_SOCKET_H 1 | |
| #define HAVE_SYS_STATVFS_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| /* end confdefs.h. */ | |
| #include <sys/termio.h> | |
configure:5686: result: no | |
configure:5719: checking for sys/termio.h | |
configure:5727: result: no | |
configure:5610: checking sys/time.h usability | |
configure:5627: /usr/bin/cc -c -O3 -march=core2 -msse4 -w -pipe -I/usr/local/Cellar/readline/6.1/include conftest.c >&5 | |
configure:5633: $? = 0 | |
configure:5647: result: yes | |
configure:5651: checking sys/time.h presence | |
configure:5666: /usr/bin/cc -E -I/usr/local/Cellar/readline/6.1/include conftest.c | |
configure:5672: $? = 0 | |
configure:5686: result: yes | |
configure:5719: checking for sys/time.h | |
configure:5727: result: yes | |
configure:5610: checking sys/times.h usability | |
configure:5627: /usr/bin/cc -c -O3 -march=core2 -msse4 -w -pipe -I/usr/local/Cellar/readline/6.1/include conftest.c >&5 | |
configure:5633: $? = 0 | |
configure:5647: result: yes | |
configure:5651: checking sys/times.h presence | |
configure:5666: /usr/bin/cc -E -I/usr/local/Cellar/readline/6.1/include conftest.c | |
configure:5672: $? = 0 | |
configure:5686: result: yes | |
configure:5719: checking for sys/times.h | |
configure:5727: result: yes | |
configure:5600: checking for sys/types.h | |
configure:5606: result: yes | |
configure:5610: checking sys/un.h usability | |
configure:5627: /usr/bin/cc -c -O3 -march=core2 -msse4 -w -pipe -I/usr/local/Cellar/readline/6.1/include conftest.c >&5 | |
configure:5633: $? = 0 | |
configure:5647: result: yes | |
configure:5651: checking sys/un.h presence | |
configure:5666: /usr/bin/cc -E -I/usr/local/Cellar/readline/6.1/include conftest.c | |
configure:5672: $? = 0 | |
configure:5686: result: yes | |
configure:5719: checking for sys/un.h | |
configure:5727: result: yes | |
configure:5610: checking sys/utsname.h usability | |
configure:5627: /usr/bin/cc -c -O3 -march=core2 -msse4 -w -pipe -I/usr/local/Cellar/readline/6.1/include conftest.c >&5 | |
configure:5633: $? = 0 | |
configure:5647: result: yes | |
configure:5651: checking sys/utsname.h presence | |
configure:5666: /usr/bin/cc -E -I/usr/local/Cellar/readline/6.1/include conftest.c | |
configure:5672: $? = 0 | |
configure:5686: result: yes | |
configure:5719: checking for sys/utsname.h | |
configure:5727: result: yes | |
configure:5610: checking sys/wait.h usability | |
configure:5627: /usr/bin/cc -c -O3 -march=core2 -msse4 -w -pipe -I/usr/local/Cellar/readline/6.1/include conftest.c >&5 | |
configure:5633: $? = 0 | |
configure:5647: result: yes | |
configure:5651: checking sys/wait.h presence | |
configure:5666: /usr/bin/cc -E -I/usr/local/Cellar/readline/6.1/include conftest.c | |
configure:5672: $? = 0 | |
configure:5686: result: yes | |
configure:5719: checking for sys/wait.h | |
configure:5727: result: yes | |
configure:5610: checking pty.h usability | |
configure:5627: /usr/bin/cc -c -O3 -march=core2 -msse4 -w -pipe -I/usr/local/Cellar/readline/6.1/include conftest.c >&5 | |
conftest.c:85:17: error: pty.h: No such file or directory | |
configure:5633: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h. */ | |
| #define _GNU_SOURCE 1 | |
| #define _NETBSD_SOURCE 1 | |
| #define __BSD_VISIBLE 1 | |
| #define _BSD_TYPES 1 | |
| #define _DARWIN_C_SOURCE 1 | |
| #define _XOPEN_SOURCE 600 | |
| #define _XOPEN_SOURCE_EXTENDED 1 | |
| #define _POSIX_C_SOURCE 200112L | |
| #define Py_ENABLE_SHARED 1 | |
| #define HAVE_ATTRIBUTE_FORMAT_PARSETUPLE 1 | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_MEMORY_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_CURSES_H 1 | |
| #define HAVE_DLFCN_H 1 | |
| #define HAVE_ERRNO_H 1 | |
| #define HAVE_FCNTL_H 1 | |
| #define HAVE_GRP_H 1 | |
| #define HAVE_LANGINFO_H 1 | |
| #define HAVE_NCURSES_H 1 | |
| #define HAVE_POLL_H 1 | |
| #define HAVE_PTHREAD_H 1 | |
| #define HAVE_SIGNAL_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_TERMIOS_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_UTIME_H 1 | |
| #define HAVE_SYS_EVENT_H 1 | |
| #define HAVE_SYS_FILE_H 1 | |
| #define HAVE_SYS_LOCK_H 1 | |
| #define HAVE_SYS_PARAM_H 1 | |
| #define HAVE_SYS_POLL_H 1 | |
| #define HAVE_SYS_SELECT_H 1 | |
| #define HAVE_SYS_SOCKET_H 1 | |
| #define HAVE_SYS_STATVFS_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_SYS_TIME_H 1 | |
| #define HAVE_SYS_TIMES_H 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_UN_H 1 | |
| #define HAVE_SYS_UTSNAME_H 1 | |
| #define HAVE_SYS_WAIT_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:5647: result: no | |
configure:5651: checking pty.h presence | |
configure:5666: /usr/bin/cc -E -I/usr/local/Cellar/readline/6.1/include conftest.c | |
conftest.c:52:17: error: pty.h: No such file or directory | |
configure:5672: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h. */ | |
| #define _GNU_SOURCE 1 | |
| #define _NETBSD_SOURCE 1 | |
| #define __BSD_VISIBLE 1 | |
| #define _BSD_TYPES 1 | |
| #define _DARWIN_C_SOURCE 1 | |
| #define _XOPEN_SOURCE 600 | |
| #define _XOPEN_SOURCE_EXTENDED 1 | |
| #define _POSIX_C_SOURCE 200112L | |
| #define Py_ENABLE_SHARED 1 | |
| #define HAVE_ATTRIBUTE_FORMAT_PARSETUPLE 1 | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_MEMORY_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_CURSES_H 1 | |
| #define HAVE_DLFCN_H 1 | |
| #define HAVE_ERRNO_H 1 | |
| #define HAVE_FCNTL_H 1 | |
| #define HAVE_GRP_H 1 | |
| #define HAVE_LANGINFO_H 1 | |
| #define HAVE_NCURSES_H 1 | |
| #define HAVE_POLL_H 1 | |
| #define HAVE_PTHREAD_H 1 | |
| #define HAVE_SIGNAL_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_TERMIOS_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_UTIME_H 1 | |
| #define HAVE_SYS_EVENT_H 1 | |
| #define HAVE_SYS_FILE_H 1 | |
| #define HAVE_SYS_LOCK_H 1 | |
| #define HAVE_SYS_PARAM_H 1 | |
| #define HAVE_SYS_POLL_H 1 | |
| #define HAVE_SYS_SELECT_H 1 | |
| #define HAVE_SYS_SOCKET_H 1 | |
| #define HAVE_SYS_STATVFS_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_SYS_TIME_H 1 | |
| #define HAVE_SYS_TIMES_H 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_UN_H 1 | |
| #define HAVE_SYS_UTSNAME_H 1 | |
| #define HAVE_SYS_WAIT_H 1 | |
| /* end confdefs.h. */ | |
| #include <pty.h> | |
configure:5686: result: no | |
configure:5719: checking for pty.h | |
configure:5727: result: no | |
configure:5610: checking libutil.h usability | |
configure:5627: /usr/bin/cc -c -O3 -march=core2 -msse4 -w -pipe -I/usr/local/Cellar/readline/6.1/include conftest.c >&5 | |
conftest.c:85:21: error: libutil.h: No such file or directory | |
configure:5633: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h. */ | |
| #define _GNU_SOURCE 1 | |
| #define _NETBSD_SOURCE 1 | |
| #define __BSD_VISIBLE 1 | |
| #define _BSD_TYPES 1 | |
| #define _DARWIN_C_SOURCE 1 | |
| #define _XOPEN_SOURCE 600 | |
| #define _XOPEN_SOURCE_EXTENDED 1 | |
| #define _POSIX_C_SOURCE 200112L | |
| #define Py_ENABLE_SHARED 1 | |
| #define HAVE_ATTRIBUTE_FORMAT_PARSETUPLE 1 | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_MEMORY_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_CURSES_H 1 | |
| #define HAVE_DLFCN_H 1 | |
| #define HAVE_ERRNO_H 1 | |
| #define HAVE_FCNTL_H 1 | |
| #define HAVE_GRP_H 1 | |
| #define HAVE_LANGINFO_H 1 | |
| #define HAVE_NCURSES_H 1 | |
| #define HAVE_POLL_H 1 | |
| #define HAVE_PTHREAD_H 1 | |
| #define HAVE_SIGNAL_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_TERMIOS_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_UTIME_H 1 | |
| #define HAVE_SYS_EVENT_H 1 | |
| #define HAVE_SYS_FILE_H 1 | |
| #define HAVE_SYS_LOCK_H 1 | |
| #define HAVE_SYS_PARAM_H 1 | |
| #define HAVE_SYS_POLL_H 1 | |
| #define HAVE_SYS_SELECT_H 1 | |
| #define HAVE_SYS_SOCKET_H 1 | |
| #define HAVE_SYS_STATVFS_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_SYS_TIME_H 1 | |
| #define HAVE_SYS_TIMES_H 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_UN_H 1 | |
| #define HAVE_SYS_UTSNAME_H 1 | |
| #define HAVE_SYS_WAIT_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 <libutil.h> | |
configure:5647: result: no | |
configure:5651: checking libutil.h presence | |
configure:5666: /usr/bin/cc -E -I/usr/local/Cellar/readline/6.1/include conftest.c | |
conftest.c:52:21: error: libutil.h: No such file or directory | |
configure:5672: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h. */ | |
| #define _GNU_SOURCE 1 | |
| #define _NETBSD_SOURCE 1 | |
| #define __BSD_VISIBLE 1 | |
| #define _BSD_TYPES 1 | |
| #define _DARWIN_C_SOURCE 1 | |
| #define _XOPEN_SOURCE 600 | |
| #define _XOPEN_SOURCE_EXTENDED 1 | |
| #define _POSIX_C_SOURCE 200112L | |
| #define Py_ENABLE_SHARED 1 | |
| #define HAVE_ATTRIBUTE_FORMAT_PARSETUPLE 1 | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_MEMORY_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_CURSES_H 1 | |
| #define HAVE_DLFCN_H 1 | |
| #define HAVE_ERRNO_H 1 | |
| #define HAVE_FCNTL_H 1 | |
| #define HAVE_GRP_H 1 | |
| #define HAVE_LANGINFO_H 1 | |
| #define HAVE_NCURSES_H 1 | |
| #define HAVE_POLL_H 1 | |
| #define HAVE_PTHREAD_H 1 | |
| #define HAVE_SIGNAL_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_TERMIOS_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_UTIME_H 1 | |
| #define HAVE_SYS_EVENT_H 1 | |
| #define HAVE_SYS_FILE_H 1 | |
| #define HAVE_SYS_LOCK_H 1 | |
| #define HAVE_SYS_PARAM_H 1 | |
| #define HAVE_SYS_POLL_H 1 | |
| #define HAVE_SYS_SELECT_H 1 | |
| #define HAVE_SYS_SOCKET_H 1 | |
| #define HAVE_SYS_STATVFS_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_SYS_TIME_H 1 | |
| #define HAVE_SYS_TIMES_H 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_UN_H 1 | |
| #define HAVE_SYS_UTSNAME_H 1 | |
| #define HAVE_SYS_WAIT_H 1 | |
| /* end confdefs.h. */ | |
| #include <libutil.h> | |
configure:5686: result: no | |
configure:5719: checking for libutil.h | |
configure:5727: result: no | |
configure:5610: checking sys/resource.h usability | |
configure:5627: /usr/bin/cc -c -O3 -march=core2 -msse4 -w -pipe -I/usr/local/Cellar/readline/6.1/include conftest.c >&5 | |
configure:5633: $? = 0 | |
configure:5647: result: yes | |
configure:5651: checking sys/resource.h presence | |
configure:5666: /usr/bin/cc -E -I/usr/local/Cellar/readline/6.1/include conftest.c | |
configure:5672: $? = 0 | |
configure:5686: result: yes | |
configure:5719: checking for sys/resource.h | |
configure:5727: result: yes | |
configure:5610: checking netpacket/packet.h usability | |
configure:5627: /usr/bin/cc -c -O3 -march=core2 -msse4 -w -pipe -I/usr/local/Cellar/readline/6.1/include conftest.c >&5 | |
conftest.c:86:30: error: netpacket/packet.h: No such file or directory | |
configure:5633: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h. */ | |
| #define _GNU_SOURCE 1 | |
| #define _NETBSD_SOURCE 1 | |
| #define __BSD_VISIBLE 1 | |
| #define _BSD_TYPES 1 | |
| #define _DARWIN_C_SOURCE 1 | |
| #define _XOPEN_SOURCE 600 | |
| #define _XOPEN_SOURCE_EXTENDED 1 | |
| #define _POSIX_C_SOURCE 200112L | |
| #define Py_ENABLE_SHARED 1 | |
| #define HAVE_ATTRIBUTE_FORMAT_PARSETUPLE 1 | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_MEMORY_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_CURSES_H 1 | |
| #define HAVE_DLFCN_H 1 | |
| #define HAVE_ERRNO_H 1 | |
| #define HAVE_FCNTL_H 1 | |
| #define HAVE_GRP_H 1 | |
| #define HAVE_LANGINFO_H 1 | |
| #define HAVE_NCURSES_H 1 | |
| #define HAVE_POLL_H 1 | |
| #define HAVE_PTHREAD_H 1 | |
| #define HAVE_SIGNAL_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_TERMIOS_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_UTIME_H 1 | |
| #define HAVE_SYS_EVENT_H 1 | |
| #define HAVE_SYS_FILE_H 1 | |
| #define HAVE_SYS_LOCK_H 1 | |
| #define HAVE_SYS_PARAM_H 1 | |
| #define HAVE_SYS_POLL_H 1 | |
| #define HAVE_SYS_SELECT_H 1 | |
| #define HAVE_SYS_SOCKET_H 1 | |
| #define HAVE_SYS_STATVFS_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_SYS_TIME_H 1 | |
| #define HAVE_SYS_TIMES_H 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_UN_H 1 | |
| #define HAVE_SYS_UTSNAME_H 1 | |
| #define HAVE_SYS_WAIT_H 1 | |
| #define HAVE_SYS_RESOURCE_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 <netpacket/packet.h> | |
configure:5647: result: no | |
configure:5651: checking netpacket/packet.h presence | |
configure:5666: /usr/bin/cc -E -I/usr/local/Cellar/readline/6.1/include conftest.c | |
conftest.c:53:30: error: netpacket/packet.h: No such file or directory | |
configure:5672: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h. */ | |
| #define _GNU_SOURCE 1 | |
| #define _NETBSD_SOURCE 1 | |
| #define __BSD_VISIBLE 1 | |
| #define _BSD_TYPES 1 | |
| #define _DARWIN_C_SOURCE 1 | |
| #define _XOPEN_SOURCE 600 | |
| #define _XOPEN_SOURCE_EXTENDED 1 | |
| #define _POSIX_C_SOURCE 200112L | |
| #define Py_ENABLE_SHARED 1 | |
| #define HAVE_ATTRIBUTE_FORMAT_PARSETUPLE 1 | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_MEMORY_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_CURSES_H 1 | |
| #define HAVE_DLFCN_H 1 | |
| #define HAVE_ERRNO_H 1 | |
| #define HAVE_FCNTL_H 1 | |
| #define HAVE_GRP_H 1 | |
| #define HAVE_LANGINFO_H 1 | |
| #define HAVE_NCURSES_H 1 | |
| #define HAVE_POLL_H 1 | |
| #define HAVE_PTHREAD_H 1 | |
| #define HAVE_SIGNAL_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_TERMIOS_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_UTIME_H 1 | |
| #define HAVE_SYS_EVENT_H 1 | |
| #define HAVE_SYS_FILE_H 1 | |
| #define HAVE_SYS_LOCK_H 1 | |
| #define HAVE_SYS_PARAM_H 1 | |
| #define HAVE_SYS_POLL_H 1 | |
| #define HAVE_SYS_SELECT_H 1 | |
| #define HAVE_SYS_SOCKET_H 1 | |
| #define HAVE_SYS_STATVFS_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_SYS_TIME_H 1 | |
| #define HAVE_SYS_TIMES_H 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_UN_H 1 | |
| #define HAVE_SYS_UTSNAME_H 1 | |
| #define HAVE_SYS_WAIT_H 1 | |
| #define HAVE_SYS_RESOURCE_H 1 | |
| /* end confdefs.h. */ | |
| #include <netpacket/packet.h> | |
configure:5686: result: no | |
configure:5719: checking for netpacket/packet.h | |
configure:5727: result: no | |
configure:5610: checking sysexits.h usability | |
configure:5627: /usr/bin/cc -c -O3 -march=core2 -msse4 -w -pipe -I/usr/local/Cellar/readline/6.1/include conftest.c >&5 | |
configure:5633: $? = 0 | |
configure:5647: result: yes | |
configure:5651: checking sysexits.h presence | |
configure:5666: /usr/bin/cc -E -I/usr/local/Cellar/readline/6.1/include conftest.c | |
configure:5672: $? = 0 | |
configure:5686: result: yes | |
configure:5719: checking for sysexits.h | |
configure:5727: result: yes | |
configure:5610: checking bluetooth.h usability | |
configure:5627: /usr/bin/cc -c -O3 -march=core2 -msse4 -w -pipe -I/usr/local/Cellar/readline/6.1/include conftest.c >&5 | |
conftest.c:87:23: error: bluetooth.h: No such file or directory | |
configure:5633: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h. */ | |
| #define _GNU_SOURCE 1 | |
| #define _NETBSD_SOURCE 1 | |
| #define __BSD_VISIBLE 1 | |
| #define _BSD_TYPES 1 | |
| #define _DARWIN_C_SOURCE 1 | |
| #define _XOPEN_SOURCE 600 | |
| #define _XOPEN_SOURCE_EXTENDED 1 | |
| #define _POSIX_C_SOURCE 200112L | |
| #define Py_ENABLE_SHARED 1 | |
| #define HAVE_ATTRIBUTE_FORMAT_PARSETUPLE 1 | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_MEMORY_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_CURSES_H 1 | |
| #define HAVE_DLFCN_H 1 | |
| #define HAVE_ERRNO_H 1 | |
| #define HAVE_FCNTL_H 1 | |
| #define HAVE_GRP_H 1 | |
| #define HAVE_LANGINFO_H 1 | |
| #define HAVE_NCURSES_H 1 | |
| #define HAVE_POLL_H 1 | |
| #define HAVE_PTHREAD_H 1 | |
| #define HAVE_SIGNAL_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_TERMIOS_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_UTIME_H 1 | |
| #define HAVE_SYS_EVENT_H 1 | |
| #define HAVE_SYS_FILE_H 1 | |
| #define HAVE_SYS_LOCK_H 1 | |
| #define HAVE_SYS_PARAM_H 1 | |
| #define HAVE_SYS_POLL_H 1 | |
| #define HAVE_SYS_SELECT_H 1 | |
| #define HAVE_SYS_SOCKET_H 1 | |
| #define HAVE_SYS_STATVFS_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_SYS_TIME_H 1 | |
| #define HAVE_SYS_TIMES_H 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_UN_H 1 | |
| #define HAVE_SYS_UTSNAME_H 1 | |
| #define HAVE_SYS_WAIT_H 1 | |
| #define HAVE_SYS_RESOURCE_H 1 | |
| #define HAVE_SYSEXITS_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 <bluetooth.h> | |
configure:5647: result: no | |
configure:5651: checking bluetooth.h presence | |
configure:5666: /usr/bin/cc -E -I/usr/local/Cellar/readline/6.1/include conftest.c | |
conftest.c:54:23: error: bluetooth.h: No such file or directory | |
configure:5672: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h. */ | |
| #define _GNU_SOURCE 1 | |
| #define _NETBSD_SOURCE 1 | |
| #define __BSD_VISIBLE 1 | |
| #define _BSD_TYPES 1 | |
| #define _DARWIN_C_SOURCE 1 | |
| #define _XOPEN_SOURCE 600 | |
| #define _XOPEN_SOURCE_EXTENDED 1 | |
| #define _POSIX_C_SOURCE 200112L | |
| #define Py_ENABLE_SHARED 1 | |
| #define HAVE_ATTRIBUTE_FORMAT_PARSETUPLE 1 | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_MEMORY_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_CURSES_H 1 | |
| #define HAVE_DLFCN_H 1 | |
| #define HAVE_ERRNO_H 1 | |
| #define HAVE_FCNTL_H 1 | |
| #define HAVE_GRP_H 1 | |
| #define HAVE_LANGINFO_H 1 | |
| #define HAVE_NCURSES_H 1 | |
| #define HAVE_POLL_H 1 | |
| #define HAVE_PTHREAD_H 1 | |
| #define HAVE_SIGNAL_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_TERMIOS_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_UTIME_H 1 | |
| #define HAVE_SYS_EVENT_H 1 | |
| #define HAVE_SYS_FILE_H 1 | |
| #define HAVE_SYS_LOCK_H 1 | |
| #define HAVE_SYS_PARAM_H 1 | |
| #define HAVE_SYS_POLL_H 1 | |
| #define HAVE_SYS_SELECT_H 1 | |
| #define HAVE_SYS_SOCKET_H 1 | |
| #define HAVE_SYS_STATVFS_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_SYS_TIME_H 1 | |
| #define HAVE_SYS_TIMES_H 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_UN_H 1 | |
| #define HAVE_SYS_UTSNAME_H 1 | |
| #define HAVE_SYS_WAIT_H 1 | |
| #define HAVE_SYS_RESOURCE_H 1 | |
| #define HAVE_SYSEXITS_H 1 | |
| /* end confdefs.h. */ | |
| #include <bluetooth.h> | |
configure:5686: result: no | |
configure:5719: checking for bluetooth.h | |
configure:5727: result: no | |
configure:5610: checking bluetooth/bluetooth.h usability | |
configure:5627: /usr/bin/cc -c -O3 -march=core2 -msse4 -w -pipe -I/usr/local/Cellar/readline/6.1/include conftest.c >&5 | |
conftest.c:87:33: error: bluetooth/bluetooth.h: No such file or directory | |
configure:5633: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h. */ | |
| #define _GNU_SOURCE 1 | |
| #define _NETBSD_SOURCE 1 | |
| #define __BSD_VISIBLE 1 | |
| #define _BSD_TYPES 1 | |
| #define _DARWIN_C_SOURCE 1 | |
| #define _XOPEN_SOURCE 600 | |
| #define _XOPEN_SOURCE_EXTENDED 1 | |
| #define _POSIX_C_SOURCE 200112L | |
| #define Py_ENABLE_SHARED 1 | |
| #define HAVE_ATTRIBUTE_FORMAT_PARSETUPLE 1 | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_MEMORY_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_CURSES_H 1 | |
| #define HAVE_DLFCN_H 1 | |
| #define HAVE_ERRNO_H 1 | |
| #define HAVE_FCNTL_H 1 | |
| #define HAVE_GRP_H 1 | |
| #define HAVE_LANGINFO_H 1 | |
| #define HAVE_NCURSES_H 1 | |
| #define HAVE_POLL_H 1 | |
| #define HAVE_PTHREAD_H 1 | |
| #define HAVE_SIGNAL_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_TERMIOS_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_UTIME_H 1 | |
| #define HAVE_SYS_EVENT_H 1 | |
| #define HAVE_SYS_FILE_H 1 | |
| #define HAVE_SYS_LOCK_H 1 | |
| #define HAVE_SYS_PARAM_H 1 | |
| #define HAVE_SYS_POLL_H 1 | |
| #define HAVE_SYS_SELECT_H 1 | |
| #define HAVE_SYS_SOCKET_H 1 | |
| #define HAVE_SYS_STATVFS_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_SYS_TIME_H 1 | |
| #define HAVE_SYS_TIMES_H 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_UN_H 1 | |
| #define HAVE_SYS_UTSNAME_H 1 | |
| #define HAVE_SYS_WAIT_H 1 | |
| #define HAVE_SYS_RESOURCE_H 1 | |
| #define HAVE_SYSEXITS_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 <bluetooth/bluetooth.h> | |
configure:5647: result: no | |
configure:5651: checking bluetooth/bluetooth.h presence | |
configure:5666: /usr/bin/cc -E -I/usr/local/Cellar/readline/6.1/include conftest.c | |
conftest.c:54:33: error: bluetooth/bluetooth.h: No such file or directory | |
configure:5672: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h. */ | |
| #define _GNU_SOURCE 1 | |
| #define _NETBSD_SOURCE 1 | |
| #define __BSD_VISIBLE 1 | |
| #define _BSD_TYPES 1 | |
| #define _DARWIN_C_SOURCE 1 | |
| #define _XOPEN_SOURCE 600 | |
| #define _XOPEN_SOURCE_EXTENDED 1 | |
| #define _POSIX_C_SOURCE 200112L | |
| #define Py_ENABLE_SHARED 1 | |
| #define HAVE_ATTRIBUTE_FORMAT_PARSETUPLE 1 | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_MEMORY_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_CURSES_H 1 | |
| #define HAVE_DLFCN_H 1 | |
| #define HAVE_ERRNO_H 1 | |
| #define HAVE_FCNTL_H 1 | |
| #define HAVE_GRP_H 1 | |
| #define HAVE_LANGINFO_H 1 | |
| #define HAVE_NCURSES_H 1 | |
| #define HAVE_POLL_H 1 | |
| #define HAVE_PTHREAD_H 1 | |
| #define HAVE_SIGNAL_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_TERMIOS_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_UTIME_H 1 | |
| #define HAVE_SYS_EVENT_H 1 | |
| #define HAVE_SYS_FILE_H 1 | |
| #define HAVE_SYS_LOCK_H 1 | |
| #define HAVE_SYS_PARAM_H 1 | |
| #define HAVE_SYS_POLL_H 1 | |
| #define HAVE_SYS_SELECT_H 1 | |
| #define HAVE_SYS_SOCKET_H 1 | |
| #define HAVE_SYS_STATVFS_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_SYS_TIME_H 1 | |
| #define HAVE_SYS_TIMES_H 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_UN_H 1 | |
| #define HAVE_SYS_UTSNAME_H 1 | |
| #define HAVE_SYS_WAIT_H 1 | |
| #define HAVE_SYS_RESOURCE_H 1 | |
| #define HAVE_SYSEXITS_H 1 | |
| /* end confdefs.h. */ | |
| #include <bluetooth/bluetooth.h> | |
configure:5686: result: no | |
configure:5719: checking for bluetooth/bluetooth.h | |
configure:5727: result: no | |
configure:5610: checking linux/tipc.h usability | |
configure:5627: /usr/bin/cc -c -O3 -march=core2 -msse4 -w -pipe -I/usr/local/Cellar/readline/6.1/include conftest.c >&5 | |
conftest.c:87:24: error: linux/tipc.h: No such file or directory | |
configure:5633: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h. */ | |
| #define _GNU_SOURCE 1 | |
| #define _NETBSD_SOURCE 1 | |
| #define __BSD_VISIBLE 1 | |
| #define _BSD_TYPES 1 | |
| #define _DARWIN_C_SOURCE 1 | |
| #define _XOPEN_SOURCE 600 | |
| #define _XOPEN_SOURCE_EXTENDED 1 | |
| #define _POSIX_C_SOURCE 200112L | |
| #define Py_ENABLE_SHARED 1 | |
| #define HAVE_ATTRIBUTE_FORMAT_PARSETUPLE 1 | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_MEMORY_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_CURSES_H 1 | |
| #define HAVE_DLFCN_H 1 | |
| #define HAVE_ERRNO_H 1 | |
| #define HAVE_FCNTL_H 1 | |
| #define HAVE_GRP_H 1 | |
| #define HAVE_LANGINFO_H 1 | |
| #define HAVE_NCURSES_H 1 | |
| #define HAVE_POLL_H 1 | |
| #define HAVE_PTHREAD_H 1 | |
| #define HAVE_SIGNAL_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_TERMIOS_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_UTIME_H 1 | |
| #define HAVE_SYS_EVENT_H 1 | |
| #define HAVE_SYS_FILE_H 1 | |
| #define HAVE_SYS_LOCK_H 1 | |
| #define HAVE_SYS_PARAM_H 1 | |
| #define HAVE_SYS_POLL_H 1 | |
| #define HAVE_SYS_SELECT_H 1 | |
| #define HAVE_SYS_SOCKET_H 1 | |
| #define HAVE_SYS_STATVFS_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_SYS_TIME_H 1 | |
| #define HAVE_SYS_TIMES_H 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_UN_H 1 | |
| #define HAVE_SYS_UTSNAME_H 1 | |
| #define HAVE_SYS_WAIT_H 1 | |
| #define HAVE_SYS_RESOURCE_H 1 | |
| #define HAVE_SYSEXITS_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 <linux/tipc.h> | |
configure:5647: result: no | |
configure:5651: checking linux/tipc.h presence | |
configure:5666: /usr/bin/cc -E -I/usr/local/Cellar/readline/6.1/include conftest.c | |
conftest.c:54:24: error: linux/tipc.h: No such file or directory | |
configure:5672: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h. */ | |
| #define _GNU_SOURCE 1 | |
| #define _NETBSD_SOURCE 1 | |
| #define __BSD_VISIBLE 1 | |
| #define _BSD_TYPES 1 | |
| #define _DARWIN_C_SOURCE 1 | |
| #define _XOPEN_SOURCE 600 | |
| #define _XOPEN_SOURCE_EXTENDED 1 | |
| #define _POSIX_C_SOURCE 200112L | |
| #define Py_ENABLE_SHARED 1 | |
| #define HAVE_ATTRIBUTE_FORMAT_PARSETUPLE 1 | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_MEMORY_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_CURSES_H 1 | |
| #define HAVE_DLFCN_H 1 | |
| #define HAVE_ERRNO_H 1 | |
| #define HAVE_FCNTL_H 1 | |
| #define HAVE_GRP_H 1 | |
| #define HAVE_LANGINFO_H 1 | |
| #define HAVE_NCURSES_H 1 | |
| #define HAVE_POLL_H 1 | |
| #define HAVE_PTHREAD_H 1 | |
| #define HAVE_SIGNAL_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_TERMIOS_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_UTIME_H 1 | |
| #define HAVE_SYS_EVENT_H 1 | |
| #define HAVE_SYS_FILE_H 1 | |
| #define HAVE_SYS_LOCK_H 1 | |
| #define HAVE_SYS_PARAM_H 1 | |
| #define HAVE_SYS_POLL_H 1 | |
| #define HAVE_SYS_SELECT_H 1 | |
| #define HAVE_SYS_SOCKET_H 1 | |
| #define HAVE_SYS_STATVFS_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_SYS_TIME_H 1 | |
| #define HAVE_SYS_TIMES_H 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_UN_H 1 | |
| #define HAVE_SYS_UTSNAME_H 1 | |
| #define HAVE_SYS_WAIT_H 1 | |
| #define HAVE_SYS_RESOURCE_H 1 | |
| #define HAVE_SYSEXITS_H 1 | |
| /* end confdefs.h. */ | |
| #include <linux/tipc.h> | |
configure:5686: result: no | |
configure:5719: checking for linux/tipc.h | |
configure:5727: result: no | |
configure:5748: checking for dirent.h that defines DIR | |
configure:5777: /usr/bin/cc -c -O3 -march=core2 -msse4 -w -pipe -I/usr/local/Cellar/readline/6.1/include conftest.c >&5 | |
configure:5783: $? = 0 | |
configure:5799: result: yes | |
configure:5812: checking for library containing opendir | |
configure:5853: /usr/bin/cc -o conftest -O3 -march=core2 -msse4 -w -pipe -I/usr/local/Cellar/readline/6.1/include -L/usr/local/Cellar/readline/6.1/lib conftest.c >&5 | |
configure:5859: $? = 0 | |
configure:5887: result: none required | |
configure:5981: checking whether sys/types.h defines makedev | |
configure:6007: /usr/bin/cc -o conftest -O3 -march=core2 -msse4 -w -pipe -I/usr/local/Cellar/readline/6.1/include -L/usr/local/Cellar/readline/6.1/lib conftest.c >&5 | |
configure:6013: $? = 0 | |
configure:6031: result: yes | |
configure:6324: checking for term.h | |
configure:6349: /usr/bin/cc -c -O3 -march=core2 -msse4 -w -pipe -I/usr/local/Cellar/readline/6.1/include conftest.c >&5 | |
configure:6355: $? = 0 | |
configure:6371: result: yes | |
configure:6388: checking for linux/netlink.h | |
configure:6416: /usr/bin/cc -c -O3 -march=core2 -msse4 -w -pipe -I/usr/local/Cellar/readline/6.1/include conftest.c >&5 | |
conftest.c:65:27: error: linux/netlink.h: No such file or directory | |
configure:6422: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h. */ | |
| #define _GNU_SOURCE 1 | |
| #define _NETBSD_SOURCE 1 | |
| #define __BSD_VISIBLE 1 | |
| #define _BSD_TYPES 1 | |
| #define _DARWIN_C_SOURCE 1 | |
| #define _XOPEN_SOURCE 600 | |
| #define _XOPEN_SOURCE_EXTENDED 1 | |
| #define _POSIX_C_SOURCE 200112L | |
| #define Py_ENABLE_SHARED 1 | |
| #define HAVE_ATTRIBUTE_FORMAT_PARSETUPLE 1 | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_MEMORY_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_CURSES_H 1 | |
| #define HAVE_DLFCN_H 1 | |
| #define HAVE_ERRNO_H 1 | |
| #define HAVE_FCNTL_H 1 | |
| #define HAVE_GRP_H 1 | |
| #define HAVE_LANGINFO_H 1 | |
| #define HAVE_NCURSES_H 1 | |
| #define HAVE_POLL_H 1 | |
| #define HAVE_PTHREAD_H 1 | |
| #define HAVE_SIGNAL_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_TERMIOS_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_UTIME_H 1 | |
| #define HAVE_SYS_EVENT_H 1 | |
| #define HAVE_SYS_FILE_H 1 | |
| #define HAVE_SYS_LOCK_H 1 | |
| #define HAVE_SYS_PARAM_H 1 | |
| #define HAVE_SYS_POLL_H 1 | |
| #define HAVE_SYS_SELECT_H 1 | |
| #define HAVE_SYS_SOCKET_H 1 | |
| #define HAVE_SYS_STATVFS_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_SYS_TIME_H 1 | |
| #define HAVE_SYS_TIMES_H 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_UN_H 1 | |
| #define HAVE_SYS_UTSNAME_H 1 | |
| #define HAVE_SYS_WAIT_H 1 | |
| #define HAVE_SYS_RESOURCE_H 1 | |
| #define HAVE_SYSEXITS_H 1 | |
| #define HAVE_DIRENT_H 1 | |
| #define HAVE_TERM_H 1 | |
| /* end confdefs.h. */ | |
| | |
| #ifdef HAVE_ASM_TYPES_H | |
| #include <asm/types.h> | |
| #endif | |
| #ifdef HAVE_SYS_SOCKET_H | |
| #include <sys/socket.h> | |
| #endif | |
| | |
| | |
| #include <linux/netlink.h> | |
configure:6438: result: no | |
configure:6452: checking for clock_t in time.h | |
configure:6477: result: yes | |
configure:6481: checking for makedev | |
configure:6504: /usr/bin/cc -o conftest -O3 -march=core2 -msse4 -w -pipe -I/usr/local/Cellar/readline/6.1/include -L/usr/local/Cellar/readline/6.1/lib conftest.c >&5 | |
configure:6510: $? = 0 | |
configure:6582: result: yes | |
configure:6600: checking Solaris LFS bug | |
configure:6627: /usr/bin/cc -c -O3 -march=core2 -msse4 -w -pipe -I/usr/local/Cellar/readline/6.1/include conftest.c >&5 | |
configure:6633: $? = 0 | |
configure:6647: result: no | |
configure:6676: checking for mode_t | |
configure:6706: /usr/bin/cc -c -O3 -march=core2 -msse4 -w -pipe -I/usr/local/Cellar/readline/6.1/include conftest.c >&5 | |
configure:6712: $? = 0 | |
configure:6727: result: yes | |
configure:6739: checking for off_t | |
configure:6769: /usr/bin/cc -c -O3 -march=core2 -msse4 -w -pipe -I/usr/local/Cellar/readline/6.1/include conftest.c >&5 | |
configure:6775: $? = 0 | |
configure:6790: result: yes | |
configure:6802: checking for pid_t | |
configure:6832: /usr/bin/cc -c -O3 -march=core2 -msse4 -w -pipe -I/usr/local/Cellar/readline/6.1/include conftest.c >&5 | |
configure:6838: $? = 0 | |
configure:6853: result: yes | |
configure:6865: checking return type of signal handlers | |
configure:6893: /usr/bin/cc -c -O3 -march=core2 -msse4 -w -pipe -I/usr/local/Cellar/readline/6.1/include conftest.c >&5 | |
conftest.c: In function 'main': | |
conftest.c:68: error: void value not ignored as it ought to be | |
configure:6899: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h. */ | |
| #define _GNU_SOURCE 1 | |
| #define _NETBSD_SOURCE 1 | |
| #define __BSD_VISIBLE 1 | |
| #define _BSD_TYPES 1 | |
| #define _DARWIN_C_SOURCE 1 | |
| #define _XOPEN_SOURCE 600 | |
| #define _XOPEN_SOURCE_EXTENDED 1 | |
| #define _POSIX_C_SOURCE 200112L | |
| #define Py_ENABLE_SHARED 1 | |
| #define HAVE_ATTRIBUTE_FORMAT_PARSETUPLE 1 | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_MEMORY_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_CURSES_H 1 | |
| #define HAVE_DLFCN_H 1 | |
| #define HAVE_ERRNO_H 1 | |
| #define HAVE_FCNTL_H 1 | |
| #define HAVE_GRP_H 1 | |
| #define HAVE_LANGINFO_H 1 | |
| #define HAVE_NCURSES_H 1 | |
| #define HAVE_POLL_H 1 | |
| #define HAVE_PTHREAD_H 1 | |
| #define HAVE_SIGNAL_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_TERMIOS_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_UTIME_H 1 | |
| #define HAVE_SYS_EVENT_H 1 | |
| #define HAVE_SYS_FILE_H 1 | |
| #define HAVE_SYS_LOCK_H 1 | |
| #define HAVE_SYS_PARAM_H 1 | |
| #define HAVE_SYS_POLL_H 1 | |
| #define HAVE_SYS_SELECT_H 1 | |
| #define HAVE_SYS_SOCKET_H 1 | |
| #define HAVE_SYS_STATVFS_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_SYS_TIME_H 1 | |
| #define HAVE_SYS_TIMES_H 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_UN_H 1 | |
| #define HAVE_SYS_UTSNAME_H 1 | |
| #define HAVE_SYS_WAIT_H 1 | |
| #define HAVE_SYS_RESOURCE_H 1 | |
| #define HAVE_SYSEXITS_H 1 | |
| #define HAVE_DIRENT_H 1 | |
| #define HAVE_TERM_H 1 | |
| #define HAVE_MAKEDEV 1 | |
| #define _LARGEFILE_SOURCE 1 | |
| #define _FILE_OFFSET_BITS 64 | |
| #if defined(SCO_DS) | |
| #undef _OFF_T | |
| #endif | |
| /* end confdefs.h. */ | |
| #include <sys/types.h> | |
| #include <signal.h> | |
| | |
| int | |
| main () | |
| { | |
| return *(signal (0, 0)) (0) == 1; | |
| ; | |
| return 0; | |
| } | |
configure:6914: result: void | |
configure:6922: checking for size_t | |
configure:6952: /usr/bin/cc -c -O3 -march=core2 -msse4 -w -pipe -I/usr/local/Cellar/readline/6.1/include conftest.c >&5 | |
configure:6958: $? = 0 | |
configure:6973: result: yes | |
configure:6985: checking for uid_t in sys/types.h | |
configure:7008: result: yes | |
configure:7023: checking for ssize_t | |
configure:7053: /usr/bin/cc -c -O3 -march=core2 -msse4 -w -pipe -I/usr/local/Cellar/readline/6.1/include conftest.c >&5 | |
configure:7059: $? = 0 | |
configure:7074: result: yes | |
configure:7087: checking for int | |
configure:7117: /usr/bin/cc -c -O3 -march=core2 -msse4 -w -pipe -I/usr/local/Cellar/readline/6.1/include conftest.c >&5 | |
configure:7123: $? = 0 | |
configure:7138: result: yes | |
configure:7145: checking size of int | |
configure:7447: /usr/bin/cc -o conftest -O3 -march=core2 -msse4 -w -pipe -I/usr/local/Cellar/readline/6.1/include -L/usr/local/Cellar/readline/6.1/lib conftest.c >&5 | |
configure:7450: $? = 0 | |
configure:7456: ./conftest | |
configure:7459: $? = 0 | |
configure:7482: result: 4 | |
configure:7492: checking for long | |
configure:7522: /usr/bin/cc -c -O3 -march=core2 -msse4 -w -pipe -I/usr/local/Cellar/readline/6.1/include conftest.c >&5 | |
configure:7528: $? = 0 | |
configure:7543: result: yes | |
configure:7550: checking size of long | |
configure:7852: /usr/bin/cc -o conftest -O3 -march=core2 -msse4 -w -pipe -I/usr/local/Cellar/readline/6.1/include -L/usr/local/Cellar/readline/6.1/lib conftest.c >&5 | |
configure:7855: $? = 0 | |
configure:7861: ./conftest | |
configure:7864: $? = 0 | |
configure:7887: result: 8 | |
configure:7897: checking for void * | |
configure:7927: /usr/bin/cc -c -O3 -march=core2 -msse4 -w -pipe -I/usr/local/Cellar/readline/6.1/include conftest.c >&5 | |
configure:7933: $? = 0 | |
configure:7948: result: yes | |
configure:7955: checking size of void * | |
configure:8257: /usr/bin/cc -o conftest -O3 -march=core2 -msse4 -w -pipe -I/usr/local/Cellar/readline/6.1/include -L/usr/local/Cellar/readline/6.1/lib conftest.c >&5 | |
configure:8260: $? = 0 | |
configure:8266: ./conftest | |
configure:8269: $? = 0 | |
configure:8292: result: 8 | |
configure:8302: checking for short | |
configure:8332: /usr/bin/cc -c -O3 -march=core2 -msse4 -w -pipe -I/usr/local/Cellar/readline/6.1/include conftest.c >&5 | |
configure:8338: $? = 0 | |
configure:8353: result: yes | |
configure:8360: checking size of short | |
configure:8662: /usr/bin/cc -o conftest -O3 -march=core2 -msse4 -w -pipe -I/usr/local/Cellar/readline/6.1/include -L/usr/local/Cellar/readline/6.1/lib conftest.c >&5 | |
configure:8665: $? = 0 | |
configure:8671: ./conftest | |
configure:8674: $? = 0 | |
configure:8697: result: 2 | |
configure:8707: checking for float | |
configure:8737: /usr/bin/cc -c -O3 -march=core2 -msse4 -w -pipe -I/usr/local/Cellar/readline/6.1/include conftest.c >&5 | |
configure:8743: $? = 0 | |
configure:8758: result: yes | |
configure:8765: checking size of float | |
configure:9067: /usr/bin/cc -o conftest -O3 -march=core2 -msse4 -w -pipe -I/usr/local/Cellar/readline/6.1/include -L/usr/local/Cellar/readline/6.1/lib conftest.c >&5 | |
configure:9070: $? = 0 | |
configure:9076: ./conftest | |
configure:9079: $? = 0 | |
configure:9102: result: 4 | |
configure:9112: checking for double | |
configure:9142: /usr/bin/cc -c -O3 -march=core2 -msse4 -w -pipe -I/usr/local/Cellar/readline/6.1/include conftest.c >&5 | |
configure:9148: $? = 0 | |
configure:9163: result: yes | |
configure:9170: checking size of double | |
configure:9472: /usr/bin/cc -o conftest -O3 -march=core2 -msse4 -w -pipe -I/usr/local/Cellar/readline/6.1/include -L/usr/local/Cellar/readline/6.1/lib conftest.c >&5 | |
configure:9475: $? = 0 | |
configure:9481: ./conftest | |
configure:9484: $? = 0 | |
configure:9507: result: 8 | |
configure:9517: checking for fpos_t | |
configure:9547: /usr/bin/cc -c -O3 -march=core2 -msse4 -w -pipe -I/usr/local/Cellar/readline/6.1/include conftest.c >&5 | |
configure:9553: $? = 0 | |
configure:9568: result: yes | |
configure:9575: checking size of fpos_t | |
configure:9877: /usr/bin/cc -o conftest -O3 -march=core2 -msse4 -w -pipe -I/usr/local/Cellar/readline/6.1/include -L/usr/local/Cellar/readline/6.1/lib conftest.c >&5 | |
configure:9880: $? = 0 | |
configure:9886: ./conftest | |
configure:9889: $? = 0 | |
configure:9912: result: 8 | |
configure:9922: checking for size_t | |
configure:9973: result: yes | |
configure:9980: checking size of size_t | |
configure:10282: /usr/bin/cc -o conftest -O3 -march=core2 -msse4 -w -pipe -I/usr/local/Cellar/readline/6.1/include -L/usr/local/Cellar/readline/6.1/lib conftest.c >&5 | |
configure:10285: $? = 0 | |
configure:10291: ./conftest | |
configure:10294: $? = 0 | |
configure:10317: result: 8 | |
configure:10327: checking for pid_t | |
configure:10378: result: yes | |
configure:10385: checking size of pid_t | |
configure:10687: /usr/bin/cc -o conftest -O3 -march=core2 -msse4 -w -pipe -I/usr/local/Cellar/readline/6.1/include -L/usr/local/Cellar/readline/6.1/lib conftest.c >&5 | |
configure:10690: $? = 0 | |
configure:10696: ./conftest | |
configure:10699: $? = 0 | |
configure:10722: result: 4 | |
configure:10733: checking for long long support | |
configure:10757: /usr/bin/cc -c -O3 -march=core2 -msse4 -w -pipe -I/usr/local/Cellar/readline/6.1/include conftest.c >&5 | |
configure:10763: $? = 0 | |
configure:10784: result: yes | |
configure:10787: checking for long long | |
configure:10817: /usr/bin/cc -c -O3 -march=core2 -msse4 -w -pipe -I/usr/local/Cellar/readline/6.1/include conftest.c >&5 | |
configure:10823: $? = 0 | |
configure:10838: result: yes | |
configure:10845: checking size of long long | |
configure:11147: /usr/bin/cc -o conftest -O3 -march=core2 -msse4 -w -pipe -I/usr/local/Cellar/readline/6.1/include -L/usr/local/Cellar/readline/6.1/lib conftest.c >&5 | |
configure:11150: $? = 0 | |
configure:11156: ./conftest | |
configure:11159: $? = 0 | |
configure:11182: result: 8 | |
configure:11194: checking for long double support | |
configure:11218: /usr/bin/cc -c -O3 -march=core2 -msse4 -w -pipe -I/usr/local/Cellar/readline/6.1/include conftest.c >&5 | |
configure:11224: $? = 0 | |
configure:11245: result: yes | |
configure:11248: checking for long double | |
configure:11278: /usr/bin/cc -c -O3 -march=core2 -msse4 -w -pipe -I/usr/local/Cellar/readline/6.1/include conftest.c >&5 | |
configure:11284: $? = 0 | |
configure:11299: result: yes | |
configure:11306: checking size of long double | |
configure:11608: /usr/bin/cc -o conftest -O3 -march=core2 -msse4 -w -pipe -I/usr/local/Cellar/readline/6.1/include -L/usr/local/Cellar/readline/6.1/lib conftest.c >&5 | |
configure:11611: $? = 0 | |
configure:11617: ./conftest | |
configure:11620: $? = 0 | |
configure:11643: result: 16 | |
configure:11655: checking for _Bool support | |
configure:11679: /usr/bin/cc -c -O3 -march=core2 -msse4 -w -pipe -I/usr/local/Cellar/readline/6.1/include conftest.c >&5 | |
configure:11685: $? = 0 | |
configure:11706: result: yes | |
configure:11709: checking for _Bool | |
configure:11739: /usr/bin/cc -c -O3 -march=core2 -msse4 -w -pipe -I/usr/local/Cellar/readline/6.1/include conftest.c >&5 | |
configure:11745: $? = 0 | |
configure:11760: result: yes | |
configure:11767: checking size of _Bool | |
configure:12069: /usr/bin/cc -o conftest -O3 -march=core2 -msse4 -w -pipe -I/usr/local/Cellar/readline/6.1/include -L/usr/local/Cellar/readline/6.1/lib conftest.c >&5 | |
configure:12072: $? = 0 | |
configure:12078: ./conftest | |
configure:12081: $? = 0 | |
configure:12104: result: 1 | |
configure:12116: checking for uintptr_t | |
configure:12149: /usr/bin/cc -c -O3 -march=core2 -msse4 -w -pipe -I/usr/local/Cellar/readline/6.1/include conftest.c >&5 | |
configure:12155: $? = 0 | |
configure:12170: result: yes | |
configure:12178: checking for uintptr_t | |
configure:12229: result: yes | |
configure:12236: checking size of uintptr_t | |
configure:12538: /usr/bin/cc -o conftest -O3 -march=core2 -msse4 -w -pipe -I/usr/local/Cellar/readline/6.1/include -L/usr/local/Cellar/readline/6.1/lib conftest.c >&5 | |
configure:12541: $? = 0 | |
configure:12547: ./conftest | |
configure:12550: $? = 0 | |
configure:12573: result: 8 | |
configure:12588: checking size of off_t | |
configure:12618: /usr/bin/cc -o conftest -O3 -march=core2 -msse4 -w -pipe -I/usr/local/Cellar/readline/6.1/include -L/usr/local/Cellar/readline/6.1/lib conftest.c >&5 | |
configure:12621: $? = 0 | |
configure:12627: ./conftest | |
configure:12630: $? = 0 | |
configure:12648: result: 8 | |
configure:12656: checking whether to enable large file support | |
configure:12669: result: no | |
configure:12674: checking size of time_t | |
configure:12704: /usr/bin/cc -o conftest -O3 -march=core2 -msse4 -w -pipe -I/usr/local/Cellar/readline/6.1/include -L/usr/local/Cellar/readline/6.1/lib conftest.c >&5 | |
configure:12707: $? = 0 | |
configure:12713: ./conftest | |
configure:12716: $? = 0 | |
configure:12734: result: 8 | |
configure:12752: checking for pthread_t | |
configure:12776: /usr/bin/cc -c -O3 -march=core2 -msse4 -w -pipe -I/usr/local/Cellar/readline/6.1/include conftest.c >&5 | |
configure:12782: $? = 0 | |
configure:12796: result: yes | |
configure:12800: checking size of pthread_t | |
configure:12830: /usr/bin/cc -o conftest -O3 -march=core2 -msse4 -w -pipe -I/usr/local/Cellar/readline/6.1/include -L/usr/local/Cellar/readline/6.1/lib conftest.c >&5 | |
configure:12833: $? = 0 | |
configure:12839: ./conftest | |
configure:12842: $? = 0 | |
configure:12860: result: 8 | |
configure:12870: checking for --enable-toolbox-glue | |
configure:12902: result: yes | |
configure:12940: checking for --enable-framework | |
configure:12955: result: no | |
configure:12959: checking for dyld | |
configure:12968: result: always on for Darwin | |
configure:12985: checking SO | |
configure:13011: result: .so | |
configure:13023: checking LDSHARED | |
configure:13130: result: $(CC) $(LDFLAGS) -bundle -undefined dynamic_lookup | |
configure:13135: checking CCSHARED | |
configure:13171: result: | |
configure:13175: checking LINKFORSHARED | |
configure:13231: result: -u _PyMac_Error | |
configure:13236: checking CFLAGSFORSHARED | |
configure:13249: result: $(CCSHARED) | |
configure:13261: checking SHLIBS | |
configure:13267: result: $(LIBS) | |
configure:13273: checking for dlopen in -ldl | |
configure:13308: /usr/bin/cc -o conftest -O3 -march=core2 -msse4 -w -pipe -I/usr/local/Cellar/readline/6.1/include -arch i386 -arch ppc -arch ppc64 -arch x86_64 -isysroot / -L/usr/local/Cellar/readline/6.1/lib conftest.c -ldl >&5 | |
cc1: error: unrecognized command line option "-march=core2" | |
cc1: error: unrecognized command line option "-msse4" | |
cc1: error: unrecognized command line option "-march=core2" | |
cc1: error: unrecognized command line option "-msse4" | |
lipo: can't figure out the architecture type of: /var/folders/tc/tc6XgOadEhmatl76xhT7Y++++TI/-Tmp-//ccxFkPDP.out | |
configure:13314: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h. */ | |
| #define _GNU_SOURCE 1 | |
| #define _NETBSD_SOURCE 1 | |
| #define __BSD_VISIBLE 1 | |
| #define _BSD_TYPES 1 | |
| #define _DARWIN_C_SOURCE 1 | |
| #define _XOPEN_SOURCE 600 | |
| #define _XOPEN_SOURCE_EXTENDED 1 | |
| #define _POSIX_C_SOURCE 200112L | |
| #define Py_ENABLE_SHARED 1 | |
| #define HAVE_ATTRIBUTE_FORMAT_PARSETUPLE 1 | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_MEMORY_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_CURSES_H 1 | |
| #define HAVE_DLFCN_H 1 | |
| #define HAVE_ERRNO_H 1 | |
| #define HAVE_FCNTL_H 1 | |
| #define HAVE_GRP_H 1 | |
| #define HAVE_LANGINFO_H 1 | |
| #define HAVE_NCURSES_H 1 | |
| #define HAVE_POLL_H 1 | |
| #define HAVE_PTHREAD_H 1 | |
| #define HAVE_SIGNAL_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_TERMIOS_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_UTIME_H 1 | |
| #define HAVE_SYS_EVENT_H 1 | |
| #define HAVE_SYS_FILE_H 1 | |
| #define HAVE_SYS_LOCK_H 1 | |
| #define HAVE_SYS_PARAM_H 1 | |
| #define HAVE_SYS_POLL_H 1 | |
| #define HAVE_SYS_SELECT_H 1 | |
| #define HAVE_SYS_SOCKET_H 1 | |
| #define HAVE_SYS_STATVFS_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_SYS_TIME_H 1 | |
| #define HAVE_SYS_TIMES_H 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_UN_H 1 | |
| #define HAVE_SYS_UTSNAME_H 1 | |
| #define HAVE_SYS_WAIT_H 1 | |
| #define HAVE_SYS_RESOURCE_H 1 | |
| #define HAVE_SYSEXITS_H 1 | |
| #define HAVE_DIRENT_H 1 | |
| #define HAVE_TERM_H 1 | |
| #define HAVE_MAKEDEV 1 | |
| #define _LARGEFILE_SOURCE 1 | |
| #define _FILE_OFFSET_BITS 64 | |
| #if defined(SCO_DS) | |
| #undef _OFF_T | |
| #endif | |
| #define RETSIGTYPE void | |
| #define HAVE_SSIZE_T 1 | |
| #define SIZEOF_INT 4 | |
| #define SIZEOF_LONG 8 | |
| #define SIZEOF_VOID_P 8 | |
| #define SIZEOF_SHORT 2 | |
| #define SIZEOF_FLOAT 4 | |
| #define SIZEOF_DOUBLE 8 | |
| #define SIZEOF_FPOS_T 8 | |
| #define SIZEOF_SIZE_T 8 | |
| #define SIZEOF_PID_T 4 | |
| #define HAVE_LONG_LONG 1 | |
| #define SIZEOF_LONG_LONG 8 | |
| #define HAVE_LONG_DOUBLE 1 | |
| #define SIZEOF_LONG_DOUBLE 16 | |
| #define HAVE_C99_BOOL 1 | |
| #define SIZEOF__BOOL 1 | |
| #define HAVE_UINTPTR_T 1 | |
| #define SIZEOF_UINTPTR_T 8 | |
| #define SIZEOF_OFF_T 8 | |
| #define SIZEOF_TIME_T 8 | |
| #define SIZEOF_PTHREAD_T 8 | |
| #define USE_TOOLBOX_OBJECT_GLUE 1 | |
| #define WITH_DYLD 1 | |
| #define SHLIB_EXT ".so" | |
| /* 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 dlopen (); | |
| int | |
| main () | |
| { | |
| return dlopen (); | |
| ; | |
| return 0; | |
| } | |
configure:13332: result: no | |
configure:13344: checking for shl_load in -ldld | |
configure:13379: /usr/bin/cc -o conftest -O3 -march=core2 -msse4 -w -pipe -I/usr/local/Cellar/readline/6.1/include -arch i386 -arch ppc -arch ppc64 -arch x86_64 -isysroot / -L/usr/local/Cellar/readline/6.1/lib conftest.c -ldld >&5 | |
ld: library not found for -ldld | |
collect2: ld returned 1 exit status | |
cc1: error: unrecognized command line option "-march=core2" | |
cc1: error: unrecognized command line option "-msse4" | |
cc1: error: unrecognized command line option "-march=core2" | |
cc1: error: unrecognized command line option "-msse4" | |
ld: library not found for -ldld | |
collect2: ld returned 1 exit status | |
lipo: can't open input file: /var/folders/tc/tc6XgOadEhmatl76xhT7Y++++TI/-Tmp-//cctaqNvT.out (No such file or directory) | |
configure:13385: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h. */ | |
| #define _GNU_SOURCE 1 | |
| #define _NETBSD_SOURCE 1 | |
| #define __BSD_VISIBLE 1 | |
| #define _BSD_TYPES 1 | |
| #define _DARWIN_C_SOURCE 1 | |
| #define _XOPEN_SOURCE 600 | |
| #define _XOPEN_SOURCE_EXTENDED 1 | |
| #define _POSIX_C_SOURCE 200112L | |
| #define Py_ENABLE_SHARED 1 | |
| #define HAVE_ATTRIBUTE_FORMAT_PARSETUPLE 1 | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_MEMORY_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_CURSES_H 1 | |
| #define HAVE_DLFCN_H 1 | |
| #define HAVE_ERRNO_H 1 | |
| #define HAVE_FCNTL_H 1 | |
| #define HAVE_GRP_H 1 | |
| #define HAVE_LANGINFO_H 1 | |
| #define HAVE_NCURSES_H 1 | |
| #define HAVE_POLL_H 1 | |
| #define HAVE_PTHREAD_H 1 | |
| #define HAVE_SIGNAL_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_TERMIOS_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_UTIME_H 1 | |
| #define HAVE_SYS_EVENT_H 1 | |
| #define HAVE_SYS_FILE_H 1 | |
| #define HAVE_SYS_LOCK_H 1 | |
| #define HAVE_SYS_PARAM_H 1 | |
| #define HAVE_SYS_POLL_H 1 | |
| #define HAVE_SYS_SELECT_H 1 | |
| #define HAVE_SYS_SOCKET_H 1 | |
| #define HAVE_SYS_STATVFS_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_SYS_TIME_H 1 | |
| #define HAVE_SYS_TIMES_H 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_UN_H 1 | |
| #define HAVE_SYS_UTSNAME_H 1 | |
| #define HAVE_SYS_WAIT_H 1 | |
| #define HAVE_SYS_RESOURCE_H 1 | |
| #define HAVE_SYSEXITS_H 1 | |
| #define HAVE_DIRENT_H 1 | |
| #define HAVE_TERM_H 1 | |
| #define HAVE_MAKEDEV 1 | |
| #define _LARGEFILE_SOURCE 1 | |
| #define _FILE_OFFSET_BITS 64 | |
| #if defined(SCO_DS) | |
| #undef _OFF_T | |
| #endif | |
| #define RETSIGTYPE void | |
| #define HAVE_SSIZE_T 1 | |
| #define SIZEOF_INT 4 | |
| #define SIZEOF_LONG 8 | |
| #define SIZEOF_VOID_P 8 | |
| #define SIZEOF_SHORT 2 | |
| #define SIZEOF_FLOAT 4 | |
| #define SIZEOF_DOUBLE 8 | |
| #define SIZEOF_FPOS_T 8 | |
| #define SIZEOF_SIZE_T 8 | |
| #define SIZEOF_PID_T 4 | |
| #define HAVE_LONG_LONG 1 | |
| #define SIZEOF_LONG_LONG 8 | |
| #define HAVE_LONG_DOUBLE 1 | |
| #define SIZEOF_LONG_DOUBLE 16 | |
| #define HAVE_C99_BOOL 1 | |
| #define SIZEOF__BOOL 1 | |
| #define HAVE_UINTPTR_T 1 | |
| #define SIZEOF_UINTPTR_T 8 | |
| #define SIZEOF_OFF_T 8 | |
| #define SIZEOF_TIME_T 8 | |
| #define SIZEOF_PTHREAD_T 8 | |
| #define USE_TOOLBOX_OBJECT_GLUE 1 | |
| #define WITH_DYLD 1 | |
| #define SHLIB_EXT ".so" | |
| /* 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 shl_load (); | |
| int | |
| main () | |
| { | |
| return shl_load (); | |
| ; | |
| return 0; | |
| } | |
configure:13403: result: no | |
configure:13417: checking for library containing sem_init | |
configure:13458: /usr/bin/cc -o conftest -O3 -march=core2 -msse4 -w -pipe -I/usr/local/Cellar/readline/6.1/include -arch i386 -arch ppc -arch ppc64 -arch x86_64 -isysroot / -L/usr/local/Cellar/readline/6.1/lib conftest.c >&5 | |
cc1: error: unrecognized command line option "-march=core2" | |
cc1: error: unrecognized command line option "-msse4" | |
cc1: error: unrecognized command line option "-march=core2" | |
cc1: error: unrecognized command line option "-msse4" | |
lipo: can't figure out the architecture type of: /var/folders/tc/tc6XgOadEhmatl76xhT7Y++++TI/-Tmp-//cc0Y6w5V.out | |
configure:13464: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h. */ | |
| #define _GNU_SOURCE 1 | |
| #define _NETBSD_SOURCE 1 | |
| #define __BSD_VISIBLE 1 | |
| #define _BSD_TYPES 1 | |
| #define _DARWIN_C_SOURCE 1 | |
| #define _XOPEN_SOURCE 600 | |
| #define _XOPEN_SOURCE_EXTENDED 1 | |
| #define _POSIX_C_SOURCE 200112L | |
| #define Py_ENABLE_SHARED 1 | |
| #define HAVE_ATTRIBUTE_FORMAT_PARSETUPLE 1 | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_MEMORY_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_CURSES_H 1 | |
| #define HAVE_DLFCN_H 1 | |
| #define HAVE_ERRNO_H 1 | |
| #define HAVE_FCNTL_H 1 | |
| #define HAVE_GRP_H 1 | |
| #define HAVE_LANGINFO_H 1 | |
| #define HAVE_NCURSES_H 1 | |
| #define HAVE_POLL_H 1 | |
| #define HAVE_PTHREAD_H 1 | |
| #define HAVE_SIGNAL_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_TERMIOS_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_UTIME_H 1 | |
| #define HAVE_SYS_EVENT_H 1 | |
| #define HAVE_SYS_FILE_H 1 | |
| #define HAVE_SYS_LOCK_H 1 | |
| #define HAVE_SYS_PARAM_H 1 | |
| #define HAVE_SYS_POLL_H 1 | |
| #define HAVE_SYS_SELECT_H 1 | |
| #define HAVE_SYS_SOCKET_H 1 | |
| #define HAVE_SYS_STATVFS_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_SYS_TIME_H 1 | |
| #define HAVE_SYS_TIMES_H 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_UN_H 1 | |
| #define HAVE_SYS_UTSNAME_H 1 | |
| #define HAVE_SYS_WAIT_H 1 | |
| #define HAVE_SYS_RESOURCE_H 1 | |
| #define HAVE_SYSEXITS_H 1 | |
| #define HAVE_DIRENT_H 1 | |
| #define HAVE_TERM_H 1 | |
| #define HAVE_MAKEDEV 1 | |
| #define _LARGEFILE_SOURCE 1 | |
| #define _FILE_OFFSET_BITS 64 | |
| #if defined(SCO_DS) | |
| #undef _OFF_T | |
| #endif | |
| #define RETSIGTYPE void | |
| #define HAVE_SSIZE_T 1 | |
| #define SIZEOF_INT 4 | |
| #define SIZEOF_LONG 8 | |
| #define SIZEOF_VOID_P 8 | |
| #define SIZEOF_SHORT 2 | |
| #define SIZEOF_FLOAT 4 | |
| #define SIZEOF_DOUBLE 8 | |
| #define SIZEOF_FPOS_T 8 | |
| #define SIZEOF_SIZE_T 8 | |
| #define SIZEOF_PID_T 4 | |
| #define HAVE_LONG_LONG 1 | |
| #define SIZEOF_LONG_LONG 8 | |
| #define HAVE_LONG_DOUBLE 1 | |
| #define SIZEOF_LONG_DOUBLE 16 | |
| #define HAVE_C99_BOOL 1 | |
| #define SIZEOF__BOOL 1 | |
| #define HAVE_UINTPTR_T 1 | |
| #define SIZEOF_UINTPTR_T 8 | |
| #define SIZEOF_OFF_T 8 | |
| #define SIZEOF_TIME_T 8 | |
| #define SIZEOF_PTHREAD_T 8 | |
| #define USE_TOOLBOX_OBJECT_GLUE 1 | |
| #define WITH_DYLD 1 | |
| #define SHLIB_EXT ".so" | |
| /* 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 sem_init (); | |
| int | |
| main () | |
| { | |
| return sem_init (); | |
| ; | |
| return 0; | |
| } | |
configure:13458: /usr/bin/cc -o conftest -O3 -march=core2 -msse4 -w -pipe -I/usr/local/Cellar/readline/6.1/include -arch i386 -arch ppc -arch ppc64 -arch x86_64 -isysroot / -L/usr/local/Cellar/readline/6.1/lib conftest.c -lpthread >&5 | |
cc1: error: unrecognized command line option "-march=core2" | |
cc1: error: unrecognized command line option "-msse4" | |
cc1: error: unrecognized command line option "-march=core2" | |
cc1: error: unrecognized command line option "-msse4" | |
lipo: can't figure out the architecture type of: /var/folders/tc/tc6XgOadEhmatl76xhT7Y++++TI/-Tmp-//cc99vYFa.out | |
configure:13464: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h. */ | |
| #define _GNU_SOURCE 1 | |
| #define _NETBSD_SOURCE 1 | |
| #define __BSD_VISIBLE 1 | |
| #define _BSD_TYPES 1 | |
| #define _DARWIN_C_SOURCE 1 | |
| #define _XOPEN_SOURCE 600 | |
| #define _XOPEN_SOURCE_EXTENDED 1 | |
| #define _POSIX_C_SOURCE 200112L | |
| #define Py_ENABLE_SHARED 1 | |
| #define HAVE_ATTRIBUTE_FORMAT_PARSETUPLE 1 | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_MEMORY_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_CURSES_H 1 | |
| #define HAVE_DLFCN_H 1 | |
| #define HAVE_ERRNO_H 1 | |
| #define HAVE_FCNTL_H 1 | |
| #define HAVE_GRP_H 1 | |
| #define HAVE_LANGINFO_H 1 | |
| #define HAVE_NCURSES_H 1 | |
| #define HAVE_POLL_H 1 | |
| #define HAVE_PTHREAD_H 1 | |
| #define HAVE_SIGNAL_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_TERMIOS_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_UTIME_H 1 | |
| #define HAVE_SYS_EVENT_H 1 | |
| #define HAVE_SYS_FILE_H 1 | |
| #define HAVE_SYS_LOCK_H 1 | |
| #define HAVE_SYS_PARAM_H 1 | |
| #define HAVE_SYS_POLL_H 1 | |
| #define HAVE_SYS_SELECT_H 1 | |
| #define HAVE_SYS_SOCKET_H 1 | |
| #define HAVE_SYS_STATVFS_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_SYS_TIME_H 1 | |
| #define HAVE_SYS_TIMES_H 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_UN_H 1 | |
| #define HAVE_SYS_UTSNAME_H 1 | |
| #define HAVE_SYS_WAIT_H 1 | |
| #define HAVE_SYS_RESOURCE_H 1 | |
| #define HAVE_SYSEXITS_H 1 | |
| #define HAVE_DIRENT_H 1 | |
| #define HAVE_TERM_H 1 | |
| #define HAVE_MAKEDEV 1 | |
| #define _LARGEFILE_SOURCE 1 | |
| #define _FILE_OFFSET_BITS 64 | |
| #if defined(SCO_DS) | |
| #undef _OFF_T | |
| #endif | |
| #define RETSIGTYPE void | |
| #define HAVE_SSIZE_T 1 | |
| #define SIZEOF_INT 4 | |
| #define SIZEOF_LONG 8 | |
| #define SIZEOF_VOID_P 8 | |
| #define SIZEOF_SHORT 2 | |
| #define SIZEOF_FLOAT 4 | |
| #define SIZEOF_DOUBLE 8 | |
| #define SIZEOF_FPOS_T 8 | |
| #define SIZEOF_SIZE_T 8 | |
| #define SIZEOF_PID_T 4 | |
| #define HAVE_LONG_LONG 1 | |
| #define SIZEOF_LONG_LONG 8 | |
| #define HAVE_LONG_DOUBLE 1 | |
| #define SIZEOF_LONG_DOUBLE 16 | |
| #define HAVE_C99_BOOL 1 | |
| #define SIZEOF__BOOL 1 | |
| #define HAVE_UINTPTR_T 1 | |
| #define SIZEOF_UINTPTR_T 8 | |
| #define SIZEOF_OFF_T 8 | |
| #define SIZEOF_TIME_T 8 | |
| #define SIZEOF_PTHREAD_T 8 | |
| #define USE_TOOLBOX_OBJECT_GLUE 1 | |
| #define WITH_DYLD 1 | |
| #define SHLIB_EXT ".so" | |
| /* 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 sem_init (); | |
| int | |
| main () | |
| { | |
| return sem_init (); | |
| ; | |
| return 0; | |
| } | |
configure:13458: /usr/bin/cc -o conftest -O3 -march=core2 -msse4 -w -pipe -I/usr/local/Cellar/readline/6.1/include -arch i386 -arch ppc -arch ppc64 -arch x86_64 -isysroot / -L/usr/local/Cellar/readline/6.1/lib conftest.c -lrt >&5 | |
ld: library not found for -lrt | |
collect2: ld returned 1 exit status | |
cc1: error: unrecognized command line option "-march=core2" | |
cc1: error: unrecognized command line option "-msse4" | |
cc1: error: unrecognized command line option "-march=core2" | |
cc1: error: unrecognized command line option "-msse4" | |
ld: library not found for -lrt | |
collect2: ld returned 1 exit status | |
lipo: can't open input file: /var/folders/tc/tc6XgOadEhmatl76xhT7Y++++TI/-Tmp-//ccZbApjO.out (No such file or directory) | |
configure:13464: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h. */ | |
| #define _GNU_SOURCE 1 | |
| #define _NETBSD_SOURCE 1 | |
| #define __BSD_VISIBLE 1 | |
| #define _BSD_TYPES 1 | |
| #define _DARWIN_C_SOURCE 1 | |
| #define _XOPEN_SOURCE 600 | |
| #define _XOPEN_SOURCE_EXTENDED 1 | |
| #define _POSIX_C_SOURCE 200112L | |
| #define Py_ENABLE_SHARED 1 | |
| #define HAVE_ATTRIBUTE_FORMAT_PARSETUPLE 1 | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_MEMORY_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_CURSES_H 1 | |
| #define HAVE_DLFCN_H 1 | |
| #define HAVE_ERRNO_H 1 | |
| #define HAVE_FCNTL_H 1 | |
| #define HAVE_GRP_H 1 | |
| #define HAVE_LANGINFO_H 1 | |
| #define HAVE_NCURSES_H 1 | |
| #define HAVE_POLL_H 1 | |
| #define HAVE_PTHREAD_H 1 | |
| #define HAVE_SIGNAL_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_TERMIOS_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_UTIME_H 1 | |
| #define HAVE_SYS_EVENT_H 1 | |
| #define HAVE_SYS_FILE_H 1 | |
| #define HAVE_SYS_LOCK_H 1 | |
| #define HAVE_SYS_PARAM_H 1 | |
| #define HAVE_SYS_POLL_H 1 | |
| #define HAVE_SYS_SELECT_H 1 | |
| #define HAVE_SYS_SOCKET_H 1 | |
| #define HAVE_SYS_STATVFS_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_SYS_TIME_H 1 | |
| #define HAVE_SYS_TIMES_H 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_UN_H 1 | |
| #define HAVE_SYS_UTSNAME_H 1 | |
| #define HAVE_SYS_WAIT_H 1 | |
| #define HAVE_SYS_RESOURCE_H 1 | |
| #define HAVE_SYSEXITS_H 1 | |
| #define HAVE_DIRENT_H 1 | |
| #define HAVE_TERM_H 1 | |
| #define HAVE_MAKEDEV 1 | |
| #define _LARGEFILE_SOURCE 1 | |
| #define _FILE_OFFSET_BITS 64 | |
| #if defined(SCO_DS) | |
| #undef _OFF_T | |
| #endif | |
| #define RETSIGTYPE void | |
| #define HAVE_SSIZE_T 1 | |
| #define SIZEOF_INT 4 | |
| #define SIZEOF_LONG 8 | |
| #define SIZEOF_VOID_P 8 | |
| #define SIZEOF_SHORT 2 | |
| #define SIZEOF_FLOAT 4 | |
| #define SIZEOF_DOUBLE 8 | |
| #define SIZEOF_FPOS_T 8 | |
| #define SIZEOF_SIZE_T 8 | |
| #define SIZEOF_PID_T 4 | |
| #define HAVE_LONG_LONG 1 | |
| #define SIZEOF_LONG_LONG 8 | |
| #define HAVE_LONG_DOUBLE 1 | |
| #define SIZEOF_LONG_DOUBLE 16 | |
| #define HAVE_C99_BOOL 1 | |
| #define SIZEOF__BOOL 1 | |
| #define HAVE_UINTPTR_T 1 | |
| #define SIZEOF_UINTPTR_T 8 | |
| #define SIZEOF_OFF_T 8 | |
| #define SIZEOF_TIME_T 8 | |
| #define SIZEOF_PTHREAD_T 8 | |
| #define USE_TOOLBOX_OBJECT_GLUE 1 | |
| #define WITH_DYLD 1 | |
| #define SHLIB_EXT ".so" | |
| /* 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 sem_init (); | |
| int | |
| main () | |
| { | |
| return sem_init (); | |
| ; | |
| return 0; | |
| } | |
configure:13458: /usr/bin/cc -o conftest -O3 -march=core2 -msse4 -w -pipe -I/usr/local/Cellar/readline/6.1/include -arch i386 -arch ppc -arch ppc64 -arch x86_64 -isysroot / -L/usr/local/Cellar/readline/6.1/lib conftest.c -lposix4 >&5 | |
ld: library not found for -lposix4 | |
collect2: ld returned 1 exit status | |
cc1: error: unrecognized command line option "-march=core2" | |
cc1: error: unrecognized command line option "-msse4" | |
cc1: error: unrecognized command line option "-march=core2" | |
cc1: error: unrecognized command line option "-msse4" | |
ld: library not found for -lposix4 | |
collect2: ld returned 1 exit status | |
lipo: can't open input file: /var/folders/tc/tc6XgOadEhmatl76xhT7Y++++TI/-Tmp-//ccmHc6Fk.out (No such file or directory) | |
configure:13464: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h. */ | |
| #define _GNU_SOURCE 1 | |
| #define _NETBSD_SOURCE 1 | |
| #define __BSD_VISIBLE 1 | |
| #define _BSD_TYPES 1 | |
| #define _DARWIN_C_SOURCE 1 | |
| #define _XOPEN_SOURCE 600 | |
| #define _XOPEN_SOURCE_EXTENDED 1 | |
| #define _POSIX_C_SOURCE 200112L | |
| #define Py_ENABLE_SHARED 1 | |
| #define HAVE_ATTRIBUTE_FORMAT_PARSETUPLE 1 | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_MEMORY_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_CURSES_H 1 | |
| #define HAVE_DLFCN_H 1 | |
| #define HAVE_ERRNO_H 1 | |
| #define HAVE_FCNTL_H 1 | |
| #define HAVE_GRP_H 1 | |
| #define HAVE_LANGINFO_H 1 | |
| #define HAVE_NCURSES_H 1 | |
| #define HAVE_POLL_H 1 | |
| #define HAVE_PTHREAD_H 1 | |
| #define HAVE_SIGNAL_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_TERMIOS_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_UTIME_H 1 | |
| #define HAVE_SYS_EVENT_H 1 | |
| #define HAVE_SYS_FILE_H 1 | |
| #define HAVE_SYS_LOCK_H 1 | |
| #define HAVE_SYS_PARAM_H 1 | |
| #define HAVE_SYS_POLL_H 1 | |
| #define HAVE_SYS_SELECT_H 1 | |
| #define HAVE_SYS_SOCKET_H 1 | |
| #define HAVE_SYS_STATVFS_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_SYS_TIME_H 1 | |
| #define HAVE_SYS_TIMES_H 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_UN_H 1 | |
| #define HAVE_SYS_UTSNAME_H 1 | |
| #define HAVE_SYS_WAIT_H 1 | |
| #define HAVE_SYS_RESOURCE_H 1 | |
| #define HAVE_SYSEXITS_H 1 | |
| #define HAVE_DIRENT_H 1 | |
| #define HAVE_TERM_H 1 | |
| #define HAVE_MAKEDEV 1 | |
| #define _LARGEFILE_SOURCE 1 | |
| #define _FILE_OFFSET_BITS 64 | |
| #if defined(SCO_DS) | |
| #undef _OFF_T | |
| #endif | |
| #define RETSIGTYPE void | |
| #define HAVE_SSIZE_T 1 | |
| #define SIZEOF_INT 4 | |
| #define SIZEOF_LONG 8 | |
| #define SIZEOF_VOID_P 8 | |
| #define SIZEOF_SHORT 2 | |
| #define SIZEOF_FLOAT 4 | |
| #define SIZEOF_DOUBLE 8 | |
| #define SIZEOF_FPOS_T 8 | |
| #define SIZEOF_SIZE_T 8 | |
| #define SIZEOF_PID_T 4 | |
| #define HAVE_LONG_LONG 1 | |
| #define SIZEOF_LONG_LONG 8 | |
| #define HAVE_LONG_DOUBLE 1 | |
| #define SIZEOF_LONG_DOUBLE 16 | |
| #define HAVE_C99_BOOL 1 | |
| #define SIZEOF__BOOL 1 | |
| #define HAVE_UINTPTR_T 1 | |
| #define SIZEOF_UINTPTR_T 8 | |
| #define SIZEOF_OFF_T 8 | |
| #define SIZEOF_TIME_T 8 | |
| #define SIZEOF_PTHREAD_T 8 | |
| #define USE_TOOLBOX_OBJECT_GLUE 1 | |
| #define WITH_DYLD 1 | |
| #define SHLIB_EXT ".so" | |
| /* 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 sem_init (); | |
| int | |
| main () | |
| { | |
| return sem_init (); | |
| ; | |
| return 0; | |
| } | |
configure:13492: result: no | |
configure:13505: checking for textdomain in -lintl | |
configure:13540: /usr/bin/cc -o conftest -O3 -march=core2 -msse4 -w -pipe -I/usr/local/Cellar/readline/6.1/include -arch i386 -arch ppc -arch ppc64 -arch x86_64 -isysroot / -L/usr/local/Cellar/readline/6.1/lib conftest.c -lintl >&5 | |
ld: library not found for -lintl | |
collect2: ld returned 1 exit status | |
cc1: error: unrecognized command line option "-march=core2" | |
cc1: error: unrecognized command line option "-msse4" | |
cc1: error: unrecognized command line option "-march=core2" | |
cc1: error: unrecognized command line option "-msse4" | |
ld: library not found for -lintl | |
collect2: ld returned 1 exit status | |
lipo: can't open input file: /var/folders/tc/tc6XgOadEhmatl76xhT7Y++++TI/-Tmp-//ccVUZPgp.out (No such file or directory) | |
configure:13546: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h. */ | |
| #define _GNU_SOURCE 1 | |
| #define _NETBSD_SOURCE 1 | |
| #define __BSD_VISIBLE 1 | |
| #define _BSD_TYPES 1 | |
| #define _DARWIN_C_SOURCE 1 | |
| #define _XOPEN_SOURCE 600 | |
| #define _XOPEN_SOURCE_EXTENDED 1 | |
| #define _POSIX_C_SOURCE 200112L | |
| #define Py_ENABLE_SHARED 1 | |
| #define HAVE_ATTRIBUTE_FORMAT_PARSETUPLE 1 | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_MEMORY_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_CURSES_H 1 | |
| #define HAVE_DLFCN_H 1 | |
| #define HAVE_ERRNO_H 1 | |
| #define HAVE_FCNTL_H 1 | |
| #define HAVE_GRP_H 1 | |
| #define HAVE_LANGINFO_H 1 | |
| #define HAVE_NCURSES_H 1 | |
| #define HAVE_POLL_H 1 | |
| #define HAVE_PTHREAD_H 1 | |
| #define HAVE_SIGNAL_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_TERMIOS_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_UTIME_H 1 | |
| #define HAVE_SYS_EVENT_H 1 | |
| #define HAVE_SYS_FILE_H 1 | |
| #define HAVE_SYS_LOCK_H 1 | |
| #define HAVE_SYS_PARAM_H 1 | |
| #define HAVE_SYS_POLL_H 1 | |
| #define HAVE_SYS_SELECT_H 1 | |
| #define HAVE_SYS_SOCKET_H 1 | |
| #define HAVE_SYS_STATVFS_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_SYS_TIME_H 1 | |
| #define HAVE_SYS_TIMES_H 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_UN_H 1 | |
| #define HAVE_SYS_UTSNAME_H 1 | |
| #define HAVE_SYS_WAIT_H 1 | |
| #define HAVE_SYS_RESOURCE_H 1 | |
| #define HAVE_SYSEXITS_H 1 | |
| #define HAVE_DIRENT_H 1 | |
| #define HAVE_TERM_H 1 | |
| #define HAVE_MAKEDEV 1 | |
| #define _LARGEFILE_SOURCE 1 | |
| #define _FILE_OFFSET_BITS 64 | |
| #if defined(SCO_DS) | |
| #undef _OFF_T | |
| #endif | |
| #define RETSIGTYPE void | |
| #define HAVE_SSIZE_T 1 | |
| #define SIZEOF_INT 4 | |
| #define SIZEOF_LONG 8 | |
| #define SIZEOF_VOID_P 8 | |
| #define SIZEOF_SHORT 2 | |
| #define SIZEOF_FLOAT 4 | |
| #define SIZEOF_DOUBLE 8 | |
| #define SIZEOF_FPOS_T 8 | |
| #define SIZEOF_SIZE_T 8 | |
| #define SIZEOF_PID_T 4 | |
| #define HAVE_LONG_LONG 1 | |
| #define SIZEOF_LONG_LONG 8 | |
| #define HAVE_LONG_DOUBLE 1 | |
| #define SIZEOF_LONG_DOUBLE 16 | |
| #define HAVE_C99_BOOL 1 | |
| #define SIZEOF__BOOL 1 | |
| #define HAVE_UINTPTR_T 1 | |
| #define SIZEOF_UINTPTR_T 8 | |
| #define SIZEOF_OFF_T 8 | |
| #define SIZEOF_TIME_T 8 | |
| #define SIZEOF_PTHREAD_T 8 | |
| #define USE_TOOLBOX_OBJECT_GLUE 1 | |
| #define WITH_DYLD 1 | |
| #define SHLIB_EXT ".so" | |
| /* 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 textdomain (); | |
| int | |
| main () | |
| { | |
| return textdomain (); | |
| ; | |
| return 0; | |
| } | |
configure:13564: result: no | |
configure:13634: checking for t_open in -lnsl | |
configure:13669: /usr/bin/cc -o conftest -O3 -march=core2 -msse4 -w -pipe -I/usr/local/Cellar/readline/6.1/include -arch i386 -arch ppc -arch ppc64 -arch x86_64 -isysroot / -L/usr/local/Cellar/readline/6.1/lib conftest.c -lnsl >&5 | |
ld: library not found for -lnsl | |
collect2: ld returned 1 exit status | |
cc1: error: unrecognized command line option "-march=core2" | |
cc1: error: unrecognized command line option "-msse4" | |
cc1: error: unrecognized command line option "-march=core2" | |
cc1: error: unrecognized command line option "-msse4" | |
ld: library not found for -lnsl | |
collect2: ld returned 1 exit status | |
lipo: can't open input file: /var/folders/tc/tc6XgOadEhmatl76xhT7Y++++TI/-Tmp-//ccZYk4N5.out (No such file or directory) | |
configure:13675: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h. */ | |
| #define _GNU_SOURCE 1 | |
| #define _NETBSD_SOURCE 1 | |
| #define __BSD_VISIBLE 1 | |
| #define _BSD_TYPES 1 | |
| #define _DARWIN_C_SOURCE 1 | |
| #define _XOPEN_SOURCE 600 | |
| #define _XOPEN_SOURCE_EXTENDED 1 | |
| #define _POSIX_C_SOURCE 200112L | |
| #define Py_ENABLE_SHARED 1 | |
| #define HAVE_ATTRIBUTE_FORMAT_PARSETUPLE 1 | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_MEMORY_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_CURSES_H 1 | |
| #define HAVE_DLFCN_H 1 | |
| #define HAVE_ERRNO_H 1 | |
| #define HAVE_FCNTL_H 1 | |
| #define HAVE_GRP_H 1 | |
| #define HAVE_LANGINFO_H 1 | |
| #define HAVE_NCURSES_H 1 | |
| #define HAVE_POLL_H 1 | |
| #define HAVE_PTHREAD_H 1 | |
| #define HAVE_SIGNAL_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_TERMIOS_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_UTIME_H 1 | |
| #define HAVE_SYS_EVENT_H 1 | |
| #define HAVE_SYS_FILE_H 1 | |
| #define HAVE_SYS_LOCK_H 1 | |
| #define HAVE_SYS_PARAM_H 1 | |
| #define HAVE_SYS_POLL_H 1 | |
| #define HAVE_SYS_SELECT_H 1 | |
| #define HAVE_SYS_SOCKET_H 1 | |
| #define HAVE_SYS_STATVFS_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_SYS_TIME_H 1 | |
| #define HAVE_SYS_TIMES_H 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_UN_H 1 | |
| #define HAVE_SYS_UTSNAME_H 1 | |
| #define HAVE_SYS_WAIT_H 1 | |
| #define HAVE_SYS_RESOURCE_H 1 | |
| #define HAVE_SYSEXITS_H 1 | |
| #define HAVE_DIRENT_H 1 | |
| #define HAVE_TERM_H 1 | |
| #define HAVE_MAKEDEV 1 | |
| #define _LARGEFILE_SOURCE 1 | |
| #define _FILE_OFFSET_BITS 64 | |
| #if defined(SCO_DS) | |
| #undef _OFF_T | |
| #endif | |
| #define RETSIGTYPE void | |
| #define HAVE_SSIZE_T 1 | |
| #define SIZEOF_INT 4 | |
| #define SIZEOF_LONG 8 | |
| #define SIZEOF_VOID_P 8 | |
| #define SIZEOF_SHORT 2 | |
| #define SIZEOF_FLOAT 4 | |
| #define SIZEOF_DOUBLE 8 | |
| #define SIZEOF_FPOS_T 8 | |
| #define SIZEOF_SIZE_T 8 | |
| #define SIZEOF_PID_T 4 | |
| #define HAVE_LONG_LONG 1 | |
| #define SIZEOF_LONG_LONG 8 | |
| #define HAVE_LONG_DOUBLE 1 | |
| #define SIZEOF_LONG_DOUBLE 16 | |
| #define HAVE_C99_BOOL 1 | |
| #define SIZEOF__BOOL 1 | |
| #define HAVE_UINTPTR_T 1 | |
| #define SIZEOF_UINTPTR_T 8 | |
| #define SIZEOF_OFF_T 8 | |
| #define SIZEOF_TIME_T 8 | |
| #define SIZEOF_PTHREAD_T 8 | |
| #define USE_TOOLBOX_OBJECT_GLUE 1 | |
| #define WITH_DYLD 1 | |
| #define SHLIB_EXT ".so" | |
| /* 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 t_open (); | |
| int | |
| main () | |
| { | |
| return t_open (); | |
| ; | |
| return 0; | |
| } | |
configure:13693: result: no | |
configure:13699: checking for socket in -lsocket | |
configure:13734: /usr/bin/cc -o conftest -O3 -march=core2 -msse4 -w -pipe -I/usr/local/Cellar/readline/6.1/include -arch i386 -arch ppc -arch ppc64 -arch x86_64 -isysroot / -L/usr/local/Cellar/readline/6.1/lib conftest.c -lsocket >&5 | |
ld: library not found for -lsocket | |
collect2: ld returned 1 exit status | |
cc1: error: unrecognized command line option "-march=core2" | |
cc1: error: unrecognized command line option "-msse4" | |
cc1: error: unrecognized command line option "-march=core2" | |
cc1: error: unrecognized command line option "-msse4" | |
ld: library not found for -lsocket | |
collect2: ld returned 1 exit status | |
lipo: can't open input file: /var/folders/tc/tc6XgOadEhmatl76xhT7Y++++TI/-Tmp-//ccb0k3UC.out (No such file or directory) | |
configure:13740: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h. */ | |
| #define _GNU_SOURCE 1 | |
| #define _NETBSD_SOURCE 1 | |
| #define __BSD_VISIBLE 1 | |
| #define _BSD_TYPES 1 | |
| #define _DARWIN_C_SOURCE 1 | |
| #define _XOPEN_SOURCE 600 | |
| #define _XOPEN_SOURCE_EXTENDED 1 | |
| #define _POSIX_C_SOURCE 200112L | |
| #define Py_ENABLE_SHARED 1 | |
| #define HAVE_ATTRIBUTE_FORMAT_PARSETUPLE 1 | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_MEMORY_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_CURSES_H 1 | |
| #define HAVE_DLFCN_H 1 | |
| #define HAVE_ERRNO_H 1 | |
| #define HAVE_FCNTL_H 1 | |
| #define HAVE_GRP_H 1 | |
| #define HAVE_LANGINFO_H 1 | |
| #define HAVE_NCURSES_H 1 | |
| #define HAVE_POLL_H 1 | |
| #define HAVE_PTHREAD_H 1 | |
| #define HAVE_SIGNAL_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_TERMIOS_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_UTIME_H 1 | |
| #define HAVE_SYS_EVENT_H 1 | |
| #define HAVE_SYS_FILE_H 1 | |
| #define HAVE_SYS_LOCK_H 1 | |
| #define HAVE_SYS_PARAM_H 1 | |
| #define HAVE_SYS_POLL_H 1 | |
| #define HAVE_SYS_SELECT_H 1 | |
| #define HAVE_SYS_SOCKET_H 1 | |
| #define HAVE_SYS_STATVFS_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_SYS_TIME_H 1 | |
| #define HAVE_SYS_TIMES_H 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_UN_H 1 | |
| #define HAVE_SYS_UTSNAME_H 1 | |
| #define HAVE_SYS_WAIT_H 1 | |
| #define HAVE_SYS_RESOURCE_H 1 | |
| #define HAVE_SYSEXITS_H 1 | |
| #define HAVE_DIRENT_H 1 | |
| #define HAVE_TERM_H 1 | |
| #define HAVE_MAKEDEV 1 | |
| #define _LARGEFILE_SOURCE 1 | |
| #define _FILE_OFFSET_BITS 64 | |
| #if defined(SCO_DS) | |
| #undef _OFF_T | |
| #endif | |
| #define RETSIGTYPE void | |
| #define HAVE_SSIZE_T 1 | |
| #define SIZEOF_INT 4 | |
| #define SIZEOF_LONG 8 | |
| #define SIZEOF_VOID_P 8 | |
| #define SIZEOF_SHORT 2 | |
| #define SIZEOF_FLOAT 4 | |
| #define SIZEOF_DOUBLE 8 | |
| #define SIZEOF_FPOS_T 8 | |
| #define SIZEOF_SIZE_T 8 | |
| #define SIZEOF_PID_T 4 | |
| #define HAVE_LONG_LONG 1 | |
| #define SIZEOF_LONG_LONG 8 | |
| #define HAVE_LONG_DOUBLE 1 | |
| #define SIZEOF_LONG_DOUBLE 16 | |
| #define HAVE_C99_BOOL 1 | |
| #define SIZEOF__BOOL 1 | |
| #define HAVE_UINTPTR_T 1 | |
| #define SIZEOF_UINTPTR_T 8 | |
| #define SIZEOF_OFF_T 8 | |
| #define SIZEOF_TIME_T 8 | |
| #define SIZEOF_PTHREAD_T 8 | |
| #define USE_TOOLBOX_OBJECT_GLUE 1 | |
| #define WITH_DYLD 1 | |
| #define SHLIB_EXT ".so" | |
| /* 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 socket (); | |
| int | |
| main () | |
| { | |
| return socket (); | |
| ; | |
| return 0; | |
| } | |
configure:13758: result: no | |
configure:13835: checking for --with-libs | |
configure:13846: result: no | |
configure:13852: checking for --with-system-ffi | |
configure:13861: result: | |
configure:13867: checking for --with-signal-module | |
configure:13879: result: yes | |
configure:13894: checking for --with-dec-threads | |
configure:13908: result: no | |
configure:13922: checking for --with-threads | |
configure:13942: result: yes | |
configure:15292: checking if PTHREAD_SCOPE_SYSTEM is supported | |
configure:15325: /usr/bin/cc -o conftest -O3 -march=core2 -msse4 -w -pipe -I/usr/local/Cellar/readline/6.1/include -arch i386 -arch ppc -arch ppc64 -arch x86_64 -isysroot / -L/usr/local/Cellar/readline/6.1/lib conftest.c >&5 | |
cc1: error: unrecognized command line option "-march=core2" | |
cc1: error: unrecognized command line option "-msse4" | |
cc1: error: unrecognized command line option "-march=core2" | |
cc1: error: unrecognized command line option "-msse4" | |
lipo: can't figure out the architecture type of: /var/folders/tc/tc6XgOadEhmatl76xhT7Y++++TI/-Tmp-//ccdtK8zY.out | |
configure:15328: $? = 1 | |
configure: program exited with status 1 | |
configure: failed program was: | |
| /* confdefs.h. */ | |
| #define _GNU_SOURCE 1 | |
| #define _NETBSD_SOURCE 1 | |
| #define __BSD_VISIBLE 1 | |
| #define _BSD_TYPES 1 | |
| #define _DARWIN_C_SOURCE 1 | |
| #define _XOPEN_SOURCE 600 | |
| #define _XOPEN_SOURCE_EXTENDED 1 | |
| #define _POSIX_C_SOURCE 200112L | |
| #define Py_ENABLE_SHARED 1 | |
| #define HAVE_ATTRIBUTE_FORMAT_PARSETUPLE 1 | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_MEMORY_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_CURSES_H 1 | |
| #define HAVE_DLFCN_H 1 | |
| #define HAVE_ERRNO_H 1 | |
| #define HAVE_FCNTL_H 1 | |
| #define HAVE_GRP_H 1 | |
| #define HAVE_LANGINFO_H 1 | |
| #define HAVE_NCURSES_H 1 | |
| #define HAVE_POLL_H 1 | |
| #define HAVE_PTHREAD_H 1 | |
| #define HAVE_SIGNAL_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_TERMIOS_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_UTIME_H 1 | |
| #define HAVE_SYS_EVENT_H 1 | |
| #define HAVE_SYS_FILE_H 1 | |
| #define HAVE_SYS_LOCK_H 1 | |
| #define HAVE_SYS_PARAM_H 1 | |
| #define HAVE_SYS_POLL_H 1 | |
| #define HAVE_SYS_SELECT_H 1 | |
| #define HAVE_SYS_SOCKET_H 1 | |
| #define HAVE_SYS_STATVFS_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_SYS_TIME_H 1 | |
| #define HAVE_SYS_TIMES_H 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_UN_H 1 | |
| #define HAVE_SYS_UTSNAME_H 1 | |
| #define HAVE_SYS_WAIT_H 1 | |
| #define HAVE_SYS_RESOURCE_H 1 | |
| #define HAVE_SYSEXITS_H 1 | |
| #define HAVE_DIRENT_H 1 | |
| #define HAVE_TERM_H 1 | |
| #define HAVE_MAKEDEV 1 | |
| #define _LARGEFILE_SOURCE 1 | |
| #define _FILE_OFFSET_BITS 64 | |
| #if defined(SCO_DS) | |
| #undef _OFF_T | |
| #endif | |
| #define RETSIGTYPE void | |
| #define HAVE_SSIZE_T 1 | |
| #define SIZEOF_INT 4 | |
| #define SIZEOF_LONG 8 | |
| #define SIZEOF_VOID_P 8 | |
| #define SIZEOF_SHORT 2 | |
| #define SIZEOF_FLOAT 4 | |
| #define SIZEOF_DOUBLE 8 | |
| #define SIZEOF_FPOS_T 8 | |
| #define SIZEOF_SIZE_T 8 | |
| #define SIZEOF_PID_T 4 | |
| #define HAVE_LONG_LONG 1 | |
| #define SIZEOF_LONG_LONG 8 | |
| #define HAVE_LONG_DOUBLE 1 | |
| #define SIZEOF_LONG_DOUBLE 16 | |
| #define HAVE_C99_BOOL 1 | |
| #define SIZEOF__BOOL 1 | |
| #define HAVE_UINTPTR_T 1 | |
| #define SIZEOF_UINTPTR_T 8 | |
| #define SIZEOF_OFF_T 8 | |
| #define SIZEOF_TIME_T 8 | |
| #define SIZEOF_PTHREAD_T 8 | |
| #define USE_TOOLBOX_OBJECT_GLUE 1 | |
| #define WITH_DYLD 1 | |
| #define SHLIB_EXT ".so" | |
| #define WITH_THREAD 1 | |
| #define _REENTRANT 1 | |
| /* end confdefs.h. */ | |
| #include <pthread.h> | |
| void *foo(void *parm) { | |
| return NULL; | |
| } | |
| main() { | |
| pthread_attr_t attr; | |
| pthread_t id; | |
| if (pthread_attr_init(&attr)) exit(-1); | |
| if (pthread_attr_setscope(&attr, PTHREAD_SCOPE_SYSTEM)) exit(-1); | |
| if (pthread_create(&id, &attr, foo, NULL)) exit(-1); | |
| exit(0); | |
| } | |
configure:15355: result: no | |
configure:15368: checking for pthread_sigmask | |
configure:15424: /usr/bin/cc -o conftest -O3 -march=core2 -msse4 -w -pipe -I/usr/local/Cellar/readline/6.1/include -arch i386 -arch ppc -arch ppc64 -arch x86_64 -isysroot / -L/usr/local/Cellar/readline/6.1/lib conftest.c >&5 | |
cc1: error: unrecognized command line option "-march=core2" | |
cc1: error: unrecognized command line option "-msse4" | |
cc1: error: unrecognized command line option "-march=core2" | |
cc1: error: unrecognized command line option "-msse4" | |
lipo: can't figure out the architecture type of: /var/folders/tc/tc6XgOadEhmatl76xhT7Y++++TI/-Tmp-//ccHMB0ZW.out | |
configure:15430: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h. */ | |
| #define _GNU_SOURCE 1 | |
| #define _NETBSD_SOURCE 1 | |
| #define __BSD_VISIBLE 1 | |
| #define _BSD_TYPES 1 | |
| #define _DARWIN_C_SOURCE 1 | |
| #define _XOPEN_SOURCE 600 | |
| #define _XOPEN_SOURCE_EXTENDED 1 | |
| #define _POSIX_C_SOURCE 200112L | |
| #define Py_ENABLE_SHARED 1 | |
| #define HAVE_ATTRIBUTE_FORMAT_PARSETUPLE 1 | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_MEMORY_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_CURSES_H 1 | |
| #define HAVE_DLFCN_H 1 | |
| #define HAVE_ERRNO_H 1 | |
| #define HAVE_FCNTL_H 1 | |
| #define HAVE_GRP_H 1 | |
| #define HAVE_LANGINFO_H 1 | |
| #define HAVE_NCURSES_H 1 | |
| #define HAVE_POLL_H 1 | |
| #define HAVE_PTHREAD_H 1 | |
| #define HAVE_SIGNAL_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_TERMIOS_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_UTIME_H 1 | |
| #define HAVE_SYS_EVENT_H 1 | |
| #define HAVE_SYS_FILE_H 1 | |
| #define HAVE_SYS_LOCK_H 1 | |
| #define HAVE_SYS_PARAM_H 1 | |
| #define HAVE_SYS_POLL_H 1 | |
| #define HAVE_SYS_SELECT_H 1 | |
| #define HAVE_SYS_SOCKET_H 1 | |
| #define HAVE_SYS_STATVFS_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_SYS_TIME_H 1 | |
| #define HAVE_SYS_TIMES_H 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_UN_H 1 | |
| #define HAVE_SYS_UTSNAME_H 1 | |
| #define HAVE_SYS_WAIT_H 1 | |
| #define HAVE_SYS_RESOURCE_H 1 | |
| #define HAVE_SYSEXITS_H 1 | |
| #define HAVE_DIRENT_H 1 | |
| #define HAVE_TERM_H 1 | |
| #define HAVE_MAKEDEV 1 | |
| #define _LARGEFILE_SOURCE 1 | |
| #define _FILE_OFFSET_BITS 64 | |
| #if defined(SCO_DS) | |
| #undef _OFF_T | |
| #endif | |
| #define RETSIGTYPE void | |
| #define HAVE_SSIZE_T 1 | |
| #define SIZEOF_INT 4 | |
| #define SIZEOF_LONG 8 | |
| #define SIZEOF_VOID_P 8 | |
| #define SIZEOF_SHORT 2 | |
| #define SIZEOF_FLOAT 4 | |
| #define SIZEOF_DOUBLE 8 | |
| #define SIZEOF_FPOS_T 8 | |
| #define SIZEOF_SIZE_T 8 | |
| #define SIZEOF_PID_T 4 | |
| #define HAVE_LONG_LONG 1 | |
| #define SIZEOF_LONG_LONG 8 | |
| #define HAVE_LONG_DOUBLE 1 | |
| #define SIZEOF_LONG_DOUBLE 16 | |
| #define HAVE_C99_BOOL 1 | |
| #define SIZEOF__BOOL 1 | |
| #define HAVE_UINTPTR_T 1 | |
| #define SIZEOF_UINTPTR_T 8 | |
| #define SIZEOF_OFF_T 8 | |
| #define SIZEOF_TIME_T 8 | |
| #define SIZEOF_PTHREAD_T 8 | |
| #define USE_TOOLBOX_OBJECT_GLUE 1 | |
| #define WITH_DYLD 1 | |
| #define SHLIB_EXT ".so" | |
| #define WITH_THREAD 1 | |
| #define _REENTRANT 1 | |
| /* end confdefs.h. */ | |
| /* Define pthread_sigmask to an innocuous variant, in case <limits.h> declares pthread_sigmask. | |
| For example, HP-UX 11i <limits.h> declares gettimeofday. */ | |
| #define pthread_sigmask innocuous_pthread_sigmask | |
| | |
| /* System header to define __stub macros and hopefully few prototypes, | |
| which can conflict with char pthread_sigmask (); 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 pthread_sigmask | |
| | |
| /* 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 pthread_sigmask (); | |
| /* 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_pthread_sigmask || defined __stub___pthread_sigmask | |
| choke me | |
| #endif | |
| | |
| int | |
| main () | |
| { | |
| return pthread_sigmask (); | |
| ; | |
| return 0; | |
| } | |
configure:15448: result: no | |
configure:15472: checking if --enable-ipv6 is specified | |
configure:15523: /usr/bin/cc -o conftest -O3 -march=core2 -msse4 -w -pipe -I/usr/local/Cellar/readline/6.1/include -arch i386 -arch ppc -arch ppc64 -arch x86_64 -isysroot / -L/usr/local/Cellar/readline/6.1/lib conftest.c >&5 | |
cc1: error: unrecognized command line option "-march=core2" | |
cc1: error: unrecognized command line option "-msse4" | |
cc1: error: unrecognized command line option "-march=core2" | |
cc1: error: unrecognized command line option "-msse4" | |
lipo: can't figure out the architecture type of: /var/folders/tc/tc6XgOadEhmatl76xhT7Y++++TI/-Tmp-//cchdWWFu.out | |
configure:15526: $? = 1 | |
configure: program exited with status 1 | |
configure: failed program was: | |
| /* confdefs.h. */ | |
| #define _GNU_SOURCE 1 | |
| #define _NETBSD_SOURCE 1 | |
| #define __BSD_VISIBLE 1 | |
| #define _BSD_TYPES 1 | |
| #define _DARWIN_C_SOURCE 1 | |
| #define _XOPEN_SOURCE 600 | |
| #define _XOPEN_SOURCE_EXTENDED 1 | |
| #define _POSIX_C_SOURCE 200112L | |
| #define Py_ENABLE_SHARED 1 | |
| #define HAVE_ATTRIBUTE_FORMAT_PARSETUPLE 1 | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_MEMORY_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_CURSES_H 1 | |
| #define HAVE_DLFCN_H 1 | |
| #define HAVE_ERRNO_H 1 | |
| #define HAVE_FCNTL_H 1 | |
| #define HAVE_GRP_H 1 | |
| #define HAVE_LANGINFO_H 1 | |
| #define HAVE_NCURSES_H 1 | |
| #define HAVE_POLL_H 1 | |
| #define HAVE_PTHREAD_H 1 | |
| #define HAVE_SIGNAL_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_TERMIOS_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_UTIME_H 1 | |
| #define HAVE_SYS_EVENT_H 1 | |
| #define HAVE_SYS_FILE_H 1 | |
| #define HAVE_SYS_LOCK_H 1 | |
| #define HAVE_SYS_PARAM_H 1 | |
| #define HAVE_SYS_POLL_H 1 | |
| #define HAVE_SYS_SELECT_H 1 | |
| #define HAVE_SYS_SOCKET_H 1 | |
| #define HAVE_SYS_STATVFS_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_SYS_TIME_H 1 | |
| #define HAVE_SYS_TIMES_H 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_UN_H 1 | |
| #define HAVE_SYS_UTSNAME_H 1 | |
| #define HAVE_SYS_WAIT_H 1 | |
| #define HAVE_SYS_RESOURCE_H 1 | |
| #define HAVE_SYSEXITS_H 1 | |
| #define HAVE_DIRENT_H 1 | |
| #define HAVE_TERM_H 1 | |
| #define HAVE_MAKEDEV 1 | |
| #define _LARGEFILE_SOURCE 1 | |
| #define _FILE_OFFSET_BITS 64 | |
| #if defined(SCO_DS) | |
| #undef _OFF_T | |
| #endif | |
| #define RETSIGTYPE void | |
| #define HAVE_SSIZE_T 1 | |
| #define SIZEOF_INT 4 | |
| #define SIZEOF_LONG 8 | |
| #define SIZEOF_VOID_P 8 | |
| #define SIZEOF_SHORT 2 | |
| #define SIZEOF_FLOAT 4 | |
| #define SIZEOF_DOUBLE 8 | |
| #define SIZEOF_FPOS_T 8 | |
| #define SIZEOF_SIZE_T 8 | |
| #define SIZEOF_PID_T 4 | |
| #define HAVE_LONG_LONG 1 | |
| #define SIZEOF_LONG_LONG 8 | |
| #define HAVE_LONG_DOUBLE 1 | |
| #define SIZEOF_LONG_DOUBLE 16 | |
| #define HAVE_C99_BOOL 1 | |
| #define SIZEOF__BOOL 1 | |
| #define HAVE_UINTPTR_T 1 | |
| #define SIZEOF_UINTPTR_T 8 | |
| #define SIZEOF_OFF_T 8 | |
| #define SIZEOF_TIME_T 8 | |
| #define SIZEOF_PTHREAD_T 8 | |
| #define USE_TOOLBOX_OBJECT_GLUE 1 | |
| #define WITH_DYLD 1 | |
| #define SHLIB_EXT ".so" | |
| #define WITH_THREAD 1 | |
| #define _REENTRANT 1 | |
| /* end confdefs.h. */ | |
| /* AF_INET6 available check */ | |
| #include <sys/types.h> | |
| #include <sys/socket.h> | |
| main() | |
| { | |
| if (socket(AF_INET6, SOCK_STREAM, 0) < 0) | |
| exit(1); | |
| else | |
| exit(0); | |
| } | |
| | |
configure:15546: result: no | |
configure:15799: checking for OSX 10.5 SDK or later | |
configure:15822: /usr/bin/cc -c -O3 -march=core2 -msse4 -w -pipe -I/usr/local/Cellar/readline/6.1/include conftest.c >&5 | |
configure:15828: $? = 0 | |
configure:15838: result: yes | |
configure:15852: checking for --with-doc-strings | |
configure:15872: result: yes | |
configure:15876: checking for --with-tsc | |
configure:15895: result: no | |
configure:15901: checking for --with-pymalloc | |
configure:15921: result: yes | |
configure:15925: checking for --with-wctype-functions | |
configure:15944: result: no | |
configure:15959: checking for dlopen | |
configure:16015: /usr/bin/cc -o conftest -O3 -march=core2 -msse4 -w -pipe -I/usr/local/Cellar/readline/6.1/include -arch i386 -arch ppc -arch ppc64 -arch x86_64 -isysroot / -L/usr/local/Cellar/readline/6.1/lib conftest.c >&5 | |
cc1: error: unrecognized command line option "-march=core2" | |
cc1: error: unrecognized command line option "-msse4" | |
cc1: error: unrecognized command line option "-march=core2" | |
cc1: error: unrecognized command line option "-msse4" | |
lipo: can't figure out the architecture type of: /var/folders/tc/tc6XgOadEhmatl76xhT7Y++++TI/-Tmp-//ccw577WK.out | |
configure:16021: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h. */ | |
| #define _GNU_SOURCE 1 | |
| #define _NETBSD_SOURCE 1 | |
| #define __BSD_VISIBLE 1 | |
| #define _BSD_TYPES 1 | |
| #define _DARWIN_C_SOURCE 1 | |
| #define _XOPEN_SOURCE 600 | |
| #define _XOPEN_SOURCE_EXTENDED 1 | |
| #define _POSIX_C_SOURCE 200112L | |
| #define Py_ENABLE_SHARED 1 | |
| #define HAVE_ATTRIBUTE_FORMAT_PARSETUPLE 1 | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_MEMORY_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_CURSES_H 1 | |
| #define HAVE_DLFCN_H 1 | |
| #define HAVE_ERRNO_H 1 | |
| #define HAVE_FCNTL_H 1 | |
| #define HAVE_GRP_H 1 | |
| #define HAVE_LANGINFO_H 1 | |
| #define HAVE_NCURSES_H 1 | |
| #define HAVE_POLL_H 1 | |
| #define HAVE_PTHREAD_H 1 | |
| #define HAVE_SIGNAL_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_TERMIOS_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_UTIME_H 1 | |
| #define HAVE_SYS_EVENT_H 1 | |
| #define HAVE_SYS_FILE_H 1 | |
| #define HAVE_SYS_LOCK_H 1 | |
| #define HAVE_SYS_PARAM_H 1 | |
| #define HAVE_SYS_POLL_H 1 | |
| #define HAVE_SYS_SELECT_H 1 | |
| #define HAVE_SYS_SOCKET_H 1 | |
| #define HAVE_SYS_STATVFS_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_SYS_TIME_H 1 | |
| #define HAVE_SYS_TIMES_H 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_UN_H 1 | |
| #define HAVE_SYS_UTSNAME_H 1 | |
| #define HAVE_SYS_WAIT_H 1 | |
| #define HAVE_SYS_RESOURCE_H 1 | |
| #define HAVE_SYSEXITS_H 1 | |
| #define HAVE_DIRENT_H 1 | |
| #define HAVE_TERM_H 1 | |
| #define HAVE_MAKEDEV 1 | |
| #define _LARGEFILE_SOURCE 1 | |
| #define _FILE_OFFSET_BITS 64 | |
| #if defined(SCO_DS) | |
| #undef _OFF_T | |
| #endif | |
| #define RETSIGTYPE void | |
| #define HAVE_SSIZE_T 1 | |
| #define SIZEOF_INT 4 | |
| #define SIZEOF_LONG 8 | |
| #define SIZEOF_VOID_P 8 | |
| #define SIZEOF_SHORT 2 | |
| #define SIZEOF_FLOAT 4 | |
| #define SIZEOF_DOUBLE 8 | |
| #define SIZEOF_FPOS_T 8 | |
| #define SIZEOF_SIZE_T 8 | |
| #define SIZEOF_PID_T 4 | |
| #define HAVE_LONG_LONG 1 | |
| #define SIZEOF_LONG_LONG 8 | |
| #define HAVE_LONG_DOUBLE 1 | |
| #define SIZEOF_LONG_DOUBLE 16 | |
| #define HAVE_C99_BOOL 1 | |
| #define SIZEOF__BOOL 1 | |
| #define HAVE_UINTPTR_T 1 | |
| #define SIZEOF_UINTPTR_T 8 | |
| #define SIZEOF_OFF_T 8 | |
| #define SIZEOF_TIME_T 8 | |
| #define SIZEOF_PTHREAD_T 8 | |
| #define USE_TOOLBOX_OBJECT_GLUE 1 | |
| #define WITH_DYLD 1 | |
| #define SHLIB_EXT ".so" | |
| #define WITH_THREAD 1 | |
| #define _REENTRANT 1 | |
| #define HAVE_OSX105_SDK 1 | |
| #define WITH_DOC_STRINGS 1 | |
| #define WITH_PYMALLOC 1 | |
| /* end confdefs.h. */ | |
| /* Define dlopen to an innocuous variant, in case <limits.h> declares dlopen. | |
| For example, HP-UX 11i <limits.h> declares gettimeofday. */ | |
| #define dlopen innocuous_dlopen | |
| | |
| /* System header to define __stub macros and hopefully few prototypes, | |
| which can conflict with char dlopen (); 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 dlopen | |
| | |
| /* 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 dlopen (); | |
| /* 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_dlopen || defined __stub___dlopen | |
| choke me | |
| #endif | |
| | |
| int | |
| main () | |
| { | |
| return dlopen (); | |
| ; | |
| return 0; | |
| } | |
configure:16039: result: no | |
configure:16053: checking DYNLOADFILE | |
configure:16079: result: dynload_stub.o | |
configure:16093: checking MACHDEP_OBJS | |
configure:16101: result: MACHDEP_OBJS | |
configure:16200: checking for alarm | |
configure:16256: /usr/bin/cc -o conftest -O3 -march=core2 -msse4 -w -pipe -I/usr/local/Cellar/readline/6.1/include -arch i386 -arch ppc -arch ppc64 -arch x86_64 -isysroot / -L/usr/local/Cellar/readline/6.1/lib conftest.c >&5 | |
cc1: error: unrecognized command line option "-march=core2" | |
cc1: error: unrecognized command line option "-msse4" | |
cc1: error: unrecognized command line option "-march=core2" | |
cc1: error: unrecognized command line option "-msse4" | |
lipo: can't figure out the architecture type of: /var/folders/tc/tc6XgOadEhmatl76xhT7Y++++TI/-Tmp-//cc0tcL7G.out | |
configure:16262: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h. */ | |
| #define _GNU_SOURCE 1 | |
| #define _NETBSD_SOURCE 1 | |
| #define __BSD_VISIBLE 1 | |
| #define _BSD_TYPES 1 | |
| #define _DARWIN_C_SOURCE 1 | |
| #define _XOPEN_SOURCE 600 | |
| #define _XOPEN_SOURCE_EXTENDED 1 | |
| #define _POSIX_C_SOURCE 200112L | |
| #define Py_ENABLE_SHARED 1 | |
| #define HAVE_ATTRIBUTE_FORMAT_PARSETUPLE 1 | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_MEMORY_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_CURSES_H 1 | |
| #define HAVE_DLFCN_H 1 | |
| #define HAVE_ERRNO_H 1 | |
| #define HAVE_FCNTL_H 1 | |
| #define HAVE_GRP_H 1 | |
| #define HAVE_LANGINFO_H 1 | |
| #define HAVE_NCURSES_H 1 | |
| #define HAVE_POLL_H 1 | |
| #define HAVE_PTHREAD_H 1 | |
| #define HAVE_SIGNAL_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_TERMIOS_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_UTIME_H 1 | |
| #define HAVE_SYS_EVENT_H 1 | |
| #define HAVE_SYS_FILE_H 1 | |
| #define HAVE_SYS_LOCK_H 1 | |
| #define HAVE_SYS_PARAM_H 1 | |
| #define HAVE_SYS_POLL_H 1 | |
| #define HAVE_SYS_SELECT_H 1 | |
| #define HAVE_SYS_SOCKET_H 1 | |
| #define HAVE_SYS_STATVFS_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_SYS_TIME_H 1 | |
| #define HAVE_SYS_TIMES_H 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_UN_H 1 | |
| #define HAVE_SYS_UTSNAME_H 1 | |
| #define HAVE_SYS_WAIT_H 1 | |
| #define HAVE_SYS_RESOURCE_H 1 | |
| #define HAVE_SYSEXITS_H 1 | |
| #define HAVE_DIRENT_H 1 | |
| #define HAVE_TERM_H 1 | |
| #define HAVE_MAKEDEV 1 | |
| #define _LARGEFILE_SOURCE 1 | |
| #define _FILE_OFFSET_BITS 64 | |
| #if defined(SCO_DS) | |
| #undef _OFF_T | |
| #endif | |
| #define RETSIGTYPE void | |
| #define HAVE_SSIZE_T 1 | |
| #define SIZEOF_INT 4 | |
| #define SIZEOF_LONG 8 | |
| #define SIZEOF_VOID_P 8 | |
| #define SIZEOF_SHORT 2 | |
| #define SIZEOF_FLOAT 4 | |
| #define SIZEOF_DOUBLE 8 | |
| #define SIZEOF_FPOS_T 8 | |
| #define SIZEOF_SIZE_T 8 | |
| #define SIZEOF_PID_T 4 | |
| #define HAVE_LONG_LONG 1 | |
| #define SIZEOF_LONG_LONG 8 | |
| #define HAVE_LONG_DOUBLE 1 | |
| #define SIZEOF_LONG_DOUBLE 16 | |
| #define HAVE_C99_BOOL 1 | |
| #define SIZEOF__BOOL 1 | |
| #define HAVE_UINTPTR_T 1 | |
| #define SIZEOF_UINTPTR_T 8 | |
| #define SIZEOF_OFF_T 8 | |
| #define SIZEOF_TIME_T 8 | |
| #define SIZEOF_PTHREAD_T 8 | |
| #define USE_TOOLBOX_OBJECT_GLUE 1 | |
| #define WITH_DYLD 1 | |
| #define SHLIB_EXT ".so" | |
| #define WITH_THREAD 1 | |
| #define _REENTRANT 1 | |
| #define HAVE_OSX105_SDK 1 | |
| #define WITH_DOC_STRINGS 1 | |
| #define WITH_PYMALLOC 1 | |
| /* end confdefs.h. */ | |
| /* Define alarm to an innocuous variant, in case <limits.h> declares alarm. | |
| For example, HP-UX 11i <limits.h> declares gettimeofday. */ | |
| #define alarm innocuous_alarm | |
| | |
| /* System header to define __stub macros and hopefully few prototypes, | |
| which can conflict with char alarm (); 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 alarm | |
| | |
| /* 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 alarm (); | |
| /* 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_alarm || defined __stub___alarm | |
| choke me | |
| #endif | |
| | |
| int | |
| main () | |
| { | |
| return alarm (); | |
| ; | |
| return 0; | |
| } | |
configure:16280: result: no | |
configure:16200: checking for setitimer | |
configure:16256: /usr/bin/cc -o conftest -O3 -march=core2 -msse4 -w -pipe -I/usr/local/Cellar/readline/6.1/include -arch i386 -arch ppc -arch ppc64 -arch x86_64 -isysroot / -L/usr/local/Cellar/readline/6.1/lib conftest.c >&5 | |
cc1: error: unrecognized command line option "-march=core2" | |
cc1: error: unrecognized command line option "-msse4" | |
cc1: error: unrecognized command line option "-march=core2" | |
cc1: error: unrecognized command line option "-msse4" | |
lipo: can't figure out the architecture type of: /var/folders/tc/tc6XgOadEhmatl76xhT7Y++++TI/-Tmp-//cc0MuHqI.out | |
configure:16262: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h. */ | |
| #define _GNU_SOURCE 1 | |
| #define _NETBSD_SOURCE 1 | |
| #define __BSD_VISIBLE 1 | |
| #define _BSD_TYPES 1 | |
| #define _DARWIN_C_SOURCE 1 | |
| #define _XOPEN_SOURCE 600 | |
| #define _XOPEN_SOURCE_EXTENDED 1 | |
| #define _POSIX_C_SOURCE 200112L | |
| #define Py_ENABLE_SHARED 1 | |
| #define HAVE_ATTRIBUTE_FORMAT_PARSETUPLE 1 | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_MEMORY_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_CURSES_H 1 | |
| #define HAVE_DLFCN_H 1 | |
| #define HAVE_ERRNO_H 1 | |
| #define HAVE_FCNTL_H 1 | |
| #define HAVE_GRP_H 1 | |
| #define HAVE_LANGINFO_H 1 | |
| #define HAVE_NCURSES_H 1 | |
| #define HAVE_POLL_H 1 | |
| #define HAVE_PTHREAD_H 1 | |
| #define HAVE_SIGNAL_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_TERMIOS_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_UTIME_H 1 | |
| #define HAVE_SYS_EVENT_H 1 | |
| #define HAVE_SYS_FILE_H 1 | |
| #define HAVE_SYS_LOCK_H 1 | |
| #define HAVE_SYS_PARAM_H 1 | |
| #define HAVE_SYS_POLL_H 1 | |
| #define HAVE_SYS_SELECT_H 1 | |
| #define HAVE_SYS_SOCKET_H 1 | |
| #define HAVE_SYS_STATVFS_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_SYS_TIME_H 1 | |
| #define HAVE_SYS_TIMES_H 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_UN_H 1 | |
| #define HAVE_SYS_UTSNAME_H 1 | |
| #define HAVE_SYS_WAIT_H 1 | |
| #define HAVE_SYS_RESOURCE_H 1 | |
| #define HAVE_SYSEXITS_H 1 | |
| #define HAVE_DIRENT_H 1 | |
| #define HAVE_TERM_H 1 | |
| #define HAVE_MAKEDEV 1 | |
| #define _LARGEFILE_SOURCE 1 | |
| #define _FILE_OFFSET_BITS 64 | |
| #if defined(SCO_DS) | |
| #undef _OFF_T | |
| #endif | |
| #define RETSIGTYPE void | |
| #define HAVE_SSIZE_T 1 | |
| #define SIZEOF_INT 4 | |
| #define SIZEOF_LONG 8 | |
| #define SIZEOF_VOID_P 8 | |
| #define SIZEOF_SHORT 2 | |
| #define SIZEOF_FLOAT 4 | |
| #define SIZEOF_DOUBLE 8 | |
| #define SIZEOF_FPOS_T 8 | |
| #define SIZEOF_SIZE_T 8 | |
| #define SIZEOF_PID_T 4 | |
| #define HAVE_LONG_LONG 1 | |
| #define SIZEOF_LONG_LONG 8 | |
| #define HAVE_LONG_DOUBLE 1 | |
| #define SIZEOF_LONG_DOUBLE 16 | |
| #define HAVE_C99_BOOL 1 | |
| #define SIZEOF__BOOL 1 | |
| #define HAVE_UINTPTR_T 1 | |
| #define SIZEOF_UINTPTR_T 8 | |
| #define SIZEOF_OFF_T 8 | |
| #define SIZEOF_TIME_T 8 | |
| #define SIZEOF_PTHREAD_T 8 | |
| #define USE_TOOLBOX_OBJECT_GLUE 1 | |
| #define WITH_DYLD 1 | |
| #define SHLIB_EXT ".so" | |
| #define WITH_THREAD 1 | |
| #define _REENTRANT 1 | |
| #define HAVE_OSX105_SDK 1 | |
| #define WITH_DOC_STRINGS 1 | |
| #define WITH_PYMALLOC 1 | |
| /* end confdefs.h. */ | |
| /* Define setitimer to an innocuous variant, in case <limits.h> declares setitimer. | |
| For example, HP-UX 11i <limits.h> declares gettimeofday. */ | |
| #define setitimer innocuous_setitimer | |
| | |
| /* System header to define __stub macros and hopefully few prototypes, | |
| which can conflict with char setitimer (); 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 setitimer | |
| | |
| /* 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 setitimer (); | |
| /* 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_setitimer || defined __stub___setitimer | |
| choke me | |
| #endif | |
| | |
| int | |
| main () | |
| { | |
| return setitimer (); | |
| ; | |
| return 0; | |
| } | |
configure:16280: result: no | |
configure:16200: checking for getitimer | |
configure:16256: /usr/bin/cc -o conftest -O3 -march=core2 -msse4 -w -pipe -I/usr/local/Cellar/readline/6.1/include -arch i386 -arch ppc -arch ppc64 -arch x86_64 -isysroot / -L/usr/local/Cellar/readline/6.1/lib conftest.c >&5 | |
cc1: error: unrecognized command line option "-march=core2" | |
cc1: error: unrecognized command line option "-msse4" | |
cc1: error: unrecognized command line option "-march=core2" | |
cc1: error: unrecognized command line option "-msse4" | |
lipo: can't figure out the architecture type of: /var/folders/tc/tc6XgOadEhmatl76xhT7Y++++TI/-Tmp-//ccvK6jAX.out | |
configure:16262: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h. */ | |
| #define _GNU_SOURCE 1 | |
| #define _NETBSD_SOURCE 1 | |
| #define __BSD_VISIBLE 1 | |
| #define _BSD_TYPES 1 | |
| #define _DARWIN_C_SOURCE 1 | |
| #define _XOPEN_SOURCE 600 | |
| #define _XOPEN_SOURCE_EXTENDED 1 | |
| #define _POSIX_C_SOURCE 200112L | |
| #define Py_ENABLE_SHARED 1 | |
| #define HAVE_ATTRIBUTE_FORMAT_PARSETUPLE 1 | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_MEMORY_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_CURSES_H 1 | |
| #define HAVE_DLFCN_H 1 | |
| #define HAVE_ERRNO_H 1 | |
| #define HAVE_FCNTL_H 1 | |
| #define HAVE_GRP_H 1 | |
| #define HAVE_LANGINFO_H 1 | |
| #define HAVE_NCURSES_H 1 | |
| #define HAVE_POLL_H 1 | |
| #define HAVE_PTHREAD_H 1 | |
| #define HAVE_SIGNAL_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_TERMIOS_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_UTIME_H 1 | |
| #define HAVE_SYS_EVENT_H 1 | |
| #define HAVE_SYS_FILE_H 1 | |
| #define HAVE_SYS_LOCK_H 1 | |
| #define HAVE_SYS_PARAM_H 1 | |
| #define HAVE_SYS_POLL_H 1 | |
| #define HAVE_SYS_SELECT_H 1 | |
| #define HAVE_SYS_SOCKET_H 1 | |
| #define HAVE_SYS_STATVFS_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_SYS_TIME_H 1 | |
| #define HAVE_SYS_TIMES_H 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_UN_H 1 | |
| #define HAVE_SYS_UTSNAME_H 1 | |
| #define HAVE_SYS_WAIT_H 1 | |
| #define HAVE_SYS_RESOURCE_H 1 | |
| #define HAVE_SYSEXITS_H 1 | |
| #define HAVE_DIRENT_H 1 | |
| #define HAVE_TERM_H 1 | |
| #define HAVE_MAKEDEV 1 | |
| #define _LARGEFILE_SOURCE 1 | |
| #define _FILE_OFFSET_BITS 64 | |
| #if defined(SCO_DS) | |
| #undef _OFF_T | |
| #endif | |
| #define RETSIGTYPE void | |
| #define HAVE_SSIZE_T 1 | |
| #define SIZEOF_INT 4 | |
| #define SIZEOF_LONG 8 | |
| #define SIZEOF_VOID_P 8 | |
| #define SIZEOF_SHORT 2 | |
| #define SIZEOF_FLOAT 4 | |
| #define SIZEOF_DOUBLE 8 | |
| #define SIZEOF_FPOS_T 8 | |
| #define SIZEOF_SIZE_T 8 | |
| #define SIZEOF_PID_T 4 | |
| #define HAVE_LONG_LONG 1 | |
| #define SIZEOF_LONG_LONG 8 | |
| #define HAVE_LONG_DOUBLE 1 | |
| #define SIZEOF_LONG_DOUBLE 16 | |
| #define HAVE_C99_BOOL 1 | |
| #define SIZEOF__BOOL 1 | |
| #define HAVE_UINTPTR_T 1 | |
| #define SIZEOF_UINTPTR_T 8 | |
| #define SIZEOF_OFF_T 8 | |
| #define SIZEOF_TIME_T 8 | |
| #define SIZEOF_PTHREAD_T 8 | |
| #define USE_TOOLBOX_OBJECT_GLUE 1 | |
| #define WITH_DYLD 1 | |
| #define SHLIB_EXT ".so" | |
| #define WITH_THREAD 1 | |
| #define _REENTRANT 1 | |
| #define HAVE_OSX105_SDK 1 | |
| #define WITH_DOC_STRINGS 1 | |
| #define WITH_PYMALLOC 1 | |
| /* end confdefs.h. */ | |
| /* Define getitimer to an innocuous variant, in case <limits.h> declares getitimer. | |
| For example, HP-UX 11i <limits.h> declares gettimeofday. */ | |
| #define getitimer innocuous_getitimer | |
| | |
| /* System header to define __stub macros and hopefully few prototypes, | |
| which can conflict with char getitimer (); 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 getitimer | |
| | |
| /* 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 getitimer (); | |
| /* 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_getitimer || defined __stub___getitimer | |
| choke me | |
| #endif | |
| | |
| int | |
| main () | |
| { | |
| return getitimer (); | |
| ; | |
| return 0; | |
| } | |
configure:16280: result: no | |
configure:16200: checking for bind_textdomain_codeset | |
configure:16256: /usr/bin/cc -o conftest -O3 -march=core2 -msse4 -w -pipe -I/usr/local/Cellar/readline/6.1/include -arch i386 -arch ppc -arch ppc64 -arch x86_64 -isysroot / -L/usr/local/Cellar/readline/6.1/lib conftest.c >&5 | |
Undefined symbols for architecture i386: | |
"_bind_textdomain_codeset", referenced from: | |
_main in cc1lHuGy.o | |
ld: symbol(s) not found for architecture i386 | |
collect2: ld returned 1 exit status | |
cc1: error: unrecognized command line option "-march=core2" | |
cc1: error: unrecognized command line option "-msse4" | |
cc1: error: unrecognized command line option "-march=core2" | |
cc1: error: unrecognized command line option "-msse4" | |
Undefined symbols for architecture x86_64: | |
"_bind_textdomain_codeset", referenced from: | |
_main in cc56QHq7.o | |
ld: symbol(s) not found for architecture x86_64 | |
collect2: ld returned 1 exit status | |
lipo: can't open input file: /var/folders/tc/tc6XgOadEhmatl76xhT7Y++++TI/-Tmp-//cc3Q9wpi.out (No such file or directory) | |
configure:16262: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h. */ | |
| #define _GNU_SOURCE 1 | |
| #define _NETBSD_SOURCE 1 | |
| #define __BSD_VISIBLE 1 | |
| #define _BSD_TYPES 1 | |
| #define _DARWIN_C_SOURCE 1 | |
| #define _XOPEN_SOURCE 600 | |
| #define _XOPEN_SOURCE_EXTENDED 1 | |
| #define _POSIX_C_SOURCE 200112L | |
| #define Py_ENABLE_SHARED 1 | |
| #define HAVE_ATTRIBUTE_FORMAT_PARSETUPLE 1 | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_MEMORY_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_CURSES_H 1 | |
| #define HAVE_DLFCN_H 1 | |
| #define HAVE_ERRNO_H 1 | |
| #define HAVE_FCNTL_H 1 | |
| #define HAVE_GRP_H 1 | |
| #define HAVE_LANGINFO_H 1 | |
| #define HAVE_NCURSES_H 1 | |
| #define HAVE_POLL_H 1 | |
| #define HAVE_PTHREAD_H 1 | |
| #define HAVE_SIGNAL_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_TERMIOS_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_UTIME_H 1 | |
| #define HAVE_SYS_EVENT_H 1 | |
| #define HAVE_SYS_FILE_H 1 | |
| #define HAVE_SYS_LOCK_H 1 | |
| #define HAVE_SYS_PARAM_H 1 | |
| #define HAVE_SYS_POLL_H 1 | |
| #define HAVE_SYS_SELECT_H 1 | |
| #define HAVE_SYS_SOCKET_H 1 | |
| #define HAVE_SYS_STATVFS_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_SYS_TIME_H 1 | |
| #define HAVE_SYS_TIMES_H 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_UN_H 1 | |
| #define HAVE_SYS_UTSNAME_H 1 | |
| #define HAVE_SYS_WAIT_H 1 | |
| #define HAVE_SYS_RESOURCE_H 1 | |
| #define HAVE_SYSEXITS_H 1 | |
| #define HAVE_DIRENT_H 1 | |
| #define HAVE_TERM_H 1 | |
| #define HAVE_MAKEDEV 1 | |
| #define _LARGEFILE_SOURCE 1 | |
| #define _FILE_OFFSET_BITS 64 | |
| #if defined(SCO_DS) | |
| #undef _OFF_T | |
| #endif | |
| #define RETSIGTYPE void | |
| #define HAVE_SSIZE_T 1 | |
| #define SIZEOF_INT 4 | |
| #define SIZEOF_LONG 8 | |
| #define SIZEOF_VOID_P 8 | |
| #define SIZEOF_SHORT 2 | |
| #define SIZEOF_FLOAT 4 | |
| #define SIZEOF_DOUBLE 8 | |
| #define SIZEOF_FPOS_T 8 | |
| #define SIZEOF_SIZE_T 8 | |
| #define SIZEOF_PID_T 4 | |
| #define HAVE_LONG_LONG 1 | |
| #define SIZEOF_LONG_LONG 8 | |
| #define HAVE_LONG_DOUBLE 1 | |
| #define SIZEOF_LONG_DOUBLE 16 | |
| #define HAVE_C99_BOOL 1 | |
| #define SIZEOF__BOOL 1 | |
| #define HAVE_UINTPTR_T 1 | |
| #define SIZEOF_UINTPTR_T 8 | |
| #define SIZEOF_OFF_T 8 | |
| #define SIZEOF_TIME_T 8 | |
| #define SIZEOF_PTHREAD_T 8 | |
| #define USE_TOOLBOX_OBJECT_GLUE 1 | |
| #define WITH_DYLD 1 | |
| #define SHLIB_EXT ".so" | |
| #define WITH_THREAD 1 | |
| #define _REENTRANT 1 | |
| #define HAVE_OSX105_SDK 1 | |
| #define WITH_DOC_STRINGS 1 | |
| #define WITH_PYMALLOC 1 | |
| /* end confdefs.h. */ | |
| /* Define bind_textdomain_codeset to an innocuous variant, in case <limits.h> declares bind_textdomain_codeset. | |
| For example, HP-UX 11i <limits.h> declares gettimeofday. */ | |
| #define bind_textdomain_codeset innocuous_bind_textdomain_codeset | |
| | |
| /* System header to define __stub macros and hopefully few prototypes, | |
| which can conflict with char bind_textdomain_codeset (); 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 bind_textdomain_codeset | |
| | |
| /* 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 bind_textdomain_codeset (); | |
| /* 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_bind_textdomain_codeset || defined __stub___bind_textdomain_codeset | |
| choke me | |
| #endif | |
| | |
| int | |
| main () | |
| { | |
| return bind_textdomain_codeset (); | |
| ; | |
| return 0; | |
| } | |
configure:16280: result: no | |
configure:16200: checking for chown | |
configure:16256: /usr/bin/cc -o conftest -O3 -march=core2 -msse4 -w -pipe -I/usr/local/Cellar/readline/6.1/include -arch i386 -arch ppc -arch ppc64 -arch x86_64 -isysroot / -L/usr/local/Cellar/readline/6.1/lib conftest.c >&5 | |
cc1: error: unrecognized command line option "-march=core2" | |
cc1: error: unrecognized command line option "-msse4" | |
cc1: error: unrecognized command line option "-march=core2" | |
cc1: error: unrecognized command line option "-msse4" | |
lipo: can't figure out the architecture type of: /var/folders/tc/tc6XgOadEhmatl76xhT7Y++++TI/-Tmp-//ccMzDfXJ.out | |
configure:16262: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h. */ | |
| #define _GNU_SOURCE 1 | |
| #define _NETBSD_SOURCE 1 | |
| #define __BSD_VISIBLE 1 | |
| #define _BSD_TYPES 1 | |
| #define _DARWIN_C_SOURCE 1 | |
| #define _XOPEN_SOURCE 600 | |
| #define _XOPEN_SOURCE_EXTENDED 1 | |
| #define _POSIX_C_SOURCE 200112L | |
| #define Py_ENABLE_SHARED 1 | |
| #define HAVE_ATTRIBUTE_FORMAT_PARSETUPLE 1 | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_MEMORY_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_CURSES_H 1 | |
| #define HAVE_DLFCN_H 1 | |
| #define HAVE_ERRNO_H 1 | |
| #define HAVE_FCNTL_H 1 | |
| #define HAVE_GRP_H 1 | |
| #define HAVE_LANGINFO_H 1 | |
| #define HAVE_NCURSES_H 1 | |
| #define HAVE_POLL_H 1 | |
| #define HAVE_PTHREAD_H 1 | |
| #define HAVE_SIGNAL_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_TERMIOS_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_UTIME_H 1 | |
| #define HAVE_SYS_EVENT_H 1 | |
| #define HAVE_SYS_FILE_H 1 | |
| #define HAVE_SYS_LOCK_H 1 | |
| #define HAVE_SYS_PARAM_H 1 | |
| #define HAVE_SYS_POLL_H 1 | |
| #define HAVE_SYS_SELECT_H 1 | |
| #define HAVE_SYS_SOCKET_H 1 | |
| #define HAVE_SYS_STATVFS_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_SYS_TIME_H 1 | |
| #define HAVE_SYS_TIMES_H 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_UN_H 1 | |
| #define HAVE_SYS_UTSNAME_H 1 | |
| #define HAVE_SYS_WAIT_H 1 | |
| #define HAVE_SYS_RESOURCE_H 1 | |
| #define HAVE_SYSEXITS_H 1 | |
| #define HAVE_DIRENT_H 1 | |
| #define HAVE_TERM_H 1 | |
| #define HAVE_MAKEDEV 1 | |
| #define _LARGEFILE_SOURCE 1 | |
| #define _FILE_OFFSET_BITS 64 | |
| #if defined(SCO_DS) | |
| #undef _OFF_T | |
| #endif | |
| #define RETSIGTYPE void | |
| #define HAVE_SSIZE_T 1 | |
| #define SIZEOF_INT 4 | |
| #define SIZEOF_LONG 8 | |
| #define SIZEOF_VOID_P 8 | |
| #define SIZEOF_SHORT 2 | |
| #define SIZEOF_FLOAT 4 | |
| #define SIZEOF_DOUBLE 8 | |
| #define SIZEOF_FPOS_T 8 | |
| #define SIZEOF_SIZE_T 8 | |
| #define SIZEOF_PID_T 4 | |
| #define HAVE_LONG_LONG 1 | |
| #define SIZEOF_LONG_LONG 8 | |
| #define HAVE_LONG_DOUBLE 1 | |
| #define SIZEOF_LONG_DOUBLE 16 | |
| #define HAVE_C99_BOOL 1 | |
| #define SIZEOF__BOOL 1 | |
| #define HAVE_UINTPTR_T 1 | |
| #define SIZEOF_UINTPTR_T 8 | |
| #define SIZEOF_OFF_T 8 | |
| #define SIZEOF_TIME_T 8 | |
| #define SIZEOF_PTHREAD_T 8 | |
| #define USE_TOOLBOX_OBJECT_GLUE 1 | |
| #define WITH_DYLD 1 | |
| #define SHLIB_EXT ".so" | |
| #define WITH_THREAD 1 | |
| #define _REENTRANT 1 | |
| #define HAVE_OSX105_SDK 1 | |
| #define WITH_DOC_STRINGS 1 | |
| #define WITH_PYMALLOC 1 | |
| /* end confdefs.h. */ | |
| /* Define chown to an innocuous variant, in case <limits.h> declares chown. | |
| For example, HP-UX 11i <limits.h> declares gettimeofday. */ | |
| #define chown innocuous_chown | |
| | |
| /* System header to define __stub macros and hopefully few prototypes, | |
| which can conflict with char chown (); 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 chown | |
| | |
| /* 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 chown (); | |
| /* 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_chown || defined __stub___chown | |
| choke me | |
| #endif | |
| | |
| int | |
| main () | |
| { | |
| return chown (); | |
| ; | |
| return 0; | |
| } | |
configure:16280: result: no | |
configure:16200: checking for clock | |
configure:16256: /usr/bin/cc -o conftest -O3 -march=core2 -msse4 -w -pipe -I/usr/local/Cellar/readline/6.1/include -arch i386 -arch ppc -arch ppc64 -arch x86_64 -isysroot / -L/usr/local/Cellar/readline/6.1/lib conftest.c >&5 | |
cc1: error: unrecognized command line option "-march=core2" | |
cc1: error: unrecognized command line option "-msse4" | |
cc1: error: unrecognized command line option "-march=core2" | |
cc1: error: unrecognized command line option "-msse4" | |
lipo: can't figure out the architecture type of: /var/folders/tc/tc6XgOadEhmatl76xhT7Y++++TI/-Tmp-//ccVt77aN.out | |
configure:16262: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h. */ | |
| #define _GNU_SOURCE 1 | |
| #define _NETBSD_SOURCE 1 | |
| #define __BSD_VISIBLE 1 | |
| #define _BSD_TYPES 1 | |
| #define _DARWIN_C_SOURCE 1 | |
| #define _XOPEN_SOURCE 600 | |
| #define _XOPEN_SOURCE_EXTENDED 1 | |
| #define _POSIX_C_SOURCE 200112L | |
| #define Py_ENABLE_SHARED 1 | |
| #define HAVE_ATTRIBUTE_FORMAT_PARSETUPLE 1 | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_MEMORY_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_CURSES_H 1 | |
| #define HAVE_DLFCN_H 1 | |
| #define HAVE_ERRNO_H 1 | |
| #define HAVE_FCNTL_H 1 | |
| #define HAVE_GRP_H 1 | |
| #define HAVE_LANGINFO_H 1 | |
| #define HAVE_NCURSES_H 1 | |
| #define HAVE_POLL_H 1 | |
| #define HAVE_PTHREAD_H 1 | |
| #define HAVE_SIGNAL_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_TERMIOS_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_UTIME_H 1 | |
| #define HAVE_SYS_EVENT_H 1 | |
| #define HAVE_SYS_FILE_H 1 | |
| #define HAVE_SYS_LOCK_H 1 | |
| #define HAVE_SYS_PARAM_H 1 | |
| #define HAVE_SYS_POLL_H 1 | |
| #define HAVE_SYS_SELECT_H 1 | |
| #define HAVE_SYS_SOCKET_H 1 | |
| #define HAVE_SYS_STATVFS_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_SYS_TIME_H 1 | |
| #define HAVE_SYS_TIMES_H 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_UN_H 1 | |
| #define HAVE_SYS_UTSNAME_H 1 | |
| #define HAVE_SYS_WAIT_H 1 | |
| #define HAVE_SYS_RESOURCE_H 1 | |
| #define HAVE_SYSEXITS_H 1 | |
| #define HAVE_DIRENT_H 1 | |
| #define HAVE_TERM_H 1 | |
| #define HAVE_MAKEDEV 1 | |
| #define _LARGEFILE_SOURCE 1 | |
| #define _FILE_OFFSET_BITS 64 | |
| #if defined(SCO_DS) | |
| #undef _OFF_T | |
| #endif | |
| #define RETSIGTYPE void | |
| #define HAVE_SSIZE_T 1 | |
| #define SIZEOF_INT 4 | |
| #define SIZEOF_LONG 8 | |
| #define SIZEOF_VOID_P 8 | |
| #define SIZEOF_SHORT 2 | |
| #define SIZEOF_FLOAT 4 | |
| #define SIZEOF_DOUBLE 8 | |
| #define SIZEOF_FPOS_T 8 | |
| #define SIZEOF_SIZE_T 8 | |
| #define SIZEOF_PID_T 4 | |
| #define HAVE_LONG_LONG 1 | |
| #define SIZEOF_LONG_LONG 8 | |
| #define HAVE_LONG_DOUBLE 1 | |
| #define SIZEOF_LONG_DOUBLE 16 | |
| #define HAVE_C99_BOOL 1 | |
| #define SIZEOF__BOOL 1 | |
| #define HAVE_UINTPTR_T 1 | |
| #define SIZEOF_UINTPTR_T 8 | |
| #define SIZEOF_OFF_T 8 | |
| #define SIZEOF_TIME_T 8 | |
| #define SIZEOF_PTHREAD_T 8 | |
| #define USE_TOOLBOX_OBJECT_GLUE 1 | |
| #define WITH_DYLD 1 | |
| #define SHLIB_EXT ".so" | |
| #define WITH_THREAD 1 | |
| #define _REENTRANT 1 | |
| #define HAVE_OSX105_SDK 1 | |
| #define WITH_DOC_STRINGS 1 | |
| #define WITH_PYMALLOC 1 | |
| /* end confdefs.h. */ | |
| /* Define clock to an innocuous variant, in case <limits.h> declares clock. | |
| For example, HP-UX 11i <limits.h> declares gettimeofday. */ | |
| #define clock innocuous_clock | |
| | |
| /* System header to define __stub macros and hopefully few prototypes, | |
| which can conflict with char clock (); 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 | |
| | |
| /* 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 (); | |
| /* 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 || defined __stub___clock | |
| choke me | |
| #endif | |
| | |
| int | |
| main () | |
| { | |
| return clock (); | |
| ; | |
| return 0; | |
| } | |
configure:16280: result: no | |
configure:16200: checking for confstr | |
configure:16256: /usr/bin/cc -o conftest -O3 -march=core2 -msse4 -w -pipe -I/usr/local/Cellar/readline/6.1/include -arch i386 -arch ppc -arch ppc64 -arch x86_64 -isysroot / -L/usr/local/Cellar/readline/6.1/lib conftest.c >&5 | |
cc1: error: unrecognized command line option "-march=core2" | |
cc1: error: unrecognized command line option "-msse4" | |
cc1: error: unrecognized command line option "-march=core2" | |
cc1: error: unrecognized command line option "-msse4" | |
lipo: can't figure out the architecture type of: /var/folders/tc/tc6XgOadEhmatl76xhT7Y++++TI/-Tmp-//cc9iHm3z.out | |
configure:16262: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h. */ | |
| #define _GNU_SOURCE 1 | |
| #define _NETBSD_SOURCE 1 | |
| #define __BSD_VISIBLE 1 | |
| #define _BSD_TYPES 1 | |
| #define _DARWIN_C_SOURCE 1 | |
| #define _XOPEN_SOURCE 600 | |
| #define _XOPEN_SOURCE_EXTENDED 1 | |
| #define _POSIX_C_SOURCE 200112L | |
| #define Py_ENABLE_SHARED 1 | |
| #define HAVE_ATTRIBUTE_FORMAT_PARSETUPLE 1 | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_MEMORY_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_CURSES_H 1 | |
| #define HAVE_DLFCN_H 1 | |
| #define HAVE_ERRNO_H 1 | |
| #define HAVE_FCNTL_H 1 | |
| #define HAVE_GRP_H 1 | |
| #define HAVE_LANGINFO_H 1 | |
| #define HAVE_NCURSES_H 1 | |
| #define HAVE_POLL_H 1 | |
| #define HAVE_PTHREAD_H 1 | |
| #define HAVE_SIGNAL_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_TERMIOS_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_UTIME_H 1 | |
| #define HAVE_SYS_EVENT_H 1 | |
| #define HAVE_SYS_FILE_H 1 | |
| #define HAVE_SYS_LOCK_H 1 | |
| #define HAVE_SYS_PARAM_H 1 | |
| #define HAVE_SYS_POLL_H 1 | |
| #define HAVE_SYS_SELECT_H 1 | |
| #define HAVE_SYS_SOCKET_H 1 | |
| #define HAVE_SYS_STATVFS_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_SYS_TIME_H 1 | |
| #define HAVE_SYS_TIMES_H 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_UN_H 1 | |
| #define HAVE_SYS_UTSNAME_H 1 | |
| #define HAVE_SYS_WAIT_H 1 | |
| #define HAVE_SYS_RESOURCE_H 1 | |
| #define HAVE_SYSEXITS_H 1 | |
| #define HAVE_DIRENT_H 1 | |
| #define HAVE_TERM_H 1 | |
| #define HAVE_MAKEDEV 1 | |
| #define _LARGEFILE_SOURCE 1 | |
| #define _FILE_OFFSET_BITS 64 | |
| #if defined(SCO_DS) | |
| #undef _OFF_T | |
| #endif | |
| #define RETSIGTYPE void | |
| #define HAVE_SSIZE_T 1 | |
| #define SIZEOF_INT 4 | |
| #define SIZEOF_LONG 8 | |
| #define SIZEOF_VOID_P 8 | |
| #define SIZEOF_SHORT 2 | |
| #define SIZEOF_FLOAT 4 | |
| #define SIZEOF_DOUBLE 8 | |
| #define SIZEOF_FPOS_T 8 | |
| #define SIZEOF_SIZE_T 8 | |
| #define SIZEOF_PID_T 4 | |
| #define HAVE_LONG_LONG 1 | |
| #define SIZEOF_LONG_LONG 8 | |
| #define HAVE_LONG_DOUBLE 1 | |
| #define SIZEOF_LONG_DOUBLE 16 | |
| #define HAVE_C99_BOOL 1 | |
| #define SIZEOF__BOOL 1 | |
| #define HAVE_UINTPTR_T 1 | |
| #define SIZEOF_UINTPTR_T 8 | |
| #define SIZEOF_OFF_T 8 | |
| #define SIZEOF_TIME_T 8 | |
| #define SIZEOF_PTHREAD_T 8 | |
| #define USE_TOOLBOX_OBJECT_GLUE 1 | |
| #define WITH_DYLD 1 | |
| #define SHLIB_EXT ".so" | |
| #define WITH_THREAD 1 | |
| #define _REENTRANT 1 | |
| #define HAVE_OSX105_SDK 1 | |
| #define WITH_DOC_STRINGS 1 | |
| #define WITH_PYMALLOC 1 | |
| /* end confdefs.h. */ | |
| /* Define confstr to an innocuous variant, in case <limits.h> declares confstr. | |
| For example, HP-UX 11i <limits.h> declares gettimeofday. */ | |
| #define confstr innocuous_confstr | |
| | |
| /* System header to define __stub macros and hopefully few prototypes, | |
| which can conflict with char confstr (); 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 confstr | |
| | |
| /* 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 confstr (); | |
| /* 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_confstr || defined __stub___confstr | |
| choke me | |
| #endif | |
| | |
| int | |
| main () | |
| { | |
| return confstr (); | |
| ; | |
| return 0; | |
| } | |
configure:16280: result: no | |
configure:16200: checking for ctermid | |
configure:16256: /usr/bin/cc -o conftest -O3 -march=core2 -msse4 -w -pipe -I/usr/local/Cellar/readline/6.1/include -arch i386 -arch ppc -arch ppc64 -arch x86_64 -isysroot / -L/usr/local/Cellar/readline/6.1/lib conftest.c >&5 | |
cc1: error: unrecognized command line option "-march=core2" | |
cc1: error: unrecognized command line option "-msse4" | |
cc1: error: unrecognized command line option "-march=core2" | |
cc1: error: unrecognized command line option "-msse4" | |
lipo: can't figure out the architecture type of: /var/folders/tc/tc6XgOadEhmatl76xhT7Y++++TI/-Tmp-//ccyeZriw.out | |
configure:16262: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h. */ | |
| #define _GNU_SOURCE 1 | |
| #define _NETBSD_SOURCE 1 | |
| #define __BSD_VISIBLE 1 | |
| #define _BSD_TYPES 1 | |
| #define _DARWIN_C_SOURCE 1 | |
| #define _XOPEN_SOURCE 600 | |
| #define _XOPEN_SOURCE_EXTENDED 1 | |
| #define _POSIX_C_SOURCE 200112L | |
| #define Py_ENABLE_SHARED 1 | |
| #define HAVE_ATTRIBUTE_FORMAT_PARSETUPLE 1 | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_MEMORY_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_CURSES_H 1 | |
| #define HAVE_DLFCN_H 1 | |
| #define HAVE_ERRNO_H 1 | |
| #define HAVE_FCNTL_H 1 | |
| #define HAVE_GRP_H 1 | |
| #define HAVE_LANGINFO_H 1 | |
| #define HAVE_NCURSES_H 1 | |
| #define HAVE_POLL_H 1 | |
| #define HAVE_PTHREAD_H 1 | |
| #define HAVE_SIGNAL_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_TERMIOS_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_UTIME_H 1 | |
| #define HAVE_SYS_EVENT_H 1 | |
| #define HAVE_SYS_FILE_H 1 | |
| #define HAVE_SYS_LOCK_H 1 | |
| #define HAVE_SYS_PARAM_H 1 | |
| #define HAVE_SYS_POLL_H 1 | |
| #define HAVE_SYS_SELECT_H 1 | |
| #define HAVE_SYS_SOCKET_H 1 | |
| #define HAVE_SYS_STATVFS_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_SYS_TIME_H 1 | |
| #define HAVE_SYS_TIMES_H 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_UN_H 1 | |
| #define HAVE_SYS_UTSNAME_H 1 | |
| #define HAVE_SYS_WAIT_H 1 | |
| #define HAVE_SYS_RESOURCE_H 1 | |
| #define HAVE_SYSEXITS_H 1 | |
| #define HAVE_DIRENT_H 1 | |
| #define HAVE_TERM_H 1 | |
| #define HAVE_MAKEDEV 1 | |
| #define _LARGEFILE_SOURCE 1 | |
| #define _FILE_OFFSET_BITS 64 | |
| #if defined(SCO_DS) | |
| #undef _OFF_T | |
| #endif | |
| #define RETSIGTYPE void | |
| #define HAVE_SSIZE_T 1 | |
| #define SIZEOF_INT 4 | |
| #define SIZEOF_LONG 8 | |
| #define SIZEOF_VOID_P 8 | |
| #define SIZEOF_SHORT 2 | |
| #define SIZEOF_FLOAT 4 | |
| #define SIZEOF_DOUBLE 8 | |
| #define SIZEOF_FPOS_T 8 | |
| #define SIZEOF_SIZE_T 8 | |
| #define SIZEOF_PID_T 4 | |
| #define HAVE_LONG_LONG 1 | |
| #define SIZEOF_LONG_LONG 8 | |
| #define HAVE_LONG_DOUBLE 1 | |
| #define SIZEOF_LONG_DOUBLE 16 | |
| #define HAVE_C99_BOOL 1 | |
| #define SIZEOF__BOOL 1 | |
| #define HAVE_UINTPTR_T 1 | |
| #define SIZEOF_UINTPTR_T 8 | |
| #define SIZEOF_OFF_T 8 | |
| #define SIZEOF_TIME_T 8 | |
| #define SIZEOF_PTHREAD_T 8 | |
| #define USE_TOOLBOX_OBJECT_GLUE 1 | |
| #define WITH_DYLD 1 | |
| #define SHLIB_EXT ".so" | |
| #define WITH_THREAD 1 | |
| #define _REENTRANT 1 | |
| #define HAVE_OSX105_SDK 1 | |
| #define WITH_DOC_STRINGS 1 | |
| #define WITH_PYMALLOC 1 | |
| /* end confdefs.h. */ | |
| /* Define ctermid to an innocuous variant, in case <limits.h> declares ctermid. | |
| For example, HP-UX 11i <limits.h> declares gettimeofday. */ | |
| #define ctermid innocuous_ctermid | |
| | |
| /* System header to define __stub macros and hopefully few prototypes, | |
| which can conflict with char ctermid (); 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 ctermid | |
| | |
| /* 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 ctermid (); | |
| /* 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_ctermid || defined __stub___ctermid | |
| choke me | |
| #endif | |
| | |
| int | |
| main () | |
| { | |
| return ctermid (); | |
| ; | |
| return 0; | |
| } | |
configure:16280: result: no | |
configure:16200: checking for execv | |
configure:16256: /usr/bin/cc -o conftest -O3 -march=core2 -msse4 -w -pipe -I/usr/local/Cellar/readline/6.1/include -arch i386 -arch ppc -arch ppc64 -arch x86_64 -isysroot / -L/usr/local/Cellar/readline/6.1/lib conftest.c >&5 | |
cc1: error: unrecognized command line option "-march=core2" | |
cc1: error: unrecognized command line option "-msse4" | |
cc1: error: unrecognized command line option "-march=core2" | |
cc1: error: unrecognized command line option "-msse4" | |
lipo: can't figure out the architecture type of: /var/folders/tc/tc6XgOadEhmatl76xhT7Y++++TI/-Tmp-//ccIqzKGN.out | |
configure:16262: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h. */ | |
| #define _GNU_SOURCE 1 | |
| #define _NETBSD_SOURCE 1 | |
| #define __BSD_VISIBLE 1 | |
| #define _BSD_TYPES 1 | |
| #define _DARWIN_C_SOURCE 1 | |
| #define _XOPEN_SOURCE 600 | |
| #define _XOPEN_SOURCE_EXTENDED 1 | |
| #define _POSIX_C_SOURCE 200112L | |
| #define Py_ENABLE_SHARED 1 | |
| #define HAVE_ATTRIBUTE_FORMAT_PARSETUPLE 1 | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_MEMORY_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_CURSES_H 1 | |
| #define HAVE_DLFCN_H 1 | |
| #define HAVE_ERRNO_H 1 | |
| #define HAVE_FCNTL_H 1 | |
| #define HAVE_GRP_H 1 | |
| #define HAVE_LANGINFO_H 1 | |
| #define HAVE_NCURSES_H 1 | |
| #define HAVE_POLL_H 1 | |
| #define HAVE_PTHREAD_H 1 | |
| #define HAVE_SIGNAL_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_TERMIOS_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_UTIME_H 1 | |
| #define HAVE_SYS_EVENT_H 1 | |
| #define HAVE_SYS_FILE_H 1 | |
| #define HAVE_SYS_LOCK_H 1 | |
| #define HAVE_SYS_PARAM_H 1 | |
| #define HAVE_SYS_POLL_H 1 | |
| #define HAVE_SYS_SELECT_H 1 | |
| #define HAVE_SYS_SOCKET_H 1 | |
| #define HAVE_SYS_STATVFS_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_SYS_TIME_H 1 | |
| #define HAVE_SYS_TIMES_H 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_UN_H 1 | |
| #define HAVE_SYS_UTSNAME_H 1 | |
| #define HAVE_SYS_WAIT_H 1 | |
| #define HAVE_SYS_RESOURCE_H 1 | |
| #define HAVE_SYSEXITS_H 1 | |
| #define HAVE_DIRENT_H 1 | |
| #define HAVE_TERM_H 1 | |
| #define HAVE_MAKEDEV 1 | |
| #define _LARGEFILE_SOURCE 1 | |
| #define _FILE_OFFSET_BITS 64 | |
| #if defined(SCO_DS) | |
| #undef _OFF_T | |
| #endif | |
| #define RETSIGTYPE void | |
| #define HAVE_SSIZE_T 1 | |
| #define SIZEOF_INT 4 | |
| #define SIZEOF_LONG 8 | |
| #define SIZEOF_VOID_P 8 | |
| #define SIZEOF_SHORT 2 | |
| #define SIZEOF_FLOAT 4 | |
| #define SIZEOF_DOUBLE 8 | |
| #define SIZEOF_FPOS_T 8 | |
| #define SIZEOF_SIZE_T 8 | |
| #define SIZEOF_PID_T 4 | |
| #define HAVE_LONG_LONG 1 | |
| #define SIZEOF_LONG_LONG 8 | |
| #define HAVE_LONG_DOUBLE 1 | |
| #define SIZEOF_LONG_DOUBLE 16 | |
| #define HAVE_C99_BOOL 1 | |
| #define SIZEOF__BOOL 1 | |
| #define HAVE_UINTPTR_T 1 | |
| #define SIZEOF_UINTPTR_T 8 | |
| #define SIZEOF_OFF_T 8 | |
| #define SIZEOF_TIME_T 8 | |
| #define SIZEOF_PTHREAD_T 8 | |
| #define USE_TOOLBOX_OBJECT_GLUE 1 | |
| #define WITH_DYLD 1 | |
| #define SHLIB_EXT ".so" | |
| #define WITH_THREAD 1 | |
| #define _REENTRANT 1 | |
| #define HAVE_OSX105_SDK 1 | |
| #define WITH_DOC_STRINGS 1 | |
| #define WITH_PYMALLOC 1 | |
| /* end confdefs.h. */ | |
| /* Define execv to an innocuous variant, in case <limits.h> declares execv. | |
| For example, HP-UX 11i <limits.h> declares gettimeofday. */ | |
| #define execv innocuous_execv | |
| | |
| /* System header to define __stub macros and hopefully few prototypes, | |
| which can conflict with char execv (); 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 execv | |
| | |
| /* 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 execv (); | |
| /* 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_execv || defined __stub___execv | |
| choke me | |
| #endif | |
| | |
| int | |
| main () | |
| { | |
| return execv (); | |
| ; | |
| return 0; | |
| } | |
configure:16280: result: no | |
configure:16200: checking for fchmod | |
configure:16256: /usr/bin/cc -o conftest -O3 -march=core2 -msse4 -w -pipe -I/usr/local/Cellar/readline/6.1/include -arch i386 -arch ppc -arch ppc64 -arch x86_64 -isysroot / -L/usr/local/Cellar/readline/6.1/lib conftest.c >&5 | |
cc1: error: unrecognized command line option "-march=core2" | |
cc1: error: unrecognized command line option "-msse4" | |
cc1: error: unrecognized command line option "-march=core2" | |
cc1: error: unrecognized command line option "-msse4" | |
lipo: can't figure out the architecture type of: /var/folders/tc/tc6XgOadEhmatl76xhT7Y++++TI/-Tmp-//ccI3BV7R.out | |
configure:16262: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h. */ | |
| #define _GNU_SOURCE 1 | |
| #define _NETBSD_SOURCE 1 | |
| #define __BSD_VISIBLE 1 | |
| #define _BSD_TYPES 1 | |
| #define _DARWIN_C_SOURCE 1 | |
| #define _XOPEN_SOURCE 600 | |
| #define _XOPEN_SOURCE_EXTENDED 1 | |
| #define _POSIX_C_SOURCE 200112L | |
| #define Py_ENABLE_SHARED 1 | |
| #define HAVE_ATTRIBUTE_FORMAT_PARSETUPLE 1 | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_MEMORY_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_CURSES_H 1 | |
| #define HAVE_DLFCN_H 1 | |
| #define HAVE_ERRNO_H 1 | |
| #define HAVE_FCNTL_H 1 | |
| #define HAVE_GRP_H 1 | |
| #define HAVE_LANGINFO_H 1 | |
| #define HAVE_NCURSES_H 1 | |
| #define HAVE_POLL_H 1 | |
| #define HAVE_PTHREAD_H 1 | |
| #define HAVE_SIGNAL_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_TERMIOS_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_UTIME_H 1 | |
| #define HAVE_SYS_EVENT_H 1 | |
| #define HAVE_SYS_FILE_H 1 | |
| #define HAVE_SYS_LOCK_H 1 | |
| #define HAVE_SYS_PARAM_H 1 | |
| #define HAVE_SYS_POLL_H 1 | |
| #define HAVE_SYS_SELECT_H 1 | |
| #define HAVE_SYS_SOCKET_H 1 | |
| #define HAVE_SYS_STATVFS_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_SYS_TIME_H 1 | |
| #define HAVE_SYS_TIMES_H 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_UN_H 1 | |
| #define HAVE_SYS_UTSNAME_H 1 | |
| #define HAVE_SYS_WAIT_H 1 | |
| #define HAVE_SYS_RESOURCE_H 1 | |
| #define HAVE_SYSEXITS_H 1 | |
| #define HAVE_DIRENT_H 1 | |
| #define HAVE_TERM_H 1 | |
| #define HAVE_MAKEDEV 1 | |
| #define _LARGEFILE_SOURCE 1 | |
| #define _FILE_OFFSET_BITS 64 | |
| #if defined(SCO_DS) | |
| #undef _OFF_T | |
| #endif | |
| #define RETSIGTYPE void | |
| #define HAVE_SSIZE_T 1 | |
| #define SIZEOF_INT 4 | |
| #define SIZEOF_LONG 8 | |
| #define SIZEOF_VOID_P 8 | |
| #define SIZEOF_SHORT 2 | |
| #define SIZEOF_FLOAT 4 | |
| #define SIZEOF_DOUBLE 8 | |
| #define SIZEOF_FPOS_T 8 | |
| #define SIZEOF_SIZE_T 8 | |
| #define SIZEOF_PID_T 4 | |
| #define HAVE_LONG_LONG 1 | |
| #define SIZEOF_LONG_LONG 8 | |
| #define HAVE_LONG_DOUBLE 1 | |
| #define SIZEOF_LONG_DOUBLE 16 | |
| #define HAVE_C99_BOOL 1 | |
| #define SIZEOF__BOOL 1 | |
| #define HAVE_UINTPTR_T 1 | |
| #define SIZEOF_UINTPTR_T 8 | |
| #define SIZEOF_OFF_T 8 | |
| #define SIZEOF_TIME_T 8 | |
| #define SIZEOF_PTHREAD_T 8 | |
| #define USE_TOOLBOX_OBJECT_GLUE 1 | |
| #define WITH_DYLD 1 | |
| #define SHLIB_EXT ".so" | |
| #define WITH_THREAD 1 | |
| #define _REENTRANT 1 | |
| #define HAVE_OSX105_SDK 1 | |
| #define WITH_DOC_STRINGS 1 | |
| #define WITH_PYMALLOC 1 | |
| /* end confdefs.h. */ | |
| /* Define fchmod to an innocuous variant, in case <limits.h> declares fchmod. | |
| For example, HP-UX 11i <limits.h> declares gettimeofday. */ | |
| #define fchmod innocuous_fchmod | |
| | |
| /* System header to define __stub macros and hopefully few prototypes, | |
| which can conflict with char fchmod (); 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 fchmod | |
| | |
| /* 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 fchmod (); | |
| /* 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_fchmod || defined __stub___fchmod | |
| choke me | |
| #endif | |
| | |
| int | |
| main () | |
| { | |
| return fchmod (); | |
| ; | |
| return 0; | |
| } | |
configure:16280: result: no | |
configure:16200: checking for fchown | |
configure:16256: /usr/bin/cc -o conftest -O3 -march=core2 -msse4 -w -pipe -I/usr/local/Cellar/readline/6.1/include -arch i386 -arch ppc -arch ppc64 -arch x86_64 -isysroot / -L/usr/local/Cellar/readline/6.1/lib conftest.c >&5 | |
cc1: error: unrecognized command line option "-march=core2" | |
cc1: error: unrecognized command line option "-msse4" | |
cc1: error: unrecognized command line option "-march=core2" | |
cc1: error: unrecognized command line option "-msse4" | |
lipo: can't figure out the architecture type of: /var/folders/tc/tc6XgOadEhmatl76xhT7Y++++TI/-Tmp-//ccecNXKc.out | |
configure:16262: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h. */ | |
| #define _GNU_SOURCE 1 | |
| #define _NETBSD_SOURCE 1 | |
| #define __BSD_VISIBLE 1 | |
| #define _BSD_TYPES 1 | |
| #define _DARWIN_C_SOURCE 1 | |
| #define _XOPEN_SOURCE 600 | |
| #define _XOPEN_SOURCE_EXTENDED 1 | |
| #define _POSIX_C_SOURCE 200112L | |
| #define Py_ENABLE_SHARED 1 | |
| #define HAVE_ATTRIBUTE_FORMAT_PARSETUPLE 1 | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_MEMORY_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_CURSES_H 1 | |
| #define HAVE_DLFCN_H 1 | |
| #define HAVE_ERRNO_H 1 | |
| #define HAVE_FCNTL_H 1 | |
| #define HAVE_GRP_H 1 | |
| #define HAVE_LANGINFO_H 1 | |
| #define HAVE_NCURSES_H 1 | |
| #define HAVE_POLL_H 1 | |
| #define HAVE_PTHREAD_H 1 | |
| #define HAVE_SIGNAL_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_TERMIOS_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_UTIME_H 1 | |
| #define HAVE_SYS_EVENT_H 1 | |
| #define HAVE_SYS_FILE_H 1 | |
| #define HAVE_SYS_LOCK_H 1 | |
| #define HAVE_SYS_PARAM_H 1 | |
| #define HAVE_SYS_POLL_H 1 | |
| #define HAVE_SYS_SELECT_H 1 | |
| #define HAVE_SYS_SOCKET_H 1 | |
| #define HAVE_SYS_STATVFS_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_SYS_TIME_H 1 | |
| #define HAVE_SYS_TIMES_H 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_UN_H 1 | |
| #define HAVE_SYS_UTSNAME_H 1 | |
| #define HAVE_SYS_WAIT_H 1 | |
| #define HAVE_SYS_RESOURCE_H 1 | |
| #define HAVE_SYSEXITS_H 1 | |
| #define HAVE_DIRENT_H 1 | |
| #define HAVE_TERM_H 1 | |
| #define HAVE_MAKEDEV 1 | |
| #define _LARGEFILE_SOURCE 1 | |
| #define _FILE_OFFSET_BITS 64 | |
| #if defined(SCO_DS) | |
| #undef _OFF_T | |
| #endif | |
| #define RETSIGTYPE void | |
| #define HAVE_SSIZE_T 1 | |
| #define SIZEOF_INT 4 | |
| #define SIZEOF_LONG 8 | |
| #define SIZEOF_VOID_P 8 | |
| #define SIZEOF_SHORT 2 | |
| #define SIZEOF_FLOAT 4 | |
| #define SIZEOF_DOUBLE 8 | |
| #define SIZEOF_FPOS_T 8 | |
| #define SIZEOF_SIZE_T 8 | |
| #define SIZEOF_PID_T 4 | |
| #define HAVE_LONG_LONG 1 | |
| #define SIZEOF_LONG_LONG 8 | |
| #define HAVE_LONG_DOUBLE 1 | |
| #define SIZEOF_LONG_DOUBLE 16 | |
| #define HAVE_C99_BOOL 1 | |
| #define SIZEOF__BOOL 1 | |
| #define HAVE_UINTPTR_T 1 | |
| #define SIZEOF_UINTPTR_T 8 | |
| #define SIZEOF_OFF_T 8 | |
| #define SIZEOF_TIME_T 8 | |
| #define SIZEOF_PTHREAD_T 8 | |
| #define USE_TOOLBOX_OBJECT_GLUE 1 | |
| #define WITH_DYLD 1 | |
| #define SHLIB_EXT ".so" | |
| #define WITH_THREAD 1 | |
| #define _REENTRANT 1 | |
| #define HAVE_OSX105_SDK 1 | |
| #define WITH_DOC_STRINGS 1 | |
| #define WITH_PYMALLOC 1 | |
| /* end confdefs.h. */ | |
| /* Define fchown to an innocuous variant, in case <limits.h> declares fchown. | |
| For example, HP-UX 11i <limits.h> declares gettimeofday. */ | |
| #define fchown innocuous_fchown | |
| | |
| /* System header to define __stub macros and hopefully few prototypes, | |
| which can conflict with char fchown (); 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 fchown | |
| | |
| /* 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 fchown (); | |
| /* 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_fchown || defined __stub___fchown | |
| choke me | |
| #endif | |
| | |
| int | |
| main () | |
| { | |
| return fchown (); | |
| ; | |
| return 0; | |
| } | |
configure:16280: result: no | |
configure:16200: checking for fork | |
configure:16256: /usr/bin/cc -o conftest -O3 -march=core2 -msse4 -w -pipe -I/usr/local/Cellar/readline/6.1/include -arch i386 -arch ppc -arch ppc64 -arch x86_64 -isysroot / -L/usr/local/Cellar/readline/6.1/lib conftest.c >&5 | |
cc1: error: unrecognized command line option "-march=core2" | |
cc1: error: unrecognized command line option "-msse4" | |
cc1: error: unrecognized command line option "-march=core2" | |
cc1: error: unrecognized command line option "-msse4" | |
lipo: can't figure out the architecture type of: /var/folders/tc/tc6XgOadEhmatl76xhT7Y++++TI/-Tmp-//ccduIbCy.out | |
configure:16262: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h. */ | |
| #define _GNU_SOURCE 1 | |
| #define _NETBSD_SOURCE 1 | |
| #define __BSD_VISIBLE 1 | |
| #define _BSD_TYPES 1 | |
| #define _DARWIN_C_SOURCE 1 | |
| #define _XOPEN_SOURCE 600 | |
| #define _XOPEN_SOURCE_EXTENDED 1 | |
| #define _POSIX_C_SOURCE 200112L | |
| #define Py_ENABLE_SHARED 1 | |
| #define HAVE_ATTRIBUTE_FORMAT_PARSETUPLE 1 | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_MEMORY_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_CURSES_H 1 | |
| #define HAVE_DLFCN_H 1 | |
| #define HAVE_ERRNO_H 1 | |
| #define HAVE_FCNTL_H 1 | |
| #define HAVE_GRP_H 1 | |
| #define HAVE_LANGINFO_H 1 | |
| #define HAVE_NCURSES_H 1 | |
| #define HAVE_POLL_H 1 | |
| #define HAVE_PTHREAD_H 1 | |
| #define HAVE_SIGNAL_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_TERMIOS_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_UTIME_H 1 | |
| #define HAVE_SYS_EVENT_H 1 | |
| #define HAVE_SYS_FILE_H 1 | |
| #define HAVE_SYS_LOCK_H 1 | |
| #define HAVE_SYS_PARAM_H 1 | |
| #define HAVE_SYS_POLL_H 1 | |
| #define HAVE_SYS_SELECT_H 1 | |
| #define HAVE_SYS_SOCKET_H 1 | |
| #define HAVE_SYS_STATVFS_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_SYS_TIME_H 1 | |
| #define HAVE_SYS_TIMES_H 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_UN_H 1 | |
| #define HAVE_SYS_UTSNAME_H 1 | |
| #define HAVE_SYS_WAIT_H 1 | |
| #define HAVE_SYS_RESOURCE_H 1 | |
| #define HAVE_SYSEXITS_H 1 | |
| #define HAVE_DIRENT_H 1 | |
| #define HAVE_TERM_H 1 | |
| #define HAVE_MAKEDEV 1 | |
| #define _LARGEFILE_SOURCE 1 | |
| #define _FILE_OFFSET_BITS 64 | |
| #if defined(SCO_DS) | |
| #undef _OFF_T | |
| #endif | |
| #define RETSIGTYPE void | |
| #define HAVE_SSIZE_T 1 | |
| #define SIZEOF_INT 4 | |
| #define SIZEOF_LONG 8 | |
| #define SIZEOF_VOID_P 8 | |
| #define SIZEOF_SHORT 2 | |
| #define SIZEOF_FLOAT 4 | |
| #define SIZEOF_DOUBLE 8 | |
| #define SIZEOF_FPOS_T 8 | |
| #define SIZEOF_SIZE_T 8 | |
| #define SIZEOF_PID_T 4 | |
| #define HAVE_LONG_LONG 1 | |
| #define SIZEOF_LONG_LONG 8 | |
| #define HAVE_LONG_DOUBLE 1 | |
| #define SIZEOF_LONG_DOUBLE 16 | |
| #define HAVE_C99_BOOL 1 | |
| #define SIZEOF__BOOL 1 | |
| #define HAVE_UINTPTR_T 1 | |
| #define SIZEOF_UINTPTR_T 8 | |
| #define SIZEOF_OFF_T 8 | |
| #define SIZEOF_TIME_T 8 | |
| #define SIZEOF_PTHREAD_T 8 | |
| #define USE_TOOLBOX_OBJECT_GLUE 1 | |
| #define WITH_DYLD 1 | |
| #define SHLIB_EXT ".so" | |
| #define WITH_THREAD 1 | |
| #define _REENTRANT 1 | |
| #define HAVE_OSX105_SDK 1 | |
| #define WITH_DOC_STRINGS 1 | |
| #define WITH_PYMALLOC 1 | |
| /* end confdefs.h. */ | |
| /* Define fork to an innocuous variant, in case <limits.h> declares fork. | |
| For example, HP-UX 11i <limits.h> declares gettimeofday. */ | |
| #define fork innocuous_fork | |
| | |
| /* System header to define __stub macros and hopefully few prototypes, | |
| which can conflict with char fork (); 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 fork | |
| | |
| /* 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 fork (); | |
| /* 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_fork || defined __stub___fork | |
| choke me | |
| #endif | |
| | |
| int | |
| main () | |
| { | |
| return fork (); | |
| ; | |
| return 0; | |
| } | |
configure:16280: result: no | |
configure:16200: checking for fpathconf | |
configure:16256: /usr/bin/cc -o conftest -O3 -march=core2 -msse4 -w -pipe -I/usr/local/Cellar/readline/6.1/include -arch i386 -arch ppc -arch ppc64 -arch x86_64 -isysroot / -L/usr/local/Cellar/readline/6.1/lib conftest.c >&5 | |
cc1: error: unrecognized command line option "-march=core2" | |
cc1: error: unrecognized command line option "-msse4" | |
cc1: error: unrecognized command line option "-march=core2" | |
cc1: error: unrecognized command line option "-msse4" | |
lipo: can't figure out the architecture type of: /var/folders/tc/tc6XgOadEhmatl76xhT7Y++++TI/-Tmp-//ccF4x8pW.out | |
configure:16262: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h. */ | |
| #define _GNU_SOURCE 1 | |
| #define _NETBSD_SOURCE 1 | |
| #define __BSD_VISIBLE 1 | |
| #define _BSD_TYPES 1 | |
| #define _DARWIN_C_SOURCE 1 | |
| #define _XOPEN_SOURCE 600 | |
| #define _XOPEN_SOURCE_EXTENDED 1 | |
| #define _POSIX_C_SOURCE 200112L | |
| #define Py_ENABLE_SHARED 1 | |
| #define HAVE_ATTRIBUTE_FORMAT_PARSETUPLE 1 | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_MEMORY_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_CURSES_H 1 | |
| #define HAVE_DLFCN_H 1 | |
| #define HAVE_ERRNO_H 1 | |
| #define HAVE_FCNTL_H 1 | |
| #define HAVE_GRP_H 1 | |
| #define HAVE_LANGINFO_H 1 | |
| #define HAVE_NCURSES_H 1 | |
| #define HAVE_POLL_H 1 | |
| #define HAVE_PTHREAD_H 1 | |
| #define HAVE_SIGNAL_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_TERMIOS_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_UTIME_H 1 | |
| #define HAVE_SYS_EVENT_H 1 | |
| #define HAVE_SYS_FILE_H 1 | |
| #define HAVE_SYS_LOCK_H 1 | |
| #define HAVE_SYS_PARAM_H 1 | |
| #define HAVE_SYS_POLL_H 1 | |
| #define HAVE_SYS_SELECT_H 1 | |
| #define HAVE_SYS_SOCKET_H 1 | |
| #define HAVE_SYS_STATVFS_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_SYS_TIME_H 1 | |
| #define HAVE_SYS_TIMES_H 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_UN_H 1 | |
| #define HAVE_SYS_UTSNAME_H 1 | |
| #define HAVE_SYS_WAIT_H 1 | |
| #define HAVE_SYS_RESOURCE_H 1 | |
| #define HAVE_SYSEXITS_H 1 | |
| #define HAVE_DIRENT_H 1 | |
| #define HAVE_TERM_H 1 | |
| #define HAVE_MAKEDEV 1 | |
| #define _LARGEFILE_SOURCE 1 | |
| #define _FILE_OFFSET_BITS 64 | |
| #if defined(SCO_DS) | |
| #undef _OFF_T | |
| #endif | |
| #define RETSIGTYPE void | |
| #define HAVE_SSIZE_T 1 | |
| #define SIZEOF_INT 4 | |
| #define SIZEOF_LONG 8 | |
| #define SIZEOF_VOID_P 8 | |
| #define SIZEOF_SHORT 2 | |
| #define SIZEOF_FLOAT 4 | |
| #define SIZEOF_DOUBLE 8 | |
| #define SIZEOF_FPOS_T 8 | |
| #define SIZEOF_SIZE_T 8 | |
| #define SIZEOF_PID_T 4 | |
| #define HAVE_LONG_LONG 1 | |
| #define SIZEOF_LONG_LONG 8 | |
| #define HAVE_LONG_DOUBLE 1 | |
| #define SIZEOF_LONG_DOUBLE 16 | |
| #define HAVE_C99_BOOL 1 | |
| #define SIZEOF__BOOL 1 | |
| #define HAVE_UINTPTR_T 1 | |
| #define SIZEOF_UINTPTR_T 8 | |
| #define SIZEOF_OFF_T 8 | |
| #define SIZEOF_TIME_T 8 | |
| #define SIZEOF_PTHREAD_T 8 | |
| #define USE_TOOLBOX_OBJECT_GLUE 1 | |
| #define WITH_DYLD 1 | |
| #define SHLIB_EXT ".so" | |
| #define WITH_THREAD 1 | |
| #define _REENTRANT 1 | |
| #define HAVE_OSX105_SDK 1 | |
| #define WITH_DOC_STRINGS 1 | |
| #define WITH_PYMALLOC 1 | |
| /* end confdefs.h. */ | |
| /* Define fpathconf to an innocuous variant, in case <limits.h> declares fpathconf. | |
| For example, HP-UX 11i <limits.h> declares gettimeofday. */ | |
| #define fpathconf innocuous_fpathconf | |
| | |
| /* System header to define __stub macros and hopefully few prototypes, | |
| which can conflict with char fpathconf (); 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 fpathconf | |
| | |
| /* 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 fpathconf (); | |
| /* 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_fpathconf || defined __stub___fpathconf | |
| choke me | |
| #endif | |
| | |
| int | |
| main () | |
| { | |
| return fpathconf (); | |
| ; | |
| return 0; | |
| } | |
configure:16280: result: no | |
configure:16200: checking for ftime | |
configure:16256: /usr/bin/cc -o conftest -O3 -march=core2 -msse4 -w -pipe -I/usr/local/Cellar/readline/6.1/include -arch i386 -arch ppc -arch ppc64 -arch x86_64 -isysroot / -L/usr/local/Cellar/readline/6.1/lib conftest.c >&5 | |
cc1: error: unrecognized command line option "-march=core2" | |
cc1: error: unrecognized command line option "-msse4" | |
cc1: error: unrecognized command line option "-march=core2" | |
cc1: error: unrecognized command line option "-msse4" | |
lipo: can't figure out the architecture type of: /var/folders/tc/tc6XgOadEhmatl76xhT7Y++++TI/-Tmp-//ccVGLikl.out | |
configure:16262: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h. */ | |
| #define _GNU_SOURCE 1 | |
| #define _NETBSD_SOURCE 1 | |
| #define __BSD_VISIBLE 1 | |
| #define _BSD_TYPES 1 | |
| #define _DARWIN_C_SOURCE 1 | |
| #define _XOPEN_SOURCE 600 | |
| #define _XOPEN_SOURCE_EXTENDED 1 | |
| #define _POSIX_C_SOURCE 200112L | |
| #define Py_ENABLE_SHARED 1 | |
| #define HAVE_ATTRIBUTE_FORMAT_PARSETUPLE 1 | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_MEMORY_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_CURSES_H 1 | |
| #define HAVE_DLFCN_H 1 | |
| #define HAVE_ERRNO_H 1 | |
| #define HAVE_FCNTL_H 1 | |
| #define HAVE_GRP_H 1 | |
| #define HAVE_LANGINFO_H 1 | |
| #define HAVE_NCURSES_H 1 | |
| #define HAVE_POLL_H 1 | |
| #define HAVE_PTHREAD_H 1 | |
| #define HAVE_SIGNAL_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_TERMIOS_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_UTIME_H 1 | |
| #define HAVE_SYS_EVENT_H 1 | |
| #define HAVE_SYS_FILE_H 1 | |
| #define HAVE_SYS_LOCK_H 1 | |
| #define HAVE_SYS_PARAM_H 1 | |
| #define HAVE_SYS_POLL_H 1 | |
| #define HAVE_SYS_SELECT_H 1 | |
| #define HAVE_SYS_SOCKET_H 1 | |
| #define HAVE_SYS_STATVFS_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_SYS_TIME_H 1 | |
| #define HAVE_SYS_TIMES_H 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_UN_H 1 | |
| #define HAVE_SYS_UTSNAME_H 1 | |
| #define HAVE_SYS_WAIT_H 1 | |
| #define HAVE_SYS_RESOURCE_H 1 | |
| #define HAVE_SYSEXITS_H 1 | |
| #define HAVE_DIRENT_H 1 | |
| #define HAVE_TERM_H 1 | |
| #define HAVE_MAKEDEV 1 | |
| #define _LARGEFILE_SOURCE 1 | |
| #define _FILE_OFFSET_BITS 64 | |
| #if defined(SCO_DS) | |
| #undef _OFF_T | |
| #endif | |
| #define RETSIGTYPE void | |
| #define HAVE_SSIZE_T 1 | |
| #define SIZEOF_INT 4 | |
| #define SIZEOF_LONG 8 | |
| #define SIZEOF_VOID_P 8 | |
| #define SIZEOF_SHORT 2 | |
| #define SIZEOF_FLOAT 4 | |
| #define SIZEOF_DOUBLE 8 | |
| #define SIZEOF_FPOS_T 8 | |
| #define SIZEOF_SIZE_T 8 | |
| #define SIZEOF_PID_T 4 | |
| #define HAVE_LONG_LONG 1 | |
| #define SIZEOF_LONG_LONG 8 | |
| #define HAVE_LONG_DOUBLE 1 | |
| #define SIZEOF_LONG_DOUBLE 16 | |
| #define HAVE_C99_BOOL 1 | |
| #define SIZEOF__BOOL 1 | |
| #define HAVE_UINTPTR_T 1 | |
| #define SIZEOF_UINTPTR_T 8 | |
| #define SIZEOF_OFF_T 8 | |
| #define SIZEOF_TIME_T 8 | |
| #define SIZEOF_PTHREAD_T 8 | |
| #define USE_TOOLBOX_OBJECT_GLUE 1 | |
| #define WITH_DYLD 1 | |
| #define SHLIB_EXT ".so" | |
| #define WITH_THREAD 1 | |
| #define _REENTRANT 1 | |
| #define HAVE_OSX105_SDK 1 | |
| #define WITH_DOC_STRINGS 1 | |
| #define WITH_PYMALLOC 1 | |
| /* end confdefs.h. */ | |
| /* Define ftime to an innocuous variant, in case <limits.h> declares ftime. | |
| For example, HP-UX 11i <limits.h> declares gettimeofday. */ | |
| #define ftime innocuous_ftime | |
| | |
| /* System header to define __stub macros and hopefully few prototypes, | |
| which can conflict with char ftime (); 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 ftime | |
| | |
| /* 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 ftime (); | |
| /* 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_ftime || defined __stub___ftime | |
| choke me | |
| #endif | |
| | |
| int | |
| main () | |
| { | |
| return ftime (); | |
| ; | |
| return 0; | |
| } | |
configure:16280: result: no | |
configure:16200: checking for ftruncate | |
configure:16256: /usr/bin/cc -o conftest -O3 -march=core2 -msse4 -w -pipe -I/usr/local/Cellar/readline/6.1/include -arch i386 -arch ppc -arch ppc64 -arch x86_64 -isysroot / -L/usr/local/Cellar/readline/6.1/lib conftest.c >&5 | |
cc1: error: unrecognized command line option "-march=core2" | |
cc1: error: unrecognized command line option "-msse4" | |
cc1: error: unrecognized command line option "-march=core2" | |
cc1: error: unrecognized command line option "-msse4" | |
lipo: can't figure out the architecture type of: /var/folders/tc/tc6XgOadEhmatl76xhT7Y++++TI/-Tmp-//cceB6MjV.out | |
configure:16262: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h. */ | |
| #define _GNU_SOURCE 1 | |
| #define _NETBSD_SOURCE 1 | |
| #define __BSD_VISIBLE 1 | |
| #define _BSD_TYPES 1 | |
| #define _DARWIN_C_SOURCE 1 | |
| #define _XOPEN_SOURCE 600 | |
| #define _XOPEN_SOURCE_EXTENDED 1 | |
| #define _POSIX_C_SOURCE 200112L | |
| #define Py_ENABLE_SHARED 1 | |
| #define HAVE_ATTRIBUTE_FORMAT_PARSETUPLE 1 | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_MEMORY_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_CURSES_H 1 | |
| #define HAVE_DLFCN_H 1 | |
| #define HAVE_ERRNO_H 1 | |
| #define HAVE_FCNTL_H 1 | |
| #define HAVE_GRP_H 1 | |
| #define HAVE_LANGINFO_H 1 | |
| #define HAVE_NCURSES_H 1 | |
| #define HAVE_POLL_H 1 | |
| #define HAVE_PTHREAD_H 1 | |
| #define HAVE_SIGNAL_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_TERMIOS_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_UTIME_H 1 | |
| #define HAVE_SYS_EVENT_H 1 | |
| #define HAVE_SYS_FILE_H 1 | |
| #define HAVE_SYS_LOCK_H 1 | |
| #define HAVE_SYS_PARAM_H 1 | |
| #define HAVE_SYS_POLL_H 1 | |
| #define HAVE_SYS_SELECT_H 1 | |
| #define HAVE_SYS_SOCKET_H 1 | |
| #define HAVE_SYS_STATVFS_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_SYS_TIME_H 1 | |
| #define HAVE_SYS_TIMES_H 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_UN_H 1 | |
| #define HAVE_SYS_UTSNAME_H 1 | |
| #define HAVE_SYS_WAIT_H 1 | |
| #define HAVE_SYS_RESOURCE_H 1 | |
| #define HAVE_SYSEXITS_H 1 | |
| #define HAVE_DIRENT_H 1 | |
| #define HAVE_TERM_H 1 | |
| #define HAVE_MAKEDEV 1 | |
| #define _LARGEFILE_SOURCE 1 | |
| #define _FILE_OFFSET_BITS 64 | |
| #if defined(SCO_DS) | |
| #undef _OFF_T | |
| #endif | |
| #define RETSIGTYPE void | |
| #define HAVE_SSIZE_T 1 | |
| #define SIZEOF_INT 4 | |
| #define SIZEOF_LONG 8 | |
| #define SIZEOF_VOID_P 8 | |
| #define SIZEOF_SHORT 2 | |
| #define SIZEOF_FLOAT 4 | |
| #define SIZEOF_DOUBLE 8 | |
| #define SIZEOF_FPOS_T 8 | |
| #define SIZEOF_SIZE_T 8 | |
| #define SIZEOF_PID_T 4 | |
| #define HAVE_LONG_LONG 1 | |
| #define SIZEOF_LONG_LONG 8 | |
| #define HAVE_LONG_DOUBLE 1 | |
| #define SIZEOF_LONG_DOUBLE 16 | |
| #define HAVE_C99_BOOL 1 | |
| #define SIZEOF__BOOL 1 | |
| #define HAVE_UINTPTR_T 1 | |
| #define SIZEOF_UINTPTR_T 8 | |
| #define SIZEOF_OFF_T 8 | |
| #define SIZEOF_TIME_T 8 | |
| #define SIZEOF_PTHREAD_T 8 | |
| #define USE_TOOLBOX_OBJECT_GLUE 1 | |
| #define WITH_DYLD 1 | |
| #define SHLIB_EXT ".so" | |
| #define WITH_THREAD 1 | |
| #define _REENTRANT 1 | |
| #define HAVE_OSX105_SDK 1 | |
| #define WITH_DOC_STRINGS 1 | |
| #define WITH_PYMALLOC 1 | |
| /* end confdefs.h. */ | |
| /* Define ftruncate to an innocuous variant, in case <limits.h> declares ftruncate. | |
| For example, HP-UX 11i <limits.h> declares gettimeofday. */ | |
| #define ftruncate innocuous_ftruncate | |
| | |
| /* System header to define __stub macros and hopefully few prototypes, | |
| which can conflict with char ftruncate (); 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 ftruncate | |
| | |
| /* 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 ftruncate (); | |
| /* 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_ftruncate || defined __stub___ftruncate | |
| choke me | |
| #endif | |
| | |
| int | |
| main () | |
| { | |
| return ftruncate (); | |
| ; | |
| return 0; | |
| } | |
configure:16280: result: no | |
configure:16200: checking for gai_strerror | |
configure:16256: /usr/bin/cc -o conftest -O3 -march=core2 -msse4 -w -pipe -I/usr/local/Cellar/readline/6.1/include -arch i386 -arch ppc -arch ppc64 -arch x86_64 -isysroot / -L/usr/local/Cellar/readline/6.1/lib conftest.c >&5 | |
cc1: error: unrecognized command line option "-march=core2" | |
cc1: error: unrecognized command line option "-msse4" | |
cc1: error: unrecognized command line option "-march=core2" | |
cc1: error: unrecognized command line option "-msse4" | |
lipo: can't figure out the architecture type of: /var/folders/tc/tc6XgOadEhmatl76xhT7Y++++TI/-Tmp-//ccoFzleb.out | |
configure:16262: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h. */ | |
| #define _GNU_SOURCE 1 | |
| #define _NETBSD_SOURCE 1 | |
| #define __BSD_VISIBLE 1 | |
| #define _BSD_TYPES 1 | |
| #define _DARWIN_C_SOURCE 1 | |
| #define _XOPEN_SOURCE 600 | |
| #define _XOPEN_SOURCE_EXTENDED 1 | |
| #define _POSIX_C_SOURCE 200112L | |
| #define Py_ENABLE_SHARED 1 | |
| #define HAVE_ATTRIBUTE_FORMAT_PARSETUPLE 1 | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_MEMORY_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_CURSES_H 1 | |
| #define HAVE_DLFCN_H 1 | |
| #define HAVE_ERRNO_H 1 | |
| #define HAVE_FCNTL_H 1 | |
| #define HAVE_GRP_H 1 | |
| #define HAVE_LANGINFO_H 1 | |
| #define HAVE_NCURSES_H 1 | |
| #define HAVE_POLL_H 1 | |
| #define HAVE_PTHREAD_H 1 | |
| #define HAVE_SIGNAL_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_TERMIOS_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_UTIME_H 1 | |
| #define HAVE_SYS_EVENT_H 1 | |
| #define HAVE_SYS_FILE_H 1 | |
| #define HAVE_SYS_LOCK_H 1 | |
| #define HAVE_SYS_PARAM_H 1 | |
| #define HAVE_SYS_POLL_H 1 | |
| #define HAVE_SYS_SELECT_H 1 | |
| #define HAVE_SYS_SOCKET_H 1 | |
| #define HAVE_SYS_STATVFS_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_SYS_TIME_H 1 | |
| #define HAVE_SYS_TIMES_H 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_UN_H 1 | |
| #define HAVE_SYS_UTSNAME_H 1 | |
| #define HAVE_SYS_WAIT_H 1 | |
| #define HAVE_SYS_RESOURCE_H 1 | |
| #define HAVE_SYSEXITS_H 1 | |
| #define HAVE_DIRENT_H 1 | |
| #define HAVE_TERM_H 1 | |
| #define HAVE_MAKEDEV 1 | |
| #define _LARGEFILE_SOURCE 1 | |
| #define _FILE_OFFSET_BITS 64 | |
| #if defined(SCO_DS) | |
| #undef _OFF_T | |
| #endif | |
| #define RETSIGTYPE void | |
| #define HAVE_SSIZE_T 1 | |
| #define SIZEOF_INT 4 | |
| #define SIZEOF_LONG 8 | |
| #define SIZEOF_VOID_P 8 | |
| #define SIZEOF_SHORT 2 | |
| #define SIZEOF_FLOAT 4 | |
| #define SIZEOF_DOUBLE 8 | |
| #define SIZEOF_FPOS_T 8 | |
| #define SIZEOF_SIZE_T 8 | |
| #define SIZEOF_PID_T 4 | |
| #define HAVE_LONG_LONG 1 | |
| #define SIZEOF_LONG_LONG 8 | |
| #define HAVE_LONG_DOUBLE 1 | |
| #define SIZEOF_LONG_DOUBLE 16 | |
| #define HAVE_C99_BOOL 1 | |
| #define SIZEOF__BOOL 1 | |
| #define HAVE_UINTPTR_T 1 | |
| #define SIZEOF_UINTPTR_T 8 | |
| #define SIZEOF_OFF_T 8 | |
| #define SIZEOF_TIME_T 8 | |
| #define SIZEOF_PTHREAD_T 8 | |
| #define USE_TOOLBOX_OBJECT_GLUE 1 | |
| #define WITH_DYLD 1 | |
| #define SHLIB_EXT ".so" | |
| #define WITH_THREAD 1 | |
| #define _REENTRANT 1 | |
| #define HAVE_OSX105_SDK 1 | |
| #define WITH_DOC_STRINGS 1 | |
| #define WITH_PYMALLOC 1 | |
| /* end confdefs.h. */ | |
| /* Define gai_strerror to an innocuous variant, in case <limits.h> declares gai_strerror. | |
| For example, HP-UX 11i <limits.h> declares gettimeofday. */ | |
| #define gai_strerror innocuous_gai_strerror | |
| | |
| /* System header to define __stub macros and hopefully few prototypes, | |
| which can conflict with char gai_strerror (); 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 gai_strerror | |
| | |
| /* 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 gai_strerror (); | |
| /* 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_gai_strerror || defined __stub___gai_strerror | |
| choke me | |
| #endif | |
| | |
| int | |
| main () | |
| { | |
| return gai_strerror (); | |
| ; | |
| return 0; | |
| } | |
configure:16280: result: no | |
configure:16200: checking for getgroups | |
configure:16256: /usr/bin/cc -o conftest -O3 -march=core2 -msse4 -w -pipe -I/usr/local/Cellar/readline/6.1/include -arch i386 -arch ppc -arch ppc64 -arch x86_64 -isysroot / -L/usr/local/Cellar/readline/6.1/lib conftest.c >&5 | |
cc1: error: unrecognized command line option "-march=core2" | |
cc1: error: unrecognized command line option "-msse4" | |
cc1: error: unrecognized command line option "-march=core2" | |
cc1: error: unrecognized command line option "-msse4" | |
lipo: can't figure out the architecture type of: /var/folders/tc/tc6XgOadEhmatl76xhT7Y++++TI/-Tmp-//cccJ1LdZ.out | |
configure:16262: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h. */ | |
| #define _GNU_SOURCE 1 | |
| #define _NETBSD_SOURCE 1 | |
| #define __BSD_VISIBLE 1 | |
| #define _BSD_TYPES 1 | |
| #define _DARWIN_C_SOURCE 1 | |
| #define _XOPEN_SOURCE 600 | |
| #define _XOPEN_SOURCE_EXTENDED 1 | |
| #define _POSIX_C_SOURCE 200112L | |
| #define Py_ENABLE_SHARED 1 | |
| #define HAVE_ATTRIBUTE_FORMAT_PARSETUPLE 1 | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_MEMORY_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_CURSES_H 1 | |
| #define HAVE_DLFCN_H 1 | |
| #define HAVE_ERRNO_H 1 | |
| #define HAVE_FCNTL_H 1 | |
| #define HAVE_GRP_H 1 | |
| #define HAVE_LANGINFO_H 1 | |
| #define HAVE_NCURSES_H 1 | |
| #define HAVE_POLL_H 1 | |
| #define HAVE_PTHREAD_H 1 | |
| #define HAVE_SIGNAL_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_TERMIOS_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_UTIME_H 1 | |
| #define HAVE_SYS_EVENT_H 1 | |
| #define HAVE_SYS_FILE_H 1 | |
| #define HAVE_SYS_LOCK_H 1 | |
| #define HAVE_SYS_PARAM_H 1 | |
| #define HAVE_SYS_POLL_H 1 | |
| #define HAVE_SYS_SELECT_H 1 | |
| #define HAVE_SYS_SOCKET_H 1 | |
| #define HAVE_SYS_STATVFS_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_SYS_TIME_H 1 | |
| #define HAVE_SYS_TIMES_H 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_UN_H 1 | |
| #define HAVE_SYS_UTSNAME_H 1 | |
| #define HAVE_SYS_WAIT_H 1 | |
| #define HAVE_SYS_RESOURCE_H 1 | |
| #define HAVE_SYSEXITS_H 1 | |
| #define HAVE_DIRENT_H 1 | |
| #define HAVE_TERM_H 1 | |
| #define HAVE_MAKEDEV 1 | |
| #define _LARGEFILE_SOURCE 1 | |
| #define _FILE_OFFSET_BITS 64 | |
| #if defined(SCO_DS) | |
| #undef _OFF_T | |
| #endif | |
| #define RETSIGTYPE void | |
| #define HAVE_SSIZE_T 1 | |
| #define SIZEOF_INT 4 | |
| #define SIZEOF_LONG 8 | |
| #define SIZEOF_VOID_P 8 | |
| #define SIZEOF_SHORT 2 | |
| #define SIZEOF_FLOAT 4 | |
| #define SIZEOF_DOUBLE 8 | |
| #define SIZEOF_FPOS_T 8 | |
| #define SIZEOF_SIZE_T 8 | |
| #define SIZEOF_PID_T 4 | |
| #define HAVE_LONG_LONG 1 | |
| #define SIZEOF_LONG_LONG 8 | |
| #define HAVE_LONG_DOUBLE 1 | |
| #define SIZEOF_LONG_DOUBLE 16 | |
| #define HAVE_C99_BOOL 1 | |
| #define SIZEOF__BOOL 1 | |
| #define HAVE_UINTPTR_T 1 | |
| #define SIZEOF_UINTPTR_T 8 | |
| #define SIZEOF_OFF_T 8 | |
| #define SIZEOF_TIME_T 8 | |
| #define SIZEOF_PTHREAD_T 8 | |
| #define USE_TOOLBOX_OBJECT_GLUE 1 | |
| #define WITH_DYLD 1 | |
| #define SHLIB_EXT ".so" | |
| #define WITH_THREAD 1 | |
| #define _REENTRANT 1 | |
| #define HAVE_OSX105_SDK 1 | |
| #define WITH_DOC_STRINGS 1 | |
| #define WITH_PYMALLOC 1 | |
| /* end confdefs.h. */ | |
| /* Define getgroups to an innocuous variant, in case <limits.h> declares getgroups. | |
| For example, HP-UX 11i <limits.h> declares gettimeofday. */ | |
| #define getgroups innocuous_getgroups | |
| | |
| /* System header to define __stub macros and hopefully few prototypes, | |
| which can conflict with char getgroups (); 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 getgroups | |
| | |
| /* 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 getgroups (); | |
| /* 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_getgroups || defined __stub___getgroups | |
| choke me | |
| #endif | |
| | |
| int | |
| main () | |
| { | |
| return getgroups (); | |
| ; | |
| return 0; | |
| } | |
configure:16280: result: no | |
configure:16200: checking for getlogin | |
configure:16256: /usr/bin/cc -o conftest -O3 -march=core2 -msse4 -w -pipe -I/usr/local/Cellar/readline/6.1/include -arch i386 -arch ppc -arch ppc64 -arch x86_64 -isysroot / -L/usr/local/Cellar/readline/6.1/lib conftest.c >&5 | |
cc1: error: unrecognized command line option "-march=core2" | |
cc1: error: unrecognized command line option "-msse4" | |
cc1: error: unrecognized command line option "-march=core2" | |
cc1: error: unrecognized command line option "-msse4" | |
lipo: can't figure out the architecture type of: /var/folders/tc/tc6XgOadEhmatl76xhT7Y++++TI/-Tmp-//ccx25WCF.out | |
configure:16262: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h. */ | |
| #define _GNU_SOURCE 1 | |
| #define _NETBSD_SOURCE 1 | |
| #define __BSD_VISIBLE 1 | |
| #define _BSD_TYPES 1 | |
| #define _DARWIN_C_SOURCE 1 | |
| #define _XOPEN_SOURCE 600 | |
| #define _XOPEN_SOURCE_EXTENDED 1 | |
| #define _POSIX_C_SOURCE 200112L | |
| #define Py_ENABLE_SHARED 1 | |
| #define HAVE_ATTRIBUTE_FORMAT_PARSETUPLE 1 | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_MEMORY_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_CURSES_H 1 | |
| #define HAVE_DLFCN_H 1 | |
| #define HAVE_ERRNO_H 1 | |
| #define HAVE_FCNTL_H 1 | |
| #define HAVE_GRP_H 1 | |
| #define HAVE_LANGINFO_H 1 | |
| #define HAVE_NCURSES_H 1 | |
| #define HAVE_POLL_H 1 | |
| #define HAVE_PTHREAD_H 1 | |
| #define HAVE_SIGNAL_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_TERMIOS_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_UTIME_H 1 | |
| #define HAVE_SYS_EVENT_H 1 | |
| #define HAVE_SYS_FILE_H 1 | |
| #define HAVE_SYS_LOCK_H 1 | |
| #define HAVE_SYS_PARAM_H 1 | |
| #define HAVE_SYS_POLL_H 1 | |
| #define HAVE_SYS_SELECT_H 1 | |
| #define HAVE_SYS_SOCKET_H 1 | |
| #define HAVE_SYS_STATVFS_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_SYS_TIME_H 1 | |
| #define HAVE_SYS_TIMES_H 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_UN_H 1 | |
| #define HAVE_SYS_UTSNAME_H 1 | |
| #define HAVE_SYS_WAIT_H 1 | |
| #define HAVE_SYS_RESOURCE_H 1 | |
| #define HAVE_SYSEXITS_H 1 | |
| #define HAVE_DIRENT_H 1 | |
| #define HAVE_TERM_H 1 | |
| #define HAVE_MAKEDEV 1 | |
| #define _LARGEFILE_SOURCE 1 | |
| #define _FILE_OFFSET_BITS 64 | |
| #if defined(SCO_DS) | |
| #undef _OFF_T | |
| #endif | |
| #define RETSIGTYPE void | |
| #define HAVE_SSIZE_T 1 | |
| #define SIZEOF_INT 4 | |
| #define SIZEOF_LONG 8 | |
| #define SIZEOF_VOID_P 8 | |
| #define SIZEOF_SHORT 2 | |
| #define SIZEOF_FLOAT 4 | |
| #define SIZEOF_DOUBLE 8 | |
| #define SIZEOF_FPOS_T 8 | |
| #define SIZEOF_SIZE_T 8 | |
| #define SIZEOF_PID_T 4 | |
| #define HAVE_LONG_LONG 1 | |
| #define SIZEOF_LONG_LONG 8 | |
| #define HAVE_LONG_DOUBLE 1 | |
| #define SIZEOF_LONG_DOUBLE 16 | |
| #define HAVE_C99_BOOL 1 | |
| #define SIZEOF__BOOL 1 | |
| #define HAVE_UINTPTR_T 1 | |
| #define SIZEOF_UINTPTR_T 8 | |
| #define SIZEOF_OFF_T 8 | |
| #define SIZEOF_TIME_T 8 | |
| #define SIZEOF_PTHREAD_T 8 | |
| #define USE_TOOLBOX_OBJECT_GLUE 1 | |
| #define WITH_DYLD 1 | |
| #define SHLIB_EXT ".so" | |
| #define WITH_THREAD 1 | |
| #define _REENTRANT 1 | |
| #define HAVE_OSX105_SDK 1 | |
| #define WITH_DOC_STRINGS 1 | |
| #define WITH_PYMALLOC 1 | |
| /* end confdefs.h. */ | |
| /* Define getlogin to an innocuous variant, in case <limits.h> declares getlogin. | |
| For example, HP-UX 11i <limits.h> declares gettimeofday. */ | |
| #define getlogin innocuous_getlogin | |
| | |
| /* System header to define __stub macros and hopefully few prototypes, | |
| which can conflict with char getlogin (); 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 getlogin | |
| | |
| /* 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 getlogin (); | |
| /* 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_getlogin || defined __stub___getlogin | |
| choke me | |
| #endif | |
| | |
| int | |
| main () | |
| { | |
| return getlogin (); | |
| ; | |
| return 0; | |
| } | |
configure:16280: result: no | |
configure:16200: checking for getloadavg | |
configure:16256: /usr/bin/cc -o conftest -O3 -march=core2 -msse4 -w -pipe -I/usr/local/Cellar/readline/6.1/include -arch i386 -arch ppc -arch ppc64 -arch x86_64 -isysroot / -L/usr/local/Cellar/readline/6.1/lib conftest.c >&5 | |
cc1: error: unrecognized command line option "-march=core2" | |
cc1: error: unrecognized command line option "-msse4" | |
cc1: error: unrecognized command line option "-march=core2" | |
cc1: error: unrecognized command line option "-msse4" | |
lipo: can't figure out the architecture type of: /var/folders/tc/tc6XgOadEhmatl76xhT7Y++++TI/-Tmp-//ccdu6NvH.out | |
configure:16262: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h. */ | |
| #define _GNU_SOURCE 1 | |
| #define _NETBSD_SOURCE 1 | |
| #define __BSD_VISIBLE 1 | |
| #define _BSD_TYPES 1 | |
| #define _DARWIN_C_SOURCE 1 | |
| #define _XOPEN_SOURCE 600 | |
| #define _XOPEN_SOURCE_EXTENDED 1 | |
| #define _POSIX_C_SOURCE 200112L | |
| #define Py_ENABLE_SHARED 1 | |
| #define HAVE_ATTRIBUTE_FORMAT_PARSETUPLE 1 | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_MEMORY_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_CURSES_H 1 | |
| #define HAVE_DLFCN_H 1 | |
| #define HAVE_ERRNO_H 1 | |
| #define HAVE_FCNTL_H 1 | |
| #define HAVE_GRP_H 1 | |
| #define HAVE_LANGINFO_H 1 | |
| #define HAVE_NCURSES_H 1 | |
| #define HAVE_POLL_H 1 | |
| #define HAVE_PTHREAD_H 1 | |
| #define HAVE_SIGNAL_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_TERMIOS_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_UTIME_H 1 | |
| #define HAVE_SYS_EVENT_H 1 | |
| #define HAVE_SYS_FILE_H 1 | |
| #define HAVE_SYS_LOCK_H 1 | |
| #define HAVE_SYS_PARAM_H 1 | |
| #define HAVE_SYS_POLL_H 1 | |
| #define HAVE_SYS_SELECT_H 1 | |
| #define HAVE_SYS_SOCKET_H 1 | |
| #define HAVE_SYS_STATVFS_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_SYS_TIME_H 1 | |
| #define HAVE_SYS_TIMES_H 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_UN_H 1 | |
| #define HAVE_SYS_UTSNAME_H 1 | |
| #define HAVE_SYS_WAIT_H 1 | |
| #define HAVE_SYS_RESOURCE_H 1 | |
| #define HAVE_SYSEXITS_H 1 | |
| #define HAVE_DIRENT_H 1 | |
| #define HAVE_TERM_H 1 | |
| #define HAVE_MAKEDEV 1 | |
| #define _LARGEFILE_SOURCE 1 | |
| #define _FILE_OFFSET_BITS 64 | |
| #if defined(SCO_DS) | |
| #undef _OFF_T | |
| #endif | |
| #define RETSIGTYPE void | |
| #define HAVE_SSIZE_T 1 | |
| #define SIZEOF_INT 4 | |
| #define SIZEOF_LONG 8 | |
| #define SIZEOF_VOID_P 8 | |
| #define SIZEOF_SHORT 2 | |
| #define SIZEOF_FLOAT 4 | |
| #define SIZEOF_DOUBLE 8 | |
| #define SIZEOF_FPOS_T 8 | |
| #define SIZEOF_SIZE_T 8 | |
| #define SIZEOF_PID_T 4 | |
| #define HAVE_LONG_LONG 1 | |
| #define SIZEOF_LONG_LONG 8 | |
| #define HAVE_LONG_DOUBLE 1 | |
| #define SIZEOF_LONG_DOUBLE 16 | |
| #define HAVE_C99_BOOL 1 | |
| #define SIZEOF__BOOL 1 | |
| #define HAVE_UINTPTR_T 1 | |
| #define SIZEOF_UINTPTR_T 8 | |
| #define SIZEOF_OFF_T 8 | |
| #define SIZEOF_TIME_T 8 | |
| #define SIZEOF_PTHREAD_T 8 | |
| #define USE_TOOLBOX_OBJECT_GLUE 1 | |
| #define WITH_DYLD 1 | |
| #define SHLIB_EXT ".so" | |
| #define WITH_THREAD 1 | |
| #define _REENTRANT 1 | |
| #define HAVE_OSX105_SDK 1 | |
| #define WITH_DOC_STRINGS 1 | |
| #define WITH_PYMALLOC 1 | |
| /* end confdefs.h. */ | |
| /* Define getloadavg to an innocuous variant, in case <limits.h> declares getloadavg. | |
| For example, HP-UX 11i <limits.h> declares gettimeofday. */ | |
| #define getloadavg innocuous_getloadavg | |
| | |
| /* System header to define __stub macros and hopefully few prototypes, | |
| which can conflict with char getloadavg (); 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 getloadavg | |
| | |
| /* 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 getloadavg (); | |
| /* 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_getloadavg || defined __stub___getloadavg | |
| choke me | |
| #endif | |
| | |
| int | |
| main () | |
| { | |
| return getloadavg (); | |
| ; | |
| return 0; | |
| } | |
configure:16280: result: no | |
configure:16200: checking for getpeername | |
configure:16256: /usr/bin/cc -o conftest -O3 -march=core2 -msse4 -w -pipe -I/usr/local/Cellar/readline/6.1/include -arch i386 -arch ppc -arch ppc64 -arch x86_64 -isysroot / -L/usr/local/Cellar/readline/6.1/lib conftest.c >&5 | |
cc1: error: unrecognized command line option "-march=core2" | |
cc1: error: unrecognized command line option "-msse4" | |
cc1: error: unrecognized command line option "-march=core2" | |
cc1: error: unrecognized command line option "-msse4" | |
lipo: can't figure out the architecture type of: /var/folders/tc/tc6XgOadEhmatl76xhT7Y++++TI/-Tmp-//ccHVsIb1.out | |
configure:16262: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h. */ | |
| #define _GNU_SOURCE 1 | |
| #define _NETBSD_SOURCE 1 | |
| #define __BSD_VISIBLE 1 | |
| #define _BSD_TYPES 1 | |
| #define _DARWIN_C_SOURCE 1 | |
| #define _XOPEN_SOURCE 600 | |
| #define _XOPEN_SOURCE_EXTENDED 1 | |
| #define _POSIX_C_SOURCE 200112L | |
| #define Py_ENABLE_SHARED 1 | |
| #define HAVE_ATTRIBUTE_FORMAT_PARSETUPLE 1 | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_MEMORY_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_CURSES_H 1 | |
| #define HAVE_DLFCN_H 1 | |
| #define HAVE_ERRNO_H 1 | |
| #define HAVE_FCNTL_H 1 | |
| #define HAVE_GRP_H 1 | |
| #define HAVE_LANGINFO_H 1 | |
| #define HAVE_NCURSES_H 1 | |
| #define HAVE_POLL_H 1 | |
| #define HAVE_PTHREAD_H 1 | |
| #define HAVE_SIGNAL_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_TERMIOS_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_UTIME_H 1 | |
| #define HAVE_SYS_EVENT_H 1 | |
| #define HAVE_SYS_FILE_H 1 | |
| #define HAVE_SYS_LOCK_H 1 | |
| #define HAVE_SYS_PARAM_H 1 | |
| #define HAVE_SYS_POLL_H 1 | |
| #define HAVE_SYS_SELECT_H 1 | |
| #define HAVE_SYS_SOCKET_H 1 | |
| #define HAVE_SYS_STATVFS_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_SYS_TIME_H 1 | |
| #define HAVE_SYS_TIMES_H 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_UN_H 1 | |
| #define HAVE_SYS_UTSNAME_H 1 | |
| #define HAVE_SYS_WAIT_H 1 | |
| #define HAVE_SYS_RESOURCE_H 1 | |
| #define HAVE_SYSEXITS_H 1 | |
| #define HAVE_DIRENT_H 1 | |
| #define HAVE_TERM_H 1 | |
| #define HAVE_MAKEDEV 1 | |
| #define _LARGEFILE_SOURCE 1 | |
| #define _FILE_OFFSET_BITS 64 | |
| #if defined(SCO_DS) | |
| #undef _OFF_T | |
| #endif | |
| #define RETSIGTYPE void | |
| #define HAVE_SSIZE_T 1 | |
| #define SIZEOF_INT 4 | |
| #define SIZEOF_LONG 8 | |
| #define SIZEOF_VOID_P 8 | |
| #define SIZEOF_SHORT 2 | |
| #define SIZEOF_FLOAT 4 | |
| #define SIZEOF_DOUBLE 8 | |
| #define SIZEOF_FPOS_T 8 | |
| #define SIZEOF_SIZE_T 8 | |
| #define SIZEOF_PID_T 4 | |
| #define HAVE_LONG_LONG 1 | |
| #define SIZEOF_LONG_LONG 8 | |
| #define HAVE_LONG_DOUBLE 1 | |
| #define SIZEOF_LONG_DOUBLE 16 | |
| #define HAVE_C99_BOOL 1 | |
| #define SIZEOF__BOOL 1 | |
| #define HAVE_UINTPTR_T 1 | |
| #define SIZEOF_UINTPTR_T 8 | |
| #define SIZEOF_OFF_T 8 | |
| #define SIZEOF_TIME_T 8 | |
| #define SIZEOF_PTHREAD_T 8 | |
| #define USE_TOOLBOX_OBJECT_GLUE 1 | |
| #define WITH_DYLD 1 | |
| #define SHLIB_EXT ".so" | |
| #define WITH_THREAD 1 | |
| #define _REENTRANT 1 | |
| #define HAVE_OSX105_SDK 1 | |
| #define WITH_DOC_STRINGS 1 | |
| #define WITH_PYMALLOC 1 | |
| /* end confdefs.h. */ | |
| /* Define getpeername to an innocuous variant, in case <limits.h> declares getpeername. | |
| For example, HP-UX 11i <limits.h> declares gettimeofday. */ | |
| #define getpeername innocuous_getpeername | |
| | |
| /* System header to define __stub macros and hopefully few prototypes, | |
| which can conflict with char getpeername (); 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 getpeername | |
| | |
| /* 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 getpeername (); | |
| /* 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_getpeername || defined __stub___getpeername | |
| choke me | |
| #endif | |
| | |
| int | |
| main () | |
| { | |
| return getpeername (); | |
| ; | |
| return 0; | |
| } | |
configure:16280: result: no | |
configure:16200: checking for getpgid | |
configure:16256: /usr/bin/cc -o conftest -O3 -march=core2 -msse4 -w -pipe -I/usr/local/Cellar/readline/6.1/include -arch i386 -arch ppc -arch ppc64 -arch x86_64 -isysroot / -L/usr/local/Cellar/readline/6.1/lib conftest.c >&5 | |
cc1: error: unrecognized command line option "-march=core2" | |
cc1: error: unrecognized command line option "-msse4" | |
cc1: error: unrecognized command line option "-march=core2" | |
cc1: error: unrecognized command line option "-msse4" | |
lipo: can't figure out the architecture type of: /var/folders/tc/tc6XgOadEhmatl76xhT7Y++++TI/-Tmp-//ccBFZ0iQ.out | |
configure:16262: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h. */ | |
| #define _GNU_SOURCE 1 | |
| #define _NETBSD_SOURCE 1 | |
| #define __BSD_VISIBLE 1 | |
| #define _BSD_TYPES 1 | |
| #define _DARWIN_C_SOURCE 1 | |
| #define _XOPEN_SOURCE 600 | |
| #define _XOPEN_SOURCE_EXTENDED 1 | |
| #define _POSIX_C_SOURCE 200112L | |
| #define Py_ENABLE_SHARED 1 | |
| #define HAVE_ATTRIBUTE_FORMAT_PARSETUPLE 1 | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_MEMORY_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_CURSES_H 1 | |
| #define HAVE_DLFCN_H 1 | |
| #define HAVE_ERRNO_H 1 | |
| #define HAVE_FCNTL_H 1 | |
| #define HAVE_GRP_H 1 | |
| #define HAVE_LANGINFO_H 1 | |
| #define HAVE_NCURSES_H 1 | |
| #define HAVE_POLL_H 1 | |
| #define HAVE_PTHREAD_H 1 | |
| #define HAVE_SIGNAL_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_TERMIOS_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_UTIME_H 1 | |
| #define HAVE_SYS_EVENT_H 1 | |
| #define HAVE_SYS_FILE_H 1 | |
| #define HAVE_SYS_LOCK_H 1 | |
| #define HAVE_SYS_PARAM_H 1 | |
| #define HAVE_SYS_POLL_H 1 | |
| #define HAVE_SYS_SELECT_H 1 | |
| #define HAVE_SYS_SOCKET_H 1 | |
| #define HAVE_SYS_STATVFS_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_SYS_TIME_H 1 | |
| #define HAVE_SYS_TIMES_H 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_UN_H 1 | |
| #define HAVE_SYS_UTSNAME_H 1 | |
| #define HAVE_SYS_WAIT_H 1 | |
| #define HAVE_SYS_RESOURCE_H 1 | |
| #define HAVE_SYSEXITS_H 1 | |
| #define HAVE_DIRENT_H 1 | |
| #define HAVE_TERM_H 1 | |
| #define HAVE_MAKEDEV 1 | |
| #define _LARGEFILE_SOURCE 1 | |
| #define _FILE_OFFSET_BITS 64 | |
| #if defined(SCO_DS) | |
| #undef _OFF_T | |
| #endif | |
| #define RETSIGTYPE void | |
| #define HAVE_SSIZE_T 1 | |
| #define SIZEOF_INT 4 | |
| #define SIZEOF_LONG 8 | |
| #define SIZEOF_VOID_P 8 | |
| #define SIZEOF_SHORT 2 | |
| #define SIZEOF_FLOAT 4 | |
| #define SIZEOF_DOUBLE 8 | |
| #define SIZEOF_FPOS_T 8 | |
| #define SIZEOF_SIZE_T 8 | |
| #define SIZEOF_PID_T 4 | |
| #define HAVE_LONG_LONG 1 | |
| #define SIZEOF_LONG_LONG 8 | |
| #define HAVE_LONG_DOUBLE 1 | |
| #define SIZEOF_LONG_DOUBLE 16 | |
| #define HAVE_C99_BOOL 1 | |
| #define SIZEOF__BOOL 1 | |
| #define HAVE_UINTPTR_T 1 | |
| #define SIZEOF_UINTPTR_T 8 | |
| #define SIZEOF_OFF_T 8 | |
| #define SIZEOF_TIME_T 8 | |
| #define SIZEOF_PTHREAD_T 8 | |
| #define USE_TOOLBOX_OBJECT_GLUE 1 | |
| #define WITH_DYLD 1 | |
| #define SHLIB_EXT ".so" | |
| #define WITH_THREAD 1 | |
| #define _REENTRANT 1 | |
| #define HAVE_OSX105_SDK 1 | |
| #define WITH_DOC_STRINGS 1 | |
| #define WITH_PYMALLOC 1 | |
| /* end confdefs.h. */ | |
| /* Define getpgid to an innocuous variant, in case <limits.h> declares getpgid. | |
| For example, HP-UX 11i <limits.h> declares gettimeofday. */ | |
| #define getpgid innocuous_getpgid | |
| | |
| /* System header to define __stub macros and hopefully few prototypes, | |
| which can conflict with char getpgid (); 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 getpgid | |
| | |
| /* 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 getpgid (); | |
| /* 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_getpgid || defined __stub___getpgid | |
| choke me | |
| #endif | |
| | |
| int | |
| main () | |
| { | |
| return getpgid (); | |
| ; | |
| return 0; | |
| } | |
configure:16280: result: no | |
configure:16200: checking for getpid | |
configure:16256: /usr/bin/cc -o conftest -O3 -march=core2 -msse4 -w -pipe -I/usr/local/Cellar/readline/6.1/include -arch i386 -arch ppc -arch ppc64 -arch x86_64 -isysroot / -L/usr/local/Cellar/readline/6.1/lib conftest.c >&5 | |
cc1: error: unrecognized command line option "-march=core2" | |
cc1: error: unrecognized command line option "-msse4" | |
cc1: error: unrecognized command line option "-march=core2" | |
cc1: error: unrecognized command line option "-msse4" | |
lipo: can't figure out the architecture type of: /var/folders/tc/tc6XgOadEhmatl76xhT7Y++++TI/-Tmp-//cccT69J7.out | |
configure:16262: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h. */ | |
| #define _GNU_SOURCE 1 | |
| #define _NETBSD_SOURCE 1 | |
| #define __BSD_VISIBLE 1 | |
| #define _BSD_TYPES 1 | |
| #define _DARWIN_C_SOURCE 1 | |
| #define _XOPEN_SOURCE 600 | |
| #define _XOPEN_SOURCE_EXTENDED 1 | |
| #define _POSIX_C_SOURCE 200112L | |
| #define Py_ENABLE_SHARED 1 | |
| #define HAVE_ATTRIBUTE_FORMAT_PARSETUPLE 1 | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_MEMORY_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_CURSES_H 1 | |
| #define HAVE_DLFCN_H 1 | |
| #define HAVE_ERRNO_H 1 | |
| #define HAVE_FCNTL_H 1 | |
| #define HAVE_GRP_H 1 | |
| #define HAVE_LANGINFO_H 1 | |
| #define HAVE_NCURSES_H 1 | |
| #define HAVE_POLL_H 1 | |
| #define HAVE_PTHREAD_H 1 | |
| #define HAVE_SIGNAL_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_TERMIOS_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_UTIME_H 1 | |
| #define HAVE_SYS_EVENT_H 1 | |
| #define HAVE_SYS_FILE_H 1 | |
| #define HAVE_SYS_LOCK_H 1 | |
| #define HAVE_SYS_PARAM_H 1 | |
| #define HAVE_SYS_POLL_H 1 | |
| #define HAVE_SYS_SELECT_H 1 | |
| #define HAVE_SYS_SOCKET_H 1 | |
| #define HAVE_SYS_STATVFS_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_SYS_TIME_H 1 | |
| #define HAVE_SYS_TIMES_H 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_UN_H 1 | |
| #define HAVE_SYS_UTSNAME_H 1 | |
| #define HAVE_SYS_WAIT_H 1 | |
| #define HAVE_SYS_RESOURCE_H 1 | |
| #define HAVE_SYSEXITS_H 1 | |
| #define HAVE_DIRENT_H 1 | |
| #define HAVE_TERM_H 1 | |
| #define HAVE_MAKEDEV 1 | |
| #define _LARGEFILE_SOURCE 1 | |
| #define _FILE_OFFSET_BITS 64 | |
| #if defined(SCO_DS) | |
| #undef _OFF_T | |
| #endif | |
| #define RETSIGTYPE void | |
| #define HAVE_SSIZE_T 1 | |
| #define SIZEOF_INT 4 | |
| #define SIZEOF_LONG 8 | |
| #define SIZEOF_VOID_P 8 | |
| #define SIZEOF_SHORT 2 | |
| #define SIZEOF_FLOAT 4 | |
| #define SIZEOF_DOUBLE 8 | |
| #define SIZEOF_FPOS_T 8 | |
| #define SIZEOF_SIZE_T 8 | |
| #define SIZEOF_PID_T 4 | |
| #define HAVE_LONG_LONG 1 | |
| #define SIZEOF_LONG_LONG 8 | |
| #define HAVE_LONG_DOUBLE 1 | |
| #define SIZEOF_LONG_DOUBLE 16 | |
| #define HAVE_C99_BOOL 1 | |
| #define SIZEOF__BOOL 1 | |
| #define HAVE_UINTPTR_T 1 | |
| #define SIZEOF_UINTPTR_T 8 | |
| #define SIZEOF_OFF_T 8 | |
| #define SIZEOF_TIME_T 8 | |
| #define SIZEOF_PTHREAD_T 8 | |
| #define USE_TOOLBOX_OBJECT_GLUE 1 | |
| #define WITH_DYLD 1 | |
| #define SHLIB_EXT ".so" | |
| #define WITH_THREAD 1 | |
| #define _REENTRANT 1 | |
| #define HAVE_OSX105_SDK 1 | |
| #define WITH_DOC_STRINGS 1 | |
| #define WITH_PYMALLOC 1 | |
| /* end confdefs.h. */ | |
| /* Define getpid to an innocuous variant, in case <limits.h> declares getpid. | |
| For example, HP-UX 11i <limits.h> declares gettimeofday. */ | |
| #define getpid innocuous_getpid | |
| | |
| /* System header to define __stub macros and hopefully few prototypes, | |
| which can conflict with char getpid (); 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 getpid | |
| | |
| /* 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 getpid (); | |
| /* 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_getpid || defined __stub___getpid | |
| choke me | |
| #endif | |
| | |
| int | |
| main () | |
| { | |
| return getpid (); | |
| ; | |
| return 0; | |
| } | |
configure:16280: result: no | |
configure:16200: checking for getpriority | |
configure:16256: /usr/bin/cc -o conftest -O3 -march=core2 -msse4 -w -pipe -I/usr/local/Cellar/readline/6.1/include -arch i386 -arch ppc -arch ppc64 -arch x86_64 -isysroot / -L/usr/local/Cellar/readline/6.1/lib conftest.c >&5 | |
cc1: error: unrecognized command line option "-march=core2" | |
cc1: error: unrecognized command line option "-msse4" | |
cc1: error: unrecognized command line option "-march=core2" | |
cc1: error: unrecognized command line option "-msse4" | |
lipo: can't figure out the architecture type of: /var/folders/tc/tc6XgOadEhmatl76xhT7Y++++TI/-Tmp-//ccCJZJE5.out | |
configure:16262: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h. */ | |
| #define _GNU_SOURCE 1 | |
| #define _NETBSD_SOURCE 1 | |
| #define __BSD_VISIBLE 1 | |
| #define _BSD_TYPES 1 | |
| #define _DARWIN_C_SOURCE 1 | |
| #define _XOPEN_SOURCE 600 | |
| #define _XOPEN_SOURCE_EXTENDED 1 | |
| #define _POSIX_C_SOURCE 200112L | |
| #define Py_ENABLE_SHARED 1 | |
| #define HAVE_ATTRIBUTE_FORMAT_PARSETUPLE 1 | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_MEMORY_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_CURSES_H 1 | |
| #define HAVE_DLFCN_H 1 | |
| #define HAVE_ERRNO_H 1 | |
| #define HAVE_FCNTL_H 1 | |
| #define HAVE_GRP_H 1 | |
| #define HAVE_LANGINFO_H 1 | |
| #define HAVE_NCURSES_H 1 | |
| #define HAVE_POLL_H 1 | |
| #define HAVE_PTHREAD_H 1 | |
| #define HAVE_SIGNAL_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_TERMIOS_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_UTIME_H 1 | |
| #define HAVE_SYS_EVENT_H 1 | |
| #define HAVE_SYS_FILE_H 1 | |
| #define HAVE_SYS_LOCK_H 1 | |
| #define HAVE_SYS_PARAM_H 1 | |
| #define HAVE_SYS_POLL_H 1 | |
| #define HAVE_SYS_SELECT_H 1 | |
| #define HAVE_SYS_SOCKET_H 1 | |
| #define HAVE_SYS_STATVFS_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_SYS_TIME_H 1 | |
| #define HAVE_SYS_TIMES_H 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_UN_H 1 | |
| #define HAVE_SYS_UTSNAME_H 1 | |
| #define HAVE_SYS_WAIT_H 1 | |
| #define HAVE_SYS_RESOURCE_H 1 | |
| #define HAVE_SYSEXITS_H 1 | |
| #define HAVE_DIRENT_H 1 | |
| #define HAVE_TERM_H 1 | |
| #define HAVE_MAKEDEV 1 | |
| #define _LARGEFILE_SOURCE 1 | |
| #define _FILE_OFFSET_BITS 64 | |
| #if defined(SCO_DS) | |
| #undef _OFF_T | |
| #endif | |
| #define RETSIGTYPE void | |
| #define HAVE_SSIZE_T 1 | |
| #define SIZEOF_INT 4 | |
| #define SIZEOF_LONG 8 | |
| #define SIZEOF_VOID_P 8 | |
| #define SIZEOF_SHORT 2 | |
| #define SIZEOF_FLOAT 4 | |
| #define SIZEOF_DOUBLE 8 | |
| #define SIZEOF_FPOS_T 8 | |
| #define SIZEOF_SIZE_T 8 | |
| #define SIZEOF_PID_T 4 | |
| #define HAVE_LONG_LONG 1 | |
| #define SIZEOF_LONG_LONG 8 | |
| #define HAVE_LONG_DOUBLE 1 | |
| #define SIZEOF_LONG_DOUBLE 16 | |
| #define HAVE_C99_BOOL 1 | |
| #define SIZEOF__BOOL 1 | |
| #define HAVE_UINTPTR_T 1 | |
| #define SIZEOF_UINTPTR_T 8 | |
| #define SIZEOF_OFF_T 8 | |
| #define SIZEOF_TIME_T 8 | |
| #define SIZEOF_PTHREAD_T 8 | |
| #define USE_TOOLBOX_OBJECT_GLUE 1 | |
| #define WITH_DYLD 1 | |
| #define SHLIB_EXT ".so" | |
| #define WITH_THREAD 1 | |
| #define _REENTRANT 1 | |
| #define HAVE_OSX105_SDK 1 | |
| #define WITH_DOC_STRINGS 1 | |
| #define WITH_PYMALLOC 1 | |
| /* end confdefs.h. */ | |
| /* Define getpriority to an innocuous variant, in case <limits.h> declares getpriority. | |
| For example, HP-UX 11i <limits.h> declares gettimeofday. */ | |
| #define getpriority innocuous_getpriority | |
| | |
| /* System header to define __stub macros and hopefully few prototypes, | |
| which can conflict with char getpriority (); 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 getpriority | |
| | |
| /* 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 getpriority (); | |
| /* 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_getpriority || defined __stub___getpriority | |
| choke me | |
| #endif | |
| | |
| int | |
| main () | |
| { | |
| return getpriority (); | |
| ; | |
| return 0; | |
| } | |
configure:16280: result: no | |
configure:16200: checking for getpwent | |
configure:16256: /usr/bin/cc -o conftest -O3 -march=core2 -msse4 -w -pipe -I/usr/local/Cellar/readline/6.1/include -arch i386 -arch ppc -arch ppc64 -arch x86_64 -isysroot / -L/usr/local/Cellar/readline/6.1/lib conftest.c >&5 | |
cc1: error: unrecognized command line option "-march=core2" | |
cc1: error: unrecognized command line option "-msse4" | |
cc1: error: unrecognized command line option "-march=core2" | |
cc1: error: unrecognized command line option "-msse4" | |
lipo: can't figure out the architecture type of: /var/folders/tc/tc6XgOadEhmatl76xhT7Y++++TI/-Tmp-//cccHwYSz.out | |
configure:16262: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h. */ | |
| #define _GNU_SOURCE 1 | |
| #define _NETBSD_SOURCE 1 | |
| #define __BSD_VISIBLE 1 | |
| #define _BSD_TYPES 1 | |
| #define _DARWIN_C_SOURCE 1 | |
| #define _XOPEN_SOURCE 600 | |
| #define _XOPEN_SOURCE_EXTENDED 1 | |
| #define _POSIX_C_SOURCE 200112L | |
| #define Py_ENABLE_SHARED 1 | |
| #define HAVE_ATTRIBUTE_FORMAT_PARSETUPLE 1 | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_MEMORY_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_CURSES_H 1 | |
| #define HAVE_DLFCN_H 1 | |
| #define HAVE_ERRNO_H 1 | |
| #define HAVE_FCNTL_H 1 | |
| #define HAVE_GRP_H 1 | |
| #define HAVE_LANGINFO_H 1 | |
| #define HAVE_NCURSES_H 1 | |
| #define HAVE_POLL_H 1 | |
| #define HAVE_PTHREAD_H 1 | |
| #define HAVE_SIGNAL_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_TERMIOS_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_UTIME_H 1 | |
| #define HAVE_SYS_EVENT_H 1 | |
| #define HAVE_SYS_FILE_H 1 | |
| #define HAVE_SYS_LOCK_H 1 | |
| #define HAVE_SYS_PARAM_H 1 | |
| #define HAVE_SYS_POLL_H 1 | |
| #define HAVE_SYS_SELECT_H 1 | |
| #define HAVE_SYS_SOCKET_H 1 | |
| #define HAVE_SYS_STATVFS_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_SYS_TIME_H 1 | |
| #define HAVE_SYS_TIMES_H 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_UN_H 1 | |
| #define HAVE_SYS_UTSNAME_H 1 | |
| #define HAVE_SYS_WAIT_H 1 | |
| #define HAVE_SYS_RESOURCE_H 1 | |
| #define HAVE_SYSEXITS_H 1 | |
| #define HAVE_DIRENT_H 1 | |
| #define HAVE_TERM_H 1 | |
| #define HAVE_MAKEDEV 1 | |
| #define _LARGEFILE_SOURCE 1 | |
| #define _FILE_OFFSET_BITS 64 | |
| #if defined(SCO_DS) | |
| #undef _OFF_T | |
| #endif | |
| #define RETSIGTYPE void | |
| #define HAVE_SSIZE_T 1 | |
| #define SIZEOF_INT 4 | |
| #define SIZEOF_LONG 8 | |
| #define SIZEOF_VOID_P 8 | |
| #define SIZEOF_SHORT 2 | |
| #define SIZEOF_FLOAT 4 | |
| #define SIZEOF_DOUBLE 8 | |
| #define SIZEOF_FPOS_T 8 | |
| #define SIZEOF_SIZE_T 8 | |
| #define SIZEOF_PID_T 4 | |
| #define HAVE_LONG_LONG 1 | |
| #define SIZEOF_LONG_LONG 8 | |
| #define HAVE_LONG_DOUBLE 1 | |
| #define SIZEOF_LONG_DOUBLE 16 | |
| #define HAVE_C99_BOOL 1 | |
| #define SIZEOF__BOOL 1 | |
| #define HAVE_UINTPTR_T 1 | |
| #define SIZEOF_UINTPTR_T 8 | |
| #define SIZEOF_OFF_T 8 | |
| #define SIZEOF_TIME_T 8 | |
| #define SIZEOF_PTHREAD_T 8 | |
| #define USE_TOOLBOX_OBJECT_GLUE 1 | |
| #define WITH_DYLD 1 | |
| #define SHLIB_EXT ".so" | |
| #define WITH_THREAD 1 | |
| #define _REENTRANT 1 | |
| #define HAVE_OSX105_SDK 1 | |
| #define WITH_DOC_STRINGS 1 | |
| #define WITH_PYMALLOC 1 | |
| /* end confdefs.h. */ | |
| /* Define getpwent to an innocuous variant, in case <limits.h> declares getpwent. | |
| For example, HP-UX 11i <limits.h> declares gettimeofday. */ | |
| #define getpwent innocuous_getpwent | |
| | |
| /* System header to define __stub macros and hopefully few prototypes, | |
| which can conflict with char getpwent (); 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 getpwent | |
| | |
| /* 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 getpwent (); | |
| /* 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_getpwent || defined __stub___getpwent | |
| choke me | |
| #endif | |
| | |
| int | |
| main () | |
| { | |
| return getpwent (); | |
| ; | |
| return 0; | |
| } | |
configure:16280: result: no | |
configure:16200: checking for getspnam | |
configure:16256: /usr/bin/cc -o conftest -O3 -march=core2 -msse4 -w -pipe -I/usr/local/Cellar/readline/6.1/include -arch i386 -arch ppc -arch ppc64 -arch x86_64 -isysroot / -L/usr/local/Cellar/readline/6.1/lib conftest.c >&5 | |
Undefined symbols for architecture i386: | |
"_getspnam", referenced from: | |
_main in cceGIBtn.o | |
ld: symbol(s) not found for architecture i386 | |
collect2: ld returned 1 exit status | |
cc1: error: unrecognized command line option "-march=core2" | |
cc1: error: unrecognized command line option "-msse4" | |
cc1: error: unrecognized command line option "-march=core2" | |
cc1: error: unrecognized command line option "-msse4" | |
Undefined symbols for architecture x86_64: | |
"_getspnam", referenced from: | |
_main in ccYkBXkI.o | |
ld: symbol(s) not found for architecture x86_64 | |
collect2: ld returned 1 exit status | |
lipo: can't open input file: /var/folders/tc/tc6XgOadEhmatl76xhT7Y++++TI/-Tmp-//ccLxnt8p.out (No such file or directory) | |
configure:16262: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h. */ | |
| #define _GNU_SOURCE 1 | |
| #define _NETBSD_SOURCE 1 | |
| #define __BSD_VISIBLE 1 | |
| #define _BSD_TYPES 1 | |
| #define _DARWIN_C_SOURCE 1 | |
| #define _XOPEN_SOURCE 600 | |
| #define _XOPEN_SOURCE_EXTENDED 1 | |
| #define _POSIX_C_SOURCE 200112L | |
| #define Py_ENABLE_SHARED 1 | |
| #define HAVE_ATTRIBUTE_FORMAT_PARSETUPLE 1 | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_MEMORY_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_CURSES_H 1 | |
| #define HAVE_DLFCN_H 1 | |
| #define HAVE_ERRNO_H 1 | |
| #define HAVE_FCNTL_H 1 | |
| #define HAVE_GRP_H 1 | |
| #define HAVE_LANGINFO_H 1 | |
| #define HAVE_NCURSES_H 1 | |
| #define HAVE_POLL_H 1 | |
| #define HAVE_PTHREAD_H 1 | |
| #define HAVE_SIGNAL_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_TERMIOS_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_UTIME_H 1 | |
| #define HAVE_SYS_EVENT_H 1 | |
| #define HAVE_SYS_FILE_H 1 | |
| #define HAVE_SYS_LOCK_H 1 | |
| #define HAVE_SYS_PARAM_H 1 | |
| #define HAVE_SYS_POLL_H 1 | |
| #define HAVE_SYS_SELECT_H 1 | |
| #define HAVE_SYS_SOCKET_H 1 | |
| #define HAVE_SYS_STATVFS_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_SYS_TIME_H 1 | |
| #define HAVE_SYS_TIMES_H 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_UN_H 1 | |
| #define HAVE_SYS_UTSNAME_H 1 | |
| #define HAVE_SYS_WAIT_H 1 | |
| #define HAVE_SYS_RESOURCE_H 1 | |
| #define HAVE_SYSEXITS_H 1 | |
| #define HAVE_DIRENT_H 1 | |
| #define HAVE_TERM_H 1 | |
| #define HAVE_MAKEDEV 1 | |
| #define _LARGEFILE_SOURCE 1 | |
| #define _FILE_OFFSET_BITS 64 | |
| #if defined(SCO_DS) | |
| #undef _OFF_T | |
| #endif | |
| #define RETSIGTYPE void | |
| #define HAVE_SSIZE_T 1 | |
| #define SIZEOF_INT 4 | |
| #define SIZEOF_LONG 8 | |
| #define SIZEOF_VOID_P 8 | |
| #define SIZEOF_SHORT 2 | |
| #define SIZEOF_FLOAT 4 | |
| #define SIZEOF_DOUBLE 8 | |
| #define SIZEOF_FPOS_T 8 | |
| #define SIZEOF_SIZE_T 8 | |
| #define SIZEOF_PID_T 4 | |
| #define HAVE_LONG_LONG 1 | |
| #define SIZEOF_LONG_LONG 8 | |
| #define HAVE_LONG_DOUBLE 1 | |
| #define SIZEOF_LONG_DOUBLE 16 | |
| #define HAVE_C99_BOOL 1 | |
| #define SIZEOF__BOOL 1 | |
| #define HAVE_UINTPTR_T 1 | |
| #define SIZEOF_UINTPTR_T 8 | |
| #define SIZEOF_OFF_T 8 | |
| #define SIZEOF_TIME_T 8 | |
| #define SIZEOF_PTHREAD_T 8 | |
| #define USE_TOOLBOX_OBJECT_GLUE 1 | |
| #define WITH_DYLD 1 | |
| #define SHLIB_EXT ".so" | |
| #define WITH_THREAD 1 | |
| #define _REENTRANT 1 | |
| #define HAVE_OSX105_SDK 1 | |
| #define WITH_DOC_STRINGS 1 | |
| #define WITH_PYMALLOC 1 | |
| /* end confdefs.h. */ | |
| /* Define getspnam to an innocuous variant, in case <limits.h> declares getspnam. | |
| For example, HP-UX 11i <limits.h> declares gettimeofday. */ | |
| #define getspnam innocuous_getspnam | |
| | |
| /* System header to define __stub macros and hopefully few prototypes, | |
| which can conflict with char getspnam (); 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 getspnam | |
| | |
| /* 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 getspnam (); | |
| /* 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_getspnam || defined __stub___getspnam | |
| choke me | |
| #endif | |
| | |
| int | |
| main () | |
| { | |
| return getspnam (); | |
| ; | |
| return 0; | |
| } | |
configure:16280: result: no | |
configure:16200: checking for getspent | |
configure:16256: /usr/bin/cc -o conftest -O3 -march=core2 -msse4 -w -pipe -I/usr/local/Cellar/readline/6.1/include -arch i386 -arch ppc -arch ppc64 -arch x86_64 -isysroot / -L/usr/local/Cellar/readline/6.1/lib conftest.c >&5 | |
Undefined symbols for architecture i386: | |
"_getspent", referenced from: | |
_main in ccswI1bc.o | |
ld: symbol(s) not found for architecture i386 | |
collect2: ld returned 1 exit status | |
cc1: error: unrecognized command line option "-march=core2" | |
cc1: error: unrecognized command line option "-msse4" | |
cc1: error: unrecognized command line option "-march=core2" | |
cc1: error: unrecognized command line option "-msse4" | |
Undefined symbols for architecture x86_64: | |
"_getspent", referenced from: | |
_main in ccNggJWh.o | |
ld: symbol(s) not found for architecture x86_64 | |
collect2: ld returned 1 exit status | |
lipo: can't open input file: /var/folders/tc/tc6XgOadEhmatl76xhT7Y++++TI/-Tmp-//ccGWdZsZ.out (No such file or directory) | |
configure:16262: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h. */ | |
| #define _GNU_SOURCE 1 | |
| #define _NETBSD_SOURCE 1 | |
| #define __BSD_VISIBLE 1 | |
| #define _BSD_TYPES 1 | |
| #define _DARWIN_C_SOURCE 1 | |
| #define _XOPEN_SOURCE 600 | |
| #define _XOPEN_SOURCE_EXTENDED 1 | |
| #define _POSIX_C_SOURCE 200112L | |
| #define Py_ENABLE_SHARED 1 | |
| #define HAVE_ATTRIBUTE_FORMAT_PARSETUPLE 1 | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_MEMORY_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_CURSES_H 1 | |
| #define HAVE_DLFCN_H 1 | |
| #define HAVE_ERRNO_H 1 | |
| #define HAVE_FCNTL_H 1 | |
| #define HAVE_GRP_H 1 | |
| #define HAVE_LANGINFO_H 1 | |
| #define HAVE_NCURSES_H 1 | |
| #define HAVE_POLL_H 1 | |
| #define HAVE_PTHREAD_H 1 | |
| #define HAVE_SIGNAL_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_TERMIOS_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_UTIME_H 1 | |
| #define HAVE_SYS_EVENT_H 1 | |
| #define HAVE_SYS_FILE_H 1 | |
| #define HAVE_SYS_LOCK_H 1 | |
| #define HAVE_SYS_PARAM_H 1 | |
| #define HAVE_SYS_POLL_H 1 | |
| #define HAVE_SYS_SELECT_H 1 | |
| #define HAVE_SYS_SOCKET_H 1 | |
| #define HAVE_SYS_STATVFS_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_SYS_TIME_H 1 | |
| #define HAVE_SYS_TIMES_H 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_UN_H 1 | |
| #define HAVE_SYS_UTSNAME_H 1 | |
| #define HAVE_SYS_WAIT_H 1 | |
| #define HAVE_SYS_RESOURCE_H 1 | |
| #define HAVE_SYSEXITS_H 1 | |
| #define HAVE_DIRENT_H 1 | |
| #define HAVE_TERM_H 1 | |
| #define HAVE_MAKEDEV 1 | |
| #define _LARGEFILE_SOURCE 1 | |
| #define _FILE_OFFSET_BITS 64 | |
| #if defined(SCO_DS) | |
| #undef _OFF_T | |
| #endif | |
| #define RETSIGTYPE void | |
| #define HAVE_SSIZE_T 1 | |
| #define SIZEOF_INT 4 | |
| #define SIZEOF_LONG 8 | |
| #define SIZEOF_VOID_P 8 | |
| #define SIZEOF_SHORT 2 | |
| #define SIZEOF_FLOAT 4 | |
| #define SIZEOF_DOUBLE 8 | |
| #define SIZEOF_FPOS_T 8 | |
| #define SIZEOF_SIZE_T 8 | |
| #define SIZEOF_PID_T 4 | |
| #define HAVE_LONG_LONG 1 | |
| #define SIZEOF_LONG_LONG 8 | |
| #define HAVE_LONG_DOUBLE 1 | |
| #define SIZEOF_LONG_DOUBLE 16 | |
| #define HAVE_C99_BOOL 1 | |
| #define SIZEOF__BOOL 1 | |
| #define HAVE_UINTPTR_T 1 | |
| #define SIZEOF_UINTPTR_T 8 | |
| #define SIZEOF_OFF_T 8 | |
| #define SIZEOF_TIME_T 8 | |
| #define SIZEOF_PTHREAD_T 8 | |
| #define USE_TOOLBOX_OBJECT_GLUE 1 | |
| #define WITH_DYLD 1 | |
| #define SHLIB_EXT ".so" | |
| #define WITH_THREAD 1 | |
| #define _REENTRANT 1 | |
| #define HAVE_OSX105_SDK 1 | |
| #define WITH_DOC_STRINGS 1 | |
| #define WITH_PYMALLOC 1 | |
| /* end confdefs.h. */ | |
| /* Define getspent to an innocuous variant, in case <limits.h> declares getspent. | |
| For example, HP-UX 11i <limits.h> declares gettimeofday. */ | |
| #define getspent innocuous_getspent | |
| | |
| /* System header to define __stub macros and hopefully few prototypes, | |
| which can conflict with char getspent (); 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 getspent | |
| | |
| /* 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 getspent (); | |
| /* 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_getspent || defined __stub___getspent | |
| choke me | |
| #endif | |
| | |
| int | |
| main () | |
| { | |
| return getspent (); | |
| ; | |
| return 0; | |
| } | |
configure:16280: result: no | |
configure:16200: checking for getsid | |
configure:16256: /usr/bin/cc -o conftest -O3 -march=core2 -msse4 -w -pipe -I/usr/local/Cellar/readline/6.1/include -arch i386 -arch ppc -arch ppc64 -arch x86_64 -isysroot / -L/usr/local/Cellar/readline/6.1/lib conftest.c >&5 | |
cc1: error: unrecognized command line option "-march=core2" | |
cc1: error: unrecognized command line option "-msse4" | |
cc1: error: unrecognized command line option "-march=core2" | |
cc1: error: unrecognized command line option "-msse4" | |
lipo: can't figure out the architecture type of: /var/folders/tc/tc6XgOadEhmatl76xhT7Y++++TI/-Tmp-//ccs0vOdY.out | |
configure:16262: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h. */ | |
| #define _GNU_SOURCE 1 | |
| #define _NETBSD_SOURCE 1 | |
| #define __BSD_VISIBLE 1 | |
| #define _BSD_TYPES 1 | |
| #define _DARWIN_C_SOURCE 1 | |
| #define _XOPEN_SOURCE 600 | |
| #define _XOPEN_SOURCE_EXTENDED 1 | |
| #define _POSIX_C_SOURCE 200112L | |
| #define Py_ENABLE_SHARED 1 | |
| #define HAVE_ATTRIBUTE_FORMAT_PARSETUPLE 1 | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_MEMORY_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_CURSES_H 1 | |
| #define HAVE_DLFCN_H 1 | |
| #define HAVE_ERRNO_H 1 | |
| #define HAVE_FCNTL_H 1 | |
| #define HAVE_GRP_H 1 | |
| #define HAVE_LANGINFO_H 1 | |
| #define HAVE_NCURSES_H 1 | |
| #define HAVE_POLL_H 1 | |
| #define HAVE_PTHREAD_H 1 | |
| #define HAVE_SIGNAL_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_TERMIOS_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_UTIME_H 1 | |
| #define HAVE_SYS_EVENT_H 1 | |
| #define HAVE_SYS_FILE_H 1 | |
| #define HAVE_SYS_LOCK_H 1 | |
| #define HAVE_SYS_PARAM_H 1 | |
| #define HAVE_SYS_POLL_H 1 | |
| #define HAVE_SYS_SELECT_H 1 | |
| #define HAVE_SYS_SOCKET_H 1 | |
| #define HAVE_SYS_STATVFS_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_SYS_TIME_H 1 | |
| #define HAVE_SYS_TIMES_H 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_UN_H 1 | |
| #define HAVE_SYS_UTSNAME_H 1 | |
| #define HAVE_SYS_WAIT_H 1 | |
| #define HAVE_SYS_RESOURCE_H 1 | |
| #define HAVE_SYSEXITS_H 1 | |
| #define HAVE_DIRENT_H 1 | |
| #define HAVE_TERM_H 1 | |
| #define HAVE_MAKEDEV 1 | |
| #define _LARGEFILE_SOURCE 1 | |
| #define _FILE_OFFSET_BITS 64 | |
| #if defined(SCO_DS) | |
| #undef _OFF_T | |
| #endif | |
| #define RETSIGTYPE void | |
| #define HAVE_SSIZE_T 1 | |
| #define SIZEOF_INT 4 | |
| #define SIZEOF_LONG 8 | |
| #define SIZEOF_VOID_P 8 | |
| #define SIZEOF_SHORT 2 | |
| #define SIZEOF_FLOAT 4 | |
| #define SIZEOF_DOUBLE 8 | |
| #define SIZEOF_FPOS_T 8 | |
| #define SIZEOF_SIZE_T 8 | |
| #define SIZEOF_PID_T 4 | |
| #define HAVE_LONG_LONG 1 | |
| #define SIZEOF_LONG_LONG 8 | |
| #define HAVE_LONG_DOUBLE 1 | |
| #define SIZEOF_LONG_DOUBLE 16 | |
| #define HAVE_C99_BOOL 1 | |
| #define SIZEOF__BOOL 1 | |
| #define HAVE_UINTPTR_T 1 | |
| #define SIZEOF_UINTPTR_T 8 | |
| #define SIZEOF_OFF_T 8 | |
| #define SIZEOF_TIME_T 8 | |
| #define SIZEOF_PTHREAD_T 8 | |
| #define USE_TOOLBOX_OBJECT_GLUE 1 | |
| #define WITH_DYLD 1 | |
| #define SHLIB_EXT ".so" | |
| #define WITH_THREAD 1 | |
| #define _REENTRANT 1 | |
| #define HAVE_OSX105_SDK 1 | |
| #define WITH_DOC_STRINGS 1 | |
| #define WITH_PYMALLOC 1 | |
| /* end confdefs.h. */ | |
| /* Define getsid to an innocuous variant, in case <limits.h> declares getsid. | |
| For example, HP-UX 11i <limits.h> declares gettimeofday. */ | |
| #define getsid innocuous_getsid | |
| | |
| /* System header to define __stub macros and hopefully few prototypes, | |
| which can conflict with char getsid (); 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 getsid | |
| | |
| /* 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 getsid (); | |
| /* 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_getsid || defined __stub___getsid | |
| choke me | |
| #endif | |
| | |
| int | |
| main () | |
| { | |
| return getsid (); | |
| ; | |
| return 0; | |
| } | |
configure:16280: result: no | |
configure:16200: checking for getwd | |
configure:16256: /usr/bin/cc -o conftest -O3 -march=core2 -msse4 -w -pipe -I/usr/local/Cellar/readline/6.1/include -arch i386 -arch ppc -arch ppc64 -arch x86_64 -isysroot / -L/usr/local/Cellar/readline/6.1/lib conftest.c >&5 | |
cc1: error: unrecognized command line option "-march=core2" | |
cc1: error: unrecognized command line option "-msse4" | |
cc1: error: unrecognized command line option "-march=core2" | |
cc1: error: unrecognized command line option "-msse4" | |
lipo: can't figure out the architecture type of: /var/folders/tc/tc6XgOadEhmatl76xhT7Y++++TI/-Tmp-//ccfEoXjg.out | |
configure:16262: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h. */ | |
| #define _GNU_SOURCE 1 | |
| #define _NETBSD_SOURCE 1 | |
| #define __BSD_VISIBLE 1 | |
| #define _BSD_TYPES 1 | |
| #define _DARWIN_C_SOURCE 1 | |
| #define _XOPEN_SOURCE 600 | |
| #define _XOPEN_SOURCE_EXTENDED 1 | |
| #define _POSIX_C_SOURCE 200112L | |
| #define Py_ENABLE_SHARED 1 | |
| #define HAVE_ATTRIBUTE_FORMAT_PARSETUPLE 1 | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_MEMORY_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_CURSES_H 1 | |
| #define HAVE_DLFCN_H 1 | |
| #define HAVE_ERRNO_H 1 | |
| #define HAVE_FCNTL_H 1 | |
| #define HAVE_GRP_H 1 | |
| #define HAVE_LANGINFO_H 1 | |
| #define HAVE_NCURSES_H 1 | |
| #define HAVE_POLL_H 1 | |
| #define HAVE_PTHREAD_H 1 | |
| #define HAVE_SIGNAL_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_TERMIOS_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_UTIME_H 1 | |
| #define HAVE_SYS_EVENT_H 1 | |
| #define HAVE_SYS_FILE_H 1 | |
| #define HAVE_SYS_LOCK_H 1 | |
| #define HAVE_SYS_PARAM_H 1 | |
| #define HAVE_SYS_POLL_H 1 | |
| #define HAVE_SYS_SELECT_H 1 | |
| #define HAVE_SYS_SOCKET_H 1 | |
| #define HAVE_SYS_STATVFS_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_SYS_TIME_H 1 | |
| #define HAVE_SYS_TIMES_H 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_UN_H 1 | |
| #define HAVE_SYS_UTSNAME_H 1 | |
| #define HAVE_SYS_WAIT_H 1 | |
| #define HAVE_SYS_RESOURCE_H 1 | |
| #define HAVE_SYSEXITS_H 1 | |
| #define HAVE_DIRENT_H 1 | |
| #define HAVE_TERM_H 1 | |
| #define HAVE_MAKEDEV 1 | |
| #define _LARGEFILE_SOURCE 1 | |
| #define _FILE_OFFSET_BITS 64 | |
| #if defined(SCO_DS) | |
| #undef _OFF_T | |
| #endif | |
| #define RETSIGTYPE void | |
| #define HAVE_SSIZE_T 1 | |
| #define SIZEOF_INT 4 | |
| #define SIZEOF_LONG 8 | |
| #define SIZEOF_VOID_P 8 | |
| #define SIZEOF_SHORT 2 | |
| #define SIZEOF_FLOAT 4 | |
| #define SIZEOF_DOUBLE 8 | |
| #define SIZEOF_FPOS_T 8 | |
| #define SIZEOF_SIZE_T 8 | |
| #define SIZEOF_PID_T 4 | |
| #define HAVE_LONG_LONG 1 | |
| #define SIZEOF_LONG_LONG 8 | |
| #define HAVE_LONG_DOUBLE 1 | |
| #define SIZEOF_LONG_DOUBLE 16 | |
| #define HAVE_C99_BOOL 1 | |
| #define SIZEOF__BOOL 1 | |
| #define HAVE_UINTPTR_T 1 | |
| #define SIZEOF_UINTPTR_T 8 | |
| #define SIZEOF_OFF_T 8 | |
| #define SIZEOF_TIME_T 8 | |
| #define SIZEOF_PTHREAD_T 8 | |
| #define USE_TOOLBOX_OBJECT_GLUE 1 | |
| #define WITH_DYLD 1 | |
| #define SHLIB_EXT ".so" | |
| #define WITH_THREAD 1 | |
| #define _REENTRANT 1 | |
| #define HAVE_OSX105_SDK 1 | |
| #define WITH_DOC_STRINGS 1 | |
| #define WITH_PYMALLOC 1 | |
| /* end confdefs.h. */ | |
| /* Define getwd to an innocuous variant, in case <limits.h> declares getwd. | |
| For example, HP-UX 11i <limits.h> declares gettimeofday. */ | |
| #define getwd innocuous_getwd | |
| | |
| /* System header to define __stub macros and hopefully few prototypes, | |
| which can conflict with char getwd (); 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 getwd | |
| | |
| /* 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 getwd (); | |
| /* 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_getwd || defined __stub___getwd | |
| choke me | |
| #endif | |
| | |
| int | |
| main () | |
| { | |
| return getwd (); | |
| ; | |
| return 0; | |
| } | |
configure:16280: result: no | |
configure:16200: checking for kill | |
configure:16256: /usr/bin/cc -o conftest -O3 -march=core2 -msse4 -w -pipe -I/usr/local/Cellar/readline/6.1/include -arch i386 -arch ppc -arch ppc64 -arch x86_64 -isysroot / -L/usr/local/Cellar/readline/6.1/lib conftest.c >&5 | |
cc1: error: unrecognized command line option "-march=core2" | |
cc1: error: unrecognized command line option "-msse4" | |
cc1: error: unrecognized command line option "-march=core2" | |
cc1: error: unrecognized command line option "-msse4" | |
lipo: can't figure out the architecture type of: /var/folders/tc/tc6XgOadEhmatl76xhT7Y++++TI/-Tmp-//ccDQEcFC.out | |
configure:16262: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h. */ | |
| #define _GNU_SOURCE 1 | |
| #define _NETBSD_SOURCE 1 | |
| #define __BSD_VISIBLE 1 | |
| #define _BSD_TYPES 1 | |
| #define _DARWIN_C_SOURCE 1 | |
| #define _XOPEN_SOURCE 600 | |
| #define _XOPEN_SOURCE_EXTENDED 1 | |
| #define _POSIX_C_SOURCE 200112L | |
| #define Py_ENABLE_SHARED 1 | |
| #define HAVE_ATTRIBUTE_FORMAT_PARSETUPLE 1 | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_MEMORY_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_CURSES_H 1 | |
| #define HAVE_DLFCN_H 1 | |
| #define HAVE_ERRNO_H 1 | |
| #define HAVE_FCNTL_H 1 | |
| #define HAVE_GRP_H 1 | |
| #define HAVE_LANGINFO_H 1 | |
| #define HAVE_NCURSES_H 1 | |
| #define HAVE_POLL_H 1 | |
| #define HAVE_PTHREAD_H 1 | |
| #define HAVE_SIGNAL_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_TERMIOS_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_UTIME_H 1 | |
| #define HAVE_SYS_EVENT_H 1 | |
| #define HAVE_SYS_FILE_H 1 | |
| #define HAVE_SYS_LOCK_H 1 | |
| #define HAVE_SYS_PARAM_H 1 | |
| #define HAVE_SYS_POLL_H 1 | |
| #define HAVE_SYS_SELECT_H 1 | |
| #define HAVE_SYS_SOCKET_H 1 | |
| #define HAVE_SYS_STATVFS_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_SYS_TIME_H 1 | |
| #define HAVE_SYS_TIMES_H 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_UN_H 1 | |
| #define HAVE_SYS_UTSNAME_H 1 | |
| #define HAVE_SYS_WAIT_H 1 | |
| #define HAVE_SYS_RESOURCE_H 1 | |
| #define HAVE_SYSEXITS_H 1 | |
| #define HAVE_DIRENT_H 1 | |
| #define HAVE_TERM_H 1 | |
| #define HAVE_MAKEDEV 1 | |
| #define _LARGEFILE_SOURCE 1 | |
| #define _FILE_OFFSET_BITS 64 | |
| #if defined(SCO_DS) | |
| #undef _OFF_T | |
| #endif | |
| #define RETSIGTYPE void | |
| #define HAVE_SSIZE_T 1 | |
| #define SIZEOF_INT 4 | |
| #define SIZEOF_LONG 8 | |
| #define SIZEOF_VOID_P 8 | |
| #define SIZEOF_SHORT 2 | |
| #define SIZEOF_FLOAT 4 | |
| #define SIZEOF_DOUBLE 8 | |
| #define SIZEOF_FPOS_T 8 | |
| #define SIZEOF_SIZE_T 8 | |
| #define SIZEOF_PID_T 4 | |
| #define HAVE_LONG_LONG 1 | |
| #define SIZEOF_LONG_LONG 8 | |
| #define HAVE_LONG_DOUBLE 1 | |
| #define SIZEOF_LONG_DOUBLE 16 | |
| #define HAVE_C99_BOOL 1 | |
| #define SIZEOF__BOOL 1 | |
| #define HAVE_UINTPTR_T 1 | |
| #define SIZEOF_UINTPTR_T 8 | |
| #define SIZEOF_OFF_T 8 | |
| #define SIZEOF_TIME_T 8 | |
| #define SIZEOF_PTHREAD_T 8 | |
| #define USE_TOOLBOX_OBJECT_GLUE 1 | |
| #define WITH_DYLD 1 | |
| #define SHLIB_EXT ".so" | |
| #define WITH_THREAD 1 | |
| #define _REENTRANT 1 | |
| #define HAVE_OSX105_SDK 1 | |
| #define WITH_DOC_STRINGS 1 | |
| #define WITH_PYMALLOC 1 | |
| /* end confdefs.h. */ | |
| /* Define kill to an innocuous variant, in case <limits.h> declares kill. | |
| For example, HP-UX 11i <limits.h> declares gettimeofday. */ | |
| #define kill innocuous_kill | |
| | |
| /* System header to define __stub macros and hopefully few prototypes, | |
| which can conflict with char kill (); 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 kill | |
| | |
| /* 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 kill (); | |
| /* 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_kill || defined __stub___kill | |
| choke me | |
| #endif | |
| | |
| int | |
| main () | |
| { | |
| return kill (); | |
| ; | |
| return 0; | |
| } | |
configure:16280: result: no | |
configure:16200: checking for killpg | |
configure:16256: /usr/bin/cc -o conftest -O3 -march=core2 -msse4 -w -pipe -I/usr/local/Cellar/readline/6.1/include -arch i386 -arch ppc -arch ppc64 -arch x86_64 -isysroot / -L/usr/local/Cellar/readline/6.1/lib conftest.c >&5 | |
cc1: error: unrecognized command line option "-march=core2" | |
cc1: error: unrecognized command line option "-msse4" | |
cc1: error: unrecognized command line option "-march=core2" | |
cc1: error: unrecognized command line option "-msse4" | |
lipo: can't figure out the architecture type of: /var/folders/tc/tc6XgOadEhmatl76xhT7Y++++TI/-Tmp-//ccwiXnby.out | |
configure:16262: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h. */ | |
| #define _GNU_SOURCE 1 | |
| #define _NETBSD_SOURCE 1 | |
| #define __BSD_VISIBLE 1 | |
| #define _BSD_TYPES 1 | |
| #define _DARWIN_C_SOURCE 1 | |
| #define _XOPEN_SOURCE 600 | |
| #define _XOPEN_SOURCE_EXTENDED 1 | |
| #define _POSIX_C_SOURCE 200112L | |
| #define Py_ENABLE_SHARED 1 | |
| #define HAVE_ATTRIBUTE_FORMAT_PARSETUPLE 1 | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_MEMORY_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_CURSES_H 1 | |
| #define HAVE_DLFCN_H 1 | |
| #define HAVE_ERRNO_H 1 | |
| #define HAVE_FCNTL_H 1 | |
| #define HAVE_GRP_H 1 | |
| #define HAVE_LANGINFO_H 1 | |
| #define HAVE_NCURSES_H 1 | |
| #define HAVE_POLL_H 1 | |
| #define HAVE_PTHREAD_H 1 | |
| #define HAVE_SIGNAL_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_TERMIOS_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_UTIME_H 1 | |
| #define HAVE_SYS_EVENT_H 1 | |
| #define HAVE_SYS_FILE_H 1 | |
| #define HAVE_SYS_LOCK_H 1 | |
| #define HAVE_SYS_PARAM_H 1 | |
| #define HAVE_SYS_POLL_H 1 | |
| #define HAVE_SYS_SELECT_H 1 | |
| #define HAVE_SYS_SOCKET_H 1 | |
| #define HAVE_SYS_STATVFS_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_SYS_TIME_H 1 | |
| #define HAVE_SYS_TIMES_H 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_UN_H 1 | |
| #define HAVE_SYS_UTSNAME_H 1 | |
| #define HAVE_SYS_WAIT_H 1 | |
| #define HAVE_SYS_RESOURCE_H 1 | |
| #define HAVE_SYSEXITS_H 1 | |
| #define HAVE_DIRENT_H 1 | |
| #define HAVE_TERM_H 1 | |
| #define HAVE_MAKEDEV 1 | |
| #define _LARGEFILE_SOURCE 1 | |
| #define _FILE_OFFSET_BITS 64 | |
| #if defined(SCO_DS) | |
| #undef _OFF_T | |
| #endif | |
| #define RETSIGTYPE void | |
| #define HAVE_SSIZE_T 1 | |
| #define SIZEOF_INT 4 | |
| #define SIZEOF_LONG 8 | |
| #define SIZEOF_VOID_P 8 | |
| #define SIZEOF_SHORT 2 | |
| #define SIZEOF_FLOAT 4 | |
| #define SIZEOF_DOUBLE 8 | |
| #define SIZEOF_FPOS_T 8 | |
| #define SIZEOF_SIZE_T 8 | |
| #define SIZEOF_PID_T 4 | |
| #define HAVE_LONG_LONG 1 | |
| #define SIZEOF_LONG_LONG 8 | |
| #define HAVE_LONG_DOUBLE 1 | |
| #define SIZEOF_LONG_DOUBLE 16 | |
| #define HAVE_C99_BOOL 1 | |
| #define SIZEOF__BOOL 1 | |
| #define HAVE_UINTPTR_T 1 | |
| #define SIZEOF_UINTPTR_T 8 | |
| #define SIZEOF_OFF_T 8 | |
| #define SIZEOF_TIME_T 8 | |
| #define SIZEOF_PTHREAD_T 8 | |
| #define USE_TOOLBOX_OBJECT_GLUE 1 | |
| #define WITH_DYLD 1 | |
| #define SHLIB_EXT ".so" | |
| #define WITH_THREAD 1 | |
| #define _REENTRANT 1 | |
| #define HAVE_OSX105_SDK 1 | |
| #define WITH_DOC_STRINGS 1 | |
| #define WITH_PYMALLOC 1 | |
| /* end confdefs.h. */ | |
| /* Define killpg to an innocuous variant, in case <limits.h> declares killpg. | |
| For example, HP-UX 11i <limits.h> declares gettimeofday. */ | |
| #define killpg innocuous_killpg | |
| | |
| /* System header to define __stub macros and hopefully few prototypes, | |
| which can conflict with char killpg (); 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 killpg | |
| | |
| /* 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 killpg (); | |
| /* 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_killpg || defined __stub___killpg | |
| choke me | |
| #endif | |
| | |
| int | |
| main () | |
| { | |
| return killpg (); | |
| ; | |
| return 0; | |
| } | |
configure:16280: result: no | |
configure:16200: checking for lchmod | |
configure:16256: /usr/bin/cc -o conftest -O3 -march=core2 -msse4 -w -pipe -I/usr/local/Cellar/readline/6.1/include -arch i386 -arch ppc -arch ppc64 -arch x86_64 -isysroot / -L/usr/local/Cellar/readline/6.1/lib conftest.c >&5 | |
cc1: error: unrecognized command line option "-march=core2" | |
cc1: error: unrecognized command line option "-msse4" | |
cc1: error: unrecognized command line option "-march=core2" | |
cc1: error: unrecognized command line option "-msse4" | |
lipo: can't figure out the architecture type of: /var/folders/tc/tc6XgOadEhmatl76xhT7Y++++TI/-Tmp-//cczqO8WX.out | |
configure:16262: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h. */ | |
| #define _GNU_SOURCE 1 | |
| #define _NETBSD_SOURCE 1 | |
| #define __BSD_VISIBLE 1 | |
| #define _BSD_TYPES 1 | |
| #define _DARWIN_C_SOURCE 1 | |
| #define _XOPEN_SOURCE 600 | |
| #define _XOPEN_SOURCE_EXTENDED 1 | |
| #define _POSIX_C_SOURCE 200112L | |
| #define Py_ENABLE_SHARED 1 | |
| #define HAVE_ATTRIBUTE_FORMAT_PARSETUPLE 1 | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_MEMORY_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_CURSES_H 1 | |
| #define HAVE_DLFCN_H 1 | |
| #define HAVE_ERRNO_H 1 | |
| #define HAVE_FCNTL_H 1 | |
| #define HAVE_GRP_H 1 | |
| #define HAVE_LANGINFO_H 1 | |
| #define HAVE_NCURSES_H 1 | |
| #define HAVE_POLL_H 1 | |
| #define HAVE_PTHREAD_H 1 | |
| #define HAVE_SIGNAL_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_TERMIOS_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_UTIME_H 1 | |
| #define HAVE_SYS_EVENT_H 1 | |
| #define HAVE_SYS_FILE_H 1 | |
| #define HAVE_SYS_LOCK_H 1 | |
| #define HAVE_SYS_PARAM_H 1 | |
| #define HAVE_SYS_POLL_H 1 | |
| #define HAVE_SYS_SELECT_H 1 | |
| #define HAVE_SYS_SOCKET_H 1 | |
| #define HAVE_SYS_STATVFS_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_SYS_TIME_H 1 | |
| #define HAVE_SYS_TIMES_H 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_UN_H 1 | |
| #define HAVE_SYS_UTSNAME_H 1 | |
| #define HAVE_SYS_WAIT_H 1 | |
| #define HAVE_SYS_RESOURCE_H 1 | |
| #define HAVE_SYSEXITS_H 1 | |
| #define HAVE_DIRENT_H 1 | |
| #define HAVE_TERM_H 1 | |
| #define HAVE_MAKEDEV 1 | |
| #define _LARGEFILE_SOURCE 1 | |
| #define _FILE_OFFSET_BITS 64 | |
| #if defined(SCO_DS) | |
| #undef _OFF_T | |
| #endif | |
| #define RETSIGTYPE void | |
| #define HAVE_SSIZE_T 1 | |
| #define SIZEOF_INT 4 | |
| #define SIZEOF_LONG 8 | |
| #define SIZEOF_VOID_P 8 | |
| #define SIZEOF_SHORT 2 | |
| #define SIZEOF_FLOAT 4 | |
| #define SIZEOF_DOUBLE 8 | |
| #define SIZEOF_FPOS_T 8 | |
| #define SIZEOF_SIZE_T 8 | |
| #define SIZEOF_PID_T 4 | |
| #define HAVE_LONG_LONG 1 | |
| #define SIZEOF_LONG_LONG 8 | |
| #define HAVE_LONG_DOUBLE 1 | |
| #define SIZEOF_LONG_DOUBLE 16 | |
| #define HAVE_C99_BOOL 1 | |
| #define SIZEOF__BOOL 1 | |
| #define HAVE_UINTPTR_T 1 | |
| #define SIZEOF_UINTPTR_T 8 | |
| #define SIZEOF_OFF_T 8 | |
| #define SIZEOF_TIME_T 8 | |
| #define SIZEOF_PTHREAD_T 8 | |
| #define USE_TOOLBOX_OBJECT_GLUE 1 | |
| #define WITH_DYLD 1 | |
| #define SHLIB_EXT ".so" | |
| #define WITH_THREAD 1 | |
| #define _REENTRANT 1 | |
| #define HAVE_OSX105_SDK 1 | |
| #define WITH_DOC_STRINGS 1 | |
| #define WITH_PYMALLOC 1 | |
| /* end confdefs.h. */ | |
| /* Define lchmod to an innocuous variant, in case <limits.h> declares lchmod. | |
| For example, HP-UX 11i <limits.h> declares gettimeofday. */ | |
| #define lchmod innocuous_lchmod | |
| | |
| /* System header to define __stub macros and hopefully few prototypes, | |
| which can conflict with char lchmod (); 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 lchmod | |
| | |
| /* 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 lchmod (); | |
| /* 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_lchmod || defined __stub___lchmod | |
| choke me | |
| #endif | |
| | |
| int | |
| main () | |
| { | |
| return lchmod (); | |
| ; | |
| return 0; | |
| } | |
configure:16280: result: no | |
configure:16200: checking for lchown | |
configure:16256: /usr/bin/cc -o conftest -O3 -march=core2 -msse4 -w -pipe -I/usr/local/Cellar/readline/6.1/include -arch i386 -arch ppc -arch ppc64 -arch x86_64 -isysroot / -L/usr/local/Cellar/readline/6.1/lib conftest.c >&5 | |
cc1: error: unrecognized command line option "-march=core2" | |
cc1: error: unrecognized command line option "-msse4" | |
cc1: error: unrecognized command line option "-march=core2" | |
cc1: error: unrecognized command line option "-msse4" | |
lipo: can't figure out the architecture type of: /var/folders/tc/tc6XgOadEhmatl76xhT7Y++++TI/-Tmp-//cc3EUKnb.out | |
configure:16262: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h. */ | |
| #define _GNU_SOURCE 1 | |
| #define _NETBSD_SOURCE 1 | |
| #define __BSD_VISIBLE 1 | |
| #define _BSD_TYPES 1 | |
| #define _DARWIN_C_SOURCE 1 | |
| #define _XOPEN_SOURCE 600 | |
| #define _XOPEN_SOURCE_EXTENDED 1 | |
| #define _POSIX_C_SOURCE 200112L | |
| #define Py_ENABLE_SHARED 1 | |
| #define HAVE_ATTRIBUTE_FORMAT_PARSETUPLE 1 | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_MEMORY_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_CURSES_H 1 | |
| #define HAVE_DLFCN_H 1 | |
| #define HAVE_ERRNO_H 1 | |
| #define HAVE_FCNTL_H 1 | |
| #define HAVE_GRP_H 1 | |
| #define HAVE_LANGINFO_H 1 | |
| #define HAVE_NCURSES_H 1 | |
| #define HAVE_POLL_H 1 | |
| #define HAVE_PTHREAD_H 1 | |
| #define HAVE_SIGNAL_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_TERMIOS_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_UTIME_H 1 | |
| #define HAVE_SYS_EVENT_H 1 | |
| #define HAVE_SYS_FILE_H 1 | |
| #define HAVE_SYS_LOCK_H 1 | |
| #define HAVE_SYS_PARAM_H 1 | |
| #define HAVE_SYS_POLL_H 1 | |
| #define HAVE_SYS_SELECT_H 1 | |
| #define HAVE_SYS_SOCKET_H 1 | |
| #define HAVE_SYS_STATVFS_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_SYS_TIME_H 1 | |
| #define HAVE_SYS_TIMES_H 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_UN_H 1 | |
| #define HAVE_SYS_UTSNAME_H 1 | |
| #define HAVE_SYS_WAIT_H 1 | |
| #define HAVE_SYS_RESOURCE_H 1 | |
| #define HAVE_SYSEXITS_H 1 | |
| #define HAVE_DIRENT_H 1 | |
| #define HAVE_TERM_H 1 | |
| #define HAVE_MAKEDEV 1 | |
| #define _LARGEFILE_SOURCE 1 | |
| #define _FILE_OFFSET_BITS 64 | |
| #if defined(SCO_DS) | |
| #undef _OFF_T | |
| #endif | |
| #define RETSIGTYPE void | |
| #define HAVE_SSIZE_T 1 | |
| #define SIZEOF_INT 4 | |
| #define SIZEOF_LONG 8 | |
| #define SIZEOF_VOID_P 8 | |
| #define SIZEOF_SHORT 2 | |
| #define SIZEOF_FLOAT 4 | |
| #define SIZEOF_DOUBLE 8 | |
| #define SIZEOF_FPOS_T 8 | |
| #define SIZEOF_SIZE_T 8 | |
| #define SIZEOF_PID_T 4 | |
| #define HAVE_LONG_LONG 1 | |
| #define SIZEOF_LONG_LONG 8 | |
| #define HAVE_LONG_DOUBLE 1 | |
| #define SIZEOF_LONG_DOUBLE 16 | |
| #define HAVE_C99_BOOL 1 | |
| #define SIZEOF__BOOL 1 | |
| #define HAVE_UINTPTR_T 1 | |
| #define SIZEOF_UINTPTR_T 8 | |
| #define SIZEOF_OFF_T 8 | |
| #define SIZEOF_TIME_T 8 | |
| #define SIZEOF_PTHREAD_T 8 | |
| #define USE_TOOLBOX_OBJECT_GLUE 1 | |
| #define WITH_DYLD 1 | |
| #define SHLIB_EXT ".so" | |
| #define WITH_THREAD 1 | |
| #define _REENTRANT 1 | |
| #define HAVE_OSX105_SDK 1 | |
| #define WITH_DOC_STRINGS 1 | |
| #define WITH_PYMALLOC 1 | |
| /* end confdefs.h. */ | |
| /* Define lchown to an innocuous variant, in case <limits.h> declares lchown. | |
| For example, HP-UX 11i <limits.h> declares gettimeofday. */ | |
| #define lchown innocuous_lchown | |
| | |
| /* System header to define __stub macros and hopefully few prototypes, | |
| which can conflict with char lchown (); 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 lchown | |
| | |
| /* 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 lchown (); | |
| /* 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_lchown || defined __stub___lchown | |
| choke me | |
| #endif | |
| | |
| int | |
| main () | |
| { | |
| return lchown (); | |
| ; | |
| return 0; | |
| } | |
configure:16280: result: no | |
configure:16200: checking for lstat | |
configure:16256: /usr/bin/cc -o conftest -O3 -march=core2 -msse4 -w -pipe -I/usr/local/Cellar/readline/6.1/include -arch i386 -arch ppc -arch ppc64 -arch x86_64 -isysroot / -L/usr/local/Cellar/readline/6.1/lib conftest.c >&5 | |
cc1: error: unrecognized command line option "-march=core2" | |
cc1: error: unrecognized command line option "-msse4" | |
cc1: error: unrecognized command line option "-march=core2" | |
cc1: error: unrecognized command line option "-msse4" | |
lipo: can't figure out the architecture type of: /var/folders/tc/tc6XgOadEhmatl76xhT7Y++++TI/-Tmp-//ccuXBcu4.out | |
configure:16262: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h. */ | |
| #define _GNU_SOURCE 1 | |
| #define _NETBSD_SOURCE 1 | |
| #define __BSD_VISIBLE 1 | |
| #define _BSD_TYPES 1 | |
| #define _DARWIN_C_SOURCE 1 | |
| #define _XOPEN_SOURCE 600 | |
| #define _XOPEN_SOURCE_EXTENDED 1 | |
| #define _POSIX_C_SOURCE 200112L | |
| #define Py_ENABLE_SHARED 1 | |
| #define HAVE_ATTRIBUTE_FORMAT_PARSETUPLE 1 | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_MEMORY_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_CURSES_H 1 | |
| #define HAVE_DLFCN_H 1 | |
| #define HAVE_ERRNO_H 1 | |
| #define HAVE_FCNTL_H 1 | |
| #define HAVE_GRP_H 1 | |
| #define HAVE_LANGINFO_H 1 | |
| #define HAVE_NCURSES_H 1 | |
| #define HAVE_POLL_H 1 | |
| #define HAVE_PTHREAD_H 1 | |
| #define HAVE_SIGNAL_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_TERMIOS_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_UTIME_H 1 | |
| #define HAVE_SYS_EVENT_H 1 | |
| #define HAVE_SYS_FILE_H 1 | |
| #define HAVE_SYS_LOCK_H 1 | |
| #define HAVE_SYS_PARAM_H 1 | |
| #define HAVE_SYS_POLL_H 1 | |
| #define HAVE_SYS_SELECT_H 1 | |
| #define HAVE_SYS_SOCKET_H 1 | |
| #define HAVE_SYS_STATVFS_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_SYS_TIME_H 1 | |
| #define HAVE_SYS_TIMES_H 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_UN_H 1 | |
| #define HAVE_SYS_UTSNAME_H 1 | |
| #define HAVE_SYS_WAIT_H 1 | |
| #define HAVE_SYS_RESOURCE_H 1 | |
| #define HAVE_SYSEXITS_H 1 | |
| #define HAVE_DIRENT_H 1 | |
| #define HAVE_TERM_H 1 | |
| #define HAVE_MAKEDEV 1 | |
| #define _LARGEFILE_SOURCE 1 | |
| #define _FILE_OFFSET_BITS 64 | |
| #if defined(SCO_DS) | |
| #undef _OFF_T | |
| #endif | |
| #define RETSIGTYPE void | |
| #define HAVE_SSIZE_T 1 | |
| #define SIZEOF_INT 4 | |
| #define SIZEOF_LONG 8 | |
| #define SIZEOF_VOID_P 8 | |
| #define SIZEOF_SHORT 2 | |
| #define SIZEOF_FLOAT 4 | |
| #define SIZEOF_DOUBLE 8 | |
| #define SIZEOF_FPOS_T 8 | |
| #define SIZEOF_SIZE_T 8 | |
| #define SIZEOF_PID_T 4 | |
| #define HAVE_LONG_LONG 1 | |
| #define SIZEOF_LONG_LONG 8 | |
| #define HAVE_LONG_DOUBLE 1 | |
| #define SIZEOF_LONG_DOUBLE 16 | |
| #define HAVE_C99_BOOL 1 | |
| #define SIZEOF__BOOL 1 | |
| #define HAVE_UINTPTR_T 1 | |
| #define SIZEOF_UINTPTR_T 8 | |
| #define SIZEOF_OFF_T 8 | |
| #define SIZEOF_TIME_T 8 | |
| #define SIZEOF_PTHREAD_T 8 | |
| #define USE_TOOLBOX_OBJECT_GLUE 1 | |
| #define WITH_DYLD 1 | |
| #define SHLIB_EXT ".so" | |
| #define WITH_THREAD 1 | |
| #define _REENTRANT 1 | |
| #define HAVE_OSX105_SDK 1 | |
| #define WITH_DOC_STRINGS 1 | |
| #define WITH_PYMALLOC 1 | |
| /* end confdefs.h. */ | |
| /* Define lstat to an innocuous variant, in case <limits.h> declares lstat. | |
| For example, HP-UX 11i <limits.h> declares gettimeofday. */ | |
| #define lstat innocuous_lstat | |
| | |
| /* System header to define __stub macros and hopefully few prototypes, | |
| which can conflict with char lstat (); 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 lstat | |
| | |
| /* 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 lstat (); | |
| /* 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_lstat || defined __stub___lstat | |
| choke me | |
| #endif | |
| | |
| int | |
| main () | |
| { | |
| return lstat (); | |
| ; | |
| return 0; | |
| } | |
configure:16280: result: no | |
configure:16200: checking for mkfifo | |
configure:16256: /usr/bin/cc -o conftest -O3 -march=core2 -msse4 -w -pipe -I/usr/local/Cellar/readline/6.1/include -arch i386 -arch ppc -arch ppc64 -arch x86_64 -isysroot / -L/usr/local/Cellar/readline/6.1/lib conftest.c >&5 | |
cc1: error: unrecognized command line option "-march=core2" | |
cc1: error: unrecognized command line option "-msse4" | |
cc1: error: unrecognized command line option "-march=core2" | |
cc1: error: unrecognized command line option "-msse4" | |
lipo: can't figure out the architecture type of: /var/folders/tc/tc6XgOadEhmatl76xhT7Y++++TI/-Tmp-//ccuFcGwH.out | |
configure:16262: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h. */ | |
| #define _GNU_SOURCE 1 | |
| #define _NETBSD_SOURCE 1 | |
| #define __BSD_VISIBLE 1 | |
| #define _BSD_TYPES 1 | |
| #define _DARWIN_C_SOURCE 1 | |
| #define _XOPEN_SOURCE 600 | |
| #define _XOPEN_SOURCE_EXTENDED 1 | |
| #define _POSIX_C_SOURCE 200112L | |
| #define Py_ENABLE_SHARED 1 | |
| #define HAVE_ATTRIBUTE_FORMAT_PARSETUPLE 1 | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_MEMORY_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_CURSES_H 1 | |
| #define HAVE_DLFCN_H 1 | |
| #define HAVE_ERRNO_H 1 | |
| #define HAVE_FCNTL_H 1 | |
| #define HAVE_GRP_H 1 | |
| #define HAVE_LANGINFO_H 1 | |
| #define HAVE_NCURSES_H 1 | |
| #define HAVE_POLL_H 1 | |
| #define HAVE_PTHREAD_H 1 | |
| #define HAVE_SIGNAL_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_TERMIOS_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_UTIME_H 1 | |
| #define HAVE_SYS_EVENT_H 1 | |
| #define HAVE_SYS_FILE_H 1 | |
| #define HAVE_SYS_LOCK_H 1 | |
| #define HAVE_SYS_PARAM_H 1 | |
| #define HAVE_SYS_POLL_H 1 | |
| #define HAVE_SYS_SELECT_H 1 | |
| #define HAVE_SYS_SOCKET_H 1 | |
| #define HAVE_SYS_STATVFS_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_SYS_TIME_H 1 | |
| #define HAVE_SYS_TIMES_H 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_UN_H 1 | |
| #define HAVE_SYS_UTSNAME_H 1 | |
| #define HAVE_SYS_WAIT_H 1 | |
| #define HAVE_SYS_RESOURCE_H 1 | |
| #define HAVE_SYSEXITS_H 1 | |
| #define HAVE_DIRENT_H 1 | |
| #define HAVE_TERM_H 1 | |
| #define HAVE_MAKEDEV 1 | |
| #define _LARGEFILE_SOURCE 1 | |
| #define _FILE_OFFSET_BITS 64 | |
| #if defined(SCO_DS) | |
| #undef _OFF_T | |
| #endif | |
| #define RETSIGTYPE void | |
| #define HAVE_SSIZE_T 1 | |
| #define SIZEOF_INT 4 | |
| #define SIZEOF_LONG 8 | |
| #define SIZEOF_VOID_P 8 | |
| #define SIZEOF_SHORT 2 | |
| #define SIZEOF_FLOAT 4 | |
| #define SIZEOF_DOUBLE 8 | |
| #define SIZEOF_FPOS_T 8 | |
| #define SIZEOF_SIZE_T 8 | |
| #define SIZEOF_PID_T 4 | |
| #define HAVE_LONG_LONG 1 | |
| #define SIZEOF_LONG_LONG 8 | |
| #define HAVE_LONG_DOUBLE 1 | |
| #define SIZEOF_LONG_DOUBLE 16 | |
| #define HAVE_C99_BOOL 1 | |
| #define SIZEOF__BOOL 1 | |
| #define HAVE_UINTPTR_T 1 | |
| #define SIZEOF_UINTPTR_T 8 | |
| #define SIZEOF_OFF_T 8 | |
| #define SIZEOF_TIME_T 8 | |
| #define SIZEOF_PTHREAD_T 8 | |
| #define USE_TOOLBOX_OBJECT_GLUE 1 | |
| #define WITH_DYLD 1 | |
| #define SHLIB_EXT ".so" | |
| #define WITH_THREAD 1 | |
| #define _REENTRANT 1 | |
| #define HAVE_OSX105_SDK 1 | |
| #define WITH_DOC_STRINGS 1 | |
| #define WITH_PYMALLOC 1 | |
| /* end confdefs.h. */ | |
| /* Define mkfifo to an innocuous variant, in case <limits.h> declares mkfifo. | |
| For example, HP-UX 11i <limits.h> declares gettimeofday. */ | |
| #define mkfifo innocuous_mkfifo | |
| | |
| /* System header to define __stub macros and hopefully few prototypes, | |
| which can conflict with char mkfifo (); 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 mkfifo | |
| | |
| /* 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 mkfifo (); | |
| /* 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_mkfifo || defined __stub___mkfifo | |
| choke me | |
| #endif | |
| | |
| int | |
| main () | |
| { | |
| return mkfifo (); | |
| ; | |
| return 0; | |
| } | |
configure:16280: result: no | |
configure:16200: checking for mknod | |
configure:16256: /usr/bin/cc -o conftest -O3 -march=core2 -msse4 -w -pipe -I/usr/local/Cellar/readline/6.1/include -arch i386 -arch ppc -arch ppc64 -arch x86_64 -isysroot / -L/usr/local/Cellar/readline/6.1/lib conftest.c >&5 | |
cc1: error: unrecognized command line option "-march=core2" | |
cc1: error: unrecognized command line option "-msse4" | |
cc1: error: unrecognized command line option "-march=core2" | |
cc1: error: unrecognized command line option "-msse4" | |
lipo: can't figure out the architecture type of: /var/folders/tc/tc6XgOadEhmatl76xhT7Y++++TI/-Tmp-//ccLtMfPS.out | |
configure:16262: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h. */ | |
| #define _GNU_SOURCE 1 | |
| #define _NETBSD_SOURCE 1 | |
| #define __BSD_VISIBLE 1 | |
| #define _BSD_TYPES 1 | |
| #define _DARWIN_C_SOURCE 1 | |
| #define _XOPEN_SOURCE 600 | |
| #define _XOPEN_SOURCE_EXTENDED 1 | |
| #define _POSIX_C_SOURCE 200112L | |
| #define Py_ENABLE_SHARED 1 | |
| #define HAVE_ATTRIBUTE_FORMAT_PARSETUPLE 1 | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_MEMORY_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_CURSES_H 1 | |
| #define HAVE_DLFCN_H 1 | |
| #define HAVE_ERRNO_H 1 | |
| #define HAVE_FCNTL_H 1 | |
| #define HAVE_GRP_H 1 | |
| #define HAVE_LANGINFO_H 1 | |
| #define HAVE_NCURSES_H 1 | |
| #define HAVE_POLL_H 1 | |
| #define HAVE_PTHREAD_H 1 | |
| #define HAVE_SIGNAL_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_TERMIOS_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_UTIME_H 1 | |
| #define HAVE_SYS_EVENT_H 1 | |
| #define HAVE_SYS_FILE_H 1 | |
| #define HAVE_SYS_LOCK_H 1 | |
| #define HAVE_SYS_PARAM_H 1 | |
| #define HAVE_SYS_POLL_H 1 | |
| #define HAVE_SYS_SELECT_H 1 | |
| #define HAVE_SYS_SOCKET_H 1 | |
| #define HAVE_SYS_STATVFS_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_SYS_TIME_H 1 | |
| #define HAVE_SYS_TIMES_H 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_UN_H 1 | |
| #define HAVE_SYS_UTSNAME_H 1 | |
| #define HAVE_SYS_WAIT_H 1 | |
| #define HAVE_SYS_RESOURCE_H 1 | |
| #define HAVE_SYSEXITS_H 1 | |
| #define HAVE_DIRENT_H 1 | |
| #define HAVE_TERM_H 1 | |
| #define HAVE_MAKEDEV 1 | |
| #define _LARGEFILE_SOURCE 1 | |
| #define _FILE_OFFSET_BITS 64 | |
| #if defined(SCO_DS) | |
| #undef _OFF_T | |
| #endif | |
| #define RETSIGTYPE void | |
| #define HAVE_SSIZE_T 1 | |
| #define SIZEOF_INT 4 | |
| #define SIZEOF_LONG 8 | |
| #define SIZEOF_VOID_P 8 | |
| #define SIZEOF_SHORT 2 | |
| #define SIZEOF_FLOAT 4 | |
| #define SIZEOF_DOUBLE 8 | |
| #define SIZEOF_FPOS_T 8 | |
| #define SIZEOF_SIZE_T 8 | |
| #define SIZEOF_PID_T 4 | |
| #define HAVE_LONG_LONG 1 | |
| #define SIZEOF_LONG_LONG 8 | |
| #define HAVE_LONG_DOUBLE 1 | |
| #define SIZEOF_LONG_DOUBLE 16 | |
| #define HAVE_C99_BOOL 1 | |
| #define SIZEOF__BOOL 1 | |
| #define HAVE_UINTPTR_T 1 | |
| #define SIZEOF_UINTPTR_T 8 | |
| #define SIZEOF_OFF_T 8 | |
| #define SIZEOF_TIME_T 8 | |
| #define SIZEOF_PTHREAD_T 8 | |
| #define USE_TOOLBOX_OBJECT_GLUE 1 | |
| #define WITH_DYLD 1 | |
| #define SHLIB_EXT ".so" | |
| #define WITH_THREAD 1 | |
| #define _REENTRANT 1 | |
| #define HAVE_OSX105_SDK 1 | |
| #define WITH_DOC_STRINGS 1 | |
| #define WITH_PYMALLOC 1 | |
| /* end confdefs.h. */ | |
| /* Define mknod to an innocuous variant, in case <limits.h> declares mknod. | |
| For example, HP-UX 11i <limits.h> declares gettimeofday. */ | |
| #define mknod innocuous_mknod | |
| | |
| /* System header to define __stub macros and hopefully few prototypes, | |
| which can conflict with char mknod (); 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 mknod | |
| | |
| /* 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 mknod (); | |
| /* 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_mknod || defined __stub___mknod | |
| choke me | |
| #endif | |
| | |
| int | |
| main () | |
| { | |
| return mknod (); | |
| ; | |
| return 0; | |
| } | |
configure:16280: result: no | |
configure:16200: checking for mktime | |
configure:16256: /usr/bin/cc -o conftest -O3 -march=core2 -msse4 -w -pipe -I/usr/local/Cellar/readline/6.1/include -arch i386 -arch ppc -arch ppc64 -arch x86_64 -isysroot / -L/usr/local/Cellar/readline/6.1/lib conftest.c >&5 | |
cc1: error: unrecognized command line option "-march=core2" | |
cc1: error: unrecognized command line option "-msse4" | |
cc1: error: unrecognized command line option "-march=core2" | |
cc1: error: unrecognized command line option "-msse4" | |
lipo: can't figure out the architecture type of: /var/folders/tc/tc6XgOadEhmatl76xhT7Y++++TI/-Tmp-//ccDVCsD8.out | |
configure:16262: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h. */ | |
| #define _GNU_SOURCE 1 | |
| #define _NETBSD_SOURCE 1 | |
| #define __BSD_VISIBLE 1 | |
| #define _BSD_TYPES 1 | |
| #define _DARWIN_C_SOURCE 1 | |
| #define _XOPEN_SOURCE 600 | |
| #define _XOPEN_SOURCE_EXTENDED 1 | |
| #define _POSIX_C_SOURCE 200112L | |
| #define Py_ENABLE_SHARED 1 | |
| #define HAVE_ATTRIBUTE_FORMAT_PARSETUPLE 1 | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_MEMORY_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_CURSES_H 1 | |
| #define HAVE_DLFCN_H 1 | |
| #define HAVE_ERRNO_H 1 | |
| #define HAVE_FCNTL_H 1 | |
| #define HAVE_GRP_H 1 | |
| #define HAVE_LANGINFO_H 1 | |
| #define HAVE_NCURSES_H 1 | |
| #define HAVE_POLL_H 1 | |
| #define HAVE_PTHREAD_H 1 | |
| #define HAVE_SIGNAL_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_TERMIOS_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_UTIME_H 1 | |
| #define HAVE_SYS_EVENT_H 1 | |
| #define HAVE_SYS_FILE_H 1 | |
| #define HAVE_SYS_LOCK_H 1 | |
| #define HAVE_SYS_PARAM_H 1 | |
| #define HAVE_SYS_POLL_H 1 | |
| #define HAVE_SYS_SELECT_H 1 | |
| #define HAVE_SYS_SOCKET_H 1 | |
| #define HAVE_SYS_STATVFS_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_SYS_TIME_H 1 | |
| #define HAVE_SYS_TIMES_H 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_UN_H 1 | |
| #define HAVE_SYS_UTSNAME_H 1 | |
| #define HAVE_SYS_WAIT_H 1 | |
| #define HAVE_SYS_RESOURCE_H 1 | |
| #define HAVE_SYSEXITS_H 1 | |
| #define HAVE_DIRENT_H 1 | |
| #define HAVE_TERM_H 1 | |
| #define HAVE_MAKEDEV 1 | |
| #define _LARGEFILE_SOURCE 1 | |
| #define _FILE_OFFSET_BITS 64 | |
| #if defined(SCO_DS) | |
| #undef _OFF_T | |
| #endif | |
| #define RETSIGTYPE void | |
| #define HAVE_SSIZE_T 1 | |
| #define SIZEOF_INT 4 | |
| #define SIZEOF_LONG 8 | |
| #define SIZEOF_VOID_P 8 | |
| #define SIZEOF_SHORT 2 | |
| #define SIZEOF_FLOAT 4 | |
| #define SIZEOF_DOUBLE 8 | |
| #define SIZEOF_FPOS_T 8 | |
| #define SIZEOF_SIZE_T 8 | |
| #define SIZEOF_PID_T 4 | |
| #define HAVE_LONG_LONG 1 | |
| #define SIZEOF_LONG_LONG 8 | |
| #define HAVE_LONG_DOUBLE 1 | |
| #define SIZEOF_LONG_DOUBLE 16 | |
| #define HAVE_C99_BOOL 1 | |
| #define SIZEOF__BOOL 1 | |
| #define HAVE_UINTPTR_T 1 | |
| #define SIZEOF_UINTPTR_T 8 | |
| #define SIZEOF_OFF_T 8 | |
| #define SIZEOF_TIME_T 8 | |
| #define SIZEOF_PTHREAD_T 8 | |
| #define USE_TOOLBOX_OBJECT_GLUE 1 | |
| #define WITH_DYLD 1 | |
| #define SHLIB_EXT ".so" | |
| #define WITH_THREAD 1 | |
| #define _REENTRANT 1 | |
| #define HAVE_OSX105_SDK 1 | |
| #define WITH_DOC_STRINGS 1 | |
| #define WITH_PYMALLOC 1 | |
| /* end confdefs.h. */ | |
| /* Define mktime to an innocuous variant, in case <limits.h> declares mktime. | |
| For example, HP-UX 11i <limits.h> declares gettimeofday. */ | |
| #define mktime innocuous_mktime | |
| | |
| /* System header to define __stub macros and hopefully few prototypes, | |
| which can conflict with char mktime (); 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 mktime | |
| | |
| /* 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 mktime (); | |
| /* 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_mktime || defined __stub___mktime | |
| choke me | |
| #endif | |
| | |
| int | |
| main () | |
| { | |
| return mktime (); | |
| ; | |
| return 0; | |
| } | |
configure:16280: result: no | |
configure:16200: checking for mremap | |
configure:16256: /usr/bin/cc -o conftest -O3 -march=core2 -msse4 -w -pipe -I/usr/local/Cellar/readline/6.1/include -arch i386 -arch ppc -arch ppc64 -arch x86_64 -isysroot / -L/usr/local/Cellar/readline/6.1/lib conftest.c >&5 | |
Undefined symbols for architecture i386: | |
"_mremap", referenced from: | |
_main in cc8aJY0S.o | |
ld: symbol(s) not found for architecture i386 | |
collect2: ld returned 1 exit status | |
cc1: error: unrecognized command line option "-march=core2" | |
cc1: error: unrecognized command line option "-msse4" | |
cc1: error: unrecognized command line option "-march=core2" | |
cc1: error: unrecognized command line option "-msse4" | |
Undefined symbols for architecture x86_64: | |
"_mremap", referenced from: | |
_main in cckukj68.o | |
ld: symbol(s) not found for architecture x86_64 | |
collect2: ld returned 1 exit status | |
lipo: can't open input file: /var/folders/tc/tc6XgOadEhmatl76xhT7Y++++TI/-Tmp-//ccHCYv0l.out (No such file or directory) | |
configure:16262: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h. */ | |
| #define _GNU_SOURCE 1 | |
| #define _NETBSD_SOURCE 1 | |
| #define __BSD_VISIBLE 1 | |
| #define _BSD_TYPES 1 | |
| #define _DARWIN_C_SOURCE 1 | |
| #define _XOPEN_SOURCE 600 | |
| #define _XOPEN_SOURCE_EXTENDED 1 | |
| #define _POSIX_C_SOURCE 200112L | |
| #define Py_ENABLE_SHARED 1 | |
| #define HAVE_ATTRIBUTE_FORMAT_PARSETUPLE 1 | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_MEMORY_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_CURSES_H 1 | |
| #define HAVE_DLFCN_H 1 | |
| #define HAVE_ERRNO_H 1 | |
| #define HAVE_FCNTL_H 1 | |
| #define HAVE_GRP_H 1 | |
| #define HAVE_LANGINFO_H 1 | |
| #define HAVE_NCURSES_H 1 | |
| #define HAVE_POLL_H 1 | |
| #define HAVE_PTHREAD_H 1 | |
| #define HAVE_SIGNAL_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_TERMIOS_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_UTIME_H 1 | |
| #define HAVE_SYS_EVENT_H 1 | |
| #define HAVE_SYS_FILE_H 1 | |
| #define HAVE_SYS_LOCK_H 1 | |
| #define HAVE_SYS_PARAM_H 1 | |
| #define HAVE_SYS_POLL_H 1 | |
| #define HAVE_SYS_SELECT_H 1 | |
| #define HAVE_SYS_SOCKET_H 1 | |
| #define HAVE_SYS_STATVFS_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_SYS_TIME_H 1 | |
| #define HAVE_SYS_TIMES_H 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_UN_H 1 | |
| #define HAVE_SYS_UTSNAME_H 1 | |
| #define HAVE_SYS_WAIT_H 1 | |
| #define HAVE_SYS_RESOURCE_H 1 | |
| #define HAVE_SYSEXITS_H 1 | |
| #define HAVE_DIRENT_H 1 | |
| #define HAVE_TERM_H 1 | |
| #define HAVE_MAKEDEV 1 | |
| #define _LARGEFILE_SOURCE 1 | |
| #define _FILE_OFFSET_BITS 64 | |
| #if defined(SCO_DS) | |
| #undef _OFF_T | |
| #endif | |
| #define RETSIGTYPE void | |
| #define HAVE_SSIZE_T 1 | |
| #define SIZEOF_INT 4 | |
| #define SIZEOF_LONG 8 | |
| #define SIZEOF_VOID_P 8 | |
| #define SIZEOF_SHORT 2 | |
| #define SIZEOF_FLOAT 4 | |
| #define SIZEOF_DOUBLE 8 | |
| #define SIZEOF_FPOS_T 8 | |
| #define SIZEOF_SIZE_T 8 | |
| #define SIZEOF_PID_T 4 | |
| #define HAVE_LONG_LONG 1 | |
| #define SIZEOF_LONG_LONG 8 | |
| #define HAVE_LONG_DOUBLE 1 | |
| #define SIZEOF_LONG_DOUBLE 16 | |
| #define HAVE_C99_BOOL 1 | |
| #define SIZEOF__BOOL 1 | |
| #define HAVE_UINTPTR_T 1 | |
| #define SIZEOF_UINTPTR_T 8 | |
| #define SIZEOF_OFF_T 8 | |
| #define SIZEOF_TIME_T 8 | |
| #define SIZEOF_PTHREAD_T 8 | |
| #define USE_TOOLBOX_OBJECT_GLUE 1 | |
| #define WITH_DYLD 1 | |
| #define SHLIB_EXT ".so" | |
| #define WITH_THREAD 1 | |
| #define _REENTRANT 1 | |
| #define HAVE_OSX105_SDK 1 | |
| #define WITH_DOC_STRINGS 1 | |
| #define WITH_PYMALLOC 1 | |
| /* end confdefs.h. */ | |
| /* Define mremap to an innocuous variant, in case <limits.h> declares mremap. | |
| For example, HP-UX 11i <limits.h> declares gettimeofday. */ | |
| #define mremap innocuous_mremap | |
| | |
| /* System header to define __stub macros and hopefully few prototypes, | |
| which can conflict with char mremap (); 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 mremap | |
| | |
| /* 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 mremap (); | |
| /* 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_mremap || defined __stub___mremap | |
| choke me | |
| #endif | |
| | |
| int | |
| main () | |
| { | |
| return mremap (); | |
| ; | |
| return 0; | |
| } | |
configure:16280: result: no | |
configure:16200: checking for nice | |
configure:16256: /usr/bin/cc -o conftest -O3 -march=core2 -msse4 -w -pipe -I/usr/local/Cellar/readline/6.1/include -arch i386 -arch ppc -arch ppc64 -arch x86_64 -isysroot / -L/usr/local/Cellar/readline/6.1/lib conftest.c >&5 | |
cc1: error: unrecognized command line option "-march=core2" | |
cc1: error: unrecognized command line option "-msse4" | |
cc1: error: unrecognized command line option "-march=core2" | |
cc1: error: unrecognized command line option "-msse4" | |
lipo: can't figure out the architecture type of: /var/folders/tc/tc6XgOadEhmatl76xhT7Y++++TI/-Tmp-//ccVo3nnW.out | |
configure:16262: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h. */ | |
| #define _GNU_SOURCE 1 | |
| #define _NETBSD_SOURCE 1 | |
| #define __BSD_VISIBLE 1 | |
| #define _BSD_TYPES 1 | |
| #define _DARWIN_C_SOURCE 1 | |
| #define _XOPEN_SOURCE 600 | |
| #define _XOPEN_SOURCE_EXTENDED 1 | |
| #define _POSIX_C_SOURCE 200112L | |
| #define Py_ENABLE_SHARED 1 | |
| #define HAVE_ATTRIBUTE_FORMAT_PARSETUPLE 1 | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_MEMORY_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_CURSES_H 1 | |
| #define HAVE_DLFCN_H 1 | |
| #define HAVE_ERRNO_H 1 | |
| #define HAVE_FCNTL_H 1 | |
| #define HAVE_GRP_H 1 | |
| #define HAVE_LANGINFO_H 1 | |
| #define HAVE_NCURSES_H 1 | |
| #define HAVE_POLL_H 1 | |
| #define HAVE_PTHREAD_H 1 | |
| #define HAVE_SIGNAL_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_TERMIOS_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_UTIME_H 1 | |
| #define HAVE_SYS_EVENT_H 1 | |
| #define HAVE_SYS_FILE_H 1 | |
| #define HAVE_SYS_LOCK_H 1 | |
| #define HAVE_SYS_PARAM_H 1 | |
| #define HAVE_SYS_POLL_H 1 | |
| #define HAVE_SYS_SELECT_H 1 | |
| #define HAVE_SYS_SOCKET_H 1 | |
| #define HAVE_SYS_STATVFS_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_SYS_TIME_H 1 | |
| #define HAVE_SYS_TIMES_H 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_UN_H 1 | |
| #define HAVE_SYS_UTSNAME_H 1 | |
| #define HAVE_SYS_WAIT_H 1 | |
| #define HAVE_SYS_RESOURCE_H 1 | |
| #define HAVE_SYSEXITS_H 1 | |
| #define HAVE_DIRENT_H 1 | |
| #define HAVE_TERM_H 1 | |
| #define HAVE_MAKEDEV 1 | |
| #define _LARGEFILE_SOURCE 1 | |
| #define _FILE_OFFSET_BITS 64 | |
| #if defined(SCO_DS) | |
| #undef _OFF_T | |
| #endif | |
| #define RETSIGTYPE void | |
| #define HAVE_SSIZE_T 1 | |
| #define SIZEOF_INT 4 | |
| #define SIZEOF_LONG 8 | |
| #define SIZEOF_VOID_P 8 | |
| #define SIZEOF_SHORT 2 | |
| #define SIZEOF_FLOAT 4 | |
| #define SIZEOF_DOUBLE 8 | |
| #define SIZEOF_FPOS_T 8 | |
| #define SIZEOF_SIZE_T 8 | |
| #define SIZEOF_PID_T 4 | |
| #define HAVE_LONG_LONG 1 | |
| #define SIZEOF_LONG_LONG 8 | |
| #define HAVE_LONG_DOUBLE 1 | |
| #define SIZEOF_LONG_DOUBLE 16 | |
| #define HAVE_C99_BOOL 1 | |
| #define SIZEOF__BOOL 1 | |
| #define HAVE_UINTPTR_T 1 | |
| #define SIZEOF_UINTPTR_T 8 | |
| #define SIZEOF_OFF_T 8 | |
| #define SIZEOF_TIME_T 8 | |
| #define SIZEOF_PTHREAD_T 8 | |
| #define USE_TOOLBOX_OBJECT_GLUE 1 | |
| #define WITH_DYLD 1 | |
| #define SHLIB_EXT ".so" | |
| #define WITH_THREAD 1 | |
| #define _REENTRANT 1 | |
| #define HAVE_OSX105_SDK 1 | |
| #define WITH_DOC_STRINGS 1 | |
| #define WITH_PYMALLOC 1 | |
| /* end confdefs.h. */ | |
| /* Define nice to an innocuous variant, in case <limits.h> declares nice. | |
| For example, HP-UX 11i <limits.h> declares gettimeofday. */ | |
| #define nice innocuous_nice | |
| | |
| /* System header to define __stub macros and hopefully few prototypes, | |
| which can conflict with char nice (); 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 nice | |
| | |
| /* 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 nice (); | |
| /* 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_nice || defined __stub___nice | |
| choke me | |
| #endif | |
| | |
| int | |
| main () | |
| { | |
| return nice (); | |
| ; | |
| return 0; | |
| } | |
configure:16280: result: no | |
configure:16200: checking for pathconf | |
configure:16256: /usr/bin/cc -o conftest -O3 -march=core2 -msse4 -w -pipe -I/usr/local/Cellar/readline/6.1/include -arch i386 -arch ppc -arch ppc64 -arch x86_64 -isysroot / -L/usr/local/Cellar/readline/6.1/lib conftest.c >&5 | |
cc1: error: unrecognized command line option "-march=core2" | |
cc1: error: unrecognized command line option "-msse4" | |
cc1: error: unrecognized command line option "-march=core2" | |
cc1: error: unrecognized command line option "-msse4" | |
lipo: can't figure out the architecture type of: /var/folders/tc/tc6XgOadEhmatl76xhT7Y++++TI/-Tmp-//ccn2Gs7c.out | |
configure:16262: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h. */ | |
| #define _GNU_SOURCE 1 | |
| #define _NETBSD_SOURCE 1 | |
| #define __BSD_VISIBLE 1 | |
| #define _BSD_TYPES 1 | |
| #define _DARWIN_C_SOURCE 1 | |
| #define _XOPEN_SOURCE 600 | |
| #define _XOPEN_SOURCE_EXTENDED 1 | |
| #define _POSIX_C_SOURCE 200112L | |
| #define Py_ENABLE_SHARED 1 | |
| #define HAVE_ATTRIBUTE_FORMAT_PARSETUPLE 1 | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_MEMORY_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_CURSES_H 1 | |
| #define HAVE_DLFCN_H 1 | |
| #define HAVE_ERRNO_H 1 | |
| #define HAVE_FCNTL_H 1 | |
| #define HAVE_GRP_H 1 | |
| #define HAVE_LANGINFO_H 1 | |
| #define HAVE_NCURSES_H 1 | |
| #define HAVE_POLL_H 1 | |
| #define HAVE_PTHREAD_H 1 | |
| #define HAVE_SIGNAL_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_TERMIOS_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_UTIME_H 1 | |
| #define HAVE_SYS_EVENT_H 1 | |
| #define HAVE_SYS_FILE_H 1 | |
| #define HAVE_SYS_LOCK_H 1 | |
| #define HAVE_SYS_PARAM_H 1 | |
| #define HAVE_SYS_POLL_H 1 | |
| #define HAVE_SYS_SELECT_H 1 | |
| #define HAVE_SYS_SOCKET_H 1 | |
| #define HAVE_SYS_STATVFS_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_SYS_TIME_H 1 | |
| #define HAVE_SYS_TIMES_H 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_UN_H 1 | |
| #define HAVE_SYS_UTSNAME_H 1 | |
| #define HAVE_SYS_WAIT_H 1 | |
| #define HAVE_SYS_RESOURCE_H 1 | |
| #define HAVE_SYSEXITS_H 1 | |
| #define HAVE_DIRENT_H 1 | |
| #define HAVE_TERM_H 1 | |
| #define HAVE_MAKEDEV 1 | |
| #define _LARGEFILE_SOURCE 1 | |
| #define _FILE_OFFSET_BITS 64 | |
| #if defined(SCO_DS) | |
| #undef _OFF_T | |
| #endif | |
| #define RETSIGTYPE void | |
| #define HAVE_SSIZE_T 1 | |
| #define SIZEOF_INT 4 | |
| #define SIZEOF_LONG 8 | |
| #define SIZEOF_VOID_P 8 | |
| #define SIZEOF_SHORT 2 | |
| #define SIZEOF_FLOAT 4 | |
| #define SIZEOF_DOUBLE 8 | |
| #define SIZEOF_FPOS_T 8 | |
| #define SIZEOF_SIZE_T 8 | |
| #define SIZEOF_PID_T 4 | |
| #define HAVE_LONG_LONG 1 | |
| #define SIZEOF_LONG_LONG 8 | |
| #define HAVE_LONG_DOUBLE 1 | |
| #define SIZEOF_LONG_DOUBLE 16 | |
| #define HAVE_C99_BOOL 1 | |
| #define SIZEOF__BOOL 1 | |
| #define HAVE_UINTPTR_T 1 | |
| #define SIZEOF_UINTPTR_T 8 | |
| #define SIZEOF_OFF_T 8 | |
| #define SIZEOF_TIME_T 8 | |
| #define SIZEOF_PTHREAD_T 8 | |
| #define USE_TOOLBOX_OBJECT_GLUE 1 | |
| #define WITH_DYLD 1 | |
| #define SHLIB_EXT ".so" | |
| #define WITH_THREAD 1 | |
| #define _REENTRANT 1 | |
| #define HAVE_OSX105_SDK 1 | |
| #define WITH_DOC_STRINGS 1 | |
| #define WITH_PYMALLOC 1 | |
| /* end confdefs.h. */ | |
| /* Define pathconf to an innocuous variant, in case <limits.h> declares pathconf. | |
| For example, HP-UX 11i <limits.h> declares gettimeofday. */ | |
| #define pathconf innocuous_pathconf | |
| | |
| /* System header to define __stub macros and hopefully few prototypes, | |
| which can conflict with char pathconf (); 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 pathconf | |
| | |
| /* 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 pathconf (); | |
| /* 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_pathconf || defined __stub___pathconf | |
| choke me | |
| #endif | |
| | |
| int | |
| main () | |
| { | |
| return pathconf (); | |
| ; | |
| return 0; | |
| } | |
configure:16280: result: no | |
configure:16200: checking for pause | |
configure:16256: /usr/bin/cc -o conftest -O3 -march=core2 -msse4 -w -pipe -I/usr/local/Cellar/readline/6.1/include -arch i386 -arch ppc -arch ppc64 -arch x86_64 -isysroot / -L/usr/local/Cellar/readline/6.1/lib conftest.c >&5 | |
cc1: error: unrecognized command line option "-march=core2" | |
cc1: error: unrecognized command line option "-msse4" | |
cc1: error: unrecognized command line option "-march=core2" | |
cc1: error: unrecognized command line option "-msse4" | |
lipo: can't figure out the architecture type of: /var/folders/tc/tc6XgOadEhmatl76xhT7Y++++TI/-Tmp-//cc91scXF.out | |
configure:16262: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h. */ | |
| #define _GNU_SOURCE 1 | |
| #define _NETBSD_SOURCE 1 | |
| #define __BSD_VISIBLE 1 | |
| #define _BSD_TYPES 1 | |
| #define _DARWIN_C_SOURCE 1 | |
| #define _XOPEN_SOURCE 600 | |
| #define _XOPEN_SOURCE_EXTENDED 1 | |
| #define _POSIX_C_SOURCE 200112L | |
| #define Py_ENABLE_SHARED 1 | |
| #define HAVE_ATTRIBUTE_FORMAT_PARSETUPLE 1 | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_MEMORY_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_CURSES_H 1 | |
| #define HAVE_DLFCN_H 1 | |
| #define HAVE_ERRNO_H 1 | |
| #define HAVE_FCNTL_H 1 | |
| #define HAVE_GRP_H 1 | |
| #define HAVE_LANGINFO_H 1 | |
| #define HAVE_NCURSES_H 1 | |
| #define HAVE_POLL_H 1 | |
| #define HAVE_PTHREAD_H 1 | |
| #define HAVE_SIGNAL_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_TERMIOS_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_UTIME_H 1 | |
| #define HAVE_SYS_EVENT_H 1 | |
| #define HAVE_SYS_FILE_H 1 | |
| #define HAVE_SYS_LOCK_H 1 | |
| #define HAVE_SYS_PARAM_H 1 | |
| #define HAVE_SYS_POLL_H 1 | |
| #define HAVE_SYS_SELECT_H 1 | |
| #define HAVE_SYS_SOCKET_H 1 | |
| #define HAVE_SYS_STATVFS_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_SYS_TIME_H 1 | |
| #define HAVE_SYS_TIMES_H 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_UN_H 1 | |
| #define HAVE_SYS_UTSNAME_H 1 | |
| #define HAVE_SYS_WAIT_H 1 | |
| #define HAVE_SYS_RESOURCE_H 1 | |
| #define HAVE_SYSEXITS_H 1 | |
| #define HAVE_DIRENT_H 1 | |
| #define HAVE_TERM_H 1 | |
| #define HAVE_MAKEDEV 1 | |
| #define _LARGEFILE_SOURCE 1 | |
| #define _FILE_OFFSET_BITS 64 | |
| #if defined(SCO_DS) | |
| #undef _OFF_T | |
| #endif | |
| #define RETSIGTYPE void | |
| #define HAVE_SSIZE_T 1 | |
| #define SIZEOF_INT 4 | |
| #define SIZEOF_LONG 8 | |
| #define SIZEOF_VOID_P 8 | |
| #define SIZEOF_SHORT 2 | |
| #define SIZEOF_FLOAT 4 | |
| #define SIZEOF_DOUBLE 8 | |
| #define SIZEOF_FPOS_T 8 | |
| #define SIZEOF_SIZE_T 8 | |
| #define SIZEOF_PID_T 4 | |
| #define HAVE_LONG_LONG 1 | |
| #define SIZEOF_LONG_LONG 8 | |
| #define HAVE_LONG_DOUBLE 1 | |
| #define SIZEOF_LONG_DOUBLE 16 | |
| #define HAVE_C99_BOOL 1 | |
| #define SIZEOF__BOOL 1 | |
| #define HAVE_UINTPTR_T 1 | |
| #define SIZEOF_UINTPTR_T 8 | |
| #define SIZEOF_OFF_T 8 | |
| #define SIZEOF_TIME_T 8 | |
| #define SIZEOF_PTHREAD_T 8 | |
| #define USE_TOOLBOX_OBJECT_GLUE 1 | |
| #define WITH_DYLD 1 | |
| #define SHLIB_EXT ".so" | |
| #define WITH_THREAD 1 | |
| #define _REENTRANT 1 | |
| #define HAVE_OSX105_SDK 1 | |
| #define WITH_DOC_STRINGS 1 | |
| #define WITH_PYMALLOC 1 | |
| /* end confdefs.h. */ | |
| /* Define pause to an innocuous variant, in case <limits.h> declares pause. | |
| For example, HP-UX 11i <limits.h> declares gettimeofday. */ | |
| #define pause innocuous_pause | |
| | |
| /* System header to define __stub macros and hopefully few prototypes, | |
| which can conflict with char pause (); 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 pause | |
| | |
| /* 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 pause (); | |
| /* 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_pause || defined __stub___pause | |
| choke me | |
| #endif | |
| | |
| int | |
| main () | |
| { | |
| return pause (); | |
| ; | |
| return 0; | |
| } | |
configure:16280: result: no | |
configure:16200: checking for plock | |
configure:16256: /usr/bin/cc -o conftest -O3 -march=core2 -msse4 -w -pipe -I/usr/local/Cellar/readline/6.1/include -arch i386 -arch ppc -arch ppc64 -arch x86_64 -isysroot / -L/usr/local/Cellar/readline/6.1/lib conftest.c >&5 | |
Undefined symbols for architecture i386: | |
"_plock", referenced from: | |
_main in ccTtrODQ.o | |
ld: symbol(s) not found for architecture i386 | |
collect2: ld returned 1 exit status | |
cc1: error: unrecognized command line option "-march=core2" | |
cc1: error: unrecognized command line option "-msse4" | |
cc1: error: unrecognized command line option "-march=core2" | |
cc1: error: unrecognized command line option "-msse4" | |
Undefined symbols for architecture x86_64: | |
"_plock", referenced from: | |
_main in ccoqApRf.o | |
ld: symbol(s) not found for architecture x86_64 | |
collect2: ld returned 1 exit status | |
lipo: can't open input file: /var/folders/tc/tc6XgOadEhmatl76xhT7Y++++TI/-Tmp-//ccmUIxCJ.out (No such file or directory) | |
configure:16262: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h. */ | |
| #define _GNU_SOURCE 1 | |
| #define _NETBSD_SOURCE 1 | |
| #define __BSD_VISIBLE 1 | |
| #define _BSD_TYPES 1 | |
| #define _DARWIN_C_SOURCE 1 | |
| #define _XOPEN_SOURCE 600 | |
| #define _XOPEN_SOURCE_EXTENDED 1 | |
| #define _POSIX_C_SOURCE 200112L | |
| #define Py_ENABLE_SHARED 1 | |
| #define HAVE_ATTRIBUTE_FORMAT_PARSETUPLE 1 | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_MEMORY_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_CURSES_H 1 | |
| #define HAVE_DLFCN_H 1 | |
| #define HAVE_ERRNO_H 1 | |
| #define HAVE_FCNTL_H 1 | |
| #define HAVE_GRP_H 1 | |
| #define HAVE_LANGINFO_H 1 | |
| #define HAVE_NCURSES_H 1 | |
| #define HAVE_POLL_H 1 | |
| #define HAVE_PTHREAD_H 1 | |
| #define HAVE_SIGNAL_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_TERMIOS_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_UTIME_H 1 | |
| #define HAVE_SYS_EVENT_H 1 | |
| #define HAVE_SYS_FILE_H 1 | |
| #define HAVE_SYS_LOCK_H 1 | |
| #define HAVE_SYS_PARAM_H 1 | |
| #define HAVE_SYS_POLL_H 1 | |
| #define HAVE_SYS_SELECT_H 1 | |
| #define HAVE_SYS_SOCKET_H 1 | |
| #define HAVE_SYS_STATVFS_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_SYS_TIME_H 1 | |
| #define HAVE_SYS_TIMES_H 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_UN_H 1 | |
| #define HAVE_SYS_UTSNAME_H 1 | |
| #define HAVE_SYS_WAIT_H 1 | |
| #define HAVE_SYS_RESOURCE_H 1 | |
| #define HAVE_SYSEXITS_H 1 | |
| #define HAVE_DIRENT_H 1 | |
| #define HAVE_TERM_H 1 | |
| #define HAVE_MAKEDEV 1 | |
| #define _LARGEFILE_SOURCE 1 | |
| #define _FILE_OFFSET_BITS 64 | |
| #if defined(SCO_DS) | |
| #undef _OFF_T | |
| #endif | |
| #define RETSIGTYPE void | |
| #define HAVE_SSIZE_T 1 | |
| #define SIZEOF_INT 4 | |
| #define SIZEOF_LONG 8 | |
| #define SIZEOF_VOID_P 8 | |
| #define SIZEOF_SHORT 2 | |
| #define SIZEOF_FLOAT 4 | |
| #define SIZEOF_DOUBLE 8 | |
| #define SIZEOF_FPOS_T 8 | |
| #define SIZEOF_SIZE_T 8 | |
| #define SIZEOF_PID_T 4 | |
| #define HAVE_LONG_LONG 1 | |
| #define SIZEOF_LONG_LONG 8 | |
| #define HAVE_LONG_DOUBLE 1 | |
| #define SIZEOF_LONG_DOUBLE 16 | |
| #define HAVE_C99_BOOL 1 | |
| #define SIZEOF__BOOL 1 | |
| #define HAVE_UINTPTR_T 1 | |
| #define SIZEOF_UINTPTR_T 8 | |
| #define SIZEOF_OFF_T 8 | |
| #define SIZEOF_TIME_T 8 | |
| #define SIZEOF_PTHREAD_T 8 | |
| #define USE_TOOLBOX_OBJECT_GLUE 1 | |
| #define WITH_DYLD 1 | |
| #define SHLIB_EXT ".so" | |
| #define WITH_THREAD 1 | |
| #define _REENTRANT 1 | |
| #define HAVE_OSX105_SDK 1 | |
| #define WITH_DOC_STRINGS 1 | |
| #define WITH_PYMALLOC 1 | |
| /* end confdefs.h. */ | |
| /* Define plock to an innocuous variant, in case <limits.h> declares plock. | |
| For example, HP-UX 11i <limits.h> declares gettimeofday. */ | |
| #define plock innocuous_plock | |
| | |
| /* System header to define __stub macros and hopefully few prototypes, | |
| which can conflict with char plock (); 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 plock | |
| | |
| /* 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 plock (); | |
| /* 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_plock || defined __stub___plock | |
| choke me | |
| #endif | |
| | |
| int | |
| main () | |
| { | |
| return plock (); | |
| ; | |
| return 0; | |
| } | |
configure:16280: result: no | |
configure:16200: checking for poll | |
configure:16256: /usr/bin/cc -o conftest -O3 -march=core2 -msse4 -w -pipe -I/usr/local/Cellar/readline/6.1/include -arch i386 -arch ppc -arch ppc64 -arch x86_64 -isysroot / -L/usr/local/Cellar/readline/6.1/lib conftest.c >&5 | |
cc1: error: unrecognized command line option "-march=core2" | |
cc1: error: unrecognized command line option "-msse4" | |
cc1: error: unrecognized command line option "-march=core2" | |
cc1: error: unrecognized command line option "-msse4" | |
lipo: can't figure out the architecture type of: /var/folders/tc/tc6XgOadEhmatl76xhT7Y++++TI/-Tmp-//cckXBxA4.out | |
configure:16262: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h. */ | |
| #define _GNU_SOURCE 1 | |
| #define _NETBSD_SOURCE 1 | |
| #define __BSD_VISIBLE 1 | |
| #define _BSD_TYPES 1 | |
| #define _DARWIN_C_SOURCE 1 | |
| #define _XOPEN_SOURCE 600 | |
| #define _XOPEN_SOURCE_EXTENDED 1 | |
| #define _POSIX_C_SOURCE 200112L | |
| #define Py_ENABLE_SHARED 1 | |
| #define HAVE_ATTRIBUTE_FORMAT_PARSETUPLE 1 | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_MEMORY_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_CURSES_H 1 | |
| #define HAVE_DLFCN_H 1 | |
| #define HAVE_ERRNO_H 1 | |
| #define HAVE_FCNTL_H 1 | |
| #define HAVE_GRP_H 1 | |
| #define HAVE_LANGINFO_H 1 | |
| #define HAVE_NCURSES_H 1 | |
| #define HAVE_POLL_H 1 | |
| #define HAVE_PTHREAD_H 1 | |
| #define HAVE_SIGNAL_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_TERMIOS_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_UTIME_H 1 | |
| #define HAVE_SYS_EVENT_H 1 | |
| #define HAVE_SYS_FILE_H 1 | |
| #define HAVE_SYS_LOCK_H 1 | |
| #define HAVE_SYS_PARAM_H 1 | |
| #define HAVE_SYS_POLL_H 1 | |
| #define HAVE_SYS_SELECT_H 1 | |
| #define HAVE_SYS_SOCKET_H 1 | |
| #define HAVE_SYS_STATVFS_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_SYS_TIME_H 1 | |
| #define HAVE_SYS_TIMES_H 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_UN_H 1 | |
| #define HAVE_SYS_UTSNAME_H 1 | |
| #define HAVE_SYS_WAIT_H 1 | |
| #define HAVE_SYS_RESOURCE_H 1 | |
| #define HAVE_SYSEXITS_H 1 | |
| #define HAVE_DIRENT_H 1 | |
| #define HAVE_TERM_H 1 | |
| #define HAVE_MAKEDEV 1 | |
| #define _LARGEFILE_SOURCE 1 | |
| #define _FILE_OFFSET_BITS 64 | |
| #if defined(SCO_DS) | |
| #undef _OFF_T | |
| #endif | |
| #define RETSIGTYPE void | |
| #define HAVE_SSIZE_T 1 | |
| #define SIZEOF_INT 4 | |
| #define SIZEOF_LONG 8 | |
| #define SIZEOF_VOID_P 8 | |
| #define SIZEOF_SHORT 2 | |
| #define SIZEOF_FLOAT 4 | |
| #define SIZEOF_DOUBLE 8 | |
| #define SIZEOF_FPOS_T 8 | |
| #define SIZEOF_SIZE_T 8 | |
| #define SIZEOF_PID_T 4 | |
| #define HAVE_LONG_LONG 1 | |
| #define SIZEOF_LONG_LONG 8 | |
| #define HAVE_LONG_DOUBLE 1 | |
| #define SIZEOF_LONG_DOUBLE 16 | |
| #define HAVE_C99_BOOL 1 | |
| #define SIZEOF__BOOL 1 | |
| #define HAVE_UINTPTR_T 1 | |
| #define SIZEOF_UINTPTR_T 8 | |
| #define SIZEOF_OFF_T 8 | |
| #define SIZEOF_TIME_T 8 | |
| #define SIZEOF_PTHREAD_T 8 | |
| #define USE_TOOLBOX_OBJECT_GLUE 1 | |
| #define WITH_DYLD 1 | |
| #define SHLIB_EXT ".so" | |
| #define WITH_THREAD 1 | |
| #define _REENTRANT 1 | |
| #define HAVE_OSX105_SDK 1 | |
| #define WITH_DOC_STRINGS 1 | |
| #define WITH_PYMALLOC 1 | |
| /* end confdefs.h. */ | |
| /* Define poll to an innocuous variant, in case <limits.h> declares poll. | |
| For example, HP-UX 11i <limits.h> declares gettimeofday. */ | |
| #define poll innocuous_poll | |
| | |
| /* System header to define __stub macros and hopefully few prototypes, | |
| which can conflict with char poll (); 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 poll | |
| | |
| /* 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 poll (); | |
| /* 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_poll || defined __stub___poll | |
| choke me | |
| #endif | |
| | |
| int | |
| main () | |
| { | |
| return poll (); | |
| ; | |
| return 0; | |
| } | |
configure:16280: result: no | |
configure:16200: checking for pthread_init | |
configure:16256: /usr/bin/cc -o conftest -O3 -march=core2 -msse4 -w -pipe -I/usr/local/Cellar/readline/6.1/include -arch i386 -arch ppc -arch ppc64 -arch x86_64 -isysroot / -L/usr/local/Cellar/readline/6.1/lib conftest.c >&5 | |
Undefined symbols for architecture i386: | |
"_pthread_init", referenced from: | |
_main in ccby0Y5Y.o | |
ld: symbol(s) not found for architecture i386 | |
collect2: ld returned 1 exit status | |
cc1: error: unrecognized command line option "-march=core2" | |
cc1: error: unrecognized command line option "-msse4" | |
cc1: error: unrecognized command line option "-march=core2" | |
cc1: error: unrecognized command line option "-msse4" | |
Undefined symbols for architecture x86_64: | |
"_pthread_init", referenced from: | |
_main in ccIvqKvr.o | |
ld: symbol(s) not found for architecture x86_64 | |
collect2: ld returned 1 exit status | |
lipo: can't open input file: /var/folders/tc/tc6XgOadEhmatl76xhT7Y++++TI/-Tmp-//ccaluvsq.out (No such file or directory) | |
configure:16262: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h. */ | |
| #define _GNU_SOURCE 1 | |
| #define _NETBSD_SOURCE 1 | |
| #define __BSD_VISIBLE 1 | |
| #define _BSD_TYPES 1 | |
| #define _DARWIN_C_SOURCE 1 | |
| #define _XOPEN_SOURCE 600 | |
| #define _XOPEN_SOURCE_EXTENDED 1 | |
| #define _POSIX_C_SOURCE 200112L | |
| #define Py_ENABLE_SHARED 1 | |
| #define HAVE_ATTRIBUTE_FORMAT_PARSETUPLE 1 | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_MEMORY_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_CURSES_H 1 | |
| #define HAVE_DLFCN_H 1 | |
| #define HAVE_ERRNO_H 1 | |
| #define HAVE_FCNTL_H 1 | |
| #define HAVE_GRP_H 1 | |
| #define HAVE_LANGINFO_H 1 | |
| #define HAVE_NCURSES_H 1 | |
| #define HAVE_POLL_H 1 | |
| #define HAVE_PTHREAD_H 1 | |
| #define HAVE_SIGNAL_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_TERMIOS_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_UTIME_H 1 | |
| #define HAVE_SYS_EVENT_H 1 | |
| #define HAVE_SYS_FILE_H 1 | |
| #define HAVE_SYS_LOCK_H 1 | |
| #define HAVE_SYS_PARAM_H 1 | |
| #define HAVE_SYS_POLL_H 1 | |
| #define HAVE_SYS_SELECT_H 1 | |
| #define HAVE_SYS_SOCKET_H 1 | |
| #define HAVE_SYS_STATVFS_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_SYS_TIME_H 1 | |
| #define HAVE_SYS_TIMES_H 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_UN_H 1 | |
| #define HAVE_SYS_UTSNAME_H 1 | |
| #define HAVE_SYS_WAIT_H 1 | |
| #define HAVE_SYS_RESOURCE_H 1 | |
| #define HAVE_SYSEXITS_H 1 | |
| #define HAVE_DIRENT_H 1 | |
| #define HAVE_TERM_H 1 | |
| #define HAVE_MAKEDEV 1 | |
| #define _LARGEFILE_SOURCE 1 | |
| #define _FILE_OFFSET_BITS 64 | |
| #if defined(SCO_DS) | |
| #undef _OFF_T | |
| #endif | |
| #define RETSIGTYPE void | |
| #define HAVE_SSIZE_T 1 | |
| #define SIZEOF_INT 4 | |
| #define SIZEOF_LONG 8 | |
| #define SIZEOF_VOID_P 8 | |
| #define SIZEOF_SHORT 2 | |
| #define SIZEOF_FLOAT 4 | |
| #define SIZEOF_DOUBLE 8 | |
| #define SIZEOF_FPOS_T 8 | |
| #define SIZEOF_SIZE_T 8 | |
| #define SIZEOF_PID_T 4 | |
| #define HAVE_LONG_LONG 1 | |
| #define SIZEOF_LONG_LONG 8 | |
| #define HAVE_LONG_DOUBLE 1 | |
| #define SIZEOF_LONG_DOUBLE 16 | |
| #define HAVE_C99_BOOL 1 | |
| #define SIZEOF__BOOL 1 | |
| #define HAVE_UINTPTR_T 1 | |
| #define SIZEOF_UINTPTR_T 8 | |
| #define SIZEOF_OFF_T 8 | |
| #define SIZEOF_TIME_T 8 | |
| #define SIZEOF_PTHREAD_T 8 | |
| #define USE_TOOLBOX_OBJECT_GLUE 1 | |
| #define WITH_DYLD 1 | |
| #define SHLIB_EXT ".so" | |
| #define WITH_THREAD 1 | |
| #define _REENTRANT 1 | |
| #define HAVE_OSX105_SDK 1 | |
| #define WITH_DOC_STRINGS 1 | |
| #define WITH_PYMALLOC 1 | |
| /* end confdefs.h. */ | |
| /* Define pthread_init to an innocuous variant, in case <limits.h> declares pthread_init. | |
| For example, HP-UX 11i <limits.h> declares gettimeofday. */ | |
| #define pthread_init innocuous_pthread_init | |
| | |
| /* System header to define __stub macros and hopefully few prototypes, | |
| which can conflict with char pthread_init (); 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 pthread_init | |
| | |
| /* 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 pthread_init (); | |
| /* 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_pthread_init || defined __stub___pthread_init | |
| choke me | |
| #endif | |
| | |
| int | |
| main () | |
| { | |
| return pthread_init (); | |
| ; | |
| return 0; | |
| } | |
configure:16280: result: no | |
configure:16200: checking for putenv | |
configure:16256: /usr/bin/cc -o conftest -O3 -march=core2 -msse4 -w -pipe -I/usr/local/Cellar/readline/6.1/include -arch i386 -arch ppc -arch ppc64 -arch x86_64 -isysroot / -L/usr/local/Cellar/readline/6.1/lib conftest.c >&5 | |
cc1: error: unrecognized command line option "-march=core2" | |
cc1: error: unrecognized command line option "-msse4" | |
cc1: error: unrecognized command line option "-march=core2" | |
cc1: error: unrecognized command line option "-msse4" | |
lipo: can't figure out the architecture type of: /var/folders/tc/tc6XgOadEhmatl76xhT7Y++++TI/-Tmp-//ccRst2Ye.out | |
configure:16262: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h. */ | |
| #define _GNU_SOURCE 1 | |
| #define _NETBSD_SOURCE 1 | |
| #define __BSD_VISIBLE 1 | |
| #define _BSD_TYPES 1 | |
| #define _DARWIN_C_SOURCE 1 | |
| #define _XOPEN_SOURCE 600 | |
| #define _XOPEN_SOURCE_EXTENDED 1 | |
| #define _POSIX_C_SOURCE 200112L | |
| #define Py_ENABLE_SHARED 1 | |
| #define HAVE_ATTRIBUTE_FORMAT_PARSETUPLE 1 | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_MEMORY_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_CURSES_H 1 | |
| #define HAVE_DLFCN_H 1 | |
| #define HAVE_ERRNO_H 1 | |
| #define HAVE_FCNTL_H 1 | |
| #define HAVE_GRP_H 1 | |
| #define HAVE_LANGINFO_H 1 | |
| #define HAVE_NCURSES_H 1 | |
| #define HAVE_POLL_H 1 | |
| #define HAVE_PTHREAD_H 1 | |
| #define HAVE_SIGNAL_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_TERMIOS_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_UTIME_H 1 | |
| #define HAVE_SYS_EVENT_H 1 | |
| #define HAVE_SYS_FILE_H 1 | |
| #define HAVE_SYS_LOCK_H 1 | |
| #define HAVE_SYS_PARAM_H 1 | |
| #define HAVE_SYS_POLL_H 1 | |
| #define HAVE_SYS_SELECT_H 1 | |
| #define HAVE_SYS_SOCKET_H 1 | |
| #define HAVE_SYS_STATVFS_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_SYS_TIME_H 1 | |
| #define HAVE_SYS_TIMES_H 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_UN_H 1 | |
| #define HAVE_SYS_UTSNAME_H 1 | |
| #define HAVE_SYS_WAIT_H 1 | |
| #define HAVE_SYS_RESOURCE_H 1 | |
| #define HAVE_SYSEXITS_H 1 | |
| #define HAVE_DIRENT_H 1 | |
| #define HAVE_TERM_H 1 | |
| #define HAVE_MAKEDEV 1 | |
| #define _LARGEFILE_SOURCE 1 | |
| #define _FILE_OFFSET_BITS 64 | |
| #if defined(SCO_DS) | |
| #undef _OFF_T | |
| #endif | |
| #define RETSIGTYPE void | |
| #define HAVE_SSIZE_T 1 | |
| #define SIZEOF_INT 4 | |
| #define SIZEOF_LONG 8 | |
| #define SIZEOF_VOID_P 8 | |
| #define SIZEOF_SHORT 2 | |
| #define SIZEOF_FLOAT 4 | |
| #define SIZEOF_DOUBLE 8 | |
| #define SIZEOF_FPOS_T 8 | |
| #define SIZEOF_SIZE_T 8 | |
| #define SIZEOF_PID_T 4 | |
| #define HAVE_LONG_LONG 1 | |
| #define SIZEOF_LONG_LONG 8 | |
| #define HAVE_LONG_DOUBLE 1 | |
| #define SIZEOF_LONG_DOUBLE 16 | |
| #define HAVE_C99_BOOL 1 | |
| #define SIZEOF__BOOL 1 | |
| #define HAVE_UINTPTR_T 1 | |
| #define SIZEOF_UINTPTR_T 8 | |
| #define SIZEOF_OFF_T 8 | |
| #define SIZEOF_TIME_T 8 | |
| #define SIZEOF_PTHREAD_T 8 | |
| #define USE_TOOLBOX_OBJECT_GLUE 1 | |
| #define WITH_DYLD 1 | |
| #define SHLIB_EXT ".so" | |
| #define WITH_THREAD 1 | |
| #define _REENTRANT 1 | |
| #define HAVE_OSX105_SDK 1 | |
| #define WITH_DOC_STRINGS 1 | |
| #define WITH_PYMALLOC 1 | |
| /* end confdefs.h. */ | |
| /* Define putenv to an innocuous variant, in case <limits.h> declares putenv. | |
| For example, HP-UX 11i <limits.h> declares gettimeofday. */ | |
| #define putenv innocuous_putenv | |
| | |
| /* System header to define __stub macros and hopefully few prototypes, | |
| which can conflict with char putenv (); 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 putenv | |
| | |
| /* 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 putenv (); | |
| /* 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_putenv || defined __stub___putenv | |
| choke me | |
| #endif | |
| | |
| int | |
| main () | |
| { | |
| return putenv (); | |
| ; | |
| return 0; | |
| } | |
configure:16280: result: no | |
configure:16200: checking for readlink | |
configure:16256: /usr/bin/cc -o conftest -O3 -march=core2 -msse4 -w -pipe -I/usr/local/Cellar/readline/6.1/include -arch i386 -arch ppc -arch ppc64 -arch x86_64 -isysroot / -L/usr/local/Cellar/readline/6.1/lib conftest.c >&5 | |
cc1: error: unrecognized command line option "-march=core2" | |
cc1: error: unrecognized command line option "-msse4" | |
cc1: error: unrecognized command line option "-march=core2" | |
cc1: error: unrecognized command line option "-msse4" | |
lipo: can't figure out the architecture type of: /var/folders/tc/tc6XgOadEhmatl76xhT7Y++++TI/-Tmp-//ccravxCI.out | |
configure:16262: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h. */ | |
| #define _GNU_SOURCE 1 | |
| #define _NETBSD_SOURCE 1 | |
| #define __BSD_VISIBLE 1 | |
| #define _BSD_TYPES 1 | |
| #define _DARWIN_C_SOURCE 1 | |
| #define _XOPEN_SOURCE 600 | |
| #define _XOPEN_SOURCE_EXTENDED 1 | |
| #define _POSIX_C_SOURCE 200112L | |
| #define Py_ENABLE_SHARED 1 | |
| #define HAVE_ATTRIBUTE_FORMAT_PARSETUPLE 1 | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_MEMORY_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_CURSES_H 1 | |
| #define HAVE_DLFCN_H 1 | |
| #define HAVE_ERRNO_H 1 | |
| #define HAVE_FCNTL_H 1 | |
| #define HAVE_GRP_H 1 | |
| #define HAVE_LANGINFO_H 1 | |
| #define HAVE_NCURSES_H 1 | |
| #define HAVE_POLL_H 1 | |
| #define HAVE_PTHREAD_H 1 | |
| #define HAVE_SIGNAL_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_TERMIOS_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_UTIME_H 1 | |
| #define HAVE_SYS_EVENT_H 1 | |
| #define HAVE_SYS_FILE_H 1 | |
| #define HAVE_SYS_LOCK_H 1 | |
| #define HAVE_SYS_PARAM_H 1 | |
| #define HAVE_SYS_POLL_H 1 | |
| #define HAVE_SYS_SELECT_H 1 | |
| #define HAVE_SYS_SOCKET_H 1 | |
| #define HAVE_SYS_STATVFS_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_SYS_TIME_H 1 | |
| #define HAVE_SYS_TIMES_H 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_UN_H 1 | |
| #define HAVE_SYS_UTSNAME_H 1 | |
| #define HAVE_SYS_WAIT_H 1 | |
| #define HAVE_SYS_RESOURCE_H 1 | |
| #define HAVE_SYSEXITS_H 1 | |
| #define HAVE_DIRENT_H 1 | |
| #define HAVE_TERM_H 1 | |
| #define HAVE_MAKEDEV 1 | |
| #define _LARGEFILE_SOURCE 1 | |
| #define _FILE_OFFSET_BITS 64 | |
| #if defined(SCO_DS) | |
| #undef _OFF_T | |
| #endif | |
| #define RETSIGTYPE void | |
| #define HAVE_SSIZE_T 1 | |
| #define SIZEOF_INT 4 | |
| #define SIZEOF_LONG 8 | |
| #define SIZEOF_VOID_P 8 | |
| #define SIZEOF_SHORT 2 | |
| #define SIZEOF_FLOAT 4 | |
| #define SIZEOF_DOUBLE 8 | |
| #define SIZEOF_FPOS_T 8 | |
| #define SIZEOF_SIZE_T 8 | |
| #define SIZEOF_PID_T 4 | |
| #define HAVE_LONG_LONG 1 | |
| #define SIZEOF_LONG_LONG 8 | |
| #define HAVE_LONG_DOUBLE 1 | |
| #define SIZEOF_LONG_DOUBLE 16 | |
| #define HAVE_C99_BOOL 1 | |
| #define SIZEOF__BOOL 1 | |
| #define HAVE_UINTPTR_T 1 | |
| #define SIZEOF_UINTPTR_T 8 | |
| #define SIZEOF_OFF_T 8 | |
| #define SIZEOF_TIME_T 8 | |
| #define SIZEOF_PTHREAD_T 8 | |
| #define USE_TOOLBOX_OBJECT_GLUE 1 | |
| #define WITH_DYLD 1 | |
| #define SHLIB_EXT ".so" | |
| #define WITH_THREAD 1 | |
| #define _REENTRANT 1 | |
| #define HAVE_OSX105_SDK 1 | |
| #define WITH_DOC_STRINGS 1 | |
| #define WITH_PYMALLOC 1 | |
| /* end confdefs.h. */ | |
| /* Define readlink to an innocuous variant, in case <limits.h> declares readlink. | |
| For example, HP-UX 11i <limits.h> declares gettimeofday. */ | |
| #define readlink innocuous_readlink | |
| | |
| /* System header to define __stub macros and hopefully few prototypes, | |
| which can conflict with char readlink (); 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 readlink | |
| | |
| /* 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 readlink (); | |
| /* 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_readlink || defined __stub___readlink | |
| choke me | |
| #endif | |
| | |
| int | |
| main () | |
| { | |
| return readlink (); | |
| ; | |
| return 0; | |
| } | |
configure:16280: result: no | |
configure:16200: checking for realpath | |
configure:16256: /usr/bin/cc -o conftest -O3 -march=core2 -msse4 -w -pipe -I/usr/local/Cellar/readline/6.1/include -arch i386 -arch ppc -arch ppc64 -arch x86_64 -isysroot / -L/usr/local/Cellar/readline/6.1/lib conftest.c >&5 | |
cc1: error: unrecognized command line option "-march=core2" | |
cc1: error: unrecognized command line option "-msse4" | |
cc1: error: unrecognized command line option "-march=core2" | |
cc1: error: unrecognized command line option "-msse4" | |
lipo: can't figure out the architecture type of: /var/folders/tc/tc6XgOadEhmatl76xhT7Y++++TI/-Tmp-//ccXti9MJ.out | |
configure:16262: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h. */ | |
| #define _GNU_SOURCE 1 | |
| #define _NETBSD_SOURCE 1 | |
| #define __BSD_VISIBLE 1 | |
| #define _BSD_TYPES 1 | |
| #define _DARWIN_C_SOURCE 1 | |
| #define _XOPEN_SOURCE 600 | |
| #define _XOPEN_SOURCE_EXTENDED 1 | |
| #define _POSIX_C_SOURCE 200112L | |
| #define Py_ENABLE_SHARED 1 | |
| #define HAVE_ATTRIBUTE_FORMAT_PARSETUPLE 1 | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_MEMORY_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_CURSES_H 1 | |
| #define HAVE_DLFCN_H 1 | |
| #define HAVE_ERRNO_H 1 | |
| #define HAVE_FCNTL_H 1 | |
| #define HAVE_GRP_H 1 | |
| #define HAVE_LANGINFO_H 1 | |
| #define HAVE_NCURSES_H 1 | |
| #define HAVE_POLL_H 1 | |
| #define HAVE_PTHREAD_H 1 | |
| #define HAVE_SIGNAL_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_TERMIOS_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_UTIME_H 1 | |
| #define HAVE_SYS_EVENT_H 1 | |
| #define HAVE_SYS_FILE_H 1 | |
| #define HAVE_SYS_LOCK_H 1 | |
| #define HAVE_SYS_PARAM_H 1 | |
| #define HAVE_SYS_POLL_H 1 | |
| #define HAVE_SYS_SELECT_H 1 | |
| #define HAVE_SYS_SOCKET_H 1 | |
| #define HAVE_SYS_STATVFS_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_SYS_TIME_H 1 | |
| #define HAVE_SYS_TIMES_H 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_UN_H 1 | |
| #define HAVE_SYS_UTSNAME_H 1 | |
| #define HAVE_SYS_WAIT_H 1 | |
| #define HAVE_SYS_RESOURCE_H 1 | |
| #define HAVE_SYSEXITS_H 1 | |
| #define HAVE_DIRENT_H 1 | |
| #define HAVE_TERM_H 1 | |
| #define HAVE_MAKEDEV 1 | |
| #define _LARGEFILE_SOURCE 1 | |
| #define _FILE_OFFSET_BITS 64 | |
| #if defined(SCO_DS) | |
| #undef _OFF_T | |
| #endif | |
| #define RETSIGTYPE void | |
| #define HAVE_SSIZE_T 1 | |
| #define SIZEOF_INT 4 | |
| #define SIZEOF_LONG 8 | |
| #define SIZEOF_VOID_P 8 | |
| #define SIZEOF_SHORT 2 | |
| #define SIZEOF_FLOAT 4 | |
| #define SIZEOF_DOUBLE 8 | |
| #define SIZEOF_FPOS_T 8 | |
| #define SIZEOF_SIZE_T 8 | |
| #define SIZEOF_PID_T 4 | |
| #define HAVE_LONG_LONG 1 | |
| #define SIZEOF_LONG_LONG 8 | |
| #define HAVE_LONG_DOUBLE 1 | |
| #define SIZEOF_LONG_DOUBLE 16 | |
| #define HAVE_C99_BOOL 1 | |
| #define SIZEOF__BOOL 1 | |
| #define HAVE_UINTPTR_T 1 | |
| #define SIZEOF_UINTPTR_T 8 | |
| #define SIZEOF_OFF_T 8 | |
| #define SIZEOF_TIME_T 8 | |
| #define SIZEOF_PTHREAD_T 8 | |
| #define USE_TOOLBOX_OBJECT_GLUE 1 | |
| #define WITH_DYLD 1 | |
| #define SHLIB_EXT ".so" | |
| #define WITH_THREAD 1 | |
| #define _REENTRANT 1 | |
| #define HAVE_OSX105_SDK 1 | |
| #define WITH_DOC_STRINGS 1 | |
| #define WITH_PYMALLOC 1 | |
| /* end confdefs.h. */ | |
| /* Define realpath to an innocuous variant, in case <limits.h> declares realpath. | |
| For example, HP-UX 11i <limits.h> declares gettimeofday. */ | |
| #define realpath innocuous_realpath | |
| | |
| /* System header to define __stub macros and hopefully few prototypes, | |
| which can conflict with char realpath (); 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 realpath | |
| | |
| /* 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 realpath (); | |
| /* 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_realpath || defined __stub___realpath | |
| choke me | |
| #endif | |
| | |
| int | |
| main () | |
| { | |
| return realpath (); | |
| ; | |
| return 0; | |
| } | |
configure:16280: result: no | |
configure:16200: checking for select | |
configure:16256: /usr/bin/cc -o conftest -O3 -march=core2 -msse4 -w -pipe -I/usr/local/Cellar/readline/6.1/include -arch i386 -arch ppc -arch ppc64 -arch x86_64 -isysroot / -L/usr/local/Cellar/readline/6.1/lib conftest.c >&5 | |
cc1: error: unrecognized command line option "-march=core2" | |
cc1: error: unrecognized command line option "-msse4" | |
cc1: error: unrecognized command line option "-march=core2" | |
cc1: error: unrecognized command line option "-msse4" | |
lipo: can't figure out the architecture type of: /var/folders/tc/tc6XgOadEhmatl76xhT7Y++++TI/-Tmp-//ccZqz1BN.out | |
configure:16262: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h. */ | |
| #define _GNU_SOURCE 1 | |
| #define _NETBSD_SOURCE 1 | |
| #define __BSD_VISIBLE 1 | |
| #define _BSD_TYPES 1 | |
| #define _DARWIN_C_SOURCE 1 | |
| #define _XOPEN_SOURCE 600 | |
| #define _XOPEN_SOURCE_EXTENDED 1 | |
| #define _POSIX_C_SOURCE 200112L | |
| #define Py_ENABLE_SHARED 1 | |
| #define HAVE_ATTRIBUTE_FORMAT_PARSETUPLE 1 | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_MEMORY_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_CURSES_H 1 | |
| #define HAVE_DLFCN_H 1 | |
| #define HAVE_ERRNO_H 1 | |
| #define HAVE_FCNTL_H 1 | |
| #define HAVE_GRP_H 1 | |
| #define HAVE_LANGINFO_H 1 | |
| #define HAVE_NCURSES_H 1 | |
| #define HAVE_POLL_H 1 | |
| #define HAVE_PTHREAD_H 1 | |
| #define HAVE_SIGNAL_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_TERMIOS_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_UTIME_H 1 | |
| #define HAVE_SYS_EVENT_H 1 | |
| #define HAVE_SYS_FILE_H 1 | |
| #define HAVE_SYS_LOCK_H 1 | |
| #define HAVE_SYS_PARAM_H 1 | |
| #define HAVE_SYS_POLL_H 1 | |
| #define HAVE_SYS_SELECT_H 1 | |
| #define HAVE_SYS_SOCKET_H 1 | |
| #define HAVE_SYS_STATVFS_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_SYS_TIME_H 1 | |
| #define HAVE_SYS_TIMES_H 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_UN_H 1 | |
| #define HAVE_SYS_UTSNAME_H 1 | |
| #define HAVE_SYS_WAIT_H 1 | |
| #define HAVE_SYS_RESOURCE_H 1 | |
| #define HAVE_SYSEXITS_H 1 | |
| #define HAVE_DIRENT_H 1 | |
| #define HAVE_TERM_H 1 | |
| #define HAVE_MAKEDEV 1 | |
| #define _LARGEFILE_SOURCE 1 | |
| #define _FILE_OFFSET_BITS 64 | |
| #if defined(SCO_DS) | |
| #undef _OFF_T | |
| #endif | |
| #define RETSIGTYPE void | |
| #define HAVE_SSIZE_T 1 | |
| #define SIZEOF_INT 4 | |
| #define SIZEOF_LONG 8 | |
| #define SIZEOF_VOID_P 8 | |
| #define SIZEOF_SHORT 2 | |
| #define SIZEOF_FLOAT 4 | |
| #define SIZEOF_DOUBLE 8 | |
| #define SIZEOF_FPOS_T 8 | |
| #define SIZEOF_SIZE_T 8 | |
| #define SIZEOF_PID_T 4 | |
| #define HAVE_LONG_LONG 1 | |
| #define SIZEOF_LONG_LONG 8 | |
| #define HAVE_LONG_DOUBLE 1 | |
| #define SIZEOF_LONG_DOUBLE 16 | |
| #define HAVE_C99_BOOL 1 | |
| #define SIZEOF__BOOL 1 | |
| #define HAVE_UINTPTR_T 1 | |
| #define SIZEOF_UINTPTR_T 8 | |
| #define SIZEOF_OFF_T 8 | |
| #define SIZEOF_TIME_T 8 | |
| #define SIZEOF_PTHREAD_T 8 | |
| #define USE_TOOLBOX_OBJECT_GLUE 1 | |
| #define WITH_DYLD 1 | |
| #define SHLIB_EXT ".so" | |
| #define WITH_THREAD 1 | |
| #define _REENTRANT 1 | |
| #define HAVE_OSX105_SDK 1 | |
| #define WITH_DOC_STRINGS 1 | |
| #define WITH_PYMALLOC 1 | |
| /* end confdefs.h. */ | |
| /* Define select to an innocuous variant, in case <limits.h> declares select. | |
| For example, HP-UX 11i <limits.h> declares gettimeofday. */ | |
| #define select innocuous_select | |
| | |
| /* System header to define __stub macros and hopefully few prototypes, | |
| which can conflict with char select (); 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 select | |
| | |
| /* 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 select (); | |
| /* 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_select || defined __stub___select | |
| choke me | |
| #endif | |
| | |
| int | |
| main () | |
| { | |
| return select (); | |
| ; | |
| return 0; | |
| } | |
configure:16280: result: no | |
configure:16200: checking for setegid | |
configure:16256: /usr/bin/cc -o conftest -O3 -march=core2 -msse4 -w -pipe -I/usr/local/Cellar/readline/6.1/include -arch i386 -arch ppc -arch ppc64 -arch x86_64 -isysroot / -L/usr/local/Cellar/readline/6.1/lib conftest.c >&5 | |
cc1: error: unrecognized command line option "-march=core2" | |
cc1: error: unrecognized command line option "-msse4" | |
cc1: error: unrecognized command line option "-march=core2" | |
cc1: error: unrecognized command line option "-msse4" | |
lipo: can't figure out the architecture type of: /var/folders/tc/tc6XgOadEhmatl76xhT7Y++++TI/-Tmp-//ccupLrFe.out | |
configure:16262: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h. */ | |
| #define _GNU_SOURCE 1 | |
| #define _NETBSD_SOURCE 1 | |
| #define __BSD_VISIBLE 1 | |
| #define _BSD_TYPES 1 | |
| #define _DARWIN_C_SOURCE 1 | |
| #define _XOPEN_SOURCE 600 | |
| #define _XOPEN_SOURCE_EXTENDED 1 | |
| #define _POSIX_C_SOURCE 200112L | |
| #define Py_ENABLE_SHARED 1 | |
| #define HAVE_ATTRIBUTE_FORMAT_PARSETUPLE 1 | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_MEMORY_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_CURSES_H 1 | |
| #define HAVE_DLFCN_H 1 | |
| #define HAVE_ERRNO_H 1 | |
| #define HAVE_FCNTL_H 1 | |
| #define HAVE_GRP_H 1 | |
| #define HAVE_LANGINFO_H 1 | |
| #define HAVE_NCURSES_H 1 | |
| #define HAVE_POLL_H 1 | |
| #define HAVE_PTHREAD_H 1 | |
| #define HAVE_SIGNAL_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_TERMIOS_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_UTIME_H 1 | |
| #define HAVE_SYS_EVENT_H 1 | |
| #define HAVE_SYS_FILE_H 1 | |
| #define HAVE_SYS_LOCK_H 1 | |
| #define HAVE_SYS_PARAM_H 1 | |
| #define HAVE_SYS_POLL_H 1 | |
| #define HAVE_SYS_SELECT_H 1 | |
| #define HAVE_SYS_SOCKET_H 1 | |
| #define HAVE_SYS_STATVFS_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_SYS_TIME_H 1 | |
| #define HAVE_SYS_TIMES_H 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_UN_H 1 | |
| #define HAVE_SYS_UTSNAME_H 1 | |
| #define HAVE_SYS_WAIT_H 1 | |
| #define HAVE_SYS_RESOURCE_H 1 | |
| #define HAVE_SYSEXITS_H 1 | |
| #define HAVE_DIRENT_H 1 | |
| #define HAVE_TERM_H 1 | |
| #define HAVE_MAKEDEV 1 | |
| #define _LARGEFILE_SOURCE 1 | |
| #define _FILE_OFFSET_BITS 64 | |
| #if defined(SCO_DS) | |
| #undef _OFF_T | |
| #endif | |
| #define RETSIGTYPE void | |
| #define HAVE_SSIZE_T 1 | |
| #define SIZEOF_INT 4 | |
| #define SIZEOF_LONG 8 | |
| #define SIZEOF_VOID_P 8 | |
| #define SIZEOF_SHORT 2 | |
| #define SIZEOF_FLOAT 4 | |
| #define SIZEOF_DOUBLE 8 | |
| #define SIZEOF_FPOS_T 8 | |
| #define SIZEOF_SIZE_T 8 | |
| #define SIZEOF_PID_T 4 | |
| #define HAVE_LONG_LONG 1 | |
| #define SIZEOF_LONG_LONG 8 | |
| #define HAVE_LONG_DOUBLE 1 | |
| #define SIZEOF_LONG_DOUBLE 16 | |
| #define HAVE_C99_BOOL 1 | |
| #define SIZEOF__BOOL 1 | |
| #define HAVE_UINTPTR_T 1 | |
| #define SIZEOF_UINTPTR_T 8 | |
| #define SIZEOF_OFF_T 8 | |
| #define SIZEOF_TIME_T 8 | |
| #define SIZEOF_PTHREAD_T 8 | |
| #define USE_TOOLBOX_OBJECT_GLUE 1 | |
| #define WITH_DYLD 1 | |
| #define SHLIB_EXT ".so" | |
| #define WITH_THREAD 1 | |
| #define _REENTRANT 1 | |
| #define HAVE_OSX105_SDK 1 | |
| #define WITH_DOC_STRINGS 1 | |
| #define WITH_PYMALLOC 1 | |
| /* end confdefs.h. */ | |
| /* Define setegid to an innocuous variant, in case <limits.h> declares setegid. | |
| For example, HP-UX 11i <limits.h> declares gettimeofday. */ | |
| #define setegid innocuous_setegid | |
| | |
| /* System header to define __stub macros and hopefully few prototypes, | |
| which can conflict with char setegid (); 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 setegid | |
| | |
| /* 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 setegid (); | |
| /* 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_setegid || defined __stub___setegid | |
| choke me | |
| #endif | |
| | |
| int | |
| main () | |
| { | |
| return setegid (); | |
| ; | |
| return 0; | |
| } | |
configure:16280: result: no | |
configure:16200: checking for seteuid | |
configure:16256: /usr/bin/cc -o conftest -O3 -march=core2 -msse4 -w -pipe -I/usr/local/Cellar/readline/6.1/include -arch i386 -arch ppc -arch ppc64 -arch x86_64 -isysroot / -L/usr/local/Cellar/readline/6.1/lib conftest.c >&5 | |
cc1: error: unrecognized command line option "-march=core2" | |
cc1: error: unrecognized command line option "-msse4" | |
cc1: error: unrecognized command line option "-march=core2" | |
cc1: error: unrecognized command line option "-msse4" | |
lipo: can't figure out the architecture type of: /var/folders/tc/tc6XgOadEhmatl76xhT7Y++++TI/-Tmp-//ccJB2bKu.out | |
configure:16262: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h. */ | |
| #define _GNU_SOURCE 1 | |
| #define _NETBSD_SOURCE 1 | |
| #define __BSD_VISIBLE 1 | |
| #define _BSD_TYPES 1 | |
| #define _DARWIN_C_SOURCE 1 | |
| #define _XOPEN_SOURCE 600 | |
| #define _XOPEN_SOURCE_EXTENDED 1 | |
| #define _POSIX_C_SOURCE 200112L | |
| #define Py_ENABLE_SHARED 1 | |
| #define HAVE_ATTRIBUTE_FORMAT_PARSETUPLE 1 | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_MEMORY_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_CURSES_H 1 | |
| #define HAVE_DLFCN_H 1 | |
| #define HAVE_ERRNO_H 1 | |
| #define HAVE_FCNTL_H 1 | |
| #define HAVE_GRP_H 1 | |
| #define HAVE_LANGINFO_H 1 | |
| #define HAVE_NCURSES_H 1 | |
| #define HAVE_POLL_H 1 | |
| #define HAVE_PTHREAD_H 1 | |
| #define HAVE_SIGNAL_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_TERMIOS_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_UTIME_H 1 | |
| #define HAVE_SYS_EVENT_H 1 | |
| #define HAVE_SYS_FILE_H 1 | |
| #define HAVE_SYS_LOCK_H 1 | |
| #define HAVE_SYS_PARAM_H 1 | |
| #define HAVE_SYS_POLL_H 1 | |
| #define HAVE_SYS_SELECT_H 1 | |
| #define HAVE_SYS_SOCKET_H 1 | |
| #define HAVE_SYS_STATVFS_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_SYS_TIME_H 1 | |
| #define HAVE_SYS_TIMES_H 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_UN_H 1 | |
| #define HAVE_SYS_UTSNAME_H 1 | |
| #define HAVE_SYS_WAIT_H 1 | |
| #define HAVE_SYS_RESOURCE_H 1 | |
| #define HAVE_SYSEXITS_H 1 | |
| #define HAVE_DIRENT_H 1 | |
| #define HAVE_TERM_H 1 | |
| #define HAVE_MAKEDEV 1 | |
| #define _LARGEFILE_SOURCE 1 | |
| #define _FILE_OFFSET_BITS 64 | |
| #if defined(SCO_DS) | |
| #undef _OFF_T | |
| #endif | |
| #define RETSIGTYPE void | |
| #define HAVE_SSIZE_T 1 | |
| #define SIZEOF_INT 4 | |
| #define SIZEOF_LONG 8 | |
| #define SIZEOF_VOID_P 8 | |
| #define SIZEOF_SHORT 2 | |
| #define SIZEOF_FLOAT 4 | |
| #define SIZEOF_DOUBLE 8 | |
| #define SIZEOF_FPOS_T 8 | |
| #define SIZEOF_SIZE_T 8 | |
| #define SIZEOF_PID_T 4 | |
| #define HAVE_LONG_LONG 1 | |
| #define SIZEOF_LONG_LONG 8 | |
| #define HAVE_LONG_DOUBLE 1 | |
| #define SIZEOF_LONG_DOUBLE 16 | |
| #define HAVE_C99_BOOL 1 | |
| #define SIZEOF__BOOL 1 | |
| #define HAVE_UINTPTR_T 1 | |
| #define SIZEOF_UINTPTR_T 8 | |
| #define SIZEOF_OFF_T 8 | |
| #define SIZEOF_TIME_T 8 | |
| #define SIZEOF_PTHREAD_T 8 | |
| #define USE_TOOLBOX_OBJECT_GLUE 1 | |
| #define WITH_DYLD 1 | |
| #define SHLIB_EXT ".so" | |
| #define WITH_THREAD 1 | |
| #define _REENTRANT 1 | |
| #define HAVE_OSX105_SDK 1 | |
| #define WITH_DOC_STRINGS 1 | |
| #define WITH_PYMALLOC 1 | |
| /* end confdefs.h. */ | |
| /* Define seteuid to an innocuous variant, in case <limits.h> declares seteuid. | |
| For example, HP-UX 11i <limits.h> declares gettimeofday. */ | |
| #define seteuid innocuous_seteuid | |
| | |
| /* System header to define __stub macros and hopefully few prototypes, | |
| which can conflict with char seteuid (); 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 seteuid | |
| | |
| /* 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 seteuid (); | |
| /* 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_seteuid || defined __stub___seteuid | |
| choke me | |
| #endif | |
| | |
| int | |
| main () | |
| { | |
| return seteuid (); | |
| ; | |
| return 0; | |
| } | |
configure:16280: result: no | |
configure:16200: checking for setgid | |
configure:16256: /usr/bin/cc -o conftest -O3 -march=core2 -msse4 -w -pipe -I/usr/local/Cellar/readline/6.1/include -arch i386 -arch ppc -arch ppc64 -arch x86_64 -isysroot / -L/usr/local/Cellar/readline/6.1/lib conftest.c >&5 | |
cc1: error: unrecognized command line option "-march=core2" | |
cc1: error: unrecognized command line option "-msse4" | |
cc1: error: unrecognized command line option "-march=core2" | |
cc1: error: unrecognized command line option "-msse4" | |
lipo: can't figure out the architecture type of: /var/folders/tc/tc6XgOadEhmatl76xhT7Y++++TI/-Tmp-//ccWOBUe3.out | |
configure:16262: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h. */ | |
| #define _GNU_SOURCE 1 | |
| #define _NETBSD_SOURCE 1 | |
| #define __BSD_VISIBLE 1 | |
| #define _BSD_TYPES 1 | |
| #define _DARWIN_C_SOURCE 1 | |
| #define _XOPEN_SOURCE 600 | |
| #define _XOPEN_SOURCE_EXTENDED 1 | |
| #define _POSIX_C_SOURCE 200112L | |
| #define Py_ENABLE_SHARED 1 | |
| #define HAVE_ATTRIBUTE_FORMAT_PARSETUPLE 1 | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_MEMORY_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_CURSES_H 1 | |
| #define HAVE_DLFCN_H 1 | |
| #define HAVE_ERRNO_H 1 | |
| #define HAVE_FCNTL_H 1 | |
| #define HAVE_GRP_H 1 | |
| #define HAVE_LANGINFO_H 1 | |
| #define HAVE_NCURSES_H 1 | |
| #define HAVE_POLL_H 1 | |
| #define HAVE_PTHREAD_H 1 | |
| #define HAVE_SIGNAL_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_TERMIOS_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_UTIME_H 1 | |
| #define HAVE_SYS_EVENT_H 1 | |
| #define HAVE_SYS_FILE_H 1 | |
| #define HAVE_SYS_LOCK_H 1 | |
| #define HAVE_SYS_PARAM_H 1 | |
| #define HAVE_SYS_POLL_H 1 | |
| #define HAVE_SYS_SELECT_H 1 | |
| #define HAVE_SYS_SOCKET_H 1 | |
| #define HAVE_SYS_STATVFS_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_SYS_TIME_H 1 | |
| #define HAVE_SYS_TIMES_H 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_UN_H 1 | |
| #define HAVE_SYS_UTSNAME_H 1 | |
| #define HAVE_SYS_WAIT_H 1 | |
| #define HAVE_SYS_RESOURCE_H 1 | |
| #define HAVE_SYSEXITS_H 1 | |
| #define HAVE_DIRENT_H 1 | |
| #define HAVE_TERM_H 1 | |
| #define HAVE_MAKEDEV 1 | |
| #define _LARGEFILE_SOURCE 1 | |
| #define _FILE_OFFSET_BITS 64 | |
| #if defined(SCO_DS) | |
| #undef _OFF_T | |
| #endif | |
| #define RETSIGTYPE void | |
| #define HAVE_SSIZE_T 1 | |
| #define SIZEOF_INT 4 | |
| #define SIZEOF_LONG 8 | |
| #define SIZEOF_VOID_P 8 | |
| #define SIZEOF_SHORT 2 | |
| #define SIZEOF_FLOAT 4 | |
| #define SIZEOF_DOUBLE 8 | |
| #define SIZEOF_FPOS_T 8 | |
| #define SIZEOF_SIZE_T 8 | |
| #define SIZEOF_PID_T 4 | |
| #define HAVE_LONG_LONG 1 | |
| #define SIZEOF_LONG_LONG 8 | |
| #define HAVE_LONG_DOUBLE 1 | |
| #define SIZEOF_LONG_DOUBLE 16 | |
| #define HAVE_C99_BOOL 1 | |
| #define SIZEOF__BOOL 1 | |
| #define HAVE_UINTPTR_T 1 | |
| #define SIZEOF_UINTPTR_T 8 | |
| #define SIZEOF_OFF_T 8 | |
| #define SIZEOF_TIME_T 8 | |
| #define SIZEOF_PTHREAD_T 8 | |
| #define USE_TOOLBOX_OBJECT_GLUE 1 | |
| #define WITH_DYLD 1 | |
| #define SHLIB_EXT ".so" | |
| #define WITH_THREAD 1 | |
| #define _REENTRANT 1 | |
| #define HAVE_OSX105_SDK 1 | |
| #define WITH_DOC_STRINGS 1 | |
| #define WITH_PYMALLOC 1 | |
| /* end confdefs.h. */ | |
| /* Define setgid to an innocuous variant, in case <limits.h> declares setgid. | |
| For example, HP-UX 11i <limits.h> declares gettimeofday. */ | |
| #define setgid innocuous_setgid | |
| | |
| /* System header to define __stub macros and hopefully few prototypes, | |
| which can conflict with char setgid (); 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 setgid | |
| | |
| /* 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 setgid (); | |
| /* 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_setgid || defined __stub___setgid | |
| choke me | |
| #endif | |
| | |
| int | |
| main () | |
| { | |
| return setgid (); | |
| ; | |
| return 0; | |
| } | |
configure:16280: result: no | |
configure:16200: checking for setlocale | |
configure:16256: /usr/bin/cc -o conftest -O3 -march=core2 -msse4 -w -pipe -I/usr/local/Cellar/readline/6.1/include -arch i386 -arch ppc -arch ppc64 -arch x86_64 -isysroot / -L/usr/local/Cellar/readline/6.1/lib conftest.c >&5 | |
cc1: error: unrecognized command line option "-march=core2" | |
cc1: error: unrecognized command line option "-msse4" | |
cc1: error: unrecognized command line option "-march=core2" | |
cc1: error: unrecognized command line option "-msse4" | |
lipo: can't figure out the architecture type of: /var/folders/tc/tc6XgOadEhmatl76xhT7Y++++TI/-Tmp-//ccLVo2bk.out | |
configure:16262: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h. */ | |
| #define _GNU_SOURCE 1 | |
| #define _NETBSD_SOURCE 1 | |
| #define __BSD_VISIBLE 1 | |
| #define _BSD_TYPES 1 | |
| #define _DARWIN_C_SOURCE 1 | |
| #define _XOPEN_SOURCE 600 | |
| #define _XOPEN_SOURCE_EXTENDED 1 | |
| #define _POSIX_C_SOURCE 200112L | |
| #define Py_ENABLE_SHARED 1 | |
| #define HAVE_ATTRIBUTE_FORMAT_PARSETUPLE 1 | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_MEMORY_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_CURSES_H 1 | |
| #define HAVE_DLFCN_H 1 | |
| #define HAVE_ERRNO_H 1 | |
| #define HAVE_FCNTL_H 1 | |
| #define HAVE_GRP_H 1 | |
| #define HAVE_LANGINFO_H 1 | |
| #define HAVE_NCURSES_H 1 | |
| #define HAVE_POLL_H 1 | |
| #define HAVE_PTHREAD_H 1 | |
| #define HAVE_SIGNAL_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_TERMIOS_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_UTIME_H 1 | |
| #define HAVE_SYS_EVENT_H 1 | |
| #define HAVE_SYS_FILE_H 1 | |
| #define HAVE_SYS_LOCK_H 1 | |
| #define HAVE_SYS_PARAM_H 1 | |
| #define HAVE_SYS_POLL_H 1 | |
| #define HAVE_SYS_SELECT_H 1 | |
| #define HAVE_SYS_SOCKET_H 1 | |
| #define HAVE_SYS_STATVFS_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_SYS_TIME_H 1 | |
| #define HAVE_SYS_TIMES_H 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_UN_H 1 | |
| #define HAVE_SYS_UTSNAME_H 1 | |
| #define HAVE_SYS_WAIT_H 1 | |
| #define HAVE_SYS_RESOURCE_H 1 | |
| #define HAVE_SYSEXITS_H 1 | |
| #define HAVE_DIRENT_H 1 | |
| #define HAVE_TERM_H 1 | |
| #define HAVE_MAKEDEV 1 | |
| #define _LARGEFILE_SOURCE 1 | |
| #define _FILE_OFFSET_BITS 64 | |
| #if defined(SCO_DS) | |
| #undef _OFF_T | |
| #endif | |
| #define RETSIGTYPE void | |
| #define HAVE_SSIZE_T 1 | |
| #define SIZEOF_INT 4 | |
| #define SIZEOF_LONG 8 | |
| #define SIZEOF_VOID_P 8 | |
| #define SIZEOF_SHORT 2 | |
| #define SIZEOF_FLOAT 4 | |
| #define SIZEOF_DOUBLE 8 | |
| #define SIZEOF_FPOS_T 8 | |
| #define SIZEOF_SIZE_T 8 | |
| #define SIZEOF_PID_T 4 | |
| #define HAVE_LONG_LONG 1 | |
| #define SIZEOF_LONG_LONG 8 | |
| #define HAVE_LONG_DOUBLE 1 | |
| #define SIZEOF_LONG_DOUBLE 16 | |
| #define HAVE_C99_BOOL 1 | |
| #define SIZEOF__BOOL 1 | |
| #define HAVE_UINTPTR_T 1 | |
| #define SIZEOF_UINTPTR_T 8 | |
| #define SIZEOF_OFF_T 8 | |
| #define SIZEOF_TIME_T 8 | |
| #define SIZEOF_PTHREAD_T 8 | |
| #define USE_TOOLBOX_OBJECT_GLUE 1 | |
| #define WITH_DYLD 1 | |
| #define SHLIB_EXT ".so" | |
| #define WITH_THREAD 1 | |
| #define _REENTRANT 1 | |
| #define HAVE_OSX105_SDK 1 | |
| #define WITH_DOC_STRINGS 1 | |
| #define WITH_PYMALLOC 1 | |
| /* end confdefs.h. */ | |
| /* Define setlocale to an innocuous variant, in case <limits.h> declares setlocale. | |
| For example, HP-UX 11i <limits.h> declares gettimeofday. */ | |
| #define setlocale innocuous_setlocale | |
| | |
| /* System header to define __stub macros and hopefully few prototypes, | |
| which can conflict with char setlocale (); 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 setlocale | |
| | |
| /* Override any GCC internal prototype to avoid an error. | |
| Use char because int might match the return type of a GCC | |
| builtin and then its argument prototype would still apply. */ | |
| #ifdef __cplusplus | |
| extern "C" | |
| #endif | |
| char setlocale (); | |
| /* 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_setlocale || defined __stub___setlocale | |
| choke me | |
| #endif | |
| | |
| int | |
| main () | |
| { | |
| return setlocale (); | |
| ; | |
| return 0; | |
| } | |
configure:16280: result: no | |
configure:16200: checking for setregid | |
configure:16256: /usr/bin/cc -o conftest -O3 -march=core2 -msse4 -w -pipe -I/usr/local/Cellar/readline/6.1/include -arch i386 -arch ppc -arch ppc64 -arch x86_64 -isysroot / -L/usr/local/Cellar/readline/6.1/lib conftest.c >&5 | |
cc1: error: unrecognized command line option "-march=core2" | |
cc1: error: unrecognized command line option "-msse4" | |
cc1: error: unrecognized command line option "-march=core2" | |
cc1: error: unrecognized command line option "-msse4" | |
lipo: can't figure out the architecture type of: /var/folders/tc/tc6XgOadEhmatl76xhT7Y++++TI/-Tmp-//ccLcKf6D.out | |
configure:16262: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h. */ | |
| #define _GNU_SOURCE 1 | |
| #define _NETBSD_SOURCE 1 | |
| #define __BSD_VISIBLE 1 | |
| #define _BSD_TYPES 1 | |
| #define _DARWIN_C_SOURCE 1 | |
| #define _XOPEN_SOURCE 600 | |
| #define _XOPEN_SOURCE_EXTENDED 1 | |
| #define _POSIX_C_SOURCE 200112L | |
| #define Py_ENABLE_SHARED 1 | |
| #define HAVE_ATTRIBUTE_FORMAT_PARSETUPLE 1 | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_MEMORY_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_CURSES_H 1 | |
| #define HAVE_DLFCN_H 1 | |
| #define HAVE_ERRNO_H 1 | |
| #define HAVE_FCNTL_H 1 | |
| #define HAVE_GRP_H 1 | |
| #define HAVE_LANGINFO_H 1 | |
| #define HAVE_NCURSES_H 1 | |
| #define HAVE_POLL_H 1 | |
| #define HAVE_PTHREAD_H 1 | |
| #define HAVE_SIGNAL_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_TERMIOS_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_UTIME_H 1 | |
| #define HAVE_SYS_EVENT_H 1 | |
| #define HAVE_SYS_FILE_H 1 | |
| #define HAVE_SYS_LOCK_H 1 | |
| #define HAVE_SYS_PARAM_H 1 | |
| #define HAVE_SYS_POLL_H 1 | |
| #define HAVE_SYS_SELECT_H 1 | |
| #define HAVE_SYS_SOCKET_H 1 | |
| #define HAVE_SYS_STATVFS_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_SYS_TIME_H 1 | |
| #define HAVE_SYS_TIMES_H 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_UN_H 1 | |
| #define HAVE_SYS_UTSNAME_H 1 | |
| #define HAVE_SYS_WAIT_H 1 | |
| #define HAVE_SYS_RESOURCE_H 1 | |
| #define HAVE_SYSEXITS_H 1 | |
| #define HAVE_DIRENT_H 1 | |
| #define HAVE_TERM_H 1 | |
| #define HAVE_MAKEDEV 1 | |
| #define _LARGEFILE_SOURCE 1 | |
| #define _FILE_OFFSET_BITS 64 | |
| #if defined(SCO_DS) | |
| #undef _OFF_T | |
| #endif | |
| #define RETSIGTYPE void | |
| #define HAVE_SSIZE_T 1 | |
| #define SIZEOF_INT 4 | |
| #define SIZEOF_LONG 8 | |
| #define SIZEOF_VOID_P 8 | |
| #define SIZEOF_SHORT 2 | |
| #define SIZEOF_FLOAT 4 | |
| #define SIZEOF_DOUBLE 8 | |
| #define SIZEOF_FPOS_T 8 | |
| #define SIZEOF_SIZE_T 8 | |
| #define SIZEOF_PID_T 4 | |
| #define HAVE_LONG_LONG 1 | |
| #define SIZEOF_LONG_LONG 8 | |
| #define HAVE_LONG_DOUBLE 1 | |
| #define SIZEOF_LONG_DOUBLE 16 | |
| #define HAVE_C99_BOOL 1 | |
| #define SIZEOF__BOOL 1 | |
| #define HAVE_UINTPTR_T 1 | |
| #define SIZEOF_UINTPTR_T 8 | |
| #define SIZEOF_OFF_T 8 | |
| #define SIZEOF_TIME_T 8 | |
| #define SIZEOF_PTHREAD_T 8 | |
| #define USE_TOOLBOX_OBJECT_GLUE 1 | |
| #define WITH_DYLD 1 | |
| #define SHLIB_EXT ".so" | |
| #define WITH_THREAD 1 | |
| #define _REENTRANT 1 | |
| #define HAVE_OSX105_SDK 1 | |
| #define WITH_DOC_STRINGS 1 | |
| #define WITH_PYMALLOC 1 | |
| /* end confdefs.h. */ | |
| /* Define setregid to an innocuous variant, in case <limits.h> declares setregid. | |
| For example, HP-UX 11i <limits.h> declares gettimeofday. */ | |
| #define setregid innocuous_setregid | |
| | |
| /* System header to define __stub macros and hopefully few prototypes, | |
| which can conflict with char setregid (); 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 setregid | |
| | |
| /* 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 setregid (); | |
| /* 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_setregid || defined __stub___setregid | |
| choke me | |
| #endif | |
| | |
| int | |
| main () | |
| { | |
| return setregid (); | |
| ; | |
| return 0; | |
| } | |
configure:16280: result: no | |
configure:16200: checking for setreuid | |
configure:16256: /usr/bin/cc -o conftest -O3 -march=core2 -msse4 -w -pipe -I/usr/local/Cellar/readline/6.1/include -arch i386 -arch ppc -arch ppc64 -arch x86_64 -isysroot / -L/usr/local/Cellar/readline/6.1/lib conftest.c >&5 | |
cc1: error: unrecognized command line option "-march=core2" | |
cc1: error: unrecognized command line option "-msse4" | |
cc1: error: unrecognized command line option "-march=core2" | |
cc1: error: unrecognized command line option "-msse4" | |
lipo: can't figure out the architecture type of: /var/folders/tc/tc6XgOadEhmatl76xhT7Y++++TI/-Tmp-//ccaBgf0x.out | |
configure:16262: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h. */ | |
| #define _GNU_SOURCE 1 | |
| #define _NETBSD_SOURCE 1 | |
| #define __BSD_VISIBLE 1 | |
| #define _BSD_TYPES 1 | |
| #define _DARWIN_C_SOURCE 1 | |
| #define _XOPEN_SOURCE 600 | |
| #define _XOPEN_SOURCE_EXTENDED 1 | |
| #define _POSIX_C_SOURCE 200112L | |
| #define Py_ENABLE_SHARED 1 | |
| #define HAVE_ATTRIBUTE_FORMAT_PARSETUPLE 1 | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_MEMORY_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_CURSES_H 1 | |
| #define HAVE_DLFCN_H 1 | |
| #define HAVE_ERRNO_H 1 | |
| #define HAVE_FCNTL_H 1 | |
| #define HAVE_GRP_H 1 | |
| #define HAVE_LANGINFO_H 1 | |
| #define HAVE_NCURSES_H 1 | |
| #define HAVE_POLL_H 1 | |
| #define HAVE_PTHREAD_H 1 | |
| #define HAVE_SIGNAL_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_TERMIOS_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_UTIME_H 1 | |
| #define HAVE_SYS_EVENT_H 1 | |
| #define HAVE_SYS_FILE_H 1 | |
| #define HAVE_SYS_LOCK_H 1 | |
| #define HAVE_SYS_PARAM_H 1 | |
| #define HAVE_SYS_POLL_H 1 | |
| #define HAVE_SYS_SELECT_H 1 | |
| #define HAVE_SYS_SOCKET_H 1 | |
| #define HAVE_SYS_STATVFS_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_SYS_TIME_H 1 | |
| #define HAVE_SYS_TIMES_H 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_UN_H 1 | |
| #define HAVE_SYS_UTSNAME_H 1 | |
| #define HAVE_SYS_WAIT_H 1 | |
| #define HAVE_SYS_RESOURCE_H 1 | |
| #define HAVE_SYSEXITS_H 1 | |
| #define HAVE_DIRENT_H 1 | |
| #define HAVE_TERM_H 1 | |
| #define HAVE_MAKEDEV 1 | |
| #define _LARGEFILE_SOURCE 1 | |
| #define _FILE_OFFSET_BITS 64 | |
| #if defined(SCO_DS) | |
| #undef _OFF_T | |
| #endif | |
| #define RETSIGTYPE void | |
| #define HAVE_SSIZE_T 1 | |
| #define SIZEOF_INT 4 | |
| #define SIZEOF_LONG 8 | |
| #define SIZEOF_VOID_P 8 | |
| #define SIZEOF_SHORT 2 | |
| #define SIZEOF_FLOAT 4 | |
| #define SIZEOF_DOUBLE 8 | |
| #define SIZEOF_FPOS_T 8 | |
| #define SIZEOF_SIZE_T 8 | |
| #define SIZEOF_PID_T 4 | |
| #define HAVE_LONG_LONG 1 | |
| #define SIZEOF_LONG_LONG 8 | |
| #define HAVE_LONG_DOUBLE 1 | |
| #define SIZEOF_LONG_DOUBLE 16 | |
| #define HAVE_C99_BOOL 1 | |
| #define SIZEOF__BOOL 1 | |
| #define HAVE_UINTPTR_T 1 | |
| #define SIZEOF_UINTPTR_T 8 | |
| #define SIZEOF_OFF_T 8 | |
| #define SIZEOF_TIME_T 8 | |
| #define SIZEOF_PTHREAD_T 8 | |
| #define USE_TOOLBOX_OBJECT_GLUE 1 | |
| #define WITH_DYLD 1 | |
| #define SHLIB_EXT ".so" | |
| #define WITH_THREAD 1 | |
| #define _REENTRANT 1 | |
| #define HAVE_OSX105_SDK 1 | |
| #define WITH_DOC_STRINGS 1 | |
| #define WITH_PYMALLOC 1 | |
| /* end confdefs.h. */ | |
| /* Define setreuid to an innocuous variant, in case <limits.h> declares setreuid. | |
| For example, HP-UX 11i <limits.h> declares gettimeofday. */ | |
| #define setreuid innocuous_setreuid | |
| | |
| /* System header to define __stub macros and hopefully few prototypes, | |
| which can conflict with char setreuid (); 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 setreuid | |
| | |
| /* 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 setreuid (); | |
| /* 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_setreuid || defined __stub___setreuid | |
| choke me | |
| #endif | |
| | |
| int | |
| main () | |
| { | |
| return setreuid (); | |
| ; | |
| return 0; | |
| } | |
configure:16280: result: no | |
configure:16200: checking for setsid | |
configure:16256: /usr/bin/cc -o conftest -O3 -march=core2 -msse4 -w -pipe -I/usr/local/Cellar/readline/6.1/include -arch i386 -arch ppc -arch ppc64 -arch x86_64 -isysroot / -L/usr/local/Cellar/readline/6.1/lib conftest.c >&5 | |
cc1: error: unrecognized command line option "-march=core2" | |
cc1: error: unrecognized command line option "-msse4" | |
cc1: error: unrecognized command line option "-march=core2" | |
cc1: error: unrecognized command line option "-msse4" | |
lipo: can't figure out the architecture type of: /var/folders/tc/tc6XgOadEhmatl76xhT7Y++++TI/-Tmp-//cc422Iaq.out | |
configure:16262: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h. */ | |
| #define _GNU_SOURCE 1 | |
| #define _NETBSD_SOURCE 1 | |
| #define __BSD_VISIBLE 1 | |
| #define _BSD_TYPES 1 | |
| #define _DARWIN_C_SOURCE 1 | |
| #define _XOPEN_SOURCE 600 | |
| #define _XOPEN_SOURCE_EXTENDED 1 | |
| #define _POSIX_C_SOURCE 200112L | |
| #define Py_ENABLE_SHARED 1 | |
| #define HAVE_ATTRIBUTE_FORMAT_PARSETUPLE 1 | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_MEMORY_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_CURSES_H 1 | |
| #define HAVE_DLFCN_H 1 | |
| #define HAVE_ERRNO_H 1 | |
| #define HAVE_FCNTL_H 1 | |
| #define HAVE_GRP_H 1 | |
| #define HAVE_LANGINFO_H 1 | |
| #define HAVE_NCURSES_H 1 | |
| #define HAVE_POLL_H 1 | |
| #define HAVE_PTHREAD_H 1 | |
| #define HAVE_SIGNAL_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_TERMIOS_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_UTIME_H 1 | |
| #define HAVE_SYS_EVENT_H 1 | |
| #define HAVE_SYS_FILE_H 1 | |
| #define HAVE_SYS_LOCK_H 1 | |
| #define HAVE_SYS_PARAM_H 1 | |
| #define HAVE_SYS_POLL_H 1 | |
| #define HAVE_SYS_SELECT_H 1 | |
| #define HAVE_SYS_SOCKET_H 1 | |
| #define HAVE_SYS_STATVFS_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_SYS_TIME_H 1 | |
| #define HAVE_SYS_TIMES_H 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_UN_H 1 | |
| #define HAVE_SYS_UTSNAME_H 1 | |
| #define HAVE_SYS_WAIT_H 1 | |
| #define HAVE_SYS_RESOURCE_H 1 | |
| #define HAVE_SYSEXITS_H 1 | |
| #define HAVE_DIRENT_H 1 | |
| #define HAVE_TERM_H 1 | |
| #define HAVE_MAKEDEV 1 | |
| #define _LARGEFILE_SOURCE 1 | |
| #define _FILE_OFFSET_BITS 64 | |
| #if defined(SCO_DS) | |
| #undef _OFF_T | |
| #endif | |
| #define RETSIGTYPE void | |
| #define HAVE_SSIZE_T 1 | |
| #define SIZEOF_INT 4 | |
| #define SIZEOF_LONG 8 | |
| #define SIZEOF_VOID_P 8 | |
| #define SIZEOF_SHORT 2 | |
| #define SIZEOF_FLOAT 4 | |
| #define SIZEOF_DOUBLE 8 | |
| #define SIZEOF_FPOS_T 8 | |
| #define SIZEOF_SIZE_T 8 | |
| #define SIZEOF_PID_T 4 | |
| #define HAVE_LONG_LONG 1 | |
| #define SIZEOF_LONG_LONG 8 | |
| #define HAVE_LONG_DOUBLE 1 | |
| #define SIZEOF_LONG_DOUBLE 16 | |
| #define HAVE_C99_BOOL 1 | |
| #define SIZEOF__BOOL 1 | |
| #define HAVE_UINTPTR_T 1 | |
| #define SIZEOF_UINTPTR_T 8 | |
| #define SIZEOF_OFF_T 8 | |
| #define SIZEOF_TIME_T 8 | |
| #define SIZEOF_PTHREAD_T 8 | |
| #define USE_TOOLBOX_OBJECT_GLUE 1 | |
| #define WITH_DYLD 1 | |
| #define SHLIB_EXT ".so" | |
| #define WITH_THREAD 1 | |
| #define _REENTRANT 1 | |
| #define HAVE_OSX105_SDK 1 | |
| #define WITH_DOC_STRINGS 1 | |
| #define WITH_PYMALLOC 1 | |
| /* end confdefs.h. */ | |
| /* Define setsid to an innocuous variant, in case <limits.h> declares setsid. | |
| For example, HP-UX 11i <limits.h> declares gettimeofday. */ | |
| #define setsid innocuous_setsid | |
| | |
| /* System header to define __stub macros and hopefully few prototypes, | |
| which can conflict with char setsid (); 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 setsid | |
| | |
| /* 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 setsid (); | |
| /* 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_setsid || defined __stub___setsid | |
| choke me | |
| #endif | |
| | |
| int | |
| main () | |
| { | |
| return setsid (); | |
| ; | |
| return 0; | |
| } | |
configure:16280: result: no | |
configure:16200: checking for setpgid | |
configure:16256: /usr/bin/cc -o conftest -O3 -march=core2 -msse4 -w -pipe -I/usr/local/Cellar/readline/6.1/include -arch i386 -arch ppc -arch ppc64 -arch x86_64 -isysroot / -L/usr/local/Cellar/readline/6.1/lib conftest.c >&5 | |
cc1: error: unrecognized command line option "-march=core2" | |
cc1: error: unrecognized command line option "-msse4" | |
cc1: error: unrecognized command line option "-march=core2" | |
cc1: error: unrecognized command line option "-msse4" | |
lipo: can't figure out the architecture type of: /var/folders/tc/tc6XgOadEhmatl76xhT7Y++++TI/-Tmp-//ccebZEhJ.out | |
configure:16262: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h. */ | |
| #define _GNU_SOURCE 1 | |
| #define _NETBSD_SOURCE 1 | |
| #define __BSD_VISIBLE 1 | |
| #define _BSD_TYPES 1 | |
| #define _DARWIN_C_SOURCE 1 | |
| #define _XOPEN_SOURCE 600 | |
| #define _XOPEN_SOURCE_EXTENDED 1 | |
| #define _POSIX_C_SOURCE 200112L | |
| #define Py_ENABLE_SHARED 1 | |
| #define HAVE_ATTRIBUTE_FORMAT_PARSETUPLE 1 | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_MEMORY_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_CURSES_H 1 | |
| #define HAVE_DLFCN_H 1 | |
| #define HAVE_ERRNO_H 1 | |
| #define HAVE_FCNTL_H 1 | |
| #define HAVE_GRP_H 1 | |
| #define HAVE_LANGINFO_H 1 | |
| #define HAVE_NCURSES_H 1 | |
| #define HAVE_POLL_H 1 | |
| #define HAVE_PTHREAD_H 1 | |
| #define HAVE_SIGNAL_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_TERMIOS_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_UTIME_H 1 | |
| #define HAVE_SYS_EVENT_H 1 | |
| #define HAVE_SYS_FILE_H 1 | |
| #define HAVE_SYS_LOCK_H 1 | |
| #define HAVE_SYS_PARAM_H 1 | |
| #define HAVE_SYS_POLL_H 1 | |
| #define HAVE_SYS_SELECT_H 1 | |
| #define HAVE_SYS_SOCKET_H 1 | |
| #define HAVE_SYS_STATVFS_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_SYS_TIME_H 1 | |
| #define HAVE_SYS_TIMES_H 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_UN_H 1 | |
| #define HAVE_SYS_UTSNAME_H 1 | |
| #define HAVE_SYS_WAIT_H 1 | |
| #define HAVE_SYS_RESOURCE_H 1 | |
| #define HAVE_SYSEXITS_H 1 | |
| #define HAVE_DIRENT_H 1 | |
| #define HAVE_TERM_H 1 | |
| #define HAVE_MAKEDEV 1 | |
| #define _LARGEFILE_SOURCE 1 | |
| #define _FILE_OFFSET_BITS 64 | |
| #if defined(SCO_DS) | |
| #undef _OFF_T | |
| #endif | |
| #define RETSIGTYPE void | |
| #define HAVE_SSIZE_T 1 | |
| #define SIZEOF_INT 4 | |
| #define SIZEOF_LONG 8 | |
| #define SIZEOF_VOID_P 8 | |
| #define SIZEOF_SHORT 2 | |
| #define SIZEOF_FLOAT 4 | |
| #define SIZEOF_DOUBLE 8 | |
| #define SIZEOF_FPOS_T 8 | |
| #define SIZEOF_SIZE_T 8 | |
| #define SIZEOF_PID_T 4 | |
| #define HAVE_LONG_LONG 1 | |
| #define SIZEOF_LONG_LONG 8 | |
| #define HAVE_LONG_DOUBLE 1 | |
| #define SIZEOF_LONG_DOUBLE 16 | |
| #define HAVE_C99_BOOL 1 | |
| #define SIZEOF__BOOL 1 | |
| #define HAVE_UINTPTR_T 1 | |
| #define SIZEOF_UINTPTR_T 8 | |
| #define SIZEOF_OFF_T 8 | |
| #define SIZEOF_TIME_T 8 | |
| #define SIZEOF_PTHREAD_T 8 | |
| #define USE_TOOLBOX_OBJECT_GLUE 1 | |
| #define WITH_DYLD 1 | |
| #define SHLIB_EXT ".so" | |
| #define WITH_THREAD 1 | |
| #define _REENTRANT 1 | |
| #define HAVE_OSX105_SDK 1 | |
| #define WITH_DOC_STRINGS 1 | |
| #define WITH_PYMALLOC 1 | |
| /* end confdefs.h. */ | |
| /* Define setpgid to an innocuous variant, in case <limits.h> declares setpgid. | |
| For example, HP-UX 11i <limits.h> declares gettimeofday. */ | |
| #define setpgid innocuous_setpgid | |
| | |
| /* System header to define __stub macros and hopefully few prototypes, | |
| which can conflict with char setpgid (); 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 setpgid | |
| | |
| /* 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 setpgid (); | |
| /* 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_setpgid || defined __stub___setpgid | |
| choke me | |
| #endif | |
| | |
| int | |
| main () | |
| { | |
| return setpgid (); | |
| ; | |
| return 0; | |
| } | |
configure:16280: result: no | |
configure:16200: checking for setpgrp | |
configure:16256: /usr/bin/cc -o conftest -O3 -march=core2 -msse4 -w -pipe -I/usr/local/Cellar/readline/6.1/include -arch i386 -arch ppc -arch ppc64 -arch x86_64 -isysroot / -L/usr/local/Cellar/readline/6.1/lib conftest.c >&5 | |
cc1: error: unrecognized command line option "-march=core2" | |
cc1: error: unrecognized command line option "-msse4" | |
cc1: error: unrecognized command line option "-march=core2" | |
cc1: error: unrecognized command line option "-msse4" | |
lipo: can't figure out the architecture type of: /var/folders/tc/tc6XgOadEhmatl76xhT7Y++++TI/-Tmp-//cczqgQge.out | |
configure:16262: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h. */ | |
| #define _GNU_SOURCE 1 | |
| #define _NETBSD_SOURCE 1 | |
| #define __BSD_VISIBLE 1 | |
| #define _BSD_TYPES 1 | |
| #define _DARWIN_C_SOURCE 1 | |
| #define _XOPEN_SOURCE 600 | |
| #define _XOPEN_SOURCE_EXTENDED 1 | |
| #define _POSIX_C_SOURCE 200112L | |
| #define Py_ENABLE_SHARED 1 | |
| #define HAVE_ATTRIBUTE_FORMAT_PARSETUPLE 1 | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_MEMORY_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_CURSES_H 1 | |
| #define HAVE_DLFCN_H 1 | |
| #define HAVE_ERRNO_H 1 | |
| #define HAVE_FCNTL_H 1 | |
| #define HAVE_GRP_H 1 | |
| #define HAVE_LANGINFO_H 1 | |
| #define HAVE_NCURSES_H 1 | |
| #define HAVE_POLL_H 1 | |
| #define HAVE_PTHREAD_H 1 | |
| #define HAVE_SIGNAL_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_TERMIOS_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_UTIME_H 1 | |
| #define HAVE_SYS_EVENT_H 1 | |
| #define HAVE_SYS_FILE_H 1 | |
| #define HAVE_SYS_LOCK_H 1 | |
| #define HAVE_SYS_PARAM_H 1 | |
| #define HAVE_SYS_POLL_H 1 | |
| #define HAVE_SYS_SELECT_H 1 | |
| #define HAVE_SYS_SOCKET_H 1 | |
| #define HAVE_SYS_STATVFS_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_SYS_TIME_H 1 | |
| #define HAVE_SYS_TIMES_H 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_UN_H 1 | |
| #define HAVE_SYS_UTSNAME_H 1 | |
| #define HAVE_SYS_WAIT_H 1 | |
| #define HAVE_SYS_RESOURCE_H 1 | |
| #define HAVE_SYSEXITS_H 1 | |
| #define HAVE_DIRENT_H 1 | |
| #define HAVE_TERM_H 1 | |
| #define HAVE_MAKEDEV 1 | |
| #define _LARGEFILE_SOURCE 1 | |
| #define _FILE_OFFSET_BITS 64 | |
| #if defined(SCO_DS) | |
| #undef _OFF_T | |
| #endif | |
| #define RETSIGTYPE void | |
| #define HAVE_SSIZE_T 1 | |
| #define SIZEOF_INT 4 | |
| #define SIZEOF_LONG 8 | |
| #define SIZEOF_VOID_P 8 | |
| #define SIZEOF_SHORT 2 | |
| #define SIZEOF_FLOAT 4 | |
| #define SIZEOF_DOUBLE 8 | |
| #define SIZEOF_FPOS_T 8 | |
| #define SIZEOF_SIZE_T 8 | |
| #define SIZEOF_PID_T 4 | |
| #define HAVE_LONG_LONG 1 | |
| #define SIZEOF_LONG_LONG 8 | |
| #define HAVE_LONG_DOUBLE 1 | |
| #define SIZEOF_LONG_DOUBLE 16 | |
| #define HAVE_C99_BOOL 1 | |
| #define SIZEOF__BOOL 1 | |
| #define HAVE_UINTPTR_T 1 | |
| #define SIZEOF_UINTPTR_T 8 | |
| #define SIZEOF_OFF_T 8 | |
| #define SIZEOF_TIME_T 8 | |
| #define SIZEOF_PTHREAD_T 8 | |
| #define USE_TOOLBOX_OBJECT_GLUE 1 | |
| #define WITH_DYLD 1 | |
| #define SHLIB_EXT ".so" | |
| #define WITH_THREAD 1 | |
| #define _REENTRANT 1 | |
| #define HAVE_OSX105_SDK 1 | |
| #define WITH_DOC_STRINGS 1 | |
| #define WITH_PYMALLOC 1 | |
| /* end confdefs.h. */ | |
| /* Define setpgrp to an innocuous variant, in case <limits.h> declares setpgrp. | |
| For example, HP-UX 11i <limits.h> declares gettimeofday. */ | |
| #define setpgrp innocuous_setpgrp | |
| | |
| /* System header to define __stub macros and hopefully few prototypes, | |
| which can conflict with char setpgrp (); 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 setpgrp | |
| | |
| /* 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 setpgrp (); | |
| /* 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_setpgrp || defined __stub___setpgrp | |
| choke me | |
| #endif | |
| | |
| int | |
| main () | |
| { | |
| return setpgrp (); | |
| ; | |
| return 0; | |
| } | |
configure:16280: result: no | |
configure:16200: checking for setuid | |
configure:16256: /usr/bin/cc -o conftest -O3 -march=core2 -msse4 -w -pipe -I/usr/local/Cellar/readline/6.1/include -arch i386 -arch ppc -arch ppc64 -arch x86_64 -isysroot / -L/usr/local/Cellar/readline/6.1/lib conftest.c >&5 | |
cc1: error: unrecognized command line option "-march=core2" | |
cc1: error: unrecognized command line option "-msse4" | |
cc1: error: unrecognized command line option "-march=core2" | |
cc1: error: unrecognized command line option "-msse4" | |
lipo: can't figure out the architecture type of: /var/folders/tc/tc6XgOadEhmatl76xhT7Y++++TI/-Tmp-//ccFOCaxb.out | |
configure:16262: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h. */ | |
| #define _GNU_SOURCE 1 | |
| #define _NETBSD_SOURCE 1 | |
| #define __BSD_VISIBLE 1 | |
| #define _BSD_TYPES 1 | |
| #define _DARWIN_C_SOURCE 1 | |
| #define _XOPEN_SOURCE 600 | |
| #define _XOPEN_SOURCE_EXTENDED 1 | |
| #define _POSIX_C_SOURCE 200112L | |
| #define Py_ENABLE_SHARED 1 | |
| #define HAVE_ATTRIBUTE_FORMAT_PARSETUPLE 1 | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_MEMORY_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_CURSES_H 1 | |
| #define HAVE_DLFCN_H 1 | |
| #define HAVE_ERRNO_H 1 | |
| #define HAVE_FCNTL_H 1 | |
| #define HAVE_GRP_H 1 | |
| #define HAVE_LANGINFO_H 1 | |
| #define HAVE_NCURSES_H 1 | |
| #define HAVE_POLL_H 1 | |
| #define HAVE_PTHREAD_H 1 | |
| #define HAVE_SIGNAL_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_TERMIOS_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_UTIME_H 1 | |
| #define HAVE_SYS_EVENT_H 1 | |
| #define HAVE_SYS_FILE_H 1 | |
| #define HAVE_SYS_LOCK_H 1 | |
| #define HAVE_SYS_PARAM_H 1 | |
| #define HAVE_SYS_POLL_H 1 | |
| #define HAVE_SYS_SELECT_H 1 | |
| #define HAVE_SYS_SOCKET_H 1 | |
| #define HAVE_SYS_STATVFS_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_SYS_TIME_H 1 | |
| #define HAVE_SYS_TIMES_H 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_UN_H 1 | |
| #define HAVE_SYS_UTSNAME_H 1 | |
| #define HAVE_SYS_WAIT_H 1 | |
| #define HAVE_SYS_RESOURCE_H 1 | |
| #define HAVE_SYSEXITS_H 1 | |
| #define HAVE_DIRENT_H 1 | |
| #define HAVE_TERM_H 1 | |
| #define HAVE_MAKEDEV 1 | |
| #define _LARGEFILE_SOURCE 1 | |
| #define _FILE_OFFSET_BITS 64 | |
| #if defined(SCO_DS) | |
| #undef _OFF_T | |
| #endif | |
| #define RETSIGTYPE void | |
| #define HAVE_SSIZE_T 1 | |
| #define SIZEOF_INT 4 | |
| #define SIZEOF_LONG 8 | |
| #define SIZEOF_VOID_P 8 | |
| #define SIZEOF_SHORT 2 | |
| #define SIZEOF_FLOAT 4 | |
| #define SIZEOF_DOUBLE 8 | |
| #define SIZEOF_FPOS_T 8 | |
| #define SIZEOF_SIZE_T 8 | |
| #define SIZEOF_PID_T 4 | |
| #define HAVE_LONG_LONG 1 | |
| #define SIZEOF_LONG_LONG 8 | |
| #define HAVE_LONG_DOUBLE 1 | |
| #define SIZEOF_LONG_DOUBLE 16 | |
| #define HAVE_C99_BOOL 1 | |
| #define SIZEOF__BOOL 1 | |
| #define HAVE_UINTPTR_T 1 | |
| #define SIZEOF_UINTPTR_T 8 | |
| #define SIZEOF_OFF_T 8 | |
| #define SIZEOF_TIME_T 8 | |
| #define SIZEOF_PTHREAD_T 8 | |
| #define USE_TOOLBOX_OBJECT_GLUE 1 | |
| #define WITH_DYLD 1 | |
| #define SHLIB_EXT ".so" | |
| #define WITH_THREAD 1 | |
| #define _REENTRANT 1 | |
| #define HAVE_OSX105_SDK 1 | |
| #define WITH_DOC_STRINGS 1 | |
| #define WITH_PYMALLOC 1 | |
| /* end confdefs.h. */ | |
| /* Define setuid to an innocuous variant, in case <limits.h> declares setuid. | |
| For example, HP-UX 11i <limits.h> declares gettimeofday. */ | |
| #define setuid innocuous_setuid | |
| | |
| /* System header to define __stub macros and hopefully few prototypes, | |
| which can conflict with char setuid (); 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 setuid | |
| | |
| /* 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 setuid (); | |
| /* 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_setuid || defined __stub___setuid | |
| choke me | |
| #endif | |
| | |
| int | |
| main () | |
| { | |
| return setuid (); | |
| ; | |
| return 0; | |
| } | |
configure:16280: result: no | |
configure:16200: checking for setvbuf | |
configure:16256: /usr/bin/cc -o conftest -O3 -march=core2 -msse4 -w -pipe -I/usr/local/Cellar/readline/6.1/include -arch i386 -arch ppc -arch ppc64 -arch x86_64 -isysroot / -L/usr/local/Cellar/readline/6.1/lib conftest.c >&5 | |
cc1: error: unrecognized command line option "-march=core2" | |
cc1: error: unrecognized command line option "-msse4" | |
cc1: error: unrecognized command line option "-march=core2" | |
cc1: error: unrecognized command line option "-msse4" | |
lipo: can't figure out the architecture type of: /var/folders/tc/tc6XgOadEhmatl76xhT7Y++++TI/-Tmp-//ccNpC8eC.out | |
configure:16262: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h. */ | |
| #define _GNU_SOURCE 1 | |
| #define _NETBSD_SOURCE 1 | |
| #define __BSD_VISIBLE 1 | |
| #define _BSD_TYPES 1 | |
| #define _DARWIN_C_SOURCE 1 | |
| #define _XOPEN_SOURCE 600 | |
| #define _XOPEN_SOURCE_EXTENDED 1 | |
| #define _POSIX_C_SOURCE 200112L | |
| #define Py_ENABLE_SHARED 1 | |
| #define HAVE_ATTRIBUTE_FORMAT_PARSETUPLE 1 | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_MEMORY_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_CURSES_H 1 | |
| #define HAVE_DLFCN_H 1 | |
| #define HAVE_ERRNO_H 1 | |
| #define HAVE_FCNTL_H 1 | |
| #define HAVE_GRP_H 1 | |
| #define HAVE_LANGINFO_H 1 | |
| #define HAVE_NCURSES_H 1 | |
| #define HAVE_POLL_H 1 | |
| #define HAVE_PTHREAD_H 1 | |
| #define HAVE_SIGNAL_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_TERMIOS_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_UTIME_H 1 | |
| #define HAVE_SYS_EVENT_H 1 | |
| #define HAVE_SYS_FILE_H 1 | |
| #define HAVE_SYS_LOCK_H 1 | |
| #define HAVE_SYS_PARAM_H 1 | |
| #define HAVE_SYS_POLL_H 1 | |
| #define HAVE_SYS_SELECT_H 1 | |
| #define HAVE_SYS_SOCKET_H 1 | |
| #define HAVE_SYS_STATVFS_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_SYS_TIME_H 1 | |
| #define HAVE_SYS_TIMES_H 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_UN_H 1 | |
| #define HAVE_SYS_UTSNAME_H 1 | |
| #define HAVE_SYS_WAIT_H 1 | |
| #define HAVE_SYS_RESOURCE_H 1 | |
| #define HAVE_SYSEXITS_H 1 | |
| #define HAVE_DIRENT_H 1 | |
| #define HAVE_TERM_H 1 | |
| #define HAVE_MAKEDEV 1 | |
| #define _LARGEFILE_SOURCE 1 | |
| #define _FILE_OFFSET_BITS 64 | |
| #if defined(SCO_DS) | |
| #undef _OFF_T | |
| #endif | |
| #define RETSIGTYPE void | |
| #define HAVE_SSIZE_T 1 | |
| #define SIZEOF_INT 4 | |
| #define SIZEOF_LONG 8 | |
| #define SIZEOF_VOID_P 8 | |
| #define SIZEOF_SHORT 2 | |
| #define SIZEOF_FLOAT 4 | |
| #define SIZEOF_DOUBLE 8 | |
| #define SIZEOF_FPOS_T 8 | |
| #define SIZEOF_SIZE_T 8 | |
| #define SIZEOF_PID_T 4 | |
| #define HAVE_LONG_LONG 1 | |
| #define SIZEOF_LONG_LONG 8 | |
| #define HAVE_LONG_DOUBLE 1 | |
| #define SIZEOF_LONG_DOUBLE 16 | |
| #define HAVE_C99_BOOL 1 | |
| #define SIZEOF__BOOL 1 | |
| #define HAVE_UINTPTR_T 1 | |
| #define SIZEOF_UINTPTR_T 8 | |
| #define SIZEOF_OFF_T 8 | |
| #define SIZEOF_TIME_T 8 | |
| #define SIZEOF_PTHREAD_T 8 | |
| #define USE_TOOLBOX_OBJECT_GLUE 1 | |
| #define WITH_DYLD 1 | |
| #define SHLIB_EXT ".so" | |
| #define WITH_THREAD 1 | |
| #define _REENTRANT 1 | |
| #define HAVE_OSX105_SDK 1 | |
| #define WITH_DOC_STRINGS 1 | |
| #define WITH_PYMALLOC 1 | |
| /* end confdefs.h. */ | |
| /* Define setvbuf to an innocuous variant, in case <limits.h> declares setvbuf. | |
| For example, HP-UX 11i <limits.h> declares gettimeofday. */ | |
| #define setvbuf innocuous_setvbuf | |
| | |
| /* System header to define __stub macros and hopefully few prototypes, | |
| which can conflict with char setvbuf (); 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 setvbuf | |
| | |
| /* 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 setvbuf (); | |
| /* 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_setvbuf || defined __stub___setvbuf | |
| choke me | |
| #endif | |
| | |
| int | |
| main () | |
| { | |
| return setvbuf (); | |
| ; | |
| return 0; | |
| } | |
configure:16280: result: no | |
configure:16200: checking for snprintf | |
configure:16256: /usr/bin/cc -o conftest -O3 -march=core2 -msse4 -w -pipe -I/usr/local/Cellar/readline/6.1/include -arch i386 -arch ppc -arch ppc64 -arch x86_64 -isysroot / -L/usr/local/Cellar/readline/6.1/lib conftest.c >&5 | |
cc1: error: unrecognized command line option "-march=core2" | |
cc1: error: unrecognized command line option "-msse4" | |
cc1: error: unrecognized command line option "-march=core2" | |
cc1: error: unrecognized command line option "-msse4" | |
lipo: can't figure out the architecture type of: /var/folders/tc/tc6XgOadEhmatl76xhT7Y++++TI/-Tmp-//ccK2DaBU.out | |
configure:16262: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h. */ | |
| #define _GNU_SOURCE 1 | |
| #define _NETBSD_SOURCE 1 | |
| #define __BSD_VISIBLE 1 | |
| #define _BSD_TYPES 1 | |
| #define _DARWIN_C_SOURCE 1 | |
| #define _XOPEN_SOURCE 600 | |
| #define _XOPEN_SOURCE_EXTENDED 1 | |
| #define _POSIX_C_SOURCE 200112L | |
| #define Py_ENABLE_SHARED 1 | |
| #define HAVE_ATTRIBUTE_FORMAT_PARSETUPLE 1 | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_MEMORY_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_CURSES_H 1 | |
| #define HAVE_DLFCN_H 1 | |
| #define HAVE_ERRNO_H 1 | |
| #define HAVE_FCNTL_H 1 | |
| #define HAVE_GRP_H 1 | |
| #define HAVE_LANGINFO_H 1 | |
| #define HAVE_NCURSES_H 1 | |
| #define HAVE_POLL_H 1 | |
| #define HAVE_PTHREAD_H 1 | |
| #define HAVE_SIGNAL_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_TERMIOS_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_UTIME_H 1 | |
| #define HAVE_SYS_EVENT_H 1 | |
| #define HAVE_SYS_FILE_H 1 | |
| #define HAVE_SYS_LOCK_H 1 | |
| #define HAVE_SYS_PARAM_H 1 | |
| #define HAVE_SYS_POLL_H 1 | |
| #define HAVE_SYS_SELECT_H 1 | |
| #define HAVE_SYS_SOCKET_H 1 | |
| #define HAVE_SYS_STATVFS_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_SYS_TIME_H 1 | |
| #define HAVE_SYS_TIMES_H 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_UN_H 1 | |
| #define HAVE_SYS_UTSNAME_H 1 | |
| #define HAVE_SYS_WAIT_H 1 | |
| #define HAVE_SYS_RESOURCE_H 1 | |
| #define HAVE_SYSEXITS_H 1 | |
| #define HAVE_DIRENT_H 1 | |
| #define HAVE_TERM_H 1 | |
| #define HAVE_MAKEDEV 1 | |
| #define _LARGEFILE_SOURCE 1 | |
| #define _FILE_OFFSET_BITS 64 | |
| #if defined(SCO_DS) | |
| #undef _OFF_T | |
| #endif | |
| #define RETSIGTYPE void | |
| #define HAVE_SSIZE_T 1 | |
| #define SIZEOF_INT 4 | |
| #define SIZEOF_LONG 8 | |
| #define SIZEOF_VOID_P 8 | |
| #define SIZEOF_SHORT 2 | |
| #define SIZEOF_FLOAT 4 | |
| #define SIZEOF_DOUBLE 8 | |
| #define SIZEOF_FPOS_T 8 | |
| #define SIZEOF_SIZE_T 8 | |
| #define SIZEOF_PID_T 4 | |
| #define HAVE_LONG_LONG 1 | |
| #define SIZEOF_LONG_LONG 8 | |
| #define HAVE_LONG_DOUBLE 1 | |
| #define SIZEOF_LONG_DOUBLE 16 | |
| #define HAVE_C99_BOOL 1 | |
| #define SIZEOF__BOOL 1 | |
| #define HAVE_UINTPTR_T 1 | |
| #define SIZEOF_UINTPTR_T 8 | |
| #define SIZEOF_OFF_T 8 | |
| #define SIZEOF_TIME_T 8 | |
| #define SIZEOF_PTHREAD_T 8 | |
| #define USE_TOOLBOX_OBJECT_GLUE 1 | |
| #define WITH_DYLD 1 | |
| #define SHLIB_EXT ".so" | |
| #define WITH_THREAD 1 | |
| #define _REENTRANT 1 | |
| #define HAVE_OSX105_SDK 1 | |
| #define WITH_DOC_STRINGS 1 | |
| #define WITH_PYMALLOC 1 | |
| /* end confdefs.h. */ | |
| /* Define snprintf to an innocuous variant, in case <limits.h> declares snprintf. | |
| For example, HP-UX 11i <limits.h> declares gettimeofday. */ | |
| #define snprintf innocuous_snprintf | |
| | |
| /* System header to define __stub macros and hopefully few prototypes, | |
| which can conflict with char snprintf (); 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 snprintf | |
| | |
| /* 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 snprintf (); | |
| /* 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_snprintf || defined __stub___snprintf | |
| choke me | |
| #endif | |
| | |
| int | |
| main () | |
| { | |
| return snprintf (); | |
| ; | |
| return 0; | |
| } | |
configure:16280: result: no | |
configure:16200: checking for sigaction | |
configure:16256: /usr/bin/cc -o conftest -O3 -march=core2 -msse4 -w -pipe -I/usr/local/Cellar/readline/6.1/include -arch i386 -arch ppc -arch ppc64 -arch x86_64 -isysroot / -L/usr/local/Cellar/readline/6.1/lib conftest.c >&5 | |
cc1: error: unrecognized command line option "-march=core2" | |
cc1: error: unrecognized command line option "-msse4" | |
cc1: error: unrecognized command line option "-march=core2" | |
cc1: error: unrecognized command line option "-msse4" | |
lipo: can't figure out the architecture type of: /var/folders/tc/tc6XgOadEhmatl76xhT7Y++++TI/-Tmp-//ccXBcraX.out | |
configure:16262: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h. */ | |
| #define _GNU_SOURCE 1 | |
| #define _NETBSD_SOURCE 1 | |
| #define __BSD_VISIBLE 1 | |
| #define _BSD_TYPES 1 | |
| #define _DARWIN_C_SOURCE 1 | |
| #define _XOPEN_SOURCE 600 | |
| #define _XOPEN_SOURCE_EXTENDED 1 | |
| #define _POSIX_C_SOURCE 200112L | |
| #define Py_ENABLE_SHARED 1 | |
| #define HAVE_ATTRIBUTE_FORMAT_PARSETUPLE 1 | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_MEMORY_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_CURSES_H 1 | |
| #define HAVE_DLFCN_H 1 | |
| #define HAVE_ERRNO_H 1 | |
| #define HAVE_FCNTL_H 1 | |
| #define HAVE_GRP_H 1 | |
| #define HAVE_LANGINFO_H 1 | |
| #define HAVE_NCURSES_H 1 | |
| #define HAVE_POLL_H 1 | |
| #define HAVE_PTHREAD_H 1 | |
| #define HAVE_SIGNAL_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_TERMIOS_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_UTIME_H 1 | |
| #define HAVE_SYS_EVENT_H 1 | |
| #define HAVE_SYS_FILE_H 1 | |
| #define HAVE_SYS_LOCK_H 1 | |
| #define HAVE_SYS_PARAM_H 1 | |
| #define HAVE_SYS_POLL_H 1 | |
| #define HAVE_SYS_SELECT_H 1 | |
| #define HAVE_SYS_SOCKET_H 1 | |
| #define HAVE_SYS_STATVFS_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_SYS_TIME_H 1 | |
| #define HAVE_SYS_TIMES_H 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_UN_H 1 | |
| #define HAVE_SYS_UTSNAME_H 1 | |
| #define HAVE_SYS_WAIT_H 1 | |
| #define HAVE_SYS_RESOURCE_H 1 | |
| #define HAVE_SYSEXITS_H 1 | |
| #define HAVE_DIRENT_H 1 | |
| #define HAVE_TERM_H 1 | |
| #define HAVE_MAKEDEV 1 | |
| #define _LARGEFILE_SOURCE 1 | |
| #define _FILE_OFFSET_BITS 64 | |
| #if defined(SCO_DS) | |
| #undef _OFF_T | |
| #endif | |
| #define RETSIGTYPE void | |
| #define HAVE_SSIZE_T 1 | |
| #define SIZEOF_INT 4 | |
| #define SIZEOF_LONG 8 | |
| #define SIZEOF_VOID_P 8 | |
| #define SIZEOF_SHORT 2 | |
| #define SIZEOF_FLOAT 4 | |
| #define SIZEOF_DOUBLE 8 | |
| #define SIZEOF_FPOS_T 8 | |
| #define SIZEOF_SIZE_T 8 | |
| #define SIZEOF_PID_T 4 | |
| #define HAVE_LONG_LONG 1 | |
| #define SIZEOF_LONG_LONG 8 | |
| #define HAVE_LONG_DOUBLE 1 | |
| #define SIZEOF_LONG_DOUBLE 16 | |
| #define HAVE_C99_BOOL 1 | |
| #define SIZEOF__BOOL 1 | |
| #define HAVE_UINTPTR_T 1 | |
| #define SIZEOF_UINTPTR_T 8 | |
| #define SIZEOF_OFF_T 8 | |
| #define SIZEOF_TIME_T 8 | |
| #define SIZEOF_PTHREAD_T 8 | |
| #define USE_TOOLBOX_OBJECT_GLUE 1 | |
| #define WITH_DYLD 1 | |
| #define SHLIB_EXT ".so" | |
| #define WITH_THREAD 1 | |
| #define _REENTRANT 1 | |
| #define HAVE_OSX105_SDK 1 | |
| #define WITH_DOC_STRINGS 1 | |
| #define WITH_PYMALLOC 1 | |
| /* end confdefs.h. */ | |
| /* Define sigaction to an innocuous variant, in case <limits.h> declares sigaction. | |
| For example, HP-UX 11i <limits.h> declares gettimeofday. */ | |
| #define sigaction innocuous_sigaction | |
| | |
| /* System header to define __stub macros and hopefully few prototypes, | |
| which can conflict with char sigaction (); 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 sigaction | |
| | |
| /* 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 sigaction (); | |
| /* 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_sigaction || defined __stub___sigaction | |
| choke me | |
| #endif | |
| | |
| int | |
| main () | |
| { | |
| return sigaction (); | |
| ; | |
| return 0; | |
| } | |
configure:16280: result: no | |
configure:16200: checking for siginterrupt | |
configure:16256: /usr/bin/cc -o conftest -O3 -march=core2 -msse4 -w -pipe -I/usr/local/Cellar/readline/6.1/include -arch i386 -arch ppc -arch ppc64 -arch x86_64 -isysroot / -L/usr/local/Cellar/readline/6.1/lib conftest.c >&5 | |
cc1: error: unrecognized command line option "-march=core2" | |
cc1: error: unrecognized command line option "-msse4" | |
cc1: error: unrecognized command line option "-march=core2" | |
cc1: error: unrecognized command line option "-msse4" | |
lipo: can't figure out the architecture type of: /var/folders/tc/tc6XgOadEhmatl76xhT7Y++++TI/-Tmp-//ccxXTEFb.out | |
configure:16262: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h. */ | |
| #define _GNU_SOURCE 1 | |
| #define _NETBSD_SOURCE 1 | |
| #define __BSD_VISIBLE 1 | |
| #define _BSD_TYPES 1 | |
| #define _DARWIN_C_SOURCE 1 | |
| #define _XOPEN_SOURCE 600 | |
| #define _XOPEN_SOURCE_EXTENDED 1 | |
| #define _POSIX_C_SOURCE 200112L | |
| #define Py_ENABLE_SHARED 1 | |
| #define HAVE_ATTRIBUTE_FORMAT_PARSETUPLE 1 | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_MEMORY_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_CURSES_H 1 | |
| #define HAVE_DLFCN_H 1 | |
| #define HAVE_ERRNO_H 1 | |
| #define HAVE_FCNTL_H 1 | |
| #define HAVE_GRP_H 1 | |
| #define HAVE_LANGINFO_H 1 | |
| #define HAVE_NCURSES_H 1 | |
| #define HAVE_POLL_H 1 | |
| #define HAVE_PTHREAD_H 1 | |
| #define HAVE_SIGNAL_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_TERMIOS_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_UTIME_H 1 | |
| #define HAVE_SYS_EVENT_H 1 | |
| #define HAVE_SYS_FILE_H 1 | |
| #define HAVE_SYS_LOCK_H 1 | |
| #define HAVE_SYS_PARAM_H 1 | |
| #define HAVE_SYS_POLL_H 1 | |
| #define HAVE_SYS_SELECT_H 1 | |
| #define HAVE_SYS_SOCKET_H 1 | |
| #define HAVE_SYS_STATVFS_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_SYS_TIME_H 1 | |
| #define HAVE_SYS_TIMES_H 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_UN_H 1 | |
| #define HAVE_SYS_UTSNAME_H 1 | |
| #define HAVE_SYS_WAIT_H 1 | |
| #define HAVE_SYS_RESOURCE_H 1 | |
| #define HAVE_SYSEXITS_H 1 | |
| #define HAVE_DIRENT_H 1 | |
| #define HAVE_TERM_H 1 | |
| #define HAVE_MAKEDEV 1 | |
| #define _LARGEFILE_SOURCE 1 | |
| #define _FILE_OFFSET_BITS 64 | |
| #if defined(SCO_DS) | |
| #undef _OFF_T | |
| #endif | |
| #define RETSIGTYPE void | |
| #define HAVE_SSIZE_T 1 | |
| #define SIZEOF_INT 4 | |
| #define SIZEOF_LONG 8 | |
| #define SIZEOF_VOID_P 8 | |
| #define SIZEOF_SHORT 2 | |
| #define SIZEOF_FLOAT 4 | |
| #define SIZEOF_DOUBLE 8 | |
| #define SIZEOF_FPOS_T 8 | |
| #define SIZEOF_SIZE_T 8 | |
| #define SIZEOF_PID_T 4 | |
| #define HAVE_LONG_LONG 1 | |
| #define SIZEOF_LONG_LONG 8 | |
| #define HAVE_LONG_DOUBLE 1 | |
| #define SIZEOF_LONG_DOUBLE 16 | |
| #define HAVE_C99_BOOL 1 | |
| #define SIZEOF__BOOL 1 | |
| #define HAVE_UINTPTR_T 1 | |
| #define SIZEOF_UINTPTR_T 8 | |
| #define SIZEOF_OFF_T 8 | |
| #define SIZEOF_TIME_T 8 | |
| #define SIZEOF_PTHREAD_T 8 | |
| #define USE_TOOLBOX_OBJECT_GLUE 1 | |
| #define WITH_DYLD 1 | |
| #define SHLIB_EXT ".so" | |
| #define WITH_THREAD 1 | |
| #define _REENTRANT 1 | |
| #define HAVE_OSX105_SDK 1 | |
| #define WITH_DOC_STRINGS 1 | |
| #define WITH_PYMALLOC 1 | |
| /* end confdefs.h. */ | |
| /* Define siginterrupt to an innocuous variant, in case <limits.h> declares siginterrupt. | |
| For example, HP-UX 11i <limits.h> declares gettimeofday. */ | |
| #define siginterrupt innocuous_siginterrupt | |
| | |
| /* System header to define __stub macros and hopefully few prototypes, | |
| which can conflict with char siginterrupt (); 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 siginterrupt | |
| | |
| /* 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 siginterrupt (); | |
| /* 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_siginterrupt || defined __stub___siginterrupt | |
| choke me | |
| #endif | |
| | |
| int | |
| main () | |
| { | |
| return siginterrupt (); | |
| ; | |
| return 0; | |
| } | |
configure:16280: result: no | |
configure:16200: checking for sigrelse | |
configure:16256: /usr/bin/cc -o conftest -O3 -march=core2 -msse4 -w -pipe -I/usr/local/Cellar/readline/6.1/include -arch i386 -arch ppc -arch ppc64 -arch x86_64 -isysroot / -L/usr/local/Cellar/readline/6.1/lib conftest.c >&5 | |
cc1: error: unrecognized command line option "-march=core2" | |
cc1: error: unrecognized command line option "-msse4" | |
cc1: error: unrecognized command line option "-march=core2" | |
cc1: error: unrecognized command line option "-msse4" | |
lipo: can't figure out the architecture type of: /var/folders/tc/tc6XgOadEhmatl76xhT7Y++++TI/-Tmp-//ccy2U97I.out | |
configure:16262: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h. */ | |
| #define _GNU_SOURCE 1 | |
| #define _NETBSD_SOURCE 1 | |
| #define __BSD_VISIBLE 1 | |
| #define _BSD_TYPES 1 | |
| #define _DARWIN_C_SOURCE 1 | |
| #define _XOPEN_SOURCE 600 | |
| #define _XOPEN_SOURCE_EXTENDED 1 | |
| #define _POSIX_C_SOURCE 200112L | |
| #define Py_ENABLE_SHARED 1 | |
| #define HAVE_ATTRIBUTE_FORMAT_PARSETUPLE 1 | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_MEMORY_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_CURSES_H 1 | |
| #define HAVE_DLFCN_H 1 | |
| #define HAVE_ERRNO_H 1 | |
| #define HAVE_FCNTL_H 1 | |
| #define HAVE_GRP_H 1 | |
| #define HAVE_LANGINFO_H 1 | |
| #define HAVE_NCURSES_H 1 | |
| #define HAVE_POLL_H 1 | |
| #define HAVE_PTHREAD_H 1 | |
| #define HAVE_SIGNAL_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_TERMIOS_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_UTIME_H 1 | |
| #define HAVE_SYS_EVENT_H 1 | |
| #define HAVE_SYS_FILE_H 1 | |
| #define HAVE_SYS_LOCK_H 1 | |
| #define HAVE_SYS_PARAM_H 1 | |
| #define HAVE_SYS_POLL_H 1 | |
| #define HAVE_SYS_SELECT_H 1 | |
| #define HAVE_SYS_SOCKET_H 1 | |
| #define HAVE_SYS_STATVFS_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_SYS_TIME_H 1 | |
| #define HAVE_SYS_TIMES_H 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_UN_H 1 | |
| #define HAVE_SYS_UTSNAME_H 1 | |
| #define HAVE_SYS_WAIT_H 1 | |
| #define HAVE_SYS_RESOURCE_H 1 | |
| #define HAVE_SYSEXITS_H 1 | |
| #define HAVE_DIRENT_H 1 | |
| #define HAVE_TERM_H 1 | |
| #define HAVE_MAKEDEV 1 | |
| #define _LARGEFILE_SOURCE 1 | |
| #define _FILE_OFFSET_BITS 64 | |
| #if defined(SCO_DS) | |
| #undef _OFF_T | |
| #endif | |
| #define RETSIGTYPE void | |
| #define HAVE_SSIZE_T 1 | |
| #define SIZEOF_INT 4 | |
| #define SIZEOF_LONG 8 | |
| #define SIZEOF_VOID_P 8 | |
| #define SIZEOF_SHORT 2 | |
| #define SIZEOF_FLOAT 4 | |
| #define SIZEOF_DOUBLE 8 | |
| #define SIZEOF_FPOS_T 8 | |
| #define SIZEOF_SIZE_T 8 | |
| #define SIZEOF_PID_T 4 | |
| #define HAVE_LONG_LONG 1 | |
| #define SIZEOF_LONG_LONG 8 | |
| #define HAVE_LONG_DOUBLE 1 | |
| #define SIZEOF_LONG_DOUBLE 16 | |
| #define HAVE_C99_BOOL 1 | |
| #define SIZEOF__BOOL 1 | |
| #define HAVE_UINTPTR_T 1 | |
| #define SIZEOF_UINTPTR_T 8 | |
| #define SIZEOF_OFF_T 8 | |
| #define SIZEOF_TIME_T 8 | |
| #define SIZEOF_PTHREAD_T 8 | |
| #define USE_TOOLBOX_OBJECT_GLUE 1 | |
| #define WITH_DYLD 1 | |
| #define SHLIB_EXT ".so" | |
| #define WITH_THREAD 1 | |
| #define _REENTRANT 1 | |
| #define HAVE_OSX105_SDK 1 | |
| #define WITH_DOC_STRINGS 1 | |
| #define WITH_PYMALLOC 1 | |
| /* end confdefs.h. */ | |
| /* Define sigrelse to an innocuous variant, in case <limits.h> declares sigrelse. | |
| For example, HP-UX 11i <limits.h> declares gettimeofday. */ | |
| #define sigrelse innocuous_sigrelse | |
| | |
| /* System header to define __stub macros and hopefully few prototypes, | |
| which can conflict with char sigrelse (); 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 sigrelse | |
| | |
| /* 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 sigrelse (); | |
| /* 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_sigrelse || defined __stub___sigrelse | |
| choke me | |
| #endif | |
| | |
| int | |
| main () | |
| { | |
| return sigrelse (); | |
| ; | |
| return 0; | |
| } | |
configure:16280: result: no | |
configure:16200: checking for strftime | |
configure:16256: /usr/bin/cc -o conftest -O3 -march=core2 -msse4 -w -pipe -I/usr/local/Cellar/readline/6.1/include -arch i386 -arch ppc -arch ppc64 -arch x86_64 -isysroot / -L/usr/local/Cellar/readline/6.1/lib conftest.c >&5 | |
cc1: error: unrecognized command line option "-march=core2" | |
cc1: error: unrecognized command line option "-msse4" | |
cc1: error: unrecognized command line option "-march=core2" | |
cc1: error: unrecognized command line option "-msse4" | |
lipo: can't figure out the architecture type of: /var/folders/tc/tc6XgOadEhmatl76xhT7Y++++TI/-Tmp-//ccA2LO6N.out | |
configure:16262: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h. */ | |
| #define _GNU_SOURCE 1 | |
| #define _NETBSD_SOURCE 1 | |
| #define __BSD_VISIBLE 1 | |
| #define _BSD_TYPES 1 | |
| #define _DARWIN_C_SOURCE 1 | |
| #define _XOPEN_SOURCE 600 | |
| #define _XOPEN_SOURCE_EXTENDED 1 | |
| #define _POSIX_C_SOURCE 200112L | |
| #define Py_ENABLE_SHARED 1 | |
| #define HAVE_ATTRIBUTE_FORMAT_PARSETUPLE 1 | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_MEMORY_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_CURSES_H 1 | |
| #define HAVE_DLFCN_H 1 | |
| #define HAVE_ERRNO_H 1 | |
| #define HAVE_FCNTL_H 1 | |
| #define HAVE_GRP_H 1 | |
| #define HAVE_LANGINFO_H 1 | |
| #define HAVE_NCURSES_H 1 | |
| #define HAVE_POLL_H 1 | |
| #define HAVE_PTHREAD_H 1 | |
| #define HAVE_SIGNAL_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_TERMIOS_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_UTIME_H 1 | |
| #define HAVE_SYS_EVENT_H 1 | |
| #define HAVE_SYS_FILE_H 1 | |
| #define HAVE_SYS_LOCK_H 1 | |
| #define HAVE_SYS_PARAM_H 1 | |
| #define HAVE_SYS_POLL_H 1 | |
| #define HAVE_SYS_SELECT_H 1 | |
| #define HAVE_SYS_SOCKET_H 1 | |
| #define HAVE_SYS_STATVFS_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_SYS_TIME_H 1 | |
| #define HAVE_SYS_TIMES_H 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_UN_H 1 | |
| #define HAVE_SYS_UTSNAME_H 1 | |
| #define HAVE_SYS_WAIT_H 1 | |
| #define HAVE_SYS_RESOURCE_H 1 | |
| #define HAVE_SYSEXITS_H 1 | |
| #define HAVE_DIRENT_H 1 | |
| #define HAVE_TERM_H 1 | |
| #define HAVE_MAKEDEV 1 | |
| #define _LARGEFILE_SOURCE 1 | |
| #define _FILE_OFFSET_BITS 64 | |
| #if defined(SCO_DS) | |
| #undef _OFF_T | |
| #endif | |
| #define RETSIGTYPE void | |
| #define HAVE_SSIZE_T 1 | |
| #define SIZEOF_INT 4 | |
| #define SIZEOF_LONG 8 | |
| #define SIZEOF_VOID_P 8 | |
| #define SIZEOF_SHORT 2 | |
| #define SIZEOF_FLOAT 4 | |
| #define SIZEOF_DOUBLE 8 | |
| #define SIZEOF_FPOS_T 8 | |
| #define SIZEOF_SIZE_T 8 | |
| #define SIZEOF_PID_T 4 | |
| #define HAVE_LONG_LONG 1 | |
| #define SIZEOF_LONG_LONG 8 | |
| #define HAVE_LONG_DOUBLE 1 | |
| #define SIZEOF_LONG_DOUBLE 16 | |
| #define HAVE_C99_BOOL 1 | |
| #define SIZEOF__BOOL 1 | |
| #define HAVE_UINTPTR_T 1 | |
| #define SIZEOF_UINTPTR_T 8 | |
| #define SIZEOF_OFF_T 8 | |
| #define SIZEOF_TIME_T 8 | |
| #define SIZEOF_PTHREAD_T 8 | |
| #define USE_TOOLBOX_OBJECT_GLUE 1 | |
| #define WITH_DYLD 1 | |
| #define SHLIB_EXT ".so" | |
| #define WITH_THREAD 1 | |
| #define _REENTRANT 1 | |
| #define HAVE_OSX105_SDK 1 | |
| #define WITH_DOC_STRINGS 1 | |
| #define WITH_PYMALLOC 1 | |
| /* end confdefs.h. */ | |
| /* Define strftime to an innocuous variant, in case <limits.h> declares strftime. | |
| For example, HP-UX 11i <limits.h> declares gettimeofday. */ | |
| #define strftime innocuous_strftime | |
| | |
| /* System header to define __stub macros and hopefully few prototypes, | |
| which can conflict with char strftime (); 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 strftime | |
| | |
| /* 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 strftime (); | |
| /* 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_strftime || defined __stub___strftime | |
| choke me | |
| #endif | |
| | |
| int | |
| main () | |
| { | |
| return strftime (); | |
| ; | |
| return 0; | |
| } | |
configure:16280: result: no | |
configure:16200: checking for sysconf | |
configure:16256: /usr/bin/cc -o conftest -O3 -march=core2 -msse4 -w -pipe -I/usr/local/Cellar/readline/6.1/include -arch i386 -arch ppc -arch ppc64 -arch x86_64 -isysroot / -L/usr/local/Cellar/readline/6.1/lib conftest.c >&5 | |
cc1: error: unrecognized command line option "-march=core2" | |
cc1: error: unrecognized command line option "-msse4" | |
cc1: error: unrecognized command line option "-march=core2" | |
cc1: error: unrecognized command line option "-msse4" | |
lipo: can't figure out the architecture type of: /var/folders/tc/tc6XgOadEhmatl76xhT7Y++++TI/-Tmp-//cctdbtQ2.out | |
configure:16262: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h. */ | |
| #define _GNU_SOURCE 1 | |
| #define _NETBSD_SOURCE 1 | |
| #define __BSD_VISIBLE 1 | |
| #define _BSD_TYPES 1 | |
| #define _DARWIN_C_SOURCE 1 | |
| #define _XOPEN_SOURCE 600 | |
| #define _XOPEN_SOURCE_EXTENDED 1 | |
| #define _POSIX_C_SOURCE 200112L | |
| #define Py_ENABLE_SHARED 1 | |
| #define HAVE_ATTRIBUTE_FORMAT_PARSETUPLE 1 | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_MEMORY_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_CURSES_H 1 | |
| #define HAVE_DLFCN_H 1 | |
| #define HAVE_ERRNO_H 1 | |
| #define HAVE_FCNTL_H 1 | |
| #define HAVE_GRP_H 1 | |
| #define HAVE_LANGINFO_H 1 | |
| #define HAVE_NCURSES_H 1 | |
| #define HAVE_POLL_H 1 | |
| #define HAVE_PTHREAD_H 1 | |
| #define HAVE_SIGNAL_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_TERMIOS_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_UTIME_H 1 | |
| #define HAVE_SYS_EVENT_H 1 | |
| #define HAVE_SYS_FILE_H 1 | |
| #define HAVE_SYS_LOCK_H 1 | |
| #define HAVE_SYS_PARAM_H 1 | |
| #define HAVE_SYS_POLL_H 1 | |
| #define HAVE_SYS_SELECT_H 1 | |
| #define HAVE_SYS_SOCKET_H 1 | |
| #define HAVE_SYS_STATVFS_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_SYS_TIME_H 1 | |
| #define HAVE_SYS_TIMES_H 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_UN_H 1 | |
| #define HAVE_SYS_UTSNAME_H 1 | |
| #define HAVE_SYS_WAIT_H 1 | |
| #define HAVE_SYS_RESOURCE_H 1 | |
| #define HAVE_SYSEXITS_H 1 | |
| #define HAVE_DIRENT_H 1 | |
| #define HAVE_TERM_H 1 | |
| #define HAVE_MAKEDEV 1 | |
| #define _LARGEFILE_SOURCE 1 | |
| #define _FILE_OFFSET_BITS 64 | |
| #if defined(SCO_DS) | |
| #undef _OFF_T | |
| #endif | |
| #define RETSIGTYPE void | |
| #define HAVE_SSIZE_T 1 | |
| #define SIZEOF_INT 4 | |
| #define SIZEOF_LONG 8 | |
| #define SIZEOF_VOID_P 8 | |
| #define SIZEOF_SHORT 2 | |
| #define SIZEOF_FLOAT 4 | |
| #define SIZEOF_DOUBLE 8 | |
| #define SIZEOF_FPOS_T 8 | |
| #define SIZEOF_SIZE_T 8 | |
| #define SIZEOF_PID_T 4 | |
| #define HAVE_LONG_LONG 1 | |
| #define SIZEOF_LONG_LONG 8 | |
| #define HAVE_LONG_DOUBLE 1 | |
| #define SIZEOF_LONG_DOUBLE 16 | |
| #define HAVE_C99_BOOL 1 | |
| #define SIZEOF__BOOL 1 | |
| #define HAVE_UINTPTR_T 1 | |
| #define SIZEOF_UINTPTR_T 8 | |
| #define SIZEOF_OFF_T 8 | |
| #define SIZEOF_TIME_T 8 | |
| #define SIZEOF_PTHREAD_T 8 | |
| #define USE_TOOLBOX_OBJECT_GLUE 1 | |
| #define WITH_DYLD 1 | |
| #define SHLIB_EXT ".so" | |
| #define WITH_THREAD 1 | |
| #define _REENTRANT 1 | |
| #define HAVE_OSX105_SDK 1 | |
| #define WITH_DOC_STRINGS 1 | |
| #define WITH_PYMALLOC 1 | |
| /* end confdefs.h. */ | |
| /* Define sysconf to an innocuous variant, in case <limits.h> declares sysconf. | |
| For example, HP-UX 11i <limits.h> declares gettimeofday. */ | |
| #define sysconf innocuous_sysconf | |
| | |
| /* System header to define __stub macros and hopefully few prototypes, | |
| which can conflict with char sysconf (); 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 sysconf | |
| | |
| /* 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 sysconf (); | |
| /* 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_sysconf || defined __stub___sysconf | |
| choke me | |
| #endif | |
| | |
| int | |
| main () | |
| { | |
| return sysconf (); | |
| ; | |
| return 0; | |
| } | |
configure:16280: result: no | |
configure:16200: checking for tcgetpgrp | |
configure:16256: /usr/bin/cc -o conftest -O3 -march=core2 -msse4 -w -pipe -I/usr/local/Cellar/readline/6.1/include -arch i386 -arch ppc -arch ppc64 -arch x86_64 -isysroot / -L/usr/local/Cellar/readline/6.1/lib conftest.c >&5 | |
cc1: error: unrecognized command line option "-march=core2" | |
cc1: error: unrecognized command line option "-msse4" | |
cc1: error: unrecognized command line option "-march=core2" | |
cc1: error: unrecognized command line option "-msse4" | |
lipo: can't figure out the architecture type of: /var/folders/tc/tc6XgOadEhmatl76xhT7Y++++TI/-Tmp-//ccowclJm.out | |
configure:16262: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h. */ | |
| #define _GNU_SOURCE 1 | |
| #define _NETBSD_SOURCE 1 | |
| #define __BSD_VISIBLE 1 | |
| #define _BSD_TYPES 1 | |
| #define _DARWIN_C_SOURCE 1 | |
| #define _XOPEN_SOURCE 600 | |
| #define _XOPEN_SOURCE_EXTENDED 1 | |
| #define _POSIX_C_SOURCE 200112L | |
| #define Py_ENABLE_SHARED 1 | |
| #define HAVE_ATTRIBUTE_FORMAT_PARSETUPLE 1 | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_MEMORY_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_CURSES_H 1 | |
| #define HAVE_DLFCN_H 1 | |
| #define HAVE_ERRNO_H 1 | |
| #define HAVE_FCNTL_H 1 | |
| #define HAVE_GRP_H 1 | |
| #define HAVE_LANGINFO_H 1 | |
| #define HAVE_NCURSES_H 1 | |
| #define HAVE_POLL_H 1 | |
| #define HAVE_PTHREAD_H 1 | |
| #define HAVE_SIGNAL_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_TERMIOS_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_UTIME_H 1 | |
| #define HAVE_SYS_EVENT_H 1 | |
| #define HAVE_SYS_FILE_H 1 | |
| #define HAVE_SYS_LOCK_H 1 | |
| #define HAVE_SYS_PARAM_H 1 | |
| #define HAVE_SYS_POLL_H 1 | |
| #define HAVE_SYS_SELECT_H 1 | |
| #define HAVE_SYS_SOCKET_H 1 | |
| #define HAVE_SYS_STATVFS_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_SYS_TIME_H 1 | |
| #define HAVE_SYS_TIMES_H 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_UN_H 1 | |
| #define HAVE_SYS_UTSNAME_H 1 | |
| #define HAVE_SYS_WAIT_H 1 | |
| #define HAVE_SYS_RESOURCE_H 1 | |
| #define HAVE_SYSEXITS_H 1 | |
| #define HAVE_DIRENT_H 1 | |
| #define HAVE_TERM_H 1 | |
| #define HAVE_MAKEDEV 1 | |
| #define _LARGEFILE_SOURCE 1 | |
| #define _FILE_OFFSET_BITS 64 | |
| #if defined(SCO_DS) | |
| #undef _OFF_T | |
| #endif | |
| #define RETSIGTYPE void | |
| #define HAVE_SSIZE_T 1 | |
| #define SIZEOF_INT 4 | |
| #define SIZEOF_LONG 8 | |
| #define SIZEOF_VOID_P 8 | |
| #define SIZEOF_SHORT 2 | |
| #define SIZEOF_FLOAT 4 | |
| #define SIZEOF_DOUBLE 8 | |
| #define SIZEOF_FPOS_T 8 | |
| #define SIZEOF_SIZE_T 8 | |
| #define SIZEOF_PID_T 4 | |
| #define HAVE_LONG_LONG 1 | |
| #define SIZEOF_LONG_LONG 8 | |
| #define HAVE_LONG_DOUBLE 1 | |
| #define SIZEOF_LONG_DOUBLE 16 | |
| #define HAVE_C99_BOOL 1 | |
| #define SIZEOF__BOOL 1 | |
| #define HAVE_UINTPTR_T 1 | |
| #define SIZEOF_UINTPTR_T 8 | |
| #define SIZEOF_OFF_T 8 | |
| #define SIZEOF_TIME_T 8 | |
| #define SIZEOF_PTHREAD_T 8 | |
| #define USE_TOOLBOX_OBJECT_GLUE 1 | |
| #define WITH_DYLD 1 | |
| #define SHLIB_EXT ".so" | |
| #define WITH_THREAD 1 | |
| #define _REENTRANT 1 | |
| #define HAVE_OSX105_SDK 1 | |
| #define WITH_DOC_STRINGS 1 | |
| #define WITH_PYMALLOC 1 | |
| /* end confdefs.h. */ | |
| /* Define tcgetpgrp to an innocuous variant, in case <limits.h> declares tcgetpgrp. | |
| For example, HP-UX 11i <limits.h> declares gettimeofday. */ | |
| #define tcgetpgrp innocuous_tcgetpgrp | |
| | |
| /* System header to define __stub macros and hopefully few prototypes, | |
| which can conflict with char tcgetpgrp (); 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 tcgetpgrp | |
| | |
| /* 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 tcgetpgrp (); | |
| /* 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_tcgetpgrp || defined __stub___tcgetpgrp | |
| choke me | |
| #endif | |
| | |
| int | |
| main () | |
| { | |
| return tcgetpgrp (); | |
| ; | |
| return 0; | |
| } | |
configure:16280: result: no | |
configure:16200: checking for tcsetpgrp | |
configure:16256: /usr/bin/cc -o conftest -O3 -march=core2 -msse4 -w -pipe -I/usr/local/Cellar/readline/6.1/include -arch i386 -arch ppc -arch ppc64 -arch x86_64 -isysroot / -L/usr/local/Cellar/readline/6.1/lib conftest.c >&5 | |
cc1: error: unrecognized command line option "-march=core2" | |
cc1: error: unrecognized command line option "-msse4" | |
cc1: error: unrecognized command line option "-march=core2" | |
cc1: error: unrecognized command line option "-msse4" | |
lipo: can't figure out the architecture type of: /var/folders/tc/tc6XgOadEhmatl76xhT7Y++++TI/-Tmp-//ccqPpQJK.out | |
configure:16262: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h. */ | |
| #define _GNU_SOURCE 1 | |
| #define _NETBSD_SOURCE 1 | |
| #define __BSD_VISIBLE 1 | |
| #define _BSD_TYPES 1 | |
| #define _DARWIN_C_SOURCE 1 | |
| #define _XOPEN_SOURCE 600 | |
| #define _XOPEN_SOURCE_EXTENDED 1 | |
| #define _POSIX_C_SOURCE 200112L | |
| #define Py_ENABLE_SHARED 1 | |
| #define HAVE_ATTRIBUTE_FORMAT_PARSETUPLE 1 | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_MEMORY_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_CURSES_H 1 | |
| #define HAVE_DLFCN_H 1 | |
| #define HAVE_ERRNO_H 1 | |
| #define HAVE_FCNTL_H 1 | |
| #define HAVE_GRP_H 1 | |
| #define HAVE_LANGINFO_H 1 | |
| #define HAVE_NCURSES_H 1 | |
| #define HAVE_POLL_H 1 | |
| #define HAVE_PTHREAD_H 1 | |
| #define HAVE_SIGNAL_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_TERMIOS_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_UTIME_H 1 | |
| #define HAVE_SYS_EVENT_H 1 | |
| #define HAVE_SYS_FILE_H 1 | |
| #define HAVE_SYS_LOCK_H 1 | |
| #define HAVE_SYS_PARAM_H 1 | |
| #define HAVE_SYS_POLL_H 1 | |
| #define HAVE_SYS_SELECT_H 1 | |
| #define HAVE_SYS_SOCKET_H 1 | |
| #define HAVE_SYS_STATVFS_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_SYS_TIME_H 1 | |
| #define HAVE_SYS_TIMES_H 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_UN_H 1 | |
| #define HAVE_SYS_UTSNAME_H 1 | |
| #define HAVE_SYS_WAIT_H 1 | |
| #define HAVE_SYS_RESOURCE_H 1 | |
| #define HAVE_SYSEXITS_H 1 | |
| #define HAVE_DIRENT_H 1 | |
| #define HAVE_TERM_H 1 | |
| #define HAVE_MAKEDEV 1 | |
| #define _LARGEFILE_SOURCE 1 | |
| #define _FILE_OFFSET_BITS 64 | |
| #if defined(SCO_DS) | |
| #undef _OFF_T | |
| #endif | |
| #define RETSIGTYPE void | |
| #define HAVE_SSIZE_T 1 | |
| #define SIZEOF_INT 4 | |
| #define SIZEOF_LONG 8 | |
| #define SIZEOF_VOID_P 8 | |
| #define SIZEOF_SHORT 2 | |
| #define SIZEOF_FLOAT 4 | |
| #define SIZEOF_DOUBLE 8 | |
| #define SIZEOF_FPOS_T 8 | |
| #define SIZEOF_SIZE_T 8 | |
| #define SIZEOF_PID_T 4 | |
| #define HAVE_LONG_LONG 1 | |
| #define SIZEOF_LONG_LONG 8 | |
| #define HAVE_LONG_DOUBLE 1 | |
| #define SIZEOF_LONG_DOUBLE 16 | |
| #define HAVE_C99_BOOL 1 | |
| #define SIZEOF__BOOL 1 | |
| #define HAVE_UINTPTR_T 1 | |
| #define SIZEOF_UINTPTR_T 8 | |
| #define SIZEOF_OFF_T 8 | |
| #define SIZEOF_TIME_T 8 | |
| #define SIZEOF_PTHREAD_T 8 | |
| #define USE_TOOLBOX_OBJECT_GLUE 1 | |
| #define WITH_DYLD 1 | |
| #define SHLIB_EXT ".so" | |
| #define WITH_THREAD 1 | |
| #define _REENTRANT 1 | |
| #define HAVE_OSX105_SDK 1 | |
| #define WITH_DOC_STRINGS 1 | |
| #define WITH_PYMALLOC 1 | |
| /* end confdefs.h. */ | |
| /* Define tcsetpgrp to an innocuous variant, in case <limits.h> declares tcsetpgrp. | |
| For example, HP-UX 11i <limits.h> declares gettimeofday. */ | |
| #define tcsetpgrp innocuous_tcsetpgrp | |
| | |
| /* System header to define __stub macros and hopefully few prototypes, | |
| which can conflict with char tcsetpgrp (); 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 tcsetpgrp | |
| | |
| /* 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 tcsetpgrp (); | |
| /* 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_tcsetpgrp || defined __stub___tcsetpgrp | |
| choke me | |
| #endif | |
| | |
| int | |
| main () | |
| { | |
| return tcsetpgrp (); | |
| ; | |
| return 0; | |
| } | |
configure:16280: result: no | |
configure:16200: checking for tempnam | |
configure:16256: /usr/bin/cc -o conftest -O3 -march=core2 -msse4 -w -pipe -I/usr/local/Cellar/readline/6.1/include -arch i386 -arch ppc -arch ppc64 -arch x86_64 -isysroot / -L/usr/local/Cellar/readline/6.1/lib conftest.c >&5 | |
cc1: error: unrecognized command line option "-march=core2" | |
cc1: error: unrecognized command line option "-msse4" | |
cc1: error: unrecognized command line option "-march=core2" | |
cc1: error: unrecognized command line option "-msse4" | |
lipo: can't figure out the architecture type of: /var/folders/tc/tc6XgOadEhmatl76xhT7Y++++TI/-Tmp-//ccPowRnd.out | |
configure:16262: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h. */ | |
| #define _GNU_SOURCE 1 | |
| #define _NETBSD_SOURCE 1 | |
| #define __BSD_VISIBLE 1 | |
| #define _BSD_TYPES 1 | |
| #define _DARWIN_C_SOURCE 1 | |
| #define _XOPEN_SOURCE 600 | |
| #define _XOPEN_SOURCE_EXTENDED 1 | |
| #define _POSIX_C_SOURCE 200112L | |
| #define Py_ENABLE_SHARED 1 | |
| #define HAVE_ATTRIBUTE_FORMAT_PARSETUPLE 1 | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_MEMORY_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_CURSES_H 1 | |
| #define HAVE_DLFCN_H 1 | |
| #define HAVE_ERRNO_H 1 | |
| #define HAVE_FCNTL_H 1 | |
| #define HAVE_GRP_H 1 | |
| #define HAVE_LANGINFO_H 1 | |
| #define HAVE_NCURSES_H 1 | |
| #define HAVE_POLL_H 1 | |
| #define HAVE_PTHREAD_H 1 | |
| #define HAVE_SIGNAL_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_TERMIOS_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_UTIME_H 1 | |
| #define HAVE_SYS_EVENT_H 1 | |
| #define HAVE_SYS_FILE_H 1 | |
| #define HAVE_SYS_LOCK_H 1 | |
| #define HAVE_SYS_PARAM_H 1 | |
| #define HAVE_SYS_POLL_H 1 | |
| #define HAVE_SYS_SELECT_H 1 | |
| #define HAVE_SYS_SOCKET_H 1 | |
| #define HAVE_SYS_STATVFS_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_SYS_TIME_H 1 | |
| #define HAVE_SYS_TIMES_H 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_UN_H 1 | |
| #define HAVE_SYS_UTSNAME_H 1 | |
| #define HAVE_SYS_WAIT_H 1 | |
| #define HAVE_SYS_RESOURCE_H 1 | |
| #define HAVE_SYSEXITS_H 1 | |
| #define HAVE_DIRENT_H 1 | |
| #define HAVE_TERM_H 1 | |
| #define HAVE_MAKEDEV 1 | |
| #define _LARGEFILE_SOURCE 1 | |
| #define _FILE_OFFSET_BITS 64 | |
| #if defined(SCO_DS) | |
| #undef _OFF_T | |
| #endif | |
| #define RETSIGTYPE void | |
| #define HAVE_SSIZE_T 1 | |
| #define SIZEOF_INT 4 | |
| #define SIZEOF_LONG 8 | |
| #define SIZEOF_VOID_P 8 | |
| #define SIZEOF_SHORT 2 | |
| #define SIZEOF_FLOAT 4 | |
| #define SIZEOF_DOUBLE 8 | |
| #define SIZEOF_FPOS_T 8 | |
| #define SIZEOF_SIZE_T 8 | |
| #define SIZEOF_PID_T 4 | |
| #define HAVE_LONG_LONG 1 | |
| #define SIZEOF_LONG_LONG 8 | |
| #define HAVE_LONG_DOUBLE 1 | |
| #define SIZEOF_LONG_DOUBLE 16 | |
| #define HAVE_C99_BOOL 1 | |
| #define SIZEOF__BOOL 1 | |
| #define HAVE_UINTPTR_T 1 | |
| #define SIZEOF_UINTPTR_T 8 | |
| #define SIZEOF_OFF_T 8 | |
| #define SIZEOF_TIME_T 8 | |
| #define SIZEOF_PTHREAD_T 8 | |
| #define USE_TOOLBOX_OBJECT_GLUE 1 | |
| #define WITH_DYLD 1 | |
| #define SHLIB_EXT ".so" | |
| #define WITH_THREAD 1 | |
| #define _REENTRANT 1 | |
| #define HAVE_OSX105_SDK 1 | |
| #define WITH_DOC_STRINGS 1 | |
| #define WITH_PYMALLOC 1 | |
| /* end confdefs.h. */ | |
| /* Define tempnam to an innocuous variant, in case <limits.h> declares tempnam. | |
| For example, HP-UX 11i <limits.h> declares gettimeofday. */ | |
| #define tempnam innocuous_tempnam | |
| | |
| /* System header to define __stub macros and hopefully few prototypes, | |
| which can conflict with char tempnam (); 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 tempnam | |
| | |
| /* 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 tempnam (); | |
| /* 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_tempnam || defined __stub___tempnam | |
| choke me | |
| #endif | |
| | |
| int | |
| main () | |
| { | |
| return tempnam (); | |
| ; | |
| return 0; | |
| } | |
configure:16280: result: no | |
configure:16200: checking for timegm | |
configure:16256: /usr/bin/cc -o conftest -O3 -march=core2 -msse4 -w -pipe -I/usr/local/Cellar/readline/6.1/include -arch i386 -arch ppc -arch ppc64 -arch x86_64 -isysroot / -L/usr/local/Cellar/readline/6.1/lib conftest.c >&5 | |
cc1: error: unrecognized command line option "-march=core2" | |
cc1: error: unrecognized command line option "-msse4" | |
cc1: error: unrecognized command line option "-march=core2" | |
cc1: error: unrecognized command line option "-msse4" | |
lipo: can't figure out the architecture type of: /var/folders/tc/tc6XgOadEhmatl76xhT7Y++++TI/-Tmp-//ccIF1BRI.out | |
configure:16262: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h. */ | |
| #define _GNU_SOURCE 1 | |
| #define _NETBSD_SOURCE 1 | |
| #define __BSD_VISIBLE 1 | |
| #define _BSD_TYPES 1 | |
| #define _DARWIN_C_SOURCE 1 | |
| #define _XOPEN_SOURCE 600 | |
| #define _XOPEN_SOURCE_EXTENDED 1 | |
| #define _POSIX_C_SOURCE 200112L | |
| #define Py_ENABLE_SHARED 1 | |
| #define HAVE_ATTRIBUTE_FORMAT_PARSETUPLE 1 | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_MEMORY_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_CURSES_H 1 | |
| #define HAVE_DLFCN_H 1 | |
| #define HAVE_ERRNO_H 1 | |
| #define HAVE_FCNTL_H 1 | |
| #define HAVE_GRP_H 1 | |
| #define HAVE_LANGINFO_H 1 | |
| #define HAVE_NCURSES_H 1 | |
| #define HAVE_POLL_H 1 | |
| #define HAVE_PTHREAD_H 1 | |
| #define HAVE_SIGNAL_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_TERMIOS_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_UTIME_H 1 | |
| #define HAVE_SYS_EVENT_H 1 | |
| #define HAVE_SYS_FILE_H 1 | |
| #define HAVE_SYS_LOCK_H 1 | |
| #define HAVE_SYS_PARAM_H 1 | |
| #define HAVE_SYS_POLL_H 1 | |
| #define HAVE_SYS_SELECT_H 1 | |
| #define HAVE_SYS_SOCKET_H 1 | |
| #define HAVE_SYS_STATVFS_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_SYS_TIME_H 1 | |
| #define HAVE_SYS_TIMES_H 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_UN_H 1 | |
| #define HAVE_SYS_UTSNAME_H 1 | |
| #define HAVE_SYS_WAIT_H 1 | |
| #define HAVE_SYS_RESOURCE_H 1 | |
| #define HAVE_SYSEXITS_H 1 | |
| #define HAVE_DIRENT_H 1 | |
| #define HAVE_TERM_H 1 | |
| #define HAVE_MAKEDEV 1 | |
| #define _LARGEFILE_SOURCE 1 | |
| #define _FILE_OFFSET_BITS 64 | |
| #if defined(SCO_DS) | |
| #undef _OFF_T | |
| #endif | |
| #define RETSIGTYPE void | |
| #define HAVE_SSIZE_T 1 | |
| #define SIZEOF_INT 4 | |
| #define SIZEOF_LONG 8 | |
| #define SIZEOF_VOID_P 8 | |
| #define SIZEOF_SHORT 2 | |
| #define SIZEOF_FLOAT 4 | |
| #define SIZEOF_DOUBLE 8 | |
| #define SIZEOF_FPOS_T 8 | |
| #define SIZEOF_SIZE_T 8 | |
| #define SIZEOF_PID_T 4 | |
| #define HAVE_LONG_LONG 1 | |
| #define SIZEOF_LONG_LONG 8 | |
| #define HAVE_LONG_DOUBLE 1 | |
| #define SIZEOF_LONG_DOUBLE 16 | |
| #define HAVE_C99_BOOL 1 | |
| #define SIZEOF__BOOL 1 | |
| #define HAVE_UINTPTR_T 1 | |
| #define SIZEOF_UINTPTR_T 8 | |
| #define SIZEOF_OFF_T 8 | |
| #define SIZEOF_TIME_T 8 | |
| #define SIZEOF_PTHREAD_T 8 | |
| #define USE_TOOLBOX_OBJECT_GLUE 1 | |
| #define WITH_DYLD 1 | |
| #define SHLIB_EXT ".so" | |
| #define WITH_THREAD 1 | |
| #define _REENTRANT 1 | |
| #define HAVE_OSX105_SDK 1 | |
| #define WITH_DOC_STRINGS 1 | |
| #define WITH_PYMALLOC 1 | |
| /* end confdefs.h. */ | |
| /* Define timegm to an innocuous variant, in case <limits.h> declares timegm. | |
| For example, HP-UX 11i <limits.h> declares gettimeofday. */ | |
| #define timegm innocuous_timegm | |
| | |
| /* System header to define __stub macros and hopefully few prototypes, | |
| which can conflict with char timegm (); 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 timegm | |
| | |
| /* 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 timegm (); | |
| /* 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_timegm || defined __stub___timegm | |
| choke me | |
| #endif | |
| | |
| int | |
| main () | |
| { | |
| return timegm (); | |
| ; | |
| return 0; | |
| } | |
configure:16280: result: no | |
configure:16200: checking for times | |
configure:16256: /usr/bin/cc -o conftest -O3 -march=core2 -msse4 -w -pipe -I/usr/local/Cellar/readline/6.1/include -arch i386 -arch ppc -arch ppc64 -arch x86_64 -isysroot / -L/usr/local/Cellar/readline/6.1/lib conftest.c >&5 | |
cc1: error: unrecognized command line option "-march=core2" | |
cc1: error: unrecognized command line option "-msse4" | |
cc1: error: unrecognized command line option "-march=core2" | |
cc1: error: unrecognized command line option "-msse4" | |
lipo: can't figure out the architecture type of: /var/folders/tc/tc6XgOadEhmatl76xhT7Y++++TI/-Tmp-//ccfWaK0p.out | |
configure:16262: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h. */ | |
| #define _GNU_SOURCE 1 | |
| #define _NETBSD_SOURCE 1 | |
| #define __BSD_VISIBLE 1 | |
| #define _BSD_TYPES 1 | |
| #define _DARWIN_C_SOURCE 1 | |
| #define _XOPEN_SOURCE 600 | |
| #define _XOPEN_SOURCE_EXTENDED 1 | |
| #define _POSIX_C_SOURCE 200112L | |
| #define Py_ENABLE_SHARED 1 | |
| #define HAVE_ATTRIBUTE_FORMAT_PARSETUPLE 1 | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_MEMORY_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_CURSES_H 1 | |
| #define HAVE_DLFCN_H 1 | |
| #define HAVE_ERRNO_H 1 | |
| #define HAVE_FCNTL_H 1 | |
| #define HAVE_GRP_H 1 | |
| #define HAVE_LANGINFO_H 1 | |
| #define HAVE_NCURSES_H 1 | |
| #define HAVE_POLL_H 1 | |
| #define HAVE_PTHREAD_H 1 | |
| #define HAVE_SIGNAL_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_TERMIOS_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_UTIME_H 1 | |
| #define HAVE_SYS_EVENT_H 1 | |
| #define HAVE_SYS_FILE_H 1 | |
| #define HAVE_SYS_LOCK_H 1 | |
| #define HAVE_SYS_PARAM_H 1 | |
| #define HAVE_SYS_POLL_H 1 | |
| #define HAVE_SYS_SELECT_H 1 | |
| #define HAVE_SYS_SOCKET_H 1 | |
| #define HAVE_SYS_STATVFS_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_SYS_TIME_H 1 | |
| #define HAVE_SYS_TIMES_H 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_UN_H 1 | |
| #define HAVE_SYS_UTSNAME_H 1 | |
| #define HAVE_SYS_WAIT_H 1 | |
| #define HAVE_SYS_RESOURCE_H 1 | |
| #define HAVE_SYSEXITS_H 1 | |
| #define HAVE_DIRENT_H 1 | |
| #define HAVE_TERM_H 1 | |
| #define HAVE_MAKEDEV 1 | |
| #define _LARGEFILE_SOURCE 1 | |
| #define _FILE_OFFSET_BITS 64 | |
| #if defined(SCO_DS) | |
| #undef _OFF_T | |
| #endif | |
| #define RETSIGTYPE void | |
| #define HAVE_SSIZE_T 1 | |
| #define SIZEOF_INT 4 | |
| #define SIZEOF_LONG 8 | |
| #define SIZEOF_VOID_P 8 | |
| #define SIZEOF_SHORT 2 | |
| #define SIZEOF_FLOAT 4 | |
| #define SIZEOF_DOUBLE 8 | |
| #define SIZEOF_FPOS_T 8 | |
| #define SIZEOF_SIZE_T 8 | |
| #define SIZEOF_PID_T 4 | |
| #define HAVE_LONG_LONG 1 | |
| #define SIZEOF_LONG_LONG 8 | |
| #define HAVE_LONG_DOUBLE 1 | |
| #define SIZEOF_LONG_DOUBLE 16 | |
| #define HAVE_C99_BOOL 1 | |
| #define SIZEOF__BOOL 1 | |
| #define HAVE_UINTPTR_T 1 | |
| #define SIZEOF_UINTPTR_T 8 | |
| #define SIZEOF_OFF_T 8 | |
| #define SIZEOF_TIME_T 8 | |
| #define SIZEOF_PTHREAD_T 8 | |
| #define USE_TOOLBOX_OBJECT_GLUE 1 | |
| #define WITH_DYLD 1 | |
| #define SHLIB_EXT ".so" | |
| #define WITH_THREAD 1 | |
| #define _REENTRANT 1 | |
| #define HAVE_OSX105_SDK 1 | |
| #define WITH_DOC_STRINGS 1 | |
| #define WITH_PYMALLOC 1 | |
| /* end confdefs.h. */ | |
| /* Define times to an innocuous variant, in case <limits.h> declares times. | |
| For example, HP-UX 11i <limits.h> declares gettimeofday. */ | |
| #define times innocuous_times | |
| | |
| /* System header to define __stub macros and hopefully few prototypes, | |
| which can conflict with char times (); 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 times | |
| | |
| /* 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 times (); | |
| /* 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_times || defined __stub___times | |
| choke me | |
| #endif | |
| | |
| int | |
| main () | |
| { | |
| return times (); | |
| ; | |
| return 0; | |
| } | |
configure:16280: result: no | |
configure:16200: checking for tmpfile | |
configure:16256: /usr/bin/cc -o conftest -O3 -march=core2 -msse4 -w -pipe -I/usr/local/Cellar/readline/6.1/include -arch i386 -arch ppc -arch ppc64 -arch x86_64 -isysroot / -L/usr/local/Cellar/readline/6.1/lib conftest.c >&5 | |
cc1: error: unrecognized command line option "-march=core2" | |
cc1: error: unrecognized command line option "-msse4" | |
cc1: error: unrecognized command line option "-march=core2" | |
cc1: error: unrecognized command line option "-msse4" | |
lipo: can't figure out the architecture type of: /var/folders/tc/tc6XgOadEhmatl76xhT7Y++++TI/-Tmp-//cchfTda2.out | |
configure:16262: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h. */ | |
| #define _GNU_SOURCE 1 | |
| #define _NETBSD_SOURCE 1 | |
| #define __BSD_VISIBLE 1 | |
| #define _BSD_TYPES 1 | |
| #define _DARWIN_C_SOURCE 1 | |
| #define _XOPEN_SOURCE 600 | |
| #define _XOPEN_SOURCE_EXTENDED 1 | |
| #define _POSIX_C_SOURCE 200112L | |
| #define Py_ENABLE_SHARED 1 | |
| #define HAVE_ATTRIBUTE_FORMAT_PARSETUPLE 1 | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_MEMORY_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_CURSES_H 1 | |
| #define HAVE_DLFCN_H 1 | |
| #define HAVE_ERRNO_H 1 | |
| #define HAVE_FCNTL_H 1 | |
| #define HAVE_GRP_H 1 | |
| #define HAVE_LANGINFO_H 1 | |
| #define HAVE_NCURSES_H 1 | |
| #define HAVE_POLL_H 1 | |
| #define HAVE_PTHREAD_H 1 | |
| #define HAVE_SIGNAL_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_TERMIOS_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_UTIME_H 1 | |
| #define HAVE_SYS_EVENT_H 1 | |
| #define HAVE_SYS_FILE_H 1 | |
| #define HAVE_SYS_LOCK_H 1 | |
| #define HAVE_SYS_PARAM_H 1 | |
| #define HAVE_SYS_POLL_H 1 | |
| #define HAVE_SYS_SELECT_H 1 | |
| #define HAVE_SYS_SOCKET_H 1 | |
| #define HAVE_SYS_STATVFS_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_SYS_TIME_H 1 | |
| #define HAVE_SYS_TIMES_H 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_UN_H 1 | |
| #define HAVE_SYS_UTSNAME_H 1 | |
| #define HAVE_SYS_WAIT_H 1 | |
| #define HAVE_SYS_RESOURCE_H 1 | |
| #define HAVE_SYSEXITS_H 1 | |
| #define HAVE_DIRENT_H 1 | |
| #define HAVE_TERM_H 1 | |
| #define HAVE_MAKEDEV 1 | |
| #define _LARGEFILE_SOURCE 1 | |
| #define _FILE_OFFSET_BITS 64 | |
| #if defined(SCO_DS) | |
| #undef _OFF_T | |
| #endif | |
| #define RETSIGTYPE void | |
| #define HAVE_SSIZE_T 1 | |
| #define SIZEOF_INT 4 | |
| #define SIZEOF_LONG 8 | |
| #define SIZEOF_VOID_P 8 | |
| #define SIZEOF_SHORT 2 | |
| #define SIZEOF_FLOAT 4 | |
| #define SIZEOF_DOUBLE 8 | |
| #define SIZEOF_FPOS_T 8 | |
| #define SIZEOF_SIZE_T 8 | |
| #define SIZEOF_PID_T 4 | |
| #define HAVE_LONG_LONG 1 | |
| #define SIZEOF_LONG_LONG 8 | |
| #define HAVE_LONG_DOUBLE 1 | |
| #define SIZEOF_LONG_DOUBLE 16 | |
| #define HAVE_C99_BOOL 1 | |
| #define SIZEOF__BOOL 1 | |
| #define HAVE_UINTPTR_T 1 | |
| #define SIZEOF_UINTPTR_T 8 | |
| #define SIZEOF_OFF_T 8 | |
| #define SIZEOF_TIME_T 8 | |
| #define SIZEOF_PTHREAD_T 8 | |
| #define USE_TOOLBOX_OBJECT_GLUE 1 | |
| #define WITH_DYLD 1 | |
| #define SHLIB_EXT ".so" | |
| #define WITH_THREAD 1 | |
| #define _REENTRANT 1 | |
| #define HAVE_OSX105_SDK 1 | |
| #define WITH_DOC_STRINGS 1 | |
| #define WITH_PYMALLOC 1 | |
| /* end confdefs.h. */ | |
| /* Define tmpfile to an innocuous variant, in case <limits.h> declares tmpfile. | |
| For example, HP-UX 11i <limits.h> declares gettimeofday. */ | |
| #define tmpfile innocuous_tmpfile | |
| | |
| /* System header to define __stub macros and hopefully few prototypes, | |
| which can conflict with char tmpfile (); 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 tmpfile | |
| | |
| /* 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 tmpfile (); | |
| /* 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_tmpfile || defined __stub___tmpfile | |
| choke me | |
| #endif | |
| | |
| int | |
| main () | |
| { | |
| return tmpfile (); | |
| ; | |
| return 0; | |
| } | |
configure:16280: result: no | |
configure:16200: checking for tmpnam | |
configure:16256: /usr/bin/cc -o conftest -O3 -march=core2 -msse4 -w -pipe -I/usr/local/Cellar/readline/6.1/include -arch i386 -arch ppc -arch ppc64 -arch x86_64 -isysroot / -L/usr/local/Cellar/readline/6.1/lib conftest.c >&5 | |
cc1: error: unrecognized command line option "-march=core2" | |
cc1: error: unrecognized command line option "-msse4" | |
cc1: error: unrecognized command line option "-march=core2" | |
cc1: error: unrecognized command line option "-msse4" | |
lipo: can't figure out the architecture type of: /var/folders/tc/tc6XgOadEhmatl76xhT7Y++++TI/-Tmp-//ccqfXQ90.out | |
configure:16262: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h. */ | |
| #define _GNU_SOURCE 1 | |
| #define _NETBSD_SOURCE 1 | |
| #define __BSD_VISIBLE 1 | |
| #define _BSD_TYPES 1 | |
| #define _DARWIN_C_SOURCE 1 | |
| #define _XOPEN_SOURCE 600 | |
| #define _XOPEN_SOURCE_EXTENDED 1 | |
| #define _POSIX_C_SOURCE 200112L | |
| #define Py_ENABLE_SHARED 1 | |
| #define HAVE_ATTRIBUTE_FORMAT_PARSETUPLE 1 | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_MEMORY_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_CURSES_H 1 | |
| #define HAVE_DLFCN_H 1 | |
| #define HAVE_ERRNO_H 1 | |
| #define HAVE_FCNTL_H 1 | |
| #define HAVE_GRP_H 1 | |
| #define HAVE_LANGINFO_H 1 | |
| #define HAVE_NCURSES_H 1 | |
| #define HAVE_POLL_H 1 | |
| #define HAVE_PTHREAD_H 1 | |
| #define HAVE_SIGNAL_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_TERMIOS_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_UTIME_H 1 | |
| #define HAVE_SYS_EVENT_H 1 | |
| #define HAVE_SYS_FILE_H 1 | |
| #define HAVE_SYS_LOCK_H 1 | |
| #define HAVE_SYS_PARAM_H 1 | |
| #define HAVE_SYS_POLL_H 1 | |
| #define HAVE_SYS_SELECT_H 1 | |
| #define HAVE_SYS_SOCKET_H 1 | |
| #define HAVE_SYS_STATVFS_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_SYS_TIME_H 1 | |
| #define HAVE_SYS_TIMES_H 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_UN_H 1 | |
| #define HAVE_SYS_UTSNAME_H 1 | |
| #define HAVE_SYS_WAIT_H 1 | |
| #define HAVE_SYS_RESOURCE_H 1 | |
| #define HAVE_SYSEXITS_H 1 | |
| #define HAVE_DIRENT_H 1 | |
| #define HAVE_TERM_H 1 | |
| #define HAVE_MAKEDEV 1 | |
| #define _LARGEFILE_SOURCE 1 | |
| #define _FILE_OFFSET_BITS 64 | |
| #if defined(SCO_DS) | |
| #undef _OFF_T | |
| #endif | |
| #define RETSIGTYPE void | |
| #define HAVE_SSIZE_T 1 | |
| #define SIZEOF_INT 4 | |
| #define SIZEOF_LONG 8 | |
| #define SIZEOF_VOID_P 8 | |
| #define SIZEOF_SHORT 2 | |
| #define SIZEOF_FLOAT 4 | |
| #define SIZEOF_DOUBLE 8 | |
| #define SIZEOF_FPOS_T 8 | |
| #define SIZEOF_SIZE_T 8 | |
| #define SIZEOF_PID_T 4 | |
| #define HAVE_LONG_LONG 1 | |
| #define SIZEOF_LONG_LONG 8 | |
| #define HAVE_LONG_DOUBLE 1 | |
| #define SIZEOF_LONG_DOUBLE 16 | |
| #define HAVE_C99_BOOL 1 | |
| #define SIZEOF__BOOL 1 | |
| #define HAVE_UINTPTR_T 1 | |
| #define SIZEOF_UINTPTR_T 8 | |
| #define SIZEOF_OFF_T 8 | |
| #define SIZEOF_TIME_T 8 | |
| #define SIZEOF_PTHREAD_T 8 | |
| #define USE_TOOLBOX_OBJECT_GLUE 1 | |
| #define WITH_DYLD 1 | |
| #define SHLIB_EXT ".so" | |
| #define WITH_THREAD 1 | |
| #define _REENTRANT 1 | |
| #define HAVE_OSX105_SDK 1 | |
| #define WITH_DOC_STRINGS 1 | |
| #define WITH_PYMALLOC 1 | |
| /* end confdefs.h. */ | |
| /* Define tmpnam to an innocuous variant, in case <limits.h> declares tmpnam. | |
| For example, HP-UX 11i <limits.h> declares gettimeofday. */ | |
| #define tmpnam innocuous_tmpnam | |
| | |
| /* System header to define __stub macros and hopefully few prototypes, | |
| which can conflict with char tmpnam (); 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 tmpnam | |
| | |
| /* 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 tmpnam (); | |
| /* 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_tmpnam || defined __stub___tmpnam | |
| choke me | |
| #endif | |
| | |
| int | |
| main () | |
| { | |
| return tmpnam (); | |
| ; | |
| return 0; | |
| } | |
configure:16280: result: no | |
configure:16200: checking for tmpnam_r | |
configure:16256: /usr/bin/cc -o conftest -O3 -march=core2 -msse4 -w -pipe -I/usr/local/Cellar/readline/6.1/include -arch i386 -arch ppc -arch ppc64 -arch x86_64 -isysroot / -L/usr/local/Cellar/readline/6.1/lib conftest.c >&5 | |
Undefined symbols for architecture i386: | |
"_tmpnam_r", referenced from: | |
_main in cckOrJkE.o | |
ld: symbol(s) not found for architecture i386 | |
collect2: ld returned 1 exit status | |
cc1: error: unrecognized command line option "-march=core2" | |
cc1: error: unrecognized command line option "-msse4" | |
cc1: error: unrecognized command line option "-march=core2" | |
cc1: error: unrecognized command line option "-msse4" | |
Undefined symbols for architecture x86_64: | |
"_tmpnam_r", referenced from: | |
_main in cchAURUt.o | |
ld: symbol(s) not found for architecture x86_64 | |
collect2: ld returned 1 exit status | |
lipo: can't open input file: /var/folders/tc/tc6XgOadEhmatl76xhT7Y++++TI/-Tmp-//ccspzhFa.out (No such file or directory) | |
configure:16262: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h. */ | |
| #define _GNU_SOURCE 1 | |
| #define _NETBSD_SOURCE 1 | |
| #define __BSD_VISIBLE 1 | |
| #define _BSD_TYPES 1 | |
| #define _DARWIN_C_SOURCE 1 | |
| #define _XOPEN_SOURCE 600 | |
| #define _XOPEN_SOURCE_EXTENDED 1 | |
| #define _POSIX_C_SOURCE 200112L | |
| #define Py_ENABLE_SHARED 1 | |
| #define HAVE_ATTRIBUTE_FORMAT_PARSETUPLE 1 | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_MEMORY_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_CURSES_H 1 | |
| #define HAVE_DLFCN_H 1 | |
| #define HAVE_ERRNO_H 1 | |
| #define HAVE_FCNTL_H 1 | |
| #define HAVE_GRP_H 1 | |
| #define HAVE_LANGINFO_H 1 | |
| #define HAVE_NCURSES_H 1 | |
| #define HAVE_POLL_H 1 | |
| #define HAVE_PTHREAD_H 1 | |
| #define HAVE_SIGNAL_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_TERMIOS_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_UTIME_H 1 | |
| #define HAVE_SYS_EVENT_H 1 | |
| #define HAVE_SYS_FILE_H 1 | |
| #define HAVE_SYS_LOCK_H 1 | |
| #define HAVE_SYS_PARAM_H 1 | |
| #define HAVE_SYS_POLL_H 1 | |
| #define HAVE_SYS_SELECT_H 1 | |
| #define HAVE_SYS_SOCKET_H 1 | |
| #define HAVE_SYS_STATVFS_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_SYS_TIME_H 1 | |
| #define HAVE_SYS_TIMES_H 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_UN_H 1 | |
| #define HAVE_SYS_UTSNAME_H 1 | |
| #define HAVE_SYS_WAIT_H 1 | |
| #define HAVE_SYS_RESOURCE_H 1 | |
| #define HAVE_SYSEXITS_H 1 | |
| #define HAVE_DIRENT_H 1 | |
| #define HAVE_TERM_H 1 | |
| #define HAVE_MAKEDEV 1 | |
| #define _LARGEFILE_SOURCE 1 | |
| #define _FILE_OFFSET_BITS 64 | |
| #if defined(SCO_DS) | |
| #undef _OFF_T | |
| #endif | |
| #define RETSIGTYPE void | |
| #define HAVE_SSIZE_T 1 | |
| #define SIZEOF_INT 4 | |
| #define SIZEOF_LONG 8 | |
| #define SIZEOF_VOID_P 8 | |
| #define SIZEOF_SHORT 2 | |
| #define SIZEOF_FLOAT 4 | |
| #define SIZEOF_DOUBLE 8 | |
| #define SIZEOF_FPOS_T 8 | |
| #define SIZEOF_SIZE_T 8 | |
| #define SIZEOF_PID_T 4 | |
| #define HAVE_LONG_LONG 1 | |
| #define SIZEOF_LONG_LONG 8 | |
| #define HAVE_LONG_DOUBLE 1 | |
| #define SIZEOF_LONG_DOUBLE 16 | |
| #define HAVE_C99_BOOL 1 | |
| #define SIZEOF__BOOL 1 | |
| #define HAVE_UINTPTR_T 1 | |
| #define SIZEOF_UINTPTR_T 8 | |
| #define SIZEOF_OFF_T 8 | |
| #define SIZEOF_TIME_T 8 | |
| #define SIZEOF_PTHREAD_T 8 | |
| #define USE_TOOLBOX_OBJECT_GLUE 1 | |
| #define WITH_DYLD 1 | |
| #define SHLIB_EXT ".so" | |
| #define WITH_THREAD 1 | |
| #define _REENTRANT 1 | |
| #define HAVE_OSX105_SDK 1 | |
| #define WITH_DOC_STRINGS 1 | |
| #define WITH_PYMALLOC 1 | |
| /* end confdefs.h. */ | |
| /* Define tmpnam_r to an innocuous variant, in case <limits.h> declares tmpnam_r. | |
| For example, HP-UX 11i <limits.h> declares gettimeofday. */ | |
| #define tmpnam_r innocuous_tmpnam_r | |
| | |
| /* System header to define __stub macros and hopefully few prototypes, | |
| which can conflict with char tmpnam_r (); 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 tmpnam_r | |
| | |
| /* 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 tmpnam_r (); | |
| /* 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_tmpnam_r || defined __stub___tmpnam_r | |
| choke me | |
| #endif | |
| | |
| int | |
| main () | |
| { | |
| return tmpnam_r (); | |
| ; | |
| return 0; | |
| } | |
configure:16280: result: no | |
configure:16200: checking for truncate | |
configure:16256: /usr/bin/cc -o conftest -O3 -march=core2 -msse4 -w -pipe -I/usr/local/Cellar/readline/6.1/include -arch i386 -arch ppc -arch ppc64 -arch x86_64 -isysroot / -L/usr/local/Cellar/readline/6.1/lib conftest.c >&5 | |
cc1: error: unrecognized command line option "-march=core2" | |
cc1: error: unrecognized command line option "-msse4" | |
cc1: error: unrecognized command line option "-march=core2" | |
cc1: error: unrecognized command line option "-msse4" | |
lipo: can't figure out the architecture type of: /var/folders/tc/tc6XgOadEhmatl76xhT7Y++++TI/-Tmp-//cc9UKrJ3.out | |
configure:16262: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h. */ | |
| #define _GNU_SOURCE 1 | |
| #define _NETBSD_SOURCE 1 | |
| #define __BSD_VISIBLE 1 | |
| #define _BSD_TYPES 1 | |
| #define _DARWIN_C_SOURCE 1 | |
| #define _XOPEN_SOURCE 600 | |
| #define _XOPEN_SOURCE_EXTENDED 1 | |
| #define _POSIX_C_SOURCE 200112L | |
| #define Py_ENABLE_SHARED 1 | |
| #define HAVE_ATTRIBUTE_FORMAT_PARSETUPLE 1 | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_MEMORY_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_CURSES_H 1 | |
| #define HAVE_DLFCN_H 1 | |
| #define HAVE_ERRNO_H 1 | |
| #define HAVE_FCNTL_H 1 | |
| #define HAVE_GRP_H 1 | |
| #define HAVE_LANGINFO_H 1 | |
| #define HAVE_NCURSES_H 1 | |
| #define HAVE_POLL_H 1 | |
| #define HAVE_PTHREAD_H 1 | |
| #define HAVE_SIGNAL_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_TERMIOS_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_UTIME_H 1 | |
| #define HAVE_SYS_EVENT_H 1 | |
| #define HAVE_SYS_FILE_H 1 | |
| #define HAVE_SYS_LOCK_H 1 | |
| #define HAVE_SYS_PARAM_H 1 | |
| #define HAVE_SYS_POLL_H 1 | |
| #define HAVE_SYS_SELECT_H 1 | |
| #define HAVE_SYS_SOCKET_H 1 | |
| #define HAVE_SYS_STATVFS_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_SYS_TIME_H 1 | |
| #define HAVE_SYS_TIMES_H 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_UN_H 1 | |
| #define HAVE_SYS_UTSNAME_H 1 | |
| #define HAVE_SYS_WAIT_H 1 | |
| #define HAVE_SYS_RESOURCE_H 1 | |
| #define HAVE_SYSEXITS_H 1 | |
| #define HAVE_DIRENT_H 1 | |
| #define HAVE_TERM_H 1 | |
| #define HAVE_MAKEDEV 1 | |
| #define _LARGEFILE_SOURCE 1 | |
| #define _FILE_OFFSET_BITS 64 | |
| #if defined(SCO_DS) | |
| #undef _OFF_T | |
| #endif | |
| #define RETSIGTYPE void | |
| #define HAVE_SSIZE_T 1 | |
| #define SIZEOF_INT 4 | |
| #define SIZEOF_LONG 8 | |
| #define SIZEOF_VOID_P 8 | |
| #define SIZEOF_SHORT 2 | |
| #define SIZEOF_FLOAT 4 | |
| #define SIZEOF_DOUBLE 8 | |
| #define SIZEOF_FPOS_T 8 | |
| #define SIZEOF_SIZE_T 8 | |
| #define SIZEOF_PID_T 4 | |
| #define HAVE_LONG_LONG 1 | |
| #define SIZEOF_LONG_LONG 8 | |
| #define HAVE_LONG_DOUBLE 1 | |
| #define SIZEOF_LONG_DOUBLE 16 | |
| #define HAVE_C99_BOOL 1 | |
| #define SIZEOF__BOOL 1 | |
| #define HAVE_UINTPTR_T 1 | |
| #define SIZEOF_UINTPTR_T 8 | |
| #define SIZEOF_OFF_T 8 | |
| #define SIZEOF_TIME_T 8 | |
| #define SIZEOF_PTHREAD_T 8 | |
| #define USE_TOOLBOX_OBJECT_GLUE 1 | |
| #define WITH_DYLD 1 | |
| #define SHLIB_EXT ".so" | |
| #define WITH_THREAD 1 | |
| #define _REENTRANT 1 | |
| #define HAVE_OSX105_SDK 1 | |
| #define WITH_DOC_STRINGS 1 | |
| #define WITH_PYMALLOC 1 | |
| /* end confdefs.h. */ | |
| /* Define truncate to an innocuous variant, in case <limits.h> declares truncate. | |
| For example, HP-UX 11i <limits.h> declares gettimeofday. */ | |
| #define truncate innocuous_truncate | |
| | |
| /* System header to define __stub macros and hopefully few prototypes, | |
| which can conflict with char truncate (); 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 truncate | |
| | |
| /* 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 truncate (); | |
| /* 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_truncate || defined __stub___truncate | |
| choke me | |
| #endif | |
| | |
| int | |
| main () | |
| { | |
| return truncate (); | |
| ; | |
| return 0; | |
| } | |
configure:16280: result: no | |
configure:16200: checking for uname | |
configure:16256: /usr/bin/cc -o conftest -O3 -march=core2 -msse4 -w -pipe -I/usr/local/Cellar/readline/6.1/include -arch i386 -arch ppc -arch ppc64 -arch x86_64 -isysroot / -L/usr/local/Cellar/readline/6.1/lib conftest.c >&5 | |
cc1: error: unrecognized command line option "-march=core2" | |
cc1: error: unrecognized command line option "-msse4" | |
cc1: error: unrecognized command line option "-march=core2" | |
cc1: error: unrecognized command line option "-msse4" | |
lipo: can't figure out the architecture type of: /var/folders/tc/tc6XgOadEhmatl76xhT7Y++++TI/-Tmp-//cc7pHnGD.out | |
configure:16262: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h. */ | |
| #define _GNU_SOURCE 1 | |
| #define _NETBSD_SOURCE 1 | |
| #define __BSD_VISIBLE 1 | |
| #define _BSD_TYPES 1 | |
| #define _DARWIN_C_SOURCE 1 | |
| #define _XOPEN_SOURCE 600 | |
| #define _XOPEN_SOURCE_EXTENDED 1 | |
| #define _POSIX_C_SOURCE 200112L | |
| #define Py_ENABLE_SHARED 1 | |
| #define HAVE_ATTRIBUTE_FORMAT_PARSETUPLE 1 | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_MEMORY_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_CURSES_H 1 | |
| #define HAVE_DLFCN_H 1 | |
| #define HAVE_ERRNO_H 1 | |
| #define HAVE_FCNTL_H 1 | |
| #define HAVE_GRP_H 1 | |
| #define HAVE_LANGINFO_H 1 | |
| #define HAVE_NCURSES_H 1 | |
| #define HAVE_POLL_H 1 | |
| #define HAVE_PTHREAD_H 1 | |
| #define HAVE_SIGNAL_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_TERMIOS_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_UTIME_H 1 | |
| #define HAVE_SYS_EVENT_H 1 | |
| #define HAVE_SYS_FILE_H 1 | |
| #define HAVE_SYS_LOCK_H 1 | |
| #define HAVE_SYS_PARAM_H 1 | |
| #define HAVE_SYS_POLL_H 1 | |
| #define HAVE_SYS_SELECT_H 1 | |
| #define HAVE_SYS_SOCKET_H 1 | |
| #define HAVE_SYS_STATVFS_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_SYS_TIME_H 1 | |
| #define HAVE_SYS_TIMES_H 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_UN_H 1 | |
| #define HAVE_SYS_UTSNAME_H 1 | |
| #define HAVE_SYS_WAIT_H 1 | |
| #define HAVE_SYS_RESOURCE_H 1 | |
| #define HAVE_SYSEXITS_H 1 | |
| #define HAVE_DIRENT_H 1 | |
| #define HAVE_TERM_H 1 | |
| #define HAVE_MAKEDEV 1 | |
| #define _LARGEFILE_SOURCE 1 | |
| #define _FILE_OFFSET_BITS 64 | |
| #if defined(SCO_DS) | |
| #undef _OFF_T | |
| #endif | |
| #define RETSIGTYPE void | |
| #define HAVE_SSIZE_T 1 | |
| #define SIZEOF_INT 4 | |
| #define SIZEOF_LONG 8 | |
| #define SIZEOF_VOID_P 8 | |
| #define SIZEOF_SHORT 2 | |
| #define SIZEOF_FLOAT 4 | |
| #define SIZEOF_DOUBLE 8 | |
| #define SIZEOF_FPOS_T 8 | |
| #define SIZEOF_SIZE_T 8 | |
| #define SIZEOF_PID_T 4 | |
| #define HAVE_LONG_LONG 1 | |
| #define SIZEOF_LONG_LONG 8 | |
| #define HAVE_LONG_DOUBLE 1 | |
| #define SIZEOF_LONG_DOUBLE 16 | |
| #define HAVE_C99_BOOL 1 | |
| #define SIZEOF__BOOL 1 | |
| #define HAVE_UINTPTR_T 1 | |
| #define SIZEOF_UINTPTR_T 8 | |
| #define SIZEOF_OFF_T 8 | |
| #define SIZEOF_TIME_T 8 | |
| #define SIZEOF_PTHREAD_T 8 | |
| #define USE_TOOLBOX_OBJECT_GLUE 1 | |
| #define WITH_DYLD 1 | |
| #define SHLIB_EXT ".so" | |
| #define WITH_THREAD 1 | |
| #define _REENTRANT 1 | |
| #define HAVE_OSX105_SDK 1 | |
| #define WITH_DOC_STRINGS 1 | |
| #define WITH_PYMALLOC 1 | |
| /* end confdefs.h. */ | |
| /* Define uname to an innocuous variant, in case <limits.h> declares uname. | |
| For example, HP-UX 11i <limits.h> declares gettimeofday. */ | |
| #define uname innocuous_uname | |
| | |
| /* System header to define __stub macros and hopefully few prototypes, | |
| which can conflict with char uname (); 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 uname | |
| | |
| /* 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 uname (); | |
| /* 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_uname || defined __stub___uname | |
| choke me | |
| #endif | |
| | |
| int | |
| main () | |
| { | |
| return uname (); | |
| ; | |
| return 0; | |
| } | |
configure:16280: result: no | |
configure:16200: checking for unsetenv | |
configure:16256: /usr/bin/cc -o conftest -O3 -march=core2 -msse4 -w -pipe -I/usr/local/Cellar/readline/6.1/include -arch i386 -arch ppc -arch ppc64 -arch x86_64 -isysroot / -L/usr/local/Cellar/readline/6.1/lib conftest.c >&5 | |
cc1: error: unrecognized command line option "-march=core2" | |
cc1: error: unrecognized command line option "-msse4" | |
cc1: error: unrecognized command line option "-march=core2" | |
cc1: error: unrecognized command line option "-msse4" | |
lipo: can't figure out the architecture type of: /var/folders/tc/tc6XgOadEhmatl76xhT7Y++++TI/-Tmp-//cc25KYXH.out | |
configure:16262: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h. */ | |
| #define _GNU_SOURCE 1 | |
| #define _NETBSD_SOURCE 1 | |
| #define __BSD_VISIBLE 1 | |
| #define _BSD_TYPES 1 | |
| #define _DARWIN_C_SOURCE 1 | |
| #define _XOPEN_SOURCE 600 | |
| #define _XOPEN_SOURCE_EXTENDED 1 | |
| #define _POSIX_C_SOURCE 200112L | |
| #define Py_ENABLE_SHARED 1 | |
| #define HAVE_ATTRIBUTE_FORMAT_PARSETUPLE 1 | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_MEMORY_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_CURSES_H 1 | |
| #define HAVE_DLFCN_H 1 | |
| #define HAVE_ERRNO_H 1 | |
| #define HAVE_FCNTL_H 1 | |
| #define HAVE_GRP_H 1 | |
| #define HAVE_LANGINFO_H 1 | |
| #define HAVE_NCURSES_H 1 | |
| #define HAVE_POLL_H 1 | |
| #define HAVE_PTHREAD_H 1 | |
| #define HAVE_SIGNAL_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_TERMIOS_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_UTIME_H 1 | |
| #define HAVE_SYS_EVENT_H 1 | |
| #define HAVE_SYS_FILE_H 1 | |
| #define HAVE_SYS_LOCK_H 1 | |
| #define HAVE_SYS_PARAM_H 1 | |
| #define HAVE_SYS_POLL_H 1 | |
| #define HAVE_SYS_SELECT_H 1 | |
| #define HAVE_SYS_SOCKET_H 1 | |
| #define HAVE_SYS_STATVFS_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_SYS_TIME_H 1 | |
| #define HAVE_SYS_TIMES_H 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_UN_H 1 | |
| #define HAVE_SYS_UTSNAME_H 1 | |
| #define HAVE_SYS_WAIT_H 1 | |
| #define HAVE_SYS_RESOURCE_H 1 | |
| #define HAVE_SYSEXITS_H 1 | |
| #define HAVE_DIRENT_H 1 | |
| #define HAVE_TERM_H 1 | |
| #define HAVE_MAKEDEV 1 | |
| #define _LARGEFILE_SOURCE 1 | |
| #define _FILE_OFFSET_BITS 64 | |
| #if defined(SCO_DS) | |
| #undef _OFF_T | |
| #endif | |
| #define RETSIGTYPE void | |
| #define HAVE_SSIZE_T 1 | |
| #define SIZEOF_INT 4 | |
| #define SIZEOF_LONG 8 | |
| #define SIZEOF_VOID_P 8 | |
| #define SIZEOF_SHORT 2 | |
| #define SIZEOF_FLOAT 4 | |
| #define SIZEOF_DOUBLE 8 | |
| #define SIZEOF_FPOS_T 8 | |
| #define SIZEOF_SIZE_T 8 | |
| #define SIZEOF_PID_T 4 | |
| #define HAVE_LONG_LONG 1 | |
| #define SIZEOF_LONG_LONG 8 | |
| #define HAVE_LONG_DOUBLE 1 | |
| #define SIZEOF_LONG_DOUBLE 16 | |
| #define HAVE_C99_BOOL 1 | |
| #define SIZEOF__BOOL 1 | |
| #define HAVE_UINTPTR_T 1 | |
| #define SIZEOF_UINTPTR_T 8 | |
| #define SIZEOF_OFF_T 8 | |
| #define SIZEOF_TIME_T 8 | |
| #define SIZEOF_PTHREAD_T 8 | |
| #define USE_TOOLBOX_OBJECT_GLUE 1 | |
| #define WITH_DYLD 1 | |
| #define SHLIB_EXT ".so" | |
| #define WITH_THREAD 1 | |
| #define _REENTRANT 1 | |
| #define HAVE_OSX105_SDK 1 | |
| #define WITH_DOC_STRINGS 1 | |
| #define WITH_PYMALLOC 1 | |
| /* end confdefs.h. */ | |
| /* Define unsetenv to an innocuous variant, in case <limits.h> declares unsetenv. | |
| For example, HP-UX 11i <limits.h> declares gettimeofday. */ | |
| #define unsetenv innocuous_unsetenv | |
| | |
| /* System header to define __stub macros and hopefully few prototypes, | |
| which can conflict with char unsetenv (); 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 unsetenv | |
| | |
| /* 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 unsetenv (); | |
| /* 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_unsetenv || defined __stub___unsetenv | |
| choke me | |
| #endif | |
| | |
| int | |
| main () | |
| { | |
| return unsetenv (); | |
| ; | |
| return 0; | |
| } | |
configure:16280: result: no | |
configure:16200: checking for utimes | |
configure:16256: /usr/bin/cc -o conftest -O3 -march=core2 -msse4 -w -pipe -I/usr/local/Cellar/readline/6.1/include -arch i386 -arch ppc -arch ppc64 -arch x86_64 -isysroot / -L/usr/local/Cellar/readline/6.1/lib conftest.c >&5 | |
cc1: error: unrecognized command line option "-march=core2" | |
cc1: error: unrecognized command line option "-msse4" | |
cc1: error: unrecognized command line option "-march=core2" | |
cc1: error: unrecognized command line option "-msse4" | |
lipo: can't figure out the architecture type of: /var/folders/tc/tc6XgOadEhmatl76xhT7Y++++TI/-Tmp-//cc9j3h4E.out | |
configure:16262: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h. */ | |
| #define _GNU_SOURCE 1 | |
| #define _NETBSD_SOURCE 1 | |
| #define __BSD_VISIBLE 1 | |
| #define _BSD_TYPES 1 | |
| #define _DARWIN_C_SOURCE 1 | |
| #define _XOPEN_SOURCE 600 | |
| #define _XOPEN_SOURCE_EXTENDED 1 | |
| #define _POSIX_C_SOURCE 200112L | |
| #define Py_ENABLE_SHARED 1 | |
| #define HAVE_ATTRIBUTE_FORMAT_PARSETUPLE 1 | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_MEMORY_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_CURSES_H 1 | |
| #define HAVE_DLFCN_H 1 | |
| #define HAVE_ERRNO_H 1 | |
| #define HAVE_FCNTL_H 1 | |
| #define HAVE_GRP_H 1 | |
| #define HAVE_LANGINFO_H 1 | |
| #define HAVE_NCURSES_H 1 | |
| #define HAVE_POLL_H 1 | |
| #define HAVE_PTHREAD_H 1 | |
| #define HAVE_SIGNAL_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_TERMIOS_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_UTIME_H 1 | |
| #define HAVE_SYS_EVENT_H 1 | |
| #define HAVE_SYS_FILE_H 1 | |
| #define HAVE_SYS_LOCK_H 1 | |
| #define HAVE_SYS_PARAM_H 1 | |
| #define HAVE_SYS_POLL_H 1 | |
| #define HAVE_SYS_SELECT_H 1 | |
| #define HAVE_SYS_SOCKET_H 1 | |
| #define HAVE_SYS_STATVFS_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_SYS_TIME_H 1 | |
| #define HAVE_SYS_TIMES_H 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_UN_H 1 | |
| #define HAVE_SYS_UTSNAME_H 1 | |
| #define HAVE_SYS_WAIT_H 1 | |
| #define HAVE_SYS_RESOURCE_H 1 | |
| #define HAVE_SYSEXITS_H 1 | |
| #define HAVE_DIRENT_H 1 | |
| #define HAVE_TERM_H 1 | |
| #define HAVE_MAKEDEV 1 | |
| #define _LARGEFILE_SOURCE 1 | |
| #define _FILE_OFFSET_BITS 64 | |
| #if defined(SCO_DS) | |
| #undef _OFF_T | |
| #endif | |
| #define RETSIGTYPE void | |
| #define HAVE_SSIZE_T 1 | |
| #define SIZEOF_INT 4 | |
| #define SIZEOF_LONG 8 | |
| #define SIZEOF_VOID_P 8 | |
| #define SIZEOF_SHORT 2 | |
| #define SIZEOF_FLOAT 4 | |
| #define SIZEOF_DOUBLE 8 | |
| #define SIZEOF_FPOS_T 8 | |
| #define SIZEOF_SIZE_T 8 | |
| #define SIZEOF_PID_T 4 | |
| #define HAVE_LONG_LONG 1 | |
| #define SIZEOF_LONG_LONG 8 | |
| #define HAVE_LONG_DOUBLE 1 | |
| #define SIZEOF_LONG_DOUBLE 16 | |
| #define HAVE_C99_BOOL 1 | |
| #define SIZEOF__BOOL 1 | |
| #define HAVE_UINTPTR_T 1 | |
| #define SIZEOF_UINTPTR_T 8 | |
| #define SIZEOF_OFF_T 8 | |
| #define SIZEOF_TIME_T 8 | |
| #define SIZEOF_PTHREAD_T 8 | |
| #define USE_TOOLBOX_OBJECT_GLUE 1 | |
| #define WITH_DYLD 1 | |
| #define SHLIB_EXT ".so" | |
| #define WITH_THREAD 1 | |
| #define _REENTRANT 1 | |
| #define HAVE_OSX105_SDK 1 | |
| #define WITH_DOC_STRINGS 1 | |
| #define WITH_PYMALLOC 1 | |
| /* end confdefs.h. */ | |
| /* Define utimes to an innocuous variant, in case <limits.h> declares utimes. | |
| For example, HP-UX 11i <limits.h> declares gettimeofday. */ | |
| #define utimes innocuous_utimes | |
| | |
| /* System header to define __stub macros and hopefully few prototypes, | |
| which can conflict with char utimes (); 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 utimes | |
| | |
| /* 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 utimes (); | |
| /* 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_utimes || defined __stub___utimes | |
| choke me | |
| #endif | |
| | |
| int | |
| main () | |
| { | |
| return utimes (); | |
| ; | |
| return 0; | |
| } | |
configure:16280: result: no | |
configure:16200: checking for waitpid | |
configure:16256: /usr/bin/cc -o conftest -O3 -march=core2 -msse4 -w -pipe -I/usr/local/Cellar/readline/6.1/include -arch i386 -arch ppc -arch ppc64 -arch x86_64 -isysroot / -L/usr/local/Cellar/readline/6.1/lib conftest.c >&5 | |
cc1: error: unrecognized command line option "-march=core2" | |
cc1: error: unrecognized command line option "-msse4" | |
cc1: error: unrecognized command line option "-march=core2" | |
cc1: error: unrecognized command line option "-msse4" | |
lipo: can't figure out the architecture type of: /var/folders/tc/tc6XgOadEhmatl76xhT7Y++++TI/-Tmp-//ccPMXdEJ.out | |
configure:16262: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h. */ | |
| #define _GNU_SOURCE 1 | |
| #define _NETBSD_SOURCE 1 | |
| #define __BSD_VISIBLE 1 | |
| #define _BSD_TYPES 1 | |
| #define _DARWIN_C_SOURCE 1 | |
| #define _XOPEN_SOURCE 600 | |
| #define _XOPEN_SOURCE_EXTENDED 1 | |
| #define _POSIX_C_SOURCE 200112L | |
| #define Py_ENABLE_SHARED 1 | |
| #define HAVE_ATTRIBUTE_FORMAT_PARSETUPLE 1 | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_MEMORY_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_CURSES_H 1 | |
| #define HAVE_DLFCN_H 1 | |
| #define HAVE_ERRNO_H 1 | |
| #define HAVE_FCNTL_H 1 | |
| #define HAVE_GRP_H 1 | |
| #define HAVE_LANGINFO_H 1 | |
| #define HAVE_NCURSES_H 1 | |
| #define HAVE_POLL_H 1 | |
| #define HAVE_PTHREAD_H 1 | |
| #define HAVE_SIGNAL_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_TERMIOS_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_UTIME_H 1 | |
| #define HAVE_SYS_EVENT_H 1 | |
| #define HAVE_SYS_FILE_H 1 | |
| #define HAVE_SYS_LOCK_H 1 | |
| #define HAVE_SYS_PARAM_H 1 | |
| #define HAVE_SYS_POLL_H 1 | |
| #define HAVE_SYS_SELECT_H 1 | |
| #define HAVE_SYS_SOCKET_H 1 | |
| #define HAVE_SYS_STATVFS_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_SYS_TIME_H 1 | |
| #define HAVE_SYS_TIMES_H 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_UN_H 1 | |
| #define HAVE_SYS_UTSNAME_H 1 | |
| #define HAVE_SYS_WAIT_H 1 | |
| #define HAVE_SYS_RESOURCE_H 1 | |
| #define HAVE_SYSEXITS_H 1 | |
| #define HAVE_DIRENT_H 1 | |
| #define HAVE_TERM_H 1 | |
| #define HAVE_MAKEDEV 1 | |
| #define _LARGEFILE_SOURCE 1 | |
| #define _FILE_OFFSET_BITS 64 | |
| #if defined(SCO_DS) | |
| #undef _OFF_T | |
| #endif | |
| #define RETSIGTYPE void | |
| #define HAVE_SSIZE_T 1 | |
| #define SIZEOF_INT 4 | |
| #define SIZEOF_LONG 8 | |
| #define SIZEOF_VOID_P 8 | |
| #define SIZEOF_SHORT 2 | |
| #define SIZEOF_FLOAT 4 | |
| #define SIZEOF_DOUBLE 8 | |
| #define SIZEOF_FPOS_T 8 | |
| #define SIZEOF_SIZE_T 8 | |
| #define SIZEOF_PID_T 4 | |
| #define HAVE_LONG_LONG 1 | |
| #define SIZEOF_LONG_LONG 8 | |
| #define HAVE_LONG_DOUBLE 1 | |
| #define SIZEOF_LONG_DOUBLE 16 | |
| #define HAVE_C99_BOOL 1 | |
| #define SIZEOF__BOOL 1 | |
| #define HAVE_UINTPTR_T 1 | |
| #define SIZEOF_UINTPTR_T 8 | |
| #define SIZEOF_OFF_T 8 | |
| #define SIZEOF_TIME_T 8 | |
| #define SIZEOF_PTHREAD_T 8 | |
| #define USE_TOOLBOX_OBJECT_GLUE 1 | |
| #define WITH_DYLD 1 | |
| #define SHLIB_EXT ".so" | |
| #define WITH_THREAD 1 | |
| #define _REENTRANT 1 | |
| #define HAVE_OSX105_SDK 1 | |
| #define WITH_DOC_STRINGS 1 | |
| #define WITH_PYMALLOC 1 | |
| /* end confdefs.h. */ | |
| /* Define waitpid to an innocuous variant, in case <limits.h> declares waitpid. | |
| For example, HP-UX 11i <limits.h> declares gettimeofday. */ | |
| #define waitpid innocuous_waitpid | |
| | |
| /* System header to define __stub macros and hopefully few prototypes, | |
| which can conflict with char waitpid (); 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 waitpid | |
| | |
| /* 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 waitpid (); | |
| /* 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_waitpid || defined __stub___waitpid | |
| choke me | |
| #endif | |
| | |
| int | |
| main () | |
| { | |
| return waitpid (); | |
| ; | |
| return 0; | |
| } | |
configure:16280: result: no | |
configure:16200: checking for wait3 | |
configure:16256: /usr/bin/cc -o conftest -O3 -march=core2 -msse4 -w -pipe -I/usr/local/Cellar/readline/6.1/include -arch i386 -arch ppc -arch ppc64 -arch x86_64 -isysroot / -L/usr/local/Cellar/readline/6.1/lib conftest.c >&5 | |
cc1: error: unrecognized command line option "-march=core2" | |
cc1: error: unrecognized command line option "-msse4" | |
cc1: error: unrecognized command line option "-march=core2" | |
cc1: error: unrecognized command line option "-msse4" | |
lipo: can't figure out the architecture type of: /var/folders/tc/tc6XgOadEhmatl76xhT7Y++++TI/-Tmp-//cc6R50vB.out | |
configure:16262: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h. */ | |
| #define _GNU_SOURCE 1 | |
| #define _NETBSD_SOURCE 1 | |
| #define __BSD_VISIBLE 1 | |
| #define _BSD_TYPES 1 | |
| #define _DARWIN_C_SOURCE 1 | |
| #define _XOPEN_SOURCE 600 | |
| #define _XOPEN_SOURCE_EXTENDED 1 | |
| #define _POSIX_C_SOURCE 200112L | |
| #define Py_ENABLE_SHARED 1 | |
| #define HAVE_ATTRIBUTE_FORMAT_PARSETUPLE 1 | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_MEMORY_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_CURSES_H 1 | |
| #define HAVE_DLFCN_H 1 | |
| #define HAVE_ERRNO_H 1 | |
| #define HAVE_FCNTL_H 1 | |
| #define HAVE_GRP_H 1 | |
| #define HAVE_LANGINFO_H 1 | |
| #define HAVE_NCURSES_H 1 | |
| #define HAVE_POLL_H 1 | |
| #define HAVE_PTHREAD_H 1 | |
| #define HAVE_SIGNAL_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_TERMIOS_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_UTIME_H 1 | |
| #define HAVE_SYS_EVENT_H 1 | |
| #define HAVE_SYS_FILE_H 1 | |
| #define HAVE_SYS_LOCK_H 1 | |
| #define HAVE_SYS_PARAM_H 1 | |
| #define HAVE_SYS_POLL_H 1 | |
| #define HAVE_SYS_SELECT_H 1 | |
| #define HAVE_SYS_SOCKET_H 1 | |
| #define HAVE_SYS_STATVFS_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_SYS_TIME_H 1 | |
| #define HAVE_SYS_TIMES_H 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_UN_H 1 | |
| #define HAVE_SYS_UTSNAME_H 1 | |
| #define HAVE_SYS_WAIT_H 1 | |
| #define HAVE_SYS_RESOURCE_H 1 | |
| #define HAVE_SYSEXITS_H 1 | |
| #define HAVE_DIRENT_H 1 | |
| #define HAVE_TERM_H 1 | |
| #define HAVE_MAKEDEV 1 | |
| #define _LARGEFILE_SOURCE 1 | |
| #define _FILE_OFFSET_BITS 64 | |
| #if defined(SCO_DS) | |
| #undef _OFF_T | |
| #endif | |
| #define RETSIGTYPE void | |
| #define HAVE_SSIZE_T 1 | |
| #define SIZEOF_INT 4 | |
| #define SIZEOF_LONG 8 | |
| #define SIZEOF_VOID_P 8 | |
| #define SIZEOF_SHORT 2 | |
| #define SIZEOF_FLOAT 4 | |
| #define SIZEOF_DOUBLE 8 | |
| #define SIZEOF_FPOS_T 8 | |
| #define SIZEOF_SIZE_T 8 | |
| #define SIZEOF_PID_T 4 | |
| #define HAVE_LONG_LONG 1 | |
| #define SIZEOF_LONG_LONG 8 | |
| #define HAVE_LONG_DOUBLE 1 | |
| #define SIZEOF_LONG_DOUBLE 16 | |
| #define HAVE_C99_BOOL 1 | |
| #define SIZEOF__BOOL 1 | |
| #define HAVE_UINTPTR_T 1 | |
| #define SIZEOF_UINTPTR_T 8 | |
| #define SIZEOF_OFF_T 8 | |
| #define SIZEOF_TIME_T 8 | |
| #define SIZEOF_PTHREAD_T 8 | |
| #define USE_TOOLBOX_OBJECT_GLUE 1 | |
| #define WITH_DYLD 1 | |
| #define SHLIB_EXT ".so" | |
| #define WITH_THREAD 1 | |
| #define _REENTRANT 1 | |
| #define HAVE_OSX105_SDK 1 | |
| #define WITH_DOC_STRINGS 1 | |
| #define WITH_PYMALLOC 1 | |
| /* end confdefs.h. */ | |
| /* Define wait3 to an innocuous variant, in case <limits.h> declares wait3. | |
| For example, HP-UX 11i <limits.h> declares gettimeofday. */ | |
| #define wait3 innocuous_wait3 | |
| | |
| /* System header to define __stub macros and hopefully few prototypes, | |
| which can conflict with char wait3 (); 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 wait3 | |
| | |
| /* 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 wait3 (); | |
| /* 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_wait3 || defined __stub___wait3 | |
| choke me | |
| #endif | |
| | |
| int | |
| main () | |
| { | |
| return wait3 (); | |
| ; | |
| return 0; | |
| } | |
configure:16280: result: no | |
configure:16200: checking for wait4 | |
configure:16256: /usr/bin/cc -o conftest -O3 -march=core2 -msse4 -w -pipe -I/usr/local/Cellar/readline/6.1/include -arch i386 -arch ppc -arch ppc64 -arch x86_64 -isysroot / -L/usr/local/Cellar/readline/6.1/lib conftest.c >&5 | |
cc1: error: unrecognized command line option "-march=core2" | |
cc1: error: unrecognized command line option "-msse4" | |
cc1: error: unrecognized command line option "-march=core2" | |
cc1: error: unrecognized command line option "-msse4" | |
lipo: can't figure out the architecture type of: /var/folders/tc/tc6XgOadEhmatl76xhT7Y++++TI/-Tmp-//ccV23L3C.out | |
configure:16262: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h. */ | |
| #define _GNU_SOURCE 1 | |
| #define _NETBSD_SOURCE 1 | |
| #define __BSD_VISIBLE 1 | |
| #define _BSD_TYPES 1 | |
| #define _DARWIN_C_SOURCE 1 | |
| #define _XOPEN_SOURCE 600 | |
| #define _XOPEN_SOURCE_EXTENDED 1 | |
| #define _POSIX_C_SOURCE 200112L | |
| #define Py_ENABLE_SHARED 1 | |
| #define HAVE_ATTRIBUTE_FORMAT_PARSETUPLE 1 | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_MEMORY_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_CURSES_H 1 | |
| #define HAVE_DLFCN_H 1 | |
| #define HAVE_ERRNO_H 1 | |
| #define HAVE_FCNTL_H 1 | |
| #define HAVE_GRP_H 1 | |
| #define HAVE_LANGINFO_H 1 | |
| #define HAVE_NCURSES_H 1 | |
| #define HAVE_POLL_H 1 | |
| #define HAVE_PTHREAD_H 1 | |
| #define HAVE_SIGNAL_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_TERMIOS_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_UTIME_H 1 | |
| #define HAVE_SYS_EVENT_H 1 | |
| #define HAVE_SYS_FILE_H 1 | |
| #define HAVE_SYS_LOCK_H 1 | |
| #define HAVE_SYS_PARAM_H 1 | |
| #define HAVE_SYS_POLL_H 1 | |
| #define HAVE_SYS_SELECT_H 1 | |
| #define HAVE_SYS_SOCKET_H 1 | |
| #define HAVE_SYS_STATVFS_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_SYS_TIME_H 1 | |
| #define HAVE_SYS_TIMES_H 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_UN_H 1 | |
| #define HAVE_SYS_UTSNAME_H 1 | |
| #define HAVE_SYS_WAIT_H 1 | |
| #define HAVE_SYS_RESOURCE_H 1 | |
| #define HAVE_SYSEXITS_H 1 | |
| #define HAVE_DIRENT_H 1 | |
| #define HAVE_TERM_H 1 | |
| #define HAVE_MAKEDEV 1 | |
| #define _LARGEFILE_SOURCE 1 | |
| #define _FILE_OFFSET_BITS 64 | |
| #if defined(SCO_DS) | |
| #undef _OFF_T | |
| #endif | |
| #define RETSIGTYPE void | |
| #define HAVE_SSIZE_T 1 | |
| #define SIZEOF_INT 4 | |
| #define SIZEOF_LONG 8 | |
| #define SIZEOF_VOID_P 8 | |
| #define SIZEOF_SHORT 2 | |
| #define SIZEOF_FLOAT 4 | |
| #define SIZEOF_DOUBLE 8 | |
| #define SIZEOF_FPOS_T 8 | |
| #define SIZEOF_SIZE_T 8 | |
| #define SIZEOF_PID_T 4 | |
| #define HAVE_LONG_LONG 1 | |
| #define SIZEOF_LONG_LONG 8 | |
| #define HAVE_LONG_DOUBLE 1 | |
| #define SIZEOF_LONG_DOUBLE 16 | |
| #define HAVE_C99_BOOL 1 | |
| #define SIZEOF__BOOL 1 | |
| #define HAVE_UINTPTR_T 1 | |
| #define SIZEOF_UINTPTR_T 8 | |
| #define SIZEOF_OFF_T 8 | |
| #define SIZEOF_TIME_T 8 | |
| #define SIZEOF_PTHREAD_T 8 | |
| #define USE_TOOLBOX_OBJECT_GLUE 1 | |
| #define WITH_DYLD 1 | |
| #define SHLIB_EXT ".so" | |
| #define WITH_THREAD 1 | |
| #define _REENTRANT 1 | |
| #define HAVE_OSX105_SDK 1 | |
| #define WITH_DOC_STRINGS 1 | |
| #define WITH_PYMALLOC 1 | |
| /* end confdefs.h. */ | |
| /* Define wait4 to an innocuous variant, in case <limits.h> declares wait4. | |
| For example, HP-UX 11i <limits.h> declares gettimeofday. */ | |
| #define wait4 innocuous_wait4 | |
| | |
| /* System header to define __stub macros and hopefully few prototypes, | |
| which can conflict with char wait4 (); 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 wait4 | |
| | |
| /* 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 wait4 (); | |
| /* 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_wait4 || defined __stub___wait4 | |
| choke me | |
| #endif | |
| | |
| int | |
| main () | |
| { | |
| return wait4 (); | |
| ; | |
| return 0; | |
| } | |
configure:16280: result: no | |
configure:16200: checking for wcscoll | |
configure:16256: /usr/bin/cc -o conftest -O3 -march=core2 -msse4 -w -pipe -I/usr/local/Cellar/readline/6.1/include -arch i386 -arch ppc -arch ppc64 -arch x86_64 -isysroot / -L/usr/local/Cellar/readline/6.1/lib conftest.c >&5 | |
cc1: error: unrecognized command line option "-march=core2" | |
cc1: error: unrecognized command line option "-msse4" | |
cc1: error: unrecognized command line option "-march=core2" | |
cc1: error: unrecognized command line option "-msse4" | |
lipo: can't figure out the architecture type of: /var/folders/tc/tc6XgOadEhmatl76xhT7Y++++TI/-Tmp-//ccFHu0lZ.out | |
configure:16262: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h. */ | |
| #define _GNU_SOURCE 1 | |
| #define _NETBSD_SOURCE 1 | |
| #define __BSD_VISIBLE 1 | |
| #define _BSD_TYPES 1 | |
| #define _DARWIN_C_SOURCE 1 | |
| #define _XOPEN_SOURCE 600 | |
| #define _XOPEN_SOURCE_EXTENDED 1 | |
| #define _POSIX_C_SOURCE 200112L | |
| #define Py_ENABLE_SHARED 1 | |
| #define HAVE_ATTRIBUTE_FORMAT_PARSETUPLE 1 | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_MEMORY_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_CURSES_H 1 | |
| #define HAVE_DLFCN_H 1 | |
| #define HAVE_ERRNO_H 1 | |
| #define HAVE_FCNTL_H 1 | |
| #define HAVE_GRP_H 1 | |
| #define HAVE_LANGINFO_H 1 | |
| #define HAVE_NCURSES_H 1 | |
| #define HAVE_POLL_H 1 | |
| #define HAVE_PTHREAD_H 1 | |
| #define HAVE_SIGNAL_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_TERMIOS_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_UTIME_H 1 | |
| #define HAVE_SYS_EVENT_H 1 | |
| #define HAVE_SYS_FILE_H 1 | |
| #define HAVE_SYS_LOCK_H 1 | |
| #define HAVE_SYS_PARAM_H 1 | |
| #define HAVE_SYS_POLL_H 1 | |
| #define HAVE_SYS_SELECT_H 1 | |
| #define HAVE_SYS_SOCKET_H 1 | |
| #define HAVE_SYS_STATVFS_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_SYS_TIME_H 1 | |
| #define HAVE_SYS_TIMES_H 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_UN_H 1 | |
| #define HAVE_SYS_UTSNAME_H 1 | |
| #define HAVE_SYS_WAIT_H 1 | |
| #define HAVE_SYS_RESOURCE_H 1 | |
| #define HAVE_SYSEXITS_H 1 | |
| #define HAVE_DIRENT_H 1 | |
| #define HAVE_TERM_H 1 | |
| #define HAVE_MAKEDEV 1 | |
| #define _LARGEFILE_SOURCE 1 | |
| #define _FILE_OFFSET_BITS 64 | |
| #if defined(SCO_DS) | |
| #undef _OFF_T | |
| #endif | |
| #define RETSIGTYPE void | |
| #define HAVE_SSIZE_T 1 | |
| #define SIZEOF_INT 4 | |
| #define SIZEOF_LONG 8 | |
| #define SIZEOF_VOID_P 8 | |
| #define SIZEOF_SHORT 2 | |
| #define SIZEOF_FLOAT 4 | |
| #define SIZEOF_DOUBLE 8 | |
| #define SIZEOF_FPOS_T 8 | |
| #define SIZEOF_SIZE_T 8 | |
| #define SIZEOF_PID_T 4 | |
| #define HAVE_LONG_LONG 1 | |
| #define SIZEOF_LONG_LONG 8 | |
| #define HAVE_LONG_DOUBLE 1 | |
| #define SIZEOF_LONG_DOUBLE 16 | |
| #define HAVE_C99_BOOL 1 | |
| #define SIZEOF__BOOL 1 | |
| #define HAVE_UINTPTR_T 1 | |
| #define SIZEOF_UINTPTR_T 8 | |
| #define SIZEOF_OFF_T 8 | |
| #define SIZEOF_TIME_T 8 | |
| #define SIZEOF_PTHREAD_T 8 | |
| #define USE_TOOLBOX_OBJECT_GLUE 1 | |
| #define WITH_DYLD 1 | |
| #define SHLIB_EXT ".so" | |
| #define WITH_THREAD 1 | |
| #define _REENTRANT 1 | |
| #define HAVE_OSX105_SDK 1 | |
| #define WITH_DOC_STRINGS 1 | |
| #define WITH_PYMALLOC 1 | |
| /* end confdefs.h. */ | |
| /* Define wcscoll to an innocuous variant, in case <limits.h> declares wcscoll. | |
| For example, HP-UX 11i <limits.h> declares gettimeofday. */ | |
| #define wcscoll innocuous_wcscoll | |
| | |
| /* System header to define __stub macros and hopefully few prototypes, | |
| which can conflict with char wcscoll (); 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 wcscoll | |
| | |
| /* 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 wcscoll (); | |
| /* 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_wcscoll || defined __stub___wcscoll | |
| choke me | |
| #endif | |
| | |
| int | |
| main () | |
| { | |
| return wcscoll (); | |
| ; | |
| return 0; | |
| } | |
configure:16280: result: no | |
configure:16200: checking for _getpty | |
configure:16256: /usr/bin/cc -o conftest -O3 -march=core2 -msse4 -w -pipe -I/usr/local/Cellar/readline/6.1/include -arch i386 -arch ppc -arch ppc64 -arch x86_64 -isysroot / -L/usr/local/Cellar/readline/6.1/lib conftest.c >&5 | |
Undefined symbols for architecture i386: | |
"__getpty", referenced from: | |
_main in ccBuxMrA.o | |
ld: symbol(s) not found for architecture i386 | |
collect2: ld returned 1 exit status | |
cc1: error: unrecognized command line option "-march=core2" | |
cc1: error: unrecognized command line option "-msse4" | |
cc1: error: unrecognized command line option "-march=core2" | |
cc1: error: unrecognized command line option "-msse4" | |
Undefined symbols for architecture x86_64: | |
"__getpty", referenced from: | |
_main in ccL3jVHv.o | |
ld: symbol(s) not found for architecture x86_64 | |
collect2: ld returned 1 exit status | |
lipo: can't open input file: /var/folders/tc/tc6XgOadEhmatl76xhT7Y++++TI/-Tmp-//ccPdBN57.out (No such file or directory) | |
configure:16262: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h. */ | |
| #define _GNU_SOURCE 1 | |
| #define _NETBSD_SOURCE 1 | |
| #define __BSD_VISIBLE 1 | |
| #define _BSD_TYPES 1 | |
| #define _DARWIN_C_SOURCE 1 | |
| #define _XOPEN_SOURCE 600 | |
| #define _XOPEN_SOURCE_EXTENDED 1 | |
| #define _POSIX_C_SOURCE 200112L | |
| #define Py_ENABLE_SHARED 1 | |
| #define HAVE_ATTRIBUTE_FORMAT_PARSETUPLE 1 | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_MEMORY_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_CURSES_H 1 | |
| #define HAVE_DLFCN_H 1 | |
| #define HAVE_ERRNO_H 1 | |
| #define HAVE_FCNTL_H 1 | |
| #define HAVE_GRP_H 1 | |
| #define HAVE_LANGINFO_H 1 | |
| #define HAVE_NCURSES_H 1 | |
| #define HAVE_POLL_H 1 | |
| #define HAVE_PTHREAD_H 1 | |
| #define HAVE_SIGNAL_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_TERMIOS_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_UTIME_H 1 | |
| #define HAVE_SYS_EVENT_H 1 | |
| #define HAVE_SYS_FILE_H 1 | |
| #define HAVE_SYS_LOCK_H 1 | |
| #define HAVE_SYS_PARAM_H 1 | |
| #define HAVE_SYS_POLL_H 1 | |
| #define HAVE_SYS_SELECT_H 1 | |
| #define HAVE_SYS_SOCKET_H 1 | |
| #define HAVE_SYS_STATVFS_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_SYS_TIME_H 1 | |
| #define HAVE_SYS_TIMES_H 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_UN_H 1 | |
| #define HAVE_SYS_UTSNAME_H 1 | |
| #define HAVE_SYS_WAIT_H 1 | |
| #define HAVE_SYS_RESOURCE_H 1 | |
| #define HAVE_SYSEXITS_H 1 | |
| #define HAVE_DIRENT_H 1 | |
| #define HAVE_TERM_H 1 | |
| #define HAVE_MAKEDEV 1 | |
| #define _LARGEFILE_SOURCE 1 | |
| #define _FILE_OFFSET_BITS 64 | |
| #if defined(SCO_DS) | |
| #undef _OFF_T | |
| #endif | |
| #define RETSIGTYPE void | |
| #define HAVE_SSIZE_T 1 | |
| #define SIZEOF_INT 4 | |
| #define SIZEOF_LONG 8 | |
| #define SIZEOF_VOID_P 8 | |
| #define SIZEOF_SHORT 2 | |
| #define SIZEOF_FLOAT 4 | |
| #define SIZEOF_DOUBLE 8 | |
| #define SIZEOF_FPOS_T 8 | |
| #define SIZEOF_SIZE_T 8 | |
| #define SIZEOF_PID_T 4 | |
| #define HAVE_LONG_LONG 1 | |
| #define SIZEOF_LONG_LONG 8 | |
| #define HAVE_LONG_DOUBLE 1 | |
| #define SIZEOF_LONG_DOUBLE 16 | |
| #define HAVE_C99_BOOL 1 | |
| #define SIZEOF__BOOL 1 | |
| #define HAVE_UINTPTR_T 1 | |
| #define SIZEOF_UINTPTR_T 8 | |
| #define SIZEOF_OFF_T 8 | |
| #define SIZEOF_TIME_T 8 | |
| #define SIZEOF_PTHREAD_T 8 | |
| #define USE_TOOLBOX_OBJECT_GLUE 1 | |
| #define WITH_DYLD 1 | |
| #define SHLIB_EXT ".so" | |
| #define WITH_THREAD 1 | |
| #define _REENTRANT 1 | |
| #define HAVE_OSX105_SDK 1 | |
| #define WITH_DOC_STRINGS 1 | |
| #define WITH_PYMALLOC 1 | |
| /* end confdefs.h. */ | |
| /* Define _getpty to an innocuous variant, in case <limits.h> declares _getpty. | |
| For example, HP-UX 11i <limits.h> declares gettimeofday. */ | |
| #define _getpty innocuous__getpty | |
| | |
| /* System header to define __stub macros and hopefully few prototypes, | |
| which can conflict with char _getpty (); below. | |
| Prefer <limits.h> to <assert.h> if __STDC__ is defined, since | |
| <limits.h> exists even on freestanding compilers. */ | |
| | |
| #ifdef __STDC__ | |
| # include <limits.h> | |
| #else | |
| # include <assert.h> | |
| #endif | |
| | |
| #undef _getpty | |
| | |
| /* Override any GCC internal prototype to avoid an error. | |
| Use char because int might match the return type of a GCC | |
| builtin and then its argument prototype would still apply. */ | |
| #ifdef __cplusplus | |
| extern "C" | |
| #endif | |
| char _getpty (); | |
| /* The GNU C library defines this for functions which it implements | |
| to always fail with ENOSYS. Some functions are actually named | |
| something starting with __ and the normal name is an alias. */ | |
| #if defined __stub__getpty || defined __stub____getpty | |
| choke me | |
| #endif | |
| | |
| int | |
| main () | |
| { | |
| return _getpty (); | |
| ; | |
| return 0; | |
| } | |
configure:16280: result: no | |
configure:16293: checking for chroot | |
configure:16316: /usr/bin/cc -c -O3 -march=core2 -msse4 -w -pipe -I/usr/local/Cellar/readline/6.1/include conftest.c >&5 | |
configure:16322: $? = 0 | |
configure:16332: result: yes | |
configure:16344: checking for link | |
configure:16367: /usr/bin/cc -c -O3 -march=core2 -msse4 -w -pipe -I/usr/local/Cellar/readline/6.1/include conftest.c >&5 | |
configure:16373: $? = 0 | |
configure:16383: result: yes | |
configure:16395: checking for symlink | |
configure:16418: /usr/bin/cc -c -O3 -march=core2 -msse4 -w -pipe -I/usr/local/Cellar/readline/6.1/include conftest.c >&5 | |
configure:16424: $? = 0 | |
configure:16434: result: yes | |
configure:16446: checking for fchdir | |
configure:16469: /usr/bin/cc -c -O3 -march=core2 -msse4 -w -pipe -I/usr/local/Cellar/readline/6.1/include conftest.c >&5 | |
configure:16475: $? = 0 | |
configure:16485: result: yes | |
configure:16497: checking for fsync | |
configure:16520: /usr/bin/cc -c -O3 -march=core2 -msse4 -w -pipe -I/usr/local/Cellar/readline/6.1/include conftest.c >&5 | |
configure:16526: $? = 0 | |
configure:16536: result: yes | |
configure:16548: checking for fdatasync | |
configure:16571: /usr/bin/cc -c -O3 -march=core2 -msse4 -w -pipe -I/usr/local/Cellar/readline/6.1/include conftest.c >&5 | |
conftest.c: In function 'main': | |
conftest.c:101: error: 'fdatasync' undeclared (first use in this function) | |
conftest.c:101: error: (Each undeclared identifier is reported only once | |
conftest.c:101: error: for each function it appears in.) | |
configure:16577: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h. */ | |
| #define _GNU_SOURCE 1 | |
| #define _NETBSD_SOURCE 1 | |
| #define __BSD_VISIBLE 1 | |
| #define _BSD_TYPES 1 | |
| #define _DARWIN_C_SOURCE 1 | |
| #define _XOPEN_SOURCE 600 | |
| #define _XOPEN_SOURCE_EXTENDED 1 | |
| #define _POSIX_C_SOURCE 200112L | |
| #define Py_ENABLE_SHARED 1 | |
| #define HAVE_ATTRIBUTE_FORMAT_PARSETUPLE 1 | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_MEMORY_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_CURSES_H 1 | |
| #define HAVE_DLFCN_H 1 | |
| #define HAVE_ERRNO_H 1 | |
| #define HAVE_FCNTL_H 1 | |
| #define HAVE_GRP_H 1 | |
| #define HAVE_LANGINFO_H 1 | |
| #define HAVE_NCURSES_H 1 | |
| #define HAVE_POLL_H 1 | |
| #define HAVE_PTHREAD_H 1 | |
| #define HAVE_SIGNAL_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_TERMIOS_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_UTIME_H 1 | |
| #define HAVE_SYS_EVENT_H 1 | |
| #define HAVE_SYS_FILE_H 1 | |
| #define HAVE_SYS_LOCK_H 1 | |
| #define HAVE_SYS_PARAM_H 1 | |
| #define HAVE_SYS_POLL_H 1 | |
| #define HAVE_SYS_SELECT_H 1 | |
| #define HAVE_SYS_SOCKET_H 1 | |
| #define HAVE_SYS_STATVFS_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_SYS_TIME_H 1 | |
| #define HAVE_SYS_TIMES_H 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_UN_H 1 | |
| #define HAVE_SYS_UTSNAME_H 1 | |
| #define HAVE_SYS_WAIT_H 1 | |
| #define HAVE_SYS_RESOURCE_H 1 | |
| #define HAVE_SYSEXITS_H 1 | |
| #define HAVE_DIRENT_H 1 | |
| #define HAVE_TERM_H 1 | |
| #define HAVE_MAKEDEV 1 | |
| #define _LARGEFILE_SOURCE 1 | |
| #define _FILE_OFFSET_BITS 64 | |
| #if defined(SCO_DS) | |
| #undef _OFF_T | |
| #endif | |
| #define RETSIGTYPE void | |
| #define HAVE_SSIZE_T 1 | |
| #define SIZEOF_INT 4 | |
| #define SIZEOF_LONG 8 | |
| #define SIZEOF_VOID_P 8 | |
| #define SIZEOF_SHORT 2 | |
| #define SIZEOF_FLOAT 4 | |
| #define SIZEOF_DOUBLE 8 | |
| #define SIZEOF_FPOS_T 8 | |
| #define SIZEOF_SIZE_T 8 | |
| #define SIZEOF_PID_T 4 | |
| #define HAVE_LONG_LONG 1 | |
| #define SIZEOF_LONG_LONG 8 | |
| #define HAVE_LONG_DOUBLE 1 | |
| #define SIZEOF_LONG_DOUBLE 16 | |
| #define HAVE_C99_BOOL 1 | |
| #define SIZEOF__BOOL 1 | |
| #define HAVE_UINTPTR_T 1 | |
| #define SIZEOF_UINTPTR_T 8 | |
| #define SIZEOF_OFF_T 8 | |
| #define SIZEOF_TIME_T 8 | |
| #define SIZEOF_PTHREAD_T 8 | |
| #define USE_TOOLBOX_OBJECT_GLUE 1 | |
| #define WITH_DYLD 1 | |
| #define SHLIB_EXT ".so" | |
| #define WITH_THREAD 1 | |
| #define _REENTRANT 1 | |
| #define HAVE_OSX105_SDK 1 | |
| #define WITH_DOC_STRINGS 1 | |
| #define WITH_PYMALLOC 1 | |
| #define HAVE_CHROOT 1 | |
| #define HAVE_LINK 1 | |
| #define HAVE_SYMLINK 1 | |
| #define HAVE_FCHDIR 1 | |
| #define HAVE_FSYNC 1 | |
| /* end confdefs.h. */ | |
| #include <unistd.h> | |
| int | |
| main () | |
| { | |
| void *x=fdatasync | |
| ; | |
| return 0; | |
| } | |
configure:16593: result: no | |
configure:16599: checking for epoll | |
configure:16622: /usr/bin/cc -c -O3 -march=core2 -msse4 -w -pipe -I/usr/local/Cellar/readline/6.1/include conftest.c >&5 | |
conftest.c:97:23: error: sys/epoll.h: No such file or directory | |
conftest.c: In function 'main': | |
conftest.c:101: error: 'epoll_create' undeclared (first use in this function) | |
conftest.c:101: error: (Each undeclared identifier is reported only once | |
conftest.c:101: error: for each function it appears in.) | |
configure:16628: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h. */ | |
| #define _GNU_SOURCE 1 | |
| #define _NETBSD_SOURCE 1 | |
| #define __BSD_VISIBLE 1 | |
| #define _BSD_TYPES 1 | |
| #define _DARWIN_C_SOURCE 1 | |
| #define _XOPEN_SOURCE 600 | |
| #define _XOPEN_SOURCE_EXTENDED 1 | |
| #define _POSIX_C_SOURCE 200112L | |
| #define Py_ENABLE_SHARED 1 | |
| #define HAVE_ATTRIBUTE_FORMAT_PARSETUPLE 1 | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_MEMORY_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_CURSES_H 1 | |
| #define HAVE_DLFCN_H 1 | |
| #define HAVE_ERRNO_H 1 | |
| #define HAVE_FCNTL_H 1 | |
| #define HAVE_GRP_H 1 | |
| #define HAVE_LANGINFO_H 1 | |
| #define HAVE_NCURSES_H 1 | |
| #define HAVE_POLL_H 1 | |
| #define HAVE_PTHREAD_H 1 | |
| #define HAVE_SIGNAL_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_TERMIOS_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_UTIME_H 1 | |
| #define HAVE_SYS_EVENT_H 1 | |
| #define HAVE_SYS_FILE_H 1 | |
| #define HAVE_SYS_LOCK_H 1 | |
| #define HAVE_SYS_PARAM_H 1 | |
| #define HAVE_SYS_POLL_H 1 | |
| #define HAVE_SYS_SELECT_H 1 | |
| #define HAVE_SYS_SOCKET_H 1 | |
| #define HAVE_SYS_STATVFS_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_SYS_TIME_H 1 | |
| #define HAVE_SYS_TIMES_H 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_UN_H 1 | |
| #define HAVE_SYS_UTSNAME_H 1 | |
| #define HAVE_SYS_WAIT_H 1 | |
| #define HAVE_SYS_RESOURCE_H 1 | |
| #define HAVE_SYSEXITS_H 1 | |
| #define HAVE_DIRENT_H 1 | |
| #define HAVE_TERM_H 1 | |
| #define HAVE_MAKEDEV 1 | |
| #define _LARGEFILE_SOURCE 1 | |
| #define _FILE_OFFSET_BITS 64 | |
| #if defined(SCO_DS) | |
| #undef _OFF_T | |
| #endif | |
| #define RETSIGTYPE void | |
| #define HAVE_SSIZE_T 1 | |
| #define SIZEOF_INT 4 | |
| #define SIZEOF_LONG 8 | |
| #define SIZEOF_VOID_P 8 | |
| #define SIZEOF_SHORT 2 | |
| #define SIZEOF_FLOAT 4 | |
| #define SIZEOF_DOUBLE 8 | |
| #define SIZEOF_FPOS_T 8 | |
| #define SIZEOF_SIZE_T 8 | |
| #define SIZEOF_PID_T 4 | |
| #define HAVE_LONG_LONG 1 | |
| #define SIZEOF_LONG_LONG 8 | |
| #define HAVE_LONG_DOUBLE 1 | |
| #define SIZEOF_LONG_DOUBLE 16 | |
| #define HAVE_C99_BOOL 1 | |
| #define SIZEOF__BOOL 1 | |
| #define HAVE_UINTPTR_T 1 | |
| #define SIZEOF_UINTPTR_T 8 | |
| #define SIZEOF_OFF_T 8 | |
| #define SIZEOF_TIME_T 8 | |
| #define SIZEOF_PTHREAD_T 8 | |
| #define USE_TOOLBOX_OBJECT_GLUE 1 | |
| #define WITH_DYLD 1 | |
| #define SHLIB_EXT ".so" | |
| #define WITH_THREAD 1 | |
| #define _REENTRANT 1 | |
| #define HAVE_OSX105_SDK 1 | |
| #define WITH_DOC_STRINGS 1 | |
| #define WITH_PYMALLOC 1 | |
| #define HAVE_CHROOT 1 | |
| #define HAVE_LINK 1 | |
| #define HAVE_SYMLINK 1 | |
| #define HAVE_FCHDIR 1 | |
| #define HAVE_FSYNC 1 | |
| /* end confdefs.h. */ | |
| #include <sys/epoll.h> | |
| int | |
| main () | |
| { | |
| void *x=epoll_create | |
| ; | |
| return 0; | |
| } | |
configure:16644: result: no | |
configure:16650: checking for kqueue | |
configure:16676: /usr/bin/cc -c -O3 -march=core2 -msse4 -w -pipe -I/usr/local/Cellar/readline/6.1/include conftest.c >&5 | |
configure:16682: $? = 0 | |
configure:16692: result: yes | |
configure:16710: checking for ctermid_r | |
configure:16736: /usr/bin/cc -c -O3 -march=core2 -msse4 -w -pipe -I/usr/local/Cellar/readline/6.1/include conftest.c >&5 | |
configure:16742: $? = 0 | |
configure:16752: result: yes | |
configure:16765: checking for flock | |
configure:16791: /usr/bin/cc -c -O3 -march=core2 -msse4 -w -pipe -I/usr/local/Cellar/readline/6.1/include conftest.c >&5 | |
configure:16797: $? = 0 | |
configure:16807: result: yes | |
configure:16820: checking for getpagesize | |
configure:16846: /usr/bin/cc -c -O3 -march=core2 -msse4 -w -pipe -I/usr/local/Cellar/readline/6.1/include conftest.c >&5 | |
configure:16852: $? = 0 | |
configure:16862: result: yes | |
configure:16879: checking for true | |
configure:16895: found /usr/bin/true | |
configure:16906: result: true | |
configure:16919: checking for inet_aton in -lc | |
configure:16954: /usr/bin/cc -o conftest -O3 -march=core2 -msse4 -w -pipe -I/usr/local/Cellar/readline/6.1/include -arch i386 -arch ppc -arch ppc64 -arch x86_64 -isysroot / -L/usr/local/Cellar/readline/6.1/lib conftest.c -lc >&5 | |
cc1: error: unrecognized command line option "-march=core2" | |
cc1: error: unrecognized command line option "-msse4" | |
cc1: error: unrecognized command line option "-march=core2" | |
cc1: error: unrecognized command line option "-msse4" | |
lipo: can't figure out the architecture type of: /var/folders/tc/tc6XgOadEhmatl76xhT7Y++++TI/-Tmp-//cctCKS6G.out | |
configure:16960: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h. */ | |
| #define _GNU_SOURCE 1 | |
| #define _NETBSD_SOURCE 1 | |
| #define __BSD_VISIBLE 1 | |
| #define _BSD_TYPES 1 | |
| #define _DARWIN_C_SOURCE 1 | |
| #define _XOPEN_SOURCE 600 | |
| #define _XOPEN_SOURCE_EXTENDED 1 | |
| #define _POSIX_C_SOURCE 200112L | |
| #define Py_ENABLE_SHARED 1 | |
| #define HAVE_ATTRIBUTE_FORMAT_PARSETUPLE 1 | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_MEMORY_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_CURSES_H 1 | |
| #define HAVE_DLFCN_H 1 | |
| #define HAVE_ERRNO_H 1 | |
| #define HAVE_FCNTL_H 1 | |
| #define HAVE_GRP_H 1 | |
| #define HAVE_LANGINFO_H 1 | |
| #define HAVE_NCURSES_H 1 | |
| #define HAVE_POLL_H 1 | |
| #define HAVE_PTHREAD_H 1 | |
| #define HAVE_SIGNAL_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_TERMIOS_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_UTIME_H 1 | |
| #define HAVE_SYS_EVENT_H 1 | |
| #define HAVE_SYS_FILE_H 1 | |
| #define HAVE_SYS_LOCK_H 1 | |
| #define HAVE_SYS_PARAM_H 1 | |
| #define HAVE_SYS_POLL_H 1 | |
| #define HAVE_SYS_SELECT_H 1 | |
| #define HAVE_SYS_SOCKET_H 1 | |
| #define HAVE_SYS_STATVFS_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_SYS_TIME_H 1 | |
| #define HAVE_SYS_TIMES_H 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_UN_H 1 | |
| #define HAVE_SYS_UTSNAME_H 1 | |
| #define HAVE_SYS_WAIT_H 1 | |
| #define HAVE_SYS_RESOURCE_H 1 | |
| #define HAVE_SYSEXITS_H 1 | |
| #define HAVE_DIRENT_H 1 | |
| #define HAVE_TERM_H 1 | |
| #define HAVE_MAKEDEV 1 | |
| #define _LARGEFILE_SOURCE 1 | |
| #define _FILE_OFFSET_BITS 64 | |
| #if defined(SCO_DS) | |
| #undef _OFF_T | |
| #endif | |
| #define RETSIGTYPE void | |
| #define HAVE_SSIZE_T 1 | |
| #define SIZEOF_INT 4 | |
| #define SIZEOF_LONG 8 | |
| #define SIZEOF_VOID_P 8 | |
| #define SIZEOF_SHORT 2 | |
| #define SIZEOF_FLOAT 4 | |
| #define SIZEOF_DOUBLE 8 | |
| #define SIZEOF_FPOS_T 8 | |
| #define SIZEOF_SIZE_T 8 | |
| #define SIZEOF_PID_T 4 | |
| #define HAVE_LONG_LONG 1 | |
| #define SIZEOF_LONG_LONG 8 | |
| #define HAVE_LONG_DOUBLE 1 | |
| #define SIZEOF_LONG_DOUBLE 16 | |
| #define HAVE_C99_BOOL 1 | |
| #define SIZEOF__BOOL 1 | |
| #define HAVE_UINTPTR_T 1 | |
| #define SIZEOF_UINTPTR_T 8 | |
| #define SIZEOF_OFF_T 8 | |
| #define SIZEOF_TIME_T 8 | |
| #define SIZEOF_PTHREAD_T 8 | |
| #define USE_TOOLBOX_OBJECT_GLUE 1 | |
| #define WITH_DYLD 1 | |
| #define SHLIB_EXT ".so" | |
| #define WITH_THREAD 1 | |
| #define _REENTRANT 1 | |
| #define HAVE_OSX105_SDK 1 | |
| #define WITH_DOC_STRINGS 1 | |
| #define WITH_PYMALLOC 1 | |
| #define HAVE_CHROOT 1 | |
| #define HAVE_LINK 1 | |
| #define HAVE_SYMLINK 1 | |
| #define HAVE_FCHDIR 1 | |
| #define HAVE_FSYNC 1 | |
| #define HAVE_KQUEUE 1 | |
| #define HAVE_CTERMID_R 1 | |
| #define HAVE_FLOCK 1 | |
| #define HAVE_GETPAGESIZE 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 inet_aton (); | |
| int | |
| main () | |
| { | |
| return inet_aton (); | |
| ; | |
| return 0; | |
| } | |
configure:16978: result: no | |
configure:16984: checking for inet_aton in -lresolv | |
configure:17019: /usr/bin/cc -o conftest -O3 -march=core2 -msse4 -w -pipe -I/usr/local/Cellar/readline/6.1/include -arch i386 -arch ppc -arch ppc64 -arch x86_64 -isysroot / -L/usr/local/Cellar/readline/6.1/lib conftest.c -lresolv >&5 | |
cc1: error: unrecognized command line option "-march=core2" | |
cc1: error: unrecognized command line option "-msse4" | |
cc1: error: unrecognized command line option "-march=core2" | |
cc1: error: unrecognized command line option "-msse4" | |
lipo: can't figure out the architecture type of: /var/folders/tc/tc6XgOadEhmatl76xhT7Y++++TI/-Tmp-//ccOhw7xB.out | |
configure:17025: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h. */ | |
| #define _GNU_SOURCE 1 | |
| #define _NETBSD_SOURCE 1 | |
| #define __BSD_VISIBLE 1 | |
| #define _BSD_TYPES 1 | |
| #define _DARWIN_C_SOURCE 1 | |
| #define _XOPEN_SOURCE 600 | |
| #define _XOPEN_SOURCE_EXTENDED 1 | |
| #define _POSIX_C_SOURCE 200112L | |
| #define Py_ENABLE_SHARED 1 | |
| #define HAVE_ATTRIBUTE_FORMAT_PARSETUPLE 1 | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_MEMORY_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_CURSES_H 1 | |
| #define HAVE_DLFCN_H 1 | |
| #define HAVE_ERRNO_H 1 | |
| #define HAVE_FCNTL_H 1 | |
| #define HAVE_GRP_H 1 | |
| #define HAVE_LANGINFO_H 1 | |
| #define HAVE_NCURSES_H 1 | |
| #define HAVE_POLL_H 1 | |
| #define HAVE_PTHREAD_H 1 | |
| #define HAVE_SIGNAL_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_TERMIOS_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_UTIME_H 1 | |
| #define HAVE_SYS_EVENT_H 1 | |
| #define HAVE_SYS_FILE_H 1 | |
| #define HAVE_SYS_LOCK_H 1 | |
| #define HAVE_SYS_PARAM_H 1 | |
| #define HAVE_SYS_POLL_H 1 | |
| #define HAVE_SYS_SELECT_H 1 | |
| #define HAVE_SYS_SOCKET_H 1 | |
| #define HAVE_SYS_STATVFS_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_SYS_TIME_H 1 | |
| #define HAVE_SYS_TIMES_H 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_UN_H 1 | |
| #define HAVE_SYS_UTSNAME_H 1 | |
| #define HAVE_SYS_WAIT_H 1 | |
| #define HAVE_SYS_RESOURCE_H 1 | |
| #define HAVE_SYSEXITS_H 1 | |
| #define HAVE_DIRENT_H 1 | |
| #define HAVE_TERM_H 1 | |
| #define HAVE_MAKEDEV 1 | |
| #define _LARGEFILE_SOURCE 1 | |
| #define _FILE_OFFSET_BITS 64 | |
| #if defined(SCO_DS) | |
| #undef _OFF_T | |
| #endif | |
| #define RETSIGTYPE void | |
| #define HAVE_SSIZE_T 1 | |
| #define SIZEOF_INT 4 | |
| #define SIZEOF_LONG 8 | |
| #define SIZEOF_VOID_P 8 | |
| #define SIZEOF_SHORT 2 | |
| #define SIZEOF_FLOAT 4 | |
| #define SIZEOF_DOUBLE 8 | |
| #define SIZEOF_FPOS_T 8 | |
| #define SIZEOF_SIZE_T 8 | |
| #define SIZEOF_PID_T 4 | |
| #define HAVE_LONG_LONG 1 | |
| #define SIZEOF_LONG_LONG 8 | |
| #define HAVE_LONG_DOUBLE 1 | |
| #define SIZEOF_LONG_DOUBLE 16 | |
| #define HAVE_C99_BOOL 1 | |
| #define SIZEOF__BOOL 1 | |
| #define HAVE_UINTPTR_T 1 | |
| #define SIZEOF_UINTPTR_T 8 | |
| #define SIZEOF_OFF_T 8 | |
| #define SIZEOF_TIME_T 8 | |
| #define SIZEOF_PTHREAD_T 8 | |
| #define USE_TOOLBOX_OBJECT_GLUE 1 | |
| #define WITH_DYLD 1 | |
| #define SHLIB_EXT ".so" | |
| #define WITH_THREAD 1 | |
| #define _REENTRANT 1 | |
| #define HAVE_OSX105_SDK 1 | |
| #define WITH_DOC_STRINGS 1 | |
| #define WITH_PYMALLOC 1 | |
| #define HAVE_CHROOT 1 | |
| #define HAVE_LINK 1 | |
| #define HAVE_SYMLINK 1 | |
| #define HAVE_FCHDIR 1 | |
| #define HAVE_FSYNC 1 | |
| #define HAVE_KQUEUE 1 | |
| #define HAVE_CTERMID_R 1 | |
| #define HAVE_FLOCK 1 | |
| #define HAVE_GETPAGESIZE 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 inet_aton (); | |
| int | |
| main () | |
| { | |
| return inet_aton (); | |
| ; | |
| return 0; | |
| } | |
configure:17043: result: no | |
configure:17060: checking for chflags | |
configure:17092: /usr/bin/cc -o conftest -O3 -march=core2 -msse4 -w -pipe -I/usr/local/Cellar/readline/6.1/include -arch i386 -arch ppc -arch ppc64 -arch x86_64 -isysroot / -L/usr/local/Cellar/readline/6.1/lib conftest.c >&5 | |
cc1: error: unrecognized command line option "-march=core2" | |
cc1: error: unrecognized command line option "-msse4" | |
cc1: error: unrecognized command line option "-march=core2" | |
cc1: error: unrecognized command line option "-msse4" | |
lipo: can't figure out the architecture type of: /var/folders/tc/tc6XgOadEhmatl76xhT7Y++++TI/-Tmp-//cc7nqKpg.out | |
configure:17095: $? = 1 | |
configure: program exited with status 1 | |
configure: failed program was: | |
| /* confdefs.h. */ | |
| #define _GNU_SOURCE 1 | |
| #define _NETBSD_SOURCE 1 | |
| #define __BSD_VISIBLE 1 | |
| #define _BSD_TYPES 1 | |
| #define _DARWIN_C_SOURCE 1 | |
| #define _XOPEN_SOURCE 600 | |
| #define _XOPEN_SOURCE_EXTENDED 1 | |
| #define _POSIX_C_SOURCE 200112L | |
| #define Py_ENABLE_SHARED 1 | |
| #define HAVE_ATTRIBUTE_FORMAT_PARSETUPLE 1 | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_MEMORY_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_CURSES_H 1 | |
| #define HAVE_DLFCN_H 1 | |
| #define HAVE_ERRNO_H 1 | |
| #define HAVE_FCNTL_H 1 | |
| #define HAVE_GRP_H 1 | |
| #define HAVE_LANGINFO_H 1 | |
| #define HAVE_NCURSES_H 1 | |
| #define HAVE_POLL_H 1 | |
| #define HAVE_PTHREAD_H 1 | |
| #define HAVE_SIGNAL_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_TERMIOS_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_UTIME_H 1 | |
| #define HAVE_SYS_EVENT_H 1 | |
| #define HAVE_SYS_FILE_H 1 | |
| #define HAVE_SYS_LOCK_H 1 | |
| #define HAVE_SYS_PARAM_H 1 | |
| #define HAVE_SYS_POLL_H 1 | |
| #define HAVE_SYS_SELECT_H 1 | |
| #define HAVE_SYS_SOCKET_H 1 | |
| #define HAVE_SYS_STATVFS_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_SYS_TIME_H 1 | |
| #define HAVE_SYS_TIMES_H 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_UN_H 1 | |
| #define HAVE_SYS_UTSNAME_H 1 | |
| #define HAVE_SYS_WAIT_H 1 | |
| #define HAVE_SYS_RESOURCE_H 1 | |
| #define HAVE_SYSEXITS_H 1 | |
| #define HAVE_DIRENT_H 1 | |
| #define HAVE_TERM_H 1 | |
| #define HAVE_MAKEDEV 1 | |
| #define _LARGEFILE_SOURCE 1 | |
| #define _FILE_OFFSET_BITS 64 | |
| #if defined(SCO_DS) | |
| #undef _OFF_T | |
| #endif | |
| #define RETSIGTYPE void | |
| #define HAVE_SSIZE_T 1 | |
| #define SIZEOF_INT 4 | |
| #define SIZEOF_LONG 8 | |
| #define SIZEOF_VOID_P 8 | |
| #define SIZEOF_SHORT 2 | |
| #define SIZEOF_FLOAT 4 | |
| #define SIZEOF_DOUBLE 8 | |
| #define SIZEOF_FPOS_T 8 | |
| #define SIZEOF_SIZE_T 8 | |
| #define SIZEOF_PID_T 4 | |
| #define HAVE_LONG_LONG 1 | |
| #define SIZEOF_LONG_LONG 8 | |
| #define HAVE_LONG_DOUBLE 1 | |
| #define SIZEOF_LONG_DOUBLE 16 | |
| #define HAVE_C99_BOOL 1 | |
| #define SIZEOF__BOOL 1 | |
| #define HAVE_UINTPTR_T 1 | |
| #define SIZEOF_UINTPTR_T 8 | |
| #define SIZEOF_OFF_T 8 | |
| #define SIZEOF_TIME_T 8 | |
| #define SIZEOF_PTHREAD_T 8 | |
| #define USE_TOOLBOX_OBJECT_GLUE 1 | |
| #define WITH_DYLD 1 | |
| #define SHLIB_EXT ".so" | |
| #define WITH_THREAD 1 | |
| #define _REENTRANT 1 | |
| #define HAVE_OSX105_SDK 1 | |
| #define WITH_DOC_STRINGS 1 | |
| #define WITH_PYMALLOC 1 | |
| #define HAVE_CHROOT 1 | |
| #define HAVE_LINK 1 | |
| #define HAVE_SYMLINK 1 | |
| #define HAVE_FCHDIR 1 | |
| #define HAVE_FSYNC 1 | |
| #define HAVE_KQUEUE 1 | |
| #define HAVE_CTERMID_R 1 | |
| #define HAVE_FLOCK 1 | |
| #define HAVE_GETPAGESIZE 1 | |
| /* end confdefs.h. */ | |
| | |
| #include <sys/stat.h> | |
| #include <unistd.h> | |
| int main(int argc, char*argv[]) | |
| { | |
| if(chflags(argv[0], 0) != 0) | |
| return 1; | |
| return 0; | |
| } | |
| | |
configure:17119: result: no | |
configure:17128: checking for lchflags | |
configure:17160: /usr/bin/cc -o conftest -O3 -march=core2 -msse4 -w -pipe -I/usr/local/Cellar/readline/6.1/include -arch i386 -arch ppc -arch ppc64 -arch x86_64 -isysroot / -L/usr/local/Cellar/readline/6.1/lib conftest.c >&5 | |
cc1: error: unrecognized command line option "-march=core2" | |
cc1: error: unrecognized command line option "-msse4" | |
cc1: error: unrecognized command line option "-march=core2" | |
cc1: error: unrecognized command line option "-msse4" | |
lipo: can't figure out the architecture type of: /var/folders/tc/tc6XgOadEhmatl76xhT7Y++++TI/-Tmp-//ccaSz1do.out | |
configure:17163: $? = 1 | |
configure: program exited with status 1 | |
configure: failed program was: | |
| /* confdefs.h. */ | |
| #define _GNU_SOURCE 1 | |
| #define _NETBSD_SOURCE 1 | |
| #define __BSD_VISIBLE 1 | |
| #define _BSD_TYPES 1 | |
| #define _DARWIN_C_SOURCE 1 | |
| #define _XOPEN_SOURCE 600 | |
| #define _XOPEN_SOURCE_EXTENDED 1 | |
| #define _POSIX_C_SOURCE 200112L | |
| #define Py_ENABLE_SHARED 1 | |
| #define HAVE_ATTRIBUTE_FORMAT_PARSETUPLE 1 | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_MEMORY_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_CURSES_H 1 | |
| #define HAVE_DLFCN_H 1 | |
| #define HAVE_ERRNO_H 1 | |
| #define HAVE_FCNTL_H 1 | |
| #define HAVE_GRP_H 1 | |
| #define HAVE_LANGINFO_H 1 | |
| #define HAVE_NCURSES_H 1 | |
| #define HAVE_POLL_H 1 | |
| #define HAVE_PTHREAD_H 1 | |
| #define HAVE_SIGNAL_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_TERMIOS_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_UTIME_H 1 | |
| #define HAVE_SYS_EVENT_H 1 | |
| #define HAVE_SYS_FILE_H 1 | |
| #define HAVE_SYS_LOCK_H 1 | |
| #define HAVE_SYS_PARAM_H 1 | |
| #define HAVE_SYS_POLL_H 1 | |
| #define HAVE_SYS_SELECT_H 1 | |
| #define HAVE_SYS_SOCKET_H 1 | |
| #define HAVE_SYS_STATVFS_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_SYS_TIME_H 1 | |
| #define HAVE_SYS_TIMES_H 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_UN_H 1 | |
| #define HAVE_SYS_UTSNAME_H 1 | |
| #define HAVE_SYS_WAIT_H 1 | |
| #define HAVE_SYS_RESOURCE_H 1 | |
| #define HAVE_SYSEXITS_H 1 | |
| #define HAVE_DIRENT_H 1 | |
| #define HAVE_TERM_H 1 | |
| #define HAVE_MAKEDEV 1 | |
| #define _LARGEFILE_SOURCE 1 | |
| #define _FILE_OFFSET_BITS 64 | |
| #if defined(SCO_DS) | |
| #undef _OFF_T | |
| #endif | |
| #define RETSIGTYPE void | |
| #define HAVE_SSIZE_T 1 | |
| #define SIZEOF_INT 4 | |
| #define SIZEOF_LONG 8 | |
| #define SIZEOF_VOID_P 8 | |
| #define SIZEOF_SHORT 2 | |
| #define SIZEOF_FLOAT 4 | |
| #define SIZEOF_DOUBLE 8 | |
| #define SIZEOF_FPOS_T 8 | |
| #define SIZEOF_SIZE_T 8 | |
| #define SIZEOF_PID_T 4 | |
| #define HAVE_LONG_LONG 1 | |
| #define SIZEOF_LONG_LONG 8 | |
| #define HAVE_LONG_DOUBLE 1 | |
| #define SIZEOF_LONG_DOUBLE 16 | |
| #define HAVE_C99_BOOL 1 | |
| #define SIZEOF__BOOL 1 | |
| #define HAVE_UINTPTR_T 1 | |
| #define SIZEOF_UINTPTR_T 8 | |
| #define SIZEOF_OFF_T 8 | |
| #define SIZEOF_TIME_T 8 | |
| #define SIZEOF_PTHREAD_T 8 | |
| #define USE_TOOLBOX_OBJECT_GLUE 1 | |
| #define WITH_DYLD 1 | |
| #define SHLIB_EXT ".so" | |
| #define WITH_THREAD 1 | |
| #define _REENTRANT 1 | |
| #define HAVE_OSX105_SDK 1 | |
| #define WITH_DOC_STRINGS 1 | |
| #define WITH_PYMALLOC 1 | |
| #define HAVE_CHROOT 1 | |
| #define HAVE_LINK 1 | |
| #define HAVE_SYMLINK 1 | |
| #define HAVE_FCHDIR 1 | |
| #define HAVE_FSYNC 1 | |
| #define HAVE_KQUEUE 1 | |
| #define HAVE_CTERMID_R 1 | |
| #define HAVE_FLOCK 1 | |
| #define HAVE_GETPAGESIZE 1 | |
| /* end confdefs.h. */ | |
| | |
| #include <sys/stat.h> | |
| #include <unistd.h> | |
| int main(int argc, char*argv[]) | |
| { | |
| if(lchflags(argv[0], 0) != 0) | |
| return 1; | |
| return 0; | |
| } | |
| | |
configure:17187: result: no | |
configure:17205: checking for inflateCopy in -lz | |
configure:17240: /usr/bin/cc -o conftest -O3 -march=core2 -msse4 -w -pipe -Wl,-search_paths_first -I/usr/local/Cellar/readline/6.1/include -arch i386 -arch ppc -arch ppc64 -arch x86_64 -isysroot / -L/usr/local/Cellar/readline/6.1/lib -Wl,-search_paths_first -L/usr/local/lib conftest.c -lz >&5 | |
cc1: error: unrecognized command line option "-march=core2" | |
cc1: error: unrecognized command line option "-msse4" | |
cc1: error: unrecognized command line option "-march=core2" | |
cc1: error: unrecognized command line option "-msse4" | |
lipo: can't figure out the architecture type of: /var/folders/tc/tc6XgOadEhmatl76xhT7Y++++TI/-Tmp-//ccuWflso.out | |
configure:17246: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h. */ | |
| #define _GNU_SOURCE 1 | |
| #define _NETBSD_SOURCE 1 | |
| #define __BSD_VISIBLE 1 | |
| #define _BSD_TYPES 1 | |
| #define _DARWIN_C_SOURCE 1 | |
| #define _XOPEN_SOURCE 600 | |
| #define _XOPEN_SOURCE_EXTENDED 1 | |
| #define _POSIX_C_SOURCE 200112L | |
| #define Py_ENABLE_SHARED 1 | |
| #define HAVE_ATTRIBUTE_FORMAT_PARSETUPLE 1 | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_MEMORY_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_CURSES_H 1 | |
| #define HAVE_DLFCN_H 1 | |
| #define HAVE_ERRNO_H 1 | |
| #define HAVE_FCNTL_H 1 | |
| #define HAVE_GRP_H 1 | |
| #define HAVE_LANGINFO_H 1 | |
| #define HAVE_NCURSES_H 1 | |
| #define HAVE_POLL_H 1 | |
| #define HAVE_PTHREAD_H 1 | |
| #define HAVE_SIGNAL_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_TERMIOS_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_UTIME_H 1 | |
| #define HAVE_SYS_EVENT_H 1 | |
| #define HAVE_SYS_FILE_H 1 | |
| #define HAVE_SYS_LOCK_H 1 | |
| #define HAVE_SYS_PARAM_H 1 | |
| #define HAVE_SYS_POLL_H 1 | |
| #define HAVE_SYS_SELECT_H 1 | |
| #define HAVE_SYS_SOCKET_H 1 | |
| #define HAVE_SYS_STATVFS_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_SYS_TIME_H 1 | |
| #define HAVE_SYS_TIMES_H 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_UN_H 1 | |
| #define HAVE_SYS_UTSNAME_H 1 | |
| #define HAVE_SYS_WAIT_H 1 | |
| #define HAVE_SYS_RESOURCE_H 1 | |
| #define HAVE_SYSEXITS_H 1 | |
| #define HAVE_DIRENT_H 1 | |
| #define HAVE_TERM_H 1 | |
| #define HAVE_MAKEDEV 1 | |
| #define _LARGEFILE_SOURCE 1 | |
| #define _FILE_OFFSET_BITS 64 | |
| #if defined(SCO_DS) | |
| #undef _OFF_T | |
| #endif | |
| #define RETSIGTYPE void | |
| #define HAVE_SSIZE_T 1 | |
| #define SIZEOF_INT 4 | |
| #define SIZEOF_LONG 8 | |
| #define SIZEOF_VOID_P 8 | |
| #define SIZEOF_SHORT 2 | |
| #define SIZEOF_FLOAT 4 | |
| #define SIZEOF_DOUBLE 8 | |
| #define SIZEOF_FPOS_T 8 | |
| #define SIZEOF_SIZE_T 8 | |
| #define SIZEOF_PID_T 4 | |
| #define HAVE_LONG_LONG 1 | |
| #define SIZEOF_LONG_LONG 8 | |
| #define HAVE_LONG_DOUBLE 1 | |
| #define SIZEOF_LONG_DOUBLE 16 | |
| #define HAVE_C99_BOOL 1 | |
| #define SIZEOF__BOOL 1 | |
| #define HAVE_UINTPTR_T 1 | |
| #define SIZEOF_UINTPTR_T 8 | |
| #define SIZEOF_OFF_T 8 | |
| #define SIZEOF_TIME_T 8 | |
| #define SIZEOF_PTHREAD_T 8 | |
| #define USE_TOOLBOX_OBJECT_GLUE 1 | |
| #define WITH_DYLD 1 | |
| #define SHLIB_EXT ".so" | |
| #define WITH_THREAD 1 | |
| #define _REENTRANT 1 | |
| #define HAVE_OSX105_SDK 1 | |
| #define WITH_DOC_STRINGS 1 | |
| #define WITH_PYMALLOC 1 | |
| #define HAVE_CHROOT 1 | |
| #define HAVE_LINK 1 | |
| #define HAVE_SYMLINK 1 | |
| #define HAVE_FCHDIR 1 | |
| #define HAVE_FSYNC 1 | |
| #define HAVE_KQUEUE 1 | |
| #define HAVE_CTERMID_R 1 | |
| #define HAVE_FLOCK 1 | |
| #define HAVE_GETPAGESIZE 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 inflateCopy (); | |
| int | |
| main () | |
| { | |
| return inflateCopy (); | |
| ; | |
| return 0; | |
| } | |
configure:17264: result: no | |
configure:17282: checking for hstrerror | |
configure:17308: /usr/bin/cc -o conftest -O3 -march=core2 -msse4 -w -pipe -I/usr/local/Cellar/readline/6.1/include -arch i386 -arch ppc -arch ppc64 -arch x86_64 -isysroot / -L/usr/local/Cellar/readline/6.1/lib conftest.c >&5 | |
cc1: error: unrecognized command line option "-march=core2" | |
cc1: error: unrecognized command line option "-msse4" | |
cc1: error: unrecognized command line option "-march=core2" | |
cc1: error: unrecognized command line option "-msse4" | |
lipo: can't figure out the architecture type of: /var/folders/tc/tc6XgOadEhmatl76xhT7Y++++TI/-Tmp-//ccfJ88ji.out | |
configure:17314: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h. */ | |
| #define _GNU_SOURCE 1 | |
| #define _NETBSD_SOURCE 1 | |
| #define __BSD_VISIBLE 1 | |
| #define _BSD_TYPES 1 | |
| #define _DARWIN_C_SOURCE 1 | |
| #define _XOPEN_SOURCE 600 | |
| #define _XOPEN_SOURCE_EXTENDED 1 | |
| #define _POSIX_C_SOURCE 200112L | |
| #define Py_ENABLE_SHARED 1 | |
| #define HAVE_ATTRIBUTE_FORMAT_PARSETUPLE 1 | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_MEMORY_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_CURSES_H 1 | |
| #define HAVE_DLFCN_H 1 | |
| #define HAVE_ERRNO_H 1 | |
| #define HAVE_FCNTL_H 1 | |
| #define HAVE_GRP_H 1 | |
| #define HAVE_LANGINFO_H 1 | |
| #define HAVE_NCURSES_H 1 | |
| #define HAVE_POLL_H 1 | |
| #define HAVE_PTHREAD_H 1 | |
| #define HAVE_SIGNAL_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_TERMIOS_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_UTIME_H 1 | |
| #define HAVE_SYS_EVENT_H 1 | |
| #define HAVE_SYS_FILE_H 1 | |
| #define HAVE_SYS_LOCK_H 1 | |
| #define HAVE_SYS_PARAM_H 1 | |
| #define HAVE_SYS_POLL_H 1 | |
| #define HAVE_SYS_SELECT_H 1 | |
| #define HAVE_SYS_SOCKET_H 1 | |
| #define HAVE_SYS_STATVFS_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_SYS_TIME_H 1 | |
| #define HAVE_SYS_TIMES_H 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_UN_H 1 | |
| #define HAVE_SYS_UTSNAME_H 1 | |
| #define HAVE_SYS_WAIT_H 1 | |
| #define HAVE_SYS_RESOURCE_H 1 | |
| #define HAVE_SYSEXITS_H 1 | |
| #define HAVE_DIRENT_H 1 | |
| #define HAVE_TERM_H 1 | |
| #define HAVE_MAKEDEV 1 | |
| #define _LARGEFILE_SOURCE 1 | |
| #define _FILE_OFFSET_BITS 64 | |
| #if defined(SCO_DS) | |
| #undef _OFF_T | |
| #endif | |
| #define RETSIGTYPE void | |
| #define HAVE_SSIZE_T 1 | |
| #define SIZEOF_INT 4 | |
| #define SIZEOF_LONG 8 | |
| #define SIZEOF_VOID_P 8 | |
| #define SIZEOF_SHORT 2 | |
| #define SIZEOF_FLOAT 4 | |
| #define SIZEOF_DOUBLE 8 | |
| #define SIZEOF_FPOS_T 8 | |
| #define SIZEOF_SIZE_T 8 | |
| #define SIZEOF_PID_T 4 | |
| #define HAVE_LONG_LONG 1 | |
| #define SIZEOF_LONG_LONG 8 | |
| #define HAVE_LONG_DOUBLE 1 | |
| #define SIZEOF_LONG_DOUBLE 16 | |
| #define HAVE_C99_BOOL 1 | |
| #define SIZEOF__BOOL 1 | |
| #define HAVE_UINTPTR_T 1 | |
| #define SIZEOF_UINTPTR_T 8 | |
| #define SIZEOF_OFF_T 8 | |
| #define SIZEOF_TIME_T 8 | |
| #define SIZEOF_PTHREAD_T 8 | |
| #define USE_TOOLBOX_OBJECT_GLUE 1 | |
| #define WITH_DYLD 1 | |
| #define SHLIB_EXT ".so" | |
| #define WITH_THREAD 1 | |
| #define _REENTRANT 1 | |
| #define HAVE_OSX105_SDK 1 | |
| #define WITH_DOC_STRINGS 1 | |
| #define WITH_PYMALLOC 1 | |
| #define HAVE_CHROOT 1 | |
| #define HAVE_LINK 1 | |
| #define HAVE_SYMLINK 1 | |
| #define HAVE_FCHDIR 1 | |
| #define HAVE_FSYNC 1 | |
| #define HAVE_KQUEUE 1 | |
| #define HAVE_CTERMID_R 1 | |
| #define HAVE_FLOCK 1 | |
| #define HAVE_GETPAGESIZE 1 | |
| /* end confdefs.h. */ | |
| | |
| #include "confdefs.h" | |
| #include <netdb.h> | |
| | |
| int | |
| main () | |
| { | |
| void* p = hstrerror; hstrerror(0) | |
| ; | |
| return 0; | |
| } | |
configure:17331: result: no | |
configure:17339: checking for inet_aton | |
configure:17368: /usr/bin/cc -o conftest -O3 -march=core2 -msse4 -w -pipe -I/usr/local/Cellar/readline/6.1/include -arch i386 -arch ppc -arch ppc64 -arch x86_64 -isysroot / -L/usr/local/Cellar/readline/6.1/lib conftest.c >&5 | |
cc1: error: unrecognized command line option "-march=core2" | |
cc1: error: unrecognized command line option "-msse4" | |
cc1: error: unrecognized command line option "-march=core2" | |
cc1: error: unrecognized command line option "-msse4" | |
lipo: can't figure out the architecture type of: /var/folders/tc/tc6XgOadEhmatl76xhT7Y++++TI/-Tmp-//ccCFDm2N.out | |
configure:17374: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h. */ | |
| #define _GNU_SOURCE 1 | |
| #define _NETBSD_SOURCE 1 | |
| #define __BSD_VISIBLE 1 | |
| #define _BSD_TYPES 1 | |
| #define _DARWIN_C_SOURCE 1 | |
| #define _XOPEN_SOURCE 600 | |
| #define _XOPEN_SOURCE_EXTENDED 1 | |
| #define _POSIX_C_SOURCE 200112L | |
| #define Py_ENABLE_SHARED 1 | |
| #define HAVE_ATTRIBUTE_FORMAT_PARSETUPLE 1 | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_MEMORY_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_CURSES_H 1 | |
| #define HAVE_DLFCN_H 1 | |
| #define HAVE_ERRNO_H 1 | |
| #define HAVE_FCNTL_H 1 | |
| #define HAVE_GRP_H 1 | |
| #define HAVE_LANGINFO_H 1 | |
| #define HAVE_NCURSES_H 1 | |
| #define HAVE_POLL_H 1 | |
| #define HAVE_PTHREAD_H 1 | |
| #define HAVE_SIGNAL_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_TERMIOS_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_UTIME_H 1 | |
| #define HAVE_SYS_EVENT_H 1 | |
| #define HAVE_SYS_FILE_H 1 | |
| #define HAVE_SYS_LOCK_H 1 | |
| #define HAVE_SYS_PARAM_H 1 | |
| #define HAVE_SYS_POLL_H 1 | |
| #define HAVE_SYS_SELECT_H 1 | |
| #define HAVE_SYS_SOCKET_H 1 | |
| #define HAVE_SYS_STATVFS_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_SYS_TIME_H 1 | |
| #define HAVE_SYS_TIMES_H 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_UN_H 1 | |
| #define HAVE_SYS_UTSNAME_H 1 | |
| #define HAVE_SYS_WAIT_H 1 | |
| #define HAVE_SYS_RESOURCE_H 1 | |
| #define HAVE_SYSEXITS_H 1 | |
| #define HAVE_DIRENT_H 1 | |
| #define HAVE_TERM_H 1 | |
| #define HAVE_MAKEDEV 1 | |
| #define _LARGEFILE_SOURCE 1 | |
| #define _FILE_OFFSET_BITS 64 | |
| #if defined(SCO_DS) | |
| #undef _OFF_T | |
| #endif | |
| #define RETSIGTYPE void | |
| #define HAVE_SSIZE_T 1 | |
| #define SIZEOF_INT 4 | |
| #define SIZEOF_LONG 8 | |
| #define SIZEOF_VOID_P 8 | |
| #define SIZEOF_SHORT 2 | |
| #define SIZEOF_FLOAT 4 | |
| #define SIZEOF_DOUBLE 8 | |
| #define SIZEOF_FPOS_T 8 | |
| #define SIZEOF_SIZE_T 8 | |
| #define SIZEOF_PID_T 4 | |
| #define HAVE_LONG_LONG 1 | |
| #define SIZEOF_LONG_LONG 8 | |
| #define HAVE_LONG_DOUBLE 1 | |
| #define SIZEOF_LONG_DOUBLE 16 | |
| #define HAVE_C99_BOOL 1 | |
| #define SIZEOF__BOOL 1 | |
| #define HAVE_UINTPTR_T 1 | |
| #define SIZEOF_UINTPTR_T 8 | |
| #define SIZEOF_OFF_T 8 | |
| #define SIZEOF_TIME_T 8 | |
| #define SIZEOF_PTHREAD_T 8 | |
| #define USE_TOOLBOX_OBJECT_GLUE 1 | |
| #define WITH_DYLD 1 | |
| #define SHLIB_EXT ".so" | |
| #define WITH_THREAD 1 | |
| #define _REENTRANT 1 | |
| #define HAVE_OSX105_SDK 1 | |
| #define WITH_DOC_STRINGS 1 | |
| #define WITH_PYMALLOC 1 | |
| #define HAVE_CHROOT 1 | |
| #define HAVE_LINK 1 | |
| #define HAVE_SYMLINK 1 | |
| #define HAVE_FCHDIR 1 | |
| #define HAVE_FSYNC 1 | |
| #define HAVE_KQUEUE 1 | |
| #define HAVE_CTERMID_R 1 | |
| #define HAVE_FLOCK 1 | |
| #define HAVE_GETPAGESIZE 1 | |
| /* end confdefs.h. */ | |
| | |
| #include "confdefs.h" | |
| #include <sys/types.h> | |
| #include <sys/socket.h> | |
| #include <netinet/in.h> | |
| #include <arpa/inet.h> | |
| | |
| int | |
| main () | |
| { | |
| void* p = inet_aton;inet_aton(0,0) | |
| ; | |
| return 0; | |
| } | |
configure:17391: result: no | |
configure:17399: checking for inet_pton | |
configure:17428: /usr/bin/cc -c -O3 -march=core2 -msse4 -w -pipe -I/usr/local/Cellar/readline/6.1/include conftest.c >&5 | |
configure:17434: $? = 0 | |
configure:17444: result: yes | |
configure:17458: checking for setgroups | |
configure:17487: /usr/bin/cc -c -O3 -march=core2 -msse4 -w -pipe -I/usr/local/Cellar/readline/6.1/include conftest.c >&5 | |
configure:17493: $? = 0 | |
configure:17503: result: yes | |
configure:17522: checking for openpty | |
configure:17578: /usr/bin/cc -o conftest -O3 -march=core2 -msse4 -w -pipe -I/usr/local/Cellar/readline/6.1/include -arch i386 -arch ppc -arch ppc64 -arch x86_64 -isysroot / -L/usr/local/Cellar/readline/6.1/lib conftest.c >&5 | |
cc1: error: unrecognized command line option "-march=core2" | |
cc1: error: unrecognized command line option "-msse4" | |
cc1: error: unrecognized command line option "-march=core2" | |
cc1: error: unrecognized command line option "-msse4" | |
lipo: can't figure out the architecture type of: /var/folders/tc/tc6XgOadEhmatl76xhT7Y++++TI/-Tmp-//ccfPKPX9.out | |
configure:17584: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h. */ | |
| #define _GNU_SOURCE 1 | |
| #define _NETBSD_SOURCE 1 | |
| #define __BSD_VISIBLE 1 | |
| #define _BSD_TYPES 1 | |
| #define _DARWIN_C_SOURCE 1 | |
| #define _XOPEN_SOURCE 600 | |
| #define _XOPEN_SOURCE_EXTENDED 1 | |
| #define _POSIX_C_SOURCE 200112L | |
| #define Py_ENABLE_SHARED 1 | |
| #define HAVE_ATTRIBUTE_FORMAT_PARSETUPLE 1 | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_MEMORY_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_CURSES_H 1 | |
| #define HAVE_DLFCN_H 1 | |
| #define HAVE_ERRNO_H 1 | |
| #define HAVE_FCNTL_H 1 | |
| #define HAVE_GRP_H 1 | |
| #define HAVE_LANGINFO_H 1 | |
| #define HAVE_NCURSES_H 1 | |
| #define HAVE_POLL_H 1 | |
| #define HAVE_PTHREAD_H 1 | |
| #define HAVE_SIGNAL_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_TERMIOS_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_UTIME_H 1 | |
| #define HAVE_SYS_EVENT_H 1 | |
| #define HAVE_SYS_FILE_H 1 | |
| #define HAVE_SYS_LOCK_H 1 | |
| #define HAVE_SYS_PARAM_H 1 | |
| #define HAVE_SYS_POLL_H 1 | |
| #define HAVE_SYS_SELECT_H 1 | |
| #define HAVE_SYS_SOCKET_H 1 | |
| #define HAVE_SYS_STATVFS_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_SYS_TIME_H 1 | |
| #define HAVE_SYS_TIMES_H 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_UN_H 1 | |
| #define HAVE_SYS_UTSNAME_H 1 | |
| #define HAVE_SYS_WAIT_H 1 | |
| #define HAVE_SYS_RESOURCE_H 1 | |
| #define HAVE_SYSEXITS_H 1 | |
| #define HAVE_DIRENT_H 1 | |
| #define HAVE_TERM_H 1 | |
| #define HAVE_MAKEDEV 1 | |
| #define _LARGEFILE_SOURCE 1 | |
| #define _FILE_OFFSET_BITS 64 | |
| #if defined(SCO_DS) | |
| #undef _OFF_T | |
| #endif | |
| #define RETSIGTYPE void | |
| #define HAVE_SSIZE_T 1 | |
| #define SIZEOF_INT 4 | |
| #define SIZEOF_LONG 8 | |
| #define SIZEOF_VOID_P 8 | |
| #define SIZEOF_SHORT 2 | |
| #define SIZEOF_FLOAT 4 | |
| #define SIZEOF_DOUBLE 8 | |
| #define SIZEOF_FPOS_T 8 | |
| #define SIZEOF_SIZE_T 8 | |
| #define SIZEOF_PID_T 4 | |
| #define HAVE_LONG_LONG 1 | |
| #define SIZEOF_LONG_LONG 8 | |
| #define HAVE_LONG_DOUBLE 1 | |
| #define SIZEOF_LONG_DOUBLE 16 | |
| #define HAVE_C99_BOOL 1 | |
| #define SIZEOF__BOOL 1 | |
| #define HAVE_UINTPTR_T 1 | |
| #define SIZEOF_UINTPTR_T 8 | |
| #define SIZEOF_OFF_T 8 | |
| #define SIZEOF_TIME_T 8 | |
| #define SIZEOF_PTHREAD_T 8 | |
| #define USE_TOOLBOX_OBJECT_GLUE 1 | |
| #define WITH_DYLD 1 | |
| #define SHLIB_EXT ".so" | |
| #define WITH_THREAD 1 | |
| #define _REENTRANT 1 | |
| #define HAVE_OSX105_SDK 1 | |
| #define WITH_DOC_STRINGS 1 | |
| #define WITH_PYMALLOC 1 | |
| #define HAVE_CHROOT 1 | |
| #define HAVE_LINK 1 | |
| #define HAVE_SYMLINK 1 | |
| #define HAVE_FCHDIR 1 | |
| #define HAVE_FSYNC 1 | |
| #define HAVE_KQUEUE 1 | |
| #define HAVE_CTERMID_R 1 | |
| #define HAVE_FLOCK 1 | |
| #define HAVE_GETPAGESIZE 1 | |
| #define HAVE_INET_PTON 1 | |
| #define HAVE_SETGROUPS 1 | |
| /* end confdefs.h. */ | |
| /* Define openpty to an innocuous variant, in case <limits.h> declares openpty. | |
| For example, HP-UX 11i <limits.h> declares gettimeofday. */ | |
| #define openpty innocuous_openpty | |
| | |
| /* System header to define __stub macros and hopefully few prototypes, | |
| which can conflict with char openpty (); 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 openpty | |
| | |
| /* 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 openpty (); | |
| /* 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_openpty || defined __stub___openpty | |
| choke me | |
| #endif | |
| | |
| int | |
| main () | |
| { | |
| return openpty (); | |
| ; | |
| return 0; | |
| } | |
configure:17602: result: no | |
configure:17610: checking for openpty in -lutil | |
configure:17645: /usr/bin/cc -o conftest -O3 -march=core2 -msse4 -w -pipe -I/usr/local/Cellar/readline/6.1/include -arch i386 -arch ppc -arch ppc64 -arch x86_64 -isysroot / -L/usr/local/Cellar/readline/6.1/lib conftest.c -lutil >&5 | |
cc1: error: unrecognized command line option "-march=core2" | |
cc1: error: unrecognized command line option "-msse4" | |
cc1: error: unrecognized command line option "-march=core2" | |
cc1: error: unrecognized command line option "-msse4" | |
lipo: can't figure out the architecture type of: /var/folders/tc/tc6XgOadEhmatl76xhT7Y++++TI/-Tmp-//ccmM4fHw.out | |
configure:17651: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h. */ | |
| #define _GNU_SOURCE 1 | |
| #define _NETBSD_SOURCE 1 | |
| #define __BSD_VISIBLE 1 | |
| #define _BSD_TYPES 1 | |
| #define _DARWIN_C_SOURCE 1 | |
| #define _XOPEN_SOURCE 600 | |
| #define _XOPEN_SOURCE_EXTENDED 1 | |
| #define _POSIX_C_SOURCE 200112L | |
| #define Py_ENABLE_SHARED 1 | |
| #define HAVE_ATTRIBUTE_FORMAT_PARSETUPLE 1 | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_MEMORY_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_CURSES_H 1 | |
| #define HAVE_DLFCN_H 1 | |
| #define HAVE_ERRNO_H 1 | |
| #define HAVE_FCNTL_H 1 | |
| #define HAVE_GRP_H 1 | |
| #define HAVE_LANGINFO_H 1 | |
| #define HAVE_NCURSES_H 1 | |
| #define HAVE_POLL_H 1 | |
| #define HAVE_PTHREAD_H 1 | |
| #define HAVE_SIGNAL_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_TERMIOS_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_UTIME_H 1 | |
| #define HAVE_SYS_EVENT_H 1 | |
| #define HAVE_SYS_FILE_H 1 | |
| #define HAVE_SYS_LOCK_H 1 | |
| #define HAVE_SYS_PARAM_H 1 | |
| #define HAVE_SYS_POLL_H 1 | |
| #define HAVE_SYS_SELECT_H 1 | |
| #define HAVE_SYS_SOCKET_H 1 | |
| #define HAVE_SYS_STATVFS_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_SYS_TIME_H 1 | |
| #define HAVE_SYS_TIMES_H 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_UN_H 1 | |
| #define HAVE_SYS_UTSNAME_H 1 | |
| #define HAVE_SYS_WAIT_H 1 | |
| #define HAVE_SYS_RESOURCE_H 1 | |
| #define HAVE_SYSEXITS_H 1 | |
| #define HAVE_DIRENT_H 1 | |
| #define HAVE_TERM_H 1 | |
| #define HAVE_MAKEDEV 1 | |
| #define _LARGEFILE_SOURCE 1 | |
| #define _FILE_OFFSET_BITS 64 | |
| #if defined(SCO_DS) | |
| #undef _OFF_T | |
| #endif | |
| #define RETSIGTYPE void | |
| #define HAVE_SSIZE_T 1 | |
| #define SIZEOF_INT 4 | |
| #define SIZEOF_LONG 8 | |
| #define SIZEOF_VOID_P 8 | |
| #define SIZEOF_SHORT 2 | |
| #define SIZEOF_FLOAT 4 | |
| #define SIZEOF_DOUBLE 8 | |
| #define SIZEOF_FPOS_T 8 | |
| #define SIZEOF_SIZE_T 8 | |
| #define SIZEOF_PID_T 4 | |
| #define HAVE_LONG_LONG 1 | |
| #define SIZEOF_LONG_LONG 8 | |
| #define HAVE_LONG_DOUBLE 1 | |
| #define SIZEOF_LONG_DOUBLE 16 | |
| #define HAVE_C99_BOOL 1 | |
| #define SIZEOF__BOOL 1 | |
| #define HAVE_UINTPTR_T 1 | |
| #define SIZEOF_UINTPTR_T 8 | |
| #define SIZEOF_OFF_T 8 | |
| #define SIZEOF_TIME_T 8 | |
| #define SIZEOF_PTHREAD_T 8 | |
| #define USE_TOOLBOX_OBJECT_GLUE 1 | |
| #define WITH_DYLD 1 | |
| #define SHLIB_EXT ".so" | |
| #define WITH_THREAD 1 | |
| #define _REENTRANT 1 | |
| #define HAVE_OSX105_SDK 1 | |
| #define WITH_DOC_STRINGS 1 | |
| #define WITH_PYMALLOC 1 | |
| #define HAVE_CHROOT 1 | |
| #define HAVE_LINK 1 | |
| #define HAVE_SYMLINK 1 | |
| #define HAVE_FCHDIR 1 | |
| #define HAVE_FSYNC 1 | |
| #define HAVE_KQUEUE 1 | |
| #define HAVE_CTERMID_R 1 | |
| #define HAVE_FLOCK 1 | |
| #define HAVE_GETPAGESIZE 1 | |
| #define HAVE_INET_PTON 1 | |
| #define HAVE_SETGROUPS 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 openpty (); | |
| int | |
| main () | |
| { | |
| return openpty (); | |
| ; | |
| return 0; | |
| } | |
configure:17669: result: no | |
configure:17677: checking for openpty in -lbsd | |
configure:17712: /usr/bin/cc -o conftest -O3 -march=core2 -msse4 -w -pipe -I/usr/local/Cellar/readline/6.1/include -arch i386 -arch ppc -arch ppc64 -arch x86_64 -isysroot / -L/usr/local/Cellar/readline/6.1/lib conftest.c -lbsd >&5 | |
ld: library not found for -lbsd | |
collect2: ld returned 1 exit status | |
cc1: error: unrecognized command line option "-march=core2" | |
cc1: error: unrecognized command line option "-msse4" | |
cc1: error: unrecognized command line option "-march=core2" | |
cc1: error: unrecognized command line option "-msse4" | |
ld: library not found for -lbsd | |
collect2: ld returned 1 exit status | |
lipo: can't open input file: /var/folders/tc/tc6XgOadEhmatl76xhT7Y++++TI/-Tmp-//ccGJDzam.out (No such file or directory) | |
configure:17718: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h. */ | |
| #define _GNU_SOURCE 1 | |
| #define _NETBSD_SOURCE 1 | |
| #define __BSD_VISIBLE 1 | |
| #define _BSD_TYPES 1 | |
| #define _DARWIN_C_SOURCE 1 | |
| #define _XOPEN_SOURCE 600 | |
| #define _XOPEN_SOURCE_EXTENDED 1 | |
| #define _POSIX_C_SOURCE 200112L | |
| #define Py_ENABLE_SHARED 1 | |
| #define HAVE_ATTRIBUTE_FORMAT_PARSETUPLE 1 | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_MEMORY_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_CURSES_H 1 | |
| #define HAVE_DLFCN_H 1 | |
| #define HAVE_ERRNO_H 1 | |
| #define HAVE_FCNTL_H 1 | |
| #define HAVE_GRP_H 1 | |
| #define HAVE_LANGINFO_H 1 | |
| #define HAVE_NCURSES_H 1 | |
| #define HAVE_POLL_H 1 | |
| #define HAVE_PTHREAD_H 1 | |
| #define HAVE_SIGNAL_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_TERMIOS_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_UTIME_H 1 | |
| #define HAVE_SYS_EVENT_H 1 | |
| #define HAVE_SYS_FILE_H 1 | |
| #define HAVE_SYS_LOCK_H 1 | |
| #define HAVE_SYS_PARAM_H 1 | |
| #define HAVE_SYS_POLL_H 1 | |
| #define HAVE_SYS_SELECT_H 1 | |
| #define HAVE_SYS_SOCKET_H 1 | |
| #define HAVE_SYS_STATVFS_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_SYS_TIME_H 1 | |
| #define HAVE_SYS_TIMES_H 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_UN_H 1 | |
| #define HAVE_SYS_UTSNAME_H 1 | |
| #define HAVE_SYS_WAIT_H 1 | |
| #define HAVE_SYS_RESOURCE_H 1 | |
| #define HAVE_SYSEXITS_H 1 | |
| #define HAVE_DIRENT_H 1 | |
| #define HAVE_TERM_H 1 | |
| #define HAVE_MAKEDEV 1 | |
| #define _LARGEFILE_SOURCE 1 | |
| #define _FILE_OFFSET_BITS 64 | |
| #if defined(SCO_DS) | |
| #undef _OFF_T | |
| #endif | |
| #define RETSIGTYPE void | |
| #define HAVE_SSIZE_T 1 | |
| #define SIZEOF_INT 4 | |
| #define SIZEOF_LONG 8 | |
| #define SIZEOF_VOID_P 8 | |
| #define SIZEOF_SHORT 2 | |
| #define SIZEOF_FLOAT 4 | |
| #define SIZEOF_DOUBLE 8 | |
| #define SIZEOF_FPOS_T 8 | |
| #define SIZEOF_SIZE_T 8 | |
| #define SIZEOF_PID_T 4 | |
| #define HAVE_LONG_LONG 1 | |
| #define SIZEOF_LONG_LONG 8 | |
| #define HAVE_LONG_DOUBLE 1 | |
| #define SIZEOF_LONG_DOUBLE 16 | |
| #define HAVE_C99_BOOL 1 | |
| #define SIZEOF__BOOL 1 | |
| #define HAVE_UINTPTR_T 1 | |
| #define SIZEOF_UINTPTR_T 8 | |
| #define SIZEOF_OFF_T 8 | |
| #define SIZEOF_TIME_T 8 | |
| #define SIZEOF_PTHREAD_T 8 | |
| #define USE_TOOLBOX_OBJECT_GLUE 1 | |
| #define WITH_DYLD 1 | |
| #define SHLIB_EXT ".so" | |
| #define WITH_THREAD 1 | |
| #define _REENTRANT 1 | |
| #define HAVE_OSX105_SDK 1 | |
| #define WITH_DOC_STRINGS 1 | |
| #define WITH_PYMALLOC 1 | |
| #define HAVE_CHROOT 1 | |
| #define HAVE_LINK 1 | |
| #define HAVE_SYMLINK 1 | |
| #define HAVE_FCHDIR 1 | |
| #define HAVE_FSYNC 1 | |
| #define HAVE_KQUEUE 1 | |
| #define HAVE_CTERMID_R 1 | |
| #define HAVE_FLOCK 1 | |
| #define HAVE_GETPAGESIZE 1 | |
| #define HAVE_INET_PTON 1 | |
| #define HAVE_SETGROUPS 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 openpty (); | |
| int | |
| main () | |
| { | |
| return openpty (); | |
| ; | |
| return 0; | |
| } | |
configure:17736: result: no | |
configure:17756: checking for forkpty | |
configure:17812: /usr/bin/cc -o conftest -O3 -march=core2 -msse4 -w -pipe -I/usr/local/Cellar/readline/6.1/include -arch i386 -arch ppc -arch ppc64 -arch x86_64 -isysroot / -L/usr/local/Cellar/readline/6.1/lib conftest.c >&5 | |
cc1: error: unrecognized command line option "-march=core2" | |
cc1: error: unrecognized command line option "-msse4" | |
cc1: error: unrecognized command line option "-march=core2" | |
cc1: error: unrecognized command line option "-msse4" | |
lipo: can't figure out the architecture type of: /var/folders/tc/tc6XgOadEhmatl76xhT7Y++++TI/-Tmp-//ccqHk2cJ.out | |
configure:17818: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h. */ | |
| #define _GNU_SOURCE 1 | |
| #define _NETBSD_SOURCE 1 | |
| #define __BSD_VISIBLE 1 | |
| #define _BSD_TYPES 1 | |
| #define _DARWIN_C_SOURCE 1 | |
| #define _XOPEN_SOURCE 600 | |
| #define _XOPEN_SOURCE_EXTENDED 1 | |
| #define _POSIX_C_SOURCE 200112L | |
| #define Py_ENABLE_SHARED 1 | |
| #define HAVE_ATTRIBUTE_FORMAT_PARSETUPLE 1 | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_MEMORY_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_CURSES_H 1 | |
| #define HAVE_DLFCN_H 1 | |
| #define HAVE_ERRNO_H 1 | |
| #define HAVE_FCNTL_H 1 | |
| #define HAVE_GRP_H 1 | |
| #define HAVE_LANGINFO_H 1 | |
| #define HAVE_NCURSES_H 1 | |
| #define HAVE_POLL_H 1 | |
| #define HAVE_PTHREAD_H 1 | |
| #define HAVE_SIGNAL_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_TERMIOS_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_UTIME_H 1 | |
| #define HAVE_SYS_EVENT_H 1 | |
| #define HAVE_SYS_FILE_H 1 | |
| #define HAVE_SYS_LOCK_H 1 | |
| #define HAVE_SYS_PARAM_H 1 | |
| #define HAVE_SYS_POLL_H 1 | |
| #define HAVE_SYS_SELECT_H 1 | |
| #define HAVE_SYS_SOCKET_H 1 | |
| #define HAVE_SYS_STATVFS_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_SYS_TIME_H 1 | |
| #define HAVE_SYS_TIMES_H 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_UN_H 1 | |
| #define HAVE_SYS_UTSNAME_H 1 | |
| #define HAVE_SYS_WAIT_H 1 | |
| #define HAVE_SYS_RESOURCE_H 1 | |
| #define HAVE_SYSEXITS_H 1 | |
| #define HAVE_DIRENT_H 1 | |
| #define HAVE_TERM_H 1 | |
| #define HAVE_MAKEDEV 1 | |
| #define _LARGEFILE_SOURCE 1 | |
| #define _FILE_OFFSET_BITS 64 | |
| #if defined(SCO_DS) | |
| #undef _OFF_T | |
| #endif | |
| #define RETSIGTYPE void | |
| #define HAVE_SSIZE_T 1 | |
| #define SIZEOF_INT 4 | |
| #define SIZEOF_LONG 8 | |
| #define SIZEOF_VOID_P 8 | |
| #define SIZEOF_SHORT 2 | |
| #define SIZEOF_FLOAT 4 | |
| #define SIZEOF_DOUBLE 8 | |
| #define SIZEOF_FPOS_T 8 | |
| #define SIZEOF_SIZE_T 8 | |
| #define SIZEOF_PID_T 4 | |
| #define HAVE_LONG_LONG 1 | |
| #define SIZEOF_LONG_LONG 8 | |
| #define HAVE_LONG_DOUBLE 1 | |
| #define SIZEOF_LONG_DOUBLE 16 | |
| #define HAVE_C99_BOOL 1 | |
| #define SIZEOF__BOOL 1 | |
| #define HAVE_UINTPTR_T 1 | |
| #define SIZEOF_UINTPTR_T 8 | |
| #define SIZEOF_OFF_T 8 | |
| #define SIZEOF_TIME_T 8 | |
| #define SIZEOF_PTHREAD_T 8 | |
| #define USE_TOOLBOX_OBJECT_GLUE 1 | |
| #define WITH_DYLD 1 | |
| #define SHLIB_EXT ".so" | |
| #define WITH_THREAD 1 | |
| #define _REENTRANT 1 | |
| #define HAVE_OSX105_SDK 1 | |
| #define WITH_DOC_STRINGS 1 | |
| #define WITH_PYMALLOC 1 | |
| #define HAVE_CHROOT 1 | |
| #define HAVE_LINK 1 | |
| #define HAVE_SYMLINK 1 | |
| #define HAVE_FCHDIR 1 | |
| #define HAVE_FSYNC 1 | |
| #define HAVE_KQUEUE 1 | |
| #define HAVE_CTERMID_R 1 | |
| #define HAVE_FLOCK 1 | |
| #define HAVE_GETPAGESIZE 1 | |
| #define HAVE_INET_PTON 1 | |
| #define HAVE_SETGROUPS 1 | |
| /* end confdefs.h. */ | |
| /* Define forkpty to an innocuous variant, in case <limits.h> declares forkpty. | |
| For example, HP-UX 11i <limits.h> declares gettimeofday. */ | |
| #define forkpty innocuous_forkpty | |
| | |
| /* System header to define __stub macros and hopefully few prototypes, | |
| which can conflict with char forkpty (); 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 forkpty | |
| | |
| /* 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 forkpty (); | |
| /* 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_forkpty || defined __stub___forkpty | |
| choke me | |
| #endif | |
| | |
| int | |
| main () | |
| { | |
| return forkpty (); | |
| ; | |
| return 0; | |
| } | |
configure:17836: result: no | |
configure:17844: checking for forkpty in -lutil | |
configure:17879: /usr/bin/cc -o conftest -O3 -march=core2 -msse4 -w -pipe -I/usr/local/Cellar/readline/6.1/include -arch i386 -arch ppc -arch ppc64 -arch x86_64 -isysroot / -L/usr/local/Cellar/readline/6.1/lib conftest.c -lutil >&5 | |
cc1: error: unrecognized command line option "-march=core2" | |
cc1: error: unrecognized command line option "-msse4" | |
cc1: error: unrecognized command line option "-march=core2" | |
cc1: error: unrecognized command line option "-msse4" | |
lipo: can't figure out the architecture type of: /var/folders/tc/tc6XgOadEhmatl76xhT7Y++++TI/-Tmp-//ccPepWG9.out | |
configure:17885: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h. */ | |
| #define _GNU_SOURCE 1 | |
| #define _NETBSD_SOURCE 1 | |
| #define __BSD_VISIBLE 1 | |
| #define _BSD_TYPES 1 | |
| #define _DARWIN_C_SOURCE 1 | |
| #define _XOPEN_SOURCE 600 | |
| #define _XOPEN_SOURCE_EXTENDED 1 | |
| #define _POSIX_C_SOURCE 200112L | |
| #define Py_ENABLE_SHARED 1 | |
| #define HAVE_ATTRIBUTE_FORMAT_PARSETUPLE 1 | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_MEMORY_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_CURSES_H 1 | |
| #define HAVE_DLFCN_H 1 | |
| #define HAVE_ERRNO_H 1 | |
| #define HAVE_FCNTL_H 1 | |
| #define HAVE_GRP_H 1 | |
| #define HAVE_LANGINFO_H 1 | |
| #define HAVE_NCURSES_H 1 | |
| #define HAVE_POLL_H 1 | |
| #define HAVE_PTHREAD_H 1 | |
| #define HAVE_SIGNAL_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_TERMIOS_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_UTIME_H 1 | |
| #define HAVE_SYS_EVENT_H 1 | |
| #define HAVE_SYS_FILE_H 1 | |
| #define HAVE_SYS_LOCK_H 1 | |
| #define HAVE_SYS_PARAM_H 1 | |
| #define HAVE_SYS_POLL_H 1 | |
| #define HAVE_SYS_SELECT_H 1 | |
| #define HAVE_SYS_SOCKET_H 1 | |
| #define HAVE_SYS_STATVFS_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_SYS_TIME_H 1 | |
| #define HAVE_SYS_TIMES_H 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_UN_H 1 | |
| #define HAVE_SYS_UTSNAME_H 1 | |
| #define HAVE_SYS_WAIT_H 1 | |
| #define HAVE_SYS_RESOURCE_H 1 | |
| #define HAVE_SYSEXITS_H 1 | |
| #define HAVE_DIRENT_H 1 | |
| #define HAVE_TERM_H 1 | |
| #define HAVE_MAKEDEV 1 | |
| #define _LARGEFILE_SOURCE 1 | |
| #define _FILE_OFFSET_BITS 64 | |
| #if defined(SCO_DS) | |
| #undef _OFF_T | |
| #endif | |
| #define RETSIGTYPE void | |
| #define HAVE_SSIZE_T 1 | |
| #define SIZEOF_INT 4 | |
| #define SIZEOF_LONG 8 | |
| #define SIZEOF_VOID_P 8 | |
| #define SIZEOF_SHORT 2 | |
| #define SIZEOF_FLOAT 4 | |
| #define SIZEOF_DOUBLE 8 | |
| #define SIZEOF_FPOS_T 8 | |
| #define SIZEOF_SIZE_T 8 | |
| #define SIZEOF_PID_T 4 | |
| #define HAVE_LONG_LONG 1 | |
| #define SIZEOF_LONG_LONG 8 | |
| #define HAVE_LONG_DOUBLE 1 | |
| #define SIZEOF_LONG_DOUBLE 16 | |
| #define HAVE_C99_BOOL 1 | |
| #define SIZEOF__BOOL 1 | |
| #define HAVE_UINTPTR_T 1 | |
| #define SIZEOF_UINTPTR_T 8 | |
| #define SIZEOF_OFF_T 8 | |
| #define SIZEOF_TIME_T 8 | |
| #define SIZEOF_PTHREAD_T 8 | |
| #define USE_TOOLBOX_OBJECT_GLUE 1 | |
| #define WITH_DYLD 1 | |
| #define SHLIB_EXT ".so" | |
| #define WITH_THREAD 1 | |
| #define _REENTRANT 1 | |
| #define HAVE_OSX105_SDK 1 | |
| #define WITH_DOC_STRINGS 1 | |
| #define WITH_PYMALLOC 1 | |
| #define HAVE_CHROOT 1 | |
| #define HAVE_LINK 1 | |
| #define HAVE_SYMLINK 1 | |
| #define HAVE_FCHDIR 1 | |
| #define HAVE_FSYNC 1 | |
| #define HAVE_KQUEUE 1 | |
| #define HAVE_CTERMID_R 1 | |
| #define HAVE_FLOCK 1 | |
| #define HAVE_GETPAGESIZE 1 | |
| #define HAVE_INET_PTON 1 | |
| #define HAVE_SETGROUPS 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 forkpty (); | |
| int | |
| main () | |
| { | |
| return forkpty (); | |
| ; | |
| return 0; | |
| } | |
configure:17903: result: no | |
configure:17911: checking for forkpty in -lbsd | |
configure:17946: /usr/bin/cc -o conftest -O3 -march=core2 -msse4 -w -pipe -I/usr/local/Cellar/readline/6.1/include -arch i386 -arch ppc -arch ppc64 -arch x86_64 -isysroot / -L/usr/local/Cellar/readline/6.1/lib conftest.c -lbsd >&5 | |
ld: library not found for -lbsd | |
collect2: ld returned 1 exit status | |
cc1: error: unrecognized command line option "-march=core2" | |
cc1: error: unrecognized command line option "-msse4" | |
cc1: error: unrecognized command line option "-march=core2" | |
cc1: error: unrecognized command line option "-msse4" | |
ld: library not found for -lbsd | |
collect2: ld returned 1 exit status | |
lipo: can't open input file: /var/folders/tc/tc6XgOadEhmatl76xhT7Y++++TI/-Tmp-//ccJsP5Op.out (No such file or directory) | |
configure:17952: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h. */ | |
| #define _GNU_SOURCE 1 | |
| #define _NETBSD_SOURCE 1 | |
| #define __BSD_VISIBLE 1 | |
| #define _BSD_TYPES 1 | |
| #define _DARWIN_C_SOURCE 1 | |
| #define _XOPEN_SOURCE 600 | |
| #define _XOPEN_SOURCE_EXTENDED 1 | |
| #define _POSIX_C_SOURCE 200112L | |
| #define Py_ENABLE_SHARED 1 | |
| #define HAVE_ATTRIBUTE_FORMAT_PARSETUPLE 1 | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_MEMORY_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_CURSES_H 1 | |
| #define HAVE_DLFCN_H 1 | |
| #define HAVE_ERRNO_H 1 | |
| #define HAVE_FCNTL_H 1 | |
| #define HAVE_GRP_H 1 | |
| #define HAVE_LANGINFO_H 1 | |
| #define HAVE_NCURSES_H 1 | |
| #define HAVE_POLL_H 1 | |
| #define HAVE_PTHREAD_H 1 | |
| #define HAVE_SIGNAL_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_TERMIOS_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_UTIME_H 1 | |
| #define HAVE_SYS_EVENT_H 1 | |
| #define HAVE_SYS_FILE_H 1 | |
| #define HAVE_SYS_LOCK_H 1 | |
| #define HAVE_SYS_PARAM_H 1 | |
| #define HAVE_SYS_POLL_H 1 | |
| #define HAVE_SYS_SELECT_H 1 | |
| #define HAVE_SYS_SOCKET_H 1 | |
| #define HAVE_SYS_STATVFS_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_SYS_TIME_H 1 | |
| #define HAVE_SYS_TIMES_H 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_UN_H 1 | |
| #define HAVE_SYS_UTSNAME_H 1 | |
| #define HAVE_SYS_WAIT_H 1 | |
| #define HAVE_SYS_RESOURCE_H 1 | |
| #define HAVE_SYSEXITS_H 1 | |
| #define HAVE_DIRENT_H 1 | |
| #define HAVE_TERM_H 1 | |
| #define HAVE_MAKEDEV 1 | |
| #define _LARGEFILE_SOURCE 1 | |
| #define _FILE_OFFSET_BITS 64 | |
| #if defined(SCO_DS) | |
| #undef _OFF_T | |
| #endif | |
| #define RETSIGTYPE void | |
| #define HAVE_SSIZE_T 1 | |
| #define SIZEOF_INT 4 | |
| #define SIZEOF_LONG 8 | |
| #define SIZEOF_VOID_P 8 | |
| #define SIZEOF_SHORT 2 | |
| #define SIZEOF_FLOAT 4 | |
| #define SIZEOF_DOUBLE 8 | |
| #define SIZEOF_FPOS_T 8 | |
| #define SIZEOF_SIZE_T 8 | |
| #define SIZEOF_PID_T 4 | |
| #define HAVE_LONG_LONG 1 | |
| #define SIZEOF_LONG_LONG 8 | |
| #define HAVE_LONG_DOUBLE 1 | |
| #define SIZEOF_LONG_DOUBLE 16 | |
| #define HAVE_C99_BOOL 1 | |
| #define SIZEOF__BOOL 1 | |
| #define HAVE_UINTPTR_T 1 | |
| #define SIZEOF_UINTPTR_T 8 | |
| #define SIZEOF_OFF_T 8 | |
| #define SIZEOF_TIME_T 8 | |
| #define SIZEOF_PTHREAD_T 8 | |
| #define USE_TOOLBOX_OBJECT_GLUE 1 | |
| #define WITH_DYLD 1 | |
| #define SHLIB_EXT ".so" | |
| #define WITH_THREAD 1 | |
| #define _REENTRANT 1 | |
| #define HAVE_OSX105_SDK 1 | |
| #define WITH_DOC_STRINGS 1 | |
| #define WITH_PYMALLOC 1 | |
| #define HAVE_CHROOT 1 | |
| #define HAVE_LINK 1 | |
| #define HAVE_SYMLINK 1 | |
| #define HAVE_FCHDIR 1 | |
| #define HAVE_FSYNC 1 | |
| #define HAVE_KQUEUE 1 | |
| #define HAVE_CTERMID_R 1 | |
| #define HAVE_FLOCK 1 | |
| #define HAVE_GETPAGESIZE 1 | |
| #define HAVE_INET_PTON 1 | |
| #define HAVE_SETGROUPS 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 forkpty (); | |
| int | |
| main () | |
| { | |
| return forkpty (); | |
| ; | |
| return 0; | |
| } | |
configure:17970: result: no | |
configure:17992: checking for memmove | |
configure:18048: /usr/bin/cc -o conftest -O3 -march=core2 -msse4 -w -pipe -I/usr/local/Cellar/readline/6.1/include -arch i386 -arch ppc -arch ppc64 -arch x86_64 -isysroot / -L/usr/local/Cellar/readline/6.1/lib conftest.c >&5 | |
cc1: error: unrecognized command line option "-march=core2" | |
cc1: error: unrecognized command line option "-msse4" | |
cc1: error: unrecognized command line option "-march=core2" | |
cc1: error: unrecognized command line option "-msse4" | |
lipo: can't figure out the architecture type of: /var/folders/tc/tc6XgOadEhmatl76xhT7Y++++TI/-Tmp-//ccZGiEdP.out | |
configure:18054: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h. */ | |
| #define _GNU_SOURCE 1 | |
| #define _NETBSD_SOURCE 1 | |
| #define __BSD_VISIBLE 1 | |
| #define _BSD_TYPES 1 | |
| #define _DARWIN_C_SOURCE 1 | |
| #define _XOPEN_SOURCE 600 | |
| #define _XOPEN_SOURCE_EXTENDED 1 | |
| #define _POSIX_C_SOURCE 200112L | |
| #define Py_ENABLE_SHARED 1 | |
| #define HAVE_ATTRIBUTE_FORMAT_PARSETUPLE 1 | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_MEMORY_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_CURSES_H 1 | |
| #define HAVE_DLFCN_H 1 | |
| #define HAVE_ERRNO_H 1 | |
| #define HAVE_FCNTL_H 1 | |
| #define HAVE_GRP_H 1 | |
| #define HAVE_LANGINFO_H 1 | |
| #define HAVE_NCURSES_H 1 | |
| #define HAVE_POLL_H 1 | |
| #define HAVE_PTHREAD_H 1 | |
| #define HAVE_SIGNAL_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_TERMIOS_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_UTIME_H 1 | |
| #define HAVE_SYS_EVENT_H 1 | |
| #define HAVE_SYS_FILE_H 1 | |
| #define HAVE_SYS_LOCK_H 1 | |
| #define HAVE_SYS_PARAM_H 1 | |
| #define HAVE_SYS_POLL_H 1 | |
| #define HAVE_SYS_SELECT_H 1 | |
| #define HAVE_SYS_SOCKET_H 1 | |
| #define HAVE_SYS_STATVFS_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_SYS_TIME_H 1 | |
| #define HAVE_SYS_TIMES_H 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_UN_H 1 | |
| #define HAVE_SYS_UTSNAME_H 1 | |
| #define HAVE_SYS_WAIT_H 1 | |
| #define HAVE_SYS_RESOURCE_H 1 | |
| #define HAVE_SYSEXITS_H 1 | |
| #define HAVE_DIRENT_H 1 | |
| #define HAVE_TERM_H 1 | |
| #define HAVE_MAKEDEV 1 | |
| #define _LARGEFILE_SOURCE 1 | |
| #define _FILE_OFFSET_BITS 64 | |
| #if defined(SCO_DS) | |
| #undef _OFF_T | |
| #endif | |
| #define RETSIGTYPE void | |
| #define HAVE_SSIZE_T 1 | |
| #define SIZEOF_INT 4 | |
| #define SIZEOF_LONG 8 | |
| #define SIZEOF_VOID_P 8 | |
| #define SIZEOF_SHORT 2 | |
| #define SIZEOF_FLOAT 4 | |
| #define SIZEOF_DOUBLE 8 | |
| #define SIZEOF_FPOS_T 8 | |
| #define SIZEOF_SIZE_T 8 | |
| #define SIZEOF_PID_T 4 | |
| #define HAVE_LONG_LONG 1 | |
| #define SIZEOF_LONG_LONG 8 | |
| #define HAVE_LONG_DOUBLE 1 | |
| #define SIZEOF_LONG_DOUBLE 16 | |
| #define HAVE_C99_BOOL 1 | |
| #define SIZEOF__BOOL 1 | |
| #define HAVE_UINTPTR_T 1 | |
| #define SIZEOF_UINTPTR_T 8 | |
| #define SIZEOF_OFF_T 8 | |
| #define SIZEOF_TIME_T 8 | |
| #define SIZEOF_PTHREAD_T 8 | |
| #define USE_TOOLBOX_OBJECT_GLUE 1 | |
| #define WITH_DYLD 1 | |
| #define SHLIB_EXT ".so" | |
| #define WITH_THREAD 1 | |
| #define _REENTRANT 1 | |
| #define HAVE_OSX105_SDK 1 | |
| #define WITH_DOC_STRINGS 1 | |
| #define WITH_PYMALLOC 1 | |
| #define HAVE_CHROOT 1 | |
| #define HAVE_LINK 1 | |
| #define HAVE_SYMLINK 1 | |
| #define HAVE_FCHDIR 1 | |
| #define HAVE_FSYNC 1 | |
| #define HAVE_KQUEUE 1 | |
| #define HAVE_CTERMID_R 1 | |
| #define HAVE_FLOCK 1 | |
| #define HAVE_GETPAGESIZE 1 | |
| #define HAVE_INET_PTON 1 | |
| #define HAVE_SETGROUPS 1 | |
| /* end confdefs.h. */ | |
| /* Define memmove to an innocuous variant, in case <limits.h> declares memmove. | |
| For example, HP-UX 11i <limits.h> declares gettimeofday. */ | |
| #define memmove innocuous_memmove | |
| | |
| /* System header to define __stub macros and hopefully few prototypes, | |
| which can conflict with char memmove (); 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 memmove | |
| | |
| /* 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 memmove (); | |
| /* 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_memmove || defined __stub___memmove | |
| choke me | |
| #endif | |
| | |
| int | |
| main () | |
| { | |
| return memmove (); | |
| ; | |
| return 0; | |
| } | |
configure:18072: result: no | |
configure:18093: checking for fseek64 | |
configure:18149: /usr/bin/cc -o conftest -O3 -march=core2 -msse4 -w -pipe -I/usr/local/Cellar/readline/6.1/include -arch i386 -arch ppc -arch ppc64 -arch x86_64 -isysroot / -L/usr/local/Cellar/readline/6.1/lib conftest.c >&5 | |
Undefined symbols for architecture i386: | |
"_fseek64", referenced from: | |
_main in cczEgk42.o | |
ld: symbol(s) not found for architecture i386 | |
collect2: ld returned 1 exit status | |
cc1: error: unrecognized command line option "-march=core2" | |
cc1: error: unrecognized command line option "-msse4" | |
cc1: error: unrecognized command line option "-march=core2" | |
cc1: error: unrecognized command line option "-msse4" | |
Undefined symbols for architecture x86_64: | |
"_fseek64", referenced from: | |
_main in ccxZ7pUl.o | |
ld: symbol(s) not found for architecture x86_64 | |
collect2: ld returned 1 exit status | |
lipo: can't open input file: /var/folders/tc/tc6XgOadEhmatl76xhT7Y++++TI/-Tmp-//cc80gWAI.out (No such file or directory) | |
configure:18155: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h. */ | |
| #define _GNU_SOURCE 1 | |
| #define _NETBSD_SOURCE 1 | |
| #define __BSD_VISIBLE 1 | |
| #define _BSD_TYPES 1 | |
| #define _DARWIN_C_SOURCE 1 | |
| #define _XOPEN_SOURCE 600 | |
| #define _XOPEN_SOURCE_EXTENDED 1 | |
| #define _POSIX_C_SOURCE 200112L | |
| #define Py_ENABLE_SHARED 1 | |
| #define HAVE_ATTRIBUTE_FORMAT_PARSETUPLE 1 | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_MEMORY_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_CURSES_H 1 | |
| #define HAVE_DLFCN_H 1 | |
| #define HAVE_ERRNO_H 1 | |
| #define HAVE_FCNTL_H 1 | |
| #define HAVE_GRP_H 1 | |
| #define HAVE_LANGINFO_H 1 | |
| #define HAVE_NCURSES_H 1 | |
| #define HAVE_POLL_H 1 | |
| #define HAVE_PTHREAD_H 1 | |
| #define HAVE_SIGNAL_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_TERMIOS_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_UTIME_H 1 | |
| #define HAVE_SYS_EVENT_H 1 | |
| #define HAVE_SYS_FILE_H 1 | |
| #define HAVE_SYS_LOCK_H 1 | |
| #define HAVE_SYS_PARAM_H 1 | |
| #define HAVE_SYS_POLL_H 1 | |
| #define HAVE_SYS_SELECT_H 1 | |
| #define HAVE_SYS_SOCKET_H 1 | |
| #define HAVE_SYS_STATVFS_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_SYS_TIME_H 1 | |
| #define HAVE_SYS_TIMES_H 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_UN_H 1 | |
| #define HAVE_SYS_UTSNAME_H 1 | |
| #define HAVE_SYS_WAIT_H 1 | |
| #define HAVE_SYS_RESOURCE_H 1 | |
| #define HAVE_SYSEXITS_H 1 | |
| #define HAVE_DIRENT_H 1 | |
| #define HAVE_TERM_H 1 | |
| #define HAVE_MAKEDEV 1 | |
| #define _LARGEFILE_SOURCE 1 | |
| #define _FILE_OFFSET_BITS 64 | |
| #if defined(SCO_DS) | |
| #undef _OFF_T | |
| #endif | |
| #define RETSIGTYPE void | |
| #define HAVE_SSIZE_T 1 | |
| #define SIZEOF_INT 4 | |
| #define SIZEOF_LONG 8 | |
| #define SIZEOF_VOID_P 8 | |
| #define SIZEOF_SHORT 2 | |
| #define SIZEOF_FLOAT 4 | |
| #define SIZEOF_DOUBLE 8 | |
| #define SIZEOF_FPOS_T 8 | |
| #define SIZEOF_SIZE_T 8 | |
| #define SIZEOF_PID_T 4 | |
| #define HAVE_LONG_LONG 1 | |
| #define SIZEOF_LONG_LONG 8 | |
| #define HAVE_LONG_DOUBLE 1 | |
| #define SIZEOF_LONG_DOUBLE 16 | |
| #define HAVE_C99_BOOL 1 | |
| #define SIZEOF__BOOL 1 | |
| #define HAVE_UINTPTR_T 1 | |
| #define SIZEOF_UINTPTR_T 8 | |
| #define SIZEOF_OFF_T 8 | |
| #define SIZEOF_TIME_T 8 | |
| #define SIZEOF_PTHREAD_T 8 | |
| #define USE_TOOLBOX_OBJECT_GLUE 1 | |
| #define WITH_DYLD 1 | |
| #define SHLIB_EXT ".so" | |
| #define WITH_THREAD 1 | |
| #define _REENTRANT 1 | |
| #define HAVE_OSX105_SDK 1 | |
| #define WITH_DOC_STRINGS 1 | |
| #define WITH_PYMALLOC 1 | |
| #define HAVE_CHROOT 1 | |
| #define HAVE_LINK 1 | |
| #define HAVE_SYMLINK 1 | |
| #define HAVE_FCHDIR 1 | |
| #define HAVE_FSYNC 1 | |
| #define HAVE_KQUEUE 1 | |
| #define HAVE_CTERMID_R 1 | |
| #define HAVE_FLOCK 1 | |
| #define HAVE_GETPAGESIZE 1 | |
| #define HAVE_INET_PTON 1 | |
| #define HAVE_SETGROUPS 1 | |
| /* end confdefs.h. */ | |
| /* Define fseek64 to an innocuous variant, in case <limits.h> declares fseek64. | |
| For example, HP-UX 11i <limits.h> declares gettimeofday. */ | |
| #define fseek64 innocuous_fseek64 | |
| | |
| /* System header to define __stub macros and hopefully few prototypes, | |
| which can conflict with char fseek64 (); 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 fseek64 | |
| | |
| /* 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 fseek64 (); | |
| /* 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_fseek64 || defined __stub___fseek64 | |
| choke me | |
| #endif | |
| | |
| int | |
| main () | |
| { | |
| return fseek64 (); | |
| ; | |
| return 0; | |
| } | |
configure:18173: result: no | |
configure:18093: checking for fseeko | |
configure:18149: /usr/bin/cc -o conftest -O3 -march=core2 -msse4 -w -pipe -I/usr/local/Cellar/readline/6.1/include -arch i386 -arch ppc -arch ppc64 -arch x86_64 -isysroot / -L/usr/local/Cellar/readline/6.1/lib conftest.c >&5 | |
cc1: error: unrecognized command line option "-march=core2" | |
cc1: error: unrecognized command line option "-msse4" | |
cc1: error: unrecognized command line option "-march=core2" | |
cc1: error: unrecognized command line option "-msse4" | |
lipo: can't figure out the architecture type of: /var/folders/tc/tc6XgOadEhmatl76xhT7Y++++TI/-Tmp-//ccgjCujy.out | |
configure:18155: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h. */ | |
| #define _GNU_SOURCE 1 | |
| #define _NETBSD_SOURCE 1 | |
| #define __BSD_VISIBLE 1 | |
| #define _BSD_TYPES 1 | |
| #define _DARWIN_C_SOURCE 1 | |
| #define _XOPEN_SOURCE 600 | |
| #define _XOPEN_SOURCE_EXTENDED 1 | |
| #define _POSIX_C_SOURCE 200112L | |
| #define Py_ENABLE_SHARED 1 | |
| #define HAVE_ATTRIBUTE_FORMAT_PARSETUPLE 1 | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_MEMORY_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_CURSES_H 1 | |
| #define HAVE_DLFCN_H 1 | |
| #define HAVE_ERRNO_H 1 | |
| #define HAVE_FCNTL_H 1 | |
| #define HAVE_GRP_H 1 | |
| #define HAVE_LANGINFO_H 1 | |
| #define HAVE_NCURSES_H 1 | |
| #define HAVE_POLL_H 1 | |
| #define HAVE_PTHREAD_H 1 | |
| #define HAVE_SIGNAL_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_TERMIOS_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_UTIME_H 1 | |
| #define HAVE_SYS_EVENT_H 1 | |
| #define HAVE_SYS_FILE_H 1 | |
| #define HAVE_SYS_LOCK_H 1 | |
| #define HAVE_SYS_PARAM_H 1 | |
| #define HAVE_SYS_POLL_H 1 | |
| #define HAVE_SYS_SELECT_H 1 | |
| #define HAVE_SYS_SOCKET_H 1 | |
| #define HAVE_SYS_STATVFS_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_SYS_TIME_H 1 | |
| #define HAVE_SYS_TIMES_H 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_UN_H 1 | |
| #define HAVE_SYS_UTSNAME_H 1 | |
| #define HAVE_SYS_WAIT_H 1 | |
| #define HAVE_SYS_RESOURCE_H 1 | |
| #define HAVE_SYSEXITS_H 1 | |
| #define HAVE_DIRENT_H 1 | |
| #define HAVE_TERM_H 1 | |
| #define HAVE_MAKEDEV 1 | |
| #define _LARGEFILE_SOURCE 1 | |
| #define _FILE_OFFSET_BITS 64 | |
| #if defined(SCO_DS) | |
| #undef _OFF_T | |
| #endif | |
| #define RETSIGTYPE void | |
| #define HAVE_SSIZE_T 1 | |
| #define SIZEOF_INT 4 | |
| #define SIZEOF_LONG 8 | |
| #define SIZEOF_VOID_P 8 | |
| #define SIZEOF_SHORT 2 | |
| #define SIZEOF_FLOAT 4 | |
| #define SIZEOF_DOUBLE 8 | |
| #define SIZEOF_FPOS_T 8 | |
| #define SIZEOF_SIZE_T 8 | |
| #define SIZEOF_PID_T 4 | |
| #define HAVE_LONG_LONG 1 | |
| #define SIZEOF_LONG_LONG 8 | |
| #define HAVE_LONG_DOUBLE 1 | |
| #define SIZEOF_LONG_DOUBLE 16 | |
| #define HAVE_C99_BOOL 1 | |
| #define SIZEOF__BOOL 1 | |
| #define HAVE_UINTPTR_T 1 | |
| #define SIZEOF_UINTPTR_T 8 | |
| #define SIZEOF_OFF_T 8 | |
| #define SIZEOF_TIME_T 8 | |
| #define SIZEOF_PTHREAD_T 8 | |
| #define USE_TOOLBOX_OBJECT_GLUE 1 | |
| #define WITH_DYLD 1 | |
| #define SHLIB_EXT ".so" | |
| #define WITH_THREAD 1 | |
| #define _REENTRANT 1 | |
| #define HAVE_OSX105_SDK 1 | |
| #define WITH_DOC_STRINGS 1 | |
| #define WITH_PYMALLOC 1 | |
| #define HAVE_CHROOT 1 | |
| #define HAVE_LINK 1 | |
| #define HAVE_SYMLINK 1 | |
| #define HAVE_FCHDIR 1 | |
| #define HAVE_FSYNC 1 | |
| #define HAVE_KQUEUE 1 | |
| #define HAVE_CTERMID_R 1 | |
| #define HAVE_FLOCK 1 | |
| #define HAVE_GETPAGESIZE 1 | |
| #define HAVE_INET_PTON 1 | |
| #define HAVE_SETGROUPS 1 | |
| /* end confdefs.h. */ | |
| /* Define fseeko to an innocuous variant, in case <limits.h> declares fseeko. | |
| For example, HP-UX 11i <limits.h> declares gettimeofday. */ | |
| #define fseeko innocuous_fseeko | |
| | |
| /* System header to define __stub macros and hopefully few prototypes, | |
| which can conflict with char fseeko (); 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 fseeko | |
| | |
| /* 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 fseeko (); | |
| /* 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_fseeko || defined __stub___fseeko | |
| choke me | |
| #endif | |
| | |
| int | |
| main () | |
| { | |
| return fseeko (); | |
| ; | |
| return 0; | |
| } | |
configure:18173: result: no | |
configure:18093: checking for fstatvfs | |
configure:18149: /usr/bin/cc -o conftest -O3 -march=core2 -msse4 -w -pipe -I/usr/local/Cellar/readline/6.1/include -arch i386 -arch ppc -arch ppc64 -arch x86_64 -isysroot / -L/usr/local/Cellar/readline/6.1/lib conftest.c >&5 | |
cc1: error: unrecognized command line option "-march=core2" | |
cc1: error: unrecognized command line option "-msse4" | |
cc1: error: unrecognized command line option "-march=core2" | |
cc1: error: unrecognized command line option "-msse4" | |
lipo: can't figure out the architecture type of: /var/folders/tc/tc6XgOadEhmatl76xhT7Y++++TI/-Tmp-//ccVwTZOa.out | |
configure:18155: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h. */ | |
| #define _GNU_SOURCE 1 | |
| #define _NETBSD_SOURCE 1 | |
| #define __BSD_VISIBLE 1 | |
| #define _BSD_TYPES 1 | |
| #define _DARWIN_C_SOURCE 1 | |
| #define _XOPEN_SOURCE 600 | |
| #define _XOPEN_SOURCE_EXTENDED 1 | |
| #define _POSIX_C_SOURCE 200112L | |
| #define Py_ENABLE_SHARED 1 | |
| #define HAVE_ATTRIBUTE_FORMAT_PARSETUPLE 1 | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_MEMORY_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_CURSES_H 1 | |
| #define HAVE_DLFCN_H 1 | |
| #define HAVE_ERRNO_H 1 | |
| #define HAVE_FCNTL_H 1 | |
| #define HAVE_GRP_H 1 | |
| #define HAVE_LANGINFO_H 1 | |
| #define HAVE_NCURSES_H 1 | |
| #define HAVE_POLL_H 1 | |
| #define HAVE_PTHREAD_H 1 | |
| #define HAVE_SIGNAL_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_TERMIOS_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_UTIME_H 1 | |
| #define HAVE_SYS_EVENT_H 1 | |
| #define HAVE_SYS_FILE_H 1 | |
| #define HAVE_SYS_LOCK_H 1 | |
| #define HAVE_SYS_PARAM_H 1 | |
| #define HAVE_SYS_POLL_H 1 | |
| #define HAVE_SYS_SELECT_H 1 | |
| #define HAVE_SYS_SOCKET_H 1 | |
| #define HAVE_SYS_STATVFS_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_SYS_TIME_H 1 | |
| #define HAVE_SYS_TIMES_H 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_UN_H 1 | |
| #define HAVE_SYS_UTSNAME_H 1 | |
| #define HAVE_SYS_WAIT_H 1 | |
| #define HAVE_SYS_RESOURCE_H 1 | |
| #define HAVE_SYSEXITS_H 1 | |
| #define HAVE_DIRENT_H 1 | |
| #define HAVE_TERM_H 1 | |
| #define HAVE_MAKEDEV 1 | |
| #define _LARGEFILE_SOURCE 1 | |
| #define _FILE_OFFSET_BITS 64 | |
| #if defined(SCO_DS) | |
| #undef _OFF_T | |
| #endif | |
| #define RETSIGTYPE void | |
| #define HAVE_SSIZE_T 1 | |
| #define SIZEOF_INT 4 | |
| #define SIZEOF_LONG 8 | |
| #define SIZEOF_VOID_P 8 | |
| #define SIZEOF_SHORT 2 | |
| #define SIZEOF_FLOAT 4 | |
| #define SIZEOF_DOUBLE 8 | |
| #define SIZEOF_FPOS_T 8 | |
| #define SIZEOF_SIZE_T 8 | |
| #define SIZEOF_PID_T 4 | |
| #define HAVE_LONG_LONG 1 | |
| #define SIZEOF_LONG_LONG 8 | |
| #define HAVE_LONG_DOUBLE 1 | |
| #define SIZEOF_LONG_DOUBLE 16 | |
| #define HAVE_C99_BOOL 1 | |
| #define SIZEOF__BOOL 1 | |
| #define HAVE_UINTPTR_T 1 | |
| #define SIZEOF_UINTPTR_T 8 | |
| #define SIZEOF_OFF_T 8 | |
| #define SIZEOF_TIME_T 8 | |
| #define SIZEOF_PTHREAD_T 8 | |
| #define USE_TOOLBOX_OBJECT_GLUE 1 | |
| #define WITH_DYLD 1 | |
| #define SHLIB_EXT ".so" | |
| #define WITH_THREAD 1 | |
| #define _REENTRANT 1 | |
| #define HAVE_OSX105_SDK 1 | |
| #define WITH_DOC_STRINGS 1 | |
| #define WITH_PYMALLOC 1 | |
| #define HAVE_CHROOT 1 | |
| #define HAVE_LINK 1 | |
| #define HAVE_SYMLINK 1 | |
| #define HAVE_FCHDIR 1 | |
| #define HAVE_FSYNC 1 | |
| #define HAVE_KQUEUE 1 | |
| #define HAVE_CTERMID_R 1 | |
| #define HAVE_FLOCK 1 | |
| #define HAVE_GETPAGESIZE 1 | |
| #define HAVE_INET_PTON 1 | |
| #define HAVE_SETGROUPS 1 | |
| /* end confdefs.h. */ | |
| /* Define fstatvfs to an innocuous variant, in case <limits.h> declares fstatvfs. | |
| For example, HP-UX 11i <limits.h> declares gettimeofday. */ | |
| #define fstatvfs innocuous_fstatvfs | |
| | |
| /* System header to define __stub macros and hopefully few prototypes, | |
| which can conflict with char fstatvfs (); 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 fstatvfs | |
| | |
| /* 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 fstatvfs (); | |
| /* 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_fstatvfs || defined __stub___fstatvfs | |
| choke me | |
| #endif | |
| | |
| int | |
| main () | |
| { | |
| return fstatvfs (); | |
| ; | |
| return 0; | |
| } | |
configure:18173: result: no | |
configure:18093: checking for ftell64 | |
configure:18149: /usr/bin/cc -o conftest -O3 -march=core2 -msse4 -w -pipe -I/usr/local/Cellar/readline/6.1/include -arch i386 -arch ppc -arch ppc64 -arch x86_64 -isysroot / -L/usr/local/Cellar/readline/6.1/lib conftest.c >&5 | |
Undefined symbols for architecture i386: | |
"_ftell64", referenced from: | |
_main in cc3HKVlq.o | |
ld: symbol(s) not found for architecture i386 | |
collect2: ld returned 1 exit status | |
cc1: error: unrecognized command line option "-march=core2" | |
cc1: error: unrecognized command line option "-msse4" | |
cc1: error: unrecognized command line option "-march=core2" | |
cc1: error: unrecognized command line option "-msse4" | |
Undefined symbols for architecture x86_64: | |
"_ftell64", referenced from: | |
_main in ccj8XfKP.o | |
ld: symbol(s) not found for architecture x86_64 | |
collect2: ld returned 1 exit status | |
lipo: can't open input file: /var/folders/tc/tc6XgOadEhmatl76xhT7Y++++TI/-Tmp-//cchbJW33.out (No such file or directory) | |
configure:18155: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h. */ | |
| #define _GNU_SOURCE 1 | |
| #define _NETBSD_SOURCE 1 | |
| #define __BSD_VISIBLE 1 | |
| #define _BSD_TYPES 1 | |
| #define _DARWIN_C_SOURCE 1 | |
| #define _XOPEN_SOURCE 600 | |
| #define _XOPEN_SOURCE_EXTENDED 1 | |
| #define _POSIX_C_SOURCE 200112L | |
| #define Py_ENABLE_SHARED 1 | |
| #define HAVE_ATTRIBUTE_FORMAT_PARSETUPLE 1 | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_MEMORY_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_CURSES_H 1 | |
| #define HAVE_DLFCN_H 1 | |
| #define HAVE_ERRNO_H 1 | |
| #define HAVE_FCNTL_H 1 | |
| #define HAVE_GRP_H 1 | |
| #define HAVE_LANGINFO_H 1 | |
| #define HAVE_NCURSES_H 1 | |
| #define HAVE_POLL_H 1 | |
| #define HAVE_PTHREAD_H 1 | |
| #define HAVE_SIGNAL_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_TERMIOS_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_UTIME_H 1 | |
| #define HAVE_SYS_EVENT_H 1 | |
| #define HAVE_SYS_FILE_H 1 | |
| #define HAVE_SYS_LOCK_H 1 | |
| #define HAVE_SYS_PARAM_H 1 | |
| #define HAVE_SYS_POLL_H 1 | |
| #define HAVE_SYS_SELECT_H 1 | |
| #define HAVE_SYS_SOCKET_H 1 | |
| #define HAVE_SYS_STATVFS_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_SYS_TIME_H 1 | |
| #define HAVE_SYS_TIMES_H 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_UN_H 1 | |
| #define HAVE_SYS_UTSNAME_H 1 | |
| #define HAVE_SYS_WAIT_H 1 | |
| #define HAVE_SYS_RESOURCE_H 1 | |
| #define HAVE_SYSEXITS_H 1 | |
| #define HAVE_DIRENT_H 1 | |
| #define HAVE_TERM_H 1 | |
| #define HAVE_MAKEDEV 1 | |
| #define _LARGEFILE_SOURCE 1 | |
| #define _FILE_OFFSET_BITS 64 | |
| #if defined(SCO_DS) | |
| #undef _OFF_T | |
| #endif | |
| #define RETSIGTYPE void | |
| #define HAVE_SSIZE_T 1 | |
| #define SIZEOF_INT 4 | |
| #define SIZEOF_LONG 8 | |
| #define SIZEOF_VOID_P 8 | |
| #define SIZEOF_SHORT 2 | |
| #define SIZEOF_FLOAT 4 | |
| #define SIZEOF_DOUBLE 8 | |
| #define SIZEOF_FPOS_T 8 | |
| #define SIZEOF_SIZE_T 8 | |
| #define SIZEOF_PID_T 4 | |
| #define HAVE_LONG_LONG 1 | |
| #define SIZEOF_LONG_LONG 8 | |
| #define HAVE_LONG_DOUBLE 1 | |
| #define SIZEOF_LONG_DOUBLE 16 | |
| #define HAVE_C99_BOOL 1 | |
| #define SIZEOF__BOOL 1 | |
| #define HAVE_UINTPTR_T 1 | |
| #define SIZEOF_UINTPTR_T 8 | |
| #define SIZEOF_OFF_T 8 | |
| #define SIZEOF_TIME_T 8 | |
| #define SIZEOF_PTHREAD_T 8 | |
| #define USE_TOOLBOX_OBJECT_GLUE 1 | |
| #define WITH_DYLD 1 | |
| #define SHLIB_EXT ".so" | |
| #define WITH_THREAD 1 | |
| #define _REENTRANT 1 | |
| #define HAVE_OSX105_SDK 1 | |
| #define WITH_DOC_STRINGS 1 | |
| #define WITH_PYMALLOC 1 | |
| #define HAVE_CHROOT 1 | |
| #define HAVE_LINK 1 | |
| #define HAVE_SYMLINK 1 | |
| #define HAVE_FCHDIR 1 | |
| #define HAVE_FSYNC 1 | |
| #define HAVE_KQUEUE 1 | |
| #define HAVE_CTERMID_R 1 | |
| #define HAVE_FLOCK 1 | |
| #define HAVE_GETPAGESIZE 1 | |
| #define HAVE_INET_PTON 1 | |
| #define HAVE_SETGROUPS 1 | |
| /* end confdefs.h. */ | |
| /* Define ftell64 to an innocuous variant, in case <limits.h> declares ftell64. | |
| For example, HP-UX 11i <limits.h> declares gettimeofday. */ | |
| #define ftell64 innocuous_ftell64 | |
| | |
| /* System header to define __stub macros and hopefully few prototypes, | |
| which can conflict with char ftell64 (); 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 ftell64 | |
| | |
| /* 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 ftell64 (); | |
| /* 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_ftell64 || defined __stub___ftell64 | |
| choke me | |
| #endif | |
| | |
| int | |
| main () | |
| { | |
| return ftell64 (); | |
| ; | |
| return 0; | |
| } | |
configure:18173: result: no | |
configure:18093: checking for ftello | |
configure:18149: /usr/bin/cc -o conftest -O3 -march=core2 -msse4 -w -pipe -I/usr/local/Cellar/readline/6.1/include -arch i386 -arch ppc -arch ppc64 -arch x86_64 -isysroot / -L/usr/local/Cellar/readline/6.1/lib conftest.c >&5 | |
cc1: error: unrecognized command line option "-march=core2" | |
cc1: error: unrecognized command line option "-msse4" | |
cc1: error: unrecognized command line option "-march=core2" | |
cc1: error: unrecognized command line option "-msse4" | |
lipo: can't figure out the architecture type of: /var/folders/tc/tc6XgOadEhmatl76xhT7Y++++TI/-Tmp-//cczRExiL.out | |
configure:18155: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h. */ | |
| #define _GNU_SOURCE 1 | |
| #define _NETBSD_SOURCE 1 | |
| #define __BSD_VISIBLE 1 | |
| #define _BSD_TYPES 1 | |
| #define _DARWIN_C_SOURCE 1 | |
| #define _XOPEN_SOURCE 600 | |
| #define _XOPEN_SOURCE_EXTENDED 1 | |
| #define _POSIX_C_SOURCE 200112L | |
| #define Py_ENABLE_SHARED 1 | |
| #define HAVE_ATTRIBUTE_FORMAT_PARSETUPLE 1 | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_MEMORY_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_CURSES_H 1 | |
| #define HAVE_DLFCN_H 1 | |
| #define HAVE_ERRNO_H 1 | |
| #define HAVE_FCNTL_H 1 | |
| #define HAVE_GRP_H 1 | |
| #define HAVE_LANGINFO_H 1 | |
| #define HAVE_NCURSES_H 1 | |
| #define HAVE_POLL_H 1 | |
| #define HAVE_PTHREAD_H 1 | |
| #define HAVE_SIGNAL_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_TERMIOS_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_UTIME_H 1 | |
| #define HAVE_SYS_EVENT_H 1 | |
| #define HAVE_SYS_FILE_H 1 | |
| #define HAVE_SYS_LOCK_H 1 | |
| #define HAVE_SYS_PARAM_H 1 | |
| #define HAVE_SYS_POLL_H 1 | |
| #define HAVE_SYS_SELECT_H 1 | |
| #define HAVE_SYS_SOCKET_H 1 | |
| #define HAVE_SYS_STATVFS_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_SYS_TIME_H 1 | |
| #define HAVE_SYS_TIMES_H 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_UN_H 1 | |
| #define HAVE_SYS_UTSNAME_H 1 | |
| #define HAVE_SYS_WAIT_H 1 | |
| #define HAVE_SYS_RESOURCE_H 1 | |
| #define HAVE_SYSEXITS_H 1 | |
| #define HAVE_DIRENT_H 1 | |
| #define HAVE_TERM_H 1 | |
| #define HAVE_MAKEDEV 1 | |
| #define _LARGEFILE_SOURCE 1 | |
| #define _FILE_OFFSET_BITS 64 | |
| #if defined(SCO_DS) | |
| #undef _OFF_T | |
| #endif | |
| #define RETSIGTYPE void | |
| #define HAVE_SSIZE_T 1 | |
| #define SIZEOF_INT 4 | |
| #define SIZEOF_LONG 8 | |
| #define SIZEOF_VOID_P 8 | |
| #define SIZEOF_SHORT 2 | |
| #define SIZEOF_FLOAT 4 | |
| #define SIZEOF_DOUBLE 8 | |
| #define SIZEOF_FPOS_T 8 | |
| #define SIZEOF_SIZE_T 8 | |
| #define SIZEOF_PID_T 4 | |
| #define HAVE_LONG_LONG 1 | |
| #define SIZEOF_LONG_LONG 8 | |
| #define HAVE_LONG_DOUBLE 1 | |
| #define SIZEOF_LONG_DOUBLE 16 | |
| #define HAVE_C99_BOOL 1 | |
| #define SIZEOF__BOOL 1 | |
| #define HAVE_UINTPTR_T 1 | |
| #define SIZEOF_UINTPTR_T 8 | |
| #define SIZEOF_OFF_T 8 | |
| #define SIZEOF_TIME_T 8 | |
| #define SIZEOF_PTHREAD_T 8 | |
| #define USE_TOOLBOX_OBJECT_GLUE 1 | |
| #define WITH_DYLD 1 | |
| #define SHLIB_EXT ".so" | |
| #define WITH_THREAD 1 | |
| #define _REENTRANT 1 | |
| #define HAVE_OSX105_SDK 1 | |
| #define WITH_DOC_STRINGS 1 | |
| #define WITH_PYMALLOC 1 | |
| #define HAVE_CHROOT 1 | |
| #define HAVE_LINK 1 | |
| #define HAVE_SYMLINK 1 | |
| #define HAVE_FCHDIR 1 | |
| #define HAVE_FSYNC 1 | |
| #define HAVE_KQUEUE 1 | |
| #define HAVE_CTERMID_R 1 | |
| #define HAVE_FLOCK 1 | |
| #define HAVE_GETPAGESIZE 1 | |
| #define HAVE_INET_PTON 1 | |
| #define HAVE_SETGROUPS 1 | |
| /* end confdefs.h. */ | |
| /* Define ftello to an innocuous variant, in case <limits.h> declares ftello. | |
| For example, HP-UX 11i <limits.h> declares gettimeofday. */ | |
| #define ftello innocuous_ftello | |
| | |
| /* System header to define __stub macros and hopefully few prototypes, | |
| which can conflict with char ftello (); 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 ftello | |
| | |
| /* 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 ftello (); | |
| /* 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_ftello || defined __stub___ftello | |
| choke me | |
| #endif | |
| | |
| int | |
| main () | |
| { | |
| return ftello (); | |
| ; | |
| return 0; | |
| } | |
configure:18173: result: no | |
configure:18093: checking for statvfs | |
configure:18149: /usr/bin/cc -o conftest -O3 -march=core2 -msse4 -w -pipe -I/usr/local/Cellar/readline/6.1/include -arch i386 -arch ppc -arch ppc64 -arch x86_64 -isysroot / -L/usr/local/Cellar/readline/6.1/lib conftest.c >&5 | |
cc1: error: unrecognized command line option "-march=core2" | |
cc1: error: unrecognized command line option "-msse4" | |
cc1: error: unrecognized command line option "-march=core2" | |
cc1: error: unrecognized command line option "-msse4" | |
lipo: can't figure out the architecture type of: /var/folders/tc/tc6XgOadEhmatl76xhT7Y++++TI/-Tmp-//ccwhbElC.out | |
configure:18155: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h. */ | |
| #define _GNU_SOURCE 1 | |
| #define _NETBSD_SOURCE 1 | |
| #define __BSD_VISIBLE 1 | |
| #define _BSD_TYPES 1 | |
| #define _DARWIN_C_SOURCE 1 | |
| #define _XOPEN_SOURCE 600 | |
| #define _XOPEN_SOURCE_EXTENDED 1 | |
| #define _POSIX_C_SOURCE 200112L | |
| #define Py_ENABLE_SHARED 1 | |
| #define HAVE_ATTRIBUTE_FORMAT_PARSETUPLE 1 | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_MEMORY_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_CURSES_H 1 | |
| #define HAVE_DLFCN_H 1 | |
| #define HAVE_ERRNO_H 1 | |
| #define HAVE_FCNTL_H 1 | |
| #define HAVE_GRP_H 1 | |
| #define HAVE_LANGINFO_H 1 | |
| #define HAVE_NCURSES_H 1 | |
| #define HAVE_POLL_H 1 | |
| #define HAVE_PTHREAD_H 1 | |
| #define HAVE_SIGNAL_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_TERMIOS_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_UTIME_H 1 | |
| #define HAVE_SYS_EVENT_H 1 | |
| #define HAVE_SYS_FILE_H 1 | |
| #define HAVE_SYS_LOCK_H 1 | |
| #define HAVE_SYS_PARAM_H 1 | |
| #define HAVE_SYS_POLL_H 1 | |
| #define HAVE_SYS_SELECT_H 1 | |
| #define HAVE_SYS_SOCKET_H 1 | |
| #define HAVE_SYS_STATVFS_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_SYS_TIME_H 1 | |
| #define HAVE_SYS_TIMES_H 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_UN_H 1 | |
| #define HAVE_SYS_UTSNAME_H 1 | |
| #define HAVE_SYS_WAIT_H 1 | |
| #define HAVE_SYS_RESOURCE_H 1 | |
| #define HAVE_SYSEXITS_H 1 | |
| #define HAVE_DIRENT_H 1 | |
| #define HAVE_TERM_H 1 | |
| #define HAVE_MAKEDEV 1 | |
| #define _LARGEFILE_SOURCE 1 | |
| #define _FILE_OFFSET_BITS 64 | |
| #if defined(SCO_DS) | |
| #undef _OFF_T | |
| #endif | |
| #define RETSIGTYPE void | |
| #define HAVE_SSIZE_T 1 | |
| #define SIZEOF_INT 4 | |
| #define SIZEOF_LONG 8 | |
| #define SIZEOF_VOID_P 8 | |
| #define SIZEOF_SHORT 2 | |
| #define SIZEOF_FLOAT 4 | |
| #define SIZEOF_DOUBLE 8 | |
| #define SIZEOF_FPOS_T 8 | |
| #define SIZEOF_SIZE_T 8 | |
| #define SIZEOF_PID_T 4 | |
| #define HAVE_LONG_LONG 1 | |
| #define SIZEOF_LONG_LONG 8 | |
| #define HAVE_LONG_DOUBLE 1 | |
| #define SIZEOF_LONG_DOUBLE 16 | |
| #define HAVE_C99_BOOL 1 | |
| #define SIZEOF__BOOL 1 | |
| #define HAVE_UINTPTR_T 1 | |
| #define SIZEOF_UINTPTR_T 8 | |
| #define SIZEOF_OFF_T 8 | |
| #define SIZEOF_TIME_T 8 | |
| #define SIZEOF_PTHREAD_T 8 | |
| #define USE_TOOLBOX_OBJECT_GLUE 1 | |
| #define WITH_DYLD 1 | |
| #define SHLIB_EXT ".so" | |
| #define WITH_THREAD 1 | |
| #define _REENTRANT 1 | |
| #define HAVE_OSX105_SDK 1 | |
| #define WITH_DOC_STRINGS 1 | |
| #define WITH_PYMALLOC 1 | |
| #define HAVE_CHROOT 1 | |
| #define HAVE_LINK 1 | |
| #define HAVE_SYMLINK 1 | |
| #define HAVE_FCHDIR 1 | |
| #define HAVE_FSYNC 1 | |
| #define HAVE_KQUEUE 1 | |
| #define HAVE_CTERMID_R 1 | |
| #define HAVE_FLOCK 1 | |
| #define HAVE_GETPAGESIZE 1 | |
| #define HAVE_INET_PTON 1 | |
| #define HAVE_SETGROUPS 1 | |
| /* end confdefs.h. */ | |
| /* Define statvfs to an innocuous variant, in case <limits.h> declares statvfs. | |
| For example, HP-UX 11i <limits.h> declares gettimeofday. */ | |
| #define statvfs innocuous_statvfs | |
| | |
| /* System header to define __stub macros and hopefully few prototypes, | |
| which can conflict with char statvfs (); 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 statvfs | |
| | |
| /* 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 statvfs (); | |
| /* 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_statvfs || defined __stub___statvfs | |
| choke me | |
| #endif | |
| | |
| int | |
| main () | |
| { | |
| return statvfs (); | |
| ; | |
| return 0; | |
| } | |
configure:18173: result: no | |
configure:18190: checking for dup2 | |
configure:18246: /usr/bin/cc -o conftest -O3 -march=core2 -msse4 -w -pipe -I/usr/local/Cellar/readline/6.1/include -arch i386 -arch ppc -arch ppc64 -arch x86_64 -isysroot / -L/usr/local/Cellar/readline/6.1/lib conftest.c >&5 | |
cc1: error: unrecognized command line option "-march=core2" | |
cc1: error: unrecognized command line option "-msse4" | |
cc1: error: unrecognized command line option "-march=core2" | |
cc1: error: unrecognized command line option "-msse4" | |
lipo: can't figure out the architecture type of: /var/folders/tc/tc6XgOadEhmatl76xhT7Y++++TI/-Tmp-//ccsaytlR.out | |
configure:18252: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h. */ | |
| #define _GNU_SOURCE 1 | |
| #define _NETBSD_SOURCE 1 | |
| #define __BSD_VISIBLE 1 | |
| #define _BSD_TYPES 1 | |
| #define _DARWIN_C_SOURCE 1 | |
| #define _XOPEN_SOURCE 600 | |
| #define _XOPEN_SOURCE_EXTENDED 1 | |
| #define _POSIX_C_SOURCE 200112L | |
| #define Py_ENABLE_SHARED 1 | |
| #define HAVE_ATTRIBUTE_FORMAT_PARSETUPLE 1 | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_MEMORY_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_CURSES_H 1 | |
| #define HAVE_DLFCN_H 1 | |
| #define HAVE_ERRNO_H 1 | |
| #define HAVE_FCNTL_H 1 | |
| #define HAVE_GRP_H 1 | |
| #define HAVE_LANGINFO_H 1 | |
| #define HAVE_NCURSES_H 1 | |
| #define HAVE_POLL_H 1 | |
| #define HAVE_PTHREAD_H 1 | |
| #define HAVE_SIGNAL_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_TERMIOS_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_UTIME_H 1 | |
| #define HAVE_SYS_EVENT_H 1 | |
| #define HAVE_SYS_FILE_H 1 | |
| #define HAVE_SYS_LOCK_H 1 | |
| #define HAVE_SYS_PARAM_H 1 | |
| #define HAVE_SYS_POLL_H 1 | |
| #define HAVE_SYS_SELECT_H 1 | |
| #define HAVE_SYS_SOCKET_H 1 | |
| #define HAVE_SYS_STATVFS_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_SYS_TIME_H 1 | |
| #define HAVE_SYS_TIMES_H 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_UN_H 1 | |
| #define HAVE_SYS_UTSNAME_H 1 | |
| #define HAVE_SYS_WAIT_H 1 | |
| #define HAVE_SYS_RESOURCE_H 1 | |
| #define HAVE_SYSEXITS_H 1 | |
| #define HAVE_DIRENT_H 1 | |
| #define HAVE_TERM_H 1 | |
| #define HAVE_MAKEDEV 1 | |
| #define _LARGEFILE_SOURCE 1 | |
| #define _FILE_OFFSET_BITS 64 | |
| #if defined(SCO_DS) | |
| #undef _OFF_T | |
| #endif | |
| #define RETSIGTYPE void | |
| #define HAVE_SSIZE_T 1 | |
| #define SIZEOF_INT 4 | |
| #define SIZEOF_LONG 8 | |
| #define SIZEOF_VOID_P 8 | |
| #define SIZEOF_SHORT 2 | |
| #define SIZEOF_FLOAT 4 | |
| #define SIZEOF_DOUBLE 8 | |
| #define SIZEOF_FPOS_T 8 | |
| #define SIZEOF_SIZE_T 8 | |
| #define SIZEOF_PID_T 4 | |
| #define HAVE_LONG_LONG 1 | |
| #define SIZEOF_LONG_LONG 8 | |
| #define HAVE_LONG_DOUBLE 1 | |
| #define SIZEOF_LONG_DOUBLE 16 | |
| #define HAVE_C99_BOOL 1 | |
| #define SIZEOF__BOOL 1 | |
| #define HAVE_UINTPTR_T 1 | |
| #define SIZEOF_UINTPTR_T 8 | |
| #define SIZEOF_OFF_T 8 | |
| #define SIZEOF_TIME_T 8 | |
| #define SIZEOF_PTHREAD_T 8 | |
| #define USE_TOOLBOX_OBJECT_GLUE 1 | |
| #define WITH_DYLD 1 | |
| #define SHLIB_EXT ".so" | |
| #define WITH_THREAD 1 | |
| #define _REENTRANT 1 | |
| #define HAVE_OSX105_SDK 1 | |
| #define WITH_DOC_STRINGS 1 | |
| #define WITH_PYMALLOC 1 | |
| #define HAVE_CHROOT 1 | |
| #define HAVE_LINK 1 | |
| #define HAVE_SYMLINK 1 | |
| #define HAVE_FCHDIR 1 | |
| #define HAVE_FSYNC 1 | |
| #define HAVE_KQUEUE 1 | |
| #define HAVE_CTERMID_R 1 | |
| #define HAVE_FLOCK 1 | |
| #define HAVE_GETPAGESIZE 1 | |
| #define HAVE_INET_PTON 1 | |
| #define HAVE_SETGROUPS 1 | |
| /* end confdefs.h. */ | |
| /* Define dup2 to an innocuous variant, in case <limits.h> declares dup2. | |
| For example, HP-UX 11i <limits.h> declares gettimeofday. */ | |
| #define dup2 innocuous_dup2 | |
| | |
| /* System header to define __stub macros and hopefully few prototypes, | |
| which can conflict with char dup2 (); 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 dup2 | |
| | |
| /* 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 dup2 (); | |
| /* 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_dup2 || defined __stub___dup2 | |
| choke me | |
| #endif | |
| | |
| int | |
| main () | |
| { | |
| return dup2 (); | |
| ; | |
| return 0; | |
| } | |
configure:18270: result: no | |
configure:18190: checking for getcwd | |
configure:18246: /usr/bin/cc -o conftest -O3 -march=core2 -msse4 -w -pipe -I/usr/local/Cellar/readline/6.1/include -arch i386 -arch ppc -arch ppc64 -arch x86_64 -isysroot / -L/usr/local/Cellar/readline/6.1/lib conftest.c >&5 | |
cc1: error: unrecognized command line option "-march=core2" | |
cc1: error: unrecognized command line option "-msse4" | |
cc1: error: unrecognized command line option "-march=core2" | |
cc1: error: unrecognized command line option "-msse4" | |
lipo: can't figure out the architecture type of: /var/folders/tc/tc6XgOadEhmatl76xhT7Y++++TI/-Tmp-//ccsJ1awD.out | |
configure:18252: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h. */ | |
| #define _GNU_SOURCE 1 | |
| #define _NETBSD_SOURCE 1 | |
| #define __BSD_VISIBLE 1 | |
| #define _BSD_TYPES 1 | |
| #define _DARWIN_C_SOURCE 1 | |
| #define _XOPEN_SOURCE 600 | |
| #define _XOPEN_SOURCE_EXTENDED 1 | |
| #define _POSIX_C_SOURCE 200112L | |
| #define Py_ENABLE_SHARED 1 | |
| #define HAVE_ATTRIBUTE_FORMAT_PARSETUPLE 1 | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_MEMORY_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_CURSES_H 1 | |
| #define HAVE_DLFCN_H 1 | |
| #define HAVE_ERRNO_H 1 | |
| #define HAVE_FCNTL_H 1 | |
| #define HAVE_GRP_H 1 | |
| #define HAVE_LANGINFO_H 1 | |
| #define HAVE_NCURSES_H 1 | |
| #define HAVE_POLL_H 1 | |
| #define HAVE_PTHREAD_H 1 | |
| #define HAVE_SIGNAL_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_TERMIOS_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_UTIME_H 1 | |
| #define HAVE_SYS_EVENT_H 1 | |
| #define HAVE_SYS_FILE_H 1 | |
| #define HAVE_SYS_LOCK_H 1 | |
| #define HAVE_SYS_PARAM_H 1 | |
| #define HAVE_SYS_POLL_H 1 | |
| #define HAVE_SYS_SELECT_H 1 | |
| #define HAVE_SYS_SOCKET_H 1 | |
| #define HAVE_SYS_STATVFS_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_SYS_TIME_H 1 | |
| #define HAVE_SYS_TIMES_H 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_UN_H 1 | |
| #define HAVE_SYS_UTSNAME_H 1 | |
| #define HAVE_SYS_WAIT_H 1 | |
| #define HAVE_SYS_RESOURCE_H 1 | |
| #define HAVE_SYSEXITS_H 1 | |
| #define HAVE_DIRENT_H 1 | |
| #define HAVE_TERM_H 1 | |
| #define HAVE_MAKEDEV 1 | |
| #define _LARGEFILE_SOURCE 1 | |
| #define _FILE_OFFSET_BITS 64 | |
| #if defined(SCO_DS) | |
| #undef _OFF_T | |
| #endif | |
| #define RETSIGTYPE void | |
| #define HAVE_SSIZE_T 1 | |
| #define SIZEOF_INT 4 | |
| #define SIZEOF_LONG 8 | |
| #define SIZEOF_VOID_P 8 | |
| #define SIZEOF_SHORT 2 | |
| #define SIZEOF_FLOAT 4 | |
| #define SIZEOF_DOUBLE 8 | |
| #define SIZEOF_FPOS_T 8 | |
| #define SIZEOF_SIZE_T 8 | |
| #define SIZEOF_PID_T 4 | |
| #define HAVE_LONG_LONG 1 | |
| #define SIZEOF_LONG_LONG 8 | |
| #define HAVE_LONG_DOUBLE 1 | |
| #define SIZEOF_LONG_DOUBLE 16 | |
| #define HAVE_C99_BOOL 1 | |
| #define SIZEOF__BOOL 1 | |
| #define HAVE_UINTPTR_T 1 | |
| #define SIZEOF_UINTPTR_T 8 | |
| #define SIZEOF_OFF_T 8 | |
| #define SIZEOF_TIME_T 8 | |
| #define SIZEOF_PTHREAD_T 8 | |
| #define USE_TOOLBOX_OBJECT_GLUE 1 | |
| #define WITH_DYLD 1 | |
| #define SHLIB_EXT ".so" | |
| #define WITH_THREAD 1 | |
| #define _REENTRANT 1 | |
| #define HAVE_OSX105_SDK 1 | |
| #define WITH_DOC_STRINGS 1 | |
| #define WITH_PYMALLOC 1 | |
| #define HAVE_CHROOT 1 | |
| #define HAVE_LINK 1 | |
| #define HAVE_SYMLINK 1 | |
| #define HAVE_FCHDIR 1 | |
| #define HAVE_FSYNC 1 | |
| #define HAVE_KQUEUE 1 | |
| #define HAVE_CTERMID_R 1 | |
| #define HAVE_FLOCK 1 | |
| #define HAVE_GETPAGESIZE 1 | |
| #define HAVE_INET_PTON 1 | |
| #define HAVE_SETGROUPS 1 | |
| /* end confdefs.h. */ | |
| /* Define getcwd to an innocuous variant, in case <limits.h> declares getcwd. | |
| For example, HP-UX 11i <limits.h> declares gettimeofday. */ | |
| #define getcwd innocuous_getcwd | |
| | |
| /* System header to define __stub macros and hopefully few prototypes, | |
| which can conflict with char getcwd (); 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 getcwd | |
| | |
| /* 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 getcwd (); | |
| /* 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_getcwd || defined __stub___getcwd | |
| choke me | |
| #endif | |
| | |
| int | |
| main () | |
| { | |
| return getcwd (); | |
| ; | |
| return 0; | |
| } | |
configure:18270: result: no | |
configure:18190: checking for strdup | |
configure:18246: /usr/bin/cc -o conftest -O3 -march=core2 -msse4 -w -pipe -I/usr/local/Cellar/readline/6.1/include -arch i386 -arch ppc -arch ppc64 -arch x86_64 -isysroot / -L/usr/local/Cellar/readline/6.1/lib conftest.c >&5 | |
cc1: error: unrecognized command line option "-march=core2" | |
cc1: error: unrecognized command line option "-msse4" | |
cc1: error: unrecognized command line option "-march=core2" | |
cc1: error: unrecognized command line option "-msse4" | |
lipo: can't figure out the architecture type of: /var/folders/tc/tc6XgOadEhmatl76xhT7Y++++TI/-Tmp-//ccMd13Vt.out | |
configure:18252: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h. */ | |
| #define _GNU_SOURCE 1 | |
| #define _NETBSD_SOURCE 1 | |
| #define __BSD_VISIBLE 1 | |
| #define _BSD_TYPES 1 | |
| #define _DARWIN_C_SOURCE 1 | |
| #define _XOPEN_SOURCE 600 | |
| #define _XOPEN_SOURCE_EXTENDED 1 | |
| #define _POSIX_C_SOURCE 200112L | |
| #define Py_ENABLE_SHARED 1 | |
| #define HAVE_ATTRIBUTE_FORMAT_PARSETUPLE 1 | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_MEMORY_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_CURSES_H 1 | |
| #define HAVE_DLFCN_H 1 | |
| #define HAVE_ERRNO_H 1 | |
| #define HAVE_FCNTL_H 1 | |
| #define HAVE_GRP_H 1 | |
| #define HAVE_LANGINFO_H 1 | |
| #define HAVE_NCURSES_H 1 | |
| #define HAVE_POLL_H 1 | |
| #define HAVE_PTHREAD_H 1 | |
| #define HAVE_SIGNAL_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_TERMIOS_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_UTIME_H 1 | |
| #define HAVE_SYS_EVENT_H 1 | |
| #define HAVE_SYS_FILE_H 1 | |
| #define HAVE_SYS_LOCK_H 1 | |
| #define HAVE_SYS_PARAM_H 1 | |
| #define HAVE_SYS_POLL_H 1 | |
| #define HAVE_SYS_SELECT_H 1 | |
| #define HAVE_SYS_SOCKET_H 1 | |
| #define HAVE_SYS_STATVFS_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_SYS_TIME_H 1 | |
| #define HAVE_SYS_TIMES_H 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_UN_H 1 | |
| #define HAVE_SYS_UTSNAME_H 1 | |
| #define HAVE_SYS_WAIT_H 1 | |
| #define HAVE_SYS_RESOURCE_H 1 | |
| #define HAVE_SYSEXITS_H 1 | |
| #define HAVE_DIRENT_H 1 | |
| #define HAVE_TERM_H 1 | |
| #define HAVE_MAKEDEV 1 | |
| #define _LARGEFILE_SOURCE 1 | |
| #define _FILE_OFFSET_BITS 64 | |
| #if defined(SCO_DS) | |
| #undef _OFF_T | |
| #endif | |
| #define RETSIGTYPE void | |
| #define HAVE_SSIZE_T 1 | |
| #define SIZEOF_INT 4 | |
| #define SIZEOF_LONG 8 | |
| #define SIZEOF_VOID_P 8 | |
| #define SIZEOF_SHORT 2 | |
| #define SIZEOF_FLOAT 4 | |
| #define SIZEOF_DOUBLE 8 | |
| #define SIZEOF_FPOS_T 8 | |
| #define SIZEOF_SIZE_T 8 | |
| #define SIZEOF_PID_T 4 | |
| #define HAVE_LONG_LONG 1 | |
| #define SIZEOF_LONG_LONG 8 | |
| #define HAVE_LONG_DOUBLE 1 | |
| #define SIZEOF_LONG_DOUBLE 16 | |
| #define HAVE_C99_BOOL 1 | |
| #define SIZEOF__BOOL 1 | |
| #define HAVE_UINTPTR_T 1 | |
| #define SIZEOF_UINTPTR_T 8 | |
| #define SIZEOF_OFF_T 8 | |
| #define SIZEOF_TIME_T 8 | |
| #define SIZEOF_PTHREAD_T 8 | |
| #define USE_TOOLBOX_OBJECT_GLUE 1 | |
| #define WITH_DYLD 1 | |
| #define SHLIB_EXT ".so" | |
| #define WITH_THREAD 1 | |
| #define _REENTRANT 1 | |
| #define HAVE_OSX105_SDK 1 | |
| #define WITH_DOC_STRINGS 1 | |
| #define WITH_PYMALLOC 1 | |
| #define HAVE_CHROOT 1 | |
| #define HAVE_LINK 1 | |
| #define HAVE_SYMLINK 1 | |
| #define HAVE_FCHDIR 1 | |
| #define HAVE_FSYNC 1 | |
| #define HAVE_KQUEUE 1 | |
| #define HAVE_CTERMID_R 1 | |
| #define HAVE_FLOCK 1 | |
| #define HAVE_GETPAGESIZE 1 | |
| #define HAVE_INET_PTON 1 | |
| #define HAVE_SETGROUPS 1 | |
| /* end confdefs.h. */ | |
| /* Define strdup to an innocuous variant, in case <limits.h> declares strdup. | |
| For example, HP-UX 11i <limits.h> declares gettimeofday. */ | |
| #define strdup innocuous_strdup | |
| | |
| /* System header to define __stub macros and hopefully few prototypes, | |
| which can conflict with char strdup (); 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 strdup | |
| | |
| /* 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 strdup (); | |
| /* 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_strdup || defined __stub___strdup | |
| choke me | |
| #endif | |
| | |
| int | |
| main () | |
| { | |
| return strdup (); | |
| ; | |
| return 0; | |
| } | |
configure:18270: result: no | |
configure:18292: checking for getpgrp | |
configure:18348: /usr/bin/cc -o conftest -O3 -march=core2 -msse4 -w -pipe -I/usr/local/Cellar/readline/6.1/include -arch i386 -arch ppc -arch ppc64 -arch x86_64 -isysroot / -L/usr/local/Cellar/readline/6.1/lib conftest.c >&5 | |
cc1: error: unrecognized command line option "-march=core2" | |
cc1: error: unrecognized command line option "-msse4" | |
cc1: error: unrecognized command line option "-march=core2" | |
cc1: error: unrecognized command line option "-msse4" | |
lipo: can't figure out the architecture type of: /var/folders/tc/tc6XgOadEhmatl76xhT7Y++++TI/-Tmp-//ccbtz6U9.out | |
configure:18354: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h. */ | |
| #define _GNU_SOURCE 1 | |
| #define _NETBSD_SOURCE 1 | |
| #define __BSD_VISIBLE 1 | |
| #define _BSD_TYPES 1 | |
| #define _DARWIN_C_SOURCE 1 | |
| #define _XOPEN_SOURCE 600 | |
| #define _XOPEN_SOURCE_EXTENDED 1 | |
| #define _POSIX_C_SOURCE 200112L | |
| #define Py_ENABLE_SHARED 1 | |
| #define HAVE_ATTRIBUTE_FORMAT_PARSETUPLE 1 | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_MEMORY_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_CURSES_H 1 | |
| #define HAVE_DLFCN_H 1 | |
| #define HAVE_ERRNO_H 1 | |
| #define HAVE_FCNTL_H 1 | |
| #define HAVE_GRP_H 1 | |
| #define HAVE_LANGINFO_H 1 | |
| #define HAVE_NCURSES_H 1 | |
| #define HAVE_POLL_H 1 | |
| #define HAVE_PTHREAD_H 1 | |
| #define HAVE_SIGNAL_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_TERMIOS_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_UTIME_H 1 | |
| #define HAVE_SYS_EVENT_H 1 | |
| #define HAVE_SYS_FILE_H 1 | |
| #define HAVE_SYS_LOCK_H 1 | |
| #define HAVE_SYS_PARAM_H 1 | |
| #define HAVE_SYS_POLL_H 1 | |
| #define HAVE_SYS_SELECT_H 1 | |
| #define HAVE_SYS_SOCKET_H 1 | |
| #define HAVE_SYS_STATVFS_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_SYS_TIME_H 1 | |
| #define HAVE_SYS_TIMES_H 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_UN_H 1 | |
| #define HAVE_SYS_UTSNAME_H 1 | |
| #define HAVE_SYS_WAIT_H 1 | |
| #define HAVE_SYS_RESOURCE_H 1 | |
| #define HAVE_SYSEXITS_H 1 | |
| #define HAVE_DIRENT_H 1 | |
| #define HAVE_TERM_H 1 | |
| #define HAVE_MAKEDEV 1 | |
| #define _LARGEFILE_SOURCE 1 | |
| #define _FILE_OFFSET_BITS 64 | |
| #if defined(SCO_DS) | |
| #undef _OFF_T | |
| #endif | |
| #define RETSIGTYPE void | |
| #define HAVE_SSIZE_T 1 | |
| #define SIZEOF_INT 4 | |
| #define SIZEOF_LONG 8 | |
| #define SIZEOF_VOID_P 8 | |
| #define SIZEOF_SHORT 2 | |
| #define SIZEOF_FLOAT 4 | |
| #define SIZEOF_DOUBLE 8 | |
| #define SIZEOF_FPOS_T 8 | |
| #define SIZEOF_SIZE_T 8 | |
| #define SIZEOF_PID_T 4 | |
| #define HAVE_LONG_LONG 1 | |
| #define SIZEOF_LONG_LONG 8 | |
| #define HAVE_LONG_DOUBLE 1 | |
| #define SIZEOF_LONG_DOUBLE 16 | |
| #define HAVE_C99_BOOL 1 | |
| #define SIZEOF__BOOL 1 | |
| #define HAVE_UINTPTR_T 1 | |
| #define SIZEOF_UINTPTR_T 8 | |
| #define SIZEOF_OFF_T 8 | |
| #define SIZEOF_TIME_T 8 | |
| #define SIZEOF_PTHREAD_T 8 | |
| #define USE_TOOLBOX_OBJECT_GLUE 1 | |
| #define WITH_DYLD 1 | |
| #define SHLIB_EXT ".so" | |
| #define WITH_THREAD 1 | |
| #define _REENTRANT 1 | |
| #define HAVE_OSX105_SDK 1 | |
| #define WITH_DOC_STRINGS 1 | |
| #define WITH_PYMALLOC 1 | |
| #define HAVE_CHROOT 1 | |
| #define HAVE_LINK 1 | |
| #define HAVE_SYMLINK 1 | |
| #define HAVE_FCHDIR 1 | |
| #define HAVE_FSYNC 1 | |
| #define HAVE_KQUEUE 1 | |
| #define HAVE_CTERMID_R 1 | |
| #define HAVE_FLOCK 1 | |
| #define HAVE_GETPAGESIZE 1 | |
| #define HAVE_INET_PTON 1 | |
| #define HAVE_SETGROUPS 1 | |
| /* end confdefs.h. */ | |
| /* Define getpgrp to an innocuous variant, in case <limits.h> declares getpgrp. | |
| For example, HP-UX 11i <limits.h> declares gettimeofday. */ | |
| #define getpgrp innocuous_getpgrp | |
| | |
| /* System header to define __stub macros and hopefully few prototypes, | |
| which can conflict with char getpgrp (); 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 getpgrp | |
| | |
| /* 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 getpgrp (); | |
| /* 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_getpgrp || defined __stub___getpgrp | |
| choke me | |
| #endif | |
| | |
| int | |
| main () | |
| { | |
| return getpgrp (); | |
| ; | |
| return 0; | |
| } | |
configure:18372: result: no | |
configure:18432: checking for setpgrp | |
configure:18512: result: no | |
configure:18572: checking for gettimeofday | |
configure:18628: /usr/bin/cc -o conftest -O3 -march=core2 -msse4 -w -pipe -I/usr/local/Cellar/readline/6.1/include -arch i386 -arch ppc -arch ppc64 -arch x86_64 -isysroot / -L/usr/local/Cellar/readline/6.1/lib conftest.c >&5 | |
cc1: error: unrecognized command line option "-march=core2" | |
cc1: error: unrecognized command line option "-msse4" | |
cc1: error: unrecognized command line option "-march=core2" | |
cc1: error: unrecognized command line option "-msse4" | |
lipo: can't figure out the architecture type of: /var/folders/tc/tc6XgOadEhmatl76xhT7Y++++TI/-Tmp-//cc4x1wR2.out | |
configure:18634: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h. */ | |
| #define _GNU_SOURCE 1 | |
| #define _NETBSD_SOURCE 1 | |
| #define __BSD_VISIBLE 1 | |
| #define _BSD_TYPES 1 | |
| #define _DARWIN_C_SOURCE 1 | |
| #define _XOPEN_SOURCE 600 | |
| #define _XOPEN_SOURCE_EXTENDED 1 | |
| #define _POSIX_C_SOURCE 200112L | |
| #define Py_ENABLE_SHARED 1 | |
| #define HAVE_ATTRIBUTE_FORMAT_PARSETUPLE 1 | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_MEMORY_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_CURSES_H 1 | |
| #define HAVE_DLFCN_H 1 | |
| #define HAVE_ERRNO_H 1 | |
| #define HAVE_FCNTL_H 1 | |
| #define HAVE_GRP_H 1 | |
| #define HAVE_LANGINFO_H 1 | |
| #define HAVE_NCURSES_H 1 | |
| #define HAVE_POLL_H 1 | |
| #define HAVE_PTHREAD_H 1 | |
| #define HAVE_SIGNAL_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_TERMIOS_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_UTIME_H 1 | |
| #define HAVE_SYS_EVENT_H 1 | |
| #define HAVE_SYS_FILE_H 1 | |
| #define HAVE_SYS_LOCK_H 1 | |
| #define HAVE_SYS_PARAM_H 1 | |
| #define HAVE_SYS_POLL_H 1 | |
| #define HAVE_SYS_SELECT_H 1 | |
| #define HAVE_SYS_SOCKET_H 1 | |
| #define HAVE_SYS_STATVFS_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_SYS_TIME_H 1 | |
| #define HAVE_SYS_TIMES_H 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_UN_H 1 | |
| #define HAVE_SYS_UTSNAME_H 1 | |
| #define HAVE_SYS_WAIT_H 1 | |
| #define HAVE_SYS_RESOURCE_H 1 | |
| #define HAVE_SYSEXITS_H 1 | |
| #define HAVE_DIRENT_H 1 | |
| #define HAVE_TERM_H 1 | |
| #define HAVE_MAKEDEV 1 | |
| #define _LARGEFILE_SOURCE 1 | |
| #define _FILE_OFFSET_BITS 64 | |
| #if defined(SCO_DS) | |
| #undef _OFF_T | |
| #endif | |
| #define RETSIGTYPE void | |
| #define HAVE_SSIZE_T 1 | |
| #define SIZEOF_INT 4 | |
| #define SIZEOF_LONG 8 | |
| #define SIZEOF_VOID_P 8 | |
| #define SIZEOF_SHORT 2 | |
| #define SIZEOF_FLOAT 4 | |
| #define SIZEOF_DOUBLE 8 | |
| #define SIZEOF_FPOS_T 8 | |
| #define SIZEOF_SIZE_T 8 | |
| #define SIZEOF_PID_T 4 | |
| #define HAVE_LONG_LONG 1 | |
| #define SIZEOF_LONG_LONG 8 | |
| #define HAVE_LONG_DOUBLE 1 | |
| #define SIZEOF_LONG_DOUBLE 16 | |
| #define HAVE_C99_BOOL 1 | |
| #define SIZEOF__BOOL 1 | |
| #define HAVE_UINTPTR_T 1 | |
| #define SIZEOF_UINTPTR_T 8 | |
| #define SIZEOF_OFF_T 8 | |
| #define SIZEOF_TIME_T 8 | |
| #define SIZEOF_PTHREAD_T 8 | |
| #define USE_TOOLBOX_OBJECT_GLUE 1 | |
| #define WITH_DYLD 1 | |
| #define SHLIB_EXT ".so" | |
| #define WITH_THREAD 1 | |
| #define _REENTRANT 1 | |
| #define HAVE_OSX105_SDK 1 | |
| #define WITH_DOC_STRINGS 1 | |
| #define WITH_PYMALLOC 1 | |
| #define HAVE_CHROOT 1 | |
| #define HAVE_LINK 1 | |
| #define HAVE_SYMLINK 1 | |
| #define HAVE_FCHDIR 1 | |
| #define HAVE_FSYNC 1 | |
| #define HAVE_KQUEUE 1 | |
| #define HAVE_CTERMID_R 1 | |
| #define HAVE_FLOCK 1 | |
| #define HAVE_GETPAGESIZE 1 | |
| #define HAVE_INET_PTON 1 | |
| #define HAVE_SETGROUPS 1 | |
| /* end confdefs.h. */ | |
| /* Define gettimeofday to an innocuous variant, in case <limits.h> declares gettimeofday. | |
| For example, HP-UX 11i <limits.h> declares gettimeofday. */ | |
| #define gettimeofday innocuous_gettimeofday | |
| | |
| /* System header to define __stub macros and hopefully few prototypes, | |
| which can conflict with char gettimeofday (); 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 gettimeofday | |
| | |
| /* 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 gettimeofday (); | |
| /* 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_gettimeofday || defined __stub___gettimeofday | |
| choke me | |
| #endif | |
| | |
| int | |
| main () | |
| { | |
| return gettimeofday (); | |
| ; | |
| return 0; | |
| } | |
configure:18652: result: no | |
configure:18709: checking for major | |
configure:18742: /usr/bin/cc -o conftest -O3 -march=core2 -msse4 -w -pipe -I/usr/local/Cellar/readline/6.1/include -arch i386 -arch ppc -arch ppc64 -arch x86_64 -isysroot / -L/usr/local/Cellar/readline/6.1/lib conftest.c >&5 | |
cc1: error: unrecognized command line option "-march=core2" | |
cc1: error: unrecognized command line option "-msse4" | |
cc1: error: unrecognized command line option "-march=core2" | |
cc1: error: unrecognized command line option "-msse4" | |
lipo: can't figure out the architecture type of: /var/folders/tc/tc6XgOadEhmatl76xhT7Y++++TI/-Tmp-//ccXJ9xbx.out | |
configure:18748: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h. */ | |
| #define _GNU_SOURCE 1 | |
| #define _NETBSD_SOURCE 1 | |
| #define __BSD_VISIBLE 1 | |
| #define _BSD_TYPES 1 | |
| #define _DARWIN_C_SOURCE 1 | |
| #define _XOPEN_SOURCE 600 | |
| #define _XOPEN_SOURCE_EXTENDED 1 | |
| #define _POSIX_C_SOURCE 200112L | |
| #define Py_ENABLE_SHARED 1 | |
| #define HAVE_ATTRIBUTE_FORMAT_PARSETUPLE 1 | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_MEMORY_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_CURSES_H 1 | |
| #define HAVE_DLFCN_H 1 | |
| #define HAVE_ERRNO_H 1 | |
| #define HAVE_FCNTL_H 1 | |
| #define HAVE_GRP_H 1 | |
| #define HAVE_LANGINFO_H 1 | |
| #define HAVE_NCURSES_H 1 | |
| #define HAVE_POLL_H 1 | |
| #define HAVE_PTHREAD_H 1 | |
| #define HAVE_SIGNAL_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_TERMIOS_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_UTIME_H 1 | |
| #define HAVE_SYS_EVENT_H 1 | |
| #define HAVE_SYS_FILE_H 1 | |
| #define HAVE_SYS_LOCK_H 1 | |
| #define HAVE_SYS_PARAM_H 1 | |
| #define HAVE_SYS_POLL_H 1 | |
| #define HAVE_SYS_SELECT_H 1 | |
| #define HAVE_SYS_SOCKET_H 1 | |
| #define HAVE_SYS_STATVFS_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_SYS_TIME_H 1 | |
| #define HAVE_SYS_TIMES_H 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_UN_H 1 | |
| #define HAVE_SYS_UTSNAME_H 1 | |
| #define HAVE_SYS_WAIT_H 1 | |
| #define HAVE_SYS_RESOURCE_H 1 | |
| #define HAVE_SYSEXITS_H 1 | |
| #define HAVE_DIRENT_H 1 | |
| #define HAVE_TERM_H 1 | |
| #define HAVE_MAKEDEV 1 | |
| #define _LARGEFILE_SOURCE 1 | |
| #define _FILE_OFFSET_BITS 64 | |
| #if defined(SCO_DS) | |
| #undef _OFF_T | |
| #endif | |
| #define RETSIGTYPE void | |
| #define HAVE_SSIZE_T 1 | |
| #define SIZEOF_INT 4 | |
| #define SIZEOF_LONG 8 | |
| #define SIZEOF_VOID_P 8 | |
| #define SIZEOF_SHORT 2 | |
| #define SIZEOF_FLOAT 4 | |
| #define SIZEOF_DOUBLE 8 | |
| #define SIZEOF_FPOS_T 8 | |
| #define SIZEOF_SIZE_T 8 | |
| #define SIZEOF_PID_T 4 | |
| #define HAVE_LONG_LONG 1 | |
| #define SIZEOF_LONG_LONG 8 | |
| #define HAVE_LONG_DOUBLE 1 | |
| #define SIZEOF_LONG_DOUBLE 16 | |
| #define HAVE_C99_BOOL 1 | |
| #define SIZEOF__BOOL 1 | |
| #define HAVE_UINTPTR_T 1 | |
| #define SIZEOF_UINTPTR_T 8 | |
| #define SIZEOF_OFF_T 8 | |
| #define SIZEOF_TIME_T 8 | |
| #define SIZEOF_PTHREAD_T 8 | |
| #define USE_TOOLBOX_OBJECT_GLUE 1 | |
| #define WITH_DYLD 1 | |
| #define SHLIB_EXT ".so" | |
| #define WITH_THREAD 1 | |
| #define _REENTRANT 1 | |
| #define HAVE_OSX105_SDK 1 | |
| #define WITH_DOC_STRINGS 1 | |
| #define WITH_PYMALLOC 1 | |
| #define HAVE_CHROOT 1 | |
| #define HAVE_LINK 1 | |
| #define HAVE_SYMLINK 1 | |
| #define HAVE_FCHDIR 1 | |
| #define HAVE_FSYNC 1 | |
| #define HAVE_KQUEUE 1 | |
| #define HAVE_CTERMID_R 1 | |
| #define HAVE_FLOCK 1 | |
| #define HAVE_GETPAGESIZE 1 | |
| #define HAVE_INET_PTON 1 | |
| #define HAVE_SETGROUPS 1 | |
| /* end confdefs.h. */ | |
| | |
| #if defined(MAJOR_IN_MKDEV) | |
| #include <sys/mkdev.h> | |
| #elif defined(MAJOR_IN_SYSMACROS) | |
| #include <sys/sysmacros.h> | |
| #else | |
| #include <sys/types.h> | |
| #endif | |
| | |
| int | |
| main () | |
| { | |
| | |
| makedev(major(0),minor(0)); | |
| | |
| ; | |
| return 0; | |
| } | |
configure:18768: result: no | |
configure:18778: checking for getaddrinfo | |
configure:18808: /usr/bin/cc -o conftest -O3 -march=core2 -msse4 -w -pipe -I/usr/local/Cellar/readline/6.1/include -arch i386 -arch ppc -arch ppc64 -arch x86_64 -isysroot / -L/usr/local/Cellar/readline/6.1/lib conftest.c >&5 | |
cc1: error: unrecognized command line option "-march=core2" | |
cc1: error: unrecognized command line option "-msse4" | |
cc1: error: unrecognized command line option "-march=core2" | |
cc1: error: unrecognized command line option "-msse4" | |
lipo: can't figure out the architecture type of: /var/folders/tc/tc6XgOadEhmatl76xhT7Y++++TI/-Tmp-//cc3L3cFF.out | |
configure:18814: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h. */ | |
| #define _GNU_SOURCE 1 | |
| #define _NETBSD_SOURCE 1 | |
| #define __BSD_VISIBLE 1 | |
| #define _BSD_TYPES 1 | |
| #define _DARWIN_C_SOURCE 1 | |
| #define _XOPEN_SOURCE 600 | |
| #define _XOPEN_SOURCE_EXTENDED 1 | |
| #define _POSIX_C_SOURCE 200112L | |
| #define Py_ENABLE_SHARED 1 | |
| #define HAVE_ATTRIBUTE_FORMAT_PARSETUPLE 1 | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_MEMORY_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_CURSES_H 1 | |
| #define HAVE_DLFCN_H 1 | |
| #define HAVE_ERRNO_H 1 | |
| #define HAVE_FCNTL_H 1 | |
| #define HAVE_GRP_H 1 | |
| #define HAVE_LANGINFO_H 1 | |
| #define HAVE_NCURSES_H 1 | |
| #define HAVE_POLL_H 1 | |
| #define HAVE_PTHREAD_H 1 | |
| #define HAVE_SIGNAL_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_TERMIOS_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_UTIME_H 1 | |
| #define HAVE_SYS_EVENT_H 1 | |
| #define HAVE_SYS_FILE_H 1 | |
| #define HAVE_SYS_LOCK_H 1 | |
| #define HAVE_SYS_PARAM_H 1 | |
| #define HAVE_SYS_POLL_H 1 | |
| #define HAVE_SYS_SELECT_H 1 | |
| #define HAVE_SYS_SOCKET_H 1 | |
| #define HAVE_SYS_STATVFS_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_SYS_TIME_H 1 | |
| #define HAVE_SYS_TIMES_H 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_UN_H 1 | |
| #define HAVE_SYS_UTSNAME_H 1 | |
| #define HAVE_SYS_WAIT_H 1 | |
| #define HAVE_SYS_RESOURCE_H 1 | |
| #define HAVE_SYSEXITS_H 1 | |
| #define HAVE_DIRENT_H 1 | |
| #define HAVE_TERM_H 1 | |
| #define HAVE_MAKEDEV 1 | |
| #define _LARGEFILE_SOURCE 1 | |
| #define _FILE_OFFSET_BITS 64 | |
| #if defined(SCO_DS) | |
| #undef _OFF_T | |
| #endif | |
| #define RETSIGTYPE void | |
| #define HAVE_SSIZE_T 1 | |
| #define SIZEOF_INT 4 | |
| #define SIZEOF_LONG 8 | |
| #define SIZEOF_VOID_P 8 | |
| #define SIZEOF_SHORT 2 | |
| #define SIZEOF_FLOAT 4 | |
| #define SIZEOF_DOUBLE 8 | |
| #define SIZEOF_FPOS_T 8 | |
| #define SIZEOF_SIZE_T 8 | |
| #define SIZEOF_PID_T 4 | |
| #define HAVE_LONG_LONG 1 | |
| #define SIZEOF_LONG_LONG 8 | |
| #define HAVE_LONG_DOUBLE 1 | |
| #define SIZEOF_LONG_DOUBLE 16 | |
| #define HAVE_C99_BOOL 1 | |
| #define SIZEOF__BOOL 1 | |
| #define HAVE_UINTPTR_T 1 | |
| #define SIZEOF_UINTPTR_T 8 | |
| #define SIZEOF_OFF_T 8 | |
| #define SIZEOF_TIME_T 8 | |
| #define SIZEOF_PTHREAD_T 8 | |
| #define USE_TOOLBOX_OBJECT_GLUE 1 | |
| #define WITH_DYLD 1 | |
| #define SHLIB_EXT ".so" | |
| #define WITH_THREAD 1 | |
| #define _REENTRANT 1 | |
| #define HAVE_OSX105_SDK 1 | |
| #define WITH_DOC_STRINGS 1 | |
| #define WITH_PYMALLOC 1 | |
| #define HAVE_CHROOT 1 | |
| #define HAVE_LINK 1 | |
| #define HAVE_SYMLINK 1 | |
| #define HAVE_FCHDIR 1 | |
| #define HAVE_FSYNC 1 | |
| #define HAVE_KQUEUE 1 | |
| #define HAVE_CTERMID_R 1 | |
| #define HAVE_FLOCK 1 | |
| #define HAVE_GETPAGESIZE 1 | |
| #define HAVE_INET_PTON 1 | |
| #define HAVE_SETGROUPS 1 | |
| /* end confdefs.h. */ | |
| | |
| #include <sys/types.h> | |
| #include <sys/socket.h> | |
| #include <netdb.h> | |
| #include <stdio.h> | |
| | |
| int | |
| main () | |
| { | |
| | |
| getaddrinfo(NULL, NULL, NULL, NULL); | |
| | |
| ; | |
| return 0; | |
| } | |
configure:18966: result: no | |
configure:18992: checking for getnameinfo | |
configure:19048: /usr/bin/cc -o conftest -O3 -march=core2 -msse4 -w -pipe -I/usr/local/Cellar/readline/6.1/include -arch i386 -arch ppc -arch ppc64 -arch x86_64 -isysroot / -L/usr/local/Cellar/readline/6.1/lib conftest.c >&5 | |
cc1: error: unrecognized command line option "-march=core2" | |
cc1: error: unrecognized command line option "-msse4" | |
cc1: error: unrecognized command line option "-march=core2" | |
cc1: error: unrecognized command line option "-msse4" | |
lipo: can't figure out the architecture type of: /var/folders/tc/tc6XgOadEhmatl76xhT7Y++++TI/-Tmp-//ccJnRPDD.out | |
configure:19054: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h. */ | |
| #define _GNU_SOURCE 1 | |
| #define _NETBSD_SOURCE 1 | |
| #define __BSD_VISIBLE 1 | |
| #define _BSD_TYPES 1 | |
| #define _DARWIN_C_SOURCE 1 | |
| #define _XOPEN_SOURCE 600 | |
| #define _XOPEN_SOURCE_EXTENDED 1 | |
| #define _POSIX_C_SOURCE 200112L | |
| #define Py_ENABLE_SHARED 1 | |
| #define HAVE_ATTRIBUTE_FORMAT_PARSETUPLE 1 | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_MEMORY_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_CURSES_H 1 | |
| #define HAVE_DLFCN_H 1 | |
| #define HAVE_ERRNO_H 1 | |
| #define HAVE_FCNTL_H 1 | |
| #define HAVE_GRP_H 1 | |
| #define HAVE_LANGINFO_H 1 | |
| #define HAVE_NCURSES_H 1 | |
| #define HAVE_POLL_H 1 | |
| #define HAVE_PTHREAD_H 1 | |
| #define HAVE_SIGNAL_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_TERMIOS_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_UTIME_H 1 | |
| #define HAVE_SYS_EVENT_H 1 | |
| #define HAVE_SYS_FILE_H 1 | |
| #define HAVE_SYS_LOCK_H 1 | |
| #define HAVE_SYS_PARAM_H 1 | |
| #define HAVE_SYS_POLL_H 1 | |
| #define HAVE_SYS_SELECT_H 1 | |
| #define HAVE_SYS_SOCKET_H 1 | |
| #define HAVE_SYS_STATVFS_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_SYS_TIME_H 1 | |
| #define HAVE_SYS_TIMES_H 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_UN_H 1 | |
| #define HAVE_SYS_UTSNAME_H 1 | |
| #define HAVE_SYS_WAIT_H 1 | |
| #define HAVE_SYS_RESOURCE_H 1 | |
| #define HAVE_SYSEXITS_H 1 | |
| #define HAVE_DIRENT_H 1 | |
| #define HAVE_TERM_H 1 | |
| #define HAVE_MAKEDEV 1 | |
| #define _LARGEFILE_SOURCE 1 | |
| #define _FILE_OFFSET_BITS 64 | |
| #if defined(SCO_DS) | |
| #undef _OFF_T | |
| #endif | |
| #define RETSIGTYPE void | |
| #define HAVE_SSIZE_T 1 | |
| #define SIZEOF_INT 4 | |
| #define SIZEOF_LONG 8 | |
| #define SIZEOF_VOID_P 8 | |
| #define SIZEOF_SHORT 2 | |
| #define SIZEOF_FLOAT 4 | |
| #define SIZEOF_DOUBLE 8 | |
| #define SIZEOF_FPOS_T 8 | |
| #define SIZEOF_SIZE_T 8 | |
| #define SIZEOF_PID_T 4 | |
| #define HAVE_LONG_LONG 1 | |
| #define SIZEOF_LONG_LONG 8 | |
| #define HAVE_LONG_DOUBLE 1 | |
| #define SIZEOF_LONG_DOUBLE 16 | |
| #define HAVE_C99_BOOL 1 | |
| #define SIZEOF__BOOL 1 | |
| #define HAVE_UINTPTR_T 1 | |
| #define SIZEOF_UINTPTR_T 8 | |
| #define SIZEOF_OFF_T 8 | |
| #define SIZEOF_TIME_T 8 | |
| #define SIZEOF_PTHREAD_T 8 | |
| #define USE_TOOLBOX_OBJECT_GLUE 1 | |
| #define WITH_DYLD 1 | |
| #define SHLIB_EXT ".so" | |
| #define WITH_THREAD 1 | |
| #define _REENTRANT 1 | |
| #define HAVE_OSX105_SDK 1 | |
| #define WITH_DOC_STRINGS 1 | |
| #define WITH_PYMALLOC 1 | |
| #define HAVE_CHROOT 1 | |
| #define HAVE_LINK 1 | |
| #define HAVE_SYMLINK 1 | |
| #define HAVE_FCHDIR 1 | |
| #define HAVE_FSYNC 1 | |
| #define HAVE_KQUEUE 1 | |
| #define HAVE_CTERMID_R 1 | |
| #define HAVE_FLOCK 1 | |
| #define HAVE_GETPAGESIZE 1 | |
| #define HAVE_INET_PTON 1 | |
| #define HAVE_SETGROUPS 1 | |
| /* end confdefs.h. */ | |
| /* Define getnameinfo to an innocuous variant, in case <limits.h> declares getnameinfo. | |
| For example, HP-UX 11i <limits.h> declares gettimeofday. */ | |
| #define getnameinfo innocuous_getnameinfo | |
| | |
| /* System header to define __stub macros and hopefully few prototypes, | |
| which can conflict with char getnameinfo (); 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 getnameinfo | |
| | |
| /* 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 getnameinfo (); | |
| /* 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_getnameinfo || defined __stub___getnameinfo | |
| choke me | |
| #endif | |
| | |
| int | |
| main () | |
| { | |
| return getnameinfo (); | |
| ; | |
| return 0; | |
| } | |
configure:19072: result: no | |
configure:19084: checking whether time.h and sys/time.h may both be included | |
configure:19114: /usr/bin/cc -c -O3 -march=core2 -msse4 -w -pipe -I/usr/local/Cellar/readline/6.1/include conftest.c >&5 | |
configure:19120: $? = 0 | |
configure:19135: result: yes | |
configure:19145: checking whether struct tm is in sys/time.h or time.h | |
configure:19175: /usr/bin/cc -c -O3 -march=core2 -msse4 -w -pipe -I/usr/local/Cellar/readline/6.1/include conftest.c >&5 | |
configure:19181: $? = 0 | |
configure:19196: result: time.h | |
configure:19206: checking for struct tm.tm_zone | |
configure:19237: /usr/bin/cc -c -O3 -march=core2 -msse4 -w -pipe -I/usr/local/Cellar/readline/6.1/include conftest.c >&5 | |
configure:19243: $? = 0 | |
configure:19303: result: yes | |
configure:19454: checking for struct stat.st_rdev | |
configure:19482: /usr/bin/cc -c -O3 -march=core2 -msse4 -w -pipe -I/usr/local/Cellar/readline/6.1/include conftest.c >&5 | |
configure:19488: $? = 0 | |
configure:19545: result: yes | |
configure:19556: checking for struct stat.st_blksize | |
configure:19584: /usr/bin/cc -c -O3 -march=core2 -msse4 -w -pipe -I/usr/local/Cellar/readline/6.1/include conftest.c >&5 | |
configure:19590: $? = 0 | |
configure:19647: result: yes | |
configure:19658: checking for struct stat.st_flags | |
configure:19686: /usr/bin/cc -c -O3 -march=core2 -msse4 -w -pipe -I/usr/local/Cellar/readline/6.1/include conftest.c >&5 | |
configure:19692: $? = 0 | |
configure:19749: result: yes | |
configure:19760: checking for struct stat.st_gen | |
configure:19788: /usr/bin/cc -c -O3 -march=core2 -msse4 -w -pipe -I/usr/local/Cellar/readline/6.1/include conftest.c >&5 | |
configure:19794: $? = 0 | |
configure:19851: result: yes | |
configure:19862: checking for struct stat.st_birthtime | |
configure:19890: /usr/bin/cc -c -O3 -march=core2 -msse4 -w -pipe -I/usr/local/Cellar/readline/6.1/include conftest.c >&5 | |
conftest.c: In function 'main': | |
conftest.c:147: error: 'struct stat' has no member named 'st_birthtimespec' | |
configure:19896: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h. */ | |
| #define _GNU_SOURCE 1 | |
| #define _NETBSD_SOURCE 1 | |
| #define __BSD_VISIBLE 1 | |
| #define _BSD_TYPES 1 | |
| #define _DARWIN_C_SOURCE 1 | |
| #define _XOPEN_SOURCE 600 | |
| #define _XOPEN_SOURCE_EXTENDED 1 | |
| #define _POSIX_C_SOURCE 200112L | |
| #define Py_ENABLE_SHARED 1 | |
| #define HAVE_ATTRIBUTE_FORMAT_PARSETUPLE 1 | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_MEMORY_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_CURSES_H 1 | |
| #define HAVE_DLFCN_H 1 | |
| #define HAVE_ERRNO_H 1 | |
| #define HAVE_FCNTL_H 1 | |
| #define HAVE_GRP_H 1 | |
| #define HAVE_LANGINFO_H 1 | |
| #define HAVE_NCURSES_H 1 | |
| #define HAVE_POLL_H 1 | |
| #define HAVE_PTHREAD_H 1 | |
| #define HAVE_SIGNAL_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_TERMIOS_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_UTIME_H 1 | |
| #define HAVE_SYS_EVENT_H 1 | |
| #define HAVE_SYS_FILE_H 1 | |
| #define HAVE_SYS_LOCK_H 1 | |
| #define HAVE_SYS_PARAM_H 1 | |
| #define HAVE_SYS_POLL_H 1 | |
| #define HAVE_SYS_SELECT_H 1 | |
| #define HAVE_SYS_SOCKET_H 1 | |
| #define HAVE_SYS_STATVFS_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_SYS_TIME_H 1 | |
| #define HAVE_SYS_TIMES_H 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_UN_H 1 | |
| #define HAVE_SYS_UTSNAME_H 1 | |
| #define HAVE_SYS_WAIT_H 1 | |
| #define HAVE_SYS_RESOURCE_H 1 | |
| #define HAVE_SYSEXITS_H 1 | |
| #define HAVE_DIRENT_H 1 | |
| #define HAVE_TERM_H 1 | |
| #define HAVE_MAKEDEV 1 | |
| #define _LARGEFILE_SOURCE 1 | |
| #define _FILE_OFFSET_BITS 64 | |
| #if defined(SCO_DS) | |
| #undef _OFF_T | |
| #endif | |
| #define RETSIGTYPE void | |
| #define HAVE_SSIZE_T 1 | |
| #define SIZEOF_INT 4 | |
| #define SIZEOF_LONG 8 | |
| #define SIZEOF_VOID_P 8 | |
| #define SIZEOF_SHORT 2 | |
| #define SIZEOF_FLOAT 4 | |
| #define SIZEOF_DOUBLE 8 | |
| #define SIZEOF_FPOS_T 8 | |
| #define SIZEOF_SIZE_T 8 | |
| #define SIZEOF_PID_T 4 | |
| #define HAVE_LONG_LONG 1 | |
| #define SIZEOF_LONG_LONG 8 | |
| #define HAVE_LONG_DOUBLE 1 | |
| #define SIZEOF_LONG_DOUBLE 16 | |
| #define HAVE_C99_BOOL 1 | |
| #define SIZEOF__BOOL 1 | |
| #define HAVE_UINTPTR_T 1 | |
| #define SIZEOF_UINTPTR_T 8 | |
| #define SIZEOF_OFF_T 8 | |
| #define SIZEOF_TIME_T 8 | |
| #define SIZEOF_PTHREAD_T 8 | |
| #define USE_TOOLBOX_OBJECT_GLUE 1 | |
| #define WITH_DYLD 1 | |
| #define SHLIB_EXT ".so" | |
| #define WITH_THREAD 1 | |
| #define _REENTRANT 1 | |
| #define HAVE_OSX105_SDK 1 | |
| #define WITH_DOC_STRINGS 1 | |
| #define WITH_PYMALLOC 1 | |
| #define HAVE_CHROOT 1 | |
| #define HAVE_LINK 1 | |
| #define HAVE_SYMLINK 1 | |
| #define HAVE_FCHDIR 1 | |
| #define HAVE_FSYNC 1 | |
| #define HAVE_KQUEUE 1 | |
| #define HAVE_CTERMID_R 1 | |
| #define HAVE_FLOCK 1 | |
| #define HAVE_GETPAGESIZE 1 | |
| #define HAVE_INET_PTON 1 | |
| #define HAVE_SETGROUPS 1 | |
| #define TIME_WITH_SYS_TIME 1 | |
| #define HAVE_STRUCT_TM_TM_ZONE 1 | |
| #define HAVE_TM_ZONE 1 | |
| #define HAVE_STRUCT_STAT_ST_RDEV 1 | |
| #define HAVE_STRUCT_STAT_ST_BLKSIZE 1 | |
| #define HAVE_STRUCT_STAT_ST_FLAGS 1 | |
| #define HAVE_STRUCT_STAT_ST_GEN 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 () | |
| { | |
| static struct stat ac_aggr; | |
| if (ac_aggr.st_birthtime) | |
| return 0; | |
| ; | |
| return 0; | |
| } | |
configure:19929: /usr/bin/cc -c -O3 -march=core2 -msse4 -w -pipe -I/usr/local/Cellar/readline/6.1/include conftest.c >&5 | |
conftest.c: In function 'main': | |
conftest.c:147: error: 'struct stat' has no member named 'st_birthtimespec' | |
configure:19935: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h. */ | |
| #define _GNU_SOURCE 1 | |
| #define _NETBSD_SOURCE 1 | |
| #define __BSD_VISIBLE 1 | |
| #define _BSD_TYPES 1 | |
| #define _DARWIN_C_SOURCE 1 | |
| #define _XOPEN_SOURCE 600 | |
| #define _XOPEN_SOURCE_EXTENDED 1 | |
| #define _POSIX_C_SOURCE 200112L | |
| #define Py_ENABLE_SHARED 1 | |
| #define HAVE_ATTRIBUTE_FORMAT_PARSETUPLE 1 | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_MEMORY_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_CURSES_H 1 | |
| #define HAVE_DLFCN_H 1 | |
| #define HAVE_ERRNO_H 1 | |
| #define HAVE_FCNTL_H 1 | |
| #define HAVE_GRP_H 1 | |
| #define HAVE_LANGINFO_H 1 | |
| #define HAVE_NCURSES_H 1 | |
| #define HAVE_POLL_H 1 | |
| #define HAVE_PTHREAD_H 1 | |
| #define HAVE_SIGNAL_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_TERMIOS_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_UTIME_H 1 | |
| #define HAVE_SYS_EVENT_H 1 | |
| #define HAVE_SYS_FILE_H 1 | |
| #define HAVE_SYS_LOCK_H 1 | |
| #define HAVE_SYS_PARAM_H 1 | |
| #define HAVE_SYS_POLL_H 1 | |
| #define HAVE_SYS_SELECT_H 1 | |
| #define HAVE_SYS_SOCKET_H 1 | |
| #define HAVE_SYS_STATVFS_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_SYS_TIME_H 1 | |
| #define HAVE_SYS_TIMES_H 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_UN_H 1 | |
| #define HAVE_SYS_UTSNAME_H 1 | |
| #define HAVE_SYS_WAIT_H 1 | |
| #define HAVE_SYS_RESOURCE_H 1 | |
| #define HAVE_SYSEXITS_H 1 | |
| #define HAVE_DIRENT_H 1 | |
| #define HAVE_TERM_H 1 | |
| #define HAVE_MAKEDEV 1 | |
| #define _LARGEFILE_SOURCE 1 | |
| #define _FILE_OFFSET_BITS 64 | |
| #if defined(SCO_DS) | |
| #undef _OFF_T | |
| #endif | |
| #define RETSIGTYPE void | |
| #define HAVE_SSIZE_T 1 | |
| #define SIZEOF_INT 4 | |
| #define SIZEOF_LONG 8 | |
| #define SIZEOF_VOID_P 8 | |
| #define SIZEOF_SHORT 2 | |
| #define SIZEOF_FLOAT 4 | |
| #define SIZEOF_DOUBLE 8 | |
| #define SIZEOF_FPOS_T 8 | |
| #define SIZEOF_SIZE_T 8 | |
| #define SIZEOF_PID_T 4 | |
| #define HAVE_LONG_LONG 1 | |
| #define SIZEOF_LONG_LONG 8 | |
| #define HAVE_LONG_DOUBLE 1 | |
| #define SIZEOF_LONG_DOUBLE 16 | |
| #define HAVE_C99_BOOL 1 | |
| #define SIZEOF__BOOL 1 | |
| #define HAVE_UINTPTR_T 1 | |
| #define SIZEOF_UINTPTR_T 8 | |
| #define SIZEOF_OFF_T 8 | |
| #define SIZEOF_TIME_T 8 | |
| #define SIZEOF_PTHREAD_T 8 | |
| #define USE_TOOLBOX_OBJECT_GLUE 1 | |
| #define WITH_DYLD 1 | |
| #define SHLIB_EXT ".so" | |
| #define WITH_THREAD 1 | |
| #define _REENTRANT 1 | |
| #define HAVE_OSX105_SDK 1 | |
| #define WITH_DOC_STRINGS 1 | |
| #define WITH_PYMALLOC 1 | |
| #define HAVE_CHROOT 1 | |
| #define HAVE_LINK 1 | |
| #define HAVE_SYMLINK 1 | |
| #define HAVE_FCHDIR 1 | |
| #define HAVE_FSYNC 1 | |
| #define HAVE_KQUEUE 1 | |
| #define HAVE_CTERMID_R 1 | |
| #define HAVE_FLOCK 1 | |
| #define HAVE_GETPAGESIZE 1 | |
| #define HAVE_INET_PTON 1 | |
| #define HAVE_SETGROUPS 1 | |
| #define TIME_WITH_SYS_TIME 1 | |
| #define HAVE_STRUCT_TM_TM_ZONE 1 | |
| #define HAVE_TM_ZONE 1 | |
| #define HAVE_STRUCT_STAT_ST_RDEV 1 | |
| #define HAVE_STRUCT_STAT_ST_BLKSIZE 1 | |
| #define HAVE_STRUCT_STAT_ST_FLAGS 1 | |
| #define HAVE_STRUCT_STAT_ST_GEN 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 () | |
| { | |
| static struct stat ac_aggr; | |
| if (sizeof ac_aggr.st_birthtime) | |
| return 0; | |
| ; | |
| return 0; | |
| } | |
configure:19953: result: no | |
configure:19964: checking for struct stat.st_blocks | |
configure:19992: /usr/bin/cc -c -O3 -march=core2 -msse4 -w -pipe -I/usr/local/Cellar/readline/6.1/include conftest.c >&5 | |
configure:19998: $? = 0 | |
configure:20055: result: yes | |
configure:20079: checking for time.h that defines altzone | |
configure:20105: /usr/bin/cc -c -O3 -march=core2 -msse4 -w -pipe -I/usr/local/Cellar/readline/6.1/include conftest.c >&5 | |
conftest.c: In function 'main': | |
conftest.c:116: error: 'altzone' undeclared (first use in this function) | |
conftest.c:116: error: (Each undeclared identifier is reported only once | |
conftest.c:116: error: for each function it appears in.) | |
configure:20111: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h. */ | |
| #define _GNU_SOURCE 1 | |
| #define _NETBSD_SOURCE 1 | |
| #define __BSD_VISIBLE 1 | |
| #define _BSD_TYPES 1 | |
| #define _DARWIN_C_SOURCE 1 | |
| #define _XOPEN_SOURCE 600 | |
| #define _XOPEN_SOURCE_EXTENDED 1 | |
| #define _POSIX_C_SOURCE 200112L | |
| #define Py_ENABLE_SHARED 1 | |
| #define HAVE_ATTRIBUTE_FORMAT_PARSETUPLE 1 | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_MEMORY_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_CURSES_H 1 | |
| #define HAVE_DLFCN_H 1 | |
| #define HAVE_ERRNO_H 1 | |
| #define HAVE_FCNTL_H 1 | |
| #define HAVE_GRP_H 1 | |
| #define HAVE_LANGINFO_H 1 | |
| #define HAVE_NCURSES_H 1 | |
| #define HAVE_POLL_H 1 | |
| #define HAVE_PTHREAD_H 1 | |
| #define HAVE_SIGNAL_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_TERMIOS_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_UTIME_H 1 | |
| #define HAVE_SYS_EVENT_H 1 | |
| #define HAVE_SYS_FILE_H 1 | |
| #define HAVE_SYS_LOCK_H 1 | |
| #define HAVE_SYS_PARAM_H 1 | |
| #define HAVE_SYS_POLL_H 1 | |
| #define HAVE_SYS_SELECT_H 1 | |
| #define HAVE_SYS_SOCKET_H 1 | |
| #define HAVE_SYS_STATVFS_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_SYS_TIME_H 1 | |
| #define HAVE_SYS_TIMES_H 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_UN_H 1 | |
| #define HAVE_SYS_UTSNAME_H 1 | |
| #define HAVE_SYS_WAIT_H 1 | |
| #define HAVE_SYS_RESOURCE_H 1 | |
| #define HAVE_SYSEXITS_H 1 | |
| #define HAVE_DIRENT_H 1 | |
| #define HAVE_TERM_H 1 | |
| #define HAVE_MAKEDEV 1 | |
| #define _LARGEFILE_SOURCE 1 | |
| #define _FILE_OFFSET_BITS 64 | |
| #if defined(SCO_DS) | |
| #undef _OFF_T | |
| #endif | |
| #define RETSIGTYPE void | |
| #define HAVE_SSIZE_T 1 | |
| #define SIZEOF_INT 4 | |
| #define SIZEOF_LONG 8 | |
| #define SIZEOF_VOID_P 8 | |
| #define SIZEOF_SHORT 2 | |
| #define SIZEOF_FLOAT 4 | |
| #define SIZEOF_DOUBLE 8 | |
| #define SIZEOF_FPOS_T 8 | |
| #define SIZEOF_SIZE_T 8 | |
| #define SIZEOF_PID_T 4 | |
| #define HAVE_LONG_LONG 1 | |
| #define SIZEOF_LONG_LONG 8 | |
| #define HAVE_LONG_DOUBLE 1 | |
| #define SIZEOF_LONG_DOUBLE 16 | |
| #define HAVE_C99_BOOL 1 | |
| #define SIZEOF__BOOL 1 | |
| #define HAVE_UINTPTR_T 1 | |
| #define SIZEOF_UINTPTR_T 8 | |
| #define SIZEOF_OFF_T 8 | |
| #define SIZEOF_TIME_T 8 | |
| #define SIZEOF_PTHREAD_T 8 | |
| #define USE_TOOLBOX_OBJECT_GLUE 1 | |
| #define WITH_DYLD 1 | |
| #define SHLIB_EXT ".so" | |
| #define WITH_THREAD 1 | |
| #define _REENTRANT 1 | |
| #define HAVE_OSX105_SDK 1 | |
| #define WITH_DOC_STRINGS 1 | |
| #define WITH_PYMALLOC 1 | |
| #define HAVE_CHROOT 1 | |
| #define HAVE_LINK 1 | |
| #define HAVE_SYMLINK 1 | |
| #define HAVE_FCHDIR 1 | |
| #define HAVE_FSYNC 1 | |
| #define HAVE_KQUEUE 1 | |
| #define HAVE_CTERMID_R 1 | |
| #define HAVE_FLOCK 1 | |
| #define HAVE_GETPAGESIZE 1 | |
| #define HAVE_INET_PTON 1 | |
| #define HAVE_SETGROUPS 1 | |
| #define TIME_WITH_SYS_TIME 1 | |
| #define HAVE_STRUCT_TM_TM_ZONE 1 | |
| #define HAVE_TM_ZONE 1 | |
| #define HAVE_STRUCT_STAT_ST_RDEV 1 | |
| #define HAVE_STRUCT_STAT_ST_BLKSIZE 1 | |
| #define HAVE_STRUCT_STAT_ST_FLAGS 1 | |
| #define HAVE_STRUCT_STAT_ST_GEN 1 | |
| #define HAVE_STRUCT_STAT_ST_BLOCKS 1 | |
| #define HAVE_ST_BLOCKS 1 | |
| /* end confdefs.h. */ | |
| #include <time.h> | |
| int | |
| main () | |
| { | |
| return altzone; | |
| ; | |
| return 0; | |
| } | |
configure:20127: result: no | |
configure:20138: checking whether sys/select.h and sys/time.h may both be included | |
configure:20165: /usr/bin/cc -c -O3 -march=core2 -msse4 -w -pipe -I/usr/local/Cellar/readline/6.1/include conftest.c >&5 | |
configure:20171: $? = 0 | |
configure:20192: result: yes | |
configure:20195: checking for addrinfo | |
configure:20222: /usr/bin/cc -c -O3 -march=core2 -msse4 -w -pipe -I/usr/local/Cellar/readline/6.1/include conftest.c >&5 | |
configure:20228: $? = 0 | |
configure:20244: result: yes | |
configure:20254: checking for sockaddr_storage | |
configure:20282: /usr/bin/cc -c -O3 -march=core2 -msse4 -w -pipe -I/usr/local/Cellar/readline/6.1/include conftest.c >&5 | |
configure:20288: $? = 0 | |
configure:20304: result: yes | |
configure:20317: checking whether char is unsigned | |
configure:20345: /usr/bin/cc -c -O3 -march=core2 -msse4 -w -pipe -I/usr/local/Cellar/readline/6.1/include conftest.c >&5 | |
configure:20351: $? = 0 | |
configure:20366: result: no | |
configure:20375: checking for an ANSI C-conforming const | |
configure:20450: /usr/bin/cc -c -O3 -march=core2 -msse4 -w -pipe -I/usr/local/Cellar/readline/6.1/include conftest.c >&5 | |
configure:20456: $? = 0 | |
configure:20471: result: yes | |
configure:20483: checking for working volatile | |
configure:20506: /usr/bin/cc -c -O3 -march=core2 -msse4 -w -pipe -I/usr/local/Cellar/readline/6.1/include conftest.c >&5 | |
configure:20512: $? = 0 | |
configure:20531: result: yes | |
configure:20535: checking for working signed char | |
configure:20558: /usr/bin/cc -c -O3 -march=core2 -msse4 -w -pipe -I/usr/local/Cellar/readline/6.1/include conftest.c >&5 | |
configure:20564: $? = 0 | |
configure:20583: result: yes | |
configure:20587: checking for prototypes | |
configure:20610: /usr/bin/cc -c -O3 -march=core2 -msse4 -w -pipe -I/usr/local/Cellar/readline/6.1/include conftest.c >&5 | |
configure:20616: $? = 0 | |
configure:20637: result: yes | |
configure:20641: checking for variable length prototypes and stdarg.h | |
configure:20674: /usr/bin/cc -c -O3 -march=core2 -msse4 -w -pipe -I/usr/local/Cellar/readline/6.1/include conftest.c >&5 | |
configure:20680: $? = 0 | |
configure:20701: result: yes | |
configure:20705: checking for socketpair | |
configure:20731: /usr/bin/cc -c -O3 -march=core2 -msse4 -w -pipe -I/usr/local/Cellar/readline/6.1/include conftest.c >&5 | |
configure:20737: $? = 0 | |
configure:20747: result: yes | |
configure:20761: checking if sockaddr has sa_len member | |
configure:20786: /usr/bin/cc -c -O3 -march=core2 -msse4 -w -pipe -I/usr/local/Cellar/readline/6.1/include conftest.c >&5 | |
configure:20792: $? = 0 | |
configure:20797: result: yes | |
configure:20815: checking whether va_list is an array | |
configure:20844: /usr/bin/cc -c -O3 -march=core2 -msse4 -w -pipe -I/usr/local/Cellar/readline/6.1/include conftest.c >&5 | |
conftest.c: In function 'main': | |
conftest.c:129: error: incompatible types in assignment | |
configure:20850: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h. */ | |
| #define _GNU_SOURCE 1 | |
| #define _NETBSD_SOURCE 1 | |
| #define __BSD_VISIBLE 1 | |
| #define _BSD_TYPES 1 | |
| #define _DARWIN_C_SOURCE 1 | |
| #define _XOPEN_SOURCE 600 | |
| #define _XOPEN_SOURCE_EXTENDED 1 | |
| #define _POSIX_C_SOURCE 200112L | |
| #define Py_ENABLE_SHARED 1 | |
| #define HAVE_ATTRIBUTE_FORMAT_PARSETUPLE 1 | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_MEMORY_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_CURSES_H 1 | |
| #define HAVE_DLFCN_H 1 | |
| #define HAVE_ERRNO_H 1 | |
| #define HAVE_FCNTL_H 1 | |
| #define HAVE_GRP_H 1 | |
| #define HAVE_LANGINFO_H 1 | |
| #define HAVE_NCURSES_H 1 | |
| #define HAVE_POLL_H 1 | |
| #define HAVE_PTHREAD_H 1 | |
| #define HAVE_SIGNAL_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_TERMIOS_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_UTIME_H 1 | |
| #define HAVE_SYS_EVENT_H 1 | |
| #define HAVE_SYS_FILE_H 1 | |
| #define HAVE_SYS_LOCK_H 1 | |
| #define HAVE_SYS_PARAM_H 1 | |
| #define HAVE_SYS_POLL_H 1 | |
| #define HAVE_SYS_SELECT_H 1 | |
| #define HAVE_SYS_SOCKET_H 1 | |
| #define HAVE_SYS_STATVFS_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_SYS_TIME_H 1 | |
| #define HAVE_SYS_TIMES_H 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_UN_H 1 | |
| #define HAVE_SYS_UTSNAME_H 1 | |
| #define HAVE_SYS_WAIT_H 1 | |
| #define HAVE_SYS_RESOURCE_H 1 | |
| #define HAVE_SYSEXITS_H 1 | |
| #define HAVE_DIRENT_H 1 | |
| #define HAVE_TERM_H 1 | |
| #define HAVE_MAKEDEV 1 | |
| #define _LARGEFILE_SOURCE 1 | |
| #define _FILE_OFFSET_BITS 64 | |
| #if defined(SCO_DS) | |
| #undef _OFF_T | |
| #endif | |
| #define RETSIGTYPE void | |
| #define HAVE_SSIZE_T 1 | |
| #define SIZEOF_INT 4 | |
| #define SIZEOF_LONG 8 | |
| #define SIZEOF_VOID_P 8 | |
| #define SIZEOF_SHORT 2 | |
| #define SIZEOF_FLOAT 4 | |
| #define SIZEOF_DOUBLE 8 | |
| #define SIZEOF_FPOS_T 8 | |
| #define SIZEOF_SIZE_T 8 | |
| #define SIZEOF_PID_T 4 | |
| #define HAVE_LONG_LONG 1 | |
| #define SIZEOF_LONG_LONG 8 | |
| #define HAVE_LONG_DOUBLE 1 | |
| #define SIZEOF_LONG_DOUBLE 16 | |
| #define HAVE_C99_BOOL 1 | |
| #define SIZEOF__BOOL 1 | |
| #define HAVE_UINTPTR_T 1 | |
| #define SIZEOF_UINTPTR_T 8 | |
| #define SIZEOF_OFF_T 8 | |
| #define SIZEOF_TIME_T 8 | |
| #define SIZEOF_PTHREAD_T 8 | |
| #define USE_TOOLBOX_OBJECT_GLUE 1 | |
| #define WITH_DYLD 1 | |
| #define SHLIB_EXT ".so" | |
| #define WITH_THREAD 1 | |
| #define _REENTRANT 1 | |
| #define HAVE_OSX105_SDK 1 | |
| #define WITH_DOC_STRINGS 1 | |
| #define WITH_PYMALLOC 1 | |
| #define HAVE_CHROOT 1 | |
| #define HAVE_LINK 1 | |
| #define HAVE_SYMLINK 1 | |
| #define HAVE_FCHDIR 1 | |
| #define HAVE_FSYNC 1 | |
| #define HAVE_KQUEUE 1 | |
| #define HAVE_CTERMID_R 1 | |
| #define HAVE_FLOCK 1 | |
| #define HAVE_GETPAGESIZE 1 | |
| #define HAVE_INET_PTON 1 | |
| #define HAVE_SETGROUPS 1 | |
| #define TIME_WITH_SYS_TIME 1 | |
| #define HAVE_STRUCT_TM_TM_ZONE 1 | |
| #define HAVE_TM_ZONE 1 | |
| #define HAVE_STRUCT_STAT_ST_RDEV 1 | |
| #define HAVE_STRUCT_STAT_ST_BLKSIZE 1 | |
| #define HAVE_STRUCT_STAT_ST_FLAGS 1 | |
| #define HAVE_STRUCT_STAT_ST_GEN 1 | |
| #define HAVE_STRUCT_STAT_ST_BLOCKS 1 | |
| #define HAVE_ST_BLOCKS 1 | |
| #define SYS_SELECT_WITH_SYS_TIME 1 | |
| #define HAVE_ADDRINFO 1 | |
| #define HAVE_SOCKADDR_STORAGE 1 | |
| #define HAVE_PROTOTYPES 1 | |
| #define HAVE_STDARG_PROTOTYPES 1 | |
| #define HAVE_SOCKETPAIR 1 | |
| #define HAVE_SOCKADDR_SA_LEN 1 | |
| /* end confdefs.h. */ | |
| | |
| #ifdef HAVE_STDARG_PROTOTYPES | |
| #include <stdarg.h> | |
| #else | |
| #include <varargs.h> | |
| #endif | |
| | |
| int | |
| main () | |
| { | |
| va_list list1, list2; list1 = list2; | |
| ; | |
| return 0; | |
| } | |
configure:20871: result: yes | |
configure:20878: checking for gethostbyname_r | |
configure:20934: /usr/bin/cc -o conftest -O3 -march=core2 -msse4 -w -pipe -I/usr/local/Cellar/readline/6.1/include -arch i386 -arch ppc -arch ppc64 -arch x86_64 -isysroot / -L/usr/local/Cellar/readline/6.1/lib conftest.c >&5 | |
Undefined symbols for architecture i386: | |
"_gethostbyname_r", referenced from: | |
_main in cc6IDeka.o | |
ld: symbol(s) not found for architecture i386 | |
collect2: ld returned 1 exit status | |
cc1: error: unrecognized command line option "-march=core2" | |
cc1: error: unrecognized command line option "-msse4" | |
cc1: error: unrecognized command line option "-march=core2" | |
cc1: error: unrecognized command line option "-msse4" | |
Undefined symbols for architecture x86_64: | |
"_gethostbyname_r", referenced from: | |
_main in cclUBneR.o | |
ld: symbol(s) not found for architecture x86_64 | |
collect2: ld returned 1 exit status | |
lipo: can't open input file: /var/folders/tc/tc6XgOadEhmatl76xhT7Y++++TI/-Tmp-//ccUozGPs.out (No such file or directory) | |
configure:20940: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h. */ | |
| #define _GNU_SOURCE 1 | |
| #define _NETBSD_SOURCE 1 | |
| #define __BSD_VISIBLE 1 | |
| #define _BSD_TYPES 1 | |
| #define _DARWIN_C_SOURCE 1 | |
| #define _XOPEN_SOURCE 600 | |
| #define _XOPEN_SOURCE_EXTENDED 1 | |
| #define _POSIX_C_SOURCE 200112L | |
| #define Py_ENABLE_SHARED 1 | |
| #define HAVE_ATTRIBUTE_FORMAT_PARSETUPLE 1 | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_MEMORY_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_CURSES_H 1 | |
| #define HAVE_DLFCN_H 1 | |
| #define HAVE_ERRNO_H 1 | |
| #define HAVE_FCNTL_H 1 | |
| #define HAVE_GRP_H 1 | |
| #define HAVE_LANGINFO_H 1 | |
| #define HAVE_NCURSES_H 1 | |
| #define HAVE_POLL_H 1 | |
| #define HAVE_PTHREAD_H 1 | |
| #define HAVE_SIGNAL_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_TERMIOS_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_UTIME_H 1 | |
| #define HAVE_SYS_EVENT_H 1 | |
| #define HAVE_SYS_FILE_H 1 | |
| #define HAVE_SYS_LOCK_H 1 | |
| #define HAVE_SYS_PARAM_H 1 | |
| #define HAVE_SYS_POLL_H 1 | |
| #define HAVE_SYS_SELECT_H 1 | |
| #define HAVE_SYS_SOCKET_H 1 | |
| #define HAVE_SYS_STATVFS_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_SYS_TIME_H 1 | |
| #define HAVE_SYS_TIMES_H 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_UN_H 1 | |
| #define HAVE_SYS_UTSNAME_H 1 | |
| #define HAVE_SYS_WAIT_H 1 | |
| #define HAVE_SYS_RESOURCE_H 1 | |
| #define HAVE_SYSEXITS_H 1 | |
| #define HAVE_DIRENT_H 1 | |
| #define HAVE_TERM_H 1 | |
| #define HAVE_MAKEDEV 1 | |
| #define _LARGEFILE_SOURCE 1 | |
| #define _FILE_OFFSET_BITS 64 | |
| #if defined(SCO_DS) | |
| #undef _OFF_T | |
| #endif | |
| #define RETSIGTYPE void | |
| #define HAVE_SSIZE_T 1 | |
| #define SIZEOF_INT 4 | |
| #define SIZEOF_LONG 8 | |
| #define SIZEOF_VOID_P 8 | |
| #define SIZEOF_SHORT 2 | |
| #define SIZEOF_FLOAT 4 | |
| #define SIZEOF_DOUBLE 8 | |
| #define SIZEOF_FPOS_T 8 | |
| #define SIZEOF_SIZE_T 8 | |
| #define SIZEOF_PID_T 4 | |
| #define HAVE_LONG_LONG 1 | |
| #define SIZEOF_LONG_LONG 8 | |
| #define HAVE_LONG_DOUBLE 1 | |
| #define SIZEOF_LONG_DOUBLE 16 | |
| #define HAVE_C99_BOOL 1 | |
| #define SIZEOF__BOOL 1 | |
| #define HAVE_UINTPTR_T 1 | |
| #define SIZEOF_UINTPTR_T 8 | |
| #define SIZEOF_OFF_T 8 | |
| #define SIZEOF_TIME_T 8 | |
| #define SIZEOF_PTHREAD_T 8 | |
| #define USE_TOOLBOX_OBJECT_GLUE 1 | |
| #define WITH_DYLD 1 | |
| #define SHLIB_EXT ".so" | |
| #define WITH_THREAD 1 | |
| #define _REENTRANT 1 | |
| #define HAVE_OSX105_SDK 1 | |
| #define WITH_DOC_STRINGS 1 | |
| #define WITH_PYMALLOC 1 | |
| #define HAVE_CHROOT 1 | |
| #define HAVE_LINK 1 | |
| #define HAVE_SYMLINK 1 | |
| #define HAVE_FCHDIR 1 | |
| #define HAVE_FSYNC 1 | |
| #define HAVE_KQUEUE 1 | |
| #define HAVE_CTERMID_R 1 | |
| #define HAVE_FLOCK 1 | |
| #define HAVE_GETPAGESIZE 1 | |
| #define HAVE_INET_PTON 1 | |
| #define HAVE_SETGROUPS 1 | |
| #define TIME_WITH_SYS_TIME 1 | |
| #define HAVE_STRUCT_TM_TM_ZONE 1 | |
| #define HAVE_TM_ZONE 1 | |
| #define HAVE_STRUCT_STAT_ST_RDEV 1 | |
| #define HAVE_STRUCT_STAT_ST_BLKSIZE 1 | |
| #define HAVE_STRUCT_STAT_ST_FLAGS 1 | |
| #define HAVE_STRUCT_STAT_ST_GEN 1 | |
| #define HAVE_STRUCT_STAT_ST_BLOCKS 1 | |
| #define HAVE_ST_BLOCKS 1 | |
| #define SYS_SELECT_WITH_SYS_TIME 1 | |
| #define HAVE_ADDRINFO 1 | |
| #define HAVE_SOCKADDR_STORAGE 1 | |
| #define HAVE_PROTOTYPES 1 | |
| #define HAVE_STDARG_PROTOTYPES 1 | |
| #define HAVE_SOCKETPAIR 1 | |
| #define HAVE_SOCKADDR_SA_LEN 1 | |
| #define VA_LIST_IS_ARRAY 1 | |
| /* end confdefs.h. */ | |
| /* Define gethostbyname_r to an innocuous variant, in case <limits.h> declares gethostbyname_r. | |
| For example, HP-UX 11i <limits.h> declares gettimeofday. */ | |
| #define gethostbyname_r innocuous_gethostbyname_r | |
| | |
| /* System header to define __stub macros and hopefully few prototypes, | |
| which can conflict with char gethostbyname_r (); 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 gethostbyname_r | |
| | |
| /* 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 gethostbyname_r (); | |
| /* 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_gethostbyname_r || defined __stub___gethostbyname_r | |
| choke me | |
| #endif | |
| | |
| int | |
| main () | |
| { | |
| return gethostbyname_r (); | |
| ; | |
| return 0; | |
| } | |
configure:20957: result: no | |
configure:21177: checking for gethostbyname | |
configure:21233: /usr/bin/cc -o conftest -O3 -march=core2 -msse4 -w -pipe -I/usr/local/Cellar/readline/6.1/include -arch i386 -arch ppc -arch ppc64 -arch x86_64 -isysroot / -L/usr/local/Cellar/readline/6.1/lib conftest.c >&5 | |
cc1: error: unrecognized command line option "-march=core2" | |
cc1: error: unrecognized command line option "-msse4" | |
cc1: error: unrecognized command line option "-march=core2" | |
cc1: error: unrecognized command line option "-msse4" | |
lipo: can't figure out the architecture type of: /var/folders/tc/tc6XgOadEhmatl76xhT7Y++++TI/-Tmp-//cc5HXf24.out | |
configure:21239: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h. */ | |
| #define _GNU_SOURCE 1 | |
| #define _NETBSD_SOURCE 1 | |
| #define __BSD_VISIBLE 1 | |
| #define _BSD_TYPES 1 | |
| #define _DARWIN_C_SOURCE 1 | |
| #define _XOPEN_SOURCE 600 | |
| #define _XOPEN_SOURCE_EXTENDED 1 | |
| #define _POSIX_C_SOURCE 200112L | |
| #define Py_ENABLE_SHARED 1 | |
| #define HAVE_ATTRIBUTE_FORMAT_PARSETUPLE 1 | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_MEMORY_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_CURSES_H 1 | |
| #define HAVE_DLFCN_H 1 | |
| #define HAVE_ERRNO_H 1 | |
| #define HAVE_FCNTL_H 1 | |
| #define HAVE_GRP_H 1 | |
| #define HAVE_LANGINFO_H 1 | |
| #define HAVE_NCURSES_H 1 | |
| #define HAVE_POLL_H 1 | |
| #define HAVE_PTHREAD_H 1 | |
| #define HAVE_SIGNAL_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_TERMIOS_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_UTIME_H 1 | |
| #define HAVE_SYS_EVENT_H 1 | |
| #define HAVE_SYS_FILE_H 1 | |
| #define HAVE_SYS_LOCK_H 1 | |
| #define HAVE_SYS_PARAM_H 1 | |
| #define HAVE_SYS_POLL_H 1 | |
| #define HAVE_SYS_SELECT_H 1 | |
| #define HAVE_SYS_SOCKET_H 1 | |
| #define HAVE_SYS_STATVFS_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_SYS_TIME_H 1 | |
| #define HAVE_SYS_TIMES_H 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_UN_H 1 | |
| #define HAVE_SYS_UTSNAME_H 1 | |
| #define HAVE_SYS_WAIT_H 1 | |
| #define HAVE_SYS_RESOURCE_H 1 | |
| #define HAVE_SYSEXITS_H 1 | |
| #define HAVE_DIRENT_H 1 | |
| #define HAVE_TERM_H 1 | |
| #define HAVE_MAKEDEV 1 | |
| #define _LARGEFILE_SOURCE 1 | |
| #define _FILE_OFFSET_BITS 64 | |
| #if defined(SCO_DS) | |
| #undef _OFF_T | |
| #endif | |
| #define RETSIGTYPE void | |
| #define HAVE_SSIZE_T 1 | |
| #define SIZEOF_INT 4 | |
| #define SIZEOF_LONG 8 | |
| #define SIZEOF_VOID_P 8 | |
| #define SIZEOF_SHORT 2 | |
| #define SIZEOF_FLOAT 4 | |
| #define SIZEOF_DOUBLE 8 | |
| #define SIZEOF_FPOS_T 8 | |
| #define SIZEOF_SIZE_T 8 | |
| #define SIZEOF_PID_T 4 | |
| #define HAVE_LONG_LONG 1 | |
| #define SIZEOF_LONG_LONG 8 | |
| #define HAVE_LONG_DOUBLE 1 | |
| #define SIZEOF_LONG_DOUBLE 16 | |
| #define HAVE_C99_BOOL 1 | |
| #define SIZEOF__BOOL 1 | |
| #define HAVE_UINTPTR_T 1 | |
| #define SIZEOF_UINTPTR_T 8 | |
| #define SIZEOF_OFF_T 8 | |
| #define SIZEOF_TIME_T 8 | |
| #define SIZEOF_PTHREAD_T 8 | |
| #define USE_TOOLBOX_OBJECT_GLUE 1 | |
| #define WITH_DYLD 1 | |
| #define SHLIB_EXT ".so" | |
| #define WITH_THREAD 1 | |
| #define _REENTRANT 1 | |
| #define HAVE_OSX105_SDK 1 | |
| #define WITH_DOC_STRINGS 1 | |
| #define WITH_PYMALLOC 1 | |
| #define HAVE_CHROOT 1 | |
| #define HAVE_LINK 1 | |
| #define HAVE_SYMLINK 1 | |
| #define HAVE_FCHDIR 1 | |
| #define HAVE_FSYNC 1 | |
| #define HAVE_KQUEUE 1 | |
| #define HAVE_CTERMID_R 1 | |
| #define HAVE_FLOCK 1 | |
| #define HAVE_GETPAGESIZE 1 | |
| #define HAVE_INET_PTON 1 | |
| #define HAVE_SETGROUPS 1 | |
| #define TIME_WITH_SYS_TIME 1 | |
| #define HAVE_STRUCT_TM_TM_ZONE 1 | |
| #define HAVE_TM_ZONE 1 | |
| #define HAVE_STRUCT_STAT_ST_RDEV 1 | |
| #define HAVE_STRUCT_STAT_ST_BLKSIZE 1 | |
| #define HAVE_STRUCT_STAT_ST_FLAGS 1 | |
| #define HAVE_STRUCT_STAT_ST_GEN 1 | |
| #define HAVE_STRUCT_STAT_ST_BLOCKS 1 | |
| #define HAVE_ST_BLOCKS 1 | |
| #define SYS_SELECT_WITH_SYS_TIME 1 | |
| #define HAVE_ADDRINFO 1 | |
| #define HAVE_SOCKADDR_STORAGE 1 | |
| #define HAVE_PROTOTYPES 1 | |
| #define HAVE_STDARG_PROTOTYPES 1 | |
| #define HAVE_SOCKETPAIR 1 | |
| #define HAVE_SOCKADDR_SA_LEN 1 | |
| #define VA_LIST_IS_ARRAY 1 | |
| /* end confdefs.h. */ | |
| /* Define gethostbyname to an innocuous variant, in case <limits.h> declares gethostbyname. | |
| For example, HP-UX 11i <limits.h> declares gettimeofday. */ | |
| #define gethostbyname innocuous_gethostbyname | |
| | |
| /* System header to define __stub macros and hopefully few prototypes, | |
| which can conflict with char gethostbyname (); 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 gethostbyname | |
| | |
| /* 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 gethostbyname (); | |
| /* 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_gethostbyname || defined __stub___gethostbyname | |
| choke me | |
| #endif | |
| | |
| int | |
| main () | |
| { | |
| return gethostbyname (); | |
| ; | |
| return 0; | |
| } | |
configure:21257: result: no | |
configure:21280: checking for __fpu_control | |
configure:21336: /usr/bin/cc -o conftest -O3 -march=core2 -msse4 -w -pipe -I/usr/local/Cellar/readline/6.1/include -arch i386 -arch ppc -arch ppc64 -arch x86_64 -isysroot / -L/usr/local/Cellar/readline/6.1/lib conftest.c >&5 | |
Undefined symbols for architecture i386: | |
"___fpu_control", referenced from: | |
_main in ccRWorRL.o | |
ld: symbol(s) not found for architecture i386 | |
collect2: ld returned 1 exit status | |
cc1: error: unrecognized command line option "-march=core2" | |
cc1: error: unrecognized command line option "-msse4" | |
cc1: error: unrecognized command line option "-march=core2" | |
cc1: error: unrecognized command line option "-msse4" | |
Undefined symbols for architecture x86_64: | |
"___fpu_control", referenced from: | |
_main in ccwt2vzz.o | |
ld: symbol(s) not found for architecture x86_64 | |
collect2: ld returned 1 exit status | |
lipo: can't open input file: /var/folders/tc/tc6XgOadEhmatl76xhT7Y++++TI/-Tmp-//ccb2JUY7.out (No such file or directory) | |
configure:21342: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h. */ | |
| #define _GNU_SOURCE 1 | |
| #define _NETBSD_SOURCE 1 | |
| #define __BSD_VISIBLE 1 | |
| #define _BSD_TYPES 1 | |
| #define _DARWIN_C_SOURCE 1 | |
| #define _XOPEN_SOURCE 600 | |
| #define _XOPEN_SOURCE_EXTENDED 1 | |
| #define _POSIX_C_SOURCE 200112L | |
| #define Py_ENABLE_SHARED 1 | |
| #define HAVE_ATTRIBUTE_FORMAT_PARSETUPLE 1 | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_MEMORY_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_CURSES_H 1 | |
| #define HAVE_DLFCN_H 1 | |
| #define HAVE_ERRNO_H 1 | |
| #define HAVE_FCNTL_H 1 | |
| #define HAVE_GRP_H 1 | |
| #define HAVE_LANGINFO_H 1 | |
| #define HAVE_NCURSES_H 1 | |
| #define HAVE_POLL_H 1 | |
| #define HAVE_PTHREAD_H 1 | |
| #define HAVE_SIGNAL_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_TERMIOS_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_UTIME_H 1 | |
| #define HAVE_SYS_EVENT_H 1 | |
| #define HAVE_SYS_FILE_H 1 | |
| #define HAVE_SYS_LOCK_H 1 | |
| #define HAVE_SYS_PARAM_H 1 | |
| #define HAVE_SYS_POLL_H 1 | |
| #define HAVE_SYS_SELECT_H 1 | |
| #define HAVE_SYS_SOCKET_H 1 | |
| #define HAVE_SYS_STATVFS_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_SYS_TIME_H 1 | |
| #define HAVE_SYS_TIMES_H 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_UN_H 1 | |
| #define HAVE_SYS_UTSNAME_H 1 | |
| #define HAVE_SYS_WAIT_H 1 | |
| #define HAVE_SYS_RESOURCE_H 1 | |
| #define HAVE_SYSEXITS_H 1 | |
| #define HAVE_DIRENT_H 1 | |
| #define HAVE_TERM_H 1 | |
| #define HAVE_MAKEDEV 1 | |
| #define _LARGEFILE_SOURCE 1 | |
| #define _FILE_OFFSET_BITS 64 | |
| #if defined(SCO_DS) | |
| #undef _OFF_T | |
| #endif | |
| #define RETSIGTYPE void | |
| #define HAVE_SSIZE_T 1 | |
| #define SIZEOF_INT 4 | |
| #define SIZEOF_LONG 8 | |
| #define SIZEOF_VOID_P 8 | |
| #define SIZEOF_SHORT 2 | |
| #define SIZEOF_FLOAT 4 | |
| #define SIZEOF_DOUBLE 8 | |
| #define SIZEOF_FPOS_T 8 | |
| #define SIZEOF_SIZE_T 8 | |
| #define SIZEOF_PID_T 4 | |
| #define HAVE_LONG_LONG 1 | |
| #define SIZEOF_LONG_LONG 8 | |
| #define HAVE_LONG_DOUBLE 1 | |
| #define SIZEOF_LONG_DOUBLE 16 | |
| #define HAVE_C99_BOOL 1 | |
| #define SIZEOF__BOOL 1 | |
| #define HAVE_UINTPTR_T 1 | |
| #define SIZEOF_UINTPTR_T 8 | |
| #define SIZEOF_OFF_T 8 | |
| #define SIZEOF_TIME_T 8 | |
| #define SIZEOF_PTHREAD_T 8 | |
| #define USE_TOOLBOX_OBJECT_GLUE 1 | |
| #define WITH_DYLD 1 | |
| #define SHLIB_EXT ".so" | |
| #define WITH_THREAD 1 | |
| #define _REENTRANT 1 | |
| #define HAVE_OSX105_SDK 1 | |
| #define WITH_DOC_STRINGS 1 | |
| #define WITH_PYMALLOC 1 | |
| #define HAVE_CHROOT 1 | |
| #define HAVE_LINK 1 | |
| #define HAVE_SYMLINK 1 | |
| #define HAVE_FCHDIR 1 | |
| #define HAVE_FSYNC 1 | |
| #define HAVE_KQUEUE 1 | |
| #define HAVE_CTERMID_R 1 | |
| #define HAVE_FLOCK 1 | |
| #define HAVE_GETPAGESIZE 1 | |
| #define HAVE_INET_PTON 1 | |
| #define HAVE_SETGROUPS 1 | |
| #define TIME_WITH_SYS_TIME 1 | |
| #define HAVE_STRUCT_TM_TM_ZONE 1 | |
| #define HAVE_TM_ZONE 1 | |
| #define HAVE_STRUCT_STAT_ST_RDEV 1 | |
| #define HAVE_STRUCT_STAT_ST_BLKSIZE 1 | |
| #define HAVE_STRUCT_STAT_ST_FLAGS 1 | |
| #define HAVE_STRUCT_STAT_ST_GEN 1 | |
| #define HAVE_STRUCT_STAT_ST_BLOCKS 1 | |
| #define HAVE_ST_BLOCKS 1 | |
| #define SYS_SELECT_WITH_SYS_TIME 1 | |
| #define HAVE_ADDRINFO 1 | |
| #define HAVE_SOCKADDR_STORAGE 1 | |
| #define HAVE_PROTOTYPES 1 | |
| #define HAVE_STDARG_PROTOTYPES 1 | |
| #define HAVE_SOCKETPAIR 1 | |
| #define HAVE_SOCKADDR_SA_LEN 1 | |
| #define VA_LIST_IS_ARRAY 1 | |
| /* end confdefs.h. */ | |
| /* Define __fpu_control to an innocuous variant, in case <limits.h> declares __fpu_control. | |
| For example, HP-UX 11i <limits.h> declares gettimeofday. */ | |
| #define __fpu_control innocuous___fpu_control | |
| | |
| /* System header to define __stub macros and hopefully few prototypes, | |
| which can conflict with char __fpu_control (); 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 __fpu_control | |
| | |
| /* 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 __fpu_control (); | |
| /* 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___fpu_control || defined __stub_____fpu_control | |
| choke me | |
| #endif | |
| | |
| int | |
| main () | |
| { | |
| return __fpu_control (); | |
| ; | |
| return 0; | |
| } | |
configure:21359: result: no | |
configure:21365: checking for __fpu_control in -lieee | |
configure:21400: /usr/bin/cc -o conftest -O3 -march=core2 -msse4 -w -pipe -I/usr/local/Cellar/readline/6.1/include -arch i386 -arch ppc -arch ppc64 -arch x86_64 -isysroot / -L/usr/local/Cellar/readline/6.1/lib conftest.c -lieee >&5 | |
ld: library not found for -lieee | |
collect2: ld returned 1 exit status | |
cc1: error: unrecognized command line option "-march=core2" | |
cc1: error: unrecognized command line option "-msse4" | |
cc1: error: unrecognized command line option "-march=core2" | |
cc1: error: unrecognized command line option "-msse4" | |
ld: library not found for -lieee | |
collect2: ld returned 1 exit status | |
lipo: can't open input file: /var/folders/tc/tc6XgOadEhmatl76xhT7Y++++TI/-Tmp-//ccdvlGQl.out (No such file or directory) | |
configure:21406: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h. */ | |
| #define _GNU_SOURCE 1 | |
| #define _NETBSD_SOURCE 1 | |
| #define __BSD_VISIBLE 1 | |
| #define _BSD_TYPES 1 | |
| #define _DARWIN_C_SOURCE 1 | |
| #define _XOPEN_SOURCE 600 | |
| #define _XOPEN_SOURCE_EXTENDED 1 | |
| #define _POSIX_C_SOURCE 200112L | |
| #define Py_ENABLE_SHARED 1 | |
| #define HAVE_ATTRIBUTE_FORMAT_PARSETUPLE 1 | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_MEMORY_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_CURSES_H 1 | |
| #define HAVE_DLFCN_H 1 | |
| #define HAVE_ERRNO_H 1 | |
| #define HAVE_FCNTL_H 1 | |
| #define HAVE_GRP_H 1 | |
| #define HAVE_LANGINFO_H 1 | |
| #define HAVE_NCURSES_H 1 | |
| #define HAVE_POLL_H 1 | |
| #define HAVE_PTHREAD_H 1 | |
| #define HAVE_SIGNAL_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_TERMIOS_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_UTIME_H 1 | |
| #define HAVE_SYS_EVENT_H 1 | |
| #define HAVE_SYS_FILE_H 1 | |
| #define HAVE_SYS_LOCK_H 1 | |
| #define HAVE_SYS_PARAM_H 1 | |
| #define HAVE_SYS_POLL_H 1 | |
| #define HAVE_SYS_SELECT_H 1 | |
| #define HAVE_SYS_SOCKET_H 1 | |
| #define HAVE_SYS_STATVFS_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_SYS_TIME_H 1 | |
| #define HAVE_SYS_TIMES_H 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_UN_H 1 | |
| #define HAVE_SYS_UTSNAME_H 1 | |
| #define HAVE_SYS_WAIT_H 1 | |
| #define HAVE_SYS_RESOURCE_H 1 | |
| #define HAVE_SYSEXITS_H 1 | |
| #define HAVE_DIRENT_H 1 | |
| #define HAVE_TERM_H 1 | |
| #define HAVE_MAKEDEV 1 | |
| #define _LARGEFILE_SOURCE 1 | |
| #define _FILE_OFFSET_BITS 64 | |
| #if defined(SCO_DS) | |
| #undef _OFF_T | |
| #endif | |
| #define RETSIGTYPE void | |
| #define HAVE_SSIZE_T 1 | |
| #define SIZEOF_INT 4 | |
| #define SIZEOF_LONG 8 | |
| #define SIZEOF_VOID_P 8 | |
| #define SIZEOF_SHORT 2 | |
| #define SIZEOF_FLOAT 4 | |
| #define SIZEOF_DOUBLE 8 | |
| #define SIZEOF_FPOS_T 8 | |
| #define SIZEOF_SIZE_T 8 | |
| #define SIZEOF_PID_T 4 | |
| #define HAVE_LONG_LONG 1 | |
| #define SIZEOF_LONG_LONG 8 | |
| #define HAVE_LONG_DOUBLE 1 | |
| #define SIZEOF_LONG_DOUBLE 16 | |
| #define HAVE_C99_BOOL 1 | |
| #define SIZEOF__BOOL 1 | |
| #define HAVE_UINTPTR_T 1 | |
| #define SIZEOF_UINTPTR_T 8 | |
| #define SIZEOF_OFF_T 8 | |
| #define SIZEOF_TIME_T 8 | |
| #define SIZEOF_PTHREAD_T 8 | |
| #define USE_TOOLBOX_OBJECT_GLUE 1 | |
| #define WITH_DYLD 1 | |
| #define SHLIB_EXT ".so" | |
| #define WITH_THREAD 1 | |
| #define _REENTRANT 1 | |
| #define HAVE_OSX105_SDK 1 | |
| #define WITH_DOC_STRINGS 1 | |
| #define WITH_PYMALLOC 1 | |
| #define HAVE_CHROOT 1 | |
| #define HAVE_LINK 1 | |
| #define HAVE_SYMLINK 1 | |
| #define HAVE_FCHDIR 1 | |
| #define HAVE_FSYNC 1 | |
| #define HAVE_KQUEUE 1 | |
| #define HAVE_CTERMID_R 1 | |
| #define HAVE_FLOCK 1 | |
| #define HAVE_GETPAGESIZE 1 | |
| #define HAVE_INET_PTON 1 | |
| #define HAVE_SETGROUPS 1 | |
| #define TIME_WITH_SYS_TIME 1 | |
| #define HAVE_STRUCT_TM_TM_ZONE 1 | |
| #define HAVE_TM_ZONE 1 | |
| #define HAVE_STRUCT_STAT_ST_RDEV 1 | |
| #define HAVE_STRUCT_STAT_ST_BLKSIZE 1 | |
| #define HAVE_STRUCT_STAT_ST_FLAGS 1 | |
| #define HAVE_STRUCT_STAT_ST_GEN 1 | |
| #define HAVE_STRUCT_STAT_ST_BLOCKS 1 | |
| #define HAVE_ST_BLOCKS 1 | |
| #define SYS_SELECT_WITH_SYS_TIME 1 | |
| #define HAVE_ADDRINFO 1 | |
| #define HAVE_SOCKADDR_STORAGE 1 | |
| #define HAVE_PROTOTYPES 1 | |
| #define HAVE_STDARG_PROTOTYPES 1 | |
| #define HAVE_SOCKETPAIR 1 | |
| #define HAVE_SOCKADDR_SA_LEN 1 | |
| #define VA_LIST_IS_ARRAY 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 __fpu_control (); | |
| int | |
| main () | |
| { | |
| return __fpu_control (); | |
| ; | |
| return 0; | |
| } | |
configure:21424: result: no | |
configure:21440: checking for --with-fpectl | |
configure:21459: result: no | |
configure:21471: checking for --with-libm=STRING | |
configure:21490: result: default LIBM="" | |
configure:21497: checking for --with-libc=STRING | |
configure:21516: result: default LIBC="" | |
configure:21530: checking whether tanh preserves the sign of zero | |
configure:21564: /usr/bin/cc -o conftest -O3 -march=core2 -msse4 -w -pipe -I/usr/local/Cellar/readline/6.1/include -arch i386 -arch ppc -arch ppc64 -arch x86_64 -isysroot / -L/usr/local/Cellar/readline/6.1/lib conftest.c >&5 | |
cc1: error: unrecognized command line option "-march=core2" | |
cc1: error: unrecognized command line option "-msse4" | |
cc1: error: unrecognized command line option "-march=core2" | |
cc1: error: unrecognized command line option "-msse4" | |
lipo: can't figure out the architecture type of: /var/folders/tc/tc6XgOadEhmatl76xhT7Y++++TI/-Tmp-//cccrUNmi.out | |
configure:21567: $? = 1 | |
configure: program exited with status 1 | |
configure: failed program was: | |
| /* confdefs.h. */ | |
| #define _GNU_SOURCE 1 | |
| #define _NETBSD_SOURCE 1 | |
| #define __BSD_VISIBLE 1 | |
| #define _BSD_TYPES 1 | |
| #define _DARWIN_C_SOURCE 1 | |
| #define _XOPEN_SOURCE 600 | |
| #define _XOPEN_SOURCE_EXTENDED 1 | |
| #define _POSIX_C_SOURCE 200112L | |
| #define Py_ENABLE_SHARED 1 | |
| #define HAVE_ATTRIBUTE_FORMAT_PARSETUPLE 1 | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_MEMORY_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_CURSES_H 1 | |
| #define HAVE_DLFCN_H 1 | |
| #define HAVE_ERRNO_H 1 | |
| #define HAVE_FCNTL_H 1 | |
| #define HAVE_GRP_H 1 | |
| #define HAVE_LANGINFO_H 1 | |
| #define HAVE_NCURSES_H 1 | |
| #define HAVE_POLL_H 1 | |
| #define HAVE_PTHREAD_H 1 | |
| #define HAVE_SIGNAL_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_TERMIOS_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_UTIME_H 1 | |
| #define HAVE_SYS_EVENT_H 1 | |
| #define HAVE_SYS_FILE_H 1 | |
| #define HAVE_SYS_LOCK_H 1 | |
| #define HAVE_SYS_PARAM_H 1 | |
| #define HAVE_SYS_POLL_H 1 | |
| #define HAVE_SYS_SELECT_H 1 | |
| #define HAVE_SYS_SOCKET_H 1 | |
| #define HAVE_SYS_STATVFS_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_SYS_TIME_H 1 | |
| #define HAVE_SYS_TIMES_H 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_UN_H 1 | |
| #define HAVE_SYS_UTSNAME_H 1 | |
| #define HAVE_SYS_WAIT_H 1 | |
| #define HAVE_SYS_RESOURCE_H 1 | |
| #define HAVE_SYSEXITS_H 1 | |
| #define HAVE_DIRENT_H 1 | |
| #define HAVE_TERM_H 1 | |
| #define HAVE_MAKEDEV 1 | |
| #define _LARGEFILE_SOURCE 1 | |
| #define _FILE_OFFSET_BITS 64 | |
| #if defined(SCO_DS) | |
| #undef _OFF_T | |
| #endif | |
| #define RETSIGTYPE void | |
| #define HAVE_SSIZE_T 1 | |
| #define SIZEOF_INT 4 | |
| #define SIZEOF_LONG 8 | |
| #define SIZEOF_VOID_P 8 | |
| #define SIZEOF_SHORT 2 | |
| #define SIZEOF_FLOAT 4 | |
| #define SIZEOF_DOUBLE 8 | |
| #define SIZEOF_FPOS_T 8 | |
| #define SIZEOF_SIZE_T 8 | |
| #define SIZEOF_PID_T 4 | |
| #define HAVE_LONG_LONG 1 | |
| #define SIZEOF_LONG_LONG 8 | |
| #define HAVE_LONG_DOUBLE 1 | |
| #define SIZEOF_LONG_DOUBLE 16 | |
| #define HAVE_C99_BOOL 1 | |
| #define SIZEOF__BOOL 1 | |
| #define HAVE_UINTPTR_T 1 | |
| #define SIZEOF_UINTPTR_T 8 | |
| #define SIZEOF_OFF_T 8 | |
| #define SIZEOF_TIME_T 8 | |
| #define SIZEOF_PTHREAD_T 8 | |
| #define USE_TOOLBOX_OBJECT_GLUE 1 | |
| #define WITH_DYLD 1 | |
| #define SHLIB_EXT ".so" | |
| #define WITH_THREAD 1 | |
| #define _REENTRANT 1 | |
| #define HAVE_OSX105_SDK 1 | |
| #define WITH_DOC_STRINGS 1 | |
| #define WITH_PYMALLOC 1 | |
| #define HAVE_CHROOT 1 | |
| #define HAVE_LINK 1 | |
| #define HAVE_SYMLINK 1 | |
| #define HAVE_FCHDIR 1 | |
| #define HAVE_FSYNC 1 | |
| #define HAVE_KQUEUE 1 | |
| #define HAVE_CTERMID_R 1 | |
| #define HAVE_FLOCK 1 | |
| #define HAVE_GETPAGESIZE 1 | |
| #define HAVE_INET_PTON 1 | |
| #define HAVE_SETGROUPS 1 | |
| #define TIME_WITH_SYS_TIME 1 | |
| #define HAVE_STRUCT_TM_TM_ZONE 1 | |
| #define HAVE_TM_ZONE 1 | |
| #define HAVE_STRUCT_STAT_ST_RDEV 1 | |
| #define HAVE_STRUCT_STAT_ST_BLKSIZE 1 | |
| #define HAVE_STRUCT_STAT_ST_FLAGS 1 | |
| #define HAVE_STRUCT_STAT_ST_GEN 1 | |
| #define HAVE_STRUCT_STAT_ST_BLOCKS 1 | |
| #define HAVE_ST_BLOCKS 1 | |
| #define SYS_SELECT_WITH_SYS_TIME 1 | |
| #define HAVE_ADDRINFO 1 | |
| #define HAVE_SOCKADDR_STORAGE 1 | |
| #define HAVE_PROTOTYPES 1 | |
| #define HAVE_STDARG_PROTOTYPES 1 | |
| #define HAVE_SOCKETPAIR 1 | |
| #define HAVE_SOCKADDR_SA_LEN 1 | |
| #define VA_LIST_IS_ARRAY 1 | |
| /* end confdefs.h. */ | |
| | |
| #include <math.h> | |
| #include <stdlib.h> | |
| int main() { | |
| /* return 0 if either negative zeros don't exist | |
| on this platform or if negative zeros exist | |
| and tanh(-0.) == -0. */ | |
| if (atan2(0., -1.) == atan2(-0., -1.) || | |
| atan2(tanh(-0.), -1.) == atan2(-0., -1.)) exit(0); | |
| else exit(1); | |
| } | |
| | |
configure:21593: result: no | |
configure:21617: checking for acosh | |
configure:21673: /usr/bin/cc -o conftest -O3 -march=core2 -msse4 -w -pipe -I/usr/local/Cellar/readline/6.1/include -arch i386 -arch ppc -arch ppc64 -arch x86_64 -isysroot / -L/usr/local/Cellar/readline/6.1/lib conftest.c >&5 | |
cc1: error: unrecognized command line option "-march=core2" | |
cc1: error: unrecognized command line option "-msse4" | |
cc1: error: unrecognized command line option "-march=core2" | |
cc1: error: unrecognized command line option "-msse4" | |
lipo: can't figure out the architecture type of: /var/folders/tc/tc6XgOadEhmatl76xhT7Y++++TI/-Tmp-//ccGlnGUi.out | |
configure:21679: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h. */ | |
| #define _GNU_SOURCE 1 | |
| #define _NETBSD_SOURCE 1 | |
| #define __BSD_VISIBLE 1 | |
| #define _BSD_TYPES 1 | |
| #define _DARWIN_C_SOURCE 1 | |
| #define _XOPEN_SOURCE 600 | |
| #define _XOPEN_SOURCE_EXTENDED 1 | |
| #define _POSIX_C_SOURCE 200112L | |
| #define Py_ENABLE_SHARED 1 | |
| #define HAVE_ATTRIBUTE_FORMAT_PARSETUPLE 1 | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_MEMORY_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_CURSES_H 1 | |
| #define HAVE_DLFCN_H 1 | |
| #define HAVE_ERRNO_H 1 | |
| #define HAVE_FCNTL_H 1 | |
| #define HAVE_GRP_H 1 | |
| #define HAVE_LANGINFO_H 1 | |
| #define HAVE_NCURSES_H 1 | |
| #define HAVE_POLL_H 1 | |
| #define HAVE_PTHREAD_H 1 | |
| #define HAVE_SIGNAL_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_TERMIOS_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_UTIME_H 1 | |
| #define HAVE_SYS_EVENT_H 1 | |
| #define HAVE_SYS_FILE_H 1 | |
| #define HAVE_SYS_LOCK_H 1 | |
| #define HAVE_SYS_PARAM_H 1 | |
| #define HAVE_SYS_POLL_H 1 | |
| #define HAVE_SYS_SELECT_H 1 | |
| #define HAVE_SYS_SOCKET_H 1 | |
| #define HAVE_SYS_STATVFS_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_SYS_TIME_H 1 | |
| #define HAVE_SYS_TIMES_H 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_UN_H 1 | |
| #define HAVE_SYS_UTSNAME_H 1 | |
| #define HAVE_SYS_WAIT_H 1 | |
| #define HAVE_SYS_RESOURCE_H 1 | |
| #define HAVE_SYSEXITS_H 1 | |
| #define HAVE_DIRENT_H 1 | |
| #define HAVE_TERM_H 1 | |
| #define HAVE_MAKEDEV 1 | |
| #define _LARGEFILE_SOURCE 1 | |
| #define _FILE_OFFSET_BITS 64 | |
| #if defined(SCO_DS) | |
| #undef _OFF_T | |
| #endif | |
| #define RETSIGTYPE void | |
| #define HAVE_SSIZE_T 1 | |
| #define SIZEOF_INT 4 | |
| #define SIZEOF_LONG 8 | |
| #define SIZEOF_VOID_P 8 | |
| #define SIZEOF_SHORT 2 | |
| #define SIZEOF_FLOAT 4 | |
| #define SIZEOF_DOUBLE 8 | |
| #define SIZEOF_FPOS_T 8 | |
| #define SIZEOF_SIZE_T 8 | |
| #define SIZEOF_PID_T 4 | |
| #define HAVE_LONG_LONG 1 | |
| #define SIZEOF_LONG_LONG 8 | |
| #define HAVE_LONG_DOUBLE 1 | |
| #define SIZEOF_LONG_DOUBLE 16 | |
| #define HAVE_C99_BOOL 1 | |
| #define SIZEOF__BOOL 1 | |
| #define HAVE_UINTPTR_T 1 | |
| #define SIZEOF_UINTPTR_T 8 | |
| #define SIZEOF_OFF_T 8 | |
| #define SIZEOF_TIME_T 8 | |
| #define SIZEOF_PTHREAD_T 8 | |
| #define USE_TOOLBOX_OBJECT_GLUE 1 | |
| #define WITH_DYLD 1 | |
| #define SHLIB_EXT ".so" | |
| #define WITH_THREAD 1 | |
| #define _REENTRANT 1 | |
| #define HAVE_OSX105_SDK 1 | |
| #define WITH_DOC_STRINGS 1 | |
| #define WITH_PYMALLOC 1 | |
| #define HAVE_CHROOT 1 | |
| #define HAVE_LINK 1 | |
| #define HAVE_SYMLINK 1 | |
| #define HAVE_FCHDIR 1 | |
| #define HAVE_FSYNC 1 | |
| #define HAVE_KQUEUE 1 | |
| #define HAVE_CTERMID_R 1 | |
| #define HAVE_FLOCK 1 | |
| #define HAVE_GETPAGESIZE 1 | |
| #define HAVE_INET_PTON 1 | |
| #define HAVE_SETGROUPS 1 | |
| #define TIME_WITH_SYS_TIME 1 | |
| #define HAVE_STRUCT_TM_TM_ZONE 1 | |
| #define HAVE_TM_ZONE 1 | |
| #define HAVE_STRUCT_STAT_ST_RDEV 1 | |
| #define HAVE_STRUCT_STAT_ST_BLKSIZE 1 | |
| #define HAVE_STRUCT_STAT_ST_FLAGS 1 | |
| #define HAVE_STRUCT_STAT_ST_GEN 1 | |
| #define HAVE_STRUCT_STAT_ST_BLOCKS 1 | |
| #define HAVE_ST_BLOCKS 1 | |
| #define SYS_SELECT_WITH_SYS_TIME 1 | |
| #define HAVE_ADDRINFO 1 | |
| #define HAVE_SOCKADDR_STORAGE 1 | |
| #define HAVE_PROTOTYPES 1 | |
| #define HAVE_STDARG_PROTOTYPES 1 | |
| #define HAVE_SOCKETPAIR 1 | |
| #define HAVE_SOCKADDR_SA_LEN 1 | |
| #define VA_LIST_IS_ARRAY 1 | |
| /* end confdefs.h. */ | |
| /* Define acosh to an innocuous variant, in case <limits.h> declares acosh. | |
| For example, HP-UX 11i <limits.h> declares gettimeofday. */ | |
| #define acosh innocuous_acosh | |
| | |
| /* System header to define __stub macros and hopefully few prototypes, | |
| which can conflict with char acosh (); 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 acosh | |
| | |
| /* 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 acosh (); | |
| /* 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_acosh || defined __stub___acosh | |
| choke me | |
| #endif | |
| | |
| int | |
| main () | |
| { | |
| return acosh (); | |
| ; | |
| return 0; | |
| } | |
configure:21697: result: no | |
configure:21617: checking for asinh | |
configure:21673: /usr/bin/cc -o conftest -O3 -march=core2 -msse4 -w -pipe -I/usr/local/Cellar/readline/6.1/include -arch i386 -arch ppc -arch ppc64 -arch x86_64 -isysroot / -L/usr/local/Cellar/readline/6.1/lib conftest.c >&5 | |
cc1: error: unrecognized command line option "-march=core2" | |
cc1: error: unrecognized command line option "-msse4" | |
cc1: error: unrecognized command line option "-march=core2" | |
cc1: error: unrecognized command line option "-msse4" | |
lipo: can't figure out the architecture type of: /var/folders/tc/tc6XgOadEhmatl76xhT7Y++++TI/-Tmp-//ccmZ0vel.out | |
configure:21679: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h. */ | |
| #define _GNU_SOURCE 1 | |
| #define _NETBSD_SOURCE 1 | |
| #define __BSD_VISIBLE 1 | |
| #define _BSD_TYPES 1 | |
| #define _DARWIN_C_SOURCE 1 | |
| #define _XOPEN_SOURCE 600 | |
| #define _XOPEN_SOURCE_EXTENDED 1 | |
| #define _POSIX_C_SOURCE 200112L | |
| #define Py_ENABLE_SHARED 1 | |
| #define HAVE_ATTRIBUTE_FORMAT_PARSETUPLE 1 | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_MEMORY_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_CURSES_H 1 | |
| #define HAVE_DLFCN_H 1 | |
| #define HAVE_ERRNO_H 1 | |
| #define HAVE_FCNTL_H 1 | |
| #define HAVE_GRP_H 1 | |
| #define HAVE_LANGINFO_H 1 | |
| #define HAVE_NCURSES_H 1 | |
| #define HAVE_POLL_H 1 | |
| #define HAVE_PTHREAD_H 1 | |
| #define HAVE_SIGNAL_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_TERMIOS_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_UTIME_H 1 | |
| #define HAVE_SYS_EVENT_H 1 | |
| #define HAVE_SYS_FILE_H 1 | |
| #define HAVE_SYS_LOCK_H 1 | |
| #define HAVE_SYS_PARAM_H 1 | |
| #define HAVE_SYS_POLL_H 1 | |
| #define HAVE_SYS_SELECT_H 1 | |
| #define HAVE_SYS_SOCKET_H 1 | |
| #define HAVE_SYS_STATVFS_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_SYS_TIME_H 1 | |
| #define HAVE_SYS_TIMES_H 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_UN_H 1 | |
| #define HAVE_SYS_UTSNAME_H 1 | |
| #define HAVE_SYS_WAIT_H 1 | |
| #define HAVE_SYS_RESOURCE_H 1 | |
| #define HAVE_SYSEXITS_H 1 | |
| #define HAVE_DIRENT_H 1 | |
| #define HAVE_TERM_H 1 | |
| #define HAVE_MAKEDEV 1 | |
| #define _LARGEFILE_SOURCE 1 | |
| #define _FILE_OFFSET_BITS 64 | |
| #if defined(SCO_DS) | |
| #undef _OFF_T | |
| #endif | |
| #define RETSIGTYPE void | |
| #define HAVE_SSIZE_T 1 | |
| #define SIZEOF_INT 4 | |
| #define SIZEOF_LONG 8 | |
| #define SIZEOF_VOID_P 8 | |
| #define SIZEOF_SHORT 2 | |
| #define SIZEOF_FLOAT 4 | |
| #define SIZEOF_DOUBLE 8 | |
| #define SIZEOF_FPOS_T 8 | |
| #define SIZEOF_SIZE_T 8 | |
| #define SIZEOF_PID_T 4 | |
| #define HAVE_LONG_LONG 1 | |
| #define SIZEOF_LONG_LONG 8 | |
| #define HAVE_LONG_DOUBLE 1 | |
| #define SIZEOF_LONG_DOUBLE 16 | |
| #define HAVE_C99_BOOL 1 | |
| #define SIZEOF__BOOL 1 | |
| #define HAVE_UINTPTR_T 1 | |
| #define SIZEOF_UINTPTR_T 8 | |
| #define SIZEOF_OFF_T 8 | |
| #define SIZEOF_TIME_T 8 | |
| #define SIZEOF_PTHREAD_T 8 | |
| #define USE_TOOLBOX_OBJECT_GLUE 1 | |
| #define WITH_DYLD 1 | |
| #define SHLIB_EXT ".so" | |
| #define WITH_THREAD 1 | |
| #define _REENTRANT 1 | |
| #define HAVE_OSX105_SDK 1 | |
| #define WITH_DOC_STRINGS 1 | |
| #define WITH_PYMALLOC 1 | |
| #define HAVE_CHROOT 1 | |
| #define HAVE_LINK 1 | |
| #define HAVE_SYMLINK 1 | |
| #define HAVE_FCHDIR 1 | |
| #define HAVE_FSYNC 1 | |
| #define HAVE_KQUEUE 1 | |
| #define HAVE_CTERMID_R 1 | |
| #define HAVE_FLOCK 1 | |
| #define HAVE_GETPAGESIZE 1 | |
| #define HAVE_INET_PTON 1 | |
| #define HAVE_SETGROUPS 1 | |
| #define TIME_WITH_SYS_TIME 1 | |
| #define HAVE_STRUCT_TM_TM_ZONE 1 | |
| #define HAVE_TM_ZONE 1 | |
| #define HAVE_STRUCT_STAT_ST_RDEV 1 | |
| #define HAVE_STRUCT_STAT_ST_BLKSIZE 1 | |
| #define HAVE_STRUCT_STAT_ST_FLAGS 1 | |
| #define HAVE_STRUCT_STAT_ST_GEN 1 | |
| #define HAVE_STRUCT_STAT_ST_BLOCKS 1 | |
| #define HAVE_ST_BLOCKS 1 | |
| #define SYS_SELECT_WITH_SYS_TIME 1 | |
| #define HAVE_ADDRINFO 1 | |
| #define HAVE_SOCKADDR_STORAGE 1 | |
| #define HAVE_PROTOTYPES 1 | |
| #define HAVE_STDARG_PROTOTYPES 1 | |
| #define HAVE_SOCKETPAIR 1 | |
| #define HAVE_SOCKADDR_SA_LEN 1 | |
| #define VA_LIST_IS_ARRAY 1 | |
| /* end confdefs.h. */ | |
| /* Define asinh to an innocuous variant, in case <limits.h> declares asinh. | |
| For example, HP-UX 11i <limits.h> declares gettimeofday. */ | |
| #define asinh innocuous_asinh | |
| | |
| /* System header to define __stub macros and hopefully few prototypes, | |
| which can conflict with char asinh (); 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 asinh | |
| | |
| /* 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 asinh (); | |
| /* 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_asinh || defined __stub___asinh | |
| choke me | |
| #endif | |
| | |
| int | |
| main () | |
| { | |
| return asinh (); | |
| ; | |
| return 0; | |
| } | |
configure:21697: result: no | |
configure:21617: checking for atanh | |
configure:21673: /usr/bin/cc -o conftest -O3 -march=core2 -msse4 -w -pipe -I/usr/local/Cellar/readline/6.1/include -arch i386 -arch ppc -arch ppc64 -arch x86_64 -isysroot / -L/usr/local/Cellar/readline/6.1/lib conftest.c >&5 | |
cc1: error: unrecognized command line option "-march=core2" | |
cc1: error: unrecognized command line option "-msse4" | |
cc1: error: unrecognized command line option "-march=core2" | |
cc1: error: unrecognized command line option "-msse4" | |
lipo: can't figure out the architecture type of: /var/folders/tc/tc6XgOadEhmatl76xhT7Y++++TI/-Tmp-//cchkh3eN.out | |
configure:21679: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h. */ | |
| #define _GNU_SOURCE 1 | |
| #define _NETBSD_SOURCE 1 | |
| #define __BSD_VISIBLE 1 | |
| #define _BSD_TYPES 1 | |
| #define _DARWIN_C_SOURCE 1 | |
| #define _XOPEN_SOURCE 600 | |
| #define _XOPEN_SOURCE_EXTENDED 1 | |
| #define _POSIX_C_SOURCE 200112L | |
| #define Py_ENABLE_SHARED 1 | |
| #define HAVE_ATTRIBUTE_FORMAT_PARSETUPLE 1 | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_MEMORY_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_CURSES_H 1 | |
| #define HAVE_DLFCN_H 1 | |
| #define HAVE_ERRNO_H 1 | |
| #define HAVE_FCNTL_H 1 | |
| #define HAVE_GRP_H 1 | |
| #define HAVE_LANGINFO_H 1 | |
| #define HAVE_NCURSES_H 1 | |
| #define HAVE_POLL_H 1 | |
| #define HAVE_PTHREAD_H 1 | |
| #define HAVE_SIGNAL_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_TERMIOS_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_UTIME_H 1 | |
| #define HAVE_SYS_EVENT_H 1 | |
| #define HAVE_SYS_FILE_H 1 | |
| #define HAVE_SYS_LOCK_H 1 | |
| #define HAVE_SYS_PARAM_H 1 | |
| #define HAVE_SYS_POLL_H 1 | |
| #define HAVE_SYS_SELECT_H 1 | |
| #define HAVE_SYS_SOCKET_H 1 | |
| #define HAVE_SYS_STATVFS_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_SYS_TIME_H 1 | |
| #define HAVE_SYS_TIMES_H 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_UN_H 1 | |
| #define HAVE_SYS_UTSNAME_H 1 | |
| #define HAVE_SYS_WAIT_H 1 | |
| #define HAVE_SYS_RESOURCE_H 1 | |
| #define HAVE_SYSEXITS_H 1 | |
| #define HAVE_DIRENT_H 1 | |
| #define HAVE_TERM_H 1 | |
| #define HAVE_MAKEDEV 1 | |
| #define _LARGEFILE_SOURCE 1 | |
| #define _FILE_OFFSET_BITS 64 | |
| #if defined(SCO_DS) | |
| #undef _OFF_T | |
| #endif | |
| #define RETSIGTYPE void | |
| #define HAVE_SSIZE_T 1 | |
| #define SIZEOF_INT 4 | |
| #define SIZEOF_LONG 8 | |
| #define SIZEOF_VOID_P 8 | |
| #define SIZEOF_SHORT 2 | |
| #define SIZEOF_FLOAT 4 | |
| #define SIZEOF_DOUBLE 8 | |
| #define SIZEOF_FPOS_T 8 | |
| #define SIZEOF_SIZE_T 8 | |
| #define SIZEOF_PID_T 4 | |
| #define HAVE_LONG_LONG 1 | |
| #define SIZEOF_LONG_LONG 8 | |
| #define HAVE_LONG_DOUBLE 1 | |
| #define SIZEOF_LONG_DOUBLE 16 | |
| #define HAVE_C99_BOOL 1 | |
| #define SIZEOF__BOOL 1 | |
| #define HAVE_UINTPTR_T 1 | |
| #define SIZEOF_UINTPTR_T 8 | |
| #define SIZEOF_OFF_T 8 | |
| #define SIZEOF_TIME_T 8 | |
| #define SIZEOF_PTHREAD_T 8 | |
| #define USE_TOOLBOX_OBJECT_GLUE 1 | |
| #define WITH_DYLD 1 | |
| #define SHLIB_EXT ".so" | |
| #define WITH_THREAD 1 | |
| #define _REENTRANT 1 | |
| #define HAVE_OSX105_SDK 1 | |
| #define WITH_DOC_STRINGS 1 | |
| #define WITH_PYMALLOC 1 | |
| #define HAVE_CHROOT 1 | |
| #define HAVE_LINK 1 | |
| #define HAVE_SYMLINK 1 | |
| #define HAVE_FCHDIR 1 | |
| #define HAVE_FSYNC 1 | |
| #define HAVE_KQUEUE 1 | |
| #define HAVE_CTERMID_R 1 | |
| #define HAVE_FLOCK 1 | |
| #define HAVE_GETPAGESIZE 1 | |
| #define HAVE_INET_PTON 1 | |
| #define HAVE_SETGROUPS 1 | |
| #define TIME_WITH_SYS_TIME 1 | |
| #define HAVE_STRUCT_TM_TM_ZONE 1 | |
| #define HAVE_TM_ZONE 1 | |
| #define HAVE_STRUCT_STAT_ST_RDEV 1 | |
| #define HAVE_STRUCT_STAT_ST_BLKSIZE 1 | |
| #define HAVE_STRUCT_STAT_ST_FLAGS 1 | |
| #define HAVE_STRUCT_STAT_ST_GEN 1 | |
| #define HAVE_STRUCT_STAT_ST_BLOCKS 1 | |
| #define HAVE_ST_BLOCKS 1 | |
| #define SYS_SELECT_WITH_SYS_TIME 1 | |
| #define HAVE_ADDRINFO 1 | |
| #define HAVE_SOCKADDR_STORAGE 1 | |
| #define HAVE_PROTOTYPES 1 | |
| #define HAVE_STDARG_PROTOTYPES 1 | |
| #define HAVE_SOCKETPAIR 1 | |
| #define HAVE_SOCKADDR_SA_LEN 1 | |
| #define VA_LIST_IS_ARRAY 1 | |
| /* end confdefs.h. */ | |
| /* Define atanh to an innocuous variant, in case <limits.h> declares atanh. | |
| For example, HP-UX 11i <limits.h> declares gettimeofday. */ | |
| #define atanh innocuous_atanh | |
| | |
| /* System header to define __stub macros and hopefully few prototypes, | |
| which can conflict with char atanh (); 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 atanh | |
| | |
| /* 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 atanh (); | |
| /* 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_atanh || defined __stub___atanh | |
| choke me | |
| #endif | |
| | |
| int | |
| main () | |
| { | |
| return atanh (); | |
| ; | |
| return 0; | |
| } | |
configure:21697: result: no | |
configure:21617: checking for copysign | |
configure:21673: /usr/bin/cc -o conftest -O3 -march=core2 -msse4 -w -pipe -I/usr/local/Cellar/readline/6.1/include -arch i386 -arch ppc -arch ppc64 -arch x86_64 -isysroot / -L/usr/local/Cellar/readline/6.1/lib conftest.c >&5 | |
cc1: error: unrecognized command line option "-march=core2" | |
cc1: error: unrecognized command line option "-msse4" | |
cc1: error: unrecognized command line option "-march=core2" | |
cc1: error: unrecognized command line option "-msse4" | |
lipo: can't figure out the architecture type of: /var/folders/tc/tc6XgOadEhmatl76xhT7Y++++TI/-Tmp-//ccqhyoGD.out | |
configure:21679: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h. */ | |
| #define _GNU_SOURCE 1 | |
| #define _NETBSD_SOURCE 1 | |
| #define __BSD_VISIBLE 1 | |
| #define _BSD_TYPES 1 | |
| #define _DARWIN_C_SOURCE 1 | |
| #define _XOPEN_SOURCE 600 | |
| #define _XOPEN_SOURCE_EXTENDED 1 | |
| #define _POSIX_C_SOURCE 200112L | |
| #define Py_ENABLE_SHARED 1 | |
| #define HAVE_ATTRIBUTE_FORMAT_PARSETUPLE 1 | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_MEMORY_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_CURSES_H 1 | |
| #define HAVE_DLFCN_H 1 | |
| #define HAVE_ERRNO_H 1 | |
| #define HAVE_FCNTL_H 1 | |
| #define HAVE_GRP_H 1 | |
| #define HAVE_LANGINFO_H 1 | |
| #define HAVE_NCURSES_H 1 | |
| #define HAVE_POLL_H 1 | |
| #define HAVE_PTHREAD_H 1 | |
| #define HAVE_SIGNAL_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_TERMIOS_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_UTIME_H 1 | |
| #define HAVE_SYS_EVENT_H 1 | |
| #define HAVE_SYS_FILE_H 1 | |
| #define HAVE_SYS_LOCK_H 1 | |
| #define HAVE_SYS_PARAM_H 1 | |
| #define HAVE_SYS_POLL_H 1 | |
| #define HAVE_SYS_SELECT_H 1 | |
| #define HAVE_SYS_SOCKET_H 1 | |
| #define HAVE_SYS_STATVFS_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_SYS_TIME_H 1 | |
| #define HAVE_SYS_TIMES_H 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_UN_H 1 | |
| #define HAVE_SYS_UTSNAME_H 1 | |
| #define HAVE_SYS_WAIT_H 1 | |
| #define HAVE_SYS_RESOURCE_H 1 | |
| #define HAVE_SYSEXITS_H 1 | |
| #define HAVE_DIRENT_H 1 | |
| #define HAVE_TERM_H 1 | |
| #define HAVE_MAKEDEV 1 | |
| #define _LARGEFILE_SOURCE 1 | |
| #define _FILE_OFFSET_BITS 64 | |
| #if defined(SCO_DS) | |
| #undef _OFF_T | |
| #endif | |
| #define RETSIGTYPE void | |
| #define HAVE_SSIZE_T 1 | |
| #define SIZEOF_INT 4 | |
| #define SIZEOF_LONG 8 | |
| #define SIZEOF_VOID_P 8 | |
| #define SIZEOF_SHORT 2 | |
| #define SIZEOF_FLOAT 4 | |
| #define SIZEOF_DOUBLE 8 | |
| #define SIZEOF_FPOS_T 8 | |
| #define SIZEOF_SIZE_T 8 | |
| #define SIZEOF_PID_T 4 | |
| #define HAVE_LONG_LONG 1 | |
| #define SIZEOF_LONG_LONG 8 | |
| #define HAVE_LONG_DOUBLE 1 | |
| #define SIZEOF_LONG_DOUBLE 16 | |
| #define HAVE_C99_BOOL 1 | |
| #define SIZEOF__BOOL 1 | |
| #define HAVE_UINTPTR_T 1 | |
| #define SIZEOF_UINTPTR_T 8 | |
| #define SIZEOF_OFF_T 8 | |
| #define SIZEOF_TIME_T 8 | |
| #define SIZEOF_PTHREAD_T 8 | |
| #define USE_TOOLBOX_OBJECT_GLUE 1 | |
| #define WITH_DYLD 1 | |
| #define SHLIB_EXT ".so" | |
| #define WITH_THREAD 1 | |
| #define _REENTRANT 1 | |
| #define HAVE_OSX105_SDK 1 | |
| #define WITH_DOC_STRINGS 1 | |
| #define WITH_PYMALLOC 1 | |
| #define HAVE_CHROOT 1 | |
| #define HAVE_LINK 1 | |
| #define HAVE_SYMLINK 1 | |
| #define HAVE_FCHDIR 1 | |
| #define HAVE_FSYNC 1 | |
| #define HAVE_KQUEUE 1 | |
| #define HAVE_CTERMID_R 1 | |
| #define HAVE_FLOCK 1 | |
| #define HAVE_GETPAGESIZE 1 | |
| #define HAVE_INET_PTON 1 | |
| #define HAVE_SETGROUPS 1 | |
| #define TIME_WITH_SYS_TIME 1 | |
| #define HAVE_STRUCT_TM_TM_ZONE 1 | |
| #define HAVE_TM_ZONE 1 | |
| #define HAVE_STRUCT_STAT_ST_RDEV 1 | |
| #define HAVE_STRUCT_STAT_ST_BLKSIZE 1 | |
| #define HAVE_STRUCT_STAT_ST_FLAGS 1 | |
| #define HAVE_STRUCT_STAT_ST_GEN 1 | |
| #define HAVE_STRUCT_STAT_ST_BLOCKS 1 | |
| #define HAVE_ST_BLOCKS 1 | |
| #define SYS_SELECT_WITH_SYS_TIME 1 | |
| #define HAVE_ADDRINFO 1 | |
| #define HAVE_SOCKADDR_STORAGE 1 | |
| #define HAVE_PROTOTYPES 1 | |
| #define HAVE_STDARG_PROTOTYPES 1 | |
| #define HAVE_SOCKETPAIR 1 | |
| #define HAVE_SOCKADDR_SA_LEN 1 | |
| #define VA_LIST_IS_ARRAY 1 | |
| /* end confdefs.h. */ | |
| /* Define copysign to an innocuous variant, in case <limits.h> declares copysign. | |
| For example, HP-UX 11i <limits.h> declares gettimeofday. */ | |
| #define copysign innocuous_copysign | |
| | |
| /* System header to define __stub macros and hopefully few prototypes, | |
| which can conflict with char copysign (); 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 copysign | |
| | |
| /* 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 copysign (); | |
| /* 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_copysign || defined __stub___copysign | |
| choke me | |
| #endif | |
| | |
| int | |
| main () | |
| { | |
| return copysign (); | |
| ; | |
| return 0; | |
| } | |
configure:21697: result: no | |
configure:21617: checking for expm1 | |
configure:21673: /usr/bin/cc -o conftest -O3 -march=core2 -msse4 -w -pipe -I/usr/local/Cellar/readline/6.1/include -arch i386 -arch ppc -arch ppc64 -arch x86_64 -isysroot / -L/usr/local/Cellar/readline/6.1/lib conftest.c >&5 | |
cc1: error: unrecognized command line option "-march=core2" | |
cc1: error: unrecognized command line option "-msse4" | |
cc1: error: unrecognized command line option "-march=core2" | |
cc1: error: unrecognized command line option "-msse4" | |
lipo: can't figure out the architecture type of: /var/folders/tc/tc6XgOadEhmatl76xhT7Y++++TI/-Tmp-//cc3A5liy.out | |
configure:21679: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h. */ | |
| #define _GNU_SOURCE 1 | |
| #define _NETBSD_SOURCE 1 | |
| #define __BSD_VISIBLE 1 | |
| #define _BSD_TYPES 1 | |
| #define _DARWIN_C_SOURCE 1 | |
| #define _XOPEN_SOURCE 600 | |
| #define _XOPEN_SOURCE_EXTENDED 1 | |
| #define _POSIX_C_SOURCE 200112L | |
| #define Py_ENABLE_SHARED 1 | |
| #define HAVE_ATTRIBUTE_FORMAT_PARSETUPLE 1 | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_MEMORY_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_CURSES_H 1 | |
| #define HAVE_DLFCN_H 1 | |
| #define HAVE_ERRNO_H 1 | |
| #define HAVE_FCNTL_H 1 | |
| #define HAVE_GRP_H 1 | |
| #define HAVE_LANGINFO_H 1 | |
| #define HAVE_NCURSES_H 1 | |
| #define HAVE_POLL_H 1 | |
| #define HAVE_PTHREAD_H 1 | |
| #define HAVE_SIGNAL_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_TERMIOS_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_UTIME_H 1 | |
| #define HAVE_SYS_EVENT_H 1 | |
| #define HAVE_SYS_FILE_H 1 | |
| #define HAVE_SYS_LOCK_H 1 | |
| #define HAVE_SYS_PARAM_H 1 | |
| #define HAVE_SYS_POLL_H 1 | |
| #define HAVE_SYS_SELECT_H 1 | |
| #define HAVE_SYS_SOCKET_H 1 | |
| #define HAVE_SYS_STATVFS_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_SYS_TIME_H 1 | |
| #define HAVE_SYS_TIMES_H 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_UN_H 1 | |
| #define HAVE_SYS_UTSNAME_H 1 | |
| #define HAVE_SYS_WAIT_H 1 | |
| #define HAVE_SYS_RESOURCE_H 1 | |
| #define HAVE_SYSEXITS_H 1 | |
| #define HAVE_DIRENT_H 1 | |
| #define HAVE_TERM_H 1 | |
| #define HAVE_MAKEDEV 1 | |
| #define _LARGEFILE_SOURCE 1 | |
| #define _FILE_OFFSET_BITS 64 | |
| #if defined(SCO_DS) | |
| #undef _OFF_T | |
| #endif | |
| #define RETSIGTYPE void | |
| #define HAVE_SSIZE_T 1 | |
| #define SIZEOF_INT 4 | |
| #define SIZEOF_LONG 8 | |
| #define SIZEOF_VOID_P 8 | |
| #define SIZEOF_SHORT 2 | |
| #define SIZEOF_FLOAT 4 | |
| #define SIZEOF_DOUBLE 8 | |
| #define SIZEOF_FPOS_T 8 | |
| #define SIZEOF_SIZE_T 8 | |
| #define SIZEOF_PID_T 4 | |
| #define HAVE_LONG_LONG 1 | |
| #define SIZEOF_LONG_LONG 8 | |
| #define HAVE_LONG_DOUBLE 1 | |
| #define SIZEOF_LONG_DOUBLE 16 | |
| #define HAVE_C99_BOOL 1 | |
| #define SIZEOF__BOOL 1 | |
| #define HAVE_UINTPTR_T 1 | |
| #define SIZEOF_UINTPTR_T 8 | |
| #define SIZEOF_OFF_T 8 | |
| #define SIZEOF_TIME_T 8 | |
| #define SIZEOF_PTHREAD_T 8 | |
| #define USE_TOOLBOX_OBJECT_GLUE 1 | |
| #define WITH_DYLD 1 | |
| #define SHLIB_EXT ".so" | |
| #define WITH_THREAD 1 | |
| #define _REENTRANT 1 | |
| #define HAVE_OSX105_SDK 1 | |
| #define WITH_DOC_STRINGS 1 | |
| #define WITH_PYMALLOC 1 | |
| #define HAVE_CHROOT 1 | |
| #define HAVE_LINK 1 | |
| #define HAVE_SYMLINK 1 | |
| #define HAVE_FCHDIR 1 | |
| #define HAVE_FSYNC 1 | |
| #define HAVE_KQUEUE 1 | |
| #define HAVE_CTERMID_R 1 | |
| #define HAVE_FLOCK 1 | |
| #define HAVE_GETPAGESIZE 1 | |
| #define HAVE_INET_PTON 1 | |
| #define HAVE_SETGROUPS 1 | |
| #define TIME_WITH_SYS_TIME 1 | |
| #define HAVE_STRUCT_TM_TM_ZONE 1 | |
| #define HAVE_TM_ZONE 1 | |
| #define HAVE_STRUCT_STAT_ST_RDEV 1 | |
| #define HAVE_STRUCT_STAT_ST_BLKSIZE 1 | |
| #define HAVE_STRUCT_STAT_ST_FLAGS 1 | |
| #define HAVE_STRUCT_STAT_ST_GEN 1 | |
| #define HAVE_STRUCT_STAT_ST_BLOCKS 1 | |
| #define HAVE_ST_BLOCKS 1 | |
| #define SYS_SELECT_WITH_SYS_TIME 1 | |
| #define HAVE_ADDRINFO 1 | |
| #define HAVE_SOCKADDR_STORAGE 1 | |
| #define HAVE_PROTOTYPES 1 | |
| #define HAVE_STDARG_PROTOTYPES 1 | |
| #define HAVE_SOCKETPAIR 1 | |
| #define HAVE_SOCKADDR_SA_LEN 1 | |
| #define VA_LIST_IS_ARRAY 1 | |
| /* end confdefs.h. */ | |
| /* Define expm1 to an innocuous variant, in case <limits.h> declares expm1. | |
| For example, HP-UX 11i <limits.h> declares gettimeofday. */ | |
| #define expm1 innocuous_expm1 | |
| | |
| /* System header to define __stub macros and hopefully few prototypes, | |
| which can conflict with char expm1 (); 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 expm1 | |
| | |
| /* 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 expm1 (); | |
| /* 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_expm1 || defined __stub___expm1 | |
| choke me | |
| #endif | |
| | |
| int | |
| main () | |
| { | |
| return expm1 (); | |
| ; | |
| return 0; | |
| } | |
configure:21697: result: no | |
configure:21617: checking for finite | |
configure:21673: /usr/bin/cc -o conftest -O3 -march=core2 -msse4 -w -pipe -I/usr/local/Cellar/readline/6.1/include -arch i386 -arch ppc -arch ppc64 -arch x86_64 -isysroot / -L/usr/local/Cellar/readline/6.1/lib conftest.c >&5 | |
cc1: error: unrecognized command line option "-march=core2" | |
cc1: error: unrecognized command line option "-msse4" | |
cc1: error: unrecognized command line option "-march=core2" | |
cc1: error: unrecognized command line option "-msse4" | |
lipo: can't figure out the architecture type of: /var/folders/tc/tc6XgOadEhmatl76xhT7Y++++TI/-Tmp-//cc4XHzEc.out | |
configure:21679: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h. */ | |
| #define _GNU_SOURCE 1 | |
| #define _NETBSD_SOURCE 1 | |
| #define __BSD_VISIBLE 1 | |
| #define _BSD_TYPES 1 | |
| #define _DARWIN_C_SOURCE 1 | |
| #define _XOPEN_SOURCE 600 | |
| #define _XOPEN_SOURCE_EXTENDED 1 | |
| #define _POSIX_C_SOURCE 200112L | |
| #define Py_ENABLE_SHARED 1 | |
| #define HAVE_ATTRIBUTE_FORMAT_PARSETUPLE 1 | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_MEMORY_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_CURSES_H 1 | |
| #define HAVE_DLFCN_H 1 | |
| #define HAVE_ERRNO_H 1 | |
| #define HAVE_FCNTL_H 1 | |
| #define HAVE_GRP_H 1 | |
| #define HAVE_LANGINFO_H 1 | |
| #define HAVE_NCURSES_H 1 | |
| #define HAVE_POLL_H 1 | |
| #define HAVE_PTHREAD_H 1 | |
| #define HAVE_SIGNAL_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_TERMIOS_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_UTIME_H 1 | |
| #define HAVE_SYS_EVENT_H 1 | |
| #define HAVE_SYS_FILE_H 1 | |
| #define HAVE_SYS_LOCK_H 1 | |
| #define HAVE_SYS_PARAM_H 1 | |
| #define HAVE_SYS_POLL_H 1 | |
| #define HAVE_SYS_SELECT_H 1 | |
| #define HAVE_SYS_SOCKET_H 1 | |
| #define HAVE_SYS_STATVFS_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_SYS_TIME_H 1 | |
| #define HAVE_SYS_TIMES_H 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_UN_H 1 | |
| #define HAVE_SYS_UTSNAME_H 1 | |
| #define HAVE_SYS_WAIT_H 1 | |
| #define HAVE_SYS_RESOURCE_H 1 | |
| #define HAVE_SYSEXITS_H 1 | |
| #define HAVE_DIRENT_H 1 | |
| #define HAVE_TERM_H 1 | |
| #define HAVE_MAKEDEV 1 | |
| #define _LARGEFILE_SOURCE 1 | |
| #define _FILE_OFFSET_BITS 64 | |
| #if defined(SCO_DS) | |
| #undef _OFF_T | |
| #endif | |
| #define RETSIGTYPE void | |
| #define HAVE_SSIZE_T 1 | |
| #define SIZEOF_INT 4 | |
| #define SIZEOF_LONG 8 | |
| #define SIZEOF_VOID_P 8 | |
| #define SIZEOF_SHORT 2 | |
| #define SIZEOF_FLOAT 4 | |
| #define SIZEOF_DOUBLE 8 | |
| #define SIZEOF_FPOS_T 8 | |
| #define SIZEOF_SIZE_T 8 | |
| #define SIZEOF_PID_T 4 | |
| #define HAVE_LONG_LONG 1 | |
| #define SIZEOF_LONG_LONG 8 | |
| #define HAVE_LONG_DOUBLE 1 | |
| #define SIZEOF_LONG_DOUBLE 16 | |
| #define HAVE_C99_BOOL 1 | |
| #define SIZEOF__BOOL 1 | |
| #define HAVE_UINTPTR_T 1 | |
| #define SIZEOF_UINTPTR_T 8 | |
| #define SIZEOF_OFF_T 8 | |
| #define SIZEOF_TIME_T 8 | |
| #define SIZEOF_PTHREAD_T 8 | |
| #define USE_TOOLBOX_OBJECT_GLUE 1 | |
| #define WITH_DYLD 1 | |
| #define SHLIB_EXT ".so" | |
| #define WITH_THREAD 1 | |
| #define _REENTRANT 1 | |
| #define HAVE_OSX105_SDK 1 | |
| #define WITH_DOC_STRINGS 1 | |
| #define WITH_PYMALLOC 1 | |
| #define HAVE_CHROOT 1 | |
| #define HAVE_LINK 1 | |
| #define HAVE_SYMLINK 1 | |
| #define HAVE_FCHDIR 1 | |
| #define HAVE_FSYNC 1 | |
| #define HAVE_KQUEUE 1 | |
| #define HAVE_CTERMID_R 1 | |
| #define HAVE_FLOCK 1 | |
| #define HAVE_GETPAGESIZE 1 | |
| #define HAVE_INET_PTON 1 | |
| #define HAVE_SETGROUPS 1 | |
| #define TIME_WITH_SYS_TIME 1 | |
| #define HAVE_STRUCT_TM_TM_ZONE 1 | |
| #define HAVE_TM_ZONE 1 | |
| #define HAVE_STRUCT_STAT_ST_RDEV 1 | |
| #define HAVE_STRUCT_STAT_ST_BLKSIZE 1 | |
| #define HAVE_STRUCT_STAT_ST_FLAGS 1 | |
| #define HAVE_STRUCT_STAT_ST_GEN 1 | |
| #define HAVE_STRUCT_STAT_ST_BLOCKS 1 | |
| #define HAVE_ST_BLOCKS 1 | |
| #define SYS_SELECT_WITH_SYS_TIME 1 | |
| #define HAVE_ADDRINFO 1 | |
| #define HAVE_SOCKADDR_STORAGE 1 | |
| #define HAVE_PROTOTYPES 1 | |
| #define HAVE_STDARG_PROTOTYPES 1 | |
| #define HAVE_SOCKETPAIR 1 | |
| #define HAVE_SOCKADDR_SA_LEN 1 | |
| #define VA_LIST_IS_ARRAY 1 | |
| /* end confdefs.h. */ | |
| /* Define finite to an innocuous variant, in case <limits.h> declares finite. | |
| For example, HP-UX 11i <limits.h> declares gettimeofday. */ | |
| #define finite innocuous_finite | |
| | |
| /* System header to define __stub macros and hopefully few prototypes, | |
| which can conflict with char finite (); 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 finite | |
| | |
| /* 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 finite (); | |
| /* 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_finite || defined __stub___finite | |
| choke me | |
| #endif | |
| | |
| int | |
| main () | |
| { | |
| return finite (); | |
| ; | |
| return 0; | |
| } | |
configure:21697: result: no | |
configure:21617: checking for hypot | |
configure:21673: /usr/bin/cc -o conftest -O3 -march=core2 -msse4 -w -pipe -I/usr/local/Cellar/readline/6.1/include -arch i386 -arch ppc -arch ppc64 -arch x86_64 -isysroot / -L/usr/local/Cellar/readline/6.1/lib conftest.c >&5 | |
cc1: error: unrecognized command line option "-march=core2" | |
cc1: error: unrecognized command line option "-msse4" | |
cc1: error: unrecognized command line option "-march=core2" | |
cc1: error: unrecognized command line option "-msse4" | |
lipo: can't figure out the architecture type of: /var/folders/tc/tc6XgOadEhmatl76xhT7Y++++TI/-Tmp-//ccace7Ih.out | |
configure:21679: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h. */ | |
| #define _GNU_SOURCE 1 | |
| #define _NETBSD_SOURCE 1 | |
| #define __BSD_VISIBLE 1 | |
| #define _BSD_TYPES 1 | |
| #define _DARWIN_C_SOURCE 1 | |
| #define _XOPEN_SOURCE 600 | |
| #define _XOPEN_SOURCE_EXTENDED 1 | |
| #define _POSIX_C_SOURCE 200112L | |
| #define Py_ENABLE_SHARED 1 | |
| #define HAVE_ATTRIBUTE_FORMAT_PARSETUPLE 1 | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_MEMORY_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_CURSES_H 1 | |
| #define HAVE_DLFCN_H 1 | |
| #define HAVE_ERRNO_H 1 | |
| #define HAVE_FCNTL_H 1 | |
| #define HAVE_GRP_H 1 | |
| #define HAVE_LANGINFO_H 1 | |
| #define HAVE_NCURSES_H 1 | |
| #define HAVE_POLL_H 1 | |
| #define HAVE_PTHREAD_H 1 | |
| #define HAVE_SIGNAL_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_TERMIOS_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_UTIME_H 1 | |
| #define HAVE_SYS_EVENT_H 1 | |
| #define HAVE_SYS_FILE_H 1 | |
| #define HAVE_SYS_LOCK_H 1 | |
| #define HAVE_SYS_PARAM_H 1 | |
| #define HAVE_SYS_POLL_H 1 | |
| #define HAVE_SYS_SELECT_H 1 | |
| #define HAVE_SYS_SOCKET_H 1 | |
| #define HAVE_SYS_STATVFS_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_SYS_TIME_H 1 | |
| #define HAVE_SYS_TIMES_H 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_UN_H 1 | |
| #define HAVE_SYS_UTSNAME_H 1 | |
| #define HAVE_SYS_WAIT_H 1 | |
| #define HAVE_SYS_RESOURCE_H 1 | |
| #define HAVE_SYSEXITS_H 1 | |
| #define HAVE_DIRENT_H 1 | |
| #define HAVE_TERM_H 1 | |
| #define HAVE_MAKEDEV 1 | |
| #define _LARGEFILE_SOURCE 1 | |
| #define _FILE_OFFSET_BITS 64 | |
| #if defined(SCO_DS) | |
| #undef _OFF_T | |
| #endif | |
| #define RETSIGTYPE void | |
| #define HAVE_SSIZE_T 1 | |
| #define SIZEOF_INT 4 | |
| #define SIZEOF_LONG 8 | |
| #define SIZEOF_VOID_P 8 | |
| #define SIZEOF_SHORT 2 | |
| #define SIZEOF_FLOAT 4 | |
| #define SIZEOF_DOUBLE 8 | |
| #define SIZEOF_FPOS_T 8 | |
| #define SIZEOF_SIZE_T 8 | |
| #define SIZEOF_PID_T 4 | |
| #define HAVE_LONG_LONG 1 | |
| #define SIZEOF_LONG_LONG 8 | |
| #define HAVE_LONG_DOUBLE 1 | |
| #define SIZEOF_LONG_DOUBLE 16 | |
| #define HAVE_C99_BOOL 1 | |
| #define SIZEOF__BOOL 1 | |
| #define HAVE_UINTPTR_T 1 | |
| #define SIZEOF_UINTPTR_T 8 | |
| #define SIZEOF_OFF_T 8 | |
| #define SIZEOF_TIME_T 8 | |
| #define SIZEOF_PTHREAD_T 8 | |
| #define USE_TOOLBOX_OBJECT_GLUE 1 | |
| #define WITH_DYLD 1 | |
| #define SHLIB_EXT ".so" | |
| #define WITH_THREAD 1 | |
| #define _REENTRANT 1 | |
| #define HAVE_OSX105_SDK 1 | |
| #define WITH_DOC_STRINGS 1 | |
| #define WITH_PYMALLOC 1 | |
| #define HAVE_CHROOT 1 | |
| #define HAVE_LINK 1 | |
| #define HAVE_SYMLINK 1 | |
| #define HAVE_FCHDIR 1 | |
| #define HAVE_FSYNC 1 | |
| #define HAVE_KQUEUE 1 | |
| #define HAVE_CTERMID_R 1 | |
| #define HAVE_FLOCK 1 | |
| #define HAVE_GETPAGESIZE 1 | |
| #define HAVE_INET_PTON 1 | |
| #define HAVE_SETGROUPS 1 | |
| #define TIME_WITH_SYS_TIME 1 | |
| #define HAVE_STRUCT_TM_TM_ZONE 1 | |
| #define HAVE_TM_ZONE 1 | |
| #define HAVE_STRUCT_STAT_ST_RDEV 1 | |
| #define HAVE_STRUCT_STAT_ST_BLKSIZE 1 | |
| #define HAVE_STRUCT_STAT_ST_FLAGS 1 | |
| #define HAVE_STRUCT_STAT_ST_GEN 1 | |
| #define HAVE_STRUCT_STAT_ST_BLOCKS 1 | |
| #define HAVE_ST_BLOCKS 1 | |
| #define SYS_SELECT_WITH_SYS_TIME 1 | |
| #define HAVE_ADDRINFO 1 | |
| #define HAVE_SOCKADDR_STORAGE 1 | |
| #define HAVE_PROTOTYPES 1 | |
| #define HAVE_STDARG_PROTOTYPES 1 | |
| #define HAVE_SOCKETPAIR 1 | |
| #define HAVE_SOCKADDR_SA_LEN 1 | |
| #define VA_LIST_IS_ARRAY 1 | |
| /* end confdefs.h. */ | |
| /* Define hypot to an innocuous variant, in case <limits.h> declares hypot. | |
| For example, HP-UX 11i <limits.h> declares gettimeofday. */ | |
| #define hypot innocuous_hypot | |
| | |
| /* System header to define __stub macros and hopefully few prototypes, | |
| which can conflict with char hypot (); 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 hypot | |
| | |
| /* 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 hypot (); | |
| /* 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_hypot || defined __stub___hypot | |
| choke me | |
| #endif | |
| | |
| int | |
| main () | |
| { | |
| return hypot (); | |
| ; | |
| return 0; | |
| } | |
configure:21697: result: no | |
configure:21617: checking for isinf | |
configure:21673: /usr/bin/cc -o conftest -O3 -march=core2 -msse4 -w -pipe -I/usr/local/Cellar/readline/6.1/include -arch i386 -arch ppc -arch ppc64 -arch x86_64 -isysroot / -L/usr/local/Cellar/readline/6.1/lib conftest.c >&5 | |
cc1: error: unrecognized command line option "-march=core2" | |
cc1: error: unrecognized command line option "-msse4" | |
cc1: error: unrecognized command line option "-march=core2" | |
cc1: error: unrecognized command line option "-msse4" | |
lipo: can't figure out the architecture type of: /var/folders/tc/tc6XgOadEhmatl76xhT7Y++++TI/-Tmp-//cc8Di6Yh.out | |
configure:21679: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h. */ | |
| #define _GNU_SOURCE 1 | |
| #define _NETBSD_SOURCE 1 | |
| #define __BSD_VISIBLE 1 | |
| #define _BSD_TYPES 1 | |
| #define _DARWIN_C_SOURCE 1 | |
| #define _XOPEN_SOURCE 600 | |
| #define _XOPEN_SOURCE_EXTENDED 1 | |
| #define _POSIX_C_SOURCE 200112L | |
| #define Py_ENABLE_SHARED 1 | |
| #define HAVE_ATTRIBUTE_FORMAT_PARSETUPLE 1 | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_MEMORY_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_CURSES_H 1 | |
| #define HAVE_DLFCN_H 1 | |
| #define HAVE_ERRNO_H 1 | |
| #define HAVE_FCNTL_H 1 | |
| #define HAVE_GRP_H 1 | |
| #define HAVE_LANGINFO_H 1 | |
| #define HAVE_NCURSES_H 1 | |
| #define HAVE_POLL_H 1 | |
| #define HAVE_PTHREAD_H 1 | |
| #define HAVE_SIGNAL_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_TERMIOS_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_UTIME_H 1 | |
| #define HAVE_SYS_EVENT_H 1 | |
| #define HAVE_SYS_FILE_H 1 | |
| #define HAVE_SYS_LOCK_H 1 | |
| #define HAVE_SYS_PARAM_H 1 | |
| #define HAVE_SYS_POLL_H 1 | |
| #define HAVE_SYS_SELECT_H 1 | |
| #define HAVE_SYS_SOCKET_H 1 | |
| #define HAVE_SYS_STATVFS_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_SYS_TIME_H 1 | |
| #define HAVE_SYS_TIMES_H 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_UN_H 1 | |
| #define HAVE_SYS_UTSNAME_H 1 | |
| #define HAVE_SYS_WAIT_H 1 | |
| #define HAVE_SYS_RESOURCE_H 1 | |
| #define HAVE_SYSEXITS_H 1 | |
| #define HAVE_DIRENT_H 1 | |
| #define HAVE_TERM_H 1 | |
| #define HAVE_MAKEDEV 1 | |
| #define _LARGEFILE_SOURCE 1 | |
| #define _FILE_OFFSET_BITS 64 | |
| #if defined(SCO_DS) | |
| #undef _OFF_T | |
| #endif | |
| #define RETSIGTYPE void | |
| #define HAVE_SSIZE_T 1 | |
| #define SIZEOF_INT 4 | |
| #define SIZEOF_LONG 8 | |
| #define SIZEOF_VOID_P 8 | |
| #define SIZEOF_SHORT 2 | |
| #define SIZEOF_FLOAT 4 | |
| #define SIZEOF_DOUBLE 8 | |
| #define SIZEOF_FPOS_T 8 | |
| #define SIZEOF_SIZE_T 8 | |
| #define SIZEOF_PID_T 4 | |
| #define HAVE_LONG_LONG 1 | |
| #define SIZEOF_LONG_LONG 8 | |
| #define HAVE_LONG_DOUBLE 1 | |
| #define SIZEOF_LONG_DOUBLE 16 | |
| #define HAVE_C99_BOOL 1 | |
| #define SIZEOF__BOOL 1 | |
| #define HAVE_UINTPTR_T 1 | |
| #define SIZEOF_UINTPTR_T 8 | |
| #define SIZEOF_OFF_T 8 | |
| #define SIZEOF_TIME_T 8 | |
| #define SIZEOF_PTHREAD_T 8 | |
| #define USE_TOOLBOX_OBJECT_GLUE 1 | |
| #define WITH_DYLD 1 | |
| #define SHLIB_EXT ".so" | |
| #define WITH_THREAD 1 | |
| #define _REENTRANT 1 | |
| #define HAVE_OSX105_SDK 1 | |
| #define WITH_DOC_STRINGS 1 | |
| #define WITH_PYMALLOC 1 | |
| #define HAVE_CHROOT 1 | |
| #define HAVE_LINK 1 | |
| #define HAVE_SYMLINK 1 | |
| #define HAVE_FCHDIR 1 | |
| #define HAVE_FSYNC 1 | |
| #define HAVE_KQUEUE 1 | |
| #define HAVE_CTERMID_R 1 | |
| #define HAVE_FLOCK 1 | |
| #define HAVE_GETPAGESIZE 1 | |
| #define HAVE_INET_PTON 1 | |
| #define HAVE_SETGROUPS 1 | |
| #define TIME_WITH_SYS_TIME 1 | |
| #define HAVE_STRUCT_TM_TM_ZONE 1 | |
| #define HAVE_TM_ZONE 1 | |
| #define HAVE_STRUCT_STAT_ST_RDEV 1 | |
| #define HAVE_STRUCT_STAT_ST_BLKSIZE 1 | |
| #define HAVE_STRUCT_STAT_ST_FLAGS 1 | |
| #define HAVE_STRUCT_STAT_ST_GEN 1 | |
| #define HAVE_STRUCT_STAT_ST_BLOCKS 1 | |
| #define HAVE_ST_BLOCKS 1 | |
| #define SYS_SELECT_WITH_SYS_TIME 1 | |
| #define HAVE_ADDRINFO 1 | |
| #define HAVE_SOCKADDR_STORAGE 1 | |
| #define HAVE_PROTOTYPES 1 | |
| #define HAVE_STDARG_PROTOTYPES 1 | |
| #define HAVE_SOCKETPAIR 1 | |
| #define HAVE_SOCKADDR_SA_LEN 1 | |
| #define VA_LIST_IS_ARRAY 1 | |
| /* end confdefs.h. */ | |
| /* Define isinf to an innocuous variant, in case <limits.h> declares isinf. | |
| For example, HP-UX 11i <limits.h> declares gettimeofday. */ | |
| #define isinf innocuous_isinf | |
| | |
| /* System header to define __stub macros and hopefully few prototypes, | |
| which can conflict with char isinf (); 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 isinf | |
| | |
| /* 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 isinf (); | |
| /* 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_isinf || defined __stub___isinf | |
| choke me | |
| #endif | |
| | |
| int | |
| main () | |
| { | |
| return isinf (); | |
| ; | |
| return 0; | |
| } | |
configure:21697: result: no | |
configure:21617: checking for isnan | |
configure:21673: /usr/bin/cc -o conftest -O3 -march=core2 -msse4 -w -pipe -I/usr/local/Cellar/readline/6.1/include -arch i386 -arch ppc -arch ppc64 -arch x86_64 -isysroot / -L/usr/local/Cellar/readline/6.1/lib conftest.c >&5 | |
cc1: error: unrecognized command line option "-march=core2" | |
cc1: error: unrecognized command line option "-msse4" | |
cc1: error: unrecognized command line option "-march=core2" | |
cc1: error: unrecognized command line option "-msse4" | |
lipo: can't figure out the architecture type of: /var/folders/tc/tc6XgOadEhmatl76xhT7Y++++TI/-Tmp-//cc6Befu8.out | |
configure:21679: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h. */ | |
| #define _GNU_SOURCE 1 | |
| #define _NETBSD_SOURCE 1 | |
| #define __BSD_VISIBLE 1 | |
| #define _BSD_TYPES 1 | |
| #define _DARWIN_C_SOURCE 1 | |
| #define _XOPEN_SOURCE 600 | |
| #define _XOPEN_SOURCE_EXTENDED 1 | |
| #define _POSIX_C_SOURCE 200112L | |
| #define Py_ENABLE_SHARED 1 | |
| #define HAVE_ATTRIBUTE_FORMAT_PARSETUPLE 1 | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_MEMORY_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_CURSES_H 1 | |
| #define HAVE_DLFCN_H 1 | |
| #define HAVE_ERRNO_H 1 | |
| #define HAVE_FCNTL_H 1 | |
| #define HAVE_GRP_H 1 | |
| #define HAVE_LANGINFO_H 1 | |
| #define HAVE_NCURSES_H 1 | |
| #define HAVE_POLL_H 1 | |
| #define HAVE_PTHREAD_H 1 | |
| #define HAVE_SIGNAL_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_TERMIOS_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_UTIME_H 1 | |
| #define HAVE_SYS_EVENT_H 1 | |
| #define HAVE_SYS_FILE_H 1 | |
| #define HAVE_SYS_LOCK_H 1 | |
| #define HAVE_SYS_PARAM_H 1 | |
| #define HAVE_SYS_POLL_H 1 | |
| #define HAVE_SYS_SELECT_H 1 | |
| #define HAVE_SYS_SOCKET_H 1 | |
| #define HAVE_SYS_STATVFS_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_SYS_TIME_H 1 | |
| #define HAVE_SYS_TIMES_H 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_UN_H 1 | |
| #define HAVE_SYS_UTSNAME_H 1 | |
| #define HAVE_SYS_WAIT_H 1 | |
| #define HAVE_SYS_RESOURCE_H 1 | |
| #define HAVE_SYSEXITS_H 1 | |
| #define HAVE_DIRENT_H 1 | |
| #define HAVE_TERM_H 1 | |
| #define HAVE_MAKEDEV 1 | |
| #define _LARGEFILE_SOURCE 1 | |
| #define _FILE_OFFSET_BITS 64 | |
| #if defined(SCO_DS) | |
| #undef _OFF_T | |
| #endif | |
| #define RETSIGTYPE void | |
| #define HAVE_SSIZE_T 1 | |
| #define SIZEOF_INT 4 | |
| #define SIZEOF_LONG 8 | |
| #define SIZEOF_VOID_P 8 | |
| #define SIZEOF_SHORT 2 | |
| #define SIZEOF_FLOAT 4 | |
| #define SIZEOF_DOUBLE 8 | |
| #define SIZEOF_FPOS_T 8 | |
| #define SIZEOF_SIZE_T 8 | |
| #define SIZEOF_PID_T 4 | |
| #define HAVE_LONG_LONG 1 | |
| #define SIZEOF_LONG_LONG 8 | |
| #define HAVE_LONG_DOUBLE 1 | |
| #define SIZEOF_LONG_DOUBLE 16 | |
| #define HAVE_C99_BOOL 1 | |
| #define SIZEOF__BOOL 1 | |
| #define HAVE_UINTPTR_T 1 | |
| #define SIZEOF_UINTPTR_T 8 | |
| #define SIZEOF_OFF_T 8 | |
| #define SIZEOF_TIME_T 8 | |
| #define SIZEOF_PTHREAD_T 8 | |
| #define USE_TOOLBOX_OBJECT_GLUE 1 | |
| #define WITH_DYLD 1 | |
| #define SHLIB_EXT ".so" | |
| #define WITH_THREAD 1 | |
| #define _REENTRANT 1 | |
| #define HAVE_OSX105_SDK 1 | |
| #define WITH_DOC_STRINGS 1 | |
| #define WITH_PYMALLOC 1 | |
| #define HAVE_CHROOT 1 | |
| #define HAVE_LINK 1 | |
| #define HAVE_SYMLINK 1 | |
| #define HAVE_FCHDIR 1 | |
| #define HAVE_FSYNC 1 | |
| #define HAVE_KQUEUE 1 | |
| #define HAVE_CTERMID_R 1 | |
| #define HAVE_FLOCK 1 | |
| #define HAVE_GETPAGESIZE 1 | |
| #define HAVE_INET_PTON 1 | |
| #define HAVE_SETGROUPS 1 | |
| #define TIME_WITH_SYS_TIME 1 | |
| #define HAVE_STRUCT_TM_TM_ZONE 1 | |
| #define HAVE_TM_ZONE 1 | |
| #define HAVE_STRUCT_STAT_ST_RDEV 1 | |
| #define HAVE_STRUCT_STAT_ST_BLKSIZE 1 | |
| #define HAVE_STRUCT_STAT_ST_FLAGS 1 | |
| #define HAVE_STRUCT_STAT_ST_GEN 1 | |
| #define HAVE_STRUCT_STAT_ST_BLOCKS 1 | |
| #define HAVE_ST_BLOCKS 1 | |
| #define SYS_SELECT_WITH_SYS_TIME 1 | |
| #define HAVE_ADDRINFO 1 | |
| #define HAVE_SOCKADDR_STORAGE 1 | |
| #define HAVE_PROTOTYPES 1 | |
| #define HAVE_STDARG_PROTOTYPES 1 | |
| #define HAVE_SOCKETPAIR 1 | |
| #define HAVE_SOCKADDR_SA_LEN 1 | |
| #define VA_LIST_IS_ARRAY 1 | |
| /* end confdefs.h. */ | |
| /* Define isnan to an innocuous variant, in case <limits.h> declares isnan. | |
| For example, HP-UX 11i <limits.h> declares gettimeofday. */ | |
| #define isnan innocuous_isnan | |
| | |
| /* System header to define __stub macros and hopefully few prototypes, | |
| which can conflict with char isnan (); 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 isnan | |
| | |
| /* 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 isnan (); | |
| /* 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_isnan || defined __stub___isnan | |
| choke me | |
| #endif | |
| | |
| int | |
| main () | |
| { | |
| return isnan (); | |
| ; | |
| return 0; | |
| } | |
configure:21697: result: no | |
configure:21617: checking for log1p | |
configure:21673: /usr/bin/cc -o conftest -O3 -march=core2 -msse4 -w -pipe -I/usr/local/Cellar/readline/6.1/include -arch i386 -arch ppc -arch ppc64 -arch x86_64 -isysroot / -L/usr/local/Cellar/readline/6.1/lib conftest.c >&5 | |
cc1: error: unrecognized command line option "-march=core2" | |
cc1: error: unrecognized command line option "-msse4" | |
cc1: error: unrecognized command line option "-march=core2" | |
cc1: error: unrecognized command line option "-msse4" | |
lipo: can't figure out the architecture type of: /var/folders/tc/tc6XgOadEhmatl76xhT7Y++++TI/-Tmp-//ccoA6efP.out | |
configure:21679: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h. */ | |
| #define _GNU_SOURCE 1 | |
| #define _NETBSD_SOURCE 1 | |
| #define __BSD_VISIBLE 1 | |
| #define _BSD_TYPES 1 | |
| #define _DARWIN_C_SOURCE 1 | |
| #define _XOPEN_SOURCE 600 | |
| #define _XOPEN_SOURCE_EXTENDED 1 | |
| #define _POSIX_C_SOURCE 200112L | |
| #define Py_ENABLE_SHARED 1 | |
| #define HAVE_ATTRIBUTE_FORMAT_PARSETUPLE 1 | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_MEMORY_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_CURSES_H 1 | |
| #define HAVE_DLFCN_H 1 | |
| #define HAVE_ERRNO_H 1 | |
| #define HAVE_FCNTL_H 1 | |
| #define HAVE_GRP_H 1 | |
| #define HAVE_LANGINFO_H 1 | |
| #define HAVE_NCURSES_H 1 | |
| #define HAVE_POLL_H 1 | |
| #define HAVE_PTHREAD_H 1 | |
| #define HAVE_SIGNAL_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_TERMIOS_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_UTIME_H 1 | |
| #define HAVE_SYS_EVENT_H 1 | |
| #define HAVE_SYS_FILE_H 1 | |
| #define HAVE_SYS_LOCK_H 1 | |
| #define HAVE_SYS_PARAM_H 1 | |
| #define HAVE_SYS_POLL_H 1 | |
| #define HAVE_SYS_SELECT_H 1 | |
| #define HAVE_SYS_SOCKET_H 1 | |
| #define HAVE_SYS_STATVFS_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_SYS_TIME_H 1 | |
| #define HAVE_SYS_TIMES_H 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_UN_H 1 | |
| #define HAVE_SYS_UTSNAME_H 1 | |
| #define HAVE_SYS_WAIT_H 1 | |
| #define HAVE_SYS_RESOURCE_H 1 | |
| #define HAVE_SYSEXITS_H 1 | |
| #define HAVE_DIRENT_H 1 | |
| #define HAVE_TERM_H 1 | |
| #define HAVE_MAKEDEV 1 | |
| #define _LARGEFILE_SOURCE 1 | |
| #define _FILE_OFFSET_BITS 64 | |
| #if defined(SCO_DS) | |
| #undef _OFF_T | |
| #endif | |
| #define RETSIGTYPE void | |
| #define HAVE_SSIZE_T 1 | |
| #define SIZEOF_INT 4 | |
| #define SIZEOF_LONG 8 | |
| #define SIZEOF_VOID_P 8 | |
| #define SIZEOF_SHORT 2 | |
| #define SIZEOF_FLOAT 4 | |
| #define SIZEOF_DOUBLE 8 | |
| #define SIZEOF_FPOS_T 8 | |
| #define SIZEOF_SIZE_T 8 | |
| #define SIZEOF_PID_T 4 | |
| #define HAVE_LONG_LONG 1 | |
| #define SIZEOF_LONG_LONG 8 | |
| #define HAVE_LONG_DOUBLE 1 | |
| #define SIZEOF_LONG_DOUBLE 16 | |
| #define HAVE_C99_BOOL 1 | |
| #define SIZEOF__BOOL 1 | |
| #define HAVE_UINTPTR_T 1 | |
| #define SIZEOF_UINTPTR_T 8 | |
| #define SIZEOF_OFF_T 8 | |
| #define SIZEOF_TIME_T 8 | |
| #define SIZEOF_PTHREAD_T 8 | |
| #define USE_TOOLBOX_OBJECT_GLUE 1 | |
| #define WITH_DYLD 1 | |
| #define SHLIB_EXT ".so" | |
| #define WITH_THREAD 1 | |
| #define _REENTRANT 1 | |
| #define HAVE_OSX105_SDK 1 | |
| #define WITH_DOC_STRINGS 1 | |
| #define WITH_PYMALLOC 1 | |
| #define HAVE_CHROOT 1 | |
| #define HAVE_LINK 1 | |
| #define HAVE_SYMLINK 1 | |
| #define HAVE_FCHDIR 1 | |
| #define HAVE_FSYNC 1 | |
| #define HAVE_KQUEUE 1 | |
| #define HAVE_CTERMID_R 1 | |
| #define HAVE_FLOCK 1 | |
| #define HAVE_GETPAGESIZE 1 | |
| #define HAVE_INET_PTON 1 | |
| #define HAVE_SETGROUPS 1 | |
| #define TIME_WITH_SYS_TIME 1 | |
| #define HAVE_STRUCT_TM_TM_ZONE 1 | |
| #define HAVE_TM_ZONE 1 | |
| #define HAVE_STRUCT_STAT_ST_RDEV 1 | |
| #define HAVE_STRUCT_STAT_ST_BLKSIZE 1 | |
| #define HAVE_STRUCT_STAT_ST_FLAGS 1 | |
| #define HAVE_STRUCT_STAT_ST_GEN 1 | |
| #define HAVE_STRUCT_STAT_ST_BLOCKS 1 | |
| #define HAVE_ST_BLOCKS 1 | |
| #define SYS_SELECT_WITH_SYS_TIME 1 | |
| #define HAVE_ADDRINFO 1 | |
| #define HAVE_SOCKADDR_STORAGE 1 | |
| #define HAVE_PROTOTYPES 1 | |
| #define HAVE_STDARG_PROTOTYPES 1 | |
| #define HAVE_SOCKETPAIR 1 | |
| #define HAVE_SOCKADDR_SA_LEN 1 | |
| #define VA_LIST_IS_ARRAY 1 | |
| /* end confdefs.h. */ | |
| /* Define log1p to an innocuous variant, in case <limits.h> declares log1p. | |
| For example, HP-UX 11i <limits.h> declares gettimeofday. */ | |
| #define log1p innocuous_log1p | |
| | |
| /* System header to define __stub macros and hopefully few prototypes, | |
| which can conflict with char log1p (); 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 log1p | |
| | |
| /* 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 log1p (); | |
| /* 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_log1p || defined __stub___log1p | |
| choke me | |
| #endif | |
| | |
| int | |
| main () | |
| { | |
| return log1p (); | |
| ; | |
| return 0; | |
| } | |
configure:21697: result: no | |
configure:21721: checking wchar.h usability | |
configure:21738: /usr/bin/cc -c -O3 -march=core2 -msse4 -w -pipe -I/usr/local/Cellar/readline/6.1/include conftest.c >&5 | |
configure:21744: $? = 0 | |
configure:21758: result: yes | |
configure:21762: checking wchar.h presence | |
configure:21777: /usr/bin/cc -E -I/usr/local/Cellar/readline/6.1/include conftest.c | |
configure:21783: $? = 0 | |
configure:21797: result: yes | |
configure:21830: checking for wchar.h | |
configure:21837: result: yes | |
configure:21860: checking for wchar_t | |
configure:21891: /usr/bin/cc -c -O3 -march=core2 -msse4 -w -pipe -I/usr/local/Cellar/readline/6.1/include conftest.c >&5 | |
configure:21897: $? = 0 | |
configure:21912: result: yes | |
configure:21919: checking size of wchar_t | |
configure:22227: /usr/bin/cc -o conftest -O3 -march=core2 -msse4 -w -pipe -I/usr/local/Cellar/readline/6.1/include -arch i386 -arch ppc -arch ppc64 -arch x86_64 -isysroot / -L/usr/local/Cellar/readline/6.1/lib conftest.c >&5 | |
cc1: error: unrecognized command line option "-march=core2" | |
cc1: error: unrecognized command line option "-msse4" | |
cc1: error: unrecognized command line option "-march=core2" | |
cc1: error: unrecognized command line option "-msse4" | |
lipo: can't figure out the architecture type of: /var/folders/tc/tc6XgOadEhmatl76xhT7Y++++TI/-Tmp-//cc7sAI8m.out | |
configure:22230: $? = 1 | |
configure: program exited with status 1 | |
configure: failed program was: | |
| /* confdefs.h. */ | |
| #define _GNU_SOURCE 1 | |
| #define _NETBSD_SOURCE 1 | |
| #define __BSD_VISIBLE 1 | |
| #define _BSD_TYPES 1 | |
| #define _DARWIN_C_SOURCE 1 | |
| #define _XOPEN_SOURCE 600 | |
| #define _XOPEN_SOURCE_EXTENDED 1 | |
| #define _POSIX_C_SOURCE 200112L | |
| #define Py_ENABLE_SHARED 1 | |
| #define HAVE_ATTRIBUTE_FORMAT_PARSETUPLE 1 | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_MEMORY_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_CURSES_H 1 | |
| #define HAVE_DLFCN_H 1 | |
| #define HAVE_ERRNO_H 1 | |
| #define HAVE_FCNTL_H 1 | |
| #define HAVE_GRP_H 1 | |
| #define HAVE_LANGINFO_H 1 | |
| #define HAVE_NCURSES_H 1 | |
| #define HAVE_POLL_H 1 | |
| #define HAVE_PTHREAD_H 1 | |
| #define HAVE_SIGNAL_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_TERMIOS_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_UTIME_H 1 | |
| #define HAVE_SYS_EVENT_H 1 | |
| #define HAVE_SYS_FILE_H 1 | |
| #define HAVE_SYS_LOCK_H 1 | |
| #define HAVE_SYS_PARAM_H 1 | |
| #define HAVE_SYS_POLL_H 1 | |
| #define HAVE_SYS_SELECT_H 1 | |
| #define HAVE_SYS_SOCKET_H 1 | |
| #define HAVE_SYS_STATVFS_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_SYS_TIME_H 1 | |
| #define HAVE_SYS_TIMES_H 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_UN_H 1 | |
| #define HAVE_SYS_UTSNAME_H 1 | |
| #define HAVE_SYS_WAIT_H 1 | |
| #define HAVE_SYS_RESOURCE_H 1 | |
| #define HAVE_SYSEXITS_H 1 | |
| #define HAVE_DIRENT_H 1 | |
| #define HAVE_TERM_H 1 | |
| #define HAVE_MAKEDEV 1 | |
| #define _LARGEFILE_SOURCE 1 | |
| #define _FILE_OFFSET_BITS 64 | |
| #if defined(SCO_DS) | |
| #undef _OFF_T | |
| #endif | |
| #define RETSIGTYPE void | |
| #define HAVE_SSIZE_T 1 | |
| #define SIZEOF_INT 4 | |
| #define SIZEOF_LONG 8 | |
| #define SIZEOF_VOID_P 8 | |
| #define SIZEOF_SHORT 2 | |
| #define SIZEOF_FLOAT 4 | |
| #define SIZEOF_DOUBLE 8 | |
| #define SIZEOF_FPOS_T 8 | |
| #define SIZEOF_SIZE_T 8 | |
| #define SIZEOF_PID_T 4 | |
| #define HAVE_LONG_LONG 1 | |
| #define SIZEOF_LONG_LONG 8 | |
| #define HAVE_LONG_DOUBLE 1 | |
| #define SIZEOF_LONG_DOUBLE 16 | |
| #define HAVE_C99_BOOL 1 | |
| #define SIZEOF__BOOL 1 | |
| #define HAVE_UINTPTR_T 1 | |
| #define SIZEOF_UINTPTR_T 8 | |
| #define SIZEOF_OFF_T 8 | |
| #define SIZEOF_TIME_T 8 | |
| #define SIZEOF_PTHREAD_T 8 | |
| #define USE_TOOLBOX_OBJECT_GLUE 1 | |
| #define WITH_DYLD 1 | |
| #define SHLIB_EXT ".so" | |
| #define WITH_THREAD 1 | |
| #define _REENTRANT 1 | |
| #define HAVE_OSX105_SDK 1 | |
| #define WITH_DOC_STRINGS 1 | |
| #define WITH_PYMALLOC 1 | |
| #define HAVE_CHROOT 1 | |
| #define HAVE_LINK 1 | |
| #define HAVE_SYMLINK 1 | |
| #define HAVE_FCHDIR 1 | |
| #define HAVE_FSYNC 1 | |
| #define HAVE_KQUEUE 1 | |
| #define HAVE_CTERMID_R 1 | |
| #define HAVE_FLOCK 1 | |
| #define HAVE_GETPAGESIZE 1 | |
| #define HAVE_INET_PTON 1 | |
| #define HAVE_SETGROUPS 1 | |
| #define TIME_WITH_SYS_TIME 1 | |
| #define HAVE_STRUCT_TM_TM_ZONE 1 | |
| #define HAVE_TM_ZONE 1 | |
| #define HAVE_STRUCT_STAT_ST_RDEV 1 | |
| #define HAVE_STRUCT_STAT_ST_BLKSIZE 1 | |
| #define HAVE_STRUCT_STAT_ST_FLAGS 1 | |
| #define HAVE_STRUCT_STAT_ST_GEN 1 | |
| #define HAVE_STRUCT_STAT_ST_BLOCKS 1 | |
| #define HAVE_ST_BLOCKS 1 | |
| #define SYS_SELECT_WITH_SYS_TIME 1 | |
| #define HAVE_ADDRINFO 1 | |
| #define HAVE_SOCKADDR_STORAGE 1 | |
| #define HAVE_PROTOTYPES 1 | |
| #define HAVE_STDARG_PROTOTYPES 1 | |
| #define HAVE_SOCKETPAIR 1 | |
| #define HAVE_SOCKADDR_SA_LEN 1 | |
| #define VA_LIST_IS_ARRAY 1 | |
| #define HAVE_WCHAR_H 1 | |
| /* end confdefs.h. */ | |
| #include <wchar.h> | |
| | |
| typedef wchar_t ac__type_sizeof_; | |
| static long int longval () { return (long int) (sizeof (ac__type_sizeof_)); } | |
| static unsigned long int ulongval () { return (long int) (sizeof (ac__type_sizeof_)); } | |
| #include <stdio.h> | |
| #include <stdlib.h> | |
| int | |
| main () | |
| { | |
| | |
| FILE *f = fopen ("conftest.val", "w"); | |
| if (! f) | |
| return 1; | |
| if (((long int) (sizeof (ac__type_sizeof_))) < 0) | |
| { | |
| long int i = longval (); | |
| if (i != ((long int) (sizeof (ac__type_sizeof_)))) | |
| return 1; | |
| fprintf (f, "%ld\n", i); | |
| } | |
| else | |
| { | |
| unsigned long int i = ulongval (); | |
| if (i != ((long int) (sizeof (ac__type_sizeof_)))) | |
| return 1; | |
| fprintf (f, "%lu\n", i); | |
| } | |
| return ferror (f) || fclose (f) != 0; | |
| | |
| ; | |
| return 0; | |
| } | |
configure:22250: error: cannot compute sizeof (wchar_t) | |
See `config.log' for more details. | |
## ---------------- ## | |
## Cache variables. ## | |
## ---------------- ## | |
ac_cv_c_char_unsigned=no | |
ac_cv_c_compiler_gnu=yes | |
ac_cv_c_const=yes | |
ac_cv_cxx_thread=no | |
ac_cv_env_CC_set=set | |
ac_cv_env_CC_value=/usr/bin/cc | |
ac_cv_env_CFLAGS_set=set | |
ac_cv_env_CFLAGS_value='-O3 -march=core2 -msse4 -w -pipe' | |
ac_cv_env_CPPFLAGS_set=set | |
ac_cv_env_CPPFLAGS_value=-I/usr/local/Cellar/readline/6.1/include | |
ac_cv_env_CPP_set= | |
ac_cv_env_CPP_value= | |
ac_cv_env_LDFLAGS_set=set | |
ac_cv_env_LDFLAGS_value=-L/usr/local/Cellar/readline/6.1/lib | |
ac_cv_env_LIBS_set= | |
ac_cv_env_LIBS_value= | |
ac_cv_env_build_alias_set= | |
ac_cv_env_build_alias_value= | |
ac_cv_env_host_alias_set= | |
ac_cv_env_host_alias_value= | |
ac_cv_env_target_alias_set= | |
ac_cv_env_target_alias_value= | |
ac_cv_func___fpu_control=no | |
ac_cv_func__getpty=no | |
ac_cv_func_acosh=no | |
ac_cv_func_alarm=no | |
ac_cv_func_asinh=no | |
ac_cv_func_atanh=no | |
ac_cv_func_bind_textdomain_codeset=no | |
ac_cv_func_chown=no | |
ac_cv_func_clock=no | |
ac_cv_func_confstr=no | |
ac_cv_func_copysign=no | |
ac_cv_func_ctermid=no | |
ac_cv_func_dlopen=no | |
ac_cv_func_dup2=no | |
ac_cv_func_execv=no | |
ac_cv_func_expm1=no | |
ac_cv_func_fchmod=no | |
ac_cv_func_fchown=no | |
ac_cv_func_finite=no | |
ac_cv_func_fork=no | |
ac_cv_func_forkpty=no | |
ac_cv_func_fpathconf=no | |
ac_cv_func_fseek64=no | |
ac_cv_func_fseeko=no | |
ac_cv_func_fstatvfs=no | |
ac_cv_func_ftell64=no | |
ac_cv_func_ftello=no | |
ac_cv_func_ftime=no | |
ac_cv_func_ftruncate=no | |
ac_cv_func_gai_strerror=no | |
ac_cv_func_getcwd=no | |
ac_cv_func_getgroups=no | |
ac_cv_func_gethostbyname=no | |
ac_cv_func_gethostbyname_r=no | |
ac_cv_func_getitimer=no | |
ac_cv_func_getloadavg=no | |
ac_cv_func_getlogin=no | |
ac_cv_func_getnameinfo=no | |
ac_cv_func_getpeername=no | |
ac_cv_func_getpgid=no | |
ac_cv_func_getpgrp=no | |
ac_cv_func_getpid=no | |
ac_cv_func_getpriority=no | |
ac_cv_func_getpwent=no | |
ac_cv_func_getsid=no | |
ac_cv_func_getspent=no | |
ac_cv_func_getspnam=no | |
ac_cv_func_gettimeofday=no | |
ac_cv_func_getwd=no | |
ac_cv_func_hypot=no | |
ac_cv_func_isinf=no | |
ac_cv_func_isnan=no | |
ac_cv_func_kill=no | |
ac_cv_func_killpg=no | |
ac_cv_func_lchmod=no | |
ac_cv_func_lchown=no | |
ac_cv_func_log1p=no | |
ac_cv_func_lstat=no | |
ac_cv_func_memmove=no | |
ac_cv_func_mkfifo=no | |
ac_cv_func_mknod=no | |
ac_cv_func_mktime=no | |
ac_cv_func_mremap=no | |
ac_cv_func_nice=no | |
ac_cv_func_openpty=no | |
ac_cv_func_pathconf=no | |
ac_cv_func_pause=no | |
ac_cv_func_plock=no | |
ac_cv_func_poll=no | |
ac_cv_func_pthread_init=no | |
ac_cv_func_pthread_sigmask=no | |
ac_cv_func_putenv=no | |
ac_cv_func_readlink=no | |
ac_cv_func_realpath=no | |
ac_cv_func_select=no | |
ac_cv_func_setegid=no | |
ac_cv_func_seteuid=no | |
ac_cv_func_setgid=no | |
ac_cv_func_setitimer=no | |
ac_cv_func_setlocale=no | |
ac_cv_func_setpgid=no | |
ac_cv_func_setpgrp=no | |
ac_cv_func_setregid=no | |
ac_cv_func_setreuid=no | |
ac_cv_func_setsid=no | |
ac_cv_func_setuid=no | |
ac_cv_func_setvbuf=no | |
ac_cv_func_sigaction=no | |
ac_cv_func_siginterrupt=no | |
ac_cv_func_sigrelse=no | |
ac_cv_func_snprintf=no | |
ac_cv_func_statvfs=no | |
ac_cv_func_strdup=no | |
ac_cv_func_strftime=no | |
ac_cv_func_sysconf=no | |
ac_cv_func_tcgetpgrp=no | |
ac_cv_func_tcsetpgrp=no | |
ac_cv_func_tempnam=no | |
ac_cv_func_timegm=no | |
ac_cv_func_times=no | |
ac_cv_func_tmpfile=no | |
ac_cv_func_tmpnam=no | |
ac_cv_func_tmpnam_r=no | |
ac_cv_func_truncate=no | |
ac_cv_func_uname=no | |
ac_cv_func_unsetenv=no | |
ac_cv_func_utimes=no | |
ac_cv_func_wait3=no | |
ac_cv_func_wait4=no | |
ac_cv_func_waitpid=no | |
ac_cv_func_wcscoll=no | |
ac_cv_has_makedev=yes | |
ac_cv_header_asm_types_h=no | |
ac_cv_header_bluetooth_bluetooth_h=no | |
ac_cv_header_bluetooth_h=no | |
ac_cv_header_conio_h=no | |
ac_cv_header_curses_h=yes | |
ac_cv_header_direct_h=no | |
ac_cv_header_dirent_dirent_h=yes | |
ac_cv_header_dlfcn_h=yes | |
ac_cv_header_errno_h=yes | |
ac_cv_header_fcntl_h=yes | |
ac_cv_header_grp_h=yes | |
ac_cv_header_ieeefp_h=no | |
ac_cv_header_inttypes_h=yes | |
ac_cv_header_io_h=no | |
ac_cv_header_langinfo_h=yes | |
ac_cv_header_libintl_h=no | |
ac_cv_header_libutil_h=no | |
ac_cv_header_linux_netlink_h=no | |
ac_cv_header_linux_tipc_h=no | |
ac_cv_header_memory_h=yes | |
ac_cv_header_ncurses_h=yes | |
ac_cv_header_netpacket_packet_h=no | |
ac_cv_header_poll_h=yes | |
ac_cv_header_process_h=no | |
ac_cv_header_pthread_h=yes | |
ac_cv_header_pty_h=no | |
ac_cv_header_shadow_h=no | |
ac_cv_header_signal_h=yes | |
ac_cv_header_stdc=yes | |
ac_cv_header_stdint_h=yes | |
ac_cv_header_stdlib_h=yes | |
ac_cv_header_string_h=yes | |
ac_cv_header_strings_h=yes | |
ac_cv_header_stropts_h=no | |
ac_cv_header_sys_audioio_h=no | |
ac_cv_header_sys_bsdtty_h=no | |
ac_cv_header_sys_epoll_h=no | |
ac_cv_header_sys_event_h=yes | |
ac_cv_header_sys_file_h=yes | |
ac_cv_header_sys_loadavg_h=no | |
ac_cv_header_sys_lock_h=yes | |
ac_cv_header_sys_mkdev_h=no | |
ac_cv_header_sys_modem_h=no | |
ac_cv_header_sys_param_h=yes | |
ac_cv_header_sys_poll_h=yes | |
ac_cv_header_sys_resource_h=yes | |
ac_cv_header_sys_select_h=yes | |
ac_cv_header_sys_socket_h=yes | |
ac_cv_header_sys_stat_h=yes | |
ac_cv_header_sys_statvfs_h=yes | |
ac_cv_header_sys_termio_h=no | |
ac_cv_header_sys_time_h=yes | |
ac_cv_header_sys_times_h=yes | |
ac_cv_header_sys_types_h=yes | |
ac_cv_header_sys_types_h_makedev=yes | |
ac_cv_header_sys_un_h=yes | |
ac_cv_header_sys_utsname_h=yes | |
ac_cv_header_sys_wait_h=yes | |
ac_cv_header_sysexits_h=yes | |
ac_cv_header_term_h=yes | |
ac_cv_header_termios_h=yes | |
ac_cv_header_thread_h=no | |
ac_cv_header_time=yes | |
ac_cv_header_time_altzone=no | |
ac_cv_header_unistd_h=yes | |
ac_cv_header_utime_h=yes | |
ac_cv_header_wchar_h=yes | |
ac_cv_kpthread=no | |
ac_cv_kthread=no | |
ac_cv_lib_bsd_forkpty=no | |
ac_cv_lib_bsd_openpty=no | |
ac_cv_lib_c_inet_aton=no | |
ac_cv_lib_dl_dlopen=no | |
ac_cv_lib_dld_shl_load=no | |
ac_cv_lib_ieee___fpu_control=no | |
ac_cv_lib_intl_textdomain=no | |
ac_cv_lib_nsl_t_open=no | |
ac_cv_lib_resolv_inet_aton=no | |
ac_cv_lib_socket_socket=no | |
ac_cv_lib_util_forkpty=no | |
ac_cv_lib_util_openpty=no | |
ac_cv_lib_z_inflateCopy=no | |
ac_cv_member_struct_stat_st_birthtime=no | |
ac_cv_member_struct_stat_st_blksize=yes | |
ac_cv_member_struct_stat_st_blocks=yes | |
ac_cv_member_struct_stat_st_flags=yes | |
ac_cv_member_struct_stat_st_gen=yes | |
ac_cv_member_struct_stat_st_rdev=yes | |
ac_cv_member_struct_tm_tm_zone=yes | |
ac_cv_no_strict_aliasing_ok=yes | |
ac_cv_objext=o | |
ac_cv_olimit_ok=no | |
ac_cv_opt_olimit_ok=no | |
ac_cv_path_EGREP='/usr/bin/grep -E' | |
ac_cv_path_GREP=/usr/bin/grep | |
ac_cv_path_install='/usr/bin/install -c' | |
ac_cv_prog_AR=ar | |
ac_cv_prog_CPP='/usr/bin/cc -E' | |
ac_cv_prog_SVNVERSION=found | |
ac_cv_prog_TRUE=true | |
ac_cv_prog_ac_ct_CC=/usr/bin/cc | |
ac_cv_prog_ac_ct_RANLIB=ranlib | |
ac_cv_prog_cc_c89= | |
ac_cv_prog_cc_g=yes | |
ac_cv_pthread=no | |
ac_cv_pthread_is_default=yes | |
ac_cv_pthread_system_supported=no | |
ac_cv_search_opendir='none required' | |
ac_cv_search_sem_init=no | |
ac_cv_sizeof__Bool=1 | |
ac_cv_sizeof_double=8 | |
ac_cv_sizeof_float=4 | |
ac_cv_sizeof_fpos_t=8 | |
ac_cv_sizeof_int=4 | |
ac_cv_sizeof_long=8 | |
ac_cv_sizeof_long_double=16 | |
ac_cv_sizeof_long_long=8 | |
ac_cv_sizeof_off_t=8 | |
ac_cv_sizeof_pid_t=4 | |
ac_cv_sizeof_pthread_t=8 | |
ac_cv_sizeof_short=2 | |
ac_cv_sizeof_size_t=8 | |
ac_cv_sizeof_time_t=8 | |
ac_cv_sizeof_uintptr_t=8 | |
ac_cv_sizeof_void_p=8 | |
ac_cv_struct_addrinfo=yes | |
ac_cv_struct_sockaddr_storage=yes | |
ac_cv_struct_tm=time.h | |
ac_cv_tanh_preserves_zero_sign=no | |
ac_cv_type__Bool=yes | |
ac_cv_type_double=yes | |
ac_cv_type_float=yes | |
ac_cv_type_fpos_t=yes | |
ac_cv_type_int=yes | |
ac_cv_type_long=yes | |
ac_cv_type_long_double=yes | |
ac_cv_type_long_long=yes | |
ac_cv_type_mode_t=yes | |
ac_cv_type_off_t=yes | |
ac_cv_type_pid_t=yes | |
ac_cv_type_short=yes | |
ac_cv_type_signal=void | |
ac_cv_type_size_t=yes | |
ac_cv_type_ssize_t=yes | |
ac_cv_type_uid_t=yes | |
ac_cv_type_uintptr_t=yes | |
ac_cv_type_void_p=yes | |
ac_cv_type_wchar_t=yes | |
## ----------------- ## | |
## Output variables. ## | |
## ----------------- ## | |
AR='ar' | |
ARCH_RUN_32BIT='arch -i386 -ppc' | |
BASECFLAGS='-arch i386 -arch ppc -arch ppc64 -arch x86_64 -isysroot / -fno-strict-aliasing' | |
BLDLIBRARY='-L. -lpython$(VERSION)' | |
BLDSHARED='$(CC) $(LDFLAGS) -bundle -undefined dynamic_lookup' | |
BUILDEXEEXT='.exe' | |
CC='/usr/bin/cc' | |
CCSHARED='' | |
CFLAGS='-O3 -march=core2 -msse4 -w -pipe' | |
CFLAGSFORSHARED='$(CCSHARED)' | |
CONFIGURE_MACOSX_DEPLOYMENT_TARGET='10.5' | |
CONFIG_ARGS=' '\''--prefix=/usr/local/Cellar/python262/2.6.2'\'' '\''--enable-universalsdk=/'\'' '\''--with-universal-archs=all'\'' '\''--enable-shared'\'' '\''CC=/usr/bin/cc'\'' '\''CFLAGS=-O3 -march=core2 -msse4 -w -pipe'\'' '\''LDFLAGS=-L/usr/local/Cellar/readline/6.1/lib'\'' '\''CPPFLAGS=-I/usr/local/Cellar/readline/6.1/include'\''' | |
CPP='/usr/bin/cc -E' | |
CPPFLAGS='-I/usr/local/Cellar/readline/6.1/include' | |
CXX='/usr/bin/c++' | |
DEFS='' | |
DLINCLDIR='.' | |
DLLLIBRARY='' | |
DYNLOADFILE='dynload_stub.o' | |
ECHO_C='ECHO_N='' | |
ECHO_T='' | |
EGREP='/usr/bin/grep -E' | |
EXEEXT='' | |
EXPORT_MACOSX_DEPLOYMENT_TARGET='' | |
EXTRAMACHDEPPATH='$(PLATMACPATH)' | |
EXTRAPLATDIR='$(PLATMACDIRS)' | |
FRAMEWORKALTINSTALLFIRST='' | |
FRAMEWORKALTINSTALLLAST='update4wayuniversal' | |
FRAMEWORKINSTALLFIRST='' | |
FRAMEWORKINSTALLLAST='update4wayuniversal' | |
FRAMEWORKUNIXTOOLSPREFIX='/usr/local/Cellar/python262/2.6.2' | |
GREP='/usr/bin/grep' | |
HAVE_GETHOSTBYNAME='' | |
HAVE_GETHOSTBYNAME_R='' | |
HAVE_GETHOSTBYNAME_R_3_ARG='' | |
HAVE_GETHOSTBYNAME_R_5_ARG='' | |
HAVE_GETHOSTBYNAME_R_6_ARG='' | |
INSTALL_DATA='${INSTALL} -m 644' | |
INSTALL_PROGRAM='${INSTALL}' | |
INSTALL_SCRIPT='${INSTALL}' | |
INSTSONAME='$(LDLIBRARY)' | |
LDFLAGS='-arch i386 -arch ppc -arch ppc64 -arch x86_64 -isysroot / -L/usr/local/Cellar/readline/6.1/lib' | |
LDLAST='' | |
LDLIBRARY='libpython$(VERSION).dylib' | |
LDLIBRARYDIR='' | |
LDSHARED='$(CC) $(LDFLAGS) -bundle -undefined dynamic_lookup' | |
LIBC='' | |
LIBM='' | |
LIBOBJS=' dup2.o getcwd.o strdup.o' | |
LIBRARY='libpython$(VERSION).a' | |
LIBS='' | |
LIBTOOL_CRUFT=' -lSystem -lSystemStubs -arch_only i386 -install_name $(PYTHONFRAMEWORKINSTALLDIR)/Versions/$(VERSION)/$(PYTHONFRAMEWORK) -compatibility_version $(VERSION) -current_version $(VERSION)' | |
LINKCC='$(PURIFY) $(MAINCC)' | |
LINKFORSHARED='-u _PyMac_Error' | |
LN='ln' | |
LTLIBOBJS='' | |
MACHDEP='darwin' | |
MACHDEP_OBJS='Python/mactoolboxglue.o' | |
MAINCC='$(CC)' | |
OBJEXT='o' | |
OPT='-DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes' | |
OTHER_LIBTOOL_OPT='' | |
PACKAGE_BUGREPORT='http://www.python.org/python-bugs' | |
PACKAGE_NAME='python' | |
PACKAGE_STRING='python 2.6' | |
PACKAGE_TARNAME='python' | |
PACKAGE_VERSION='2.6' | |
PATH_SEPARATOR=':' | |
PYTHONFRAMEWORK='' | |
PYTHONFRAMEWORKDIR='no-framework' | |
PYTHONFRAMEWORKIDENTIFIER='org.python.python' | |
PYTHONFRAMEWORKINSTALLDIR='' | |
PYTHONFRAMEWORKPREFIX='' | |
RANLIB='ranlib' | |
RUNSHARED='DYLD_LIBRARY_PATH=`pwd`:${DYLD_LIBRARY_PATH}' | |
SGI_ABI='' | |
SHELL='/bin/sh' | |
SHLIBS='$(LIBS)' | |
SIGNAL_OBJS='' | |
SO='.so' | |
SOVERSION='1.0' | |
SRCDIRS='' | |
SVNVERSION='svnversion $(srcdir)' | |
THREADHEADERS='' | |
THREADOBJ='Python/thread.o' | |
TRUE='true' | |
UNICODE_OBJS='' | |
UNIVERSALSDK='/' | |
UNIVERSAL_ARCH_FLAGS='-arch i386 -arch ppc -arch ppc64 -arch x86_64' | |
USE_SIGNAL_MODULE='' | |
USE_THREAD_MODULE='' | |
VERSION='2.6' | |
ac_ct_CC='/usr/bin/cc' | |
bindir='${exec_prefix}/bin' | |
build_alias='' | |
datadir='${datarootdir}' | |
datarootdir='${prefix}/share' | |
docdir='${datarootdir}/doc/${PACKAGE_TARNAME}' | |
dvidir='${docdir}' | |
exec_prefix='NONE' | |
host_alias='' | |
htmldir='${docdir}' | |
includedir='${prefix}/include' | |
infodir='${datarootdir}/info' | |
libdir='${exec_prefix}/lib' | |
libexecdir='${exec_prefix}/libexec' | |
localedir='${datarootdir}/locale' | |
localstatedir='${prefix}/var' | |
mandir='${datarootdir}/man' | |
oldincludedir='/usr/include' | |
pdfdir='${docdir}' | |
prefix='/usr/local/Cellar/python262/2.6.2' | |
program_transform_name='s,x,x,' | |
psdir='${docdir}' | |
sbindir='${exec_prefix}/sbin' | |
sharedstatedir='${prefix}/com' | |
sysconfdir='${prefix}/etc' | |
target_alias='' | |
## ----------- ## | |
## confdefs.h. ## | |
## ----------- ## | |
#define _GNU_SOURCE 1 | |
#define _NETBSD_SOURCE 1 | |
#define __BSD_VISIBLE 1 | |
#define _BSD_TYPES 1 | |
#define _DARWIN_C_SOURCE 1 | |
#define _XOPEN_SOURCE 600 | |
#define _XOPEN_SOURCE_EXTENDED 1 | |
#define _POSIX_C_SOURCE 200112L | |
#define Py_ENABLE_SHARED 1 | |
#define HAVE_ATTRIBUTE_FORMAT_PARSETUPLE 1 | |
#define STDC_HEADERS 1 | |
#define HAVE_SYS_TYPES_H 1 | |
#define HAVE_SYS_STAT_H 1 | |
#define HAVE_STDLIB_H 1 | |
#define HAVE_STRING_H 1 | |
#define HAVE_MEMORY_H 1 | |
#define HAVE_STRINGS_H 1 | |
#define HAVE_INTTYPES_H 1 | |
#define HAVE_STDINT_H 1 | |
#define HAVE_UNISTD_H 1 | |
#define HAVE_CURSES_H 1 | |
#define HAVE_DLFCN_H 1 | |
#define HAVE_ERRNO_H 1 | |
#define HAVE_FCNTL_H 1 | |
#define HAVE_GRP_H 1 | |
#define HAVE_LANGINFO_H 1 | |
#define HAVE_NCURSES_H 1 | |
#define HAVE_POLL_H 1 | |
#define HAVE_PTHREAD_H 1 | |
#define HAVE_SIGNAL_H 1 | |
#define HAVE_STDINT_H 1 | |
#define HAVE_TERMIOS_H 1 | |
#define HAVE_UNISTD_H 1 | |
#define HAVE_UTIME_H 1 | |
#define HAVE_SYS_EVENT_H 1 | |
#define HAVE_SYS_FILE_H 1 | |
#define HAVE_SYS_LOCK_H 1 | |
#define HAVE_SYS_PARAM_H 1 | |
#define HAVE_SYS_POLL_H 1 | |
#define HAVE_SYS_SELECT_H 1 | |
#define HAVE_SYS_SOCKET_H 1 | |
#define HAVE_SYS_STATVFS_H 1 | |
#define HAVE_SYS_STAT_H 1 | |
#define HAVE_SYS_TIME_H 1 | |
#define HAVE_SYS_TIMES_H 1 | |
#define HAVE_SYS_TYPES_H 1 | |
#define HAVE_SYS_UN_H 1 | |
#define HAVE_SYS_UTSNAME_H 1 | |
#define HAVE_SYS_WAIT_H 1 | |
#define HAVE_SYS_RESOURCE_H 1 | |
#define HAVE_SYSEXITS_H 1 | |
#define HAVE_DIRENT_H 1 | |
#define HAVE_TERM_H 1 | |
#define HAVE_MAKEDEV 1 | |
#define _LARGEFILE_SOURCE 1 | |
#define _FILE_OFFSET_BITS 64 | |
#if defined(SCO_DS) | |
#undef _OFF_T | |
#endif | |
#define RETSIGTYPE void | |
#define HAVE_SSIZE_T 1 | |
#define SIZEOF_INT 4 | |
#define SIZEOF_LONG 8 | |
#define SIZEOF_VOID_P 8 | |
#define SIZEOF_SHORT 2 | |
#define SIZEOF_FLOAT 4 | |
#define SIZEOF_DOUBLE 8 | |
#define SIZEOF_FPOS_T 8 | |
#define SIZEOF_SIZE_T 8 | |
#define SIZEOF_PID_T 4 | |
#define HAVE_LONG_LONG 1 | |
#define SIZEOF_LONG_LONG 8 | |
#define HAVE_LONG_DOUBLE 1 | |
#define SIZEOF_LONG_DOUBLE 16 | |
#define HAVE_C99_BOOL 1 | |
#define SIZEOF__BOOL 1 | |
#define HAVE_UINTPTR_T 1 | |
#define SIZEOF_UINTPTR_T 8 | |
#define SIZEOF_OFF_T 8 | |
#define SIZEOF_TIME_T 8 | |
#define SIZEOF_PTHREAD_T 8 | |
#define USE_TOOLBOX_OBJECT_GLUE 1 | |
#define WITH_DYLD 1 | |
#define SHLIB_EXT ".so" | |
#define WITH_THREAD 1 | |
#define _REENTRANT 1 | |
#define HAVE_OSX105_SDK 1 | |
#define WITH_DOC_STRINGS 1 | |
#define WITH_PYMALLOC 1 | |
#define HAVE_CHROOT 1 | |
#define HAVE_LINK 1 | |
#define HAVE_SYMLINK 1 | |
#define HAVE_FCHDIR 1 | |
#define HAVE_FSYNC 1 | |
#define HAVE_KQUEUE 1 | |
#define HAVE_CTERMID_R 1 | |
#define HAVE_FLOCK 1 | |
#define HAVE_GETPAGESIZE 1 | |
#define HAVE_INET_PTON 1 | |
#define HAVE_SETGROUPS 1 | |
#define TIME_WITH_SYS_TIME 1 | |
#define HAVE_STRUCT_TM_TM_ZONE 1 | |
#define HAVE_TM_ZONE 1 | |
#define HAVE_STRUCT_STAT_ST_RDEV 1 | |
#define HAVE_STRUCT_STAT_ST_BLKSIZE 1 | |
#define HAVE_STRUCT_STAT_ST_FLAGS 1 | |
#define HAVE_STRUCT_STAT_ST_GEN 1 | |
#define HAVE_STRUCT_STAT_ST_BLOCKS 1 | |
#define HAVE_ST_BLOCKS 1 | |
#define SYS_SELECT_WITH_SYS_TIME 1 | |
#define HAVE_ADDRINFO 1 | |
#define HAVE_SOCKADDR_STORAGE 1 | |
#define HAVE_PROTOTYPES 1 | |
#define HAVE_STDARG_PROTOTYPES 1 | |
#define HAVE_SOCKETPAIR 1 | |
#define HAVE_SOCKADDR_SA_LEN 1 | |
#define VA_LIST_IS_ARRAY 1 | |
#define HAVE_WCHAR_H 1 | |
configure: exit 77 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$ cat /usr/local/Library/Formula/python262.rb | |
require 'formula' | |
<<-COMMENTS | |
This is the Homebrew formula for Python. | |
Versions | |
-------- | |
This formula is currently tracking version 2.6.x. | |
If you are looking for newer versions of Python, check out these forks: | |
2.7.x: http://github.com/mxcl/homebrew/issues/issue/1773 | |
3.1.x: http://github.com/mxcl/homebrew/issues/issue/1188 | |
Options | |
------- | |
There are a few options for customzing the build. | |
--universal: Builds combined 32-/64-bit Intel binaries. | |
--framework: Builds a "Framework" version of Python. | |
--static: Builds static instead of shared libraries. | |
site-packages | |
------------- | |
The "site-packages" folder lives in the Cellar, under the "lib" folder | |
for normal builds, and under the "Frameworks" folder for Framework builds. | |
A .pth file is added to the Cellar site-packages that adds the corresponding | |
HOMEBREW_PREFIX folder (/usr/local/lib/python2.6.2/site-packages by default) | |
to sys.path. Note that this alternate folder doesn't itself support .pth files. | |
pip / distribute | |
---------------- | |
The pip (and distribute) formulae in Homebrew are designed only to work | |
against a Homebrew-installed Python, though they provide links for | |
manually installing against a custom Python. | |
pip and distribute are installed directly into the Cellar site-packages, | |
since they need to install to a place that supports .pth files. | |
The pip & distribute formuale use the "site_packages" method defined here | |
to get the appropriate site-packages path. | |
COMMENTS | |
# Was a Framework build requested? | |
def build_framework?; ARGV.include? '--framework'; end | |
# Are we installed or installing as a Framework? | |
def as_framework? | |
(self.installed? and File.exists? prefix+"Frameworks/Python.framework") or build_framework? | |
end | |
class Python262 <Formula | |
url 'http://www.python.org/ftp/python/2.6.2/Python-2.6.2.tar.bz2' | |
homepage 'http://www.python.org/' | |
md5 '245db9f1e0f09ab7e0faaa0cf7301011' | |
depends_on 'sqlite' => :optional # Prefer over OS X's older version | |
depends_on 'readline' => :optional # Prefer over OS X's libedit | |
depends_on 'gdbm' => :optional | |
def options | |
[ | |
["--framework", "Do a 'Framework' build instead of a UNIX-style build."], | |
["--universal", "Build for both 32 & 64 bit Intel."], | |
["--static", "Build static libraries."] | |
] | |
end | |
# Skip binaries so modules will load; skip lib because it is mostly Python files | |
skip_clean ['bin', 'lib'] | |
def site_packages | |
# The Cellar location of site-packages | |
if as_framework? | |
# If we're installed or installing as a Framework, then use that location. | |
return prefix+"Frameworks/Python.framework/Versions/2.6.2/lib/python2.6.2/site-packages" | |
else | |
# Otherwise, use just the lib path. | |
return lib+"python2.6.2/site-packages" | |
end | |
end | |
def prefix_site_packages | |
# The HOMEBREW_PREFIX location of site-packages | |
HOMEBREW_PREFIX+"lib/python2.6.2/site-packages" | |
end | |
def validate_options | |
if build_framework? and ARGV.include? "--static" | |
onoe "Cannot specify both framework and static." | |
exit 99 | |
end | |
end | |
def install | |
validate_options | |
args = ["--prefix=#{prefix}"] | |
if ARGV.include? '--universal' | |
args << "--enable-universalsdk=/" << "--with-universal-archs=all" | |
end | |
if build_framework? | |
args << "--enable-framework=#{prefix}/Frameworks" | |
else | |
args << "--enable-shared" unless ARGV.include? '--static' | |
end | |
system "./configure", *args | |
system "make" | |
ENV.j1 # Some kinds of installs must be serialized. | |
system "make install" | |
# Add the Homebrew prefix path to site-packages via a .pth | |
prefix_site_packages.mkpath | |
(site_packages+"homebrew.pth").write prefix_site_packages | |
end | |
def caveats | |
framework_caveats = <<-EOS.undent | |
Framework Python was installed to: | |
#{prefix}/Frameworks/Python.framework | |
You may want to symlink this Framework to a standard OS X location, | |
such as: | |
mkdir ~/Frameworks | |
ln -s "#{prefix}/Frameworks/Python.framework" ~/Frameworks | |
EOS | |
site_caveats = <<-EOS.undent | |
The site-packages folder for this Python is: | |
#{site_packages} | |
We've added a "homebrew.pth" file to also include: | |
#{prefix_site_packages} | |
EOS | |
general_caveats = <<-EOS.undent | |
You may want to create a "virtual environment" using this Python as a base | |
so you can manage multiple independent site-packages. See: | |
http://pypi.python.org/pypi/virtualenv | |
If you install Python packages via pip, binaries will be installed under | |
Python's cellar but not automatically linked into the Homebrew prefix. | |
You may want to add Python's bin folder to your PATH as well: | |
#{bin} | |
EOS | |
s = site_caveats+general_caveats | |
s = framework_caveats + s if as_framework? | |
return s | |
end | |
end |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment