Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@tadfisher
Created October 23, 2013 03:53
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save tadfisher/7112376 to your computer and use it in GitHub Desktop.
Save tadfisher/7112376 to your computer and use it in GitHub Desktop.
==> Downloading http://fishshell.com/files/2.0.0/fish-2.0.0.tar.gz
Already downloaded: /Library/Caches/Homebrew/fish-2.0.0.tar.gz
tar xf /Library/Caches/Homebrew/fish-2.0.0.tar.gz
==> Patching
/usr/bin/patch -f -p1 -i 000-homebrew.diff
patching file configure.ac
patching file reader.cpp
Hunk #1 succeeded at 3035 with fuzz 2.
==> autoconf
autoconf
==> ./configure --prefix=/usr/local/Cellar/fish/2.0.0
./configure --prefix=/usr/local/Cellar/fish/2.0.0
checking if autoconf needs to be run... no
checking if autoheader needs to be run... yes
configure: running autoheader
checking whether the C++ compiler works... yes
checking for C++ compiler default output file name... a.out
checking for suffix of executables...
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether we are using the GNU C++ compiler... yes
checking whether c++ accepts -g... yes
checking for gcc... cc
checking whether we are using the GNU C compiler... yes
checking whether cc accepts -g... yes
checking for cc option to accept ISO C89... none needed
checking how to run the C preprocessor... cc -E
checking for a BSD-compatible install... /usr/bin/install -c
CXXFLAGS: -g -O2
checking for msgfmt... no
checking if we are compiling against glibc... no
checking build system type... i386-apple-darwin13.0.0
checking host system type... i386-apple-darwin13.0.0
checking target system type... i386-apple-darwin13.0.0
checking if we are under Solaris... no
checking if we are using non varargs tparm.... no
checking if we are under BSD... no
checking for /proc/self/stat... no
checking for library containing connect... none required
checking for library containing nanosleep... none required
checking for library containing pthread_create... none required
checking for library containing setupterm... -lncurses
checking for library containing nan... none required
checking for library containing iconv_open... -liconv
checking for library containing iconv_open... (cached) -liconv
checking for library containing iconv_open... (cached) -liconv
checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
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 getopt.h usability... yes
checking getopt.h presence... yes
checking for getopt.h... yes
checking termios.h usability... yes
checking termios.h presence... yes
checking for termios.h... yes
checking sys/resource.h usability... yes
checking sys/resource.h presence... yes
checking for sys/resource.h... yes
checking term.h usability... yes
checking term.h presence... yes
checking for term.h... yes
checking ncurses/term.h usability... no
checking ncurses/term.h presence... no
checking for ncurses/term.h... no
checking ncurses.h usability... yes
checking ncurses.h presence... yes
checking for ncurses.h... yes
checking curses.h usability... yes
checking curses.h presence... yes
checking for curses.h... yes
checking stropts.h usability... no
checking stropts.h presence... no
checking for stropts.h... no
checking siginfo.h usability... no
checking siginfo.h presence... no
checking for siginfo.h... no
checking sys/select.h usability... yes
checking sys/select.h presence... yes
checking for sys/select.h... yes
checking sys/ioctl.h usability... yes
checking sys/ioctl.h presence... yes
checking for sys/ioctl.h... yes
checking execinfo.h usability... yes
checking execinfo.h presence... yes
checking for execinfo.h... yes
checking spawn.h usability... yes
checking spawn.h presence... yes
checking for spawn.h... yes
checking regex.h usability... yes
checking regex.h presence... yes
checking for regex.h... yes
checking how to use -D_XOPEN_SOURCE=600 and -D_POSIX_C_SOURCE=200112L...
checking if switches "" works... yes
checking for wcsdup... yes
checking for wcsndup... no
checking for wcslen... yes
checking for wcscasecmp... yes
checking for wcsncasecmp... yes
checking for fwprintf... yes
checking for futimes... yes
checking for wcwidth... yes
checking for wcswidth... yes
checking for wcstok... yes
checking for fputwc... yes
checking for fgetwc... yes
checking for wcstol... yes
checking for wcslcat... yes
checking for wcslcpy... yes
checking for lrand48_r... no
checking for killpg... yes
checking for backtrace... yes
checking for backtrace_symbols... yes
checking for sysconf... yes
checking for getifaddrs... yes
checking if realpath accepts null for its second argument... yes
checking if struct winsize and TIOCGWINSZ exist... yes
checking if fwprintf is broken... no
checking for _nl_msg_cat_cntr symbol... no
checking for __environ symbol... no
checking if getopt_long exists and works... yes
checking If del_curterm is broken... no
configure: creating ./config.status
config.status: creating Makefile
config.status: creating fish.spec
config.status: creating config.h
fish is now configured.
Use 'make' and 'make install' to build and install fish.
==> make install
make install
c++ -g -O2 -D_LARGEFILE_SOURCE=1 -D_FILE_OFFSET_BITS=64 -fno-exceptions -Wall -DLOCALEDIR=\"/usr/local/Cellar/fish/2.0.0/share/locale\" -DPREFIX=L\"/usr/local/Cellar/fish/2.0.0\" -DDATADIR=L\"/usr/local/Cellar/fish/2.0.0/share\" -DSYSCONFDIR=L\"/usr/local/Cellar/fish/2.0.0/etc\" -DBINDIR=L\"/usr/local/Cellar/fish/2.0.0/bin\" -c -o function.o function.cpp
c++ -g -O2 -D_LARGEFILE_SOURCE=1 -D_FILE_OFFSET_BITS=64 -fno-exceptions -Wall -DLOCALEDIR=\"/usr/local/Cellar/fish/2.0.0/share/locale\" -DPREFIX=L\"/usr/local/Cellar/fish/2.0.0\" -DDATADIR=L\"/usr/local/Cellar/fish/2.0.0/share\" -DSYSCONFDIR=L\"/usr/local/Cellar/fish/2.0.0/etc\" -DBINDIR=L\"/usr/local/Cellar/fish/2.0.0/bin\" -c -o builtin.o builtin.cpp
c++ -g -O2 -D_LARGEFILE_SOURCE=1 -D_FILE_OFFSET_BITS=64 -fno-exceptions -Wall -DLOCALEDIR=\"/usr/local/Cellar/fish/2.0.0/share/locale\" -DPREFIX=L\"/usr/local/Cellar/fish/2.0.0\" -DDATADIR=L\"/usr/local/Cellar/fish/2.0.0/share\" -DSYSCONFDIR=L\"/usr/local/Cellar/fish/2.0.0/etc\" -DBINDIR=L\"/usr/local/Cellar/fish/2.0.0/bin\" -c -o complete.o complete.cpp
c++ -g -O2 -D_LARGEFILE_SOURCE=1 -D_FILE_OFFSET_BITS=64 -fno-exceptions -Wall -DLOCALEDIR=\"/usr/local/Cellar/fish/2.0.0/share/locale\" -DPREFIX=L\"/usr/local/Cellar/fish/2.0.0\" -DDATADIR=L\"/usr/local/Cellar/fish/2.0.0/share\" -DSYSCONFDIR=L\"/usr/local/Cellar/fish/2.0.0/etc\" -DBINDIR=L\"/usr/local/Cellar/fish/2.0.0/bin\" -c -o env.o env.cpp
c++ -g -O2 -D_LARGEFILE_SOURCE=1 -D_FILE_OFFSET_BITS=64 -fno-exceptions -Wall -DLOCALEDIR=\"/usr/local/Cellar/fish/2.0.0/share/locale\" -DPREFIX=L\"/usr/local/Cellar/fish/2.0.0\" -DDATADIR=L\"/usr/local/Cellar/fish/2.0.0/share\" -DSYSCONFDIR=L\"/usr/local/Cellar/fish/2.0.0/etc\" -DBINDIR=L\"/usr/local/Cellar/fish/2.0.0/bin\" -c -o exec.o exec.cpp
c++ -g -O2 -D_LARGEFILE_SOURCE=1 -D_FILE_OFFSET_BITS=64 -fno-exceptions -Wall -DLOCALEDIR=\"/usr/local/Cellar/fish/2.0.0/share/locale\" -DPREFIX=L\"/usr/local/Cellar/fish/2.0.0\" -DDATADIR=L\"/usr/local/Cellar/fish/2.0.0/share\" -DSYSCONFDIR=L\"/usr/local/Cellar/fish/2.0.0/etc\" -DBINDIR=L\"/usr/local/Cellar/fish/2.0.0/bin\" -c -o expand.o expand.cpp
c++ -g -O2 -D_LARGEFILE_SOURCE=1 -D_FILE_OFFSET_BITS=64 -fno-exceptions -Wall -DLOCALEDIR=\"/usr/local/Cellar/fish/2.0.0/share/locale\" -DPREFIX=L\"/usr/local/Cellar/fish/2.0.0\" -DDATADIR=L\"/usr/local/Cellar/fish/2.0.0/share\" -DSYSCONFDIR=L\"/usr/local/Cellar/fish/2.0.0/etc\" -DBINDIR=L\"/usr/local/Cellar/fish/2.0.0/bin\" -c -o highlight.o highlight.cpp
c++ -g -O2 -D_LARGEFILE_SOURCE=1 -D_FILE_OFFSET_BITS=64 -fno-exceptions -Wall -DLOCALEDIR=\"/usr/local/Cellar/fish/2.0.0/share/locale\" -DPREFIX=L\"/usr/local/Cellar/fish/2.0.0\" -DDATADIR=L\"/usr/local/Cellar/fish/2.0.0/share\" -DSYSCONFDIR=L\"/usr/local/Cellar/fish/2.0.0/etc\" -DBINDIR=L\"/usr/local/Cellar/fish/2.0.0/bin\" -c -o history.o history.cpp
brew: superenv removed: -g -O2 -Wall
brew: superenv added: -pipe -w -Os -march=native --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk/usr/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
brew: superenv removed: -g -O2 -Wall
brew: superenv removed: -g -O2 -Wall
brew: superenv removed: -g -O2 -Wall
brew: superenv added: -pipe -w -Os -march=native --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk/usr/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
brew: superenv added: -pipe -w -Os -march=native --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk/usr/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
brew: superenv removed: -g -O2 -Wall
brew: superenv added: -pipe -w -Os -march=native --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk/usr/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
brew: superenv removed: -g -O2 -Wall
brew: superenv added: -pipe -w -Os -march=native --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk/usr/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
brew: superenv added: -pipe -w -Os -march=native --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk/usr/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
brew: superenv removed: -g -O2 -Wall
brew: superenv added: -pipe -w -Os -march=native --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk/usr/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
brew: superenv removed: -g -O2 -Wall
brew: superenv added: -pipe -w -Os -march=native --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk/usr/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
In file included from exec.cpp:37:
In file included from ./postfork.h:18:
In file included from ./proc.h:21:
./io.h:11:10: fatal error: 'tr1/memory' file not found
#include <tr1/memory>
^
In file included from history.cpp:24:
In file included from ./reader.h:16:
./io.h:11:10: fatal error: 'tr1/memory' file not found
#include <tr1/memory>
^
In file included from complete.cpp:31:
In file included from ./proc.h:21:
./io.h:11:10: fatal error: 'tr1/memory' file not found
#include <tr1/memory>
^
In file included from builtin.cpp:43:
In file included from ./builtin.h:11:
./io.h:11:10: fatal error: 'tr1/memory' file not found
#include <tr1/memory>
^
In file included from env.cpp:44:
In file included from ./proc.h:21:
./io.h:11:10: fatal error: 'tr1/memory' file not found
#include <tr1/memory>
^
In file included from function.cpp:29:
In file included from ./proc.h:21:
./io.h:11:10: fatal error: 'tr1/memory' file not found
#include <tr1/memory>
^
In file included from highlight.cpp:22:
In file included from ./proc.h:21:
./io.h:11:10: fatal error: 'tr1/memory' file not found
#include <tr1/memory>
^
In file included from expand.cpp:42:
In file included from ./proc.h:21:
./io.h:11:10: fatal error: 'tr1/memory' file not found
#include <tr1/memory>
^
1 error generated.
1 error generated.
make: *** [exec.o] Error 1
make: *** Waiting for unfinished jobs....
make: *** [function.o] Error 1
1 error generated.
1 error generated.
make: *** [expand.o] Error 1
make: *** [history.o] Error 1
1 error generated.
make: *** [highlight.o] Error 1
1 error generated.
make: *** [env.o] Error 1
1 error generated.
make: *** [complete.o] Error 1
1 error generated.
make: *** [builtin.o] Error 1
==> Configuration
HOMEBREW_VERSION: 0.9.5
HEAD: 7c6acdf0db4d815517f1280d624e1a06c2bc1c6b
CPU: 8-core 64-bit ivybridge
OS X: 10.9-x86_64
Xcode: 5.0.1
X11: 2.7.4 => /opt/X11
==> ENV
HOMEBREW_CC: clang
MAKEFLAGS: -j8
CMAKE_PREFIX_PATH: /usr/local:/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk/usr
CMAKE_INCLUDE_PATH: /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk/usr/include/libxml2:/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk/usr/include/apache2:/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
CMAKE_LIBRARY_PATH: /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries
CMAKE_FRAMEWORK_PATH: /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk/System/Library/Frameworks
PKG_CONFIG_LIBDIR: /usr/lib/pkgconfig:/usr/local/Library/ENV/pkgconfig/10.9
HOMEBREW_VERBOSE: 1
HOMEBREW_SDKROOT: /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk
ACLOCAL_PATH: /usr/local/share/aclocal
OBJC: cc
PATH: /usr/local/Library/ENV/4.3:/Applications/Xcode.app/Contents/Developer/usr/bin:/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin:/usr/local/opt/autoconf/bin:/usr/bin:/bin:/usr/sbin:/sbin
Error: fish did not build
Logs: /Users/tad/Library/Logs/Homebrew/fish/config.log
| /* confdefs.h */
| #define PACKAGE_NAME "fish"
| #define PACKAGE_TARNAME "fish"
| #define PACKAGE_VERSION "2.0.0"
| #define PACKAGE_STRING "fish 2.0.0"
| #define PACKAGE_BUGREPORT "fish-users@lists.sf.net"
| #define PACKAGE_URL ""
| #define HAVE_TRANSLATE_H 1
| #define HAVE_NAN 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_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_GETOPT_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_TERM_H 1
| #define HAVE_NCURSES_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 <stropts.h>
configure:5325: result: no
configure:5325: checking stropts.h presence
configure:5325: cc -E conftest.c
conftest.c:27:10: fatal error: 'stropts.h' file not found
#include <stropts.h>
^
1 error generated.
configure:5325: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "fish"
| #define PACKAGE_TARNAME "fish"
| #define PACKAGE_VERSION "2.0.0"
| #define PACKAGE_STRING "fish 2.0.0"
| #define PACKAGE_BUGREPORT "fish-users@lists.sf.net"
| #define PACKAGE_URL ""
| #define HAVE_TRANSLATE_H 1
| #define HAVE_NAN 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_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_GETOPT_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_TERM_H 1
| #define HAVE_NCURSES_H 1
| #define HAVE_CURSES_H 1
| /* end confdefs.h. */
| #include <stropts.h>
configure:5325: result: no
configure:5325: checking for stropts.h
configure:5325: result: no
configure:5325: checking siginfo.h usability
configure:5325: cc -c -g -O2 conftest.c >&5
conftest.c:60:10: fatal error: 'siginfo.h' file not found
#include <siginfo.h>
^
1 error generated.
configure:5325: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "fish"
| #define PACKAGE_TARNAME "fish"
| #define PACKAGE_VERSION "2.0.0"
| #define PACKAGE_STRING "fish 2.0.0"
| #define PACKAGE_BUGREPORT "fish-users@lists.sf.net"
| #define PACKAGE_URL ""
| #define HAVE_TRANSLATE_H 1
| #define HAVE_NAN 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_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_GETOPT_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_TERM_H 1
| #define HAVE_NCURSES_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 <siginfo.h>
configure:5325: result: no
configure:5325: checking siginfo.h presence
configure:5325: cc -E conftest.c
conftest.c:27:10: fatal error: 'siginfo.h' file not found
#include <siginfo.h>
^
1 error generated.
configure:5325: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "fish"
| #define PACKAGE_TARNAME "fish"
| #define PACKAGE_VERSION "2.0.0"
| #define PACKAGE_STRING "fish 2.0.0"
| #define PACKAGE_BUGREPORT "fish-users@lists.sf.net"
| #define PACKAGE_URL ""
| #define HAVE_TRANSLATE_H 1
| #define HAVE_NAN 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_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_GETOPT_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_TERM_H 1
| #define HAVE_NCURSES_H 1
| #define HAVE_CURSES_H 1
| /* end confdefs.h. */
| #include <siginfo.h>
configure:5325: result: no
configure:5325: checking for siginfo.h
configure:5325: result: no
configure:5325: checking sys/select.h usability
configure:5325: cc -c -g -O2 conftest.c >&5
configure:5325: $? = 0
configure:5325: result: yes
configure:5325: checking sys/select.h presence
configure:5325: cc -E conftest.c
configure:5325: $? = 0
configure:5325: result: yes
configure:5325: checking for sys/select.h
configure:5325: result: yes
configure:5325: checking sys/ioctl.h usability
configure:5325: cc -c -g -O2 conftest.c >&5
configure:5325: $? = 0
configure:5325: result: yes
configure:5325: checking sys/ioctl.h presence
configure:5325: cc -E conftest.c
configure:5325: $? = 0
configure:5325: result: yes
configure:5325: checking for sys/ioctl.h
configure:5325: result: yes
configure:5325: checking execinfo.h usability
configure:5325: cc -c -g -O2 conftest.c >&5
configure:5325: $? = 0
configure:5325: result: yes
configure:5325: checking execinfo.h presence
configure:5325: cc -E conftest.c
configure:5325: $? = 0
configure:5325: result: yes
configure:5325: checking for execinfo.h
configure:5325: result: yes
configure:5325: checking spawn.h usability
configure:5325: cc -c -g -O2 conftest.c >&5
configure:5325: $? = 0
configure:5325: result: yes
configure:5325: checking spawn.h presence
configure:5325: cc -E conftest.c
configure:5325: $? = 0
configure:5325: result: yes
configure:5325: checking for spawn.h
configure:5325: result: yes
configure:5351: checking regex.h usability
configure:5351: cc -c -g -O2 conftest.c >&5
configure:5351: $? = 0
configure:5351: result: yes
configure:5351: checking regex.h presence
configure:5351: cc -E conftest.c
configure:5351: $? = 0
configure:5351: result: yes
configure:5351: checking for regex.h
configure:5351: result: yes
configure:5402: checking if switches "" works
configure:5465: cc -o conftest -g -O2 -D_LARGEFILE_SOURCE=1 -D_FILE_OFFSET_BITS=64 -fno-exceptions -Wall conftest.c >&5
configure:5465: $? = 0
configure:5474: result: yes
configure:5503: checking for wcsdup
configure:5503: cc -o conftest -g -O2 -D_LARGEFILE_SOURCE=1 -D_FILE_OFFSET_BITS=64 -fno-exceptions -Wall conftest.c >&5
configure:5503: $? = 0
configure:5503: result: yes
configure:5503: checking for wcsndup
configure:5503: cc -o conftest -g -O2 -D_LARGEFILE_SOURCE=1 -D_FILE_OFFSET_BITS=64 -fno-exceptions -Wall conftest.c >&5
Undefined symbols for architecture x86_64:
"_wcsndup", referenced from:
_main in conftest-hR8qXo.o
ld: symbol(s) not found for architecture x86_64
clang: error: linker command failed with exit code 1 (use -v to see invocation)
configure:5503: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "fish"
| #define PACKAGE_TARNAME "fish"
| #define PACKAGE_VERSION "2.0.0"
| #define PACKAGE_STRING "fish 2.0.0"
| #define PACKAGE_BUGREPORT "fish-users@lists.sf.net"
| #define PACKAGE_URL ""
| #define HAVE_TRANSLATE_H 1
| #define HAVE_NAN 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_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_GETOPT_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_TERM_H 1
| #define HAVE_NCURSES_H 1
| #define HAVE_CURSES_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_EXECINFO_H 1
| #define HAVE_SPAWN_H 1
| #define HAVE_REGEX_H 1
| #define HAVE_WCSDUP 1
| /* end confdefs.h. */
| /* Define wcsndup to an innocuous variant, in case <limits.h> declares wcsndup.
| For example, HP-UX 11i <limits.h> declares gettimeofday. */
| #define wcsndup innocuous_wcsndup
|
| /* System header to define __stub macros and hopefully few prototypes,
| which can conflict with char wcsndup (); 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 wcsndup
|
| /* 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 wcsndup ();
| /* 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_wcsndup || defined __stub___wcsndup
| choke me
| #endif
|
| int
| main ()
| {
| return wcsndup ();
| ;
| return 0;
| }
configure:5503: result: no
configure:5503: checking for wcslen
configure:5503: cc -o conftest -g -O2 -D_LARGEFILE_SOURCE=1 -D_FILE_OFFSET_BITS=64 -fno-exceptions -Wall conftest.c >&5
configure:5503: $? = 0
configure:5503: result: yes
configure:5503: checking for wcscasecmp
configure:5503: cc -o conftest -g -O2 -D_LARGEFILE_SOURCE=1 -D_FILE_OFFSET_BITS=64 -fno-exceptions -Wall conftest.c >&5
configure:5503: $? = 0
configure:5503: result: yes
configure:5503: checking for wcsncasecmp
configure:5503: cc -o conftest -g -O2 -D_LARGEFILE_SOURCE=1 -D_FILE_OFFSET_BITS=64 -fno-exceptions -Wall conftest.c >&5
configure:5503: $? = 0
configure:5503: result: yes
configure:5503: checking for fwprintf
configure:5503: cc -o conftest -g -O2 -D_LARGEFILE_SOURCE=1 -D_FILE_OFFSET_BITS=64 -fno-exceptions -Wall conftest.c >&5
configure:5503: $? = 0
configure:5503: result: yes
configure:5515: checking for futimes
configure:5515: cc -o conftest -g -O2 -D_LARGEFILE_SOURCE=1 -D_FILE_OFFSET_BITS=64 -fno-exceptions -Wall conftest.c >&5
configure:5515: $? = 0
configure:5515: result: yes
configure:5515: checking for wcwidth
configure:5515: cc -o conftest -g -O2 -D_LARGEFILE_SOURCE=1 -D_FILE_OFFSET_BITS=64 -fno-exceptions -Wall conftest.c >&5
configure:5515: $? = 0
configure:5515: result: yes
configure:5515: checking for wcswidth
configure:5515: cc -o conftest -g -O2 -D_LARGEFILE_SOURCE=1 -D_FILE_OFFSET_BITS=64 -fno-exceptions -Wall conftest.c >&5
configure:5515: $? = 0
configure:5515: result: yes
configure:5515: checking for wcstok
configure:5515: cc -o conftest -g -O2 -D_LARGEFILE_SOURCE=1 -D_FILE_OFFSET_BITS=64 -fno-exceptions -Wall conftest.c >&5
configure:5515: $? = 0
configure:5515: result: yes
configure:5515: checking for fputwc
configure:5515: cc -o conftest -g -O2 -D_LARGEFILE_SOURCE=1 -D_FILE_OFFSET_BITS=64 -fno-exceptions -Wall conftest.c >&5
configure:5515: $? = 0
configure:5515: result: yes
configure:5515: checking for fgetwc
configure:5515: cc -o conftest -g -O2 -D_LARGEFILE_SOURCE=1 -D_FILE_OFFSET_BITS=64 -fno-exceptions -Wall conftest.c >&5
configure:5515: $? = 0
configure:5515: result: yes
configure:5527: checking for wcstol
configure:5527: cc -o conftest -g -O2 -D_LARGEFILE_SOURCE=1 -D_FILE_OFFSET_BITS=64 -fno-exceptions -Wall conftest.c >&5
configure:5527: $? = 0
configure:5527: result: yes
configure:5527: checking for wcslcat
configure:5527: cc -o conftest -g -O2 -D_LARGEFILE_SOURCE=1 -D_FILE_OFFSET_BITS=64 -fno-exceptions -Wall conftest.c >&5
configure:5527: $? = 0
configure:5527: result: yes
configure:5527: checking for wcslcpy
configure:5527: cc -o conftest -g -O2 -D_LARGEFILE_SOURCE=1 -D_FILE_OFFSET_BITS=64 -fno-exceptions -Wall conftest.c >&5
configure:5527: $? = 0
configure:5527: result: yes
configure:5527: checking for lrand48_r
configure:5527: cc -o conftest -g -O2 -D_LARGEFILE_SOURCE=1 -D_FILE_OFFSET_BITS=64 -fno-exceptions -Wall conftest.c >&5
Undefined symbols for architecture x86_64:
"_lrand48_r", referenced from:
_main in conftest-LxteFi.o
ld: symbol(s) not found for architecture x86_64
clang: error: linker command failed with exit code 1 (use -v to see invocation)
configure:5527: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "fish"
| #define PACKAGE_TARNAME "fish"
| #define PACKAGE_VERSION "2.0.0"
| #define PACKAGE_STRING "fish 2.0.0"
| #define PACKAGE_BUGREPORT "fish-users@lists.sf.net"
| #define PACKAGE_URL ""
| #define HAVE_TRANSLATE_H 1
| #define HAVE_NAN 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_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_GETOPT_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_TERM_H 1
| #define HAVE_NCURSES_H 1
| #define HAVE_CURSES_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_EXECINFO_H 1
| #define HAVE_SPAWN_H 1
| #define HAVE_REGEX_H 1
| #define HAVE_WCSDUP 1
| #define HAVE_WCSLEN 1
| #define HAVE_WCSCASECMP 1
| #define HAVE_WCSNCASECMP 1
| #define HAVE_FWPRINTF 1
| #define HAVE_FUTIMES 1
| #define HAVE_WCWIDTH 1
| #define HAVE_WCSWIDTH 1
| #define HAVE_WCSTOK 1
| #define HAVE_FPUTWC 1
| #define HAVE_FGETWC 1
| #define HAVE_WCSTOL 1
| #define HAVE_WCSLCAT 1
| #define HAVE_WCSLCPY 1
| /* end confdefs.h. */
| /* Define lrand48_r to an innocuous variant, in case <limits.h> declares lrand48_r.
| For example, HP-UX 11i <limits.h> declares gettimeofday. */
| #define lrand48_r innocuous_lrand48_r
|
| /* System header to define __stub macros and hopefully few prototypes,
| which can conflict with char lrand48_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 lrand48_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 lrand48_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_lrand48_r || defined __stub___lrand48_r
| choke me
| #endif
|
| int
| main ()
| {
| return lrand48_r ();
| ;
| return 0;
| }
configure:5527: result: no
configure:5527: checking for killpg
configure:5527: cc -o conftest -g -O2 -D_LARGEFILE_SOURCE=1 -D_FILE_OFFSET_BITS=64 -fno-exceptions -Wall conftest.c >&5
configure:5527: $? = 0
configure:5527: result: yes
configure:5539: checking for backtrace
configure:5539: cc -o conftest -g -O2 -D_LARGEFILE_SOURCE=1 -D_FILE_OFFSET_BITS=64 -fno-exceptions -Wall conftest.c >&5
configure:5539: $? = 0
configure:5539: result: yes
configure:5539: checking for backtrace_symbols
configure:5539: cc -o conftest -g -O2 -D_LARGEFILE_SOURCE=1 -D_FILE_OFFSET_BITS=64 -fno-exceptions -Wall conftest.c >&5
configure:5539: $? = 0
configure:5539: result: yes
configure:5539: checking for sysconf
configure:5539: cc -o conftest -g -O2 -D_LARGEFILE_SOURCE=1 -D_FILE_OFFSET_BITS=64 -fno-exceptions -Wall conftest.c >&5
configure:5539: $? = 0
configure:5539: result: yes
configure:5539: checking for getifaddrs
configure:5539: cc -o conftest -g -O2 -D_LARGEFILE_SOURCE=1 -D_FILE_OFFSET_BITS=64 -fno-exceptions -Wall conftest.c >&5
configure:5539: $? = 0
configure:5539: result: yes
configure:5586: checking if realpath accepts null for its second argument
configure:5618: cc -o conftest -g -O2 -D_LARGEFILE_SOURCE=1 -D_FILE_OFFSET_BITS=64 -fno-exceptions -Wall conftest.c >&5
configure:5618: $? = 0
configure:5618: ./conftest
configure:5618: $? = 0
configure:5630: result: yes
configure:5645: checking if struct winsize and TIOCGWINSZ exist
configure:5672: cc -o conftest -g -O2 -D_LARGEFILE_SOURCE=1 -D_FILE_OFFSET_BITS=64 -fno-exceptions -Wall conftest.c >&5
conftest.c:66:24: warning: unused variable 'termsize' [-Wunused-variable]
struct winsize termsize = {0};
^
1 warning generated.
configure:5672: $? = 0
configure:5674: result: yes
configure:5698: checking if fwprintf is broken
configure:5728: cc -o conftest -g -O2 -D_LARGEFILE_SOURCE=1 -D_FILE_OFFSET_BITS=64 -fno-exceptions -Wall conftest.c >&5
configure:5728: $? = 0
configure:5728: ./conftest
fish:configure:5728: $? = 0
configure:5730: result: no
configure:5752: checking for _nl_msg_cat_cntr symbol
configure:5773: cc -o conftest -g -O2 -D_LARGEFILE_SOURCE=1 -D_FILE_OFFSET_BITS=64 -fno-exceptions -Wall conftest.c >&5
conftest.c:64:5: warning: implicitly declaring library function 'exit' with type 'void (int) __attribute__((noreturn))'
exit(tmp);
^
conftest.c:64:5: note: please include the header <stdlib.h> or explicitly provide a declaration for 'exit'
1 warning generated.
Undefined symbols for architecture x86_64:
"__nl_msg_cat_cntr", referenced from:
_main in conftest-qlwKN7.o
ld: symbol(s) not found for architecture x86_64
clang: error: linker command failed with exit code 1 (use -v to see invocation)
configure:5773: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "fish"
| #define PACKAGE_TARNAME "fish"
| #define PACKAGE_VERSION "2.0.0"
| #define PACKAGE_STRING "fish 2.0.0"
| #define PACKAGE_BUGREPORT "fish-users@lists.sf.net"
| #define PACKAGE_URL ""
| #define HAVE_TRANSLATE_H 1
| #define HAVE_NAN 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_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_GETOPT_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_TERM_H 1
| #define HAVE_NCURSES_H 1
| #define HAVE_CURSES_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_EXECINFO_H 1
| #define HAVE_SPAWN_H 1
| #define HAVE_REGEX_H 1
| #define HAVE_WCSDUP 1
| #define HAVE_WCSLEN 1
| #define HAVE_WCSCASECMP 1
| #define HAVE_WCSNCASECMP 1
| #define HAVE_FWPRINTF 1
| #define HAVE_FUTIMES 1
| #define HAVE_WCWIDTH 1
| #define HAVE_WCSWIDTH 1
| #define HAVE_WCSTOK 1
| #define HAVE_FPUTWC 1
| #define HAVE_FGETWC 1
| #define HAVE_WCSTOL 1
| #define HAVE_WCSLCAT 1
| #define HAVE_WCSLCPY 1
| #define HAVE_KILLPG 1
| #define HAVE_BACKTRACE 1
| #define HAVE_BACKTRACE_SYMBOLS 1
| #define HAVE_SYSCONF 1
| #define HAVE_GETIFADDRS 1
| #define HAVE_REALPATH_NULL 1
| #define HAVE_WINSIZE 1
| /* end confdefs.h. */
|
| #if HAVE_LIBINTL_H
| #include <libintl.h>
| #endif
|
| int
| main ()
| {
|
| extern int _nl_msg_cat_cntr;
| int tmp = _nl_msg_cat_cntr;
| exit(tmp);
|
| ;
| return 0;
| }
configure:5788: result: no
configure:5793: checking for __environ symbol
configure:5812: cc -o conftest -g -O2 -D_LARGEFILE_SOURCE=1 -D_FILE_OFFSET_BITS=64 -fno-exceptions -Wall conftest.c >&5
conftest.c:62:5: warning: implicitly declaring library function 'exit' with type 'void (int) __attribute__((noreturn))'
exit(tmp!=0);
^
conftest.c:62:5: note: please include the header <stdlib.h> or explicitly provide a declaration for 'exit'
1 warning generated.
Undefined symbols for architecture x86_64:
"___environ", referenced from:
_main in conftest-DOT9zr.o
ld: symbol(s) not found for architecture x86_64
clang: error: linker command failed with exit code 1 (use -v to see invocation)
configure:5812: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "fish"
| #define PACKAGE_TARNAME "fish"
| #define PACKAGE_VERSION "2.0.0"
| #define PACKAGE_STRING "fish 2.0.0"
| #define PACKAGE_BUGREPORT "fish-users@lists.sf.net"
| #define PACKAGE_URL ""
| #define HAVE_TRANSLATE_H 1
| #define HAVE_NAN 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_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_GETOPT_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_TERM_H 1
| #define HAVE_NCURSES_H 1
| #define HAVE_CURSES_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_EXECINFO_H 1
| #define HAVE_SPAWN_H 1
| #define HAVE_REGEX_H 1
| #define HAVE_WCSDUP 1
| #define HAVE_WCSLEN 1
| #define HAVE_WCSCASECMP 1
| #define HAVE_WCSNCASECMP 1
| #define HAVE_FWPRINTF 1
| #define HAVE_FUTIMES 1
| #define HAVE_WCWIDTH 1
| #define HAVE_WCSWIDTH 1
| #define HAVE_WCSTOK 1
| #define HAVE_FPUTWC 1
| #define HAVE_FGETWC 1
| #define HAVE_WCSTOL 1
| #define HAVE_WCSLCAT 1
| #define HAVE_WCSLCPY 1
| #define HAVE_KILLPG 1
| #define HAVE_BACKTRACE 1
| #define HAVE_BACKTRACE_SYMBOLS 1
| #define HAVE_SYSCONF 1
| #define HAVE_GETIFADDRS 1
| #define HAVE_REALPATH_NULL 1
| #define HAVE_WINSIZE 1
| /* end confdefs.h. */
|
| #include <unistd.h>
|
| int
| main ()
| {
|
| extern char **__environ;
| char **tmp = __environ;
| exit(tmp!=0);
|
| ;
| return 0;
| }
configure:5827: result: no
configure:5832: checking if getopt_long exists and works
configure:5862: cc -o conftest -g -O2 -D_LARGEFILE_SOURCE=1 -D_FILE_OFFSET_BITS=64 -fno-exceptions -Wall conftest.c >&5
conftest.c:65:9: warning: suggest braces around initialization of subobject [-Wmissing-braces]
0, 0, 0, 0
^~~~~~~~~~
{ }
conftest.c:68:9: warning: unused variable 'opt' [-Wunused-variable]
int opt = getopt_long( 0,
^
2 warnings generated.
configure:5862: $? = 0
configure:5871: result: yes
configure:5884: checking If del_curterm is broken
configure:5895: result: no
configure:6017: creating ./config.status
## ---------------------- ##
## Running config.status. ##
## ---------------------- ##
This file was extended by fish config.status 2.0.0, which was
generated by GNU Autoconf 2.69. Invocation command line was
CONFIG_FILES =
CONFIG_HEADERS =
CONFIG_LINKS =
CONFIG_COMMANDS =
$ ./config.status
on tad-fisher-8.local
config.status:861: creating Makefile
config.status:861: creating fish.spec
config.status:861: creating config.h
## ---------------- ##
## Cache variables. ##
## ---------------- ##
ac_cv_build=i386-apple-darwin13.0.0
ac_cv_c_compiler_gnu=yes
ac_cv_cxx_compiler_gnu=yes
ac_cv_env_CCC_set=
ac_cv_env_CCC_value=
ac_cv_env_CC_set=set
ac_cv_env_CC_value=cc
ac_cv_env_CFLAGS_set=
ac_cv_env_CFLAGS_value=
ac_cv_env_CPPFLAGS_set=
ac_cv_env_CPPFLAGS_value=
ac_cv_env_CPP_set=
ac_cv_env_CPP_value=
ac_cv_env_CXXFLAGS_set=
ac_cv_env_CXXFLAGS_value=
ac_cv_env_CXX_set=set
ac_cv_env_CXX_value=c++
ac_cv_env_LDFLAGS_set=
ac_cv_env_LDFLAGS_value=
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_docdir_set=set
ac_cv_env_docdir_value='${datarootdir}/doc/${PACKAGE_TARNAME}'
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_file__proc_self_stat=no
ac_cv_func_backtrace=yes
ac_cv_func_backtrace_symbols=yes
ac_cv_func_fgetwc=yes
ac_cv_func_fputwc=yes
ac_cv_func_futimes=yes
ac_cv_func_fwprintf=yes
ac_cv_func_getifaddrs=yes
ac_cv_func_killpg=yes
ac_cv_func_lrand48_r=no
ac_cv_func_sysconf=yes
ac_cv_func_wcscasecmp=yes
ac_cv_func_wcsdup=yes
ac_cv_func_wcslcat=yes
ac_cv_func_wcslcpy=yes
ac_cv_func_wcslen=yes
ac_cv_func_wcsncasecmp=yes
ac_cv_func_wcsndup=no
ac_cv_func_wcstok=yes
ac_cv_func_wcstol=yes
ac_cv_func_wcswidth=yes
ac_cv_func_wcwidth=yes
ac_cv_header_curses_h=yes
ac_cv_header_execinfo_h=yes
ac_cv_header_getopt_h=yes
ac_cv_header_inttypes_h=yes
ac_cv_header_memory_h=yes
ac_cv_header_ncurses_h=yes
ac_cv_header_ncurses_term_h=no
ac_cv_header_regex_h=yes
ac_cv_header_siginfo_h=no
ac_cv_header_spawn_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_ioctl_h=yes
ac_cv_header_sys_resource_h=yes
ac_cv_header_sys_select_h=yes
ac_cv_header_sys_stat_h=yes
ac_cv_header_sys_types_h=yes
ac_cv_header_term_h=yes
ac_cv_header_termios_h=yes
ac_cv_header_unistd_h=yes
ac_cv_host=i386-apple-darwin13.0.0
ac_cv_objext=o
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_CPP='cc -E'
ac_cv_prog_ac_ct_CC=cc
ac_cv_prog_cc_c89=
ac_cv_prog_cc_g=yes
ac_cv_prog_cxx_g=yes
ac_cv_search_connect='none required'
ac_cv_search_iconv_open=-liconv
ac_cv_search_nan='none required'
ac_cv_search_nanosleep='none required'
ac_cv_search_pthread_create='none required'
ac_cv_search_setupterm=-lncurses
ac_cv_target=i386-apple-darwin13.0.0
local_cv_use__posix_c_source=yes
## ----------------- ##
## Output variables. ##
## ----------------- ##
CC='cc'
CFLAGS='-g -O2 -D_LARGEFILE_SOURCE=1 -D_FILE_OFFSET_BITS=64 -fno-exceptions -Wall '
CPP='cc -E'
CPPFLAGS=''
CXX='c++'
CXXFLAGS='-g -O2 -D_LARGEFILE_SOURCE=1 -D_FILE_OFFSET_BITS=64 -fno-exceptions -Wall'
DEFS='-DHAVE_CONFIG_H'
ECHO_C='\c'
ECHO_N=''
ECHO_T=''
EGREP='/usr/bin/grep -E'
EXEEXT=''
GREP='/usr/bin/grep'
HAVE_GETTEXT=''
INSTALL_DATA='${INSTALL} -m 644'
INSTALL_PROGRAM='${INSTALL}'
INSTALL_SCRIPT='${INSTALL}'
LDFLAGS=''
LDFLAGS_FISH=''
LIBOBJS=''
LIBS=''
LIBS_FISH='-liconv -lncurses '
LIBS_FISHD='-liconv -lncurses '
LIBS_FISH_INDENT='-lncurses '
LIBS_FISH_PAGER='-liconv -lncurses '
LIBS_MIMEDB='-lncurses '
LTLIBOBJS=''
OBJEXT='o'
PACKAGE_BUGREPORT='fish-users@lists.sf.net'
PACKAGE_NAME='fish'
PACKAGE_STRING='fish 2.0.0'
PACKAGE_TARNAME='fish'
PACKAGE_URL=''
PACKAGE_VERSION='2.0.0'
PATH_SEPARATOR=':'
SHELL='/bin/sh'
ac_ct_CC='cc'
ac_ct_CXX=''
bindir='${exec_prefix}/bin'
build='i386-apple-darwin13.0.0'
build_alias=''
build_cpu='i386'
build_os='darwin13.0.0'
build_vendor='apple'
datadir='${datarootdir}'
datarootdir='${prefix}/share'
docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
dvidir='${docdir}'
exec_prefix='${prefix}'
found_msgfmt='no '
host='i386-apple-darwin13.0.0'
host_alias=''
host_cpu='i386'
host_os='darwin13.0.0'
host_vendor='apple'
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'
optbindirs=''
pdfdir='${docdir}'
prefix='/usr/local/Cellar/fish/2.0.0'
program_transform_name='s,x,x,'
psdir='${docdir}'
sbindir='${exec_prefix}/sbin'
sharedstatedir='${prefix}/com'
sysconfdir='${prefix}/etc'
target='i386-apple-darwin13.0.0'
target_alias=''
target_cpu='i386'
target_os='darwin13.0.0'
target_vendor='apple'
## ----------- ##
## confdefs.h. ##
## ----------- ##
/* confdefs.h */
#define PACKAGE_NAME "fish"
#define PACKAGE_TARNAME "fish"
#define PACKAGE_VERSION "2.0.0"
#define PACKAGE_STRING "fish 2.0.0"
#define PACKAGE_BUGREPORT "fish-users@lists.sf.net"
#define PACKAGE_URL ""
#define HAVE_TRANSLATE_H 1
#define HAVE_NAN 1
#define STDC_HEADERS 1
#define HAVE_SYS_TYPES_H 1
#define HAVE_SYS_STAT_H 1
#define HAVE_STDLIB_H 1
#define HAVE_STRING_H 1
#define HAVE_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_GETOPT_H 1
#define HAVE_TERMIOS_H 1
#define HAVE_SYS_RESOURCE_H 1
#define HAVE_TERM_H 1
#define HAVE_NCURSES_H 1
#define HAVE_CURSES_H 1
#define HAVE_SYS_SELECT_H 1
#define HAVE_SYS_IOCTL_H 1
#define HAVE_EXECINFO_H 1
#define HAVE_SPAWN_H 1
#define HAVE_REGEX_H 1
#define HAVE_WCSDUP 1
#define HAVE_WCSLEN 1
#define HAVE_WCSCASECMP 1
#define HAVE_WCSNCASECMP 1
#define HAVE_FWPRINTF 1
#define HAVE_FUTIMES 1
#define HAVE_WCWIDTH 1
#define HAVE_WCSWIDTH 1
#define HAVE_WCSTOK 1
#define HAVE_FPUTWC 1
#define HAVE_FGETWC 1
#define HAVE_WCSTOL 1
#define HAVE_WCSLCAT 1
#define HAVE_WCSLCPY 1
#define HAVE_KILLPG 1
#define HAVE_BACKTRACE 1
#define HAVE_BACKTRACE_SYMBOLS 1
#define HAVE_SYSCONF 1
#define HAVE_GETIFADDRS 1
#define HAVE_REALPATH_NULL 1
#define HAVE_WINSIZE 1
#define HAVE_WORKING_GETOPT_LONG 1
configure: exit 0
tad-fisher-8:Mobile-Android tad$ clear
tad-fisher-8:Mobile-Android tad$ reset
tad-fisher-8:Mobile-Android tad$ cat ~/Library/Logs/Homebrew/fish/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 fish configure 2.0.0, which was
generated by GNU Autoconf 2.69. Invocation command line was
$ ./configure --prefix=/usr/local/Cellar/fish/2.0.0
## --------- ##
## Platform. ##
## --------- ##
hostname = tad-fisher-8.local
uname -m = x86_64
uname -r = 13.0.0
uname -s = Darwin
uname -v = Darwin Kernel Version 13.0.0: Thu Sep 19 22:22:27 PDT 2013; root:xnu-2422.1.72~6/RELEASE_X86_64
/usr/bin/uname -p = i386
/bin/uname -X = unknown
/bin/arch = unknown
/usr/bin/arch -k = unknown
/usr/convex/getsysinfo = unknown
/usr/bin/hostinfo = Mach kernel version:
Darwin Kernel Version 13.0.0: Thu Sep 19 22:22:27 PDT 2013; root:xnu-2422.1.72~6/RELEASE_X86_64
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: 16.00 gigabytes
Default processor set: 211 tasks, 1238 threads, 8 processors
Load average: 1.50, Mach factor: 6.49
/bin/machine = unknown
/usr/bin/oslevel = unknown
/bin/universe = unknown
PATH: /usr/local/Library/ENV/4.3
PATH: /Applications/Xcode.app/Contents/Developer/usr/bin
PATH: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin
PATH: /usr/local/opt/autoconf/bin
PATH: /usr/bin
PATH: /bin
PATH: /usr/sbin
PATH: /sbin
## ----------- ##
## Core tests. ##
## ----------- ##
configure:2197: checking if autoconf needs to be run
configure:2219: result: no
configure:2231: checking if autoheader needs to be run
configure:2234: result: yes
configure:2237: running autoheader
configure:2369: checking for C++ compiler version
configure:2378: c++ --version >&5
Apple LLVM version 5.0 (clang-500.2.79) (based on LLVM 3.3svn)
Target: x86_64-apple-darwin13.0.0
Thread model: posix
configure:2389: $? = 0
configure:2378: c++ -v >&5
Apple LLVM version 5.0 (clang-500.2.79) (based on LLVM 3.3svn)
Target: x86_64-apple-darwin13.0.0
Thread model: posix
"/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld" -demangle -dynamic -arch x86_64 -macosx_version_min 10.9.0 -syslibroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk -o a.out -L/usr/local/lib -L/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -headerpad_max_install_names -lc++ -lSystem /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/clang/5.0/lib/darwin/libclang_rt.osx.a
Undefined symbols for architecture x86_64:
"_main", referenced from:
implicit entry/start for main executable
ld: symbol(s) not found for architecture x86_64
clang: error: linker command failed with exit code 1 (use -v to see invocation)
configure:2389: $? = 1
configure:2378: c++ -V >&5
clang: error: unsupported option '-V --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk'
configure:2389: $? = 1
configure:2378: c++ -qversion >&5
clang: warning: argument unused during compilation: '-qversion'
Undefined symbols for architecture x86_64:
"_main", referenced from:
implicit entry/start for main executable
ld: symbol(s) not found for architecture x86_64
clang: error: linker command failed with exit code 1 (use -v to see invocation)
configure:2389: $? = 1
configure:2409: checking whether the C++ compiler works
configure:2431: c++ conftest.cpp >&5
configure:2435: $? = 0
configure:2483: result: yes
configure:2486: checking for C++ compiler default output file name
configure:2488: result: a.out
configure:2494: checking for suffix of executables
configure:2501: c++ -o conftest conftest.cpp >&5
configure:2505: $? = 0
configure:2527: result:
configure:2549: checking whether we are cross compiling
configure:2557: c++ -o conftest conftest.cpp >&5
configure:2561: $? = 0
configure:2568: ./conftest
configure:2572: $? = 0
configure:2587: result: no
configure:2592: checking for suffix of object files
configure:2614: c++ -c conftest.cpp >&5
configure:2618: $? = 0
configure:2639: result: o
configure:2643: checking whether we are using the GNU C++ compiler
configure:2662: c++ -c conftest.cpp >&5
configure:2662: $? = 0
configure:2671: result: yes
configure:2680: checking whether c++ accepts -g
configure:2700: c++ -c -g conftest.cpp >&5
configure:2700: $? = 0
configure:2741: result: yes
configure:2812: checking for gcc
configure:2839: result: cc
configure:3068: checking for C compiler version
configure:3077: cc --version >&5
Apple LLVM version 5.0 (clang-500.2.79) (based on LLVM 3.3svn)
Target: x86_64-apple-darwin13.0.0
Thread model: posix
configure:3088: $? = 0
configure:3077: cc -v >&5
Apple LLVM version 5.0 (clang-500.2.79) (based on LLVM 3.3svn)
Target: x86_64-apple-darwin13.0.0
Thread model: posix
"/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld" -demangle -dynamic -arch x86_64 -macosx_version_min 10.9.0 -syslibroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk -o a.out -L/usr/local/lib -L/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -headerpad_max_install_names -lSystem /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/clang/5.0/lib/darwin/libclang_rt.osx.a
Undefined symbols for architecture x86_64:
"_main", referenced from:
implicit entry/start for main executable
ld: symbol(s) not found for architecture x86_64
clang: error: linker command failed with exit code 1 (use -v to see invocation)
configure:3088: $? = 1
configure:3077: cc -V >&5
clang: error: unsupported option '-V --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk'
configure:3088: $? = 1
configure:3077: cc -qversion >&5
clang: warning: argument unused during compilation: '-qversion'
Undefined symbols for architecture x86_64:
"_main", referenced from:
implicit entry/start for main executable
ld: symbol(s) not found for architecture x86_64
clang: error: linker command failed with exit code 1 (use -v to see invocation)
configure:3088: $? = 1
configure:3092: checking whether we are using the GNU C compiler
configure:3111: cc -c conftest.c >&5
configure:3111: $? = 0
configure:3120: result: yes
configure:3129: checking whether cc accepts -g
configure:3149: cc -c -g conftest.c >&5
configure:3149: $? = 0
configure:3190: result: yes
configure:3207: checking for cc option to accept ISO C89
configure:3270: cc -c -g -O2 conftest.c >&5
configure:3270: $? = 0
configure:3283: result: none needed
configure:3308: checking how to run the C preprocessor
configure:3339: cc -E conftest.c
configure:3339: $? = 0
configure:3353: cc -E conftest.c
conftest.c:9:10: fatal error: 'ac_nonexistent.h' file not found
#include <ac_nonexistent.h>
^
1 error generated.
configure:3353: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "fish"
| #define PACKAGE_TARNAME "fish"
| #define PACKAGE_VERSION "2.0.0"
| #define PACKAGE_STRING "fish 2.0.0"
| #define PACKAGE_BUGREPORT "fish-users@lists.sf.net"
| #define PACKAGE_URL ""
| /* end confdefs.h. */
| #include <ac_nonexistent.h>
configure:3378: result: cc -E
configure:3398: cc -E conftest.c
configure:3398: $? = 0
configure:3412: cc -E conftest.c
conftest.c:9:10: fatal error: 'ac_nonexistent.h' file not found
#include <ac_nonexistent.h>
^
1 error generated.
configure:3412: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "fish"
| #define PACKAGE_TARNAME "fish"
| #define PACKAGE_VERSION "2.0.0"
| #define PACKAGE_STRING "fish 2.0.0"
| #define PACKAGE_BUGREPORT "fish-users@lists.sf.net"
| #define PACKAGE_URL ""
| /* end confdefs.h. */
| #include <ac_nonexistent.h>
configure:3483: checking for a BSD-compatible install
configure:3551: result: /usr/bin/install -c
configure:3600: checking for msgfmt
configure:3630: result: no
configure:3721: checking if we are compiling against glibc
configure:3753: cc -o conftest -g -O2 conftest.c >&5
configure:3753: $? = 0
configure:3753: ./conftest
configure:3753: $? = 1
configure: program exited with status 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "fish"
| #define PACKAGE_TARNAME "fish"
| #define PACKAGE_VERSION "2.0.0"
| #define PACKAGE_STRING "fish 2.0.0"
| #define PACKAGE_BUGREPORT "fish-users@lists.sf.net"
| #define PACKAGE_URL ""
| /* end confdefs.h. */
|
|
| #include <stdlib.h>
| #ifdef __GLIBC__
| #define STATUS 0
| #else
| #define STATUS 1
| #endif
|
| int
| main ()
| {
|
| return STATUS;
|
|
| ;
| return 0;
| }
|
configure:3777: result: no
configure:3797: checking build system type
configure:3811: result: i386-apple-darwin13.0.0
configure:3831: checking host system type
configure:3844: result: i386-apple-darwin13.0.0
configure:3864: checking target system type
configure:3877: result: i386-apple-darwin13.0.0
configure:3915: checking if we are under Solaris
configure:3926: result: no
configure:3932: checking if we are using non varargs tparm.
configure:3953: cc -c -g -O2 conftest.c >&5
configure:3953: $? = 0
configure:3967: result: no
configure:3976: checking if we are under BSD
configure:3990: result: no
configure:4035: checking for /proc/self/stat
configure:4048: result: no
configure:4080: checking for library containing connect
configure:4111: cc -o conftest -g -O2 conftest.c >&5
configure:4111: $? = 0
configure:4128: result: none required
configure:4138: checking for library containing nanosleep
configure:4169: cc -o conftest -g -O2 conftest.c >&5
configure:4169: $? = 0
configure:4186: result: none required
configure:4196: checking for library containing pthread_create
configure:4227: cc -o conftest -g -O2 conftest.c >&5
configure:4227: $? = 0
configure:4244: result: none required
configure:4254: checking for library containing setupterm
configure:4285: cc -o conftest -g -O2 conftest.c >&5
Undefined symbols for architecture x86_64:
"_setupterm", referenced from:
_main in conftest-KugaY5.o
ld: symbol(s) not found for architecture x86_64
clang: error: linker command failed with exit code 1 (use -v to see invocation)
configure:4285: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "fish"
| #define PACKAGE_TARNAME "fish"
| #define PACKAGE_VERSION "2.0.0"
| #define PACKAGE_STRING "fish 2.0.0"
| #define PACKAGE_BUGREPORT "fish-users@lists.sf.net"
| #define PACKAGE_URL ""
| #define HAVE_TRANSLATE_H 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 setupterm ();
| int
| main ()
| {
| return setupterm ();
| ;
| return 0;
| }
configure:4285: cc -o conftest -g -O2 conftest.c -lncurses >&5
configure:4285: $? = 0
configure:4302: result: -lncurses
configure:4312: checking for library containing nan
configure:4343: cc -o conftest -g -O2 conftest.c -lncurses >&5
configure:4343: $? = 0
configure:4360: result: none required
configure:4440: checking for library containing iconv_open
configure:4471: cc -o conftest -g -O2 conftest.c -lncurses >&5
Undefined symbols for architecture x86_64:
"_iconv_open", referenced from:
_main in conftest-IGSrwQ.o
ld: symbol(s) not found for architecture x86_64
clang: error: linker command failed with exit code 1 (use -v to see invocation)
configure:4471: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "fish"
| #define PACKAGE_TARNAME "fish"
| #define PACKAGE_VERSION "2.0.0"
| #define PACKAGE_STRING "fish 2.0.0"
| #define PACKAGE_BUGREPORT "fish-users@lists.sf.net"
| #define PACKAGE_URL ""
| #define HAVE_TRANSLATE_H 1
| #define HAVE_NAN 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 iconv_open ();
| int
| main ()
| {
| return iconv_open ();
| ;
| return 0;
| }
configure:4471: cc -o conftest -g -O2 conftest.c -liconv -lncurses >&5
configure:4471: $? = 0
configure:4488: result: -liconv
configure:4690: checking for library containing iconv_open
configure:4738: result: -liconv
configure:4872: checking for library containing iconv_open
configure:4920: result: -liconv
configure:5063: checking for grep that handles long lines and -e
configure:5121: result: /usr/bin/grep
configure:5126: checking for egrep
configure:5188: result: /usr/bin/grep -E
configure:5193: checking for ANSI C header files
configure:5213: cc -c -g -O2 conftest.c >&5
configure:5213: $? = 0
configure:5286: cc -o conftest -g -O2 conftest.c >&5
configure:5286: $? = 0
configure:5286: ./conftest
configure:5286: $? = 0
configure:5297: result: yes
configure:5310: checking for sys/types.h
configure:5310: cc -c -g -O2 conftest.c >&5
configure:5310: $? = 0
configure:5310: result: yes
configure:5310: checking for sys/stat.h
configure:5310: cc -c -g -O2 conftest.c >&5
configure:5310: $? = 0
configure:5310: result: yes
configure:5310: checking for stdlib.h
configure:5310: cc -c -g -O2 conftest.c >&5
configure:5310: $? = 0
configure:5310: result: yes
configure:5310: checking for string.h
configure:5310: cc -c -g -O2 conftest.c >&5
configure:5310: $? = 0
configure:5310: result: yes
configure:5310: checking for memory.h
configure:5310: cc -c -g -O2 conftest.c >&5
configure:5310: $? = 0
configure:5310: result: yes
configure:5310: checking for strings.h
configure:5310: cc -c -g -O2 conftest.c >&5
configure:5310: $? = 0
configure:5310: result: yes
configure:5310: checking for inttypes.h
configure:5310: cc -c -g -O2 conftest.c >&5
configure:5310: $? = 0
configure:5310: result: yes
configure:5310: checking for stdint.h
configure:5310: cc -c -g -O2 conftest.c >&5
configure:5310: $? = 0
configure:5310: result: yes
configure:5310: checking for unistd.h
configure:5310: cc -c -g -O2 conftest.c >&5
configure:5310: $? = 0
configure:5310: result: yes
configure:5325: checking getopt.h usability
configure:5325: cc -c -g -O2 conftest.c >&5
configure:5325: $? = 0
configure:5325: result: yes
configure:5325: checking getopt.h presence
configure:5325: cc -E conftest.c
configure:5325: $? = 0
configure:5325: result: yes
configure:5325: checking for getopt.h
configure:5325: result: yes
configure:5325: checking termios.h usability
configure:5325: cc -c -g -O2 conftest.c >&5
configure:5325: $? = 0
configure:5325: result: yes
configure:5325: checking termios.h presence
configure:5325: cc -E conftest.c
configure:5325: $? = 0
configure:5325: result: yes
configure:5325: checking for termios.h
configure:5325: result: yes
configure:5325: checking sys/resource.h usability
configure:5325: cc -c -g -O2 conftest.c >&5
configure:5325: $? = 0
configure:5325: result: yes
configure:5325: checking sys/resource.h presence
configure:5325: cc -E conftest.c
configure:5325: $? = 0
configure:5325: result: yes
configure:5325: checking for sys/resource.h
configure:5325: result: yes
configure:5325: checking term.h usability
configure:5325: cc -c -g -O2 conftest.c >&5
configure:5325: $? = 0
configure:5325: result: yes
configure:5325: checking term.h presence
configure:5325: cc -E conftest.c
configure:5325: $? = 0
configure:5325: result: yes
configure:5325: checking for term.h
configure:5325: result: yes
configure:5325: checking ncurses/term.h usability
configure:5325: cc -c -g -O2 conftest.c >&5
conftest.c:58:10: fatal error: 'ncurses/term.h' file not found
#include <ncurses/term.h>
^
1 error generated.
configure:5325: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "fish"
| #define PACKAGE_TARNAME "fish"
| #define PACKAGE_VERSION "2.0.0"
| #define PACKAGE_STRING "fish 2.0.0"
| #define PACKAGE_BUGREPORT "fish-users@lists.sf.net"
| #define PACKAGE_URL ""
| #define HAVE_TRANSLATE_H 1
| #define HAVE_NAN 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_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_GETOPT_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_TERM_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 <ncurses/term.h>
configure:5325: result: no
configure:5325: checking ncurses/term.h presence
configure:5325: cc -E conftest.c
conftest.c:25:10: fatal error: 'ncurses/term.h' file not found
#include <ncurses/term.h>
^
1 error generated.
configure:5325: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "fish"
| #define PACKAGE_TARNAME "fish"
| #define PACKAGE_VERSION "2.0.0"
| #define PACKAGE_STRING "fish 2.0.0"
| #define PACKAGE_BUGREPORT "fish-users@lists.sf.net"
| #define PACKAGE_URL ""
| #define HAVE_TRANSLATE_H 1
| #define HAVE_NAN 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_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_GETOPT_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_TERM_H 1
| /* end confdefs.h. */
| #include <ncurses/term.h>
configure:5325: result: no
configure:5325: checking for ncurses/term.h
configure:5325: result: no
configure:5325: checking ncurses.h usability
configure:5325: cc -c -g -O2 conftest.c >&5
configure:5325: $? = 0
configure:5325: result: yes
configure:5325: checking ncurses.h presence
configure:5325: cc -E conftest.c
configure:5325: $? = 0
configure:5325: result: yes
configure:5325: checking for ncurses.h
configure:5325: result: yes
configure:5325: checking curses.h usability
configure:5325: cc -c -g -O2 conftest.c >&5
configure:5325: $? = 0
configure:5325: result: yes
configure:5325: checking curses.h presence
configure:5325: cc -E conftest.c
configure:5325: $? = 0
configure:5325: result: yes
configure:5325: checking for curses.h
configure:5325: result: yes
configure:5325: checking stropts.h usability
configure:5325: cc -c -g -O2 conftest.c >&5
conftest.c:60:10: fatal error: 'stropts.h' file not found
#include <stropts.h>
^
1 error generated.
configure:5325: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "fish"
| #define PACKAGE_TARNAME "fish"
| #define PACKAGE_VERSION "2.0.0"
| #define PACKAGE_STRING "fish 2.0.0"
| #define PACKAGE_BUGREPORT "fish-users@lists.sf.net"
| #define PACKAGE_URL ""
| #define HAVE_TRANSLATE_H 1
| #define HAVE_NAN 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_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_GETOPT_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_TERM_H 1
| #define HAVE_NCURSES_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 <stropts.h>
configure:5325: result: no
configure:5325: checking stropts.h presence
configure:5325: cc -E conftest.c
conftest.c:27:10: fatal error: 'stropts.h' file not found
#include <stropts.h>
^
1 error generated.
configure:5325: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "fish"
| #define PACKAGE_TARNAME "fish"
| #define PACKAGE_VERSION "2.0.0"
| #define PACKAGE_STRING "fish 2.0.0"
| #define PACKAGE_BUGREPORT "fish-users@lists.sf.net"
| #define PACKAGE_URL ""
| #define HAVE_TRANSLATE_H 1
| #define HAVE_NAN 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_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_GETOPT_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_TERM_H 1
| #define HAVE_NCURSES_H 1
| #define HAVE_CURSES_H 1
| /* end confdefs.h. */
| #include <stropts.h>
configure:5325: result: no
configure:5325: checking for stropts.h
configure:5325: result: no
configure:5325: checking siginfo.h usability
configure:5325: cc -c -g -O2 conftest.c >&5
conftest.c:60:10: fatal error: 'siginfo.h' file not found
#include <siginfo.h>
^
1 error generated.
configure:5325: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "fish"
| #define PACKAGE_TARNAME "fish"
| #define PACKAGE_VERSION "2.0.0"
| #define PACKAGE_STRING "fish 2.0.0"
| #define PACKAGE_BUGREPORT "fish-users@lists.sf.net"
| #define PACKAGE_URL ""
| #define HAVE_TRANSLATE_H 1
| #define HAVE_NAN 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_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_GETOPT_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_TERM_H 1
| #define HAVE_NCURSES_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 <siginfo.h>
configure:5325: result: no
configure:5325: checking siginfo.h presence
configure:5325: cc -E conftest.c
conftest.c:27:10: fatal error: 'siginfo.h' file not found
#include <siginfo.h>
^
1 error generated.
configure:5325: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "fish"
| #define PACKAGE_TARNAME "fish"
| #define PACKAGE_VERSION "2.0.0"
| #define PACKAGE_STRING "fish 2.0.0"
| #define PACKAGE_BUGREPORT "fish-users@lists.sf.net"
| #define PACKAGE_URL ""
| #define HAVE_TRANSLATE_H 1
| #define HAVE_NAN 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_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_GETOPT_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_TERM_H 1
| #define HAVE_NCURSES_H 1
| #define HAVE_CURSES_H 1
| /* end confdefs.h. */
| #include <siginfo.h>
configure:5325: result: no
configure:5325: checking for siginfo.h
configure:5325: result: no
configure:5325: checking sys/select.h usability
configure:5325: cc -c -g -O2 conftest.c >&5
configure:5325: $? = 0
configure:5325: result: yes
configure:5325: checking sys/select.h presence
configure:5325: cc -E conftest.c
configure:5325: $? = 0
configure:5325: result: yes
configure:5325: checking for sys/select.h
configure:5325: result: yes
configure:5325: checking sys/ioctl.h usability
configure:5325: cc -c -g -O2 conftest.c >&5
configure:5325: $? = 0
configure:5325: result: yes
configure:5325: checking sys/ioctl.h presence
configure:5325: cc -E conftest.c
configure:5325: $? = 0
configure:5325: result: yes
configure:5325: checking for sys/ioctl.h
configure:5325: result: yes
configure:5325: checking execinfo.h usability
configure:5325: cc -c -g -O2 conftest.c >&5
configure:5325: $? = 0
configure:5325: result: yes
configure:5325: checking execinfo.h presence
configure:5325: cc -E conftest.c
configure:5325: $? = 0
configure:5325: result: yes
configure:5325: checking for execinfo.h
configure:5325: result: yes
configure:5325: checking spawn.h usability
configure:5325: cc -c -g -O2 conftest.c >&5
configure:5325: $? = 0
configure:5325: result: yes
configure:5325: checking spawn.h presence
configure:5325: cc -E conftest.c
configure:5325: $? = 0
configure:5325: result: yes
configure:5325: checking for spawn.h
configure:5325: result: yes
configure:5351: checking regex.h usability
configure:5351: cc -c -g -O2 conftest.c >&5
configure:5351: $? = 0
configure:5351: result: yes
configure:5351: checking regex.h presence
configure:5351: cc -E conftest.c
configure:5351: $? = 0
configure:5351: result: yes
configure:5351: checking for regex.h
configure:5351: result: yes
configure:5402: checking if switches "" works
configure:5465: cc -o conftest -g -O2 -D_LARGEFILE_SOURCE=1 -D_FILE_OFFSET_BITS=64 -fno-exceptions -Wall conftest.c >&5
configure:5465: $? = 0
configure:5474: result: yes
configure:5503: checking for wcsdup
configure:5503: cc -o conftest -g -O2 -D_LARGEFILE_SOURCE=1 -D_FILE_OFFSET_BITS=64 -fno-exceptions -Wall conftest.c >&5
configure:5503: $? = 0
configure:5503: result: yes
configure:5503: checking for wcsndup
configure:5503: cc -o conftest -g -O2 -D_LARGEFILE_SOURCE=1 -D_FILE_OFFSET_BITS=64 -fno-exceptions -Wall conftest.c >&5
Undefined symbols for architecture x86_64:
"_wcsndup", referenced from:
_main in conftest-hR8qXo.o
ld: symbol(s) not found for architecture x86_64
clang: error: linker command failed with exit code 1 (use -v to see invocation)
configure:5503: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "fish"
| #define PACKAGE_TARNAME "fish"
| #define PACKAGE_VERSION "2.0.0"
| #define PACKAGE_STRING "fish 2.0.0"
| #define PACKAGE_BUGREPORT "fish-users@lists.sf.net"
| #define PACKAGE_URL ""
| #define HAVE_TRANSLATE_H 1
| #define HAVE_NAN 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_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_GETOPT_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_TERM_H 1
| #define HAVE_NCURSES_H 1
| #define HAVE_CURSES_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_EXECINFO_H 1
| #define HAVE_SPAWN_H 1
| #define HAVE_REGEX_H 1
| #define HAVE_WCSDUP 1
| /* end confdefs.h. */
| /* Define wcsndup to an innocuous variant, in case <limits.h> declares wcsndup.
| For example, HP-UX 11i <limits.h> declares gettimeofday. */
| #define wcsndup innocuous_wcsndup
|
| /* System header to define __stub macros and hopefully few prototypes,
| which can conflict with char wcsndup (); 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 wcsndup
|
| /* 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 wcsndup ();
| /* 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_wcsndup || defined __stub___wcsndup
| choke me
| #endif
|
| int
| main ()
| {
| return wcsndup ();
| ;
| return 0;
| }
configure:5503: result: no
configure:5503: checking for wcslen
configure:5503: cc -o conftest -g -O2 -D_LARGEFILE_SOURCE=1 -D_FILE_OFFSET_BITS=64 -fno-exceptions -Wall conftest.c >&5
configure:5503: $? = 0
configure:5503: result: yes
configure:5503: checking for wcscasecmp
configure:5503: cc -o conftest -g -O2 -D_LARGEFILE_SOURCE=1 -D_FILE_OFFSET_BITS=64 -fno-exceptions -Wall conftest.c >&5
configure:5503: $? = 0
configure:5503: result: yes
configure:5503: checking for wcsncasecmp
configure:5503: cc -o conftest -g -O2 -D_LARGEFILE_SOURCE=1 -D_FILE_OFFSET_BITS=64 -fno-exceptions -Wall conftest.c >&5
configure:5503: $? = 0
configure:5503: result: yes
configure:5503: checking for fwprintf
configure:5503: cc -o conftest -g -O2 -D_LARGEFILE_SOURCE=1 -D_FILE_OFFSET_BITS=64 -fno-exceptions -Wall conftest.c >&5
configure:5503: $? = 0
configure:5503: result: yes
configure:5515: checking for futimes
configure:5515: cc -o conftest -g -O2 -D_LARGEFILE_SOURCE=1 -D_FILE_OFFSET_BITS=64 -fno-exceptions -Wall conftest.c >&5
configure:5515: $? = 0
configure:5515: result: yes
configure:5515: checking for wcwidth
configure:5515: cc -o conftest -g -O2 -D_LARGEFILE_SOURCE=1 -D_FILE_OFFSET_BITS=64 -fno-exceptions -Wall conftest.c >&5
configure:5515: $? = 0
configure:5515: result: yes
configure:5515: checking for wcswidth
configure:5515: cc -o conftest -g -O2 -D_LARGEFILE_SOURCE=1 -D_FILE_OFFSET_BITS=64 -fno-exceptions -Wall conftest.c >&5
configure:5515: $? = 0
configure:5515: result: yes
configure:5515: checking for wcstok
configure:5515: cc -o conftest -g -O2 -D_LARGEFILE_SOURCE=1 -D_FILE_OFFSET_BITS=64 -fno-exceptions -Wall conftest.c >&5
configure:5515: $? = 0
configure:5515: result: yes
configure:5515: checking for fputwc
configure:5515: cc -o conftest -g -O2 -D_LARGEFILE_SOURCE=1 -D_FILE_OFFSET_BITS=64 -fno-exceptions -Wall conftest.c >&5
configure:5515: $? = 0
configure:5515: result: yes
configure:5515: checking for fgetwc
configure:5515: cc -o conftest -g -O2 -D_LARGEFILE_SOURCE=1 -D_FILE_OFFSET_BITS=64 -fno-exceptions -Wall conftest.c >&5
configure:5515: $? = 0
configure:5515: result: yes
configure:5527: checking for wcstol
configure:5527: cc -o conftest -g -O2 -D_LARGEFILE_SOURCE=1 -D_FILE_OFFSET_BITS=64 -fno-exceptions -Wall conftest.c >&5
configure:5527: $? = 0
configure:5527: result: yes
configure:5527: checking for wcslcat
configure:5527: cc -o conftest -g -O2 -D_LARGEFILE_SOURCE=1 -D_FILE_OFFSET_BITS=64 -fno-exceptions -Wall conftest.c >&5
configure:5527: $? = 0
configure:5527: result: yes
configure:5527: checking for wcslcpy
configure:5527: cc -o conftest -g -O2 -D_LARGEFILE_SOURCE=1 -D_FILE_OFFSET_BITS=64 -fno-exceptions -Wall conftest.c >&5
configure:5527: $? = 0
configure:5527: result: yes
configure:5527: checking for lrand48_r
configure:5527: cc -o conftest -g -O2 -D_LARGEFILE_SOURCE=1 -D_FILE_OFFSET_BITS=64 -fno-exceptions -Wall conftest.c >&5
Undefined symbols for architecture x86_64:
"_lrand48_r", referenced from:
_main in conftest-LxteFi.o
ld: symbol(s) not found for architecture x86_64
clang: error: linker command failed with exit code 1 (use -v to see invocation)
configure:5527: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "fish"
| #define PACKAGE_TARNAME "fish"
| #define PACKAGE_VERSION "2.0.0"
| #define PACKAGE_STRING "fish 2.0.0"
| #define PACKAGE_BUGREPORT "fish-users@lists.sf.net"
| #define PACKAGE_URL ""
| #define HAVE_TRANSLATE_H 1
| #define HAVE_NAN 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_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_GETOPT_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_TERM_H 1
| #define HAVE_NCURSES_H 1
| #define HAVE_CURSES_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_EXECINFO_H 1
| #define HAVE_SPAWN_H 1
| #define HAVE_REGEX_H 1
| #define HAVE_WCSDUP 1
| #define HAVE_WCSLEN 1
| #define HAVE_WCSCASECMP 1
| #define HAVE_WCSNCASECMP 1
| #define HAVE_FWPRINTF 1
| #define HAVE_FUTIMES 1
| #define HAVE_WCWIDTH 1
| #define HAVE_WCSWIDTH 1
| #define HAVE_WCSTOK 1
| #define HAVE_FPUTWC 1
| #define HAVE_FGETWC 1
| #define HAVE_WCSTOL 1
| #define HAVE_WCSLCAT 1
| #define HAVE_WCSLCPY 1
| /* end confdefs.h. */
| /* Define lrand48_r to an innocuous variant, in case <limits.h> declares lrand48_r.
| For example, HP-UX 11i <limits.h> declares gettimeofday. */
| #define lrand48_r innocuous_lrand48_r
|
| /* System header to define __stub macros and hopefully few prototypes,
| which can conflict with char lrand48_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 lrand48_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 lrand48_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_lrand48_r || defined __stub___lrand48_r
| choke me
| #endif
|
| int
| main ()
| {
| return lrand48_r ();
| ;
| return 0;
| }
configure:5527: result: no
configure:5527: checking for killpg
configure:5527: cc -o conftest -g -O2 -D_LARGEFILE_SOURCE=1 -D_FILE_OFFSET_BITS=64 -fno-exceptions -Wall conftest.c >&5
configure:5527: $? = 0
configure:5527: result: yes
configure:5539: checking for backtrace
configure:5539: cc -o conftest -g -O2 -D_LARGEFILE_SOURCE=1 -D_FILE_OFFSET_BITS=64 -fno-exceptions -Wall conftest.c >&5
configure:5539: $? = 0
configure:5539: result: yes
configure:5539: checking for backtrace_symbols
configure:5539: cc -o conftest -g -O2 -D_LARGEFILE_SOURCE=1 -D_FILE_OFFSET_BITS=64 -fno-exceptions -Wall conftest.c >&5
configure:5539: $? = 0
configure:5539: result: yes
configure:5539: checking for sysconf
configure:5539: cc -o conftest -g -O2 -D_LARGEFILE_SOURCE=1 -D_FILE_OFFSET_BITS=64 -fno-exceptions -Wall conftest.c >&5
configure:5539: $? = 0
configure:5539: result: yes
configure:5539: checking for getifaddrs
configure:5539: cc -o conftest -g -O2 -D_LARGEFILE_SOURCE=1 -D_FILE_OFFSET_BITS=64 -fno-exceptions -Wall conftest.c >&5
configure:5539: $? = 0
configure:5539: result: yes
configure:5586: checking if realpath accepts null for its second argument
configure:5618: cc -o conftest -g -O2 -D_LARGEFILE_SOURCE=1 -D_FILE_OFFSET_BITS=64 -fno-exceptions -Wall conftest.c >&5
configure:5618: $? = 0
configure:5618: ./conftest
configure:5618: $? = 0
configure:5630: result: yes
configure:5645: checking if struct winsize and TIOCGWINSZ exist
configure:5672: cc -o conftest -g -O2 -D_LARGEFILE_SOURCE=1 -D_FILE_OFFSET_BITS=64 -fno-exceptions -Wall conftest.c >&5
conftest.c:66:24: warning: unused variable 'termsize' [-Wunused-variable]
struct winsize termsize = {0};
^
1 warning generated.
configure:5672: $? = 0
configure:5674: result: yes
configure:5698: checking if fwprintf is broken
configure:5728: cc -o conftest -g -O2 -D_LARGEFILE_SOURCE=1 -D_FILE_OFFSET_BITS=64 -fno-exceptions -Wall conftest.c >&5
configure:5728: $? = 0
configure:5728: ./conftest
fish:configure:5728: $? = 0
configure:5730: result: no
configure:5752: checking for _nl_msg_cat_cntr symbol
configure:5773: cc -o conftest -g -O2 -D_LARGEFILE_SOURCE=1 -D_FILE_OFFSET_BITS=64 -fno-exceptions -Wall conftest.c >&5
conftest.c:64:5: warning: implicitly declaring library function 'exit' with type 'void (int) __attribute__((noreturn))'
exit(tmp);
^
conftest.c:64:5: note: please include the header <stdlib.h> or explicitly provide a declaration for 'exit'
1 warning generated.
Undefined symbols for architecture x86_64:
"__nl_msg_cat_cntr", referenced from:
_main in conftest-qlwKN7.o
ld: symbol(s) not found for architecture x86_64
clang: error: linker command failed with exit code 1 (use -v to see invocation)
configure:5773: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "fish"
| #define PACKAGE_TARNAME "fish"
| #define PACKAGE_VERSION "2.0.0"
| #define PACKAGE_STRING "fish 2.0.0"
| #define PACKAGE_BUGREPORT "fish-users@lists.sf.net"
| #define PACKAGE_URL ""
| #define HAVE_TRANSLATE_H 1
| #define HAVE_NAN 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_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_GETOPT_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_TERM_H 1
| #define HAVE_NCURSES_H 1
| #define HAVE_CURSES_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_EXECINFO_H 1
| #define HAVE_SPAWN_H 1
| #define HAVE_REGEX_H 1
| #define HAVE_WCSDUP 1
| #define HAVE_WCSLEN 1
| #define HAVE_WCSCASECMP 1
| #define HAVE_WCSNCASECMP 1
| #define HAVE_FWPRINTF 1
| #define HAVE_FUTIMES 1
| #define HAVE_WCWIDTH 1
| #define HAVE_WCSWIDTH 1
| #define HAVE_WCSTOK 1
| #define HAVE_FPUTWC 1
| #define HAVE_FGETWC 1
| #define HAVE_WCSTOL 1
| #define HAVE_WCSLCAT 1
| #define HAVE_WCSLCPY 1
| #define HAVE_KILLPG 1
| #define HAVE_BACKTRACE 1
| #define HAVE_BACKTRACE_SYMBOLS 1
| #define HAVE_SYSCONF 1
| #define HAVE_GETIFADDRS 1
| #define HAVE_REALPATH_NULL 1
| #define HAVE_WINSIZE 1
| /* end confdefs.h. */
|
| #if HAVE_LIBINTL_H
| #include <libintl.h>
| #endif
|
| int
| main ()
| {
|
| extern int _nl_msg_cat_cntr;
| int tmp = _nl_msg_cat_cntr;
| exit(tmp);
|
| ;
| return 0;
| }
configure:5788: result: no
configure:5793: checking for __environ symbol
configure:5812: cc -o conftest -g -O2 -D_LARGEFILE_SOURCE=1 -D_FILE_OFFSET_BITS=64 -fno-exceptions -Wall conftest.c >&5
conftest.c:62:5: warning: implicitly declaring library function 'exit' with type 'void (int) __attribute__((noreturn))'
exit(tmp!=0);
^
conftest.c:62:5: note: please include the header <stdlib.h> or explicitly provide a declaration for 'exit'
1 warning generated.
Undefined symbols for architecture x86_64:
"___environ", referenced from:
_main in conftest-DOT9zr.o
ld: symbol(s) not found for architecture x86_64
clang: error: linker command failed with exit code 1 (use -v to see invocation)
configure:5812: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "fish"
| #define PACKAGE_TARNAME "fish"
| #define PACKAGE_VERSION "2.0.0"
| #define PACKAGE_STRING "fish 2.0.0"
| #define PACKAGE_BUGREPORT "fish-users@lists.sf.net"
| #define PACKAGE_URL ""
| #define HAVE_TRANSLATE_H 1
| #define HAVE_NAN 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_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_GETOPT_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_TERM_H 1
| #define HAVE_NCURSES_H 1
| #define HAVE_CURSES_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_EXECINFO_H 1
| #define HAVE_SPAWN_H 1
| #define HAVE_REGEX_H 1
| #define HAVE_WCSDUP 1
| #define HAVE_WCSLEN 1
| #define HAVE_WCSCASECMP 1
| #define HAVE_WCSNCASECMP 1
| #define HAVE_FWPRINTF 1
| #define HAVE_FUTIMES 1
| #define HAVE_WCWIDTH 1
| #define HAVE_WCSWIDTH 1
| #define HAVE_WCSTOK 1
| #define HAVE_FPUTWC 1
| #define HAVE_FGETWC 1
| #define HAVE_WCSTOL 1
| #define HAVE_WCSLCAT 1
| #define HAVE_WCSLCPY 1
| #define HAVE_KILLPG 1
| #define HAVE_BACKTRACE 1
| #define HAVE_BACKTRACE_SYMBOLS 1
| #define HAVE_SYSCONF 1
| #define HAVE_GETIFADDRS 1
| #define HAVE_REALPATH_NULL 1
| #define HAVE_WINSIZE 1
| /* end confdefs.h. */
|
| #include <unistd.h>
|
| int
| main ()
| {
|
| extern char **__environ;
| char **tmp = __environ;
| exit(tmp!=0);
|
| ;
| return 0;
| }
configure:5827: result: no
configure:5832: checking if getopt_long exists and works
configure:5862: cc -o conftest -g -O2 -D_LARGEFILE_SOURCE=1 -D_FILE_OFFSET_BITS=64 -fno-exceptions -Wall conftest.c >&5
conftest.c:65:9: warning: suggest braces around initialization of subobject [-Wmissing-braces]
0, 0, 0, 0
^~~~~~~~~~
{ }
conftest.c:68:9: warning: unused variable 'opt' [-Wunused-variable]
int opt = getopt_long( 0,
^
2 warnings generated.
configure:5862: $? = 0
configure:5871: result: yes
configure:5884: checking If del_curterm is broken
configure:5895: result: no
configure:6017: creating ./config.status
## ---------------------- ##
## Running config.status. ##
## ---------------------- ##
This file was extended by fish config.status 2.0.0, which was
generated by GNU Autoconf 2.69. Invocation command line was
CONFIG_FILES =
CONFIG_HEADERS =
CONFIG_LINKS =
CONFIG_COMMANDS =
$ ./config.status
on tad-fisher-8.local
config.status:861: creating Makefile
config.status:861: creating fish.spec
config.status:861: creating config.h
## ---------------- ##
## Cache variables. ##
## ---------------- ##
ac_cv_build=i386-apple-darwin13.0.0
ac_cv_c_compiler_gnu=yes
ac_cv_cxx_compiler_gnu=yes
ac_cv_env_CCC_set=
ac_cv_env_CCC_value=
ac_cv_env_CC_set=set
ac_cv_env_CC_value=cc
ac_cv_env_CFLAGS_set=
ac_cv_env_CFLAGS_value=
ac_cv_env_CPPFLAGS_set=
ac_cv_env_CPPFLAGS_value=
ac_cv_env_CPP_set=
ac_cv_env_CPP_value=
ac_cv_env_CXXFLAGS_set=
ac_cv_env_CXXFLAGS_value=
ac_cv_env_CXX_set=set
ac_cv_env_CXX_value=c++
ac_cv_env_LDFLAGS_set=
ac_cv_env_LDFLAGS_value=
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_docdir_set=set
ac_cv_env_docdir_value='${datarootdir}/doc/${PACKAGE_TARNAME}'
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_file__proc_self_stat=no
ac_cv_func_backtrace=yes
ac_cv_func_backtrace_symbols=yes
ac_cv_func_fgetwc=yes
ac_cv_func_fputwc=yes
ac_cv_func_futimes=yes
ac_cv_func_fwprintf=yes
ac_cv_func_getifaddrs=yes
ac_cv_func_killpg=yes
ac_cv_func_lrand48_r=no
ac_cv_func_sysconf=yes
ac_cv_func_wcscasecmp=yes
ac_cv_func_wcsdup=yes
ac_cv_func_wcslcat=yes
ac_cv_func_wcslcpy=yes
ac_cv_func_wcslen=yes
ac_cv_func_wcsncasecmp=yes
ac_cv_func_wcsndup=no
ac_cv_func_wcstok=yes
ac_cv_func_wcstol=yes
ac_cv_func_wcswidth=yes
ac_cv_func_wcwidth=yes
ac_cv_header_curses_h=yes
ac_cv_header_execinfo_h=yes
ac_cv_header_getopt_h=yes
ac_cv_header_inttypes_h=yes
ac_cv_header_memory_h=yes
ac_cv_header_ncurses_h=yes
ac_cv_header_ncurses_term_h=no
ac_cv_header_regex_h=yes
ac_cv_header_siginfo_h=no
ac_cv_header_spawn_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_ioctl_h=yes
ac_cv_header_sys_resource_h=yes
ac_cv_header_sys_select_h=yes
ac_cv_header_sys_stat_h=yes
ac_cv_header_sys_types_h=yes
ac_cv_header_term_h=yes
ac_cv_header_termios_h=yes
ac_cv_header_unistd_h=yes
ac_cv_host=i386-apple-darwin13.0.0
ac_cv_objext=o
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_CPP='cc -E'
ac_cv_prog_ac_ct_CC=cc
ac_cv_prog_cc_c89=
ac_cv_prog_cc_g=yes
ac_cv_prog_cxx_g=yes
ac_cv_search_connect='none required'
ac_cv_search_iconv_open=-liconv
ac_cv_search_nan='none required'
ac_cv_search_nanosleep='none required'
ac_cv_search_pthread_create='none required'
ac_cv_search_setupterm=-lncurses
ac_cv_target=i386-apple-darwin13.0.0
local_cv_use__posix_c_source=yes
## ----------------- ##
## Output variables. ##
## ----------------- ##
CC='cc'
CFLAGS='-g -O2 -D_LARGEFILE_SOURCE=1 -D_FILE_OFFSET_BITS=64 -fno-exceptions -Wall '
CPP='cc -E'
CPPFLAGS=''
CXX='c++'
CXXFLAGS='-g -O2 -D_LARGEFILE_SOURCE=1 -D_FILE_OFFSET_BITS=64 -fno-exceptions -Wall'
DEFS='-DHAVE_CONFIG_H'
ECHO_C='\c'
ECHO_N=''
ECHO_T=''
EGREP='/usr/bin/grep -E'
EXEEXT=''
GREP='/usr/bin/grep'
HAVE_GETTEXT=''
INSTALL_DATA='${INSTALL} -m 644'
INSTALL_PROGRAM='${INSTALL}'
INSTALL_SCRIPT='${INSTALL}'
LDFLAGS=''
LDFLAGS_FISH=''
LIBOBJS=''
LIBS=''
LIBS_FISH='-liconv -lncurses '
LIBS_FISHD='-liconv -lncurses '
LIBS_FISH_INDENT='-lncurses '
LIBS_FISH_PAGER='-liconv -lncurses '
LIBS_MIMEDB='-lncurses '
LTLIBOBJS=''
OBJEXT='o'
PACKAGE_BUGREPORT='fish-users@lists.sf.net'
PACKAGE_NAME='fish'
PACKAGE_STRING='fish 2.0.0'
PACKAGE_TARNAME='fish'
PACKAGE_URL=''
PACKAGE_VERSION='2.0.0'
PATH_SEPARATOR=':'
SHELL='/bin/sh'
ac_ct_CC='cc'
ac_ct_CXX=''
bindir='${exec_prefix}/bin'
build='i386-apple-darwin13.0.0'
build_alias=''
build_cpu='i386'
build_os='darwin13.0.0'
build_vendor='apple'
datadir='${datarootdir}'
datarootdir='${prefix}/share'
docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
dvidir='${docdir}'
exec_prefix='${prefix}'
found_msgfmt='no '
host='i386-apple-darwin13.0.0'
host_alias=''
host_cpu='i386'
host_os='darwin13.0.0'
host_vendor='apple'
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'
optbindirs=''
pdfdir='${docdir}'
prefix='/usr/local/Cellar/fish/2.0.0'
program_transform_name='s,x,x,'
psdir='${docdir}'
sbindir='${exec_prefix}/sbin'
sharedstatedir='${prefix}/com'
sysconfdir='${prefix}/etc'
target='i386-apple-darwin13.0.0'
target_alias=''
target_cpu='i386'
target_os='darwin13.0.0'
target_vendor='apple'
## ----------- ##
## confdefs.h. ##
## ----------- ##
/* confdefs.h */
#define PACKAGE_NAME "fish"
#define PACKAGE_TARNAME "fish"
#define PACKAGE_VERSION "2.0.0"
#define PACKAGE_STRING "fish 2.0.0"
#define PACKAGE_BUGREPORT "fish-users@lists.sf.net"
#define PACKAGE_URL ""
#define HAVE_TRANSLATE_H 1
#define HAVE_NAN 1
#define STDC_HEADERS 1
#define HAVE_SYS_TYPES_H 1
#define HAVE_SYS_STAT_H 1
#define HAVE_STDLIB_H 1
#define HAVE_STRING_H 1
#define HAVE_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_GETOPT_H 1
#define HAVE_TERMIOS_H 1
#define HAVE_SYS_RESOURCE_H 1
#define HAVE_TERM_H 1
#define HAVE_NCURSES_H 1
#define HAVE_CURSES_H 1
#define HAVE_SYS_SELECT_H 1
#define HAVE_SYS_IOCTL_H 1
#define HAVE_EXECINFO_H 1
#define HAVE_SPAWN_H 1
#define HAVE_REGEX_H 1
#define HAVE_WCSDUP 1
#define HAVE_WCSLEN 1
#define HAVE_WCSCASECMP 1
#define HAVE_WCSNCASECMP 1
#define HAVE_FWPRINTF 1
#define HAVE_FUTIMES 1
#define HAVE_WCWIDTH 1
#define HAVE_WCSWIDTH 1
#define HAVE_WCSTOK 1
#define HAVE_FPUTWC 1
#define HAVE_FGETWC 1
#define HAVE_WCSTOL 1
#define HAVE_WCSLCAT 1
#define HAVE_WCSLCPY 1
#define HAVE_KILLPG 1
#define HAVE_BACKTRACE 1
#define HAVE_BACKTRACE_SYMBOLS 1
#define HAVE_SYSCONF 1
#define HAVE_GETIFADDRS 1
#define HAVE_REALPATH_NULL 1
#define HAVE_WINSIZE 1
#define HAVE_WORKING_GETOPT_LONG 1
configure: exit 0
Your system is ready to brew.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment