Skip to content

Instantly share code, notes, and snippets.

@norm2782
Created November 5, 2012 21:00
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 norm2782/4020310 to your computer and use it in GitHub Desktop.
Save norm2782/4020310 to your computer and use it in GitHub Desktop.
~/D/ncurses-5.9 ❯❯❯ HOMEBREW_MAKE_JOBS=1 VERBOSE=1 brew install ncurses ⏎
==> Downloading http://ftpmirror.gnu.org/ncurses/ncurses-5.9.tar.gz
Already downloaded: /Library/Caches/Homebrew/ncurses-5.9.tar.gz
/usr/bin/tar xf /Library/Caches/Homebrew/ncurses-5.9.tar.gz
==> ./configure --disable-debug --prefix=/usr/local/Cellar/ncurses/5.9 --mandir=/usr/local/Cellar/ncurses/5.9/share/man --with-shared --with-widec --with-manpage-format=normal --enable-symlinks
./configure --disable-debug --prefix=/usr/local/Cellar/ncurses/5.9 --mandir=/usr/local/Cellar/ncurses/5.9/share/man --with-shared --with-widec --with-manpage-format=normal --enable-symlinks
checking for egrep... grep -E
Configuring NCURSES 5.9 ABI 5 (Mon Nov 5 21:55:27 CET 2012)
checking build system type... x86_64-apple-darwin12.2.0
checking host system type... x86_64-apple-darwin12.2.0
checking target system type... x86_64-apple-darwin12.2.0
Configuring for darwin12.2.0
checking for prefix... /usr/local/Cellar/ncurses/5.9
checking for gcc... cc
checking for C compiler default output... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for executable suffix...
checking for object suffix... o
checking whether we are using the GNU C compiler... yes
checking whether cc accepts -g... yes
checking version of cc... 4.1
checking how to run the C preprocessor... cc -E
checking whether cc needs -traditional... no
checking whether cc understands -c and -o together... yes
checking for POSIXized ISC... no
checking for cc option to accept ANSI C... -DCC_HAS_PROTOS
checking for ldconfig... no
checking if you want to ensure bool is consistent with C++... yes
checking whether we are using the GNU C++ compiler... yes
checking whether c++ accepts -g... yes
checking version of g++... 4.1
checking if you want to build C++ binding and demo... yes
checking if you want to build with Ada95... yes
checking if you want to install manpages... yes
checking if you want to build programs such as tic... yes
checking if you want to build test-programs... yes
checking if you wish to install curses.h... yes
checking for mawk... no
checking for gawk... no
checking for nawk... no
checking for awk... awk
checking for egrep... (cached) grep -E
checking for a BSD compatible install... /usr/bin/install -c
checking for tdlint... no
checking for lint... no
checking for alint... no
checking for splint... no
checking for lclint... no
checking whether ln -s works... yes
checking if ln -s -f options work... yes
checking for long file names... yes
checking if you want to use pkg-config... yes
checking for pkg-config... none
checking if we should install .pc files for none... no
configure: WARNING: did not find library none/lib/pkgconfig
checking if we should assume mixed-case filenames... auto
checking if filesystem supports mixed-case filenames... yes
checking whether make sets ${MAKE}... yes
checking for exctags... no
checking for ctags... ctags
checking for exetags... no
checking for etags... etags
checking for ctags... yes
checking for etags... yes
checking for makeflags variable...
checking for ranlib... ranlib
checking for ld... ld
checking for ar... ar
checking for ar... (cached) ar
checking for options to update archives... -curv
checking if you have specified an install-prefix...
checking if libtool -version-number should be used... yes
checking if you want to build libraries with libtool... no
checking if you want to build shared libraries... yes
checking if you want to build static libraries... yes
checking if you want to build debug libraries... yes
checking if you want to build profiling libraries... no
checking for specified models... shared normal debug
checking for default model... shared
checking if you want to build a separate terminfo library... no
checking if you want to build a separate tic library... no
checking if you want to link with the GPM mouse library... maybe
checking for gpm.h... no
checking for default loader flags...
checking if rpath option should be used... no
checking if shared libraries should be relinked during install... yes
checking for an rpath option...
checking if release/abi version should be used for shared libs... auto
checking which cc option to use... -fPIC
checking if ld -search_paths_first works... yes
checking if rpath-hack should be disabled... no
checking for updated LDFLAGS... checking if you wish to install ncurses overwriting curses... no
checking if external terminfo-database is used... yes
checking which terminfo source-file will be installed... ${top_srcdir}/misc/terminfo.src
checking whether to use hashed database instead of directory/tree... no
checking for list of fallback descriptions...
checking if you want modern xterm or antique... xterm-new
checking for list of terminfo directories... /usr/local/Cellar/ncurses/5.9/share/terminfo
checking for default terminfo directory... /usr/local/Cellar/ncurses/5.9/share/terminfo
checking if big-core option selected... yes
checking if big-strings option selected... yes
checking if you want termcap-fallback support... no
checking if ~/.terminfo is wanted... yes
checking if you want to use restricted environment when running as root... yes
checking for remove... yes
checking for unlink... yes
checking if link/symlink functions work... link symlink
checking if tic should use symbolic links... yes
checking if you want broken-linker support code... no
checking if tputs should process BSD-style prefix padding... no
checking if SIGWINCH is defined... yes
checking for nl_langinfo and CODESET... yes
checking if you want wide-character code... no
checking whether to enable _LP64 definition in curses.h... no
checking for special C compiler options needed for large files... no
checking for _FILE_OFFSET_BITS value needed for large files... no
checking for _LARGE_FILES value needed for large files... no
checking for _LARGEFILE_SOURCE value needed for large files... no
checking for fseeko... yes
checking whether to use struct dirent64... no
checking if you want tparm not to use X/Open fixed-parameter list... yes
checking for type of bool... auto
checking for alternate terminal capabilities file... Caps
checking for type of chtype... auto
checking for type of ospeed... short
checking for type of mmask_t... auto
checking for size CCHARW_MAX... 5
checking if RCS identifiers should be compiled-in... no
checking format of man-pages... normal
checking for manpage renaming... no
checking if manpage aliases will be installed... yes
checking if manpage symlinks should be used... yes
checking for manpage tbl... no
checking if you want to build with function extensions... yes
checking if you want to build with experimental SCREEN extensions... no
checking if you want to build with experimental terminal-driver... no
checking for extended use of const keyword... no
checking if you want to use extended colors... no
checking if you want to use extended mouse encoding... no
checking if you want $NCURSES_NO_PADDING code... yes
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 for signed char... yes
checking size of signed char... 1
checking if you want to use signed Boolean array in term.h... no
checking if you want SIGWINCH handler... yes
checking if you want user-definable terminal capabilities like termcap... yes
checking if you want all development code... no
checking if you want hard-tabs code... no
checking if you want limited support for xmc... no
checking if you do not want to assume colors are white-on-black... yes
checking if you want hashmap scrolling-optimization code... yes
checking if you want colorfgbg code... no
checking if you want interop bindings... no
checking if you want to link with the pthread library... no
checking if you want experimental reentrant code... no
checking if you want experimental safe-sprintf code... no
checking if you want experimental wgetch-events code... no
checking if you want to display full commands during build... yes
checking if you want to see compiler warnings...
configure: checking for cc __attribute__ directives...
... scanf
... printf
... unused
... noreturn
checking if you want to enable runtime assertions... no
checking if you want to use dmalloc for testing... no
checking if you want to use dbmalloc for testing... no
checking if you want to use valgrind for testing... no
checking if you want to perform memory-leak testing... no
checking whether to add trace feature to all models... no
checking for gettimeofday... yes
checking if -lm needed for math functions... no
checking for ANSI C header files... (cached) yes
checking for dirent.h that defines DIR... yes
checking for opendir in -ldir... no
checking whether time.h and sys/time.h may both be included... yes
checking for regcomp... yes
checking for regular-expression headers... regex.h
checking for fcntl.h... yes
checking for getopt.h... yes
checking for limits.h... yes
checking for locale.h... yes
checking for math.h... yes
checking for poll.h... yes
checking for sys/bsdtypes.h... no
checking for sys/ioctl.h... yes
checking for sys/param.h... yes
checking for sys/poll.h... yes
checking for sys/select.h... yes
checking for sys/time.h... yes
checking for sys/times.h... yes
checking for ttyent.h... yes
checking for unistd.h... (cached) yes
checking for wctype.h... yes
checking if sys/time.h works with sys/select.h... yes
checking for cc option to accept ANSI C... none needed
checking for an ANSI C-conforming const... yes
checking for inline... inline
checking if cc supports options to tune inlining... yes
checking for signal global datatype... volatile sig_atomic_t
checking for type of chtype... int
checking if unsigned literals are legal... yes
checking if external errno is declared... yes
checking if external errno exists... yes
checking if data-only library module links... yes
checking for getcwd... yes
checking for getegid... yes
checking for geteuid... yes
checking for getttynam... yes
checking for issetugid... yes
checking for poll... yes
checking for remove... (cached) yes
checking for select... yes
checking for setbuf... yes
checking for setbuffer... yes
checking for setvbuf... yes
checking for sigaction... yes
checking for sigvec... yes
checking for strdup... yes
checking for strstr... yes
checking for tcgetpgrp... yes
checking for times... yes
checking for vsnprintf... yes
checking for isascii... yes
checking whether sigaction needs _POSIX_SOURCE... no
checking if nanosleep really works... yes
checking for termio.h... no
checking for termios.h... yes
checking for unistd.h... (cached) yes
checking whether termios.h needs _POSIX_SOURCE... no
checking for tcgetattr... yes
checking for vsscanf function or workaround... vsscanf
checking for working mkstemp... yes
checking whether setvbuf arguments are reversed... no
checking return type of signal handlers... void
checking for type sigaction_t... no
checking declaration of size-change... yes
checking for memmove... yes
checking if poll really works... yes
checking for va_copy... yes
checking for __va_copy... yes
checking for pid_t... yes
checking for unistd.h... (cached) yes
checking for vfork.h... no
checking for fork... yes
checking for vfork... yes
checking for working fork... (cached) yes
checking for working vfork... (cached) yes
checking for openpty in -lutil... yes
checking for openpty header... util.h
checking if we should include stdbool.h... yes
checking for builtin bool type... no
checking for library stdc++... no
checking whether c++ understands -c and -o together... yes
checking how to run the C++ preprocessor... c++ -E
checking for iostream... yes
checking for typeinfo... yes
checking if iostream uses std-namespace... yes
checking if we should include stdbool.h... (cached) yes
checking for builtin bool type... yes
checking for size of bool... unknown
configure: WARNING: Assuming unsigned for type of bool
checking for special defines needed for etip.h... MATH_H
checking if c++ accepts parameter initialization... no
checking if c++ accepts static_cast... no
checking for gnatmake... no
checking for library subsets... ticlib+termlib+ext_tinfo+base+ext_funcs
checking default library suffix...
checking default library-dependency suffix... .dylib
checking default object directory... obj_s
checking c++ library-dependency suffix... .a
checking where we will install curses.h... ${prefix}/include/ncurses
checking for src modules... ncurses progs panel menu form
checking for tic... /usr/bin/tic
configure: creating ./config.status
config.status: creating include/MKterm.h.awk
config.status: creating include/curses.head
config.status: creating include/ncurses_dll.h
config.status: creating include/termcap.h
config.status: creating include/unctrl.h
config.status: creating man/Makefile
config.status: creating include/Makefile
config.status: creating ncurses/Makefile
config.status: creating progs/Makefile
config.status: creating panel/Makefile
config.status: creating menu/Makefile
config.status: creating form/Makefile
config.status: creating test/Makefile
config.status: creating misc/Makefile
config.status: creating c++/Makefile
config.status: creating Ada95/gen/adacurses-config
config.status: creating man/adacurses-config.1
config.status: creating misc/run_tic.sh
config.status: creating misc/ncurses-config
config.status: creating man/ncurses5-config.1
config.status: creating Makefile
config.status: creating include/ncurses_cfg.h
Appending rules for shared model (ncurses: ticlib+termlib+ext_tinfo+base+ext_funcs)
Appending rules for normal model (ncurses: ticlib+termlib+ext_tinfo+base+ext_funcs)
Appending rules for debug model (ncurses: ticlib+termlib+ext_tinfo+base+ext_funcs)
Appending rules for shared model (progs: ticlib+termlib+ext_tinfo+base+ext_funcs)
Appending rules for normal model (progs: ticlib+termlib+ext_tinfo+base+ext_funcs)
Appending rules for debug model (progs: ticlib+termlib+ext_tinfo+base+ext_funcs)
Appending rules for shared model (panel: ticlib+termlib+ext_tinfo+base+ext_funcs)
Appending rules for normal model (panel: ticlib+termlib+ext_tinfo+base+ext_funcs)
Appending rules for debug model (panel: ticlib+termlib+ext_tinfo+base+ext_funcs)
Appending rules for shared model (menu: ticlib+termlib+ext_tinfo+base+ext_funcs)
Appending rules for normal model (menu: ticlib+termlib+ext_tinfo+base+ext_funcs)
Appending rules for debug model (menu: ticlib+termlib+ext_tinfo+base+ext_funcs)
Appending rules for shared model (form: ticlib+termlib+ext_tinfo+base+ext_funcs)
Appending rules for normal model (form: ticlib+termlib+ext_tinfo+base+ext_funcs)
Appending rules for debug model (form: ticlib+termlib+ext_tinfo+base+ext_funcs)
Appending rules for shared model (test: ticlib+termlib+ext_tinfo+base+ext_funcs)
Appending rules for normal model (test: ticlib+termlib+ext_tinfo+base+ext_funcs)
Appending rules for debug model (test: ticlib+termlib+ext_tinfo+base+ext_funcs)
Appending rules for shared model (c++: ticlib+termlib+ext_tinfo+base+ext_funcs)
Appending rules for normal model (c++: ticlib+termlib+ext_tinfo+base+ext_funcs)
Appending rules for debug model (c++: ticlib+termlib+ext_tinfo+base+ext_funcs)
creating headers.sh
** Configuration summary for NCURSES 5.9 20110404:
extended funcs: yes
xterm terminfo: xterm-new
bin directory: /usr/local/Cellar/ncurses/5.9/bin
lib directory: /usr/local/Cellar/ncurses/5.9/lib
include directory: /usr/local/Cellar/ncurses/5.9/include/ncurses
man directory: /usr/local/Cellar/ncurses/5.9/share/man
terminfo directory: /usr/local/Cellar/ncurses/5.9/share/terminfo
** Include-directory is not in a standard location
==> make
make
cd man && /usr/bin/make DESTDIR="" all
sh ./MKterminfo.sh ./terminfo.head ./../include/Caps ./terminfo.tail >terminfo.5
cd include && /usr/bin/make DESTDIR="" all
cat curses.head >curses.h
AWK=awk sh ./MKkey_defs.sh ./Caps >>curses.h
sh -c 'if test "chtype" = "cchar_t" ; then cat ./curses.wide >>curses.h ; fi'
cat ./curses.tail >>curses.h
sh ./MKhashsize.sh ./Caps >hashsize.h
AWK=awk sh ./MKncurses_def.sh ./ncurses_defs >ncurses_def.h
AWK=awk sh ./MKparametrized.sh ./Caps >parametrized.h
touch config.h
awk -f MKterm.h.awk ./Caps > term.h
sh ./edit_cfg.sh ../include/ncurses_cfg.h term.h
** edit: HAVE_TCGETATTR 1
** edit: HAVE_TERMIOS_H 1
** edit: HAVE_TERMIO_H 0
** edit: BROKEN_LINKER 0
cd ncurses && /usr/bin/make DESTDIR="" all
awk -f ./tinfo/MKcodes.awk bigstrings=1 ./../include/Caps >codes.c
cc -o make_hash -DHAVE_CONFIG_H -I../ncurses -I. -I./../include -I../include -DUSE_BUILD_CC -DHAVE_CONFIG_H -I../ncurses -I. -D_DARWIN_C_SOURCE -DNDEBUG -I. -I../include -I/usr/local/Cellar/ncurses/5.9/include/ncurses -O2 --param max-inline-insns-single=1200 -no-cpp-precomp ./tinfo/make_hash.c -Wl,-search_paths_first
brew: superenv removed: -I. -I../include -I. -I. -I../include -O2
sh -e ./tinfo/MKcaptab.sh awk 1 ./tinfo/MKcaptab.awk ./../include/Caps > comp_captab.c
sh -e ./tty/MKexpanded.sh "cc -E" -DHAVE_CONFIG_H -I../ncurses -I. -D_DARWIN_C_SOURCE -DNDEBUG -I. -I../include -I/usr/local/Cellar/ncurses/5.9/include/ncurses > expanded.c
sh -e ./tinfo/MKfallback.sh /usr/local/Cellar/ncurses/5.9/share/terminfo ../misc/terminfo.src /usr/bin/tic >fallback.c
sh -e ./base/MKlib_gen.sh "cc -E -DHAVE_CONFIG_H -I../ncurses -I. -D_DARWIN_C_SOURCE -DNDEBUG -I. -I../include -I/usr/local/Cellar/ncurses/5.9/include/ncurses" "awk" generated <../include/curses.h >lib_gen.c
AWK=awk sh ./tinfo/MKkeys_list.sh ../include/Caps | sort >keys.list
awk -f ./base/MKkeyname.awk bigstrings=1 keys.list > lib_keyname.c
sh -e ./base/MKlib_gen.sh "cc -E -DHAVE_CONFIG_H -I../ncurses -I. -D_DARWIN_C_SOURCE -DNDEBUG -I. -I../include -I/usr/local/Cellar/ncurses/5.9/include/ncurses" "awk" implemented <../include/curses.h >link_test.c
awk -f ./tinfo/MKnames.awk bigstrings=1 ./../include/Caps >names.c
echo | awk -f ./base/MKunctrl.awk bigstrings=1 >unctrl.c
cc -o make_keys -DHAVE_CONFIG_H -I../ncurses -I. -I./../include -I../include -DUSE_BUILD_CC -DHAVE_CONFIG_H -I../ncurses -I. -D_DARWIN_C_SOURCE -DNDEBUG -I. -I../include -I/usr/local/Cellar/ncurses/5.9/include/ncurses -O2 --param max-inline-insns-single=1200 -no-cpp-precomp ./tinfo/make_keys.c -Wl,-search_paths_first
brew: superenv removed: -I. -I../include -I. -I. -I../include -O2
./make_keys keys.list > init_keytry.h
cc -DHAVE_CONFIG_H -I../ncurses -I. -D_DARWIN_C_SOURCE -DNDEBUG -I. -I../include -I/usr/local/Cellar/ncurses/5.9/include/ncurses -O2 --param max-inline-insns-single=1200 -no-cpp-precomp -dynamic -c ../ncurses/./tty/hardscroll.c -o ../obj_s/hardscroll.o
brew: superenv removed: -I. -I. -O2
cc -DHAVE_CONFIG_H -I../ncurses -I. -D_DARWIN_C_SOURCE -DNDEBUG -I. -I../include -I/usr/local/Cellar/ncurses/5.9/include/ncurses -O2 --param max-inline-insns-single=1200 -no-cpp-precomp -dynamic -c ../ncurses/./tty/hashmap.c -o ../obj_s/hashmap.o
brew: superenv removed: -I. -I. -O2
cc -DHAVE_CONFIG_H -I../ncurses -I. -D_DARWIN_C_SOURCE -DNDEBUG -I. -I../include -I/usr/local/Cellar/ncurses/5.9/include/ncurses -O2 --param max-inline-insns-single=1200 -no-cpp-precomp -dynamic -c ../ncurses/./base/lib_addch.c -o ../obj_s/lib_addch.o
brew: superenv removed: -I. -I. -O2
cc -DHAVE_CONFIG_H -I../ncurses -I. -D_DARWIN_C_SOURCE -DNDEBUG -I. -I../include -I/usr/local/Cellar/ncurses/5.9/include/ncurses -O2 --param max-inline-insns-single=1200 -no-cpp-precomp -dynamic -c ../ncurses/./base/lib_addstr.c -o ../obj_s/lib_addstr.o
brew: superenv removed: -I. -I. -O2
cc -DHAVE_CONFIG_H -I../ncurses -I. -D_DARWIN_C_SOURCE -DNDEBUG -I. -I../include -I/usr/local/Cellar/ncurses/5.9/include/ncurses -O2 --param max-inline-insns-single=1200 -no-cpp-precomp -dynamic -c ../ncurses/./base/lib_beep.c -o ../obj_s/lib_beep.o
brew: superenv removed: -I. -I. -O2
cc -DHAVE_CONFIG_H -I../ncurses -I. -D_DARWIN_C_SOURCE -DNDEBUG -I. -I../include -I/usr/local/Cellar/ncurses/5.9/include/ncurses -O2 --param max-inline-insns-single=1200 -no-cpp-precomp -dynamic -c ../ncurses/./base/lib_bkgd.c -o ../obj_s/lib_bkgd.o
brew: superenv removed: -I. -I. -O2
cc -DHAVE_CONFIG_H -I../ncurses -I. -D_DARWIN_C_SOURCE -DNDEBUG -I. -I../include -I/usr/local/Cellar/ncurses/5.9/include/ncurses -O2 --param max-inline-insns-single=1200 -no-cpp-precomp -dynamic -c ../ncurses/./base/lib_box.c -o ../obj_s/lib_box.o
brew: superenv removed: -I. -I. -O2
cc -DHAVE_CONFIG_H -I../ncurses -I. -D_DARWIN_C_SOURCE -DNDEBUG -I. -I../include -I/usr/local/Cellar/ncurses/5.9/include/ncurses -O2 --param max-inline-insns-single=1200 -no-cpp-precomp -dynamic -c ../ncurses/./base/lib_chgat.c -o ../obj_s/lib_chgat.o
brew: superenv removed: -I. -I. -O2
cc -DHAVE_CONFIG_H -I../ncurses -I. -D_DARWIN_C_SOURCE -DNDEBUG -I. -I../include -I/usr/local/Cellar/ncurses/5.9/include/ncurses -O2 --param max-inline-insns-single=1200 -no-cpp-precomp -dynamic -c ../ncurses/./base/lib_clear.c -o ../obj_s/lib_clear.o
brew: superenv removed: -I. -I. -O2
cc -DHAVE_CONFIG_H -I../ncurses -I. -D_DARWIN_C_SOURCE -DNDEBUG -I. -I../include -I/usr/local/Cellar/ncurses/5.9/include/ncurses -O2 --param max-inline-insns-single=1200 -no-cpp-precomp -dynamic -c ../ncurses/./base/lib_clearok.c -o ../obj_s/lib_clearok.o
brew: superenv removed: -I. -I. -O2
cc -DHAVE_CONFIG_H -I../ncurses -I. -D_DARWIN_C_SOURCE -DNDEBUG -I. -I../include -I/usr/local/Cellar/ncurses/5.9/include/ncurses -O2 --param max-inline-insns-single=1200 -no-cpp-precomp -dynamic -c ../ncurses/./base/lib_clrbot.c -o ../obj_s/lib_clrbot.o
brew: superenv removed: -I. -I. -O2
cc -DHAVE_CONFIG_H -I../ncurses -I. -D_DARWIN_C_SOURCE -DNDEBUG -I. -I../include -I/usr/local/Cellar/ncurses/5.9/include/ncurses -O2 --param max-inline-insns-single=1200 -no-cpp-precomp -dynamic -c ../ncurses/./base/lib_clreol.c -o ../obj_s/lib_clreol.o
brew: superenv removed: -I. -I. -O2
cc -DHAVE_CONFIG_H -I../ncurses -I. -D_DARWIN_C_SOURCE -DNDEBUG -I. -I../include -I/usr/local/Cellar/ncurses/5.9/include/ncurses -O2 --param max-inline-insns-single=1200 -no-cpp-precomp -dynamic -c ../ncurses/./base/lib_color.c -o ../obj_s/lib_color.o
brew: superenv removed: -I. -I. -O2
cc -DHAVE_CONFIG_H -I../ncurses -I. -D_DARWIN_C_SOURCE -DNDEBUG -I. -I../include -I/usr/local/Cellar/ncurses/5.9/include/ncurses -O2 --param max-inline-insns-single=1200 -no-cpp-precomp -dynamic -c ../ncurses/./base/lib_colorset.c -o ../obj_s/lib_colorset.o
brew: superenv removed: -I. -I. -O2
cc -DHAVE_CONFIG_H -I../ncurses -I. -D_DARWIN_C_SOURCE -DNDEBUG -I. -I../include -I/usr/local/Cellar/ncurses/5.9/include/ncurses -O2 --param max-inline-insns-single=1200 -no-cpp-precomp -dynamic -c ../ncurses/./base/lib_delch.c -o ../obj_s/lib_delch.o
brew: superenv removed: -I. -I. -O2
cc -DHAVE_CONFIG_H -I../ncurses -I. -D_DARWIN_C_SOURCE -DNDEBUG -I. -I../include -I/usr/local/Cellar/ncurses/5.9/include/ncurses -O2 --param max-inline-insns-single=1200 -no-cpp-precomp -dynamic -c ../ncurses/./base/lib_delwin.c -o ../obj_s/lib_delwin.o
brew: superenv removed: -I. -I. -O2
cc -DHAVE_CONFIG_H -I../ncurses -I. -D_DARWIN_C_SOURCE -DNDEBUG -I. -I../include -I/usr/local/Cellar/ncurses/5.9/include/ncurses -O2 --param max-inline-insns-single=1200 -no-cpp-precomp -dynamic -c ../ncurses/./base/lib_echo.c -o ../obj_s/lib_echo.o
brew: superenv removed: -I. -I. -O2
cc -DHAVE_CONFIG_H -I../ncurses -I. -D_DARWIN_C_SOURCE -DNDEBUG -I. -I../include -I/usr/local/Cellar/ncurses/5.9/include/ncurses -O2 --param max-inline-insns-single=1200 -no-cpp-precomp -dynamic -c ../ncurses/./base/lib_endwin.c -o ../obj_s/lib_endwin.o
brew: superenv removed: -I. -I. -O2
cc -DHAVE_CONFIG_H -I../ncurses -I. -D_DARWIN_C_SOURCE -DNDEBUG -I. -I../include -I/usr/local/Cellar/ncurses/5.9/include/ncurses -O2 --param max-inline-insns-single=1200 -no-cpp-precomp -dynamic -c ../ncurses/./base/lib_erase.c -o ../obj_s/lib_erase.o
brew: superenv removed: -I. -I. -O2
cc -DHAVE_CONFIG_H -I../ncurses -I. -D_DARWIN_C_SOURCE -DNDEBUG -I. -I../include -I/usr/local/Cellar/ncurses/5.9/include/ncurses -O2 --param max-inline-insns-single=1200 -no-cpp-precomp -dynamic -c ../ncurses/./base/lib_flash.c -o ../obj_s/lib_flash.o
brew: superenv removed: -I. -I. -O2
cc -DHAVE_CONFIG_H -I../ncurses -I. -D_DARWIN_C_SOURCE -DNDEBUG -I. -I../include -I/usr/local/Cellar/ncurses/5.9/include/ncurses -O2 --param max-inline-insns-single=1200 -no-cpp-precomp -dynamic -c ../ncurses/lib_gen.c -o ../obj_s/lib_gen.o
brew: superenv removed: -I. -I. -O2
cc -DHAVE_CONFIG_H -I../ncurses -I. -D_DARWIN_C_SOURCE -DNDEBUG -I. -I../include -I/usr/local/Cellar/ncurses/5.9/include/ncurses -O2 --param max-inline-insns-single=1200 -no-cpp-precomp -dynamic -c ../ncurses/./base/lib_getch.c -o ../obj_s/lib_getch.o
brew: superenv removed: -I. -I. -O2
cc -DHAVE_CONFIG_H -I../ncurses -I. -D_DARWIN_C_SOURCE -DNDEBUG -I. -I../include -I/usr/local/Cellar/ncurses/5.9/include/ncurses -O2 --param max-inline-insns-single=1200 -no-cpp-precomp -dynamic -c ../ncurses/./base/lib_getstr.c -o ../obj_s/lib_getstr.o
brew: superenv removed: -I. -I. -O2
cc -DHAVE_CONFIG_H -I../ncurses -I. -D_DARWIN_C_SOURCE -DNDEBUG -I. -I../include -I/usr/local/Cellar/ncurses/5.9/include/ncurses -O2 --param max-inline-insns-single=1200 -no-cpp-precomp -dynamic -c ../ncurses/./base/lib_hline.c -o ../obj_s/lib_hline.o
brew: superenv removed: -I. -I. -O2
cc -DHAVE_CONFIG_H -I../ncurses -I. -D_DARWIN_C_SOURCE -DNDEBUG -I. -I../include -I/usr/local/Cellar/ncurses/5.9/include/ncurses -O2 --param max-inline-insns-single=1200 -no-cpp-precomp -dynamic -c ../ncurses/./base/lib_immedok.c -o ../obj_s/lib_immedok.o
brew: superenv removed: -I. -I. -O2
cc -DHAVE_CONFIG_H -I../ncurses -I. -D_DARWIN_C_SOURCE -DNDEBUG -I. -I../include -I/usr/local/Cellar/ncurses/5.9/include/ncurses -O2 --param max-inline-insns-single=1200 -no-cpp-precomp -dynamic -c ../ncurses/./base/lib_inchstr.c -o ../obj_s/lib_inchstr.o
brew: superenv removed: -I. -I. -O2
cc -DHAVE_CONFIG_H -I../ncurses -I. -D_DARWIN_C_SOURCE -DNDEBUG -I. -I../include -I/usr/local/Cellar/ncurses/5.9/include/ncurses -O2 --param max-inline-insns-single=1200 -no-cpp-precomp -dynamic -c ../ncurses/./base/lib_initscr.c -o ../obj_s/lib_initscr.o
brew: superenv removed: -I. -I. -O2
cc -DHAVE_CONFIG_H -I../ncurses -I. -D_DARWIN_C_SOURCE -DNDEBUG -I. -I../include -I/usr/local/Cellar/ncurses/5.9/include/ncurses -O2 --param max-inline-insns-single=1200 -no-cpp-precomp -dynamic -c ../ncurses/./base/lib_insch.c -o ../obj_s/lib_insch.o
brew: superenv removed: -I. -I. -O2
cc -DHAVE_CONFIG_H -I../ncurses -I. -D_DARWIN_C_SOURCE -DNDEBUG -I. -I../include -I/usr/local/Cellar/ncurses/5.9/include/ncurses -O2 --param max-inline-insns-single=1200 -no-cpp-precomp -dynamic -c ../ncurses/./base/lib_insdel.c -o ../obj_s/lib_insdel.o
brew: superenv removed: -I. -I. -O2
cc -DHAVE_CONFIG_H -I../ncurses -I. -D_DARWIN_C_SOURCE -DNDEBUG -I. -I../include -I/usr/local/Cellar/ncurses/5.9/include/ncurses -O2 --param max-inline-insns-single=1200 -no-cpp-precomp -dynamic -c ../ncurses/./base/lib_insnstr.c -o ../obj_s/lib_insnstr.o
brew: superenv removed: -I. -I. -O2
cc -DHAVE_CONFIG_H -I../ncurses -I. -D_DARWIN_C_SOURCE -DNDEBUG -I. -I../include -I/usr/local/Cellar/ncurses/5.9/include/ncurses -O2 --param max-inline-insns-single=1200 -no-cpp-precomp -dynamic -c ../ncurses/./base/lib_instr.c -o ../obj_s/lib_instr.o
brew: superenv removed: -I. -I. -O2
cc -DHAVE_CONFIG_H -I../ncurses -I. -D_DARWIN_C_SOURCE -DNDEBUG -I. -I../include -I/usr/local/Cellar/ncurses/5.9/include/ncurses -O2 --param max-inline-insns-single=1200 -no-cpp-precomp -dynamic -c ../ncurses/./base/lib_isendwin.c -o ../obj_s/lib_isendwin.o
brew: superenv removed: -I. -I. -O2
cc -DHAVE_CONFIG_H -I../ncurses -I. -D_DARWIN_C_SOURCE -DNDEBUG -I. -I../include -I/usr/local/Cellar/ncurses/5.9/include/ncurses -O2 --param max-inline-insns-single=1200 -no-cpp-precomp -dynamic -c ../ncurses/./base/lib_leaveok.c -o ../obj_s/lib_leaveok.o
brew: superenv removed: -I. -I. -O2
cc -DHAVE_CONFIG_H -I../ncurses -I. -D_DARWIN_C_SOURCE -DNDEBUG -I. -I../include -I/usr/local/Cellar/ncurses/5.9/include/ncurses -O2 --param max-inline-insns-single=1200 -no-cpp-precomp -dynamic -c ../ncurses/./base/lib_mouse.c -o ../obj_s/lib_mouse.o
brew: superenv removed: -I. -I. -O2
cc -DHAVE_CONFIG_H -I../ncurses -I. -D_DARWIN_C_SOURCE -DNDEBUG -I. -I../include -I/usr/local/Cellar/ncurses/5.9/include/ncurses -O2 --param max-inline-insns-single=1200 -no-cpp-precomp -dynamic -c ../ncurses/./base/lib_move.c -o ../obj_s/lib_move.o
brew: superenv removed: -I. -I. -O2
cc -DHAVE_CONFIG_H -I../ncurses -I. -D_DARWIN_C_SOURCE -DNDEBUG -I. -I../include -I/usr/local/Cellar/ncurses/5.9/include/ncurses -O2 --param max-inline-insns-single=1200 -no-cpp-precomp -dynamic -c ../ncurses/./tty/lib_mvcur.c -o ../obj_s/lib_mvcur.o
brew: superenv removed: -I. -I. -O2
cc -DHAVE_CONFIG_H -I../ncurses -I. -D_DARWIN_C_SOURCE -DNDEBUG -I. -I../include -I/usr/local/Cellar/ncurses/5.9/include/ncurses -O2 --param max-inline-insns-single=1200 -no-cpp-precomp -dynamic -c ../ncurses/./base/lib_mvwin.c -o ../obj_s/lib_mvwin.o
brew: superenv removed: -I. -I. -O2
cc -DHAVE_CONFIG_H -I../ncurses -I. -D_DARWIN_C_SOURCE -DNDEBUG -I. -I../include -I/usr/local/Cellar/ncurses/5.9/include/ncurses -O2 --param max-inline-insns-single=1200 -no-cpp-precomp -dynamic -c ../ncurses/./base/lib_newterm.c -o ../obj_s/lib_newterm.o
brew: superenv removed: -I. -I. -O2
cc -DHAVE_CONFIG_H -I../ncurses -I. -D_DARWIN_C_SOURCE -DNDEBUG -I. -I../include -I/usr/local/Cellar/ncurses/5.9/include/ncurses -O2 --param max-inline-insns-single=1200 -no-cpp-precomp -dynamic -c ../ncurses/./base/lib_newwin.c -o ../obj_s/lib_newwin.o
brew: superenv removed: -I. -I. -O2
cc -DHAVE_CONFIG_H -I../ncurses -I. -D_DARWIN_C_SOURCE -DNDEBUG -I. -I../include -I/usr/local/Cellar/ncurses/5.9/include/ncurses -O2 --param max-inline-insns-single=1200 -no-cpp-precomp -dynamic -c ../ncurses/./base/lib_nl.c -o ../obj_s/lib_nl.o
brew: superenv removed: -I. -I. -O2
cc -DHAVE_CONFIG_H -I../ncurses -I. -D_DARWIN_C_SOURCE -DNDEBUG -I. -I../include -I/usr/local/Cellar/ncurses/5.9/include/ncurses -O2 --param max-inline-insns-single=1200 -no-cpp-precomp -dynamic -c ../ncurses/./base/lib_overlay.c -o ../obj_s/lib_overlay.o
brew: superenv removed: -I. -I. -O2
cc -DHAVE_CONFIG_H -I../ncurses -I. -D_DARWIN_C_SOURCE -DNDEBUG -I. -I../include -I/usr/local/Cellar/ncurses/5.9/include/ncurses -O2 --param max-inline-insns-single=1200 -no-cpp-precomp -dynamic -c ../ncurses/./base/lib_pad.c -o ../obj_s/lib_pad.o
brew: superenv removed: -I. -I. -O2
cc -DHAVE_CONFIG_H -I../ncurses -I. -D_DARWIN_C_SOURCE -DNDEBUG -I. -I../include -I/usr/local/Cellar/ncurses/5.9/include/ncurses -O2 --param max-inline-insns-single=1200 -no-cpp-precomp -dynamic -c ../ncurses/./base/lib_printw.c -o ../obj_s/lib_printw.o
brew: superenv removed: -I. -I. -O2
cc -DHAVE_CONFIG_H -I../ncurses -I. -D_DARWIN_C_SOURCE -DNDEBUG -I. -I../include -I/usr/local/Cellar/ncurses/5.9/include/ncurses -O2 --param max-inline-insns-single=1200 -no-cpp-precomp -dynamic -c ../ncurses/./base/lib_redrawln.c -o ../obj_s/lib_redrawln.o
brew: superenv removed: -I. -I. -O2
cc -DHAVE_CONFIG_H -I../ncurses -I. -D_DARWIN_C_SOURCE -DNDEBUG -I. -I../include -I/usr/local/Cellar/ncurses/5.9/include/ncurses -O2 --param max-inline-insns-single=1200 -no-cpp-precomp -dynamic -c ../ncurses/./base/lib_refresh.c -o ../obj_s/lib_refresh.o
brew: superenv removed: -I. -I. -O2
cc -DHAVE_CONFIG_H -I../ncurses -I. -D_DARWIN_C_SOURCE -DNDEBUG -I. -I../include -I/usr/local/Cellar/ncurses/5.9/include/ncurses -O2 --param max-inline-insns-single=1200 -no-cpp-precomp -dynamic -c ../ncurses/./base/lib_restart.c -o ../obj_s/lib_restart.o
brew: superenv removed: -I. -I. -O2
cc -DHAVE_CONFIG_H -I../ncurses -I. -D_DARWIN_C_SOURCE -DNDEBUG -I. -I../include -I/usr/local/Cellar/ncurses/5.9/include/ncurses -O2 --param max-inline-insns-single=1200 -no-cpp-precomp -dynamic -c ../ncurses/./base/lib_scanw.c -o ../obj_s/lib_scanw.o
brew: superenv removed: -I. -I. -O2
cc -DHAVE_CONFIG_H -I../ncurses -I. -D_DARWIN_C_SOURCE -DNDEBUG -I. -I../include -I/usr/local/Cellar/ncurses/5.9/include/ncurses -O2 --param max-inline-insns-single=1200 -no-cpp-precomp -dynamic -c ../ncurses/./base/lib_screen.c -o ../obj_s/lib_screen.o
brew: superenv removed: -I. -I. -O2
cc -DHAVE_CONFIG_H -I../ncurses -I. -D_DARWIN_C_SOURCE -DNDEBUG -I. -I../include -I/usr/local/Cellar/ncurses/5.9/include/ncurses -O2 --param max-inline-insns-single=1200 -no-cpp-precomp -dynamic -c ../ncurses/./base/lib_scroll.c -o ../obj_s/lib_scroll.o
brew: superenv removed: -I. -I. -O2
cc -DHAVE_CONFIG_H -I../ncurses -I. -D_DARWIN_C_SOURCE -DNDEBUG -I. -I../include -I/usr/local/Cellar/ncurses/5.9/include/ncurses -O2 --param max-inline-insns-single=1200 -no-cpp-precomp -dynamic -c ../ncurses/./base/lib_scrollok.c -o ../obj_s/lib_scrollok.o
brew: superenv removed: -I. -I. -O2
cc -DHAVE_CONFIG_H -I../ncurses -I. -D_DARWIN_C_SOURCE -DNDEBUG -I. -I../include -I/usr/local/Cellar/ncurses/5.9/include/ncurses -O2 --param max-inline-insns-single=1200 -no-cpp-precomp -dynamic -c ../ncurses/./base/lib_scrreg.c -o ../obj_s/lib_scrreg.o
brew: superenv removed: -I. -I. -O2
cc -DHAVE_CONFIG_H -I../ncurses -I. -D_DARWIN_C_SOURCE -DNDEBUG -I. -I../include -I/usr/local/Cellar/ncurses/5.9/include/ncurses -O2 --param max-inline-insns-single=1200 -no-cpp-precomp -dynamic -c ../ncurses/./base/lib_set_term.c -o ../obj_s/lib_set_term.o
brew: superenv removed: -I. -I. -O2
cc -DHAVE_CONFIG_H -I../ncurses -I. -D_DARWIN_C_SOURCE -DNDEBUG -I. -I../include -I/usr/local/Cellar/ncurses/5.9/include/ncurses -O2 --param max-inline-insns-single=1200 -no-cpp-precomp -dynamic -c ../ncurses/./base/lib_slk.c -o ../obj_s/lib_slk.o
brew: superenv removed: -I. -I. -O2
cc -DHAVE_CONFIG_H -I../ncurses -I. -D_DARWIN_C_SOURCE -DNDEBUG -I. -I../include -I/usr/local/Cellar/ncurses/5.9/include/ncurses -O2 --param max-inline-insns-single=1200 -no-cpp-precomp -dynamic -c ../ncurses/./base/lib_slkatr_set.c -o ../obj_s/lib_slkatr_set.o
brew: superenv removed: -I. -I. -O2
cc -DHAVE_CONFIG_H -I../ncurses -I. -D_DARWIN_C_SOURCE -DNDEBUG -I. -I../include -I/usr/local/Cellar/ncurses/5.9/include/ncurses -O2 --param max-inline-insns-single=1200 -no-cpp-precomp -dynamic -c ../ncurses/./base/lib_slkatrof.c -o ../obj_s/lib_slkatrof.o
brew: superenv removed: -I. -I. -O2
cc -DHAVE_CONFIG_H -I../ncurses -I. -D_DARWIN_C_SOURCE -DNDEBUG -I. -I../include -I/usr/local/Cellar/ncurses/5.9/include/ncurses -O2 --param max-inline-insns-single=1200 -no-cpp-precomp -dynamic -c ../ncurses/./base/lib_slkatron.c -o ../obj_s/lib_slkatron.o
brew: superenv removed: -I. -I. -O2
cc -DHAVE_CONFIG_H -I../ncurses -I. -D_DARWIN_C_SOURCE -DNDEBUG -I. -I../include -I/usr/local/Cellar/ncurses/5.9/include/ncurses -O2 --param max-inline-insns-single=1200 -no-cpp-precomp -dynamic -c ../ncurses/./base/lib_slkatrset.c -o ../obj_s/lib_slkatrset.o
brew: superenv removed: -I. -I. -O2
cc -DHAVE_CONFIG_H -I../ncurses -I. -D_DARWIN_C_SOURCE -DNDEBUG -I. -I../include -I/usr/local/Cellar/ncurses/5.9/include/ncurses -O2 --param max-inline-insns-single=1200 -no-cpp-precomp -dynamic -c ../ncurses/./base/lib_slkattr.c -o ../obj_s/lib_slkattr.o
brew: superenv removed: -I. -I. -O2
cc -DHAVE_CONFIG_H -I../ncurses -I. -D_DARWIN_C_SOURCE -DNDEBUG -I. -I../include -I/usr/local/Cellar/ncurses/5.9/include/ncurses -O2 --param max-inline-insns-single=1200 -no-cpp-precomp -dynamic -c ../ncurses/./base/lib_slkclear.c -o ../obj_s/lib_slkclear.o
brew: superenv removed: -I. -I. -O2
cc -DHAVE_CONFIG_H -I../ncurses -I. -D_DARWIN_C_SOURCE -DNDEBUG -I. -I../include -I/usr/local/Cellar/ncurses/5.9/include/ncurses -O2 --param max-inline-insns-single=1200 -no-cpp-precomp -dynamic -c ../ncurses/./base/lib_slkcolor.c -o ../obj_s/lib_slkcolor.o
brew: superenv removed: -I. -I. -O2
cc -DHAVE_CONFIG_H -I../ncurses -I. -D_DARWIN_C_SOURCE -DNDEBUG -I. -I../include -I/usr/local/Cellar/ncurses/5.9/include/ncurses -O2 --param max-inline-insns-single=1200 -no-cpp-precomp -dynamic -c ../ncurses/./base/lib_slkinit.c -o ../obj_s/lib_slkinit.o
brew: superenv removed: -I. -I. -O2
cc -DHAVE_CONFIG_H -I../ncurses -I. -D_DARWIN_C_SOURCE -DNDEBUG -I. -I../include -I/usr/local/Cellar/ncurses/5.9/include/ncurses -O2 --param max-inline-insns-single=1200 -no-cpp-precomp -dynamic -c ../ncurses/./base/lib_slklab.c -o ../obj_s/lib_slklab.o
brew: superenv removed: -I. -I. -O2
cc -DHAVE_CONFIG_H -I../ncurses -I. -D_DARWIN_C_SOURCE -DNDEBUG -I. -I../include -I/usr/local/Cellar/ncurses/5.9/include/ncurses -O2 --param max-inline-insns-single=1200 -no-cpp-precomp -dynamic -c ../ncurses/./base/lib_slkrefr.c -o ../obj_s/lib_slkrefr.o
brew: superenv removed: -I. -I. -O2
cc -DHAVE_CONFIG_H -I../ncurses -I. -D_DARWIN_C_SOURCE -DNDEBUG -I. -I../include -I/usr/local/Cellar/ncurses/5.9/include/ncurses -O2 --param max-inline-insns-single=1200 -no-cpp-precomp -dynamic -c ../ncurses/./base/lib_slkset.c -o ../obj_s/lib_slkset.o
brew: superenv removed: -I. -I. -O2
cc -DHAVE_CONFIG_H -I../ncurses -I. -D_DARWIN_C_SOURCE -DNDEBUG -I. -I../include -I/usr/local/Cellar/ncurses/5.9/include/ncurses -O2 --param max-inline-insns-single=1200 -no-cpp-precomp -dynamic -c ../ncurses/./base/lib_slktouch.c -o ../obj_s/lib_slktouch.o
brew: superenv removed: -I. -I. -O2
cc -DHAVE_CONFIG_H -I../ncurses -I. -D_DARWIN_C_SOURCE -DNDEBUG -I. -I../include -I/usr/local/Cellar/ncurses/5.9/include/ncurses -O2 --param max-inline-insns-single=1200 -no-cpp-precomp -dynamic -c ../ncurses/./base/lib_touch.c -o ../obj_s/lib_touch.o
brew: superenv removed: -I. -I. -O2
cc -DHAVE_CONFIG_H -I../ncurses -I. -D_DARWIN_C_SOURCE -DNDEBUG -I. -I../include -I/usr/local/Cellar/ncurses/5.9/include/ncurses -O2 --param max-inline-insns-single=1200 -no-cpp-precomp -dynamic -c ../ncurses/./tty/lib_tstp.c -o ../obj_s/lib_tstp.o
brew: superenv removed: -I. -I. -O2
cc -DHAVE_CONFIG_H -I../ncurses -I. -D_DARWIN_C_SOURCE -DNDEBUG -I. -I../include -I/usr/local/Cellar/ncurses/5.9/include/ncurses -O2 --param max-inline-insns-single=1200 -no-cpp-precomp -dynamic -c ../ncurses/./base/lib_ungetch.c -o ../obj_s/lib_ungetch.o
brew: superenv removed: -I. -I. -O2
cc -DHAVE_CONFIG_H -I../ncurses -I. -D_DARWIN_C_SOURCE -DNDEBUG -I. -I../include -I/usr/local/Cellar/ncurses/5.9/include/ncurses -O2 --param max-inline-insns-single=1200 -no-cpp-precomp -dynamic -c ../ncurses/./tty/lib_vidattr.c -o ../obj_s/lib_vidattr.o
brew: superenv removed: -I. -I. -O2
cc -DHAVE_CONFIG_H -I../ncurses -I. -D_DARWIN_C_SOURCE -DNDEBUG -I. -I../include -I/usr/local/Cellar/ncurses/5.9/include/ncurses -O2 --param max-inline-insns-single=1200 -no-cpp-precomp -dynamic -c ../ncurses/./base/lib_vline.c -o ../obj_s/lib_vline.o
brew: superenv removed: -I. -I. -O2
cc -DHAVE_CONFIG_H -I../ncurses -I. -D_DARWIN_C_SOURCE -DNDEBUG -I. -I../include -I/usr/local/Cellar/ncurses/5.9/include/ncurses -O2 --param max-inline-insns-single=1200 -no-cpp-precomp -dynamic -c ../ncurses/./base/lib_wattroff.c -o ../obj_s/lib_wattroff.o
brew: superenv removed: -I. -I. -O2
cc -DHAVE_CONFIG_H -I../ncurses -I. -D_DARWIN_C_SOURCE -DNDEBUG -I. -I../include -I/usr/local/Cellar/ncurses/5.9/include/ncurses -O2 --param max-inline-insns-single=1200 -no-cpp-precomp -dynamic -c ../ncurses/./base/lib_wattron.c -o ../obj_s/lib_wattron.o
brew: superenv removed: -I. -I. -O2
cc -DHAVE_CONFIG_H -I../ncurses -I. -D_DARWIN_C_SOURCE -DNDEBUG -I. -I../include -I/usr/local/Cellar/ncurses/5.9/include/ncurses -O2 --param max-inline-insns-single=1200 -no-cpp-precomp -dynamic -c ../ncurses/./base/lib_winch.c -o ../obj_s/lib_winch.o
brew: superenv removed: -I. -I. -O2
cc -DHAVE_CONFIG_H -I../ncurses -I. -D_DARWIN_C_SOURCE -DNDEBUG -I. -I../include -I/usr/local/Cellar/ncurses/5.9/include/ncurses -O2 --param max-inline-insns-single=1200 -no-cpp-precomp -dynamic -c ../ncurses/./base/lib_window.c -o ../obj_s/lib_window.o
brew: superenv removed: -I. -I. -O2
cc -DHAVE_CONFIG_H -I../ncurses -I. -D_DARWIN_C_SOURCE -DNDEBUG -I. -I../include -I/usr/local/Cellar/ncurses/5.9/include/ncurses -O2 --param max-inline-insns-single=1200 -no-cpp-precomp -dynamic -c ../ncurses/./base/nc_panel.c -o ../obj_s/nc_panel.o
brew: superenv removed: -I. -I. -O2
cc -DHAVE_CONFIG_H -I../ncurses -I. -D_DARWIN_C_SOURCE -DNDEBUG -I. -I../include -I/usr/local/Cellar/ncurses/5.9/include/ncurses -O2 --param max-inline-insns-single=1200 -no-cpp-precomp -dynamic -c ../ncurses/./base/safe_sprintf.c -o ../obj_s/safe_sprintf.o
brew: superenv removed: -I. -I. -O2
cc -DHAVE_CONFIG_H -I../ncurses -I. -D_DARWIN_C_SOURCE -DNDEBUG -I. -I../include -I/usr/local/Cellar/ncurses/5.9/include/ncurses -O2 --param max-inline-insns-single=1200 -no-cpp-precomp -dynamic -c ../ncurses/./tty/tty_update.c -o ../obj_s/tty_update.o
brew: superenv removed: -I. -I. -O2
cc -DHAVE_CONFIG_H -I../ncurses -I. -D_DARWIN_C_SOURCE -DNDEBUG -I. -I../include -I/usr/local/Cellar/ncurses/5.9/include/ncurses -O2 --param max-inline-insns-single=1200 -no-cpp-precomp -dynamic -c ../ncurses/./trace/varargs.c -o ../obj_s/varargs.o
brew: superenv removed: -I. -I. -O2
cc -DHAVE_CONFIG_H -I../ncurses -I. -D_DARWIN_C_SOURCE -DNDEBUG -I. -I../include -I/usr/local/Cellar/ncurses/5.9/include/ncurses -O2 --param max-inline-insns-single=1200 -no-cpp-precomp -dynamic -c ../ncurses/./base/memmove.c -o ../obj_s/memmove.o
brew: superenv removed: -I. -I. -O2
cc -DHAVE_CONFIG_H -I../ncurses -I. -D_DARWIN_C_SOURCE -DNDEBUG -I. -I../include -I/usr/local/Cellar/ncurses/5.9/include/ncurses -O2 --param max-inline-insns-single=1200 -no-cpp-precomp -dynamic -c ../ncurses/./base/vsscanf.c -o ../obj_s/vsscanf.o
brew: superenv removed: -I. -I. -O2
cc -DHAVE_CONFIG_H -I../ncurses -I. -D_DARWIN_C_SOURCE -DNDEBUG -I. -I../include -I/usr/local/Cellar/ncurses/5.9/include/ncurses -O2 --param max-inline-insns-single=1200 -no-cpp-precomp -dynamic -c ../ncurses/./base/lib_freeall.c -o ../obj_s/lib_freeall.o
brew: superenv removed: -I. -I. -O2
cc -DHAVE_CONFIG_H -I../ncurses -I. -D_DARWIN_C_SOURCE -DNDEBUG -I. -I../include -I/usr/local/Cellar/ncurses/5.9/include/ncurses -O2 --param max-inline-insns-single=1200 -no-cpp-precomp -dynamic -c ../ncurses/expanded.c -o ../obj_s/expanded.o
brew: superenv removed: -I. -I. -O2
cc -DHAVE_CONFIG_H -I../ncurses -I. -D_DARWIN_C_SOURCE -DNDEBUG -I. -I../include -I/usr/local/Cellar/ncurses/5.9/include/ncurses -O2 --param max-inline-insns-single=1200 -no-cpp-precomp -dynamic -c ../ncurses/./base/legacy_coding.c -o ../obj_s/legacy_coding.o
brew: superenv removed: -I. -I. -O2
cc -DHAVE_CONFIG_H -I../ncurses -I. -D_DARWIN_C_SOURCE -DNDEBUG -I. -I../include -I/usr/local/Cellar/ncurses/5.9/include/ncurses -O2 --param max-inline-insns-single=1200 -no-cpp-precomp -dynamic -c ../ncurses/./base/lib_dft_fgbg.c -o ../obj_s/lib_dft_fgbg.o
brew: superenv removed: -I. -I. -O2
cc -DHAVE_CONFIG_H -I../ncurses -I. -D_DARWIN_C_SOURCE -DNDEBUG -I. -I../include -I/usr/local/Cellar/ncurses/5.9/include/ncurses -O2 --param max-inline-insns-single=1200 -no-cpp-precomp -dynamic -c ../ncurses/./tinfo/lib_print.c -o ../obj_s/lib_print.o
brew: superenv removed: -I. -I. -O2
cc -DHAVE_CONFIG_H -I../ncurses -I. -D_DARWIN_C_SOURCE -DNDEBUG -I. -I../include -I/usr/local/Cellar/ncurses/5.9/include/ncurses -O2 --param max-inline-insns-single=1200 -no-cpp-precomp -dynamic -c ../ncurses/./base/resizeterm.c -o ../obj_s/resizeterm.o
brew: superenv removed: -I. -I. -O2
cc -DHAVE_CONFIG_H -I../ncurses -I. -D_DARWIN_C_SOURCE -DNDEBUG -I. -I../include -I/usr/local/Cellar/ncurses/5.9/include/ncurses -O2 --param max-inline-insns-single=1200 -no-cpp-precomp -dynamic -c ../ncurses/./tinfo/use_screen.c -o ../obj_s/use_screen.o
brew: superenv removed: -I. -I. -O2
cc -DHAVE_CONFIG_H -I../ncurses -I. -D_DARWIN_C_SOURCE -DNDEBUG -I. -I../include -I/usr/local/Cellar/ncurses/5.9/include/ncurses -O2 --param max-inline-insns-single=1200 -no-cpp-precomp -dynamic -c ../ncurses/./base/use_window.c -o ../obj_s/use_window.o
brew: superenv removed: -I. -I. -O2
cc -DHAVE_CONFIG_H -I../ncurses -I. -D_DARWIN_C_SOURCE -DNDEBUG -I. -I../include -I/usr/local/Cellar/ncurses/5.9/include/ncurses -O2 --param max-inline-insns-single=1200 -no-cpp-precomp -dynamic -c ../ncurses/./base/wresize.c -o ../obj_s/wresize.o
brew: superenv removed: -I. -I. -O2
cc -DHAVE_CONFIG_H -I../ncurses -I. -D_DARWIN_C_SOURCE -DNDEBUG -I. -I../include -I/usr/local/Cellar/ncurses/5.9/include/ncurses -O2 --param max-inline-insns-single=1200 -no-cpp-precomp -dynamic -c ../ncurses/./tinfo/access.c -o ../obj_s/access.o
brew: superenv removed: -I. -I. -O2
cc -DHAVE_CONFIG_H -I../ncurses -I. -D_DARWIN_C_SOURCE -DNDEBUG -I. -I../include -I/usr/local/Cellar/ncurses/5.9/include/ncurses -O2 --param max-inline-insns-single=1200 -no-cpp-precomp -dynamic -c ../ncurses/./tinfo/add_tries.c -o ../obj_s/add_tries.o
brew: superenv removed: -I. -I. -O2
cc -DHAVE_CONFIG_H -I../ncurses -I. -D_DARWIN_C_SOURCE -DNDEBUG -I. -I../include -I/usr/local/Cellar/ncurses/5.9/include/ncurses -O2 --param max-inline-insns-single=1200 -no-cpp-precomp -dynamic -c ../ncurses/./tinfo/alloc_ttype.c -o ../obj_s/alloc_ttype.o
brew: superenv removed: -I. -I. -O2
cc -DHAVE_CONFIG_H -I../ncurses -I. -D_DARWIN_C_SOURCE -DNDEBUG -I. -I../include -I/usr/local/Cellar/ncurses/5.9/include/ncurses -O2 --param max-inline-insns-single=1200 -no-cpp-precomp -dynamic -c ../ncurses/codes.c -o ../obj_s/codes.o
brew: superenv removed: -I. -I. -O2
cc -DHAVE_CONFIG_H -I../ncurses -I. -D_DARWIN_C_SOURCE -DNDEBUG -I. -I../include -I/usr/local/Cellar/ncurses/5.9/include/ncurses -O2 --param max-inline-insns-single=1200 -no-cpp-precomp -dynamic -c ../ncurses/comp_captab.c -o ../obj_s/comp_captab.o
brew: superenv removed: -I. -I. -O2
cc -DHAVE_CONFIG_H -I../ncurses -I. -D_DARWIN_C_SOURCE -DNDEBUG -I. -I../include -I/usr/local/Cellar/ncurses/5.9/include/ncurses -O2 --param max-inline-insns-single=1200 -no-cpp-precomp -dynamic -c ../ncurses/./tinfo/comp_error.c -o ../obj_s/comp_error.o
brew: superenv removed: -I. -I. -O2
cc -DHAVE_CONFIG_H -I../ncurses -I. -D_DARWIN_C_SOURCE -DNDEBUG -I. -I../include -I/usr/local/Cellar/ncurses/5.9/include/ncurses -O2 --param max-inline-insns-single=1200 -no-cpp-precomp -dynamic -c ../ncurses/./tinfo/comp_hash.c -o ../obj_s/comp_hash.o
brew: superenv removed: -I. -I. -O2
cc -DHAVE_CONFIG_H -I../ncurses -I. -D_DARWIN_C_SOURCE -DNDEBUG -I. -I../include -I/usr/local/Cellar/ncurses/5.9/include/ncurses -O2 --param max-inline-insns-single=1200 -no-cpp-precomp -dynamic -c ../ncurses/./tinfo/db_iterator.c -o ../obj_s/db_iterator.o
brew: superenv removed: -I. -I. -O2
cc -DHAVE_CONFIG_H -I../ncurses -I. -D_DARWIN_C_SOURCE -DNDEBUG -I. -I../include -I/usr/local/Cellar/ncurses/5.9/include/ncurses -O2 --param max-inline-insns-single=1200 -no-cpp-precomp -dynamic -c ../ncurses/./tinfo/doalloc.c -o ../obj_s/doalloc.o
brew: superenv removed: -I. -I. -O2
cc -DHAVE_CONFIG_H -I../ncurses -I. -D_DARWIN_C_SOURCE -DNDEBUG -I. -I../include -I/usr/local/Cellar/ncurses/5.9/include/ncurses -O2 --param max-inline-insns-single=1200 -no-cpp-precomp -dynamic -c ../ncurses/./tinfo/entries.c -o ../obj_s/entries.o
brew: superenv removed: -I. -I. -O2
cc -DHAVE_CONFIG_H -I../ncurses -I. -D_DARWIN_C_SOURCE -DNDEBUG -I. -I../include -I/usr/local/Cellar/ncurses/5.9/include/ncurses -O2 --param max-inline-insns-single=1200 -no-cpp-precomp -dynamic -c ../ncurses/fallback.c -o ../obj_s/fallback.o
brew: superenv removed: -I. -I. -O2
cc -DHAVE_CONFIG_H -I../ncurses -I. -D_DARWIN_C_SOURCE -DNDEBUG -I. -I../include -I/usr/local/Cellar/ncurses/5.9/include/ncurses -O2 --param max-inline-insns-single=1200 -no-cpp-precomp -dynamic -c ../ncurses/./tinfo/free_ttype.c -o ../obj_s/free_ttype.o
brew: superenv removed: -I. -I. -O2
cc -DHAVE_CONFIG_H -I../ncurses -I. -D_DARWIN_C_SOURCE -DNDEBUG -I. -I../include -I/usr/local/Cellar/ncurses/5.9/include/ncurses -O2 --param max-inline-insns-single=1200 -no-cpp-precomp -dynamic -c ../ncurses/./tinfo/getenv_num.c -o ../obj_s/getenv_num.o
brew: superenv removed: -I. -I. -O2
cc -DHAVE_CONFIG_H -I../ncurses -I. -D_DARWIN_C_SOURCE -DNDEBUG -I. -I../include -I/usr/local/Cellar/ncurses/5.9/include/ncurses -O2 --param max-inline-insns-single=1200 -no-cpp-precomp -dynamic -c ../ncurses/./tinfo/home_terminfo.c -o ../obj_s/home_terminfo.o
brew: superenv removed: -I. -I. -O2
cc -DHAVE_CONFIG_H -I../ncurses -I. -D_DARWIN_C_SOURCE -DNDEBUG -I. -I../include -I/usr/local/Cellar/ncurses/5.9/include/ncurses -O2 --param max-inline-insns-single=1200 -no-cpp-precomp -dynamic -c ../ncurses/./tinfo/init_keytry.c -o ../obj_s/init_keytry.o
brew: superenv removed: -I. -I. -O2
cc -DHAVE_CONFIG_H -I../ncurses -I. -D_DARWIN_C_SOURCE -DNDEBUG -I. -I../include -I/usr/local/Cellar/ncurses/5.9/include/ncurses -O2 --param max-inline-insns-single=1200 -no-cpp-precomp -dynamic -c ../ncurses/./tinfo/lib_acs.c -o ../obj_s/lib_acs.o
brew: superenv removed: -I. -I. -O2
cc -DHAVE_CONFIG_H -I../ncurses -I. -D_DARWIN_C_SOURCE -DNDEBUG -I. -I../include -I/usr/local/Cellar/ncurses/5.9/include/ncurses -O2 --param max-inline-insns-single=1200 -no-cpp-precomp -dynamic -c ../ncurses/./tinfo/lib_baudrate.c -o ../obj_s/lib_baudrate.o
brew: superenv removed: -I. -I. -O2
cc -DHAVE_CONFIG_H -I../ncurses -I. -D_DARWIN_C_SOURCE -DNDEBUG -I. -I../include -I/usr/local/Cellar/ncurses/5.9/include/ncurses -O2 --param max-inline-insns-single=1200 -no-cpp-precomp -dynamic -c ../ncurses/./tinfo/lib_cur_term.c -o ../obj_s/lib_cur_term.o
brew: superenv removed: -I. -I. -O2
cc -DHAVE_CONFIG_H -I../ncurses -I. -D_DARWIN_C_SOURCE -DNDEBUG -I. -I../include -I/usr/local/Cellar/ncurses/5.9/include/ncurses -O2 --param max-inline-insns-single=1200 -no-cpp-precomp -dynamic -c ../ncurses/./tinfo/lib_data.c -o ../obj_s/lib_data.o
brew: superenv removed: -I. -I. -O2
cc -DHAVE_CONFIG_H -I../ncurses -I. -D_DARWIN_C_SOURCE -DNDEBUG -I. -I../include -I/usr/local/Cellar/ncurses/5.9/include/ncurses -O2 --param max-inline-insns-single=1200 -no-cpp-precomp -dynamic -c ../ncurses/./tinfo/lib_has_cap.c -o ../obj_s/lib_has_cap.o
brew: superenv removed: -I. -I. -O2
cc -DHAVE_CONFIG_H -I../ncurses -I. -D_DARWIN_C_SOURCE -DNDEBUG -I. -I../include -I/usr/local/Cellar/ncurses/5.9/include/ncurses -O2 --param max-inline-insns-single=1200 -no-cpp-precomp -dynamic -c ../ncurses/./tinfo/lib_kernel.c -o ../obj_s/lib_kernel.o
brew: superenv removed: -I. -I. -O2
cc -DHAVE_CONFIG_H -I../ncurses -I. -D_DARWIN_C_SOURCE -DNDEBUG -I. -I../include -I/usr/local/Cellar/ncurses/5.9/include/ncurses -O2 --param max-inline-insns-single=1200 -no-cpp-precomp -dynamic -c ../ncurses/lib_keyname.c -o ../obj_s/lib_keyname.o
brew: superenv removed: -I. -I. -O2
cc -DHAVE_CONFIG_H -I../ncurses -I. -D_DARWIN_C_SOURCE -DNDEBUG -I. -I../include -I/usr/local/Cellar/ncurses/5.9/include/ncurses -O2 --param max-inline-insns-single=1200 -no-cpp-precomp -dynamic -c ../ncurses/./tinfo/lib_longname.c -o ../obj_s/lib_longname.o
brew: superenv removed: -I. -I. -O2
cc -DHAVE_CONFIG_H -I../ncurses -I. -D_DARWIN_C_SOURCE -DNDEBUG -I. -I../include -I/usr/local/Cellar/ncurses/5.9/include/ncurses -O2 --param max-inline-insns-single=1200 -no-cpp-precomp -dynamic -c ../ncurses/./tinfo/lib_napms.c -o ../obj_s/lib_napms.o
brew: superenv removed: -I. -I. -O2
cc -DHAVE_CONFIG_H -I../ncurses -I. -D_DARWIN_C_SOURCE -DNDEBUG -I. -I../include -I/usr/local/Cellar/ncurses/5.9/include/ncurses -O2 --param max-inline-insns-single=1200 -no-cpp-precomp -dynamic -c ../ncurses/./tinfo/lib_options.c -o ../obj_s/lib_options.o
brew: superenv removed: -I. -I. -O2
cc -DHAVE_CONFIG_H -I../ncurses -I. -D_DARWIN_C_SOURCE -DNDEBUG -I. -I../include -I/usr/local/Cellar/ncurses/5.9/include/ncurses -O2 --param max-inline-insns-single=1200 -no-cpp-precomp -dynamic -c ../ncurses/./tinfo/lib_raw.c -o ../obj_s/lib_raw.o
brew: superenv removed: -I. -I. -O2
cc -DHAVE_CONFIG_H -I../ncurses -I. -D_DARWIN_C_SOURCE -DNDEBUG -I. -I../include -I/usr/local/Cellar/ncurses/5.9/include/ncurses -O2 --param max-inline-insns-single=1200 -no-cpp-precomp -dynamic -c ../ncurses/./tinfo/lib_setup.c -o ../obj_s/lib_setup.o
brew: superenv removed: -I. -I. -O2
cc -DHAVE_CONFIG_H -I../ncurses -I. -D_DARWIN_C_SOURCE -DNDEBUG -I. -I../include -I/usr/local/Cellar/ncurses/5.9/include/ncurses -O2 --param max-inline-insns-single=1200 -no-cpp-precomp -dynamic -c ../ncurses/./tinfo/lib_termcap.c -o ../obj_s/lib_termcap.o
brew: superenv removed: -I. -I. -O2
cc -DHAVE_CONFIG_H -I../ncurses -I. -D_DARWIN_C_SOURCE -DNDEBUG -I. -I../include -I/usr/local/Cellar/ncurses/5.9/include/ncurses -O2 --param max-inline-insns-single=1200 -no-cpp-precomp -dynamic -c ../ncurses/./tinfo/lib_termname.c -o ../obj_s/lib_termname.o
brew: superenv removed: -I. -I. -O2
cc -DHAVE_CONFIG_H -I../ncurses -I. -D_DARWIN_C_SOURCE -DNDEBUG -I. -I../include -I/usr/local/Cellar/ncurses/5.9/include/ncurses -O2 --param max-inline-insns-single=1200 -no-cpp-precomp -dynamic -c ../ncurses/./tinfo/lib_tgoto.c -o ../obj_s/lib_tgoto.o
brew: superenv removed: -I. -I. -O2
cc -DHAVE_CONFIG_H -I../ncurses -I. -D_DARWIN_C_SOURCE -DNDEBUG -I. -I../include -I/usr/local/Cellar/ncurses/5.9/include/ncurses -O2 --param max-inline-insns-single=1200 -no-cpp-precomp -dynamic -c ../ncurses/./tinfo/lib_ti.c -o ../obj_s/lib_ti.o
brew: superenv removed: -I. -I. -O2
cc -DHAVE_CONFIG_H -I../ncurses -I. -D_DARWIN_C_SOURCE -DNDEBUG -I. -I../include -I/usr/local/Cellar/ncurses/5.9/include/ncurses -O2 --param max-inline-insns-single=1200 -no-cpp-precomp -dynamic -c ../ncurses/./tinfo/lib_tparm.c -o ../obj_s/lib_tparm.o
brew: superenv removed: -I. -I. -O2
cc -DHAVE_CONFIG_H -I../ncurses -I. -D_DARWIN_C_SOURCE -DNDEBUG -I. -I../include -I/usr/local/Cellar/ncurses/5.9/include/ncurses -O2 --param max-inline-insns-single=1200 -no-cpp-precomp -dynamic -c ../ncurses/./tinfo/lib_tputs.c -o ../obj_s/lib_tputs.o
brew: superenv removed: -I. -I. -O2
cc -DHAVE_CONFIG_H -I../ncurses -I. -D_DARWIN_C_SOURCE -DNDEBUG -I. -I../include -I/usr/local/Cellar/ncurses/5.9/include/ncurses -O2 --param max-inline-insns-single=1200 -no-cpp-precomp -dynamic -c ../ncurses/./trace/lib_trace.c -o ../obj_s/lib_trace.o
brew: superenv removed: -I. -I. -O2
cc -DHAVE_CONFIG_H -I../ncurses -I. -D_DARWIN_C_SOURCE -DNDEBUG -I. -I../include -I/usr/local/Cellar/ncurses/5.9/include/ncurses -O2 --param max-inline-insns-single=1200 -no-cpp-precomp -dynamic -c ../ncurses/./tinfo/lib_ttyflags.c -o ../obj_s/lib_ttyflags.o
brew: superenv removed: -I. -I. -O2
cc -DHAVE_CONFIG_H -I../ncurses -I. -D_DARWIN_C_SOURCE -DNDEBUG -I. -I../include -I/usr/local/Cellar/ncurses/5.9/include/ncurses -O2 --param max-inline-insns-single=1200 -no-cpp-precomp -dynamic -c ../ncurses/./tty/lib_twait.c -o ../obj_s/lib_twait.o
brew: superenv removed: -I. -I. -O2
cc -DHAVE_CONFIG_H -I../ncurses -I. -D_DARWIN_C_SOURCE -DNDEBUG -I. -I../include -I/usr/local/Cellar/ncurses/5.9/include/ncurses -O2 --param max-inline-insns-single=1200 -no-cpp-precomp -dynamic -c ../ncurses/./tinfo/name_match.c -o ../obj_s/name_match.o
brew: superenv removed: -I. -I. -O2
cc -DHAVE_CONFIG_H -I../ncurses -I. -D_DARWIN_C_SOURCE -DNDEBUG -I. -I../include -I/usr/local/Cellar/ncurses/5.9/include/ncurses -O2 --param max-inline-insns-single=1200 -no-cpp-precomp -dynamic -c ../ncurses/names.c -o ../obj_s/names.o
brew: superenv removed: -I. -I. -O2
cc -DHAVE_CONFIG_H -I../ncurses -I. -D_DARWIN_C_SOURCE -DNDEBUG -I. -I../include -I/usr/local/Cellar/ncurses/5.9/include/ncurses -O2 --param max-inline-insns-single=1200 -no-cpp-precomp -dynamic -c ../ncurses/./tinfo/read_entry.c -o ../obj_s/read_entry.o
brew: superenv removed: -I. -I. -O2
cc -DHAVE_CONFIG_H -I../ncurses -I. -D_DARWIN_C_SOURCE -DNDEBUG -I. -I../include -I/usr/local/Cellar/ncurses/5.9/include/ncurses -O2 --param max-inline-insns-single=1200 -no-cpp-precomp -dynamic -c ../ncurses/./tinfo/read_termcap.c -o ../obj_s/read_termcap.o
brew: superenv removed: -I. -I. -O2
cc -DHAVE_CONFIG_H -I../ncurses -I. -D_DARWIN_C_SOURCE -DNDEBUG -I. -I../include -I/usr/local/Cellar/ncurses/5.9/include/ncurses -O2 --param max-inline-insns-single=1200 -no-cpp-precomp -dynamic -c ../ncurses/./tinfo/setbuf.c -o ../obj_s/setbuf.o
brew: superenv removed: -I. -I. -O2
cc -DHAVE_CONFIG_H -I../ncurses -I. -D_DARWIN_C_SOURCE -DNDEBUG -I. -I../include -I/usr/local/Cellar/ncurses/5.9/include/ncurses -O2 --param max-inline-insns-single=1200 -no-cpp-precomp -dynamic -c ../ncurses/./tinfo/strings.c -o ../obj_s/strings.o
brew: superenv removed: -I. -I. -O2
cc -DHAVE_CONFIG_H -I../ncurses -I. -D_DARWIN_C_SOURCE -DNDEBUG -I. -I../include -I/usr/local/Cellar/ncurses/5.9/include/ncurses -O2 --param max-inline-insns-single=1200 -no-cpp-precomp -dynamic -c ../ncurses/./base/tries.c -o ../obj_s/tries.o
brew: superenv removed: -I. -I. -O2
cc -DHAVE_CONFIG_H -I../ncurses -I. -D_DARWIN_C_SOURCE -DNDEBUG -I. -I../include -I/usr/local/Cellar/ncurses/5.9/include/ncurses -O2 --param max-inline-insns-single=1200 -no-cpp-precomp -dynamic -c ../ncurses/./tinfo/trim_sgr0.c -o ../obj_s/trim_sgr0.o
brew: superenv removed: -I. -I. -O2
cc -DHAVE_CONFIG_H -I../ncurses -I. -D_DARWIN_C_SOURCE -DNDEBUG -I. -I../include -I/usr/local/Cellar/ncurses/5.9/include/ncurses -O2 --param max-inline-insns-single=1200 -no-cpp-precomp -dynamic -c ../ncurses/unctrl.c -o ../obj_s/unctrl.o
brew: superenv removed: -I. -I. -O2
cc -DHAVE_CONFIG_H -I../ncurses -I. -D_DARWIN_C_SOURCE -DNDEBUG -I. -I../include -I/usr/local/Cellar/ncurses/5.9/include/ncurses -O2 --param max-inline-insns-single=1200 -no-cpp-precomp -dynamic -c ../ncurses/./trace/visbuf.c -o ../obj_s/visbuf.o
brew: superenv removed: -I. -I. -O2
cc -DHAVE_CONFIG_H -I../ncurses -I. -D_DARWIN_C_SOURCE -DNDEBUG -I. -I../include -I/usr/local/Cellar/ncurses/5.9/include/ncurses -O2 --param max-inline-insns-single=1200 -no-cpp-precomp -dynamic -c ../ncurses/./tinfo/alloc_entry.c -o ../obj_s/alloc_entry.o
brew: superenv removed: -I. -I. -O2
cc -DHAVE_CONFIG_H -I../ncurses -I. -D_DARWIN_C_SOURCE -DNDEBUG -I. -I../include -I/usr/local/Cellar/ncurses/5.9/include/ncurses -O2 --param max-inline-insns-single=1200 -no-cpp-precomp -dynamic -c ../ncurses/./tinfo/captoinfo.c -o ../obj_s/captoinfo.o
brew: superenv removed: -I. -I. -O2
cc -DHAVE_CONFIG_H -I../ncurses -I. -D_DARWIN_C_SOURCE -DNDEBUG -I. -I../include -I/usr/local/Cellar/ncurses/5.9/include/ncurses -O2 --param max-inline-insns-single=1200 -no-cpp-precomp -dynamic -c ../ncurses/./tinfo/comp_expand.c -o ../obj_s/comp_expand.o
brew: superenv removed: -I. -I. -O2
cc -DHAVE_CONFIG_H -I../ncurses -I. -D_DARWIN_C_SOURCE -DNDEBUG -I. -I../include -I/usr/local/Cellar/ncurses/5.9/include/ncurses -O2 --param max-inline-insns-single=1200 -no-cpp-precomp -dynamic -c ../ncurses/./tinfo/comp_parse.c -o ../obj_s/comp_parse.o
brew: superenv removed: -I. -I. -O2
cc -DHAVE_CONFIG_H -I../ncurses -I. -D_DARWIN_C_SOURCE -DNDEBUG -I. -I../include -I/usr/local/Cellar/ncurses/5.9/include/ncurses -O2 --param max-inline-insns-single=1200 -no-cpp-precomp -dynamic -c ../ncurses/./tinfo/comp_scan.c -o ../obj_s/comp_scan.o
brew: superenv removed: -I. -I. -O2
cc -DHAVE_CONFIG_H -I../ncurses -I. -D_DARWIN_C_SOURCE -DNDEBUG -I. -I../include -I/usr/local/Cellar/ncurses/5.9/include/ncurses -O2 --param max-inline-insns-single=1200 -no-cpp-precomp -dynamic -c ../ncurses/./tinfo/parse_entry.c -o ../obj_s/parse_entry.o
brew: superenv removed: -I. -I. -O2
cc -DHAVE_CONFIG_H -I../ncurses -I. -D_DARWIN_C_SOURCE -DNDEBUG -I. -I../include -I/usr/local/Cellar/ncurses/5.9/include/ncurses -O2 --param max-inline-insns-single=1200 -no-cpp-precomp -dynamic -c ../ncurses/./tinfo/write_entry.c -o ../obj_s/write_entry.o
brew: superenv removed: -I. -I. -O2
cc -DHAVE_CONFIG_H -I../ncurses -I. -D_DARWIN_C_SOURCE -DNDEBUG -I. -I../include -I/usr/local/Cellar/ncurses/5.9/include/ncurses -O2 --param max-inline-insns-single=1200 -no-cpp-precomp -dynamic -c ../ncurses/./base/define_key.c -o ../obj_s/define_key.o
brew: superenv removed: -I. -I. -O2
cc -DHAVE_CONFIG_H -I../ncurses -I. -D_DARWIN_C_SOURCE -DNDEBUG -I. -I../include -I/usr/local/Cellar/ncurses/5.9/include/ncurses -O2 --param max-inline-insns-single=1200 -no-cpp-precomp -dynamic -c ../ncurses/./tinfo/hashed_db.c -o ../obj_s/hashed_db.o
brew: superenv removed: -I. -I. -O2
cc -DHAVE_CONFIG_H -I../ncurses -I. -D_DARWIN_C_SOURCE -DNDEBUG -I. -I../include -I/usr/local/Cellar/ncurses/5.9/include/ncurses -O2 --param max-inline-insns-single=1200 -no-cpp-precomp -dynamic -c ../ncurses/./base/key_defined.c -o ../obj_s/key_defined.o
brew: superenv removed: -I. -I. -O2
cc -DHAVE_CONFIG_H -I../ncurses -I. -D_DARWIN_C_SOURCE -DNDEBUG -I. -I../include -I/usr/local/Cellar/ncurses/5.9/include/ncurses -O2 --param max-inline-insns-single=1200 -no-cpp-precomp -dynamic -c ../ncurses/./base/keybound.c -o ../obj_s/keybound.o
brew: superenv removed: -I. -I. -O2
cc -DHAVE_CONFIG_H -I../ncurses -I. -D_DARWIN_C_SOURCE -DNDEBUG -I. -I../include -I/usr/local/Cellar/ncurses/5.9/include/ncurses -O2 --param max-inline-insns-single=1200 -no-cpp-precomp -dynamic -c ../ncurses/./base/keyok.c -o ../obj_s/keyok.o
brew: superenv removed: -I. -I. -O2
cc -DHAVE_CONFIG_H -I../ncurses -I. -D_DARWIN_C_SOURCE -DNDEBUG -I. -I../include -I/usr/local/Cellar/ncurses/5.9/include/ncurses -O2 --param max-inline-insns-single=1200 -no-cpp-precomp -dynamic -c ../ncurses/./base/version.c -o ../obj_s/version.o
brew: superenv removed: -I. -I. -O2
linking ../lib/libncurses.5.dylib
cc -O2 --param max-inline-insns-single=1200 -no-cpp-precomp -dynamiclib -install_name /usr/local/Cellar/ncurses/5.9/lib/`basename ../lib/libncurses.5.dylib` -compatibility_version 5 -current_version 5 -o ../lib/libncurses.5.dylib ../obj_s/hardscroll.o ../obj_s/hashmap.o ../obj_s/lib_addch.o ../obj_s/lib_addstr.o ../obj_s/lib_beep.o ../obj_s/lib_bkgd.o ../obj_s/lib_box.o ../obj_s/lib_chgat.o ../obj_s/lib_clear.o ../obj_s/lib_clearok.o ../obj_s/lib_clrbot.o ../obj_s/lib_clreol.o ../obj_s/lib_color.o ../obj_s/lib_colorset.o ../obj_s/lib_delch.o ../obj_s/lib_delwin.o ../obj_s/lib_echo.o ../obj_s/lib_endwin.o ../obj_s/lib_erase.o ../obj_s/lib_flash.o ../obj_s/lib_gen.o ../obj_s/lib_getch.o ../obj_s/lib_getstr.o ../obj_s/lib_hline.o ../obj_s/lib_immedok.o ../obj_s/lib_inchstr.o ../obj_s/lib_initscr.o ../obj_s/lib_insch.o ../obj_s/lib_insdel.o ../obj_s/lib_insnstr.o ../obj_s/lib_instr.o ../obj_s/lib_isendwin.o ../obj_s/lib_leaveok.o ../obj_s/lib_mouse.o ../obj_s/lib_move.o ../obj_s/lib_mvcur.o ../obj_s/lib_mvwin.o ../obj_s/lib_newterm.o ../obj_s/lib_newwin.o ../obj_s/lib_nl.o ../obj_s/lib_overlay.o ../obj_s/lib_pad.o ../obj_s/lib_printw.o ../obj_s/lib_redrawln.o ../obj_s/lib_refresh.o ../obj_s/lib_restart.o ../obj_s/lib_scanw.o ../obj_s/lib_screen.o ../obj_s/lib_scroll.o ../obj_s/lib_scrollok.o ../obj_s/lib_scrreg.o ../obj_s/lib_set_term.o ../obj_s/lib_slk.o ../obj_s/lib_slkatr_set.o ../obj_s/lib_slkatrof.o ../obj_s/lib_slkatron.o ../obj_s/lib_slkatrset.o ../obj_s/lib_slkattr.o ../obj_s/lib_slkclear.o ../obj_s/lib_slkcolor.o ../obj_s/lib_slkinit.o ../obj_s/lib_slklab.o ../obj_s/lib_slkrefr.o ../obj_s/lib_slkset.o ../obj_s/lib_slktouch.o ../obj_s/lib_touch.o ../obj_s/lib_tstp.o ../obj_s/lib_ungetch.o ../obj_s/lib_vidattr.o ../obj_s/lib_vline.o ../obj_s/lib_wattroff.o ../obj_s/lib_wattron.o ../obj_s/lib_winch.o ../obj_s/lib_window.o ../obj_s/nc_panel.o ../obj_s/safe_sprintf.o ../obj_s/tty_update.o ../obj_s/varargs.o ../obj_s/memmove.o ../obj_s/vsscanf.o ../obj_s/lib_freeall.o ../obj_s/expanded.o ../obj_s/legacy_coding.o ../obj_s/lib_dft_fgbg.o ../obj_s/lib_print.o ../obj_s/resizeterm.o ../obj_s/use_screen.o ../obj_s/use_window.o ../obj_s/wresize.o ../obj_s/access.o ../obj_s/add_tries.o ../obj_s/alloc_ttype.o ../obj_s/codes.o ../obj_s/comp_captab.o ../obj_s/comp_error.o ../obj_s/comp_hash.o ../obj_s/db_iterator.o ../obj_s/doalloc.o ../obj_s/entries.o ../obj_s/fallback.o ../obj_s/free_ttype.o ../obj_s/getenv_num.o ../obj_s/home_terminfo.o ../obj_s/init_keytry.o ../obj_s/lib_acs.o ../obj_s/lib_baudrate.o ../obj_s/lib_cur_term.o ../obj_s/lib_data.o ../obj_s/lib_has_cap.o ../obj_s/lib_kernel.o ../obj_s/lib_keyname.o ../obj_s/lib_longname.o ../obj_s/lib_napms.o ../obj_s/lib_options.o ../obj_s/lib_raw.o ../obj_s/lib_setup.o ../obj_s/lib_termcap.o ../obj_s/lib_termname.o ../obj_s/lib_tgoto.o ../obj_s/lib_ti.o ../obj_s/lib_tparm.o ../obj_s/lib_tputs.o ../obj_s/lib_trace.o ../obj_s/lib_ttyflags.o ../obj_s/lib_twait.o ../obj_s/name_match.o ../obj_s/names.o ../obj_s/read_entry.o ../obj_s/read_termcap.o ../obj_s/setbuf.o ../obj_s/strings.o ../obj_s/tries.o ../obj_s/trim_sgr0.o ../obj_s/unctrl.o ../obj_s/visbuf.o ../obj_s/alloc_entry.o ../obj_s/captoinfo.o ../obj_s/comp_expand.o ../obj_s/comp_parse.o ../obj_s/comp_scan.o ../obj_s/parse_entry.o ../obj_s/write_entry.o ../obj_s/define_key.o ../obj_s/hashed_db.o ../obj_s/key_defined.o ../obj_s/keybound.o ../obj_s/keyok.o ../obj_s/version.o -L../lib -Wl,-search_paths_first
brew: superenv removed: -O2
cd ../lib && (ln -s -f libncurses.5.dylib libncurses.dylib; )
cc -DHAVE_CONFIG_H -I../ncurses -I. -D_DARWIN_C_SOURCE -DNDEBUG -I. -I../include -I/usr/local/Cellar/ncurses/5.9/include/ncurses -O2 --param max-inline-insns-single=1200 -no-cpp-precomp -c ../ncurses/./tty/hardscroll.c -o ../objects/hardscroll.o
brew: superenv removed: -I. -I. -O2
cc -DHAVE_CONFIG_H -I../ncurses -I. -D_DARWIN_C_SOURCE -DNDEBUG -I. -I../include -I/usr/local/Cellar/ncurses/5.9/include/ncurses -O2 --param max-inline-insns-single=1200 -no-cpp-precomp -c ../ncurses/./tty/hashmap.c -o ../objects/hashmap.o
brew: superenv removed: -I. -I. -O2
cc -DHAVE_CONFIG_H -I../ncurses -I. -D_DARWIN_C_SOURCE -DNDEBUG -I. -I../include -I/usr/local/Cellar/ncurses/5.9/include/ncurses -O2 --param max-inline-insns-single=1200 -no-cpp-precomp -c ../ncurses/./base/lib_addch.c -o ../objects/lib_addch.o
brew: superenv removed: -I. -I. -O2
cc -DHAVE_CONFIG_H -I../ncurses -I. -D_DARWIN_C_SOURCE -DNDEBUG -I. -I../include -I/usr/local/Cellar/ncurses/5.9/include/ncurses -O2 --param max-inline-insns-single=1200 -no-cpp-precomp -c ../ncurses/./base/lib_addstr.c -o ../objects/lib_addstr.o
brew: superenv removed: -I. -I. -O2
cc -DHAVE_CONFIG_H -I../ncurses -I. -D_DARWIN_C_SOURCE -DNDEBUG -I. -I../include -I/usr/local/Cellar/ncurses/5.9/include/ncurses -O2 --param max-inline-insns-single=1200 -no-cpp-precomp -c ../ncurses/./base/lib_beep.c -o ../objects/lib_beep.o
brew: superenv removed: -I. -I. -O2
cc -DHAVE_CONFIG_H -I../ncurses -I. -D_DARWIN_C_SOURCE -DNDEBUG -I. -I../include -I/usr/local/Cellar/ncurses/5.9/include/ncurses -O2 --param max-inline-insns-single=1200 -no-cpp-precomp -c ../ncurses/./base/lib_bkgd.c -o ../objects/lib_bkgd.o
brew: superenv removed: -I. -I. -O2
cc -DHAVE_CONFIG_H -I../ncurses -I. -D_DARWIN_C_SOURCE -DNDEBUG -I. -I../include -I/usr/local/Cellar/ncurses/5.9/include/ncurses -O2 --param max-inline-insns-single=1200 -no-cpp-precomp -c ../ncurses/./base/lib_box.c -o ../objects/lib_box.o
brew: superenv removed: -I. -I. -O2
cc -DHAVE_CONFIG_H -I../ncurses -I. -D_DARWIN_C_SOURCE -DNDEBUG -I. -I../include -I/usr/local/Cellar/ncurses/5.9/include/ncurses -O2 --param max-inline-insns-single=1200 -no-cpp-precomp -c ../ncurses/./base/lib_chgat.c -o ../objects/lib_chgat.o
brew: superenv removed: -I. -I. -O2
cc -DHAVE_CONFIG_H -I../ncurses -I. -D_DARWIN_C_SOURCE -DNDEBUG -I. -I../include -I/usr/local/Cellar/ncurses/5.9/include/ncurses -O2 --param max-inline-insns-single=1200 -no-cpp-precomp -c ../ncurses/./base/lib_clear.c -o ../objects/lib_clear.o
brew: superenv removed: -I. -I. -O2
cc -DHAVE_CONFIG_H -I../ncurses -I. -D_DARWIN_C_SOURCE -DNDEBUG -I. -I../include -I/usr/local/Cellar/ncurses/5.9/include/ncurses -O2 --param max-inline-insns-single=1200 -no-cpp-precomp -c ../ncurses/./base/lib_clearok.c -o ../objects/lib_clearok.o
brew: superenv removed: -I. -I. -O2
cc -DHAVE_CONFIG_H -I../ncurses -I. -D_DARWIN_C_SOURCE -DNDEBUG -I. -I../include -I/usr/local/Cellar/ncurses/5.9/include/ncurses -O2 --param max-inline-insns-single=1200 -no-cpp-precomp -c ../ncurses/./base/lib_clrbot.c -o ../objects/lib_clrbot.o
brew: superenv removed: -I. -I. -O2
cc -DHAVE_CONFIG_H -I../ncurses -I. -D_DARWIN_C_SOURCE -DNDEBUG -I. -I../include -I/usr/local/Cellar/ncurses/5.9/include/ncurses -O2 --param max-inline-insns-single=1200 -no-cpp-precomp -c ../ncurses/./base/lib_clreol.c -o ../objects/lib_clreol.o
brew: superenv removed: -I. -I. -O2
cc -DHAVE_CONFIG_H -I../ncurses -I. -D_DARWIN_C_SOURCE -DNDEBUG -I. -I../include -I/usr/local/Cellar/ncurses/5.9/include/ncurses -O2 --param max-inline-insns-single=1200 -no-cpp-precomp -c ../ncurses/./base/lib_color.c -o ../objects/lib_color.o
brew: superenv removed: -I. -I. -O2
cc -DHAVE_CONFIG_H -I../ncurses -I. -D_DARWIN_C_SOURCE -DNDEBUG -I. -I../include -I/usr/local/Cellar/ncurses/5.9/include/ncurses -O2 --param max-inline-insns-single=1200 -no-cpp-precomp -c ../ncurses/./base/lib_colorset.c -o ../objects/lib_colorset.o
brew: superenv removed: -I. -I. -O2
cc -DHAVE_CONFIG_H -I../ncurses -I. -D_DARWIN_C_SOURCE -DNDEBUG -I. -I../include -I/usr/local/Cellar/ncurses/5.9/include/ncurses -O2 --param max-inline-insns-single=1200 -no-cpp-precomp -c ../ncurses/./base/lib_delch.c -o ../objects/lib_delch.o
brew: superenv removed: -I. -I. -O2
cc -DHAVE_CONFIG_H -I../ncurses -I. -D_DARWIN_C_SOURCE -DNDEBUG -I. -I../include -I/usr/local/Cellar/ncurses/5.9/include/ncurses -O2 --param max-inline-insns-single=1200 -no-cpp-precomp -c ../ncurses/./base/lib_delwin.c -o ../objects/lib_delwin.o
brew: superenv removed: -I. -I. -O2
cc -DHAVE_CONFIG_H -I../ncurses -I. -D_DARWIN_C_SOURCE -DNDEBUG -I. -I../include -I/usr/local/Cellar/ncurses/5.9/include/ncurses -O2 --param max-inline-insns-single=1200 -no-cpp-precomp -c ../ncurses/./base/lib_echo.c -o ../objects/lib_echo.o
brew: superenv removed: -I. -I. -O2
cc -DHAVE_CONFIG_H -I../ncurses -I. -D_DARWIN_C_SOURCE -DNDEBUG -I. -I../include -I/usr/local/Cellar/ncurses/5.9/include/ncurses -O2 --param max-inline-insns-single=1200 -no-cpp-precomp -c ../ncurses/./base/lib_endwin.c -o ../objects/lib_endwin.o
brew: superenv removed: -I. -I. -O2
cc -DHAVE_CONFIG_H -I../ncurses -I. -D_DARWIN_C_SOURCE -DNDEBUG -I. -I../include -I/usr/local/Cellar/ncurses/5.9/include/ncurses -O2 --param max-inline-insns-single=1200 -no-cpp-precomp -c ../ncurses/./base/lib_erase.c -o ../objects/lib_erase.o
brew: superenv removed: -I. -I. -O2
cc -DHAVE_CONFIG_H -I../ncurses -I. -D_DARWIN_C_SOURCE -DNDEBUG -I. -I../include -I/usr/local/Cellar/ncurses/5.9/include/ncurses -O2 --param max-inline-insns-single=1200 -no-cpp-precomp -c ../ncurses/./base/lib_flash.c -o ../objects/lib_flash.o
brew: superenv removed: -I. -I. -O2
cc -DHAVE_CONFIG_H -I../ncurses -I. -D_DARWIN_C_SOURCE -DNDEBUG -I. -I../include -I/usr/local/Cellar/ncurses/5.9/include/ncurses -O2 --param max-inline-insns-single=1200 -no-cpp-precomp -c ../ncurses/lib_gen.c -o ../objects/lib_gen.o
brew: superenv removed: -I. -I. -O2
cc -DHAVE_CONFIG_H -I../ncurses -I. -D_DARWIN_C_SOURCE -DNDEBUG -I. -I../include -I/usr/local/Cellar/ncurses/5.9/include/ncurses -O2 --param max-inline-insns-single=1200 -no-cpp-precomp -c ../ncurses/./base/lib_getch.c -o ../objects/lib_getch.o
brew: superenv removed: -I. -I. -O2
cc -DHAVE_CONFIG_H -I../ncurses -I. -D_DARWIN_C_SOURCE -DNDEBUG -I. -I../include -I/usr/local/Cellar/ncurses/5.9/include/ncurses -O2 --param max-inline-insns-single=1200 -no-cpp-precomp -c ../ncurses/./base/lib_getstr.c -o ../objects/lib_getstr.o
brew: superenv removed: -I. -I. -O2
cc -DHAVE_CONFIG_H -I../ncurses -I. -D_DARWIN_C_SOURCE -DNDEBUG -I. -I../include -I/usr/local/Cellar/ncurses/5.9/include/ncurses -O2 --param max-inline-insns-single=1200 -no-cpp-precomp -c ../ncurses/./base/lib_hline.c -o ../objects/lib_hline.o
brew: superenv removed: -I. -I. -O2
cc -DHAVE_CONFIG_H -I../ncurses -I. -D_DARWIN_C_SOURCE -DNDEBUG -I. -I../include -I/usr/local/Cellar/ncurses/5.9/include/ncurses -O2 --param max-inline-insns-single=1200 -no-cpp-precomp -c ../ncurses/./base/lib_immedok.c -o ../objects/lib_immedok.o
brew: superenv removed: -I. -I. -O2
cc -DHAVE_CONFIG_H -I../ncurses -I. -D_DARWIN_C_SOURCE -DNDEBUG -I. -I../include -I/usr/local/Cellar/ncurses/5.9/include/ncurses -O2 --param max-inline-insns-single=1200 -no-cpp-precomp -c ../ncurses/./base/lib_inchstr.c -o ../objects/lib_inchstr.o
brew: superenv removed: -I. -I. -O2
cc -DHAVE_CONFIG_H -I../ncurses -I. -D_DARWIN_C_SOURCE -DNDEBUG -I. -I../include -I/usr/local/Cellar/ncurses/5.9/include/ncurses -O2 --param max-inline-insns-single=1200 -no-cpp-precomp -c ../ncurses/./base/lib_initscr.c -o ../objects/lib_initscr.o
brew: superenv removed: -I. -I. -O2
cc -DHAVE_CONFIG_H -I../ncurses -I. -D_DARWIN_C_SOURCE -DNDEBUG -I. -I../include -I/usr/local/Cellar/ncurses/5.9/include/ncurses -O2 --param max-inline-insns-single=1200 -no-cpp-precomp -c ../ncurses/./base/lib_insch.c -o ../objects/lib_insch.o
brew: superenv removed: -I. -I. -O2
cc -DHAVE_CONFIG_H -I../ncurses -I. -D_DARWIN_C_SOURCE -DNDEBUG -I. -I../include -I/usr/local/Cellar/ncurses/5.9/include/ncurses -O2 --param max-inline-insns-single=1200 -no-cpp-precomp -c ../ncurses/./base/lib_insdel.c -o ../objects/lib_insdel.o
brew: superenv removed: -I. -I. -O2
cc -DHAVE_CONFIG_H -I../ncurses -I. -D_DARWIN_C_SOURCE -DNDEBUG -I. -I../include -I/usr/local/Cellar/ncurses/5.9/include/ncurses -O2 --param max-inline-insns-single=1200 -no-cpp-precomp -c ../ncurses/./base/lib_insnstr.c -o ../objects/lib_insnstr.o
brew: superenv removed: -I. -I. -O2
cc -DHAVE_CONFIG_H -I../ncurses -I. -D_DARWIN_C_SOURCE -DNDEBUG -I. -I../include -I/usr/local/Cellar/ncurses/5.9/include/ncurses -O2 --param max-inline-insns-single=1200 -no-cpp-precomp -c ../ncurses/./base/lib_instr.c -o ../objects/lib_instr.o
brew: superenv removed: -I. -I. -O2
cc -DHAVE_CONFIG_H -I../ncurses -I. -D_DARWIN_C_SOURCE -DNDEBUG -I. -I../include -I/usr/local/Cellar/ncurses/5.9/include/ncurses -O2 --param max-inline-insns-single=1200 -no-cpp-precomp -c ../ncurses/./base/lib_isendwin.c -o ../objects/lib_isendwin.o
brew: superenv removed: -I. -I. -O2
cc -DHAVE_CONFIG_H -I../ncurses -I. -D_DARWIN_C_SOURCE -DNDEBUG -I. -I../include -I/usr/local/Cellar/ncurses/5.9/include/ncurses -O2 --param max-inline-insns-single=1200 -no-cpp-precomp -c ../ncurses/./base/lib_leaveok.c -o ../objects/lib_leaveok.o
brew: superenv removed: -I. -I. -O2
cc -DHAVE_CONFIG_H -I../ncurses -I. -D_DARWIN_C_SOURCE -DNDEBUG -I. -I../include -I/usr/local/Cellar/ncurses/5.9/include/ncurses -O2 --param max-inline-insns-single=1200 -no-cpp-precomp -c ../ncurses/./base/lib_mouse.c -o ../objects/lib_mouse.o
brew: superenv removed: -I. -I. -O2
cc -DHAVE_CONFIG_H -I../ncurses -I. -D_DARWIN_C_SOURCE -DNDEBUG -I. -I../include -I/usr/local/Cellar/ncurses/5.9/include/ncurses -O2 --param max-inline-insns-single=1200 -no-cpp-precomp -c ../ncurses/./base/lib_move.c -o ../objects/lib_move.o
brew: superenv removed: -I. -I. -O2
cc -DHAVE_CONFIG_H -I../ncurses -I. -D_DARWIN_C_SOURCE -DNDEBUG -I. -I../include -I/usr/local/Cellar/ncurses/5.9/include/ncurses -O2 --param max-inline-insns-single=1200 -no-cpp-precomp -c ../ncurses/./tty/lib_mvcur.c -o ../objects/lib_mvcur.o
brew: superenv removed: -I. -I. -O2
cc -DHAVE_CONFIG_H -I../ncurses -I. -D_DARWIN_C_SOURCE -DNDEBUG -I. -I../include -I/usr/local/Cellar/ncurses/5.9/include/ncurses -O2 --param max-inline-insns-single=1200 -no-cpp-precomp -c ../ncurses/./base/lib_mvwin.c -o ../objects/lib_mvwin.o
brew: superenv removed: -I. -I. -O2
cc -DHAVE_CONFIG_H -I../ncurses -I. -D_DARWIN_C_SOURCE -DNDEBUG -I. -I../include -I/usr/local/Cellar/ncurses/5.9/include/ncurses -O2 --param max-inline-insns-single=1200 -no-cpp-precomp -c ../ncurses/./base/lib_newterm.c -o ../objects/lib_newterm.o
brew: superenv removed: -I. -I. -O2
cc -DHAVE_CONFIG_H -I../ncurses -I. -D_DARWIN_C_SOURCE -DNDEBUG -I. -I../include -I/usr/local/Cellar/ncurses/5.9/include/ncurses -O2 --param max-inline-insns-single=1200 -no-cpp-precomp -c ../ncurses/./base/lib_newwin.c -o ../objects/lib_newwin.o
brew: superenv removed: -I. -I. -O2
cc -DHAVE_CONFIG_H -I../ncurses -I. -D_DARWIN_C_SOURCE -DNDEBUG -I. -I../include -I/usr/local/Cellar/ncurses/5.9/include/ncurses -O2 --param max-inline-insns-single=1200 -no-cpp-precomp -c ../ncurses/./base/lib_nl.c -o ../objects/lib_nl.o
brew: superenv removed: -I. -I. -O2
cc -DHAVE_CONFIG_H -I../ncurses -I. -D_DARWIN_C_SOURCE -DNDEBUG -I. -I../include -I/usr/local/Cellar/ncurses/5.9/include/ncurses -O2 --param max-inline-insns-single=1200 -no-cpp-precomp -c ../ncurses/./base/lib_overlay.c -o ../objects/lib_overlay.o
brew: superenv removed: -I. -I. -O2
cc -DHAVE_CONFIG_H -I../ncurses -I. -D_DARWIN_C_SOURCE -DNDEBUG -I. -I../include -I/usr/local/Cellar/ncurses/5.9/include/ncurses -O2 --param max-inline-insns-single=1200 -no-cpp-precomp -c ../ncurses/./base/lib_pad.c -o ../objects/lib_pad.o
brew: superenv removed: -I. -I. -O2
cc -DHAVE_CONFIG_H -I../ncurses -I. -D_DARWIN_C_SOURCE -DNDEBUG -I. -I../include -I/usr/local/Cellar/ncurses/5.9/include/ncurses -O2 --param max-inline-insns-single=1200 -no-cpp-precomp -c ../ncurses/./base/lib_printw.c -o ../objects/lib_printw.o
brew: superenv removed: -I. -I. -O2
cc -DHAVE_CONFIG_H -I../ncurses -I. -D_DARWIN_C_SOURCE -DNDEBUG -I. -I../include -I/usr/local/Cellar/ncurses/5.9/include/ncurses -O2 --param max-inline-insns-single=1200 -no-cpp-precomp -c ../ncurses/./base/lib_redrawln.c -o ../objects/lib_redrawln.o
brew: superenv removed: -I. -I. -O2
cc -DHAVE_CONFIG_H -I../ncurses -I. -D_DARWIN_C_SOURCE -DNDEBUG -I. -I../include -I/usr/local/Cellar/ncurses/5.9/include/ncurses -O2 --param max-inline-insns-single=1200 -no-cpp-precomp -c ../ncurses/./base/lib_refresh.c -o ../objects/lib_refresh.o
brew: superenv removed: -I. -I. -O2
cc -DHAVE_CONFIG_H -I../ncurses -I. -D_DARWIN_C_SOURCE -DNDEBUG -I. -I../include -I/usr/local/Cellar/ncurses/5.9/include/ncurses -O2 --param max-inline-insns-single=1200 -no-cpp-precomp -c ../ncurses/./base/lib_restart.c -o ../objects/lib_restart.o
brew: superenv removed: -I. -I. -O2
cc -DHAVE_CONFIG_H -I../ncurses -I. -D_DARWIN_C_SOURCE -DNDEBUG -I. -I../include -I/usr/local/Cellar/ncurses/5.9/include/ncurses -O2 --param max-inline-insns-single=1200 -no-cpp-precomp -c ../ncurses/./base/lib_scanw.c -o ../objects/lib_scanw.o
brew: superenv removed: -I. -I. -O2
cc -DHAVE_CONFIG_H -I../ncurses -I. -D_DARWIN_C_SOURCE -DNDEBUG -I. -I../include -I/usr/local/Cellar/ncurses/5.9/include/ncurses -O2 --param max-inline-insns-single=1200 -no-cpp-precomp -c ../ncurses/./base/lib_screen.c -o ../objects/lib_screen.o
brew: superenv removed: -I. -I. -O2
cc -DHAVE_CONFIG_H -I../ncurses -I. -D_DARWIN_C_SOURCE -DNDEBUG -I. -I../include -I/usr/local/Cellar/ncurses/5.9/include/ncurses -O2 --param max-inline-insns-single=1200 -no-cpp-precomp -c ../ncurses/./base/lib_scroll.c -o ../objects/lib_scroll.o
brew: superenv removed: -I. -I. -O2
cc -DHAVE_CONFIG_H -I../ncurses -I. -D_DARWIN_C_SOURCE -DNDEBUG -I. -I../include -I/usr/local/Cellar/ncurses/5.9/include/ncurses -O2 --param max-inline-insns-single=1200 -no-cpp-precomp -c ../ncurses/./base/lib_scrollok.c -o ../objects/lib_scrollok.o
brew: superenv removed: -I. -I. -O2
cc -DHAVE_CONFIG_H -I../ncurses -I. -D_DARWIN_C_SOURCE -DNDEBUG -I. -I../include -I/usr/local/Cellar/ncurses/5.9/include/ncurses -O2 --param max-inline-insns-single=1200 -no-cpp-precomp -c ../ncurses/./base/lib_scrreg.c -o ../objects/lib_scrreg.o
brew: superenv removed: -I. -I. -O2
cc -DHAVE_CONFIG_H -I../ncurses -I. -D_DARWIN_C_SOURCE -DNDEBUG -I. -I../include -I/usr/local/Cellar/ncurses/5.9/include/ncurses -O2 --param max-inline-insns-single=1200 -no-cpp-precomp -c ../ncurses/./base/lib_set_term.c -o ../objects/lib_set_term.o
brew: superenv removed: -I. -I. -O2
cc -DHAVE_CONFIG_H -I../ncurses -I. -D_DARWIN_C_SOURCE -DNDEBUG -I. -I../include -I/usr/local/Cellar/ncurses/5.9/include/ncurses -O2 --param max-inline-insns-single=1200 -no-cpp-precomp -c ../ncurses/./base/lib_slk.c -o ../objects/lib_slk.o
brew: superenv removed: -I. -I. -O2
cc -DHAVE_CONFIG_H -I../ncurses -I. -D_DARWIN_C_SOURCE -DNDEBUG -I. -I../include -I/usr/local/Cellar/ncurses/5.9/include/ncurses -O2 --param max-inline-insns-single=1200 -no-cpp-precomp -c ../ncurses/./base/lib_slkatr_set.c -o ../objects/lib_slkatr_set.o
brew: superenv removed: -I. -I. -O2
cc -DHAVE_CONFIG_H -I../ncurses -I. -D_DARWIN_C_SOURCE -DNDEBUG -I. -I../include -I/usr/local/Cellar/ncurses/5.9/include/ncurses -O2 --param max-inline-insns-single=1200 -no-cpp-precomp -c ../ncurses/./base/lib_slkatrof.c -o ../objects/lib_slkatrof.o
brew: superenv removed: -I. -I. -O2
cc -DHAVE_CONFIG_H -I../ncurses -I. -D_DARWIN_C_SOURCE -DNDEBUG -I. -I../include -I/usr/local/Cellar/ncurses/5.9/include/ncurses -O2 --param max-inline-insns-single=1200 -no-cpp-precomp -c ../ncurses/./base/lib_slkatron.c -o ../objects/lib_slkatron.o
brew: superenv removed: -I. -I. -O2
cc -DHAVE_CONFIG_H -I../ncurses -I. -D_DARWIN_C_SOURCE -DNDEBUG -I. -I../include -I/usr/local/Cellar/ncurses/5.9/include/ncurses -O2 --param max-inline-insns-single=1200 -no-cpp-precomp -c ../ncurses/./base/lib_slkatrset.c -o ../objects/lib_slkatrset.o
brew: superenv removed: -I. -I. -O2
cc -DHAVE_CONFIG_H -I../ncurses -I. -D_DARWIN_C_SOURCE -DNDEBUG -I. -I../include -I/usr/local/Cellar/ncurses/5.9/include/ncurses -O2 --param max-inline-insns-single=1200 -no-cpp-precomp -c ../ncurses/./base/lib_slkattr.c -o ../objects/lib_slkattr.o
brew: superenv removed: -I. -I. -O2
cc -DHAVE_CONFIG_H -I../ncurses -I. -D_DARWIN_C_SOURCE -DNDEBUG -I. -I../include -I/usr/local/Cellar/ncurses/5.9/include/ncurses -O2 --param max-inline-insns-single=1200 -no-cpp-precomp -c ../ncurses/./base/lib_slkclear.c -o ../objects/lib_slkclear.o
brew: superenv removed: -I. -I. -O2
cc -DHAVE_CONFIG_H -I../ncurses -I. -D_DARWIN_C_SOURCE -DNDEBUG -I. -I../include -I/usr/local/Cellar/ncurses/5.9/include/ncurses -O2 --param max-inline-insns-single=1200 -no-cpp-precomp -c ../ncurses/./base/lib_slkcolor.c -o ../objects/lib_slkcolor.o
brew: superenv removed: -I. -I. -O2
cc -DHAVE_CONFIG_H -I../ncurses -I. -D_DARWIN_C_SOURCE -DNDEBUG -I. -I../include -I/usr/local/Cellar/ncurses/5.9/include/ncurses -O2 --param max-inline-insns-single=1200 -no-cpp-precomp -c ../ncurses/./base/lib_slkinit.c -o ../objects/lib_slkinit.o
brew: superenv removed: -I. -I. -O2
cc -DHAVE_CONFIG_H -I../ncurses -I. -D_DARWIN_C_SOURCE -DNDEBUG -I. -I../include -I/usr/local/Cellar/ncurses/5.9/include/ncurses -O2 --param max-inline-insns-single=1200 -no-cpp-precomp -c ../ncurses/./base/lib_slklab.c -o ../objects/lib_slklab.o
brew: superenv removed: -I. -I. -O2
cc -DHAVE_CONFIG_H -I../ncurses -I. -D_DARWIN_C_SOURCE -DNDEBUG -I. -I../include -I/usr/local/Cellar/ncurses/5.9/include/ncurses -O2 --param max-inline-insns-single=1200 -no-cpp-precomp -c ../ncurses/./base/lib_slkrefr.c -o ../objects/lib_slkrefr.o
brew: superenv removed: -I. -I. -O2
cc -DHAVE_CONFIG_H -I../ncurses -I. -D_DARWIN_C_SOURCE -DNDEBUG -I. -I../include -I/usr/local/Cellar/ncurses/5.9/include/ncurses -O2 --param max-inline-insns-single=1200 -no-cpp-precomp -c ../ncurses/./base/lib_slkset.c -o ../objects/lib_slkset.o
brew: superenv removed: -I. -I. -O2
cc -DHAVE_CONFIG_H -I../ncurses -I. -D_DARWIN_C_SOURCE -DNDEBUG -I. -I../include -I/usr/local/Cellar/ncurses/5.9/include/ncurses -O2 --param max-inline-insns-single=1200 -no-cpp-precomp -c ../ncurses/./base/lib_slktouch.c -o ../objects/lib_slktouch.o
brew: superenv removed: -I. -I. -O2
cc -DHAVE_CONFIG_H -I../ncurses -I. -D_DARWIN_C_SOURCE -DNDEBUG -I. -I../include -I/usr/local/Cellar/ncurses/5.9/include/ncurses -O2 --param max-inline-insns-single=1200 -no-cpp-precomp -c ../ncurses/./base/lib_touch.c -o ../objects/lib_touch.o
brew: superenv removed: -I. -I. -O2
cc -DHAVE_CONFIG_H -I../ncurses -I. -D_DARWIN_C_SOURCE -DNDEBUG -I. -I../include -I/usr/local/Cellar/ncurses/5.9/include/ncurses -O2 --param max-inline-insns-single=1200 -no-cpp-precomp -c ../ncurses/./tty/lib_tstp.c -o ../objects/lib_tstp.o
brew: superenv removed: -I. -I. -O2
cc -DHAVE_CONFIG_H -I../ncurses -I. -D_DARWIN_C_SOURCE -DNDEBUG -I. -I../include -I/usr/local/Cellar/ncurses/5.9/include/ncurses -O2 --param max-inline-insns-single=1200 -no-cpp-precomp -c ../ncurses/./base/lib_ungetch.c -o ../objects/lib_ungetch.o
brew: superenv removed: -I. -I. -O2
cc -DHAVE_CONFIG_H -I../ncurses -I. -D_DARWIN_C_SOURCE -DNDEBUG -I. -I../include -I/usr/local/Cellar/ncurses/5.9/include/ncurses -O2 --param max-inline-insns-single=1200 -no-cpp-precomp -c ../ncurses/./tty/lib_vidattr.c -o ../objects/lib_vidattr.o
brew: superenv removed: -I. -I. -O2
cc -DHAVE_CONFIG_H -I../ncurses -I. -D_DARWIN_C_SOURCE -DNDEBUG -I. -I../include -I/usr/local/Cellar/ncurses/5.9/include/ncurses -O2 --param max-inline-insns-single=1200 -no-cpp-precomp -c ../ncurses/./base/lib_vline.c -o ../objects/lib_vline.o
brew: superenv removed: -I. -I. -O2
cc -DHAVE_CONFIG_H -I../ncurses -I. -D_DARWIN_C_SOURCE -DNDEBUG -I. -I../include -I/usr/local/Cellar/ncurses/5.9/include/ncurses -O2 --param max-inline-insns-single=1200 -no-cpp-precomp -c ../ncurses/./base/lib_wattroff.c -o ../objects/lib_wattroff.o
brew: superenv removed: -I. -I. -O2
cc -DHAVE_CONFIG_H -I../ncurses -I. -D_DARWIN_C_SOURCE -DNDEBUG -I. -I../include -I/usr/local/Cellar/ncurses/5.9/include/ncurses -O2 --param max-inline-insns-single=1200 -no-cpp-precomp -c ../ncurses/./base/lib_wattron.c -o ../objects/lib_wattron.o
brew: superenv removed: -I. -I. -O2
cc -DHAVE_CONFIG_H -I../ncurses -I. -D_DARWIN_C_SOURCE -DNDEBUG -I. -I../include -I/usr/local/Cellar/ncurses/5.9/include/ncurses -O2 --param max-inline-insns-single=1200 -no-cpp-precomp -c ../ncurses/./base/lib_winch.c -o ../objects/lib_winch.o
brew: superenv removed: -I. -I. -O2
cc -DHAVE_CONFIG_H -I../ncurses -I. -D_DARWIN_C_SOURCE -DNDEBUG -I. -I../include -I/usr/local/Cellar/ncurses/5.9/include/ncurses -O2 --param max-inline-insns-single=1200 -no-cpp-precomp -c ../ncurses/./base/lib_window.c -o ../objects/lib_window.o
brew: superenv removed: -I. -I. -O2
cc -DHAVE_CONFIG_H -I../ncurses -I. -D_DARWIN_C_SOURCE -DNDEBUG -I. -I../include -I/usr/local/Cellar/ncurses/5.9/include/ncurses -O2 --param max-inline-insns-single=1200 -no-cpp-precomp -c ../ncurses/./base/nc_panel.c -o ../objects/nc_panel.o
brew: superenv removed: -I. -I. -O2
cc -DHAVE_CONFIG_H -I../ncurses -I. -D_DARWIN_C_SOURCE -DNDEBUG -I. -I../include -I/usr/local/Cellar/ncurses/5.9/include/ncurses -O2 --param max-inline-insns-single=1200 -no-cpp-precomp -c ../ncurses/./base/safe_sprintf.c -o ../objects/safe_sprintf.o
brew: superenv removed: -I. -I. -O2
cc -DHAVE_CONFIG_H -I../ncurses -I. -D_DARWIN_C_SOURCE -DNDEBUG -I. -I../include -I/usr/local/Cellar/ncurses/5.9/include/ncurses -O2 --param max-inline-insns-single=1200 -no-cpp-precomp -c ../ncurses/./tty/tty_update.c -o ../objects/tty_update.o
brew: superenv removed: -I. -I. -O2
cc -DHAVE_CONFIG_H -I../ncurses -I. -D_DARWIN_C_SOURCE -DNDEBUG -I. -I../include -I/usr/local/Cellar/ncurses/5.9/include/ncurses -O2 --param max-inline-insns-single=1200 -no-cpp-precomp -c ../ncurses/./trace/varargs.c -o ../objects/varargs.o
brew: superenv removed: -I. -I. -O2
cc -DHAVE_CONFIG_H -I../ncurses -I. -D_DARWIN_C_SOURCE -DNDEBUG -I. -I../include -I/usr/local/Cellar/ncurses/5.9/include/ncurses -O2 --param max-inline-insns-single=1200 -no-cpp-precomp -c ../ncurses/./base/memmove.c -o ../objects/memmove.o
brew: superenv removed: -I. -I. -O2
cc -DHAVE_CONFIG_H -I../ncurses -I. -D_DARWIN_C_SOURCE -DNDEBUG -I. -I../include -I/usr/local/Cellar/ncurses/5.9/include/ncurses -O2 --param max-inline-insns-single=1200 -no-cpp-precomp -c ../ncurses/./base/vsscanf.c -o ../objects/vsscanf.o
brew: superenv removed: -I. -I. -O2
cc -DHAVE_CONFIG_H -I../ncurses -I. -D_DARWIN_C_SOURCE -DNDEBUG -I. -I../include -I/usr/local/Cellar/ncurses/5.9/include/ncurses -O2 --param max-inline-insns-single=1200 -no-cpp-precomp -c ../ncurses/./base/lib_freeall.c -o ../objects/lib_freeall.o
brew: superenv removed: -I. -I. -O2
cc -DHAVE_CONFIG_H -I../ncurses -I. -D_DARWIN_C_SOURCE -DNDEBUG -I. -I../include -I/usr/local/Cellar/ncurses/5.9/include/ncurses -O2 --param max-inline-insns-single=1200 -no-cpp-precomp -c ../ncurses/expanded.c -o ../objects/expanded.o
brew: superenv removed: -I. -I. -O2
cc -DHAVE_CONFIG_H -I../ncurses -I. -D_DARWIN_C_SOURCE -DNDEBUG -I. -I../include -I/usr/local/Cellar/ncurses/5.9/include/ncurses -O2 --param max-inline-insns-single=1200 -no-cpp-precomp -c ../ncurses/./base/legacy_coding.c -o ../objects/legacy_coding.o
brew: superenv removed: -I. -I. -O2
cc -DHAVE_CONFIG_H -I../ncurses -I. -D_DARWIN_C_SOURCE -DNDEBUG -I. -I../include -I/usr/local/Cellar/ncurses/5.9/include/ncurses -O2 --param max-inline-insns-single=1200 -no-cpp-precomp -c ../ncurses/./base/lib_dft_fgbg.c -o ../objects/lib_dft_fgbg.o
brew: superenv removed: -I. -I. -O2
cc -DHAVE_CONFIG_H -I../ncurses -I. -D_DARWIN_C_SOURCE -DNDEBUG -I. -I../include -I/usr/local/Cellar/ncurses/5.9/include/ncurses -O2 --param max-inline-insns-single=1200 -no-cpp-precomp -c ../ncurses/./tinfo/lib_print.c -o ../objects/lib_print.o
brew: superenv removed: -I. -I. -O2
cc -DHAVE_CONFIG_H -I../ncurses -I. -D_DARWIN_C_SOURCE -DNDEBUG -I. -I../include -I/usr/local/Cellar/ncurses/5.9/include/ncurses -O2 --param max-inline-insns-single=1200 -no-cpp-precomp -c ../ncurses/./base/resizeterm.c -o ../objects/resizeterm.o
brew: superenv removed: -I. -I. -O2
cc -DHAVE_CONFIG_H -I../ncurses -I. -D_DARWIN_C_SOURCE -DNDEBUG -I. -I../include -I/usr/local/Cellar/ncurses/5.9/include/ncurses -O2 --param max-inline-insns-single=1200 -no-cpp-precomp -c ../ncurses/./tinfo/use_screen.c -o ../objects/use_screen.o
brew: superenv removed: -I. -I. -O2
cc -DHAVE_CONFIG_H -I../ncurses -I. -D_DARWIN_C_SOURCE -DNDEBUG -I. -I../include -I/usr/local/Cellar/ncurses/5.9/include/ncurses -O2 --param max-inline-insns-single=1200 -no-cpp-precomp -c ../ncurses/./base/use_window.c -o ../objects/use_window.o
brew: superenv removed: -I. -I. -O2
cc -DHAVE_CONFIG_H -I../ncurses -I. -D_DARWIN_C_SOURCE -DNDEBUG -I. -I../include -I/usr/local/Cellar/ncurses/5.9/include/ncurses -O2 --param max-inline-insns-single=1200 -no-cpp-precomp -c ../ncurses/./base/wresize.c -o ../objects/wresize.o
brew: superenv removed: -I. -I. -O2
cc -DHAVE_CONFIG_H -I../ncurses -I. -D_DARWIN_C_SOURCE -DNDEBUG -I. -I../include -I/usr/local/Cellar/ncurses/5.9/include/ncurses -O2 --param max-inline-insns-single=1200 -no-cpp-precomp -c ../ncurses/./tinfo/access.c -o ../objects/access.o
brew: superenv removed: -I. -I. -O2
cc -DHAVE_CONFIG_H -I../ncurses -I. -D_DARWIN_C_SOURCE -DNDEBUG -I. -I../include -I/usr/local/Cellar/ncurses/5.9/include/ncurses -O2 --param max-inline-insns-single=1200 -no-cpp-precomp -c ../ncurses/./tinfo/add_tries.c -o ../objects/add_tries.o
brew: superenv removed: -I. -I. -O2
cc -DHAVE_CONFIG_H -I../ncurses -I. -D_DARWIN_C_SOURCE -DNDEBUG -I. -I../include -I/usr/local/Cellar/ncurses/5.9/include/ncurses -O2 --param max-inline-insns-single=1200 -no-cpp-precomp -c ../ncurses/./tinfo/alloc_ttype.c -o ../objects/alloc_ttype.o
brew: superenv removed: -I. -I. -O2
cc -DHAVE_CONFIG_H -I../ncurses -I. -D_DARWIN_C_SOURCE -DNDEBUG -I. -I../include -I/usr/local/Cellar/ncurses/5.9/include/ncurses -O2 --param max-inline-insns-single=1200 -no-cpp-precomp -c ../ncurses/codes.c -o ../objects/codes.o
brew: superenv removed: -I. -I. -O2
cc -DHAVE_CONFIG_H -I../ncurses -I. -D_DARWIN_C_SOURCE -DNDEBUG -I. -I../include -I/usr/local/Cellar/ncurses/5.9/include/ncurses -O2 --param max-inline-insns-single=1200 -no-cpp-precomp -c ../ncurses/comp_captab.c -o ../objects/comp_captab.o
brew: superenv removed: -I. -I. -O2
cc -DHAVE_CONFIG_H -I../ncurses -I. -D_DARWIN_C_SOURCE -DNDEBUG -I. -I../include -I/usr/local/Cellar/ncurses/5.9/include/ncurses -O2 --param max-inline-insns-single=1200 -no-cpp-precomp -c ../ncurses/./tinfo/comp_error.c -o ../objects/comp_error.o
brew: superenv removed: -I. -I. -O2
cc -DHAVE_CONFIG_H -I../ncurses -I. -D_DARWIN_C_SOURCE -DNDEBUG -I. -I../include -I/usr/local/Cellar/ncurses/5.9/include/ncurses -O2 --param max-inline-insns-single=1200 -no-cpp-precomp -c ../ncurses/./tinfo/comp_hash.c -o ../objects/comp_hash.o
brew: superenv removed: -I. -I. -O2
cc -DHAVE_CONFIG_H -I../ncurses -I. -D_DARWIN_C_SOURCE -DNDEBUG -I. -I../include -I/usr/local/Cellar/ncurses/5.9/include/ncurses -O2 --param max-inline-insns-single=1200 -no-cpp-precomp -c ../ncurses/./tinfo/db_iterator.c -o ../objects/db_iterator.o
brew: superenv removed: -I. -I. -O2
cc -DHAVE_CONFIG_H -I../ncurses -I. -D_DARWIN_C_SOURCE -DNDEBUG -I. -I../include -I/usr/local/Cellar/ncurses/5.9/include/ncurses -O2 --param max-inline-insns-single=1200 -no-cpp-precomp -c ../ncurses/./tinfo/doalloc.c -o ../objects/doalloc.o
brew: superenv removed: -I. -I. -O2
cc -DHAVE_CONFIG_H -I../ncurses -I. -D_DARWIN_C_SOURCE -DNDEBUG -I. -I../include -I/usr/local/Cellar/ncurses/5.9/include/ncurses -O2 --param max-inline-insns-single=1200 -no-cpp-precomp -c ../ncurses/./tinfo/entries.c -o ../objects/entries.o
brew: superenv removed: -I. -I. -O2
cc -DHAVE_CONFIG_H -I../ncurses -I. -D_DARWIN_C_SOURCE -DNDEBUG -I. -I../include -I/usr/local/Cellar/ncurses/5.9/include/ncurses -O2 --param max-inline-insns-single=1200 -no-cpp-precomp -c ../ncurses/fallback.c -o ../objects/fallback.o
brew: superenv removed: -I. -I. -O2
cc -DHAVE_CONFIG_H -I../ncurses -I. -D_DARWIN_C_SOURCE -DNDEBUG -I. -I../include -I/usr/local/Cellar/ncurses/5.9/include/ncurses -O2 --param max-inline-insns-single=1200 -no-cpp-precomp -c ../ncurses/./tinfo/free_ttype.c -o ../objects/free_ttype.o
brew: superenv removed: -I. -I. -O2
cc -DHAVE_CONFIG_H -I../ncurses -I. -D_DARWIN_C_SOURCE -DNDEBUG -I. -I../include -I/usr/local/Cellar/ncurses/5.9/include/ncurses -O2 --param max-inline-insns-single=1200 -no-cpp-precomp -c ../ncurses/./tinfo/getenv_num.c -o ../objects/getenv_num.o
brew: superenv removed: -I. -I. -O2
cc -DHAVE_CONFIG_H -I../ncurses -I. -D_DARWIN_C_SOURCE -DNDEBUG -I. -I../include -I/usr/local/Cellar/ncurses/5.9/include/ncurses -O2 --param max-inline-insns-single=1200 -no-cpp-precomp -c ../ncurses/./tinfo/home_terminfo.c -o ../objects/home_terminfo.o
brew: superenv removed: -I. -I. -O2
cc -DHAVE_CONFIG_H -I../ncurses -I. -D_DARWIN_C_SOURCE -DNDEBUG -I. -I../include -I/usr/local/Cellar/ncurses/5.9/include/ncurses -O2 --param max-inline-insns-single=1200 -no-cpp-precomp -c ../ncurses/./tinfo/init_keytry.c -o ../objects/init_keytry.o
brew: superenv removed: -I. -I. -O2
cc -DHAVE_CONFIG_H -I../ncurses -I. -D_DARWIN_C_SOURCE -DNDEBUG -I. -I../include -I/usr/local/Cellar/ncurses/5.9/include/ncurses -O2 --param max-inline-insns-single=1200 -no-cpp-precomp -c ../ncurses/./tinfo/lib_acs.c -o ../objects/lib_acs.o
brew: superenv removed: -I. -I. -O2
cc -DHAVE_CONFIG_H -I../ncurses -I. -D_DARWIN_C_SOURCE -DNDEBUG -I. -I../include -I/usr/local/Cellar/ncurses/5.9/include/ncurses -O2 --param max-inline-insns-single=1200 -no-cpp-precomp -c ../ncurses/./tinfo/lib_baudrate.c -o ../objects/lib_baudrate.o
brew: superenv removed: -I. -I. -O2
cc -DHAVE_CONFIG_H -I../ncurses -I. -D_DARWIN_C_SOURCE -DNDEBUG -I. -I../include -I/usr/local/Cellar/ncurses/5.9/include/ncurses -O2 --param max-inline-insns-single=1200 -no-cpp-precomp -c ../ncurses/./tinfo/lib_cur_term.c -o ../objects/lib_cur_term.o
brew: superenv removed: -I. -I. -O2
cc -DHAVE_CONFIG_H -I../ncurses -I. -D_DARWIN_C_SOURCE -DNDEBUG -I. -I../include -I/usr/local/Cellar/ncurses/5.9/include/ncurses -O2 --param max-inline-insns-single=1200 -no-cpp-precomp -c ../ncurses/./tinfo/lib_data.c -o ../objects/lib_data.o
brew: superenv removed: -I. -I. -O2
cc -DHAVE_CONFIG_H -I../ncurses -I. -D_DARWIN_C_SOURCE -DNDEBUG -I. -I../include -I/usr/local/Cellar/ncurses/5.9/include/ncurses -O2 --param max-inline-insns-single=1200 -no-cpp-precomp -c ../ncurses/./tinfo/lib_has_cap.c -o ../objects/lib_has_cap.o
brew: superenv removed: -I. -I. -O2
cc -DHAVE_CONFIG_H -I../ncurses -I. -D_DARWIN_C_SOURCE -DNDEBUG -I. -I../include -I/usr/local/Cellar/ncurses/5.9/include/ncurses -O2 --param max-inline-insns-single=1200 -no-cpp-precomp -c ../ncurses/./tinfo/lib_kernel.c -o ../objects/lib_kernel.o
brew: superenv removed: -I. -I. -O2
cc -DHAVE_CONFIG_H -I../ncurses -I. -D_DARWIN_C_SOURCE -DNDEBUG -I. -I../include -I/usr/local/Cellar/ncurses/5.9/include/ncurses -O2 --param max-inline-insns-single=1200 -no-cpp-precomp -c ../ncurses/lib_keyname.c -o ../objects/lib_keyname.o
brew: superenv removed: -I. -I. -O2
cc -DHAVE_CONFIG_H -I../ncurses -I. -D_DARWIN_C_SOURCE -DNDEBUG -I. -I../include -I/usr/local/Cellar/ncurses/5.9/include/ncurses -O2 --param max-inline-insns-single=1200 -no-cpp-precomp -c ../ncurses/./tinfo/lib_longname.c -o ../objects/lib_longname.o
brew: superenv removed: -I. -I. -O2
cc -DHAVE_CONFIG_H -I../ncurses -I. -D_DARWIN_C_SOURCE -DNDEBUG -I. -I../include -I/usr/local/Cellar/ncurses/5.9/include/ncurses -O2 --param max-inline-insns-single=1200 -no-cpp-precomp -c ../ncurses/./tinfo/lib_napms.c -o ../objects/lib_napms.o
brew: superenv removed: -I. -I. -O2
cc -DHAVE_CONFIG_H -I../ncurses -I. -D_DARWIN_C_SOURCE -DNDEBUG -I. -I../include -I/usr/local/Cellar/ncurses/5.9/include/ncurses -O2 --param max-inline-insns-single=1200 -no-cpp-precomp -c ../ncurses/./tinfo/lib_options.c -o ../objects/lib_options.o
brew: superenv removed: -I. -I. -O2
cc -DHAVE_CONFIG_H -I../ncurses -I. -D_DARWIN_C_SOURCE -DNDEBUG -I. -I../include -I/usr/local/Cellar/ncurses/5.9/include/ncurses -O2 --param max-inline-insns-single=1200 -no-cpp-precomp -c ../ncurses/./tinfo/lib_raw.c -o ../objects/lib_raw.o
brew: superenv removed: -I. -I. -O2
cc -DHAVE_CONFIG_H -I../ncurses -I. -D_DARWIN_C_SOURCE -DNDEBUG -I. -I../include -I/usr/local/Cellar/ncurses/5.9/include/ncurses -O2 --param max-inline-insns-single=1200 -no-cpp-precomp -c ../ncurses/./tinfo/lib_setup.c -o ../objects/lib_setup.o
brew: superenv removed: -I. -I. -O2
cc -DHAVE_CONFIG_H -I../ncurses -I. -D_DARWIN_C_SOURCE -DNDEBUG -I. -I../include -I/usr/local/Cellar/ncurses/5.9/include/ncurses -O2 --param max-inline-insns-single=1200 -no-cpp-precomp -c ../ncurses/./tinfo/lib_termcap.c -o ../objects/lib_termcap.o
brew: superenv removed: -I. -I. -O2
cc -DHAVE_CONFIG_H -I../ncurses -I. -D_DARWIN_C_SOURCE -DNDEBUG -I. -I../include -I/usr/local/Cellar/ncurses/5.9/include/ncurses -O2 --param max-inline-insns-single=1200 -no-cpp-precomp -c ../ncurses/./tinfo/lib_termname.c -o ../objects/lib_termname.o
brew: superenv removed: -I. -I. -O2
cc -DHAVE_CONFIG_H -I../ncurses -I. -D_DARWIN_C_SOURCE -DNDEBUG -I. -I../include -I/usr/local/Cellar/ncurses/5.9/include/ncurses -O2 --param max-inline-insns-single=1200 -no-cpp-precomp -c ../ncurses/./tinfo/lib_tgoto.c -o ../objects/lib_tgoto.o
brew: superenv removed: -I. -I. -O2
cc -DHAVE_CONFIG_H -I../ncurses -I. -D_DARWIN_C_SOURCE -DNDEBUG -I. -I../include -I/usr/local/Cellar/ncurses/5.9/include/ncurses -O2 --param max-inline-insns-single=1200 -no-cpp-precomp -c ../ncurses/./tinfo/lib_ti.c -o ../objects/lib_ti.o
brew: superenv removed: -I. -I. -O2
cc -DHAVE_CONFIG_H -I../ncurses -I. -D_DARWIN_C_SOURCE -DNDEBUG -I. -I../include -I/usr/local/Cellar/ncurses/5.9/include/ncurses -O2 --param max-inline-insns-single=1200 -no-cpp-precomp -c ../ncurses/./tinfo/lib_tparm.c -o ../objects/lib_tparm.o
brew: superenv removed: -I. -I. -O2
cc -DHAVE_CONFIG_H -I../ncurses -I. -D_DARWIN_C_SOURCE -DNDEBUG -I. -I../include -I/usr/local/Cellar/ncurses/5.9/include/ncurses -O2 --param max-inline-insns-single=1200 -no-cpp-precomp -c ../ncurses/./tinfo/lib_tputs.c -o ../objects/lib_tputs.o
brew: superenv removed: -I. -I. -O2
cc -DHAVE_CONFIG_H -I../ncurses -I. -D_DARWIN_C_SOURCE -DNDEBUG -I. -I../include -I/usr/local/Cellar/ncurses/5.9/include/ncurses -O2 --param max-inline-insns-single=1200 -no-cpp-precomp -c ../ncurses/./trace/lib_trace.c -o ../objects/lib_trace.o
brew: superenv removed: -I. -I. -O2
cc -DHAVE_CONFIG_H -I../ncurses -I. -D_DARWIN_C_SOURCE -DNDEBUG -I. -I../include -I/usr/local/Cellar/ncurses/5.9/include/ncurses -O2 --param max-inline-insns-single=1200 -no-cpp-precomp -c ../ncurses/./tinfo/lib_ttyflags.c -o ../objects/lib_ttyflags.o
brew: superenv removed: -I. -I. -O2
cc -DHAVE_CONFIG_H -I../ncurses -I. -D_DARWIN_C_SOURCE -DNDEBUG -I. -I../include -I/usr/local/Cellar/ncurses/5.9/include/ncurses -O2 --param max-inline-insns-single=1200 -no-cpp-precomp -c ../ncurses/./tty/lib_twait.c -o ../objects/lib_twait.o
brew: superenv removed: -I. -I. -O2
cc -DHAVE_CONFIG_H -I../ncurses -I. -D_DARWIN_C_SOURCE -DNDEBUG -I. -I../include -I/usr/local/Cellar/ncurses/5.9/include/ncurses -O2 --param max-inline-insns-single=1200 -no-cpp-precomp -c ../ncurses/./tinfo/name_match.c -o ../objects/name_match.o
brew: superenv removed: -I. -I. -O2
cc -DHAVE_CONFIG_H -I../ncurses -I. -D_DARWIN_C_SOURCE -DNDEBUG -I. -I../include -I/usr/local/Cellar/ncurses/5.9/include/ncurses -O2 --param max-inline-insns-single=1200 -no-cpp-precomp -c ../ncurses/names.c -o ../objects/names.o
brew: superenv removed: -I. -I. -O2
cc -DHAVE_CONFIG_H -I../ncurses -I. -D_DARWIN_C_SOURCE -DNDEBUG -I. -I../include -I/usr/local/Cellar/ncurses/5.9/include/ncurses -O2 --param max-inline-insns-single=1200 -no-cpp-precomp -c ../ncurses/./tinfo/read_entry.c -o ../objects/read_entry.o
brew: superenv removed: -I. -I. -O2
cc -DHAVE_CONFIG_H -I../ncurses -I. -D_DARWIN_C_SOURCE -DNDEBUG -I. -I../include -I/usr/local/Cellar/ncurses/5.9/include/ncurses -O2 --param max-inline-insns-single=1200 -no-cpp-precomp -c ../ncurses/./tinfo/read_termcap.c -o ../objects/read_termcap.o
brew: superenv removed: -I. -I. -O2
cc -DHAVE_CONFIG_H -I../ncurses -I. -D_DARWIN_C_SOURCE -DNDEBUG -I. -I../include -I/usr/local/Cellar/ncurses/5.9/include/ncurses -O2 --param max-inline-insns-single=1200 -no-cpp-precomp -c ../ncurses/./tinfo/setbuf.c -o ../objects/setbuf.o
brew: superenv removed: -I. -I. -O2
cc -DHAVE_CONFIG_H -I../ncurses -I. -D_DARWIN_C_SOURCE -DNDEBUG -I. -I../include -I/usr/local/Cellar/ncurses/5.9/include/ncurses -O2 --param max-inline-insns-single=1200 -no-cpp-precomp -c ../ncurses/./tinfo/strings.c -o ../objects/strings.o
brew: superenv removed: -I. -I. -O2
cc -DHAVE_CONFIG_H -I../ncurses -I. -D_DARWIN_C_SOURCE -DNDEBUG -I. -I../include -I/usr/local/Cellar/ncurses/5.9/include/ncurses -O2 --param max-inline-insns-single=1200 -no-cpp-precomp -c ../ncurses/./base/tries.c -o ../objects/tries.o
brew: superenv removed: -I. -I. -O2
cc -DHAVE_CONFIG_H -I../ncurses -I. -D_DARWIN_C_SOURCE -DNDEBUG -I. -I../include -I/usr/local/Cellar/ncurses/5.9/include/ncurses -O2 --param max-inline-insns-single=1200 -no-cpp-precomp -c ../ncurses/./tinfo/trim_sgr0.c -o ../objects/trim_sgr0.o
brew: superenv removed: -I. -I. -O2
cc -DHAVE_CONFIG_H -I../ncurses -I. -D_DARWIN_C_SOURCE -DNDEBUG -I. -I../include -I/usr/local/Cellar/ncurses/5.9/include/ncurses -O2 --param max-inline-insns-single=1200 -no-cpp-precomp -c ../ncurses/unctrl.c -o ../objects/unctrl.o
brew: superenv removed: -I. -I. -O2
cc -DHAVE_CONFIG_H -I../ncurses -I. -D_DARWIN_C_SOURCE -DNDEBUG -I. -I../include -I/usr/local/Cellar/ncurses/5.9/include/ncurses -O2 --param max-inline-insns-single=1200 -no-cpp-precomp -c ../ncurses/./trace/visbuf.c -o ../objects/visbuf.o
brew: superenv removed: -I. -I. -O2
cc -DHAVE_CONFIG_H -I../ncurses -I. -D_DARWIN_C_SOURCE -DNDEBUG -I. -I../include -I/usr/local/Cellar/ncurses/5.9/include/ncurses -O2 --param max-inline-insns-single=1200 -no-cpp-precomp -c ../ncurses/./tinfo/alloc_entry.c -o ../objects/alloc_entry.o
brew: superenv removed: -I. -I. -O2
cc -DHAVE_CONFIG_H -I../ncurses -I. -D_DARWIN_C_SOURCE -DNDEBUG -I. -I../include -I/usr/local/Cellar/ncurses/5.9/include/ncurses -O2 --param max-inline-insns-single=1200 -no-cpp-precomp -c ../ncurses/./tinfo/captoinfo.c -o ../objects/captoinfo.o
brew: superenv removed: -I. -I. -O2
cc -DHAVE_CONFIG_H -I../ncurses -I. -D_DARWIN_C_SOURCE -DNDEBUG -I. -I../include -I/usr/local/Cellar/ncurses/5.9/include/ncurses -O2 --param max-inline-insns-single=1200 -no-cpp-precomp -c ../ncurses/./tinfo/comp_expand.c -o ../objects/comp_expand.o
brew: superenv removed: -I. -I. -O2
cc -DHAVE_CONFIG_H -I../ncurses -I. -D_DARWIN_C_SOURCE -DNDEBUG -I. -I../include -I/usr/local/Cellar/ncurses/5.9/include/ncurses -O2 --param max-inline-insns-single=1200 -no-cpp-precomp -c ../ncurses/./tinfo/comp_parse.c -o ../objects/comp_parse.o
brew: superenv removed: -I. -I. -O2
cc -DHAVE_CONFIG_H -I../ncurses -I. -D_DARWIN_C_SOURCE -DNDEBUG -I. -I../include -I/usr/local/Cellar/ncurses/5.9/include/ncurses -O2 --param max-inline-insns-single=1200 -no-cpp-precomp -c ../ncurses/./tinfo/comp_scan.c -o ../objects/comp_scan.o
brew: superenv removed: -I. -I. -O2
cc -DHAVE_CONFIG_H -I../ncurses -I. -D_DARWIN_C_SOURCE -DNDEBUG -I. -I../include -I/usr/local/Cellar/ncurses/5.9/include/ncurses -O2 --param max-inline-insns-single=1200 -no-cpp-precomp -c ../ncurses/./tinfo/parse_entry.c -o ../objects/parse_entry.o
brew: superenv removed: -I. -I. -O2
cc -DHAVE_CONFIG_H -I../ncurses -I. -D_DARWIN_C_SOURCE -DNDEBUG -I. -I../include -I/usr/local/Cellar/ncurses/5.9/include/ncurses -O2 --param max-inline-insns-single=1200 -no-cpp-precomp -c ../ncurses/./tinfo/write_entry.c -o ../objects/write_entry.o
brew: superenv removed: -I. -I. -O2
cc -DHAVE_CONFIG_H -I../ncurses -I. -D_DARWIN_C_SOURCE -DNDEBUG -I. -I../include -I/usr/local/Cellar/ncurses/5.9/include/ncurses -O2 --param max-inline-insns-single=1200 -no-cpp-precomp -c ../ncurses/./base/define_key.c -o ../objects/define_key.o
brew: superenv removed: -I. -I. -O2
cc -DHAVE_CONFIG_H -I../ncurses -I. -D_DARWIN_C_SOURCE -DNDEBUG -I. -I../include -I/usr/local/Cellar/ncurses/5.9/include/ncurses -O2 --param max-inline-insns-single=1200 -no-cpp-precomp -c ../ncurses/./tinfo/hashed_db.c -o ../objects/hashed_db.o
brew: superenv removed: -I. -I. -O2
cc -DHAVE_CONFIG_H -I../ncurses -I. -D_DARWIN_C_SOURCE -DNDEBUG -I. -I../include -I/usr/local/Cellar/ncurses/5.9/include/ncurses -O2 --param max-inline-insns-single=1200 -no-cpp-precomp -c ../ncurses/./base/key_defined.c -o ../objects/key_defined.o
brew: superenv removed: -I. -I. -O2
cc -DHAVE_CONFIG_H -I../ncurses -I. -D_DARWIN_C_SOURCE -DNDEBUG -I. -I../include -I/usr/local/Cellar/ncurses/5.9/include/ncurses -O2 --param max-inline-insns-single=1200 -no-cpp-precomp -c ../ncurses/./base/keybound.c -o ../objects/keybound.o
brew: superenv removed: -I. -I. -O2
cc -DHAVE_CONFIG_H -I../ncurses -I. -D_DARWIN_C_SOURCE -DNDEBUG -I. -I../include -I/usr/local/Cellar/ncurses/5.9/include/ncurses -O2 --param max-inline-insns-single=1200 -no-cpp-precomp -c ../ncurses/./base/keyok.c -o ../objects/keyok.o
brew: superenv removed: -I. -I. -O2
cc -DHAVE_CONFIG_H -I../ncurses -I. -D_DARWIN_C_SOURCE -DNDEBUG -I. -I../include -I/usr/local/Cellar/ncurses/5.9/include/ncurses -O2 --param max-inline-insns-single=1200 -no-cpp-precomp -c ../ncurses/./base/version.c -o ../objects/version.o
brew: superenv removed: -I. -I. -O2
ar -curv ../lib/libncurses.a ../objects/hardscroll.o ../objects/hashmap.o ../objects/lib_addch.o ../objects/lib_addstr.o ../objects/lib_beep.o ../objects/lib_bkgd.o ../objects/lib_box.o ../objects/lib_chgat.o ../objects/lib_clear.o ../objects/lib_clearok.o ../objects/lib_clrbot.o ../objects/lib_clreol.o ../objects/lib_color.o ../objects/lib_colorset.o ../objects/lib_delch.o ../objects/lib_delwin.o ../objects/lib_echo.o ../objects/lib_endwin.o ../objects/lib_erase.o ../objects/lib_flash.o ../objects/lib_gen.o ../objects/lib_getch.o ../objects/lib_getstr.o ../objects/lib_hline.o ../objects/lib_immedok.o ../objects/lib_inchstr.o ../objects/lib_initscr.o ../objects/lib_insch.o ../objects/lib_insdel.o ../objects/lib_insnstr.o ../objects/lib_instr.o ../objects/lib_isendwin.o ../objects/lib_leaveok.o ../objects/lib_mouse.o ../objects/lib_move.o ../objects/lib_mvcur.o ../objects/lib_mvwin.o ../objects/lib_newterm.o ../objects/lib_newwin.o ../objects/lib_nl.o ../objects/lib_overlay.o ../objects/lib_pad.o ../objects/lib_printw.o ../objects/lib_redrawln.o ../objects/lib_refresh.o ../objects/lib_restart.o ../objects/lib_scanw.o ../objects/lib_screen.o ../objects/lib_scroll.o ../objects/lib_scrollok.o ../objects/lib_scrreg.o ../objects/lib_set_term.o ../objects/lib_slk.o ../objects/lib_slkatr_set.o ../objects/lib_slkatrof.o ../objects/lib_slkatron.o ../objects/lib_slkatrset.o ../objects/lib_slkattr.o ../objects/lib_slkclear.o ../objects/lib_slkcolor.o ../objects/lib_slkinit.o ../objects/lib_slklab.o ../objects/lib_slkrefr.o ../objects/lib_slkset.o ../objects/lib_slktouch.o ../objects/lib_touch.o ../objects/lib_tstp.o ../objects/lib_ungetch.o ../objects/lib_vidattr.o ../objects/lib_vline.o ../objects/lib_wattroff.o ../objects/lib_wattron.o ../objects/lib_winch.o ../objects/lib_window.o ../objects/nc_panel.o ../objects/safe_sprintf.o ../objects/tty_update.o ../objects/varargs.o ../objects/memmove.o ../objects/vsscanf.o ../objects/lib_freeall.o ../objects/expanded.o ../objects/legacy_coding.o ../objects/lib_dft_fgbg.o ../objects/lib_print.o ../objects/resizeterm.o ../objects/use_screen.o ../objects/use_window.o ../objects/wresize.o ../objects/access.o ../objects/add_tries.o ../objects/alloc_ttype.o ../objects/codes.o ../objects/comp_captab.o ../objects/comp_error.o ../objects/comp_hash.o ../objects/db_iterator.o ../objects/doalloc.o ../objects/entries.o ../objects/fallback.o ../objects/free_ttype.o ../objects/getenv_num.o ../objects/home_terminfo.o ../objects/init_keytry.o ../objects/lib_acs.o ../objects/lib_baudrate.o ../objects/lib_cur_term.o ../objects/lib_data.o ../objects/lib_has_cap.o ../objects/lib_kernel.o ../objects/lib_keyname.o ../objects/lib_longname.o ../objects/lib_napms.o ../objects/lib_options.o ../objects/lib_raw.o ../objects/lib_setup.o ../objects/lib_termcap.o ../objects/lib_termname.o ../objects/lib_tgoto.o ../objects/lib_ti.o ../objects/lib_tparm.o ../objects/lib_tputs.o ../objects/lib_trace.o ../objects/lib_ttyflags.o ../objects/lib_twait.o ../objects/name_match.o ../objects/names.o ../objects/read_entry.o ../objects/read_termcap.o ../objects/setbuf.o ../objects/strings.o ../objects/tries.o ../objects/trim_sgr0.o ../objects/unctrl.o ../objects/visbuf.o ../objects/alloc_entry.o ../objects/captoinfo.o ../objects/comp_expand.o ../objects/comp_parse.o ../objects/comp_scan.o ../objects/parse_entry.o ../objects/write_entry.o ../objects/define_key.o ../objects/hashed_db.o ../objects/key_defined.o ../objects/keybound.o ../objects/keyok.o ../objects/version.o
a - ../objects/hardscroll.o
a - ../objects/hashmap.o
a - ../objects/lib_addch.o
a - ../objects/lib_addstr.o
a - ../objects/lib_beep.o
a - ../objects/lib_bkgd.o
a - ../objects/lib_box.o
a - ../objects/lib_chgat.o
a - ../objects/lib_clear.o
a - ../objects/lib_clearok.o
a - ../objects/lib_clrbot.o
a - ../objects/lib_clreol.o
a - ../objects/lib_color.o
a - ../objects/lib_colorset.o
a - ../objects/lib_delch.o
a - ../objects/lib_delwin.o
a - ../objects/lib_echo.o
a - ../objects/lib_endwin.o
a - ../objects/lib_erase.o
a - ../objects/lib_flash.o
a - ../objects/lib_gen.o
a - ../objects/lib_getch.o
a - ../objects/lib_getstr.o
a - ../objects/lib_hline.o
a - ../objects/lib_immedok.o
a - ../objects/lib_inchstr.o
a - ../objects/lib_initscr.o
a - ../objects/lib_insch.o
a - ../objects/lib_insdel.o
a - ../objects/lib_insnstr.o
a - ../objects/lib_instr.o
a - ../objects/lib_isendwin.o
a - ../objects/lib_leaveok.o
a - ../objects/lib_mouse.o
a - ../objects/lib_move.o
a - ../objects/lib_mvcur.o
a - ../objects/lib_mvwin.o
a - ../objects/lib_newterm.o
a - ../objects/lib_newwin.o
a - ../objects/lib_nl.o
a - ../objects/lib_overlay.o
a - ../objects/lib_pad.o
a - ../objects/lib_printw.o
a - ../objects/lib_redrawln.o
a - ../objects/lib_refresh.o
a - ../objects/lib_restart.o
a - ../objects/lib_scanw.o
a - ../objects/lib_screen.o
a - ../objects/lib_scroll.o
a - ../objects/lib_scrollok.o
a - ../objects/lib_scrreg.o
a - ../objects/lib_set_term.o
a - ../objects/lib_slk.o
a - ../objects/lib_slkatr_set.o
a - ../objects/lib_slkatrof.o
a - ../objects/lib_slkatron.o
a - ../objects/lib_slkatrset.o
a - ../objects/lib_slkattr.o
a - ../objects/lib_slkclear.o
a - ../objects/lib_slkcolor.o
a - ../objects/lib_slkinit.o
a - ../objects/lib_slklab.o
a - ../objects/lib_slkrefr.o
a - ../objects/lib_slkset.o
a - ../objects/lib_slktouch.o
a - ../objects/lib_touch.o
a - ../objects/lib_tstp.o
a - ../objects/lib_ungetch.o
a - ../objects/lib_vidattr.o
a - ../objects/lib_vline.o
a - ../objects/lib_wattroff.o
a - ../objects/lib_wattron.o
a - ../objects/lib_winch.o
a - ../objects/lib_window.o
a - ../objects/nc_panel.o
a - ../objects/safe_sprintf.o
a - ../objects/tty_update.o
a - ../objects/varargs.o
a - ../objects/memmove.o
a - ../objects/vsscanf.o
a - ../objects/lib_freeall.o
a - ../objects/expanded.o
a - ../objects/legacy_coding.o
a - ../objects/lib_dft_fgbg.o
a - ../objects/lib_print.o
a - ../objects/resizeterm.o
a - ../objects/use_screen.o
a - ../objects/use_window.o
a - ../objects/wresize.o
a - ../objects/access.o
a - ../objects/add_tries.o
a - ../objects/alloc_ttype.o
a - ../objects/codes.o
a - ../objects/comp_captab.o
a - ../objects/comp_error.o
a - ../objects/comp_hash.o
a - ../objects/db_iterator.o
a - ../objects/doalloc.o
a - ../objects/entries.o
a - ../objects/fallback.o
a - ../objects/free_ttype.o
a - ../objects/getenv_num.o
a - ../objects/home_terminfo.o
a - ../objects/init_keytry.o
a - ../objects/lib_acs.o
a - ../objects/lib_baudrate.o
a - ../objects/lib_cur_term.o
a - ../objects/lib_data.o
a - ../objects/lib_has_cap.o
a - ../objects/lib_kernel.o
a - ../objects/lib_keyname.o
a - ../objects/lib_longname.o
a - ../objects/lib_napms.o
a - ../objects/lib_options.o
a - ../objects/lib_raw.o
a - ../objects/lib_setup.o
a - ../objects/lib_termcap.o
a - ../objects/lib_termname.o
a - ../objects/lib_tgoto.o
a - ../objects/lib_ti.o
a - ../objects/lib_tparm.o
a - ../objects/lib_tputs.o
a - ../objects/lib_trace.o
a - ../objects/lib_ttyflags.o
a - ../objects/lib_twait.o
a - ../objects/name_match.o
a - ../objects/names.o
a - ../objects/read_entry.o
a - ../objects/read_termcap.o
a - ../objects/setbuf.o
a - ../objects/strings.o
a - ../objects/tries.o
a - ../objects/trim_sgr0.o
a - ../objects/unctrl.o
a - ../objects/visbuf.o
a - ../objects/alloc_entry.o
a - ../objects/captoinfo.o
a - ../objects/comp_expand.o
a - ../objects/comp_parse.o
a - ../objects/comp_scan.o
a - ../objects/parse_entry.o
a - ../objects/write_entry.o
a - ../objects/define_key.o
a - ../objects/hashed_db.o
a - ../objects/key_defined.o
a - ../objects/keybound.o
a - ../objects/keyok.o
a - ../objects/version.o
ranlib ../lib/libncurses.a
cc -DHAVE_CONFIG_H -I../ncurses -I. -D_DARWIN_C_SOURCE -DNDEBUG -I. -I../include -I/usr/local/Cellar/ncurses/5.9/include/ncurses -O2 --param max-inline-insns-single=1200 -no-cpp-precomp -g -DTRACE -c ../ncurses/./tty/hardscroll.c -o ../obj_g/hardscroll.o
brew: superenv removed: -I. -I. -O2 -g
cc -DHAVE_CONFIG_H -I../ncurses -I. -D_DARWIN_C_SOURCE -DNDEBUG -I. -I../include -I/usr/local/Cellar/ncurses/5.9/include/ncurses -O2 --param max-inline-insns-single=1200 -no-cpp-precomp -g -DTRACE -c ../ncurses/./tty/hashmap.c -o ../obj_g/hashmap.o
brew: superenv removed: -I. -I. -O2 -g
cc -DHAVE_CONFIG_H -I../ncurses -I. -D_DARWIN_C_SOURCE -DNDEBUG -I. -I../include -I/usr/local/Cellar/ncurses/5.9/include/ncurses -O2 --param max-inline-insns-single=1200 -no-cpp-precomp -g -DTRACE -c ../ncurses/./base/lib_addch.c -o ../obj_g/lib_addch.o
brew: superenv removed: -I. -I. -O2 -g
cc -DHAVE_CONFIG_H -I../ncurses -I. -D_DARWIN_C_SOURCE -DNDEBUG -I. -I../include -I/usr/local/Cellar/ncurses/5.9/include/ncurses -O2 --param max-inline-insns-single=1200 -no-cpp-precomp -g -DTRACE -c ../ncurses/./base/lib_addstr.c -o ../obj_g/lib_addstr.o
brew: superenv removed: -I. -I. -O2 -g
cc -DHAVE_CONFIG_H -I../ncurses -I. -D_DARWIN_C_SOURCE -DNDEBUG -I. -I../include -I/usr/local/Cellar/ncurses/5.9/include/ncurses -O2 --param max-inline-insns-single=1200 -no-cpp-precomp -g -DTRACE -c ../ncurses/./base/lib_beep.c -o ../obj_g/lib_beep.o
brew: superenv removed: -I. -I. -O2 -g
cc -DHAVE_CONFIG_H -I../ncurses -I. -D_DARWIN_C_SOURCE -DNDEBUG -I. -I../include -I/usr/local/Cellar/ncurses/5.9/include/ncurses -O2 --param max-inline-insns-single=1200 -no-cpp-precomp -g -DTRACE -c ../ncurses/./base/lib_bkgd.c -o ../obj_g/lib_bkgd.o
brew: superenv removed: -I. -I. -O2 -g
cc -DHAVE_CONFIG_H -I../ncurses -I. -D_DARWIN_C_SOURCE -DNDEBUG -I. -I../include -I/usr/local/Cellar/ncurses/5.9/include/ncurses -O2 --param max-inline-insns-single=1200 -no-cpp-precomp -g -DTRACE -c ../ncurses/./base/lib_box.c -o ../obj_g/lib_box.o
brew: superenv removed: -I. -I. -O2 -g
cc -DHAVE_CONFIG_H -I../ncurses -I. -D_DARWIN_C_SOURCE -DNDEBUG -I. -I../include -I/usr/local/Cellar/ncurses/5.9/include/ncurses -O2 --param max-inline-insns-single=1200 -no-cpp-precomp -g -DTRACE -c ../ncurses/./base/lib_chgat.c -o ../obj_g/lib_chgat.o
brew: superenv removed: -I. -I. -O2 -g
cc -DHAVE_CONFIG_H -I../ncurses -I. -D_DARWIN_C_SOURCE -DNDEBUG -I. -I../include -I/usr/local/Cellar/ncurses/5.9/include/ncurses -O2 --param max-inline-insns-single=1200 -no-cpp-precomp -g -DTRACE -c ../ncurses/./base/lib_clear.c -o ../obj_g/lib_clear.o
brew: superenv removed: -I. -I. -O2 -g
cc -DHAVE_CONFIG_H -I../ncurses -I. -D_DARWIN_C_SOURCE -DNDEBUG -I. -I../include -I/usr/local/Cellar/ncurses/5.9/include/ncurses -O2 --param max-inline-insns-single=1200 -no-cpp-precomp -g -DTRACE -c ../ncurses/./base/lib_clearok.c -o ../obj_g/lib_clearok.o
brew: superenv removed: -I. -I. -O2 -g
cc -DHAVE_CONFIG_H -I../ncurses -I. -D_DARWIN_C_SOURCE -DNDEBUG -I. -I../include -I/usr/local/Cellar/ncurses/5.9/include/ncurses -O2 --param max-inline-insns-single=1200 -no-cpp-precomp -g -DTRACE -c ../ncurses/./base/lib_clrbot.c -o ../obj_g/lib_clrbot.o
brew: superenv removed: -I. -I. -O2 -g
cc -DHAVE_CONFIG_H -I../ncurses -I. -D_DARWIN_C_SOURCE -DNDEBUG -I. -I../include -I/usr/local/Cellar/ncurses/5.9/include/ncurses -O2 --param max-inline-insns-single=1200 -no-cpp-precomp -g -DTRACE -c ../ncurses/./base/lib_clreol.c -o ../obj_g/lib_clreol.o
brew: superenv removed: -I. -I. -O2 -g
cc -DHAVE_CONFIG_H -I../ncurses -I. -D_DARWIN_C_SOURCE -DNDEBUG -I. -I../include -I/usr/local/Cellar/ncurses/5.9/include/ncurses -O2 --param max-inline-insns-single=1200 -no-cpp-precomp -g -DTRACE -c ../ncurses/./base/lib_color.c -o ../obj_g/lib_color.o
brew: superenv removed: -I. -I. -O2 -g
cc -DHAVE_CONFIG_H -I../ncurses -I. -D_DARWIN_C_SOURCE -DNDEBUG -I. -I../include -I/usr/local/Cellar/ncurses/5.9/include/ncurses -O2 --param max-inline-insns-single=1200 -no-cpp-precomp -g -DTRACE -c ../ncurses/./base/lib_colorset.c -o ../obj_g/lib_colorset.o
brew: superenv removed: -I. -I. -O2 -g
cc -DHAVE_CONFIG_H -I../ncurses -I. -D_DARWIN_C_SOURCE -DNDEBUG -I. -I../include -I/usr/local/Cellar/ncurses/5.9/include/ncurses -O2 --param max-inline-insns-single=1200 -no-cpp-precomp -g -DTRACE -c ../ncurses/./base/lib_delch.c -o ../obj_g/lib_delch.o
brew: superenv removed: -I. -I. -O2 -g
cc -DHAVE_CONFIG_H -I../ncurses -I. -D_DARWIN_C_SOURCE -DNDEBUG -I. -I../include -I/usr/local/Cellar/ncurses/5.9/include/ncurses -O2 --param max-inline-insns-single=1200 -no-cpp-precomp -g -DTRACE -c ../ncurses/./base/lib_delwin.c -o ../obj_g/lib_delwin.o
brew: superenv removed: -I. -I. -O2 -g
cc -DHAVE_CONFIG_H -I../ncurses -I. -D_DARWIN_C_SOURCE -DNDEBUG -I. -I../include -I/usr/local/Cellar/ncurses/5.9/include/ncurses -O2 --param max-inline-insns-single=1200 -no-cpp-precomp -g -DTRACE -c ../ncurses/./base/lib_echo.c -o ../obj_g/lib_echo.o
brew: superenv removed: -I. -I. -O2 -g
cc -DHAVE_CONFIG_H -I../ncurses -I. -D_DARWIN_C_SOURCE -DNDEBUG -I. -I../include -I/usr/local/Cellar/ncurses/5.9/include/ncurses -O2 --param max-inline-insns-single=1200 -no-cpp-precomp -g -DTRACE -c ../ncurses/./base/lib_endwin.c -o ../obj_g/lib_endwin.o
brew: superenv removed: -I. -I. -O2 -g
cc -DHAVE_CONFIG_H -I../ncurses -I. -D_DARWIN_C_SOURCE -DNDEBUG -I. -I../include -I/usr/local/Cellar/ncurses/5.9/include/ncurses -O2 --param max-inline-insns-single=1200 -no-cpp-precomp -g -DTRACE -c ../ncurses/./base/lib_erase.c -o ../obj_g/lib_erase.o
brew: superenv removed: -I. -I. -O2 -g
cc -DHAVE_CONFIG_H -I../ncurses -I. -D_DARWIN_C_SOURCE -DNDEBUG -I. -I../include -I/usr/local/Cellar/ncurses/5.9/include/ncurses -O2 --param max-inline-insns-single=1200 -no-cpp-precomp -g -DTRACE -c ../ncurses/./base/lib_flash.c -o ../obj_g/lib_flash.o
brew: superenv removed: -I. -I. -O2 -g
cc -DHAVE_CONFIG_H -I../ncurses -I. -D_DARWIN_C_SOURCE -DNDEBUG -I. -I../include -I/usr/local/Cellar/ncurses/5.9/include/ncurses -O2 --param max-inline-insns-single=1200 -no-cpp-precomp -g -DTRACE -c ../ncurses/lib_gen.c -o ../obj_g/lib_gen.o
brew: superenv removed: -I. -I. -O2 -g
cc -DHAVE_CONFIG_H -I../ncurses -I. -D_DARWIN_C_SOURCE -DNDEBUG -I. -I../include -I/usr/local/Cellar/ncurses/5.9/include/ncurses -O2 --param max-inline-insns-single=1200 -no-cpp-precomp -g -DTRACE -c ../ncurses/./base/lib_getch.c -o ../obj_g/lib_getch.o
brew: superenv removed: -I. -I. -O2 -g
cc -DHAVE_CONFIG_H -I../ncurses -I. -D_DARWIN_C_SOURCE -DNDEBUG -I. -I../include -I/usr/local/Cellar/ncurses/5.9/include/ncurses -O2 --param max-inline-insns-single=1200 -no-cpp-precomp -g -DTRACE -c ../ncurses/./base/lib_getstr.c -o ../obj_g/lib_getstr.o
brew: superenv removed: -I. -I. -O2 -g
cc -DHAVE_CONFIG_H -I../ncurses -I. -D_DARWIN_C_SOURCE -DNDEBUG -I. -I../include -I/usr/local/Cellar/ncurses/5.9/include/ncurses -O2 --param max-inline-insns-single=1200 -no-cpp-precomp -g -DTRACE -c ../ncurses/./base/lib_hline.c -o ../obj_g/lib_hline.o
brew: superenv removed: -I. -I. -O2 -g
cc -DHAVE_CONFIG_H -I../ncurses -I. -D_DARWIN_C_SOURCE -DNDEBUG -I. -I../include -I/usr/local/Cellar/ncurses/5.9/include/ncurses -O2 --param max-inline-insns-single=1200 -no-cpp-precomp -g -DTRACE -c ../ncurses/./base/lib_immedok.c -o ../obj_g/lib_immedok.o
brew: superenv removed: -I. -I. -O2 -g
cc -DHAVE_CONFIG_H -I../ncurses -I. -D_DARWIN_C_SOURCE -DNDEBUG -I. -I../include -I/usr/local/Cellar/ncurses/5.9/include/ncurses -O2 --param max-inline-insns-single=1200 -no-cpp-precomp -g -DTRACE -c ../ncurses/./base/lib_inchstr.c -o ../obj_g/lib_inchstr.o
brew: superenv removed: -I. -I. -O2 -g
cc -DHAVE_CONFIG_H -I../ncurses -I. -D_DARWIN_C_SOURCE -DNDEBUG -I. -I../include -I/usr/local/Cellar/ncurses/5.9/include/ncurses -O2 --param max-inline-insns-single=1200 -no-cpp-precomp -g -DTRACE -c ../ncurses/./base/lib_initscr.c -o ../obj_g/lib_initscr.o
brew: superenv removed: -I. -I. -O2 -g
cc -DHAVE_CONFIG_H -I../ncurses -I. -D_DARWIN_C_SOURCE -DNDEBUG -I. -I../include -I/usr/local/Cellar/ncurses/5.9/include/ncurses -O2 --param max-inline-insns-single=1200 -no-cpp-precomp -g -DTRACE -c ../ncurses/./base/lib_insch.c -o ../obj_g/lib_insch.o
brew: superenv removed: -I. -I. -O2 -g
cc -DHAVE_CONFIG_H -I../ncurses -I. -D_DARWIN_C_SOURCE -DNDEBUG -I. -I../include -I/usr/local/Cellar/ncurses/5.9/include/ncurses -O2 --param max-inline-insns-single=1200 -no-cpp-precomp -g -DTRACE -c ../ncurses/./base/lib_insdel.c -o ../obj_g/lib_insdel.o
brew: superenv removed: -I. -I. -O2 -g
cc -DHAVE_CONFIG_H -I../ncurses -I. -D_DARWIN_C_SOURCE -DNDEBUG -I. -I../include -I/usr/local/Cellar/ncurses/5.9/include/ncurses -O2 --param max-inline-insns-single=1200 -no-cpp-precomp -g -DTRACE -c ../ncurses/./base/lib_insnstr.c -o ../obj_g/lib_insnstr.o
brew: superenv removed: -I. -I. -O2 -g
cc -DHAVE_CONFIG_H -I../ncurses -I. -D_DARWIN_C_SOURCE -DNDEBUG -I. -I../include -I/usr/local/Cellar/ncurses/5.9/include/ncurses -O2 --param max-inline-insns-single=1200 -no-cpp-precomp -g -DTRACE -c ../ncurses/./base/lib_instr.c -o ../obj_g/lib_instr.o
brew: superenv removed: -I. -I. -O2 -g
cc -DHAVE_CONFIG_H -I../ncurses -I. -D_DARWIN_C_SOURCE -DNDEBUG -I. -I../include -I/usr/local/Cellar/ncurses/5.9/include/ncurses -O2 --param max-inline-insns-single=1200 -no-cpp-precomp -g -DTRACE -c ../ncurses/./base/lib_isendwin.c -o ../obj_g/lib_isendwin.o
brew: superenv removed: -I. -I. -O2 -g
cc -DHAVE_CONFIG_H -I../ncurses -I. -D_DARWIN_C_SOURCE -DNDEBUG -I. -I../include -I/usr/local/Cellar/ncurses/5.9/include/ncurses -O2 --param max-inline-insns-single=1200 -no-cpp-precomp -g -DTRACE -c ../ncurses/./base/lib_leaveok.c -o ../obj_g/lib_leaveok.o
brew: superenv removed: -I. -I. -O2 -g
cc -DHAVE_CONFIG_H -I../ncurses -I. -D_DARWIN_C_SOURCE -DNDEBUG -I. -I../include -I/usr/local/Cellar/ncurses/5.9/include/ncurses -O2 --param max-inline-insns-single=1200 -no-cpp-precomp -g -DTRACE -c ../ncurses/./base/lib_mouse.c -o ../obj_g/lib_mouse.o
brew: superenv removed: -I. -I. -O2 -g
cc -DHAVE_CONFIG_H -I../ncurses -I. -D_DARWIN_C_SOURCE -DNDEBUG -I. -I../include -I/usr/local/Cellar/ncurses/5.9/include/ncurses -O2 --param max-inline-insns-single=1200 -no-cpp-precomp -g -DTRACE -c ../ncurses/./base/lib_move.c -o ../obj_g/lib_move.o
brew: superenv removed: -I. -I. -O2 -g
cc -DHAVE_CONFIG_H -I../ncurses -I. -D_DARWIN_C_SOURCE -DNDEBUG -I. -I../include -I/usr/local/Cellar/ncurses/5.9/include/ncurses -O2 --param max-inline-insns-single=1200 -no-cpp-precomp -g -DTRACE -c ../ncurses/./tty/lib_mvcur.c -o ../obj_g/lib_mvcur.o
brew: superenv removed: -I. -I. -O2 -g
cc -DHAVE_CONFIG_H -I../ncurses -I. -D_DARWIN_C_SOURCE -DNDEBUG -I. -I../include -I/usr/local/Cellar/ncurses/5.9/include/ncurses -O2 --param max-inline-insns-single=1200 -no-cpp-precomp -g -DTRACE -c ../ncurses/./base/lib_mvwin.c -o ../obj_g/lib_mvwin.o
brew: superenv removed: -I. -I. -O2 -g
cc -DHAVE_CONFIG_H -I../ncurses -I. -D_DARWIN_C_SOURCE -DNDEBUG -I. -I../include -I/usr/local/Cellar/ncurses/5.9/include/ncurses -O2 --param max-inline-insns-single=1200 -no-cpp-precomp -g -DTRACE -c ../ncurses/./base/lib_newterm.c -o ../obj_g/lib_newterm.o
brew: superenv removed: -I. -I. -O2 -g
cc -DHAVE_CONFIG_H -I../ncurses -I. -D_DARWIN_C_SOURCE -DNDEBUG -I. -I../include -I/usr/local/Cellar/ncurses/5.9/include/ncurses -O2 --param max-inline-insns-single=1200 -no-cpp-precomp -g -DTRACE -c ../ncurses/./base/lib_newwin.c -o ../obj_g/lib_newwin.o
brew: superenv removed: -I. -I. -O2 -g
cc -DHAVE_CONFIG_H -I../ncurses -I. -D_DARWIN_C_SOURCE -DNDEBUG -I. -I../include -I/usr/local/Cellar/ncurses/5.9/include/ncurses -O2 --param max-inline-insns-single=1200 -no-cpp-precomp -g -DTRACE -c ../ncurses/./base/lib_nl.c -o ../obj_g/lib_nl.o
brew: superenv removed: -I. -I. -O2 -g
cc -DHAVE_CONFIG_H -I../ncurses -I. -D_DARWIN_C_SOURCE -DNDEBUG -I. -I../include -I/usr/local/Cellar/ncurses/5.9/include/ncurses -O2 --param max-inline-insns-single=1200 -no-cpp-precomp -g -DTRACE -c ../ncurses/./base/lib_overlay.c -o ../obj_g/lib_overlay.o
brew: superenv removed: -I. -I. -O2 -g
cc -DHAVE_CONFIG_H -I../ncurses -I. -D_DARWIN_C_SOURCE -DNDEBUG -I. -I../include -I/usr/local/Cellar/ncurses/5.9/include/ncurses -O2 --param max-inline-insns-single=1200 -no-cpp-precomp -g -DTRACE -c ../ncurses/./base/lib_pad.c -o ../obj_g/lib_pad.o
brew: superenv removed: -I. -I. -O2 -g
cc -DHAVE_CONFIG_H -I../ncurses -I. -D_DARWIN_C_SOURCE -DNDEBUG -I. -I../include -I/usr/local/Cellar/ncurses/5.9/include/ncurses -O2 --param max-inline-insns-single=1200 -no-cpp-precomp -g -DTRACE -c ../ncurses/./base/lib_printw.c -o ../obj_g/lib_printw.o
brew: superenv removed: -I. -I. -O2 -g
cc -DHAVE_CONFIG_H -I../ncurses -I. -D_DARWIN_C_SOURCE -DNDEBUG -I. -I../include -I/usr/local/Cellar/ncurses/5.9/include/ncurses -O2 --param max-inline-insns-single=1200 -no-cpp-precomp -g -DTRACE -c ../ncurses/./base/lib_redrawln.c -o ../obj_g/lib_redrawln.o
brew: superenv removed: -I. -I. -O2 -g
cc -DHAVE_CONFIG_H -I../ncurses -I. -D_DARWIN_C_SOURCE -DNDEBUG -I. -I../include -I/usr/local/Cellar/ncurses/5.9/include/ncurses -O2 --param max-inline-insns-single=1200 -no-cpp-precomp -g -DTRACE -c ../ncurses/./base/lib_refresh.c -o ../obj_g/lib_refresh.o
brew: superenv removed: -I. -I. -O2 -g
cc -DHAVE_CONFIG_H -I../ncurses -I. -D_DARWIN_C_SOURCE -DNDEBUG -I. -I../include -I/usr/local/Cellar/ncurses/5.9/include/ncurses -O2 --param max-inline-insns-single=1200 -no-cpp-precomp -g -DTRACE -c ../ncurses/./base/lib_restart.c -o ../obj_g/lib_restart.o
brew: superenv removed: -I. -I. -O2 -g
cc -DHAVE_CONFIG_H -I../ncurses -I. -D_DARWIN_C_SOURCE -DNDEBUG -I. -I../include -I/usr/local/Cellar/ncurses/5.9/include/ncurses -O2 --param max-inline-insns-single=1200 -no-cpp-precomp -g -DTRACE -c ../ncurses/./base/lib_scanw.c -o ../obj_g/lib_scanw.o
brew: superenv removed: -I. -I. -O2 -g
cc -DHAVE_CONFIG_H -I../ncurses -I. -D_DARWIN_C_SOURCE -DNDEBUG -I. -I../include -I/usr/local/Cellar/ncurses/5.9/include/ncurses -O2 --param max-inline-insns-single=1200 -no-cpp-precomp -g -DTRACE -c ../ncurses/./base/lib_screen.c -o ../obj_g/lib_screen.o
brew: superenv removed: -I. -I. -O2 -g
cc -DHAVE_CONFIG_H -I../ncurses -I. -D_DARWIN_C_SOURCE -DNDEBUG -I. -I../include -I/usr/local/Cellar/ncurses/5.9/include/ncurses -O2 --param max-inline-insns-single=1200 -no-cpp-precomp -g -DTRACE -c ../ncurses/./base/lib_scroll.c -o ../obj_g/lib_scroll.o
brew: superenv removed: -I. -I. -O2 -g
cc -DHAVE_CONFIG_H -I../ncurses -I. -D_DARWIN_C_SOURCE -DNDEBUG -I. -I../include -I/usr/local/Cellar/ncurses/5.9/include/ncurses -O2 --param max-inline-insns-single=1200 -no-cpp-precomp -g -DTRACE -c ../ncurses/./base/lib_scrollok.c -o ../obj_g/lib_scrollok.o
brew: superenv removed: -I. -I. -O2 -g
cc -DHAVE_CONFIG_H -I../ncurses -I. -D_DARWIN_C_SOURCE -DNDEBUG -I. -I../include -I/usr/local/Cellar/ncurses/5.9/include/ncurses -O2 --param max-inline-insns-single=1200 -no-cpp-precomp -g -DTRACE -c ../ncurses/./base/lib_scrreg.c -o ../obj_g/lib_scrreg.o
brew: superenv removed: -I. -I. -O2 -g
cc -DHAVE_CONFIG_H -I../ncurses -I. -D_DARWIN_C_SOURCE -DNDEBUG -I. -I../include -I/usr/local/Cellar/ncurses/5.9/include/ncurses -O2 --param max-inline-insns-single=1200 -no-cpp-precomp -g -DTRACE -c ../ncurses/./base/lib_set_term.c -o ../obj_g/lib_set_term.o
brew: superenv removed: -I. -I. -O2 -g
cc -DHAVE_CONFIG_H -I../ncurses -I. -D_DARWIN_C_SOURCE -DNDEBUG -I. -I../include -I/usr/local/Cellar/ncurses/5.9/include/ncurses -O2 --param max-inline-insns-single=1200 -no-cpp-precomp -g -DTRACE -c ../ncurses/./base/lib_slk.c -o ../obj_g/lib_slk.o
brew: superenv removed: -I. -I. -O2 -g
cc -DHAVE_CONFIG_H -I../ncurses -I. -D_DARWIN_C_SOURCE -DNDEBUG -I. -I../include -I/usr/local/Cellar/ncurses/5.9/include/ncurses -O2 --param max-inline-insns-single=1200 -no-cpp-precomp -g -DTRACE -c ../ncurses/./base/lib_slkatr_set.c -o ../obj_g/lib_slkatr_set.o
brew: superenv removed: -I. -I. -O2 -g
cc -DHAVE_CONFIG_H -I../ncurses -I. -D_DARWIN_C_SOURCE -DNDEBUG -I. -I../include -I/usr/local/Cellar/ncurses/5.9/include/ncurses -O2 --param max-inline-insns-single=1200 -no-cpp-precomp -g -DTRACE -c ../ncurses/./base/lib_slkatrof.c -o ../obj_g/lib_slkatrof.o
brew: superenv removed: -I. -I. -O2 -g
cc -DHAVE_CONFIG_H -I../ncurses -I. -D_DARWIN_C_SOURCE -DNDEBUG -I. -I../include -I/usr/local/Cellar/ncurses/5.9/include/ncurses -O2 --param max-inline-insns-single=1200 -no-cpp-precomp -g -DTRACE -c ../ncurses/./base/lib_slkatron.c -o ../obj_g/lib_slkatron.o
brew: superenv removed: -I. -I. -O2 -g
cc -DHAVE_CONFIG_H -I../ncurses -I. -D_DARWIN_C_SOURCE -DNDEBUG -I. -I../include -I/usr/local/Cellar/ncurses/5.9/include/ncurses -O2 --param max-inline-insns-single=1200 -no-cpp-precomp -g -DTRACE -c ../ncurses/./base/lib_slkatrset.c -o ../obj_g/lib_slkatrset.o
brew: superenv removed: -I. -I. -O2 -g
cc -DHAVE_CONFIG_H -I../ncurses -I. -D_DARWIN_C_SOURCE -DNDEBUG -I. -I../include -I/usr/local/Cellar/ncurses/5.9/include/ncurses -O2 --param max-inline-insns-single=1200 -no-cpp-precomp -g -DTRACE -c ../ncurses/./base/lib_slkattr.c -o ../obj_g/lib_slkattr.o
brew: superenv removed: -I. -I. -O2 -g
cc -DHAVE_CONFIG_H -I../ncurses -I. -D_DARWIN_C_SOURCE -DNDEBUG -I. -I../include -I/usr/local/Cellar/ncurses/5.9/include/ncurses -O2 --param max-inline-insns-single=1200 -no-cpp-precomp -g -DTRACE -c ../ncurses/./base/lib_slkclear.c -o ../obj_g/lib_slkclear.o
brew: superenv removed: -I. -I. -O2 -g
cc -DHAVE_CONFIG_H -I../ncurses -I. -D_DARWIN_C_SOURCE -DNDEBUG -I. -I../include -I/usr/local/Cellar/ncurses/5.9/include/ncurses -O2 --param max-inline-insns-single=1200 -no-cpp-precomp -g -DTRACE -c ../ncurses/./base/lib_slkcolor.c -o ../obj_g/lib_slkcolor.o
brew: superenv removed: -I. -I. -O2 -g
cc -DHAVE_CONFIG_H -I../ncurses -I. -D_DARWIN_C_SOURCE -DNDEBUG -I. -I../include -I/usr/local/Cellar/ncurses/5.9/include/ncurses -O2 --param max-inline-insns-single=1200 -no-cpp-precomp -g -DTRACE -c ../ncurses/./base/lib_slkinit.c -o ../obj_g/lib_slkinit.o
brew: superenv removed: -I. -I. -O2 -g
cc -DHAVE_CONFIG_H -I../ncurses -I. -D_DARWIN_C_SOURCE -DNDEBUG -I. -I../include -I/usr/local/Cellar/ncurses/5.9/include/ncurses -O2 --param max-inline-insns-single=1200 -no-cpp-precomp -g -DTRACE -c ../ncurses/./base/lib_slklab.c -o ../obj_g/lib_slklab.o
brew: superenv removed: -I. -I. -O2 -g
cc -DHAVE_CONFIG_H -I../ncurses -I. -D_DARWIN_C_SOURCE -DNDEBUG -I. -I../include -I/usr/local/Cellar/ncurses/5.9/include/ncurses -O2 --param max-inline-insns-single=1200 -no-cpp-precomp -g -DTRACE -c ../ncurses/./base/lib_slkrefr.c -o ../obj_g/lib_slkrefr.o
brew: superenv removed: -I. -I. -O2 -g
cc -DHAVE_CONFIG_H -I../ncurses -I. -D_DARWIN_C_SOURCE -DNDEBUG -I. -I../include -I/usr/local/Cellar/ncurses/5.9/include/ncurses -O2 --param max-inline-insns-single=1200 -no-cpp-precomp -g -DTRACE -c ../ncurses/./base/lib_slkset.c -o ../obj_g/lib_slkset.o
brew: superenv removed: -I. -I. -O2 -g
cc -DHAVE_CONFIG_H -I../ncurses -I. -D_DARWIN_C_SOURCE -DNDEBUG -I. -I../include -I/usr/local/Cellar/ncurses/5.9/include/ncurses -O2 --param max-inline-insns-single=1200 -no-cpp-precomp -g -DTRACE -c ../ncurses/./base/lib_slktouch.c -o ../obj_g/lib_slktouch.o
brew: superenv removed: -I. -I. -O2 -g
cc -DHAVE_CONFIG_H -I../ncurses -I. -D_DARWIN_C_SOURCE -DNDEBUG -I. -I../include -I/usr/local/Cellar/ncurses/5.9/include/ncurses -O2 --param max-inline-insns-single=1200 -no-cpp-precomp -g -DTRACE -c ../ncurses/./base/lib_touch.c -o ../obj_g/lib_touch.o
brew: superenv removed: -I. -I. -O2 -g
cc -DHAVE_CONFIG_H -I../ncurses -I. -D_DARWIN_C_SOURCE -DNDEBUG -I. -I../include -I/usr/local/Cellar/ncurses/5.9/include/ncurses -O2 --param max-inline-insns-single=1200 -no-cpp-precomp -g -DTRACE -c ../ncurses/./trace/lib_tracedmp.c -o ../obj_g/lib_tracedmp.o
brew: superenv removed: -I. -I. -O2 -g
cc -DHAVE_CONFIG_H -I../ncurses -I. -D_DARWIN_C_SOURCE -DNDEBUG -I. -I../include -I/usr/local/Cellar/ncurses/5.9/include/ncurses -O2 --param max-inline-insns-single=1200 -no-cpp-precomp -g -DTRACE -c ../ncurses/./trace/lib_tracemse.c -o ../obj_g/lib_tracemse.o
brew: superenv removed: -I. -I. -O2 -g
cc -DHAVE_CONFIG_H -I../ncurses -I. -D_DARWIN_C_SOURCE -DNDEBUG -I. -I../include -I/usr/local/Cellar/ncurses/5.9/include/ncurses -O2 --param max-inline-insns-single=1200 -no-cpp-precomp -g -DTRACE -c ../ncurses/./tty/lib_tstp.c -o ../obj_g/lib_tstp.o
brew: superenv removed: -I. -I. -O2 -g
cc -DHAVE_CONFIG_H -I../ncurses -I. -D_DARWIN_C_SOURCE -DNDEBUG -I. -I../include -I/usr/local/Cellar/ncurses/5.9/include/ncurses -O2 --param max-inline-insns-single=1200 -no-cpp-precomp -g -DTRACE -c ../ncurses/./base/lib_ungetch.c -o ../obj_g/lib_ungetch.o
brew: superenv removed: -I. -I. -O2 -g
cc -DHAVE_CONFIG_H -I../ncurses -I. -D_DARWIN_C_SOURCE -DNDEBUG -I. -I../include -I/usr/local/Cellar/ncurses/5.9/include/ncurses -O2 --param max-inline-insns-single=1200 -no-cpp-precomp -g -DTRACE -c ../ncurses/./tty/lib_vidattr.c -o ../obj_g/lib_vidattr.o
brew: superenv removed: -I. -I. -O2 -g
cc -DHAVE_CONFIG_H -I../ncurses -I. -D_DARWIN_C_SOURCE -DNDEBUG -I. -I../include -I/usr/local/Cellar/ncurses/5.9/include/ncurses -O2 --param max-inline-insns-single=1200 -no-cpp-precomp -g -DTRACE -c ../ncurses/./base/lib_vline.c -o ../obj_g/lib_vline.o
brew: superenv removed: -I. -I. -O2 -g
cc -DHAVE_CONFIG_H -I../ncurses -I. -D_DARWIN_C_SOURCE -DNDEBUG -I. -I../include -I/usr/local/Cellar/ncurses/5.9/include/ncurses -O2 --param max-inline-insns-single=1200 -no-cpp-precomp -g -DTRACE -c ../ncurses/./base/lib_wattroff.c -o ../obj_g/lib_wattroff.o
brew: superenv removed: -I. -I. -O2 -g
cc -DHAVE_CONFIG_H -I../ncurses -I. -D_DARWIN_C_SOURCE -DNDEBUG -I. -I../include -I/usr/local/Cellar/ncurses/5.9/include/ncurses -O2 --param max-inline-insns-single=1200 -no-cpp-precomp -g -DTRACE -c ../ncurses/./base/lib_wattron.c -o ../obj_g/lib_wattron.o
brew: superenv removed: -I. -I. -O2 -g
cc -DHAVE_CONFIG_H -I../ncurses -I. -D_DARWIN_C_SOURCE -DNDEBUG -I. -I../include -I/usr/local/Cellar/ncurses/5.9/include/ncurses -O2 --param max-inline-insns-single=1200 -no-cpp-precomp -g -DTRACE -c ../ncurses/./base/lib_winch.c -o ../obj_g/lib_winch.o
brew: superenv removed: -I. -I. -O2 -g
cc -DHAVE_CONFIG_H -I../ncurses -I. -D_DARWIN_C_SOURCE -DNDEBUG -I. -I../include -I/usr/local/Cellar/ncurses/5.9/include/ncurses -O2 --param max-inline-insns-single=1200 -no-cpp-precomp -g -DTRACE -c ../ncurses/./base/lib_window.c -o ../obj_g/lib_window.o
brew: superenv removed: -I. -I. -O2 -g
cc -DHAVE_CONFIG_H -I../ncurses -I. -D_DARWIN_C_SOURCE -DNDEBUG -I. -I../include -I/usr/local/Cellar/ncurses/5.9/include/ncurses -O2 --param max-inline-insns-single=1200 -no-cpp-precomp -g -DTRACE -c ../ncurses/./base/nc_panel.c -o ../obj_g/nc_panel.o
brew: superenv removed: -I. -I. -O2 -g
cc -DHAVE_CONFIG_H -I../ncurses -I. -D_DARWIN_C_SOURCE -DNDEBUG -I. -I../include -I/usr/local/Cellar/ncurses/5.9/include/ncurses -O2 --param max-inline-insns-single=1200 -no-cpp-precomp -g -DTRACE -c ../ncurses/./base/safe_sprintf.c -o ../obj_g/safe_sprintf.o
brew: superenv removed: -I. -I. -O2 -g
cc -DHAVE_CONFIG_H -I../ncurses -I. -D_DARWIN_C_SOURCE -DNDEBUG -I. -I../include -I/usr/local/Cellar/ncurses/5.9/include/ncurses -O2 --param max-inline-insns-single=1200 -no-cpp-precomp -g -DTRACE -c ../ncurses/./tty/tty_update.c -o ../obj_g/tty_update.o
brew: superenv removed: -I. -I. -O2 -g
cc -DHAVE_CONFIG_H -I../ncurses -I. -D_DARWIN_C_SOURCE -DNDEBUG -I. -I../include -I/usr/local/Cellar/ncurses/5.9/include/ncurses -O2 --param max-inline-insns-single=1200 -no-cpp-precomp -g -DTRACE -c ../ncurses/./trace/varargs.c -o ../obj_g/varargs.o
brew: superenv removed: -I. -I. -O2 -g
cc -DHAVE_CONFIG_H -I../ncurses -I. -D_DARWIN_C_SOURCE -DNDEBUG -I. -I../include -I/usr/local/Cellar/ncurses/5.9/include/ncurses -O2 --param max-inline-insns-single=1200 -no-cpp-precomp -g -DTRACE -c ../ncurses/./base/memmove.c -o ../obj_g/memmove.o
brew: superenv removed: -I. -I. -O2 -g
cc -DHAVE_CONFIG_H -I../ncurses -I. -D_DARWIN_C_SOURCE -DNDEBUG -I. -I../include -I/usr/local/Cellar/ncurses/5.9/include/ncurses -O2 --param max-inline-insns-single=1200 -no-cpp-precomp -g -DTRACE -c ../ncurses/./base/vsscanf.c -o ../obj_g/vsscanf.o
brew: superenv removed: -I. -I. -O2 -g
cc -DHAVE_CONFIG_H -I../ncurses -I. -D_DARWIN_C_SOURCE -DNDEBUG -I. -I../include -I/usr/local/Cellar/ncurses/5.9/include/ncurses -O2 --param max-inline-insns-single=1200 -no-cpp-precomp -g -DTRACE -c ../ncurses/./base/lib_freeall.c -o ../obj_g/lib_freeall.o
brew: superenv removed: -I. -I. -O2 -g
cc -DHAVE_CONFIG_H -I../ncurses -I. -D_DARWIN_C_SOURCE -DNDEBUG -I. -I../include -I/usr/local/Cellar/ncurses/5.9/include/ncurses -O2 --param max-inline-insns-single=1200 -no-cpp-precomp -g -DTRACE -c ../ncurses/expanded.c -o ../obj_g/expanded.o
brew: superenv removed: -I. -I. -O2 -g
cc -DHAVE_CONFIG_H -I../ncurses -I. -D_DARWIN_C_SOURCE -DNDEBUG -I. -I../include -I/usr/local/Cellar/ncurses/5.9/include/ncurses -O2 --param max-inline-insns-single=1200 -no-cpp-precomp -g -DTRACE -c ../ncurses/./base/legacy_coding.c -o ../obj_g/legacy_coding.o
brew: superenv removed: -I. -I. -O2 -g
cc -DHAVE_CONFIG_H -I../ncurses -I. -D_DARWIN_C_SOURCE -DNDEBUG -I. -I../include -I/usr/local/Cellar/ncurses/5.9/include/ncurses -O2 --param max-inline-insns-single=1200 -no-cpp-precomp -g -DTRACE -c ../ncurses/./base/lib_dft_fgbg.c -o ../obj_g/lib_dft_fgbg.o
brew: superenv removed: -I. -I. -O2 -g
cc -DHAVE_CONFIG_H -I../ncurses -I. -D_DARWIN_C_SOURCE -DNDEBUG -I. -I../include -I/usr/local/Cellar/ncurses/5.9/include/ncurses -O2 --param max-inline-insns-single=1200 -no-cpp-precomp -g -DTRACE -c ../ncurses/./tinfo/lib_print.c -o ../obj_g/lib_print.o
brew: superenv removed: -I. -I. -O2 -g
cc -DHAVE_CONFIG_H -I../ncurses -I. -D_DARWIN_C_SOURCE -DNDEBUG -I. -I../include -I/usr/local/Cellar/ncurses/5.9/include/ncurses -O2 --param max-inline-insns-single=1200 -no-cpp-precomp -g -DTRACE -c ../ncurses/./base/resizeterm.c -o ../obj_g/resizeterm.o
brew: superenv removed: -I. -I. -O2 -g
cc -DHAVE_CONFIG_H -I../ncurses -I. -D_DARWIN_C_SOURCE -DNDEBUG -I. -I../include -I/usr/local/Cellar/ncurses/5.9/include/ncurses -O2 --param max-inline-insns-single=1200 -no-cpp-precomp -g -DTRACE -c ../ncurses/./trace/trace_xnames.c -o ../obj_g/trace_xnames.o
brew: superenv removed: -I. -I. -O2 -g
cc -DHAVE_CONFIG_H -I../ncurses -I. -D_DARWIN_C_SOURCE -DNDEBUG -I. -I../include -I/usr/local/Cellar/ncurses/5.9/include/ncurses -O2 --param max-inline-insns-single=1200 -no-cpp-precomp -g -DTRACE -c ../ncurses/./tinfo/use_screen.c -o ../obj_g/use_screen.o
brew: superenv removed: -I. -I. -O2 -g
cc -DHAVE_CONFIG_H -I../ncurses -I. -D_DARWIN_C_SOURCE -DNDEBUG -I. -I../include -I/usr/local/Cellar/ncurses/5.9/include/ncurses -O2 --param max-inline-insns-single=1200 -no-cpp-precomp -g -DTRACE -c ../ncurses/./base/use_window.c -o ../obj_g/use_window.o
brew: superenv removed: -I. -I. -O2 -g
cc -DHAVE_CONFIG_H -I../ncurses -I. -D_DARWIN_C_SOURCE -DNDEBUG -I. -I../include -I/usr/local/Cellar/ncurses/5.9/include/ncurses -O2 --param max-inline-insns-single=1200 -no-cpp-precomp -g -DTRACE -c ../ncurses/./base/wresize.c -o ../obj_g/wresize.o
brew: superenv removed: -I. -I. -O2 -g
cc -DHAVE_CONFIG_H -I../ncurses -I. -D_DARWIN_C_SOURCE -DNDEBUG -I. -I../include -I/usr/local/Cellar/ncurses/5.9/include/ncurses -O2 --param max-inline-insns-single=1200 -no-cpp-precomp -g -DTRACE -c ../ncurses/./tinfo/access.c -o ../obj_g/access.o
brew: superenv removed: -I. -I. -O2 -g
cc -DHAVE_CONFIG_H -I../ncurses -I. -D_DARWIN_C_SOURCE -DNDEBUG -I. -I../include -I/usr/local/Cellar/ncurses/5.9/include/ncurses -O2 --param max-inline-insns-single=1200 -no-cpp-precomp -g -DTRACE -c ../ncurses/./tinfo/add_tries.c -o ../obj_g/add_tries.o
brew: superenv removed: -I. -I. -O2 -g
cc -DHAVE_CONFIG_H -I../ncurses -I. -D_DARWIN_C_SOURCE -DNDEBUG -I. -I../include -I/usr/local/Cellar/ncurses/5.9/include/ncurses -O2 --param max-inline-insns-single=1200 -no-cpp-precomp -g -DTRACE -c ../ncurses/./tinfo/alloc_ttype.c -o ../obj_g/alloc_ttype.o
brew: superenv removed: -I. -I. -O2 -g
cc -DHAVE_CONFIG_H -I../ncurses -I. -D_DARWIN_C_SOURCE -DNDEBUG -I. -I../include -I/usr/local/Cellar/ncurses/5.9/include/ncurses -O2 --param max-inline-insns-single=1200 -no-cpp-precomp -g -DTRACE -c ../ncurses/codes.c -o ../obj_g/codes.o
brew: superenv removed: -I. -I. -O2 -g
cc -DHAVE_CONFIG_H -I../ncurses -I. -D_DARWIN_C_SOURCE -DNDEBUG -I. -I../include -I/usr/local/Cellar/ncurses/5.9/include/ncurses -O2 --param max-inline-insns-single=1200 -no-cpp-precomp -g -DTRACE -c ../ncurses/comp_captab.c -o ../obj_g/comp_captab.o
brew: superenv removed: -I. -I. -O2 -g
cc -DHAVE_CONFIG_H -I../ncurses -I. -D_DARWIN_C_SOURCE -DNDEBUG -I. -I../include -I/usr/local/Cellar/ncurses/5.9/include/ncurses -O2 --param max-inline-insns-single=1200 -no-cpp-precomp -g -DTRACE -c ../ncurses/./tinfo/comp_error.c -o ../obj_g/comp_error.o
brew: superenv removed: -I. -I. -O2 -g
cc -DHAVE_CONFIG_H -I../ncurses -I. -D_DARWIN_C_SOURCE -DNDEBUG -I. -I../include -I/usr/local/Cellar/ncurses/5.9/include/ncurses -O2 --param max-inline-insns-single=1200 -no-cpp-precomp -g -DTRACE -c ../ncurses/./tinfo/comp_hash.c -o ../obj_g/comp_hash.o
brew: superenv removed: -I. -I. -O2 -g
cc -DHAVE_CONFIG_H -I../ncurses -I. -D_DARWIN_C_SOURCE -DNDEBUG -I. -I../include -I/usr/local/Cellar/ncurses/5.9/include/ncurses -O2 --param max-inline-insns-single=1200 -no-cpp-precomp -g -DTRACE -c ../ncurses/./tinfo/db_iterator.c -o ../obj_g/db_iterator.o
brew: superenv removed: -I. -I. -O2 -g
cc -DHAVE_CONFIG_H -I../ncurses -I. -D_DARWIN_C_SOURCE -DNDEBUG -I. -I../include -I/usr/local/Cellar/ncurses/5.9/include/ncurses -O2 --param max-inline-insns-single=1200 -no-cpp-precomp -g -DTRACE -c ../ncurses/./tinfo/doalloc.c -o ../obj_g/doalloc.o
brew: superenv removed: -I. -I. -O2 -g
cc -DHAVE_CONFIG_H -I../ncurses -I. -D_DARWIN_C_SOURCE -DNDEBUG -I. -I../include -I/usr/local/Cellar/ncurses/5.9/include/ncurses -O2 --param max-inline-insns-single=1200 -no-cpp-precomp -g -DTRACE -c ../ncurses/./tinfo/entries.c -o ../obj_g/entries.o
brew: superenv removed: -I. -I. -O2 -g
cc -DHAVE_CONFIG_H -I../ncurses -I. -D_DARWIN_C_SOURCE -DNDEBUG -I. -I../include -I/usr/local/Cellar/ncurses/5.9/include/ncurses -O2 --param max-inline-insns-single=1200 -no-cpp-precomp -g -DTRACE -c ../ncurses/fallback.c -o ../obj_g/fallback.o
brew: superenv removed: -I. -I. -O2 -g
cc -DHAVE_CONFIG_H -I../ncurses -I. -D_DARWIN_C_SOURCE -DNDEBUG -I. -I../include -I/usr/local/Cellar/ncurses/5.9/include/ncurses -O2 --param max-inline-insns-single=1200 -no-cpp-precomp -g -DTRACE -c ../ncurses/./tinfo/free_ttype.c -o ../obj_g/free_ttype.o
brew: superenv removed: -I. -I. -O2 -g
cc -DHAVE_CONFIG_H -I../ncurses -I. -D_DARWIN_C_SOURCE -DNDEBUG -I. -I../include -I/usr/local/Cellar/ncurses/5.9/include/ncurses -O2 --param max-inline-insns-single=1200 -no-cpp-precomp -g -DTRACE -c ../ncurses/./tinfo/getenv_num.c -o ../obj_g/getenv_num.o
brew: superenv removed: -I. -I. -O2 -g
cc -DHAVE_CONFIG_H -I../ncurses -I. -D_DARWIN_C_SOURCE -DNDEBUG -I. -I../include -I/usr/local/Cellar/ncurses/5.9/include/ncurses -O2 --param max-inline-insns-single=1200 -no-cpp-precomp -g -DTRACE -c ../ncurses/./tinfo/home_terminfo.c -o ../obj_g/home_terminfo.o
brew: superenv removed: -I. -I. -O2 -g
cc -DHAVE_CONFIG_H -I../ncurses -I. -D_DARWIN_C_SOURCE -DNDEBUG -I. -I../include -I/usr/local/Cellar/ncurses/5.9/include/ncurses -O2 --param max-inline-insns-single=1200 -no-cpp-precomp -g -DTRACE -c ../ncurses/./tinfo/init_keytry.c -o ../obj_g/init_keytry.o
brew: superenv removed: -I. -I. -O2 -g
cc -DHAVE_CONFIG_H -I../ncurses -I. -D_DARWIN_C_SOURCE -DNDEBUG -I. -I../include -I/usr/local/Cellar/ncurses/5.9/include/ncurses -O2 --param max-inline-insns-single=1200 -no-cpp-precomp -g -DTRACE -c ../ncurses/./tinfo/lib_acs.c -o ../obj_g/lib_acs.o
brew: superenv removed: -I. -I. -O2 -g
cc -DHAVE_CONFIG_H -I../ncurses -I. -D_DARWIN_C_SOURCE -DNDEBUG -I. -I../include -I/usr/local/Cellar/ncurses/5.9/include/ncurses -O2 --param max-inline-insns-single=1200 -no-cpp-precomp -g -DTRACE -c ../ncurses/./tinfo/lib_baudrate.c -o ../obj_g/lib_baudrate.o
brew: superenv removed: -I. -I. -O2 -g
cc -DHAVE_CONFIG_H -I../ncurses -I. -D_DARWIN_C_SOURCE -DNDEBUG -I. -I../include -I/usr/local/Cellar/ncurses/5.9/include/ncurses -O2 --param max-inline-insns-single=1200 -no-cpp-precomp -g -DTRACE -c ../ncurses/./tinfo/lib_cur_term.c -o ../obj_g/lib_cur_term.o
brew: superenv removed: -I. -I. -O2 -g
cc -DHAVE_CONFIG_H -I../ncurses -I. -D_DARWIN_C_SOURCE -DNDEBUG -I. -I../include -I/usr/local/Cellar/ncurses/5.9/include/ncurses -O2 --param max-inline-insns-single=1200 -no-cpp-precomp -g -DTRACE -c ../ncurses/./tinfo/lib_data.c -o ../obj_g/lib_data.o
brew: superenv removed: -I. -I. -O2 -g
cc -DHAVE_CONFIG_H -I../ncurses -I. -D_DARWIN_C_SOURCE -DNDEBUG -I. -I../include -I/usr/local/Cellar/ncurses/5.9/include/ncurses -O2 --param max-inline-insns-single=1200 -no-cpp-precomp -g -DTRACE -c ../ncurses/./tinfo/lib_has_cap.c -o ../obj_g/lib_has_cap.o
brew: superenv removed: -I. -I. -O2 -g
cc -DHAVE_CONFIG_H -I../ncurses -I. -D_DARWIN_C_SOURCE -DNDEBUG -I. -I../include -I/usr/local/Cellar/ncurses/5.9/include/ncurses -O2 --param max-inline-insns-single=1200 -no-cpp-precomp -g -DTRACE -c ../ncurses/./tinfo/lib_kernel.c -o ../obj_g/lib_kernel.o
brew: superenv removed: -I. -I. -O2 -g
cc -DHAVE_CONFIG_H -I../ncurses -I. -D_DARWIN_C_SOURCE -DNDEBUG -I. -I../include -I/usr/local/Cellar/ncurses/5.9/include/ncurses -O2 --param max-inline-insns-single=1200 -no-cpp-precomp -g -DTRACE -c ../ncurses/lib_keyname.c -o ../obj_g/lib_keyname.o
brew: superenv removed: -I. -I. -O2 -g
cc -DHAVE_CONFIG_H -I../ncurses -I. -D_DARWIN_C_SOURCE -DNDEBUG -I. -I../include -I/usr/local/Cellar/ncurses/5.9/include/ncurses -O2 --param max-inline-insns-single=1200 -no-cpp-precomp -g -DTRACE -c ../ncurses/./tinfo/lib_longname.c -o ../obj_g/lib_longname.o
brew: superenv removed: -I. -I. -O2 -g
cc -DHAVE_CONFIG_H -I../ncurses -I. -D_DARWIN_C_SOURCE -DNDEBUG -I. -I../include -I/usr/local/Cellar/ncurses/5.9/include/ncurses -O2 --param max-inline-insns-single=1200 -no-cpp-precomp -g -DTRACE -c ../ncurses/./tinfo/lib_napms.c -o ../obj_g/lib_napms.o
brew: superenv removed: -I. -I. -O2 -g
cc -DHAVE_CONFIG_H -I../ncurses -I. -D_DARWIN_C_SOURCE -DNDEBUG -I. -I../include -I/usr/local/Cellar/ncurses/5.9/include/ncurses -O2 --param max-inline-insns-single=1200 -no-cpp-precomp -g -DTRACE -c ../ncurses/./tinfo/lib_options.c -o ../obj_g/lib_options.o
brew: superenv removed: -I. -I. -O2 -g
cc -DHAVE_CONFIG_H -I../ncurses -I. -D_DARWIN_C_SOURCE -DNDEBUG -I. -I../include -I/usr/local/Cellar/ncurses/5.9/include/ncurses -O2 --param max-inline-insns-single=1200 -no-cpp-precomp -g -DTRACE -c ../ncurses/./tinfo/lib_raw.c -o ../obj_g/lib_raw.o
brew: superenv removed: -I. -I. -O2 -g
cc -DHAVE_CONFIG_H -I../ncurses -I. -D_DARWIN_C_SOURCE -DNDEBUG -I. -I../include -I/usr/local/Cellar/ncurses/5.9/include/ncurses -O2 --param max-inline-insns-single=1200 -no-cpp-precomp -g -DTRACE -c ../ncurses/./tinfo/lib_setup.c -o ../obj_g/lib_setup.o
brew: superenv removed: -I. -I. -O2 -g
cc -DHAVE_CONFIG_H -I../ncurses -I. -D_DARWIN_C_SOURCE -DNDEBUG -I. -I../include -I/usr/local/Cellar/ncurses/5.9/include/ncurses -O2 --param max-inline-insns-single=1200 -no-cpp-precomp -g -DTRACE -c ../ncurses/./tinfo/lib_termcap.c -o ../obj_g/lib_termcap.o
brew: superenv removed: -I. -I. -O2 -g
cc -DHAVE_CONFIG_H -I../ncurses -I. -D_DARWIN_C_SOURCE -DNDEBUG -I. -I../include -I/usr/local/Cellar/ncurses/5.9/include/ncurses -O2 --param max-inline-insns-single=1200 -no-cpp-precomp -g -DTRACE -c ../ncurses/./tinfo/lib_termname.c -o ../obj_g/lib_termname.o
brew: superenv removed: -I. -I. -O2 -g
cc -DHAVE_CONFIG_H -I../ncurses -I. -D_DARWIN_C_SOURCE -DNDEBUG -I. -I../include -I/usr/local/Cellar/ncurses/5.9/include/ncurses -O2 --param max-inline-insns-single=1200 -no-cpp-precomp -g -DTRACE -c ../ncurses/./tinfo/lib_tgoto.c -o ../obj_g/lib_tgoto.o
brew: superenv removed: -I. -I. -O2 -g
cc -DHAVE_CONFIG_H -I../ncurses -I. -D_DARWIN_C_SOURCE -DNDEBUG -I. -I../include -I/usr/local/Cellar/ncurses/5.9/include/ncurses -O2 --param max-inline-insns-single=1200 -no-cpp-precomp -g -DTRACE -c ../ncurses/./tinfo/lib_ti.c -o ../obj_g/lib_ti.o
brew: superenv removed: -I. -I. -O2 -g
cc -DHAVE_CONFIG_H -I../ncurses -I. -D_DARWIN_C_SOURCE -DNDEBUG -I. -I../include -I/usr/local/Cellar/ncurses/5.9/include/ncurses -O2 --param max-inline-insns-single=1200 -no-cpp-precomp -g -DTRACE -c ../ncurses/./tinfo/lib_tparm.c -o ../obj_g/lib_tparm.o
brew: superenv removed: -I. -I. -O2 -g
cc -DHAVE_CONFIG_H -I../ncurses -I. -D_DARWIN_C_SOURCE -DNDEBUG -I. -I../include -I/usr/local/Cellar/ncurses/5.9/include/ncurses -O2 --param max-inline-insns-single=1200 -no-cpp-precomp -g -DTRACE -c ../ncurses/./tinfo/lib_tputs.c -o ../obj_g/lib_tputs.o
brew: superenv removed: -I. -I. -O2 -g
cc -DHAVE_CONFIG_H -I../ncurses -I. -D_DARWIN_C_SOURCE -DNDEBUG -I. -I../include -I/usr/local/Cellar/ncurses/5.9/include/ncurses -O2 --param max-inline-insns-single=1200 -no-cpp-precomp -g -DTRACE -c ../ncurses/./trace/lib_trace.c -o ../obj_g/lib_trace.o
brew: superenv removed: -I. -I. -O2 -g
cc -DHAVE_CONFIG_H -I../ncurses -I. -D_DARWIN_C_SOURCE -DNDEBUG -I. -I../include -I/usr/local/Cellar/ncurses/5.9/include/ncurses -O2 --param max-inline-insns-single=1200 -no-cpp-precomp -g -DTRACE -c ../ncurses/./trace/lib_traceatr.c -o ../obj_g/lib_traceatr.o
brew: superenv removed: -I. -I. -O2 -g
cc -DHAVE_CONFIG_H -I../ncurses -I. -D_DARWIN_C_SOURCE -DNDEBUG -I. -I../include -I/usr/local/Cellar/ncurses/5.9/include/ncurses -O2 --param max-inline-insns-single=1200 -no-cpp-precomp -g -DTRACE -c ../ncurses/./trace/lib_tracebits.c -o ../obj_g/lib_tracebits.o
brew: superenv removed: -I. -I. -O2 -g
cc -DHAVE_CONFIG_H -I../ncurses -I. -D_DARWIN_C_SOURCE -DNDEBUG -I. -I../include -I/usr/local/Cellar/ncurses/5.9/include/ncurses -O2 --param max-inline-insns-single=1200 -no-cpp-precomp -g -DTRACE -c ../ncurses/./trace/lib_tracechr.c -o ../obj_g/lib_tracechr.o
brew: superenv removed: -I. -I. -O2 -g
cc -DHAVE_CONFIG_H -I../ncurses -I. -D_DARWIN_C_SOURCE -DNDEBUG -I. -I../include -I/usr/local/Cellar/ncurses/5.9/include/ncurses -O2 --param max-inline-insns-single=1200 -no-cpp-precomp -g -DTRACE -c ../ncurses/./tinfo/lib_ttyflags.c -o ../obj_g/lib_ttyflags.o
brew: superenv removed: -I. -I. -O2 -g
cc -DHAVE_CONFIG_H -I../ncurses -I. -D_DARWIN_C_SOURCE -DNDEBUG -I. -I../include -I/usr/local/Cellar/ncurses/5.9/include/ncurses -O2 --param max-inline-insns-single=1200 -no-cpp-precomp -g -DTRACE -c ../ncurses/./tty/lib_twait.c -o ../obj_g/lib_twait.o
brew: superenv removed: -I. -I. -O2 -g
cc -DHAVE_CONFIG_H -I../ncurses -I. -D_DARWIN_C_SOURCE -DNDEBUG -I. -I../include -I/usr/local/Cellar/ncurses/5.9/include/ncurses -O2 --param max-inline-insns-single=1200 -no-cpp-precomp -g -DTRACE -c ../ncurses/./tinfo/name_match.c -o ../obj_g/name_match.o
brew: superenv removed: -I. -I. -O2 -g
cc -DHAVE_CONFIG_H -I../ncurses -I. -D_DARWIN_C_SOURCE -DNDEBUG -I. -I../include -I/usr/local/Cellar/ncurses/5.9/include/ncurses -O2 --param max-inline-insns-single=1200 -no-cpp-precomp -g -DTRACE -c ../ncurses/names.c -o ../obj_g/names.o
brew: superenv removed: -I. -I. -O2 -g
cc -DHAVE_CONFIG_H -I../ncurses -I. -D_DARWIN_C_SOURCE -DNDEBUG -I. -I../include -I/usr/local/Cellar/ncurses/5.9/include/ncurses -O2 --param max-inline-insns-single=1200 -no-cpp-precomp -g -DTRACE -c ../ncurses/./tinfo/read_entry.c -o ../obj_g/read_entry.o
brew: superenv removed: -I. -I. -O2 -g
cc -DHAVE_CONFIG_H -I../ncurses -I. -D_DARWIN_C_SOURCE -DNDEBUG -I. -I../include -I/usr/local/Cellar/ncurses/5.9/include/ncurses -O2 --param max-inline-insns-single=1200 -no-cpp-precomp -g -DTRACE -c ../ncurses/./tinfo/read_termcap.c -o ../obj_g/read_termcap.o
brew: superenv removed: -I. -I. -O2 -g
cc -DHAVE_CONFIG_H -I../ncurses -I. -D_DARWIN_C_SOURCE -DNDEBUG -I. -I../include -I/usr/local/Cellar/ncurses/5.9/include/ncurses -O2 --param max-inline-insns-single=1200 -no-cpp-precomp -g -DTRACE -c ../ncurses/./tinfo/setbuf.c -o ../obj_g/setbuf.o
brew: superenv removed: -I. -I. -O2 -g
cc -DHAVE_CONFIG_H -I../ncurses -I. -D_DARWIN_C_SOURCE -DNDEBUG -I. -I../include -I/usr/local/Cellar/ncurses/5.9/include/ncurses -O2 --param max-inline-insns-single=1200 -no-cpp-precomp -g -DTRACE -c ../ncurses/./tinfo/strings.c -o ../obj_g/strings.o
brew: superenv removed: -I. -I. -O2 -g
cc -DHAVE_CONFIG_H -I../ncurses -I. -D_DARWIN_C_SOURCE -DNDEBUG -I. -I../include -I/usr/local/Cellar/ncurses/5.9/include/ncurses -O2 --param max-inline-insns-single=1200 -no-cpp-precomp -g -DTRACE -c ../ncurses/./trace/trace_buf.c -o ../obj_g/trace_buf.o
brew: superenv removed: -I. -I. -O2 -g
cc -DHAVE_CONFIG_H -I../ncurses -I. -D_DARWIN_C_SOURCE -DNDEBUG -I. -I../include -I/usr/local/Cellar/ncurses/5.9/include/ncurses -O2 --param max-inline-insns-single=1200 -no-cpp-precomp -g -DTRACE -c ../ncurses/./trace/trace_tries.c -o ../obj_g/trace_tries.o
brew: superenv removed: -I. -I. -O2 -g
cc -DHAVE_CONFIG_H -I../ncurses -I. -D_DARWIN_C_SOURCE -DNDEBUG -I. -I../include -I/usr/local/Cellar/ncurses/5.9/include/ncurses -O2 --param max-inline-insns-single=1200 -no-cpp-precomp -g -DTRACE -c ../ncurses/./base/tries.c -o ../obj_g/tries.o
brew: superenv removed: -I. -I. -O2 -g
cc -DHAVE_CONFIG_H -I../ncurses -I. -D_DARWIN_C_SOURCE -DNDEBUG -I. -I../include -I/usr/local/Cellar/ncurses/5.9/include/ncurses -O2 --param max-inline-insns-single=1200 -no-cpp-precomp -g -DTRACE -c ../ncurses/./tinfo/trim_sgr0.c -o ../obj_g/trim_sgr0.o
brew: superenv removed: -I. -I. -O2 -g
cc -DHAVE_CONFIG_H -I../ncurses -I. -D_DARWIN_C_SOURCE -DNDEBUG -I. -I../include -I/usr/local/Cellar/ncurses/5.9/include/ncurses -O2 --param max-inline-insns-single=1200 -no-cpp-precomp -g -DTRACE -c ../ncurses/unctrl.c -o ../obj_g/unctrl.o
brew: superenv removed: -I. -I. -O2 -g
cc -DHAVE_CONFIG_H -I../ncurses -I. -D_DARWIN_C_SOURCE -DNDEBUG -I. -I../include -I/usr/local/Cellar/ncurses/5.9/include/ncurses -O2 --param max-inline-insns-single=1200 -no-cpp-precomp -g -DTRACE -c ../ncurses/./trace/visbuf.c -o ../obj_g/visbuf.o
brew: superenv removed: -I. -I. -O2 -g
cc -DHAVE_CONFIG_H -I../ncurses -I. -D_DARWIN_C_SOURCE -DNDEBUG -I. -I../include -I/usr/local/Cellar/ncurses/5.9/include/ncurses -O2 --param max-inline-insns-single=1200 -no-cpp-precomp -g -DTRACE -c ../ncurses/./tinfo/alloc_entry.c -o ../obj_g/alloc_entry.o
brew: superenv removed: -I. -I. -O2 -g
cc -DHAVE_CONFIG_H -I../ncurses -I. -D_DARWIN_C_SOURCE -DNDEBUG -I. -I../include -I/usr/local/Cellar/ncurses/5.9/include/ncurses -O2 --param max-inline-insns-single=1200 -no-cpp-precomp -g -DTRACE -c ../ncurses/./tinfo/captoinfo.c -o ../obj_g/captoinfo.o
brew: superenv removed: -I. -I. -O2 -g
cc -DHAVE_CONFIG_H -I../ncurses -I. -D_DARWIN_C_SOURCE -DNDEBUG -I. -I../include -I/usr/local/Cellar/ncurses/5.9/include/ncurses -O2 --param max-inline-insns-single=1200 -no-cpp-precomp -g -DTRACE -c ../ncurses/./tinfo/comp_expand.c -o ../obj_g/comp_expand.o
brew: superenv removed: -I. -I. -O2 -g
cc -DHAVE_CONFIG_H -I../ncurses -I. -D_DARWIN_C_SOURCE -DNDEBUG -I. -I../include -I/usr/local/Cellar/ncurses/5.9/include/ncurses -O2 --param max-inline-insns-single=1200 -no-cpp-precomp -g -DTRACE -c ../ncurses/./tinfo/comp_parse.c -o ../obj_g/comp_parse.o
brew: superenv removed: -I. -I. -O2 -g
cc -DHAVE_CONFIG_H -I../ncurses -I. -D_DARWIN_C_SOURCE -DNDEBUG -I. -I../include -I/usr/local/Cellar/ncurses/5.9/include/ncurses -O2 --param max-inline-insns-single=1200 -no-cpp-precomp -g -DTRACE -c ../ncurses/./tinfo/comp_scan.c -o ../obj_g/comp_scan.o
brew: superenv removed: -I. -I. -O2 -g
cc -DHAVE_CONFIG_H -I../ncurses -I. -D_DARWIN_C_SOURCE -DNDEBUG -I. -I../include -I/usr/local/Cellar/ncurses/5.9/include/ncurses -O2 --param max-inline-insns-single=1200 -no-cpp-precomp -g -DTRACE -c ../ncurses/./tinfo/parse_entry.c -o ../obj_g/parse_entry.o
brew: superenv removed: -I. -I. -O2 -g
cc -DHAVE_CONFIG_H -I../ncurses -I. -D_DARWIN_C_SOURCE -DNDEBUG -I. -I../include -I/usr/local/Cellar/ncurses/5.9/include/ncurses -O2 --param max-inline-insns-single=1200 -no-cpp-precomp -g -DTRACE -c ../ncurses/./tinfo/write_entry.c -o ../obj_g/write_entry.o
brew: superenv removed: -I. -I. -O2 -g
cc -DHAVE_CONFIG_H -I../ncurses -I. -D_DARWIN_C_SOURCE -DNDEBUG -I. -I../include -I/usr/local/Cellar/ncurses/5.9/include/ncurses -O2 --param max-inline-insns-single=1200 -no-cpp-precomp -g -DTRACE -c ../ncurses/./base/define_key.c -o ../obj_g/define_key.o
brew: superenv removed: -I. -I. -O2 -g
cc -DHAVE_CONFIG_H -I../ncurses -I. -D_DARWIN_C_SOURCE -DNDEBUG -I. -I../include -I/usr/local/Cellar/ncurses/5.9/include/ncurses -O2 --param max-inline-insns-single=1200 -no-cpp-precomp -g -DTRACE -c ../ncurses/./tinfo/hashed_db.c -o ../obj_g/hashed_db.o
brew: superenv removed: -I. -I. -O2 -g
cc -DHAVE_CONFIG_H -I../ncurses -I. -D_DARWIN_C_SOURCE -DNDEBUG -I. -I../include -I/usr/local/Cellar/ncurses/5.9/include/ncurses -O2 --param max-inline-insns-single=1200 -no-cpp-precomp -g -DTRACE -c ../ncurses/./base/key_defined.c -o ../obj_g/key_defined.o
brew: superenv removed: -I. -I. -O2 -g
cc -DHAVE_CONFIG_H -I../ncurses -I. -D_DARWIN_C_SOURCE -DNDEBUG -I. -I../include -I/usr/local/Cellar/ncurses/5.9/include/ncurses -O2 --param max-inline-insns-single=1200 -no-cpp-precomp -g -DTRACE -c ../ncurses/./base/keybound.c -o ../obj_g/keybound.o
brew: superenv removed: -I. -I. -O2 -g
cc -DHAVE_CONFIG_H -I../ncurses -I. -D_DARWIN_C_SOURCE -DNDEBUG -I. -I../include -I/usr/local/Cellar/ncurses/5.9/include/ncurses -O2 --param max-inline-insns-single=1200 -no-cpp-precomp -g -DTRACE -c ../ncurses/./base/keyok.c -o ../obj_g/keyok.o
brew: superenv removed: -I. -I. -O2 -g
cc -DHAVE_CONFIG_H -I../ncurses -I. -D_DARWIN_C_SOURCE -DNDEBUG -I. -I../include -I/usr/local/Cellar/ncurses/5.9/include/ncurses -O2 --param max-inline-insns-single=1200 -no-cpp-precomp -g -DTRACE -c ../ncurses/./base/version.c -o ../obj_g/version.o
brew: superenv removed: -I. -I. -O2 -g
ar -curv ../lib/libncurses_g.a ../obj_g/hardscroll.o ../obj_g/hashmap.o ../obj_g/lib_addch.o ../obj_g/lib_addstr.o ../obj_g/lib_beep.o ../obj_g/lib_bkgd.o ../obj_g/lib_box.o ../obj_g/lib_chgat.o ../obj_g/lib_clear.o ../obj_g/lib_clearok.o ../obj_g/lib_clrbot.o ../obj_g/lib_clreol.o ../obj_g/lib_color.o ../obj_g/lib_colorset.o ../obj_g/lib_delch.o ../obj_g/lib_delwin.o ../obj_g/lib_echo.o ../obj_g/lib_endwin.o ../obj_g/lib_erase.o ../obj_g/lib_flash.o ../obj_g/lib_gen.o ../obj_g/lib_getch.o ../obj_g/lib_getstr.o ../obj_g/lib_hline.o ../obj_g/lib_immedok.o ../obj_g/lib_inchstr.o ../obj_g/lib_initscr.o ../obj_g/lib_insch.o ../obj_g/lib_insdel.o ../obj_g/lib_insnstr.o ../obj_g/lib_instr.o ../obj_g/lib_isendwin.o ../obj_g/lib_leaveok.o ../obj_g/lib_mouse.o ../obj_g/lib_move.o ../obj_g/lib_mvcur.o ../obj_g/lib_mvwin.o ../obj_g/lib_newterm.o ../obj_g/lib_newwin.o ../obj_g/lib_nl.o ../obj_g/lib_overlay.o ../obj_g/lib_pad.o ../obj_g/lib_printw.o ../obj_g/lib_redrawln.o ../obj_g/lib_refresh.o ../obj_g/lib_restart.o ../obj_g/lib_scanw.o ../obj_g/lib_screen.o ../obj_g/lib_scroll.o ../obj_g/lib_scrollok.o ../obj_g/lib_scrreg.o ../obj_g/lib_set_term.o ../obj_g/lib_slk.o ../obj_g/lib_slkatr_set.o ../obj_g/lib_slkatrof.o ../obj_g/lib_slkatron.o ../obj_g/lib_slkatrset.o ../obj_g/lib_slkattr.o ../obj_g/lib_slkclear.o ../obj_g/lib_slkcolor.o ../obj_g/lib_slkinit.o ../obj_g/lib_slklab.o ../obj_g/lib_slkrefr.o ../obj_g/lib_slkset.o ../obj_g/lib_slktouch.o ../obj_g/lib_touch.o ../obj_g/lib_tracedmp.o ../obj_g/lib_tracemse.o ../obj_g/lib_tstp.o ../obj_g/lib_ungetch.o ../obj_g/lib_vidattr.o ../obj_g/lib_vline.o ../obj_g/lib_wattroff.o ../obj_g/lib_wattron.o ../obj_g/lib_winch.o ../obj_g/lib_window.o ../obj_g/nc_panel.o ../obj_g/safe_sprintf.o ../obj_g/tty_update.o ../obj_g/varargs.o ../obj_g/memmove.o ../obj_g/vsscanf.o ../obj_g/lib_freeall.o ../obj_g/expanded.o ../obj_g/legacy_coding.o ../obj_g/lib_dft_fgbg.o ../obj_g/lib_print.o ../obj_g/resizeterm.o ../obj_g/trace_xnames.o ../obj_g/use_screen.o ../obj_g/use_window.o ../obj_g/wresize.o ../obj_g/access.o ../obj_g/add_tries.o ../obj_g/alloc_ttype.o ../obj_g/codes.o ../obj_g/comp_captab.o ../obj_g/comp_error.o ../obj_g/comp_hash.o ../obj_g/db_iterator.o ../obj_g/doalloc.o ../obj_g/entries.o ../obj_g/fallback.o ../obj_g/free_ttype.o ../obj_g/getenv_num.o ../obj_g/home_terminfo.o ../obj_g/init_keytry.o ../obj_g/lib_acs.o ../obj_g/lib_baudrate.o ../obj_g/lib_cur_term.o ../obj_g/lib_data.o ../obj_g/lib_has_cap.o ../obj_g/lib_kernel.o ../obj_g/lib_keyname.o ../obj_g/lib_longname.o ../obj_g/lib_napms.o ../obj_g/lib_options.o ../obj_g/lib_raw.o ../obj_g/lib_setup.o ../obj_g/lib_termcap.o ../obj_g/lib_termname.o ../obj_g/lib_tgoto.o ../obj_g/lib_ti.o ../obj_g/lib_tparm.o ../obj_g/lib_tputs.o ../obj_g/lib_trace.o ../obj_g/lib_traceatr.o ../obj_g/lib_tracebits.o ../obj_g/lib_tracechr.o ../obj_g/lib_ttyflags.o ../obj_g/lib_twait.o ../obj_g/name_match.o ../obj_g/names.o ../obj_g/read_entry.o ../obj_g/read_termcap.o ../obj_g/setbuf.o ../obj_g/strings.o ../obj_g/trace_buf.o ../obj_g/trace_tries.o ../obj_g/tries.o ../obj_g/trim_sgr0.o ../obj_g/unctrl.o ../obj_g/visbuf.o ../obj_g/alloc_entry.o ../obj_g/captoinfo.o ../obj_g/comp_expand.o ../obj_g/comp_parse.o ../obj_g/comp_scan.o ../obj_g/parse_entry.o ../obj_g/write_entry.o ../obj_g/define_key.o ../obj_g/hashed_db.o ../obj_g/key_defined.o ../obj_g/keybound.o ../obj_g/keyok.o ../obj_g/version.o
a - ../obj_g/hardscroll.o
a - ../obj_g/hashmap.o
a - ../obj_g/lib_addch.o
a - ../obj_g/lib_addstr.o
a - ../obj_g/lib_beep.o
a - ../obj_g/lib_bkgd.o
a - ../obj_g/lib_box.o
a - ../obj_g/lib_chgat.o
a - ../obj_g/lib_clear.o
a - ../obj_g/lib_clearok.o
a - ../obj_g/lib_clrbot.o
a - ../obj_g/lib_clreol.o
a - ../obj_g/lib_color.o
a - ../obj_g/lib_colorset.o
a - ../obj_g/lib_delch.o
a - ../obj_g/lib_delwin.o
a - ../obj_g/lib_echo.o
a - ../obj_g/lib_endwin.o
a - ../obj_g/lib_erase.o
a - ../obj_g/lib_flash.o
a - ../obj_g/lib_gen.o
a - ../obj_g/lib_getch.o
a - ../obj_g/lib_getstr.o
a - ../obj_g/lib_hline.o
a - ../obj_g/lib_immedok.o
a - ../obj_g/lib_inchstr.o
a - ../obj_g/lib_initscr.o
a - ../obj_g/lib_insch.o
a - ../obj_g/lib_insdel.o
a - ../obj_g/lib_insnstr.o
a - ../obj_g/lib_instr.o
a - ../obj_g/lib_isendwin.o
a - ../obj_g/lib_leaveok.o
a - ../obj_g/lib_mouse.o
a - ../obj_g/lib_move.o
a - ../obj_g/lib_mvcur.o
a - ../obj_g/lib_mvwin.o
a - ../obj_g/lib_newterm.o
a - ../obj_g/lib_newwin.o
a - ../obj_g/lib_nl.o
a - ../obj_g/lib_overlay.o
a - ../obj_g/lib_pad.o
a - ../obj_g/lib_printw.o
a - ../obj_g/lib_redrawln.o
a - ../obj_g/lib_refresh.o
a - ../obj_g/lib_restart.o
a - ../obj_g/lib_scanw.o
a - ../obj_g/lib_screen.o
a - ../obj_g/lib_scroll.o
a - ../obj_g/lib_scrollok.o
a - ../obj_g/lib_scrreg.o
a - ../obj_g/lib_set_term.o
a - ../obj_g/lib_slk.o
a - ../obj_g/lib_slkatr_set.o
a - ../obj_g/lib_slkatrof.o
a - ../obj_g/lib_slkatron.o
a - ../obj_g/lib_slkatrset.o
a - ../obj_g/lib_slkattr.o
a - ../obj_g/lib_slkclear.o
a - ../obj_g/lib_slkcolor.o
a - ../obj_g/lib_slkinit.o
a - ../obj_g/lib_slklab.o
a - ../obj_g/lib_slkrefr.o
a - ../obj_g/lib_slkset.o
a - ../obj_g/lib_slktouch.o
a - ../obj_g/lib_touch.o
a - ../obj_g/lib_tracedmp.o
a - ../obj_g/lib_tracemse.o
a - ../obj_g/lib_tstp.o
a - ../obj_g/lib_ungetch.o
a - ../obj_g/lib_vidattr.o
a - ../obj_g/lib_vline.o
a - ../obj_g/lib_wattroff.o
a - ../obj_g/lib_wattron.o
a - ../obj_g/lib_winch.o
a - ../obj_g/lib_window.o
a - ../obj_g/nc_panel.o
a - ../obj_g/safe_sprintf.o
a - ../obj_g/tty_update.o
a - ../obj_g/varargs.o
a - ../obj_g/memmove.o
a - ../obj_g/vsscanf.o
a - ../obj_g/lib_freeall.o
a - ../obj_g/expanded.o
a - ../obj_g/legacy_coding.o
a - ../obj_g/lib_dft_fgbg.o
a - ../obj_g/lib_print.o
a - ../obj_g/resizeterm.o
a - ../obj_g/trace_xnames.o
a - ../obj_g/use_screen.o
a - ../obj_g/use_window.o
a - ../obj_g/wresize.o
a - ../obj_g/access.o
a - ../obj_g/add_tries.o
a - ../obj_g/alloc_ttype.o
a - ../obj_g/codes.o
a - ../obj_g/comp_captab.o
a - ../obj_g/comp_error.o
a - ../obj_g/comp_hash.o
a - ../obj_g/db_iterator.o
a - ../obj_g/doalloc.o
a - ../obj_g/entries.o
a - ../obj_g/fallback.o
a - ../obj_g/free_ttype.o
a - ../obj_g/getenv_num.o
a - ../obj_g/home_terminfo.o
a - ../obj_g/init_keytry.o
a - ../obj_g/lib_acs.o
a - ../obj_g/lib_baudrate.o
a - ../obj_g/lib_cur_term.o
a - ../obj_g/lib_data.o
a - ../obj_g/lib_has_cap.o
a - ../obj_g/lib_kernel.o
a - ../obj_g/lib_keyname.o
a - ../obj_g/lib_longname.o
a - ../obj_g/lib_napms.o
a - ../obj_g/lib_options.o
a - ../obj_g/lib_raw.o
a - ../obj_g/lib_setup.o
a - ../obj_g/lib_termcap.o
a - ../obj_g/lib_termname.o
a - ../obj_g/lib_tgoto.o
a - ../obj_g/lib_ti.o
a - ../obj_g/lib_tparm.o
a - ../obj_g/lib_tputs.o
a - ../obj_g/lib_trace.o
a - ../obj_g/lib_traceatr.o
a - ../obj_g/lib_tracebits.o
a - ../obj_g/lib_tracechr.o
a - ../obj_g/lib_ttyflags.o
a - ../obj_g/lib_twait.o
a - ../obj_g/name_match.o
a - ../obj_g/names.o
a - ../obj_g/read_entry.o
a - ../obj_g/read_termcap.o
a - ../obj_g/setbuf.o
a - ../obj_g/strings.o
a - ../obj_g/trace_buf.o
a - ../obj_g/trace_tries.o
a - ../obj_g/tries.o
a - ../obj_g/trim_sgr0.o
a - ../obj_g/unctrl.o
a - ../obj_g/visbuf.o
a - ../obj_g/alloc_entry.o
a - ../obj_g/captoinfo.o
a - ../obj_g/comp_expand.o
a - ../obj_g/comp_parse.o
a - ../obj_g/comp_scan.o
a - ../obj_g/parse_entry.o
a - ../obj_g/write_entry.o
a - ../obj_g/define_key.o
a - ../obj_g/hashed_db.o
a - ../obj_g/key_defined.o
a - ../obj_g/keybound.o
a - ../obj_g/keyok.o
a - ../obj_g/version.o
ranlib ../lib/libncurses_g.a
cd progs && /usr/bin/make DESTDIR="" all
sh ./MKtermsort.sh awk ./../include/Caps >termsort.c
echo "#ifndef __TRANSFORM_H" >transform.h
echo "#define __TRANSFORM_H 1" >>transform.h
echo "#include <progs.priv.h>" >>transform.h
echo "extern bool same_program(const char *, const char *);" >>transform.h
sh -c 'if test -n "" ; then echo "#define SUFFIX_IGNORED \"\"">>transform.h; fi'
echo "#define PROG_CAPTOINFO \"`echo captoinfo| sed 's/$//'|sed 's,x,x,'|sed 's/$//'`\"" >>transform.h
echo "#define PROG_INFOTOCAP \"`echo infotocap| sed 's/$//'|sed 's,x,x,'|sed 's/$//'`\"" >>transform.h
echo "#define PROG_RESET \"`echo reset| sed 's/$//'|sed 's,x,x,'|sed 's/$//'`\"" >>transform.h
echo "#define PROG_INIT \"`echo init| sed 's/$//'|sed 's,x,x,'|sed 's/$//'`\"" >>transform.h
echo "#endif /* __TRANSFORM_H */" >>transform.h
cc -I../progs -I. -DHAVE_CONFIG_H -D_DARWIN_C_SOURCE -DNDEBUG -I. -I../include -I/usr/local/Cellar/ncurses/5.9/include/ncurses -O2 --param max-inline-insns-single=1200 -no-cpp-precomp -dynamic -c ../progs/tic.c -o ../obj_s/tic.o
brew: superenv removed: -I. -I. -O2
cc -I../progs -I. -DHAVE_CONFIG_H -D_DARWIN_C_SOURCE -DNDEBUG -I. -I../include -I/usr/local/Cellar/ncurses/5.9/include/ncurses -O2 --param max-inline-insns-single=1200 -no-cpp-precomp -dynamic -c ../progs/dump_entry.c -o ../obj_s/dump_entry.o
brew: superenv removed: -I. -I. -O2
cc -I../progs -I. -DHAVE_CONFIG_H -D_DARWIN_C_SOURCE -DNDEBUG -I. -I../include -I/usr/local/Cellar/ncurses/5.9/include/ncurses -O2 --param max-inline-insns-single=1200 -no-cpp-precomp -dynamic -c ../progs/transform.c -o ../obj_s/transform.o
brew: superenv removed: -I. -I. -O2
cc ../obj_s/tic.o ../obj_s/dump_entry.o ../obj_s/transform.o -Wl,-search_paths_first -I../progs -I. -DHAVE_CONFIG_H -D_DARWIN_C_SOURCE -DNDEBUG -I. -I../include -I/usr/local/Cellar/ncurses/5.9/include/ncurses -O2 --param max-inline-insns-single=1200 -no-cpp-precomp -dynamic -L../lib -lncurses -L../lib -lncurses -o tic
brew: superenv removed: -I. -I. -O2
cc -I../progs -I. -DHAVE_CONFIG_H -D_DARWIN_C_SOURCE -DNDEBUG -I. -I../include -I/usr/local/Cellar/ncurses/5.9/include/ncurses -O2 --param max-inline-insns-single=1200 -no-cpp-precomp -dynamic -c ../progs/infocmp.c -o ../obj_s/infocmp.o
brew: superenv removed: -I. -I. -O2
cc ../obj_s/infocmp.o ../obj_s/dump_entry.o -Wl,-search_paths_first -I../progs -I. -DHAVE_CONFIG_H -D_DARWIN_C_SOURCE -DNDEBUG -I. -I../include -I/usr/local/Cellar/ncurses/5.9/include/ncurses -O2 --param max-inline-insns-single=1200 -no-cpp-precomp -dynamic -L../lib -lncurses -L../lib -lncurses -o infocmp
brew: superenv removed: -I. -I. -O2
cc -I../progs -I. -DHAVE_CONFIG_H -D_DARWIN_C_SOURCE -DNDEBUG -I. -I../include -I/usr/local/Cellar/ncurses/5.9/include/ncurses -O2 --param max-inline-insns-single=1200 -no-cpp-precomp -dynamic -c ../progs/clear.c -o ../obj_s/clear.o
brew: superenv removed: -I. -I. -O2
cc ../obj_s/clear.o -Wl,-search_paths_first -I../progs -I. -DHAVE_CONFIG_H -D_DARWIN_C_SOURCE -DNDEBUG -I. -I../include -I/usr/local/Cellar/ncurses/5.9/include/ncurses -O2 --param max-inline-insns-single=1200 -no-cpp-precomp -dynamic -L../lib -lncurses -o clear
brew: superenv removed: -I. -I. -O2
cc -I../progs -I. -DHAVE_CONFIG_H -D_DARWIN_C_SOURCE -DNDEBUG -I. -I../include -I/usr/local/Cellar/ncurses/5.9/include/ncurses -O2 --param max-inline-insns-single=1200 -no-cpp-precomp -dynamic -c ../progs/tabs.c -o ../obj_s/tabs.o
brew: superenv removed: -I. -I. -O2
cc ../obj_s/tabs.o -Wl,-search_paths_first -I../progs -I. -DHAVE_CONFIG_H -D_DARWIN_C_SOURCE -DNDEBUG -I. -I../include -I/usr/local/Cellar/ncurses/5.9/include/ncurses -O2 --param max-inline-insns-single=1200 -no-cpp-precomp -dynamic -L../lib -lncurses -o tabs
brew: superenv removed: -I. -I. -O2
cc -I../progs -I. -DHAVE_CONFIG_H -D_DARWIN_C_SOURCE -DNDEBUG -I. -I../include -I/usr/local/Cellar/ncurses/5.9/include/ncurses -O2 --param max-inline-insns-single=1200 -no-cpp-precomp -dynamic -c ../progs/tput.c -o ../obj_s/tput.o
brew: superenv removed: -I. -I. -O2
cc ../obj_s/tput.o ../obj_s/transform.o -Wl,-search_paths_first -I../progs -I. -DHAVE_CONFIG_H -D_DARWIN_C_SOURCE -DNDEBUG -I. -I../include -I/usr/local/Cellar/ncurses/5.9/include/ncurses -O2 --param max-inline-insns-single=1200 -no-cpp-precomp -dynamic -L../lib -lncurses -o tput
brew: superenv removed: -I. -I. -O2
cc -I../progs -I. -DHAVE_CONFIG_H -D_DARWIN_C_SOURCE -DNDEBUG -I. -I../include -I/usr/local/Cellar/ncurses/5.9/include/ncurses -O2 --param max-inline-insns-single=1200 -no-cpp-precomp -dynamic -c ../progs/tset.c -o ../obj_s/tset.o
brew: superenv removed: -I. -I. -O2
cc ../obj_s/tset.o ../obj_s/transform.o -Wl,-search_paths_first -I../progs -I. -DHAVE_CONFIG_H -D_DARWIN_C_SOURCE -DNDEBUG -I. -I../include -I/usr/local/Cellar/ncurses/5.9/include/ncurses -O2 --param max-inline-insns-single=1200 -no-cpp-precomp -dynamic -L../lib -lncurses -o tset
brew: superenv removed: -I. -I. -O2
cc -I../progs -I. -DHAVE_CONFIG_H -D_DARWIN_C_SOURCE -DNDEBUG -I. -I../include -I/usr/local/Cellar/ncurses/5.9/include/ncurses -O2 --param max-inline-insns-single=1200 -no-cpp-precomp -dynamic -c ../progs/toe.c -o ../obj_s/toe.o
brew: superenv removed: -I. -I. -O2
cc ../obj_s/toe.o -Wl,-search_paths_first -I../progs -I. -DHAVE_CONFIG_H -D_DARWIN_C_SOURCE -DNDEBUG -I. -I../include -I/usr/local/Cellar/ncurses/5.9/include/ncurses -O2 --param max-inline-insns-single=1200 -no-cpp-precomp -dynamic -L../lib -lncurses -L../lib -lncurses -o toe
brew: superenv removed: -I. -I. -O2
cd panel && /usr/bin/make DESTDIR="" all
rm -f ../include/panel.h
cp ./panel.h ../include/panel.h
cc -I../ncurses -DHAVE_CONFIG_H -D_DARWIN_C_SOURCE -DNDEBUG -I. -I../include -I/usr/local/Cellar/ncurses/5.9/include/ncurses -O2 --param max-inline-insns-single=1200 -no-cpp-precomp -dynamic -c ../panel/panel.c -o ../obj_s/panel.o
brew: superenv removed: -O2
cc -I../ncurses -DHAVE_CONFIG_H -D_DARWIN_C_SOURCE -DNDEBUG -I. -I../include -I/usr/local/Cellar/ncurses/5.9/include/ncurses -O2 --param max-inline-insns-single=1200 -no-cpp-precomp -dynamic -c ../panel/p_above.c -o ../obj_s/p_above.o
brew: superenv removed: -O2
cc -I../ncurses -DHAVE_CONFIG_H -D_DARWIN_C_SOURCE -DNDEBUG -I. -I../include -I/usr/local/Cellar/ncurses/5.9/include/ncurses -O2 --param max-inline-insns-single=1200 -no-cpp-precomp -dynamic -c ../panel/p_below.c -o ../obj_s/p_below.o
brew: superenv removed: -O2
cc -I../ncurses -DHAVE_CONFIG_H -D_DARWIN_C_SOURCE -DNDEBUG -I. -I../include -I/usr/local/Cellar/ncurses/5.9/include/ncurses -O2 --param max-inline-insns-single=1200 -no-cpp-precomp -dynamic -c ../panel/p_bottom.c -o ../obj_s/p_bottom.o
brew: superenv removed: -O2
cc -I../ncurses -DHAVE_CONFIG_H -D_DARWIN_C_SOURCE -DNDEBUG -I. -I../include -I/usr/local/Cellar/ncurses/5.9/include/ncurses -O2 --param max-inline-insns-single=1200 -no-cpp-precomp -dynamic -c ../panel/p_delete.c -o ../obj_s/p_delete.o
brew: superenv removed: -O2
cc -I../ncurses -DHAVE_CONFIG_H -D_DARWIN_C_SOURCE -DNDEBUG -I. -I../include -I/usr/local/Cellar/ncurses/5.9/include/ncurses -O2 --param max-inline-insns-single=1200 -no-cpp-precomp -dynamic -c ../panel/p_hide.c -o ../obj_s/p_hide.o
brew: superenv removed: -O2
cc -I../ncurses -DHAVE_CONFIG_H -D_DARWIN_C_SOURCE -DNDEBUG -I. -I../include -I/usr/local/Cellar/ncurses/5.9/include/ncurses -O2 --param max-inline-insns-single=1200 -no-cpp-precomp -dynamic -c ../panel/p_hidden.c -o ../obj_s/p_hidden.o
brew: superenv removed: -O2
cc -I../ncurses -DHAVE_CONFIG_H -D_DARWIN_C_SOURCE -DNDEBUG -I. -I../include -I/usr/local/Cellar/ncurses/5.9/include/ncurses -O2 --param max-inline-insns-single=1200 -no-cpp-precomp -dynamic -c ../panel/p_move.c -o ../obj_s/p_move.o
brew: superenv removed: -O2
cc -I../ncurses -DHAVE_CONFIG_H -D_DARWIN_C_SOURCE -DNDEBUG -I. -I../include -I/usr/local/Cellar/ncurses/5.9/include/ncurses -O2 --param max-inline-insns-single=1200 -no-cpp-precomp -dynamic -c ../panel/p_new.c -o ../obj_s/p_new.o
brew: superenv removed: -O2
cc -I../ncurses -DHAVE_CONFIG_H -D_DARWIN_C_SOURCE -DNDEBUG -I. -I../include -I/usr/local/Cellar/ncurses/5.9/include/ncurses -O2 --param max-inline-insns-single=1200 -no-cpp-precomp -dynamic -c ../panel/p_replace.c -o ../obj_s/p_replace.o
brew: superenv removed: -O2
cc -I../ncurses -DHAVE_CONFIG_H -D_DARWIN_C_SOURCE -DNDEBUG -I. -I../include -I/usr/local/Cellar/ncurses/5.9/include/ncurses -O2 --param max-inline-insns-single=1200 -no-cpp-precomp -dynamic -c ../panel/p_show.c -o ../obj_s/p_show.o
brew: superenv removed: -O2
cc -I../ncurses -DHAVE_CONFIG_H -D_DARWIN_C_SOURCE -DNDEBUG -I. -I../include -I/usr/local/Cellar/ncurses/5.9/include/ncurses -O2 --param max-inline-insns-single=1200 -no-cpp-precomp -dynamic -c ../panel/p_top.c -o ../obj_s/p_top.o
brew: superenv removed: -O2
cc -I../ncurses -DHAVE_CONFIG_H -D_DARWIN_C_SOURCE -DNDEBUG -I. -I../include -I/usr/local/Cellar/ncurses/5.9/include/ncurses -O2 --param max-inline-insns-single=1200 -no-cpp-precomp -dynamic -c ../panel/p_update.c -o ../obj_s/p_update.o
brew: superenv removed: -O2
cc -I../ncurses -DHAVE_CONFIG_H -D_DARWIN_C_SOURCE -DNDEBUG -I. -I../include -I/usr/local/Cellar/ncurses/5.9/include/ncurses -O2 --param max-inline-insns-single=1200 -no-cpp-precomp -dynamic -c ../panel/p_user.c -o ../obj_s/p_user.o
brew: superenv removed: -O2
cc -I../ncurses -DHAVE_CONFIG_H -D_DARWIN_C_SOURCE -DNDEBUG -I. -I../include -I/usr/local/Cellar/ncurses/5.9/include/ncurses -O2 --param max-inline-insns-single=1200 -no-cpp-precomp -dynamic -c ../panel/p_win.c -o ../obj_s/p_win.o
brew: superenv removed: -O2
linking ../lib/libpanel.5.dylib
cc -O2 --param max-inline-insns-single=1200 -no-cpp-precomp -dynamiclib -install_name /usr/local/Cellar/ncurses/5.9/lib/`basename ../lib/libpanel.5.dylib` -compatibility_version 5 -current_version 5 -o ../lib/libpanel.5.dylib ../obj_s/panel.o ../obj_s/p_above.o ../obj_s/p_below.o ../obj_s/p_bottom.o ../obj_s/p_delete.o ../obj_s/p_hide.o ../obj_s/p_hidden.o ../obj_s/p_move.o ../obj_s/p_new.o ../obj_s/p_replace.o ../obj_s/p_show.o ../obj_s/p_top.o ../obj_s/p_update.o ../obj_s/p_user.o ../obj_s/p_win.o -L../lib -lncurses -Wl,-search_paths_first
brew: superenv removed: -O2
cd ../lib && (ln -s -f libpanel.5.dylib libpanel.dylib; )
cc -I../ncurses -DHAVE_CONFIG_H -D_DARWIN_C_SOURCE -DNDEBUG -I. -I../include -I/usr/local/Cellar/ncurses/5.9/include/ncurses -O2 --param max-inline-insns-single=1200 -no-cpp-precomp -c ../panel/panel.c -o ../objects/panel.o
brew: superenv removed: -O2
cc -I../ncurses -DHAVE_CONFIG_H -D_DARWIN_C_SOURCE -DNDEBUG -I. -I../include -I/usr/local/Cellar/ncurses/5.9/include/ncurses -O2 --param max-inline-insns-single=1200 -no-cpp-precomp -c ../panel/p_above.c -o ../objects/p_above.o
brew: superenv removed: -O2
cc -I../ncurses -DHAVE_CONFIG_H -D_DARWIN_C_SOURCE -DNDEBUG -I. -I../include -I/usr/local/Cellar/ncurses/5.9/include/ncurses -O2 --param max-inline-insns-single=1200 -no-cpp-precomp -c ../panel/p_below.c -o ../objects/p_below.o
brew: superenv removed: -O2
cc -I../ncurses -DHAVE_CONFIG_H -D_DARWIN_C_SOURCE -DNDEBUG -I. -I../include -I/usr/local/Cellar/ncurses/5.9/include/ncurses -O2 --param max-inline-insns-single=1200 -no-cpp-precomp -c ../panel/p_bottom.c -o ../objects/p_bottom.o
brew: superenv removed: -O2
cc -I../ncurses -DHAVE_CONFIG_H -D_DARWIN_C_SOURCE -DNDEBUG -I. -I../include -I/usr/local/Cellar/ncurses/5.9/include/ncurses -O2 --param max-inline-insns-single=1200 -no-cpp-precomp -c ../panel/p_delete.c -o ../objects/p_delete.o
brew: superenv removed: -O2
cc -I../ncurses -DHAVE_CONFIG_H -D_DARWIN_C_SOURCE -DNDEBUG -I. -I../include -I/usr/local/Cellar/ncurses/5.9/include/ncurses -O2 --param max-inline-insns-single=1200 -no-cpp-precomp -c ../panel/p_hide.c -o ../objects/p_hide.o
brew: superenv removed: -O2
cc -I../ncurses -DHAVE_CONFIG_H -D_DARWIN_C_SOURCE -DNDEBUG -I. -I../include -I/usr/local/Cellar/ncurses/5.9/include/ncurses -O2 --param max-inline-insns-single=1200 -no-cpp-precomp -c ../panel/p_hidden.c -o ../objects/p_hidden.o
brew: superenv removed: -O2
cc -I../ncurses -DHAVE_CONFIG_H -D_DARWIN_C_SOURCE -DNDEBUG -I. -I../include -I/usr/local/Cellar/ncurses/5.9/include/ncurses -O2 --param max-inline-insns-single=1200 -no-cpp-precomp -c ../panel/p_move.c -o ../objects/p_move.o
brew: superenv removed: -O2
cc -I../ncurses -DHAVE_CONFIG_H -D_DARWIN_C_SOURCE -DNDEBUG -I. -I../include -I/usr/local/Cellar/ncurses/5.9/include/ncurses -O2 --param max-inline-insns-single=1200 -no-cpp-precomp -c ../panel/p_new.c -o ../objects/p_new.o
brew: superenv removed: -O2
cc -I../ncurses -DHAVE_CONFIG_H -D_DARWIN_C_SOURCE -DNDEBUG -I. -I../include -I/usr/local/Cellar/ncurses/5.9/include/ncurses -O2 --param max-inline-insns-single=1200 -no-cpp-precomp -c ../panel/p_replace.c -o ../objects/p_replace.o
brew: superenv removed: -O2
cc -I../ncurses -DHAVE_CONFIG_H -D_DARWIN_C_SOURCE -DNDEBUG -I. -I../include -I/usr/local/Cellar/ncurses/5.9/include/ncurses -O2 --param max-inline-insns-single=1200 -no-cpp-precomp -c ../panel/p_show.c -o ../objects/p_show.o
brew: superenv removed: -O2
cc -I../ncurses -DHAVE_CONFIG_H -D_DARWIN_C_SOURCE -DNDEBUG -I. -I../include -I/usr/local/Cellar/ncurses/5.9/include/ncurses -O2 --param max-inline-insns-single=1200 -no-cpp-precomp -c ../panel/p_top.c -o ../objects/p_top.o
brew: superenv removed: -O2
cc -I../ncurses -DHAVE_CONFIG_H -D_DARWIN_C_SOURCE -DNDEBUG -I. -I../include -I/usr/local/Cellar/ncurses/5.9/include/ncurses -O2 --param max-inline-insns-single=1200 -no-cpp-precomp -c ../panel/p_update.c -o ../objects/p_update.o
brew: superenv removed: -O2
cc -I../ncurses -DHAVE_CONFIG_H -D_DARWIN_C_SOURCE -DNDEBUG -I. -I../include -I/usr/local/Cellar/ncurses/5.9/include/ncurses -O2 --param max-inline-insns-single=1200 -no-cpp-precomp -c ../panel/p_user.c -o ../objects/p_user.o
brew: superenv removed: -O2
cc -I../ncurses -DHAVE_CONFIG_H -D_DARWIN_C_SOURCE -DNDEBUG -I. -I../include -I/usr/local/Cellar/ncurses/5.9/include/ncurses -O2 --param max-inline-insns-single=1200 -no-cpp-precomp -c ../panel/p_win.c -o ../objects/p_win.o
brew: superenv removed: -O2
ar -curv ../lib/libpanel.a ../objects/panel.o ../objects/p_above.o ../objects/p_below.o ../objects/p_bottom.o ../objects/p_delete.o ../objects/p_hide.o ../objects/p_hidden.o ../objects/p_move.o ../objects/p_new.o ../objects/p_replace.o ../objects/p_show.o ../objects/p_top.o ../objects/p_update.o ../objects/p_user.o ../objects/p_win.o
a - ../objects/panel.o
a - ../objects/p_above.o
a - ../objects/p_below.o
a - ../objects/p_bottom.o
a - ../objects/p_delete.o
a - ../objects/p_hide.o
a - ../objects/p_hidden.o
a - ../objects/p_move.o
a - ../objects/p_new.o
a - ../objects/p_replace.o
a - ../objects/p_show.o
a - ../objects/p_top.o
a - ../objects/p_update.o
a - ../objects/p_user.o
a - ../objects/p_win.o
/usr/bin/ranlib: file: ../lib/libpanel.a(panel.o) has no symbols
ranlib ../lib/libpanel.a
ranlib: file: ../lib/libpanel.a(panel.o) has no symbols
cc -I../ncurses -DHAVE_CONFIG_H -D_DARWIN_C_SOURCE -DNDEBUG -I. -I../include -I/usr/local/Cellar/ncurses/5.9/include/ncurses -O2 --param max-inline-insns-single=1200 -no-cpp-precomp -g -DTRACE -c ../panel/panel.c -o ../obj_g/panel.o
brew: superenv removed: -O2 -g
cc -I../ncurses -DHAVE_CONFIG_H -D_DARWIN_C_SOURCE -DNDEBUG -I. -I../include -I/usr/local/Cellar/ncurses/5.9/include/ncurses -O2 --param max-inline-insns-single=1200 -no-cpp-precomp -g -DTRACE -c ../panel/p_above.c -o ../obj_g/p_above.o
brew: superenv removed: -O2 -g
cc -I../ncurses -DHAVE_CONFIG_H -D_DARWIN_C_SOURCE -DNDEBUG -I. -I../include -I/usr/local/Cellar/ncurses/5.9/include/ncurses -O2 --param max-inline-insns-single=1200 -no-cpp-precomp -g -DTRACE -c ../panel/p_below.c -o ../obj_g/p_below.o
brew: superenv removed: -O2 -g
cc -I../ncurses -DHAVE_CONFIG_H -D_DARWIN_C_SOURCE -DNDEBUG -I. -I../include -I/usr/local/Cellar/ncurses/5.9/include/ncurses -O2 --param max-inline-insns-single=1200 -no-cpp-precomp -g -DTRACE -c ../panel/p_bottom.c -o ../obj_g/p_bottom.o
brew: superenv removed: -O2 -g
cc -I../ncurses -DHAVE_CONFIG_H -D_DARWIN_C_SOURCE -DNDEBUG -I. -I../include -I/usr/local/Cellar/ncurses/5.9/include/ncurses -O2 --param max-inline-insns-single=1200 -no-cpp-precomp -g -DTRACE -c ../panel/p_delete.c -o ../obj_g/p_delete.o
brew: superenv removed: -O2 -g
cc -I../ncurses -DHAVE_CONFIG_H -D_DARWIN_C_SOURCE -DNDEBUG -I. -I../include -I/usr/local/Cellar/ncurses/5.9/include/ncurses -O2 --param max-inline-insns-single=1200 -no-cpp-precomp -g -DTRACE -c ../panel/p_hide.c -o ../obj_g/p_hide.o
brew: superenv removed: -O2 -g
cc -I../ncurses -DHAVE_CONFIG_H -D_DARWIN_C_SOURCE -DNDEBUG -I. -I../include -I/usr/local/Cellar/ncurses/5.9/include/ncurses -O2 --param max-inline-insns-single=1200 -no-cpp-precomp -g -DTRACE -c ../panel/p_hidden.c -o ../obj_g/p_hidden.o
brew: superenv removed: -O2 -g
cc -I../ncurses -DHAVE_CONFIG_H -D_DARWIN_C_SOURCE -DNDEBUG -I. -I../include -I/usr/local/Cellar/ncurses/5.9/include/ncurses -O2 --param max-inline-insns-single=1200 -no-cpp-precomp -g -DTRACE -c ../panel/p_move.c -o ../obj_g/p_move.o
brew: superenv removed: -O2 -g
cc -I../ncurses -DHAVE_CONFIG_H -D_DARWIN_C_SOURCE -DNDEBUG -I. -I../include -I/usr/local/Cellar/ncurses/5.9/include/ncurses -O2 --param max-inline-insns-single=1200 -no-cpp-precomp -g -DTRACE -c ../panel/p_new.c -o ../obj_g/p_new.o
brew: superenv removed: -O2 -g
cc -I../ncurses -DHAVE_CONFIG_H -D_DARWIN_C_SOURCE -DNDEBUG -I. -I../include -I/usr/local/Cellar/ncurses/5.9/include/ncurses -O2 --param max-inline-insns-single=1200 -no-cpp-precomp -g -DTRACE -c ../panel/p_replace.c -o ../obj_g/p_replace.o
brew: superenv removed: -O2 -g
cc -I../ncurses -DHAVE_CONFIG_H -D_DARWIN_C_SOURCE -DNDEBUG -I. -I../include -I/usr/local/Cellar/ncurses/5.9/include/ncurses -O2 --param max-inline-insns-single=1200 -no-cpp-precomp -g -DTRACE -c ../panel/p_show.c -o ../obj_g/p_show.o
brew: superenv removed: -O2 -g
cc -I../ncurses -DHAVE_CONFIG_H -D_DARWIN_C_SOURCE -DNDEBUG -I. -I../include -I/usr/local/Cellar/ncurses/5.9/include/ncurses -O2 --param max-inline-insns-single=1200 -no-cpp-precomp -g -DTRACE -c ../panel/p_top.c -o ../obj_g/p_top.o
brew: superenv removed: -O2 -g
cc -I../ncurses -DHAVE_CONFIG_H -D_DARWIN_C_SOURCE -DNDEBUG -I. -I../include -I/usr/local/Cellar/ncurses/5.9/include/ncurses -O2 --param max-inline-insns-single=1200 -no-cpp-precomp -g -DTRACE -c ../panel/p_update.c -o ../obj_g/p_update.o
brew: superenv removed: -O2 -g
cc -I../ncurses -DHAVE_CONFIG_H -D_DARWIN_C_SOURCE -DNDEBUG -I. -I../include -I/usr/local/Cellar/ncurses/5.9/include/ncurses -O2 --param max-inline-insns-single=1200 -no-cpp-precomp -g -DTRACE -c ../panel/p_user.c -o ../obj_g/p_user.o
brew: superenv removed: -O2 -g
cc -I../ncurses -DHAVE_CONFIG_H -D_DARWIN_C_SOURCE -DNDEBUG -I. -I../include -I/usr/local/Cellar/ncurses/5.9/include/ncurses -O2 --param max-inline-insns-single=1200 -no-cpp-precomp -g -DTRACE -c ../panel/p_win.c -o ../obj_g/p_win.o
brew: superenv removed: -O2 -g
ar -curv ../lib/libpanel_g.a ../obj_g/panel.o ../obj_g/p_above.o ../obj_g/p_below.o ../obj_g/p_bottom.o ../obj_g/p_delete.o ../obj_g/p_hide.o ../obj_g/p_hidden.o ../obj_g/p_move.o ../obj_g/p_new.o ../obj_g/p_replace.o ../obj_g/p_show.o ../obj_g/p_top.o ../obj_g/p_update.o ../obj_g/p_user.o ../obj_g/p_win.o
a - ../obj_g/panel.o
a - ../obj_g/p_above.o
a - ../obj_g/p_below.o
a - ../obj_g/p_bottom.o
a - ../obj_g/p_delete.o
a - ../obj_g/p_hide.o
a - ../obj_g/p_hidden.o
a - ../obj_g/p_move.o
a - ../obj_g/p_new.o
a - ../obj_g/p_replace.o
a - ../obj_g/p_show.o
a - ../obj_g/p_top.o
a - ../obj_g/p_update.o
a - ../obj_g/p_user.o
a - ../obj_g/p_win.o
ranlib ../lib/libpanel_g.a
cd menu && /usr/bin/make DESTDIR="" all
rm -f ../include/menu.h
cp ./menu.h ../include/menu.h
rm -f ../include/eti.h
cp ./eti.h ../include/eti.h
rm -f ../include/mf_common.h
cp ./mf_common.h ../include/mf_common.h
cc -I../ncurses -DHAVE_CONFIG_H -D_DARWIN_C_SOURCE -DNDEBUG -I. -I../include -I/usr/local/Cellar/ncurses/5.9/include/ncurses -O2 --param max-inline-insns-single=1200 -no-cpp-precomp -dynamic -c ../menu/m_attribs.c -o ../obj_s/m_attribs.o
brew: superenv removed: -O2
cc -I../ncurses -DHAVE_CONFIG_H -D_DARWIN_C_SOURCE -DNDEBUG -I. -I../include -I/usr/local/Cellar/ncurses/5.9/include/ncurses -O2 --param max-inline-insns-single=1200 -no-cpp-precomp -dynamic -c ../menu/m_cursor.c -o ../obj_s/m_cursor.o
brew: superenv removed: -O2
cc -I../ncurses -DHAVE_CONFIG_H -D_DARWIN_C_SOURCE -DNDEBUG -I. -I../include -I/usr/local/Cellar/ncurses/5.9/include/ncurses -O2 --param max-inline-insns-single=1200 -no-cpp-precomp -dynamic -c ../menu/m_driver.c -o ../obj_s/m_driver.o
brew: superenv removed: -O2
cc -I../ncurses -DHAVE_CONFIG_H -D_DARWIN_C_SOURCE -DNDEBUG -I. -I../include -I/usr/local/Cellar/ncurses/5.9/include/ncurses -O2 --param max-inline-insns-single=1200 -no-cpp-precomp -dynamic -c ../menu/m_format.c -o ../obj_s/m_format.o
brew: superenv removed: -O2
cc -I../ncurses -DHAVE_CONFIG_H -D_DARWIN_C_SOURCE -DNDEBUG -I. -I../include -I/usr/local/Cellar/ncurses/5.9/include/ncurses -O2 --param max-inline-insns-single=1200 -no-cpp-precomp -dynamic -c ../menu/m_global.c -o ../obj_s/m_global.o
brew: superenv removed: -O2
cc -I../ncurses -DHAVE_CONFIG_H -D_DARWIN_C_SOURCE -DNDEBUG -I. -I../include -I/usr/local/Cellar/ncurses/5.9/include/ncurses -O2 --param max-inline-insns-single=1200 -no-cpp-precomp -dynamic -c ../menu/m_hook.c -o ../obj_s/m_hook.o
brew: superenv removed: -O2
cc -I../ncurses -DHAVE_CONFIG_H -D_DARWIN_C_SOURCE -DNDEBUG -I. -I../include -I/usr/local/Cellar/ncurses/5.9/include/ncurses -O2 --param max-inline-insns-single=1200 -no-cpp-precomp -dynamic -c ../menu/m_item_cur.c -o ../obj_s/m_item_cur.o
brew: superenv removed: -O2
cc -I../ncurses -DHAVE_CONFIG_H -D_DARWIN_C_SOURCE -DNDEBUG -I. -I../include -I/usr/local/Cellar/ncurses/5.9/include/ncurses -O2 --param max-inline-insns-single=1200 -no-cpp-precomp -dynamic -c ../menu/m_item_nam.c -o ../obj_s/m_item_nam.o
brew: superenv removed: -O2
cc -I../ncurses -DHAVE_CONFIG_H -D_DARWIN_C_SOURCE -DNDEBUG -I. -I../include -I/usr/local/Cellar/ncurses/5.9/include/ncurses -O2 --param max-inline-insns-single=1200 -no-cpp-precomp -dynamic -c ../menu/m_item_new.c -o ../obj_s/m_item_new.o
brew: superenv removed: -O2
cc -I../ncurses -DHAVE_CONFIG_H -D_DARWIN_C_SOURCE -DNDEBUG -I. -I../include -I/usr/local/Cellar/ncurses/5.9/include/ncurses -O2 --param max-inline-insns-single=1200 -no-cpp-precomp -dynamic -c ../menu/m_item_opt.c -o ../obj_s/m_item_opt.o
brew: superenv removed: -O2
cc -I../ncurses -DHAVE_CONFIG_H -D_DARWIN_C_SOURCE -DNDEBUG -I. -I../include -I/usr/local/Cellar/ncurses/5.9/include/ncurses -O2 --param max-inline-insns-single=1200 -no-cpp-precomp -dynamic -c ../menu/m_item_top.c -o ../obj_s/m_item_top.o
brew: superenv removed: -O2
cc -I../ncurses -DHAVE_CONFIG_H -D_DARWIN_C_SOURCE -DNDEBUG -I. -I../include -I/usr/local/Cellar/ncurses/5.9/include/ncurses -O2 --param max-inline-insns-single=1200 -no-cpp-precomp -dynamic -c ../menu/m_item_use.c -o ../obj_s/m_item_use.o
brew: superenv removed: -O2
cc -I../ncurses -DHAVE_CONFIG_H -D_DARWIN_C_SOURCE -DNDEBUG -I. -I../include -I/usr/local/Cellar/ncurses/5.9/include/ncurses -O2 --param max-inline-insns-single=1200 -no-cpp-precomp -dynamic -c ../menu/m_item_val.c -o ../obj_s/m_item_val.o
brew: superenv removed: -O2
cc -I../ncurses -DHAVE_CONFIG_H -D_DARWIN_C_SOURCE -DNDEBUG -I. -I../include -I/usr/local/Cellar/ncurses/5.9/include/ncurses -O2 --param max-inline-insns-single=1200 -no-cpp-precomp -dynamic -c ../menu/m_item_vis.c -o ../obj_s/m_item_vis.o
brew: superenv removed: -O2
cc -I../ncurses -DHAVE_CONFIG_H -D_DARWIN_C_SOURCE -DNDEBUG -I. -I../include -I/usr/local/Cellar/ncurses/5.9/include/ncurses -O2 --param max-inline-insns-single=1200 -no-cpp-precomp -dynamic -c ../menu/m_items.c -o ../obj_s/m_items.o
brew: superenv removed: -O2
cc -I../ncurses -DHAVE_CONFIG_H -D_DARWIN_C_SOURCE -DNDEBUG -I. -I../include -I/usr/local/Cellar/ncurses/5.9/include/ncurses -O2 --param max-inline-insns-single=1200 -no-cpp-precomp -dynamic -c ../menu/m_new.c -o ../obj_s/m_new.o
brew: superenv removed: -O2
cc -I../ncurses -DHAVE_CONFIG_H -D_DARWIN_C_SOURCE -DNDEBUG -I. -I../include -I/usr/local/Cellar/ncurses/5.9/include/ncurses -O2 --param max-inline-insns-single=1200 -no-cpp-precomp -dynamic -c ../menu/m_opts.c -o ../obj_s/m_opts.o
brew: superenv removed: -O2
cc -I../ncurses -DHAVE_CONFIG_H -D_DARWIN_C_SOURCE -DNDEBUG -I. -I../include -I/usr/local/Cellar/ncurses/5.9/include/ncurses -O2 --param max-inline-insns-single=1200 -no-cpp-precomp -dynamic -c ../menu/m_pad.c -o ../obj_s/m_pad.o
brew: superenv removed: -O2
cc -I../ncurses -DHAVE_CONFIG_H -D_DARWIN_C_SOURCE -DNDEBUG -I. -I../include -I/usr/local/Cellar/ncurses/5.9/include/ncurses -O2 --param max-inline-insns-single=1200 -no-cpp-precomp -dynamic -c ../menu/m_pattern.c -o ../obj_s/m_pattern.o
brew: superenv removed: -O2
cc -I../ncurses -DHAVE_CONFIG_H -D_DARWIN_C_SOURCE -DNDEBUG -I. -I../include -I/usr/local/Cellar/ncurses/5.9/include/ncurses -O2 --param max-inline-insns-single=1200 -no-cpp-precomp -dynamic -c ../menu/m_post.c -o ../obj_s/m_post.o
brew: superenv removed: -O2
cc -I../ncurses -DHAVE_CONFIG_H -D_DARWIN_C_SOURCE -DNDEBUG -I. -I../include -I/usr/local/Cellar/ncurses/5.9/include/ncurses -O2 --param max-inline-insns-single=1200 -no-cpp-precomp -dynamic -c ../menu/m_req_name.c -o ../obj_s/m_req_name.o
brew: superenv removed: -O2
cc -I../ncurses -DHAVE_CONFIG_H -D_DARWIN_C_SOURCE -DNDEBUG -I. -I../include -I/usr/local/Cellar/ncurses/5.9/include/ncurses -O2 --param max-inline-insns-single=1200 -no-cpp-precomp -dynamic -c ../menu/m_scale.c -o ../obj_s/m_scale.o
brew: superenv removed: -O2
cc -I../ncurses -DHAVE_CONFIG_H -D_DARWIN_C_SOURCE -DNDEBUG -I. -I../include -I/usr/local/Cellar/ncurses/5.9/include/ncurses -O2 --param max-inline-insns-single=1200 -no-cpp-precomp -dynamic -c ../menu/m_spacing.c -o ../obj_s/m_spacing.o
brew: superenv removed: -O2
cc -I../ncurses -DHAVE_CONFIG_H -D_DARWIN_C_SOURCE -DNDEBUG -I. -I../include -I/usr/local/Cellar/ncurses/5.9/include/ncurses -O2 --param max-inline-insns-single=1200 -no-cpp-precomp -dynamic -c ../menu/m_sub.c -o ../obj_s/m_sub.o
brew: superenv removed: -O2
cc -I../ncurses -DHAVE_CONFIG_H -D_DARWIN_C_SOURCE -DNDEBUG -I. -I../include -I/usr/local/Cellar/ncurses/5.9/include/ncurses -O2 --param max-inline-insns-single=1200 -no-cpp-precomp -dynamic -c ../menu/m_userptr.c -o ../obj_s/m_userptr.o
brew: superenv removed: -O2
cc -I../ncurses -DHAVE_CONFIG_H -D_DARWIN_C_SOURCE -DNDEBUG -I. -I../include -I/usr/local/Cellar/ncurses/5.9/include/ncurses -O2 --param max-inline-insns-single=1200 -no-cpp-precomp -dynamic -c ../menu/m_win.c -o ../obj_s/m_win.o
brew: superenv removed: -O2
linking ../lib/libmenu.5.dylib
cc -O2 --param max-inline-insns-single=1200 -no-cpp-precomp -dynamiclib -install_name /usr/local/Cellar/ncurses/5.9/lib/`basename ../lib/libmenu.5.dylib` -compatibility_version 5 -current_version 5 -o ../lib/libmenu.5.dylib ../obj_s/m_attribs.o ../obj_s/m_cursor.o ../obj_s/m_driver.o ../obj_s/m_format.o ../obj_s/m_global.o ../obj_s/m_hook.o ../obj_s/m_item_cur.o ../obj_s/m_item_nam.o ../obj_s/m_item_new.o ../obj_s/m_item_opt.o ../obj_s/m_item_top.o ../obj_s/m_item_use.o ../obj_s/m_item_val.o ../obj_s/m_item_vis.o ../obj_s/m_items.o ../obj_s/m_new.o ../obj_s/m_opts.o ../obj_s/m_pad.o ../obj_s/m_pattern.o ../obj_s/m_post.o ../obj_s/m_req_name.o ../obj_s/m_scale.o ../obj_s/m_spacing.o ../obj_s/m_sub.o ../obj_s/m_userptr.o ../obj_s/m_win.o -L../lib -lncurses -Wl,-search_paths_first
brew: superenv removed: -O2
cd ../lib && (ln -s -f libmenu.5.dylib libmenu.dylib; )
cc -I../ncurses -DHAVE_CONFIG_H -D_DARWIN_C_SOURCE -DNDEBUG -I. -I../include -I/usr/local/Cellar/ncurses/5.9/include/ncurses -O2 --param max-inline-insns-single=1200 -no-cpp-precomp -c ../menu/m_attribs.c -o ../objects/m_attribs.o
brew: superenv removed: -O2
cc -I../ncurses -DHAVE_CONFIG_H -D_DARWIN_C_SOURCE -DNDEBUG -I. -I../include -I/usr/local/Cellar/ncurses/5.9/include/ncurses -O2 --param max-inline-insns-single=1200 -no-cpp-precomp -c ../menu/m_cursor.c -o ../objects/m_cursor.o
brew: superenv removed: -O2
cc -I../ncurses -DHAVE_CONFIG_H -D_DARWIN_C_SOURCE -DNDEBUG -I. -I../include -I/usr/local/Cellar/ncurses/5.9/include/ncurses -O2 --param max-inline-insns-single=1200 -no-cpp-precomp -c ../menu/m_driver.c -o ../objects/m_driver.o
brew: superenv removed: -O2
cc -I../ncurses -DHAVE_CONFIG_H -D_DARWIN_C_SOURCE -DNDEBUG -I. -I../include -I/usr/local/Cellar/ncurses/5.9/include/ncurses -O2 --param max-inline-insns-single=1200 -no-cpp-precomp -c ../menu/m_format.c -o ../objects/m_format.o
brew: superenv removed: -O2
cc -I../ncurses -DHAVE_CONFIG_H -D_DARWIN_C_SOURCE -DNDEBUG -I. -I../include -I/usr/local/Cellar/ncurses/5.9/include/ncurses -O2 --param max-inline-insns-single=1200 -no-cpp-precomp -c ../menu/m_global.c -o ../objects/m_global.o
brew: superenv removed: -O2
cc -I../ncurses -DHAVE_CONFIG_H -D_DARWIN_C_SOURCE -DNDEBUG -I. -I../include -I/usr/local/Cellar/ncurses/5.9/include/ncurses -O2 --param max-inline-insns-single=1200 -no-cpp-precomp -c ../menu/m_hook.c -o ../objects/m_hook.o
brew: superenv removed: -O2
cc -I../ncurses -DHAVE_CONFIG_H -D_DARWIN_C_SOURCE -DNDEBUG -I. -I../include -I/usr/local/Cellar/ncurses/5.9/include/ncurses -O2 --param max-inline-insns-single=1200 -no-cpp-precomp -c ../menu/m_item_cur.c -o ../objects/m_item_cur.o
brew: superenv removed: -O2
cc -I../ncurses -DHAVE_CONFIG_H -D_DARWIN_C_SOURCE -DNDEBUG -I. -I../include -I/usr/local/Cellar/ncurses/5.9/include/ncurses -O2 --param max-inline-insns-single=1200 -no-cpp-precomp -c ../menu/m_item_nam.c -o ../objects/m_item_nam.o
brew: superenv removed: -O2
cc -I../ncurses -DHAVE_CONFIG_H -D_DARWIN_C_SOURCE -DNDEBUG -I. -I../include -I/usr/local/Cellar/ncurses/5.9/include/ncurses -O2 --param max-inline-insns-single=1200 -no-cpp-precomp -c ../menu/m_item_new.c -o ../objects/m_item_new.o
brew: superenv removed: -O2
cc -I../ncurses -DHAVE_CONFIG_H -D_DARWIN_C_SOURCE -DNDEBUG -I. -I../include -I/usr/local/Cellar/ncurses/5.9/include/ncurses -O2 --param max-inline-insns-single=1200 -no-cpp-precomp -c ../menu/m_item_opt.c -o ../objects/m_item_opt.o
brew: superenv removed: -O2
cc -I../ncurses -DHAVE_CONFIG_H -D_DARWIN_C_SOURCE -DNDEBUG -I. -I../include -I/usr/local/Cellar/ncurses/5.9/include/ncurses -O2 --param max-inline-insns-single=1200 -no-cpp-precomp -c ../menu/m_item_top.c -o ../objects/m_item_top.o
brew: superenv removed: -O2
cc -I../ncurses -DHAVE_CONFIG_H -D_DARWIN_C_SOURCE -DNDEBUG -I. -I../include -I/usr/local/Cellar/ncurses/5.9/include/ncurses -O2 --param max-inline-insns-single=1200 -no-cpp-precomp -c ../menu/m_item_use.c -o ../objects/m_item_use.o
brew: superenv removed: -O2
cc -I../ncurses -DHAVE_CONFIG_H -D_DARWIN_C_SOURCE -DNDEBUG -I. -I../include -I/usr/local/Cellar/ncurses/5.9/include/ncurses -O2 --param max-inline-insns-single=1200 -no-cpp-precomp -c ../menu/m_item_val.c -o ../objects/m_item_val.o
brew: superenv removed: -O2
cc -I../ncurses -DHAVE_CONFIG_H -D_DARWIN_C_SOURCE -DNDEBUG -I. -I../include -I/usr/local/Cellar/ncurses/5.9/include/ncurses -O2 --param max-inline-insns-single=1200 -no-cpp-precomp -c ../menu/m_item_vis.c -o ../objects/m_item_vis.o
brew: superenv removed: -O2
cc -I../ncurses -DHAVE_CONFIG_H -D_DARWIN_C_SOURCE -DNDEBUG -I. -I../include -I/usr/local/Cellar/ncurses/5.9/include/ncurses -O2 --param max-inline-insns-single=1200 -no-cpp-precomp -c ../menu/m_items.c -o ../objects/m_items.o
brew: superenv removed: -O2
cc -I../ncurses -DHAVE_CONFIG_H -D_DARWIN_C_SOURCE -DNDEBUG -I. -I../include -I/usr/local/Cellar/ncurses/5.9/include/ncurses -O2 --param max-inline-insns-single=1200 -no-cpp-precomp -c ../menu/m_new.c -o ../objects/m_new.o
brew: superenv removed: -O2
cc -I../ncurses -DHAVE_CONFIG_H -D_DARWIN_C_SOURCE -DNDEBUG -I. -I../include -I/usr/local/Cellar/ncurses/5.9/include/ncurses -O2 --param max-inline-insns-single=1200 -no-cpp-precomp -c ../menu/m_opts.c -o ../objects/m_opts.o
brew: superenv removed: -O2
cc -I../ncurses -DHAVE_CONFIG_H -D_DARWIN_C_SOURCE -DNDEBUG -I. -I../include -I/usr/local/Cellar/ncurses/5.9/include/ncurses -O2 --param max-inline-insns-single=1200 -no-cpp-precomp -c ../menu/m_pad.c -o ../objects/m_pad.o
brew: superenv removed: -O2
cc -I../ncurses -DHAVE_CONFIG_H -D_DARWIN_C_SOURCE -DNDEBUG -I. -I../include -I/usr/local/Cellar/ncurses/5.9/include/ncurses -O2 --param max-inline-insns-single=1200 -no-cpp-precomp -c ../menu/m_pattern.c -o ../objects/m_pattern.o
brew: superenv removed: -O2
cc -I../ncurses -DHAVE_CONFIG_H -D_DARWIN_C_SOURCE -DNDEBUG -I. -I../include -I/usr/local/Cellar/ncurses/5.9/include/ncurses -O2 --param max-inline-insns-single=1200 -no-cpp-precomp -c ../menu/m_post.c -o ../objects/m_post.o
brew: superenv removed: -O2
cc -I../ncurses -DHAVE_CONFIG_H -D_DARWIN_C_SOURCE -DNDEBUG -I. -I../include -I/usr/local/Cellar/ncurses/5.9/include/ncurses -O2 --param max-inline-insns-single=1200 -no-cpp-precomp -c ../menu/m_req_name.c -o ../objects/m_req_name.o
brew: superenv removed: -O2
cc -I../ncurses -DHAVE_CONFIG_H -D_DARWIN_C_SOURCE -DNDEBUG -I. -I../include -I/usr/local/Cellar/ncurses/5.9/include/ncurses -O2 --param max-inline-insns-single=1200 -no-cpp-precomp -c ../menu/m_scale.c -o ../objects/m_scale.o
brew: superenv removed: -O2
cc -I../ncurses -DHAVE_CONFIG_H -D_DARWIN_C_SOURCE -DNDEBUG -I. -I../include -I/usr/local/Cellar/ncurses/5.9/include/ncurses -O2 --param max-inline-insns-single=1200 -no-cpp-precomp -c ../menu/m_spacing.c -o ../objects/m_spacing.o
brew: superenv removed: -O2
cc -I../ncurses -DHAVE_CONFIG_H -D_DARWIN_C_SOURCE -DNDEBUG -I. -I../include -I/usr/local/Cellar/ncurses/5.9/include/ncurses -O2 --param max-inline-insns-single=1200 -no-cpp-precomp -c ../menu/m_sub.c -o ../objects/m_sub.o
brew: superenv removed: -O2
cc -I../ncurses -DHAVE_CONFIG_H -D_DARWIN_C_SOURCE -DNDEBUG -I. -I../include -I/usr/local/Cellar/ncurses/5.9/include/ncurses -O2 --param max-inline-insns-single=1200 -no-cpp-precomp -c ../menu/m_userptr.c -o ../objects/m_userptr.o
brew: superenv removed: -O2
cc -I../ncurses -DHAVE_CONFIG_H -D_DARWIN_C_SOURCE -DNDEBUG -I. -I../include -I/usr/local/Cellar/ncurses/5.9/include/ncurses -O2 --param max-inline-insns-single=1200 -no-cpp-precomp -c ../menu/m_win.c -o ../objects/m_win.o
brew: superenv removed: -O2
ar -curv ../lib/libmenu.a ../objects/m_attribs.o ../objects/m_cursor.o ../objects/m_driver.o ../objects/m_format.o ../objects/m_global.o ../objects/m_hook.o ../objects/m_item_cur.o ../objects/m_item_nam.o ../objects/m_item_new.o ../objects/m_item_opt.o ../objects/m_item_top.o ../objects/m_item_use.o ../objects/m_item_val.o ../objects/m_item_vis.o ../objects/m_items.o ../objects/m_new.o ../objects/m_opts.o ../objects/m_pad.o ../objects/m_pattern.o ../objects/m_post.o ../objects/m_req_name.o ../objects/m_scale.o ../objects/m_spacing.o ../objects/m_sub.o ../objects/m_userptr.o ../objects/m_win.o
a - ../objects/m_attribs.o
a - ../objects/m_cursor.o
a - ../objects/m_driver.o
a - ../objects/m_format.o
a - ../objects/m_global.o
a - ../objects/m_hook.o
a - ../objects/m_item_cur.o
a - ../objects/m_item_nam.o
a - ../objects/m_item_new.o
a - ../objects/m_item_opt.o
a - ../objects/m_item_top.o
a - ../objects/m_item_use.o
a - ../objects/m_item_val.o
a - ../objects/m_item_vis.o
a - ../objects/m_items.o
a - ../objects/m_new.o
a - ../objects/m_opts.o
a - ../objects/m_pad.o
a - ../objects/m_pattern.o
a - ../objects/m_post.o
a - ../objects/m_req_name.o
a - ../objects/m_scale.o
a - ../objects/m_spacing.o
a - ../objects/m_sub.o
a - ../objects/m_userptr.o
a - ../objects/m_win.o
ranlib ../lib/libmenu.a
cc -I../ncurses -DHAVE_CONFIG_H -D_DARWIN_C_SOURCE -DNDEBUG -I. -I../include -I/usr/local/Cellar/ncurses/5.9/include/ncurses -O2 --param max-inline-insns-single=1200 -no-cpp-precomp -g -DTRACE -c ../menu/m_attribs.c -o ../obj_g/m_attribs.o
brew: superenv removed: -O2 -g
cc -I../ncurses -DHAVE_CONFIG_H -D_DARWIN_C_SOURCE -DNDEBUG -I. -I../include -I/usr/local/Cellar/ncurses/5.9/include/ncurses -O2 --param max-inline-insns-single=1200 -no-cpp-precomp -g -DTRACE -c ../menu/m_cursor.c -o ../obj_g/m_cursor.o
brew: superenv removed: -O2 -g
cc -I../ncurses -DHAVE_CONFIG_H -D_DARWIN_C_SOURCE -DNDEBUG -I. -I../include -I/usr/local/Cellar/ncurses/5.9/include/ncurses -O2 --param max-inline-insns-single=1200 -no-cpp-precomp -g -DTRACE -c ../menu/m_driver.c -o ../obj_g/m_driver.o
brew: superenv removed: -O2 -g
cc -I../ncurses -DHAVE_CONFIG_H -D_DARWIN_C_SOURCE -DNDEBUG -I. -I../include -I/usr/local/Cellar/ncurses/5.9/include/ncurses -O2 --param max-inline-insns-single=1200 -no-cpp-precomp -g -DTRACE -c ../menu/m_format.c -o ../obj_g/m_format.o
brew: superenv removed: -O2 -g
cc -I../ncurses -DHAVE_CONFIG_H -D_DARWIN_C_SOURCE -DNDEBUG -I. -I../include -I/usr/local/Cellar/ncurses/5.9/include/ncurses -O2 --param max-inline-insns-single=1200 -no-cpp-precomp -g -DTRACE -c ../menu/m_global.c -o ../obj_g/m_global.o
brew: superenv removed: -O2 -g
cc -I../ncurses -DHAVE_CONFIG_H -D_DARWIN_C_SOURCE -DNDEBUG -I. -I../include -I/usr/local/Cellar/ncurses/5.9/include/ncurses -O2 --param max-inline-insns-single=1200 -no-cpp-precomp -g -DTRACE -c ../menu/m_hook.c -o ../obj_g/m_hook.o
brew: superenv removed: -O2 -g
cc -I../ncurses -DHAVE_CONFIG_H -D_DARWIN_C_SOURCE -DNDEBUG -I. -I../include -I/usr/local/Cellar/ncurses/5.9/include/ncurses -O2 --param max-inline-insns-single=1200 -no-cpp-precomp -g -DTRACE -c ../menu/m_item_cur.c -o ../obj_g/m_item_cur.o
brew: superenv removed: -O2 -g
cc -I../ncurses -DHAVE_CONFIG_H -D_DARWIN_C_SOURCE -DNDEBUG -I. -I../include -I/usr/local/Cellar/ncurses/5.9/include/ncurses -O2 --param max-inline-insns-single=1200 -no-cpp-precomp -g -DTRACE -c ../menu/m_item_nam.c -o ../obj_g/m_item_nam.o
brew: superenv removed: -O2 -g
cc -I../ncurses -DHAVE_CONFIG_H -D_DARWIN_C_SOURCE -DNDEBUG -I. -I../include -I/usr/local/Cellar/ncurses/5.9/include/ncurses -O2 --param max-inline-insns-single=1200 -no-cpp-precomp -g -DTRACE -c ../menu/m_item_new.c -o ../obj_g/m_item_new.o
brew: superenv removed: -O2 -g
cc -I../ncurses -DHAVE_CONFIG_H -D_DARWIN_C_SOURCE -DNDEBUG -I. -I../include -I/usr/local/Cellar/ncurses/5.9/include/ncurses -O2 --param max-inline-insns-single=1200 -no-cpp-precomp -g -DTRACE -c ../menu/m_item_opt.c -o ../obj_g/m_item_opt.o
brew: superenv removed: -O2 -g
cc -I../ncurses -DHAVE_CONFIG_H -D_DARWIN_C_SOURCE -DNDEBUG -I. -I../include -I/usr/local/Cellar/ncurses/5.9/include/ncurses -O2 --param max-inline-insns-single=1200 -no-cpp-precomp -g -DTRACE -c ../menu/m_item_top.c -o ../obj_g/m_item_top.o
brew: superenv removed: -O2 -g
cc -I../ncurses -DHAVE_CONFIG_H -D_DARWIN_C_SOURCE -DNDEBUG -I. -I../include -I/usr/local/Cellar/ncurses/5.9/include/ncurses -O2 --param max-inline-insns-single=1200 -no-cpp-precomp -g -DTRACE -c ../menu/m_item_use.c -o ../obj_g/m_item_use.o
brew: superenv removed: -O2 -g
cc -I../ncurses -DHAVE_CONFIG_H -D_DARWIN_C_SOURCE -DNDEBUG -I. -I../include -I/usr/local/Cellar/ncurses/5.9/include/ncurses -O2 --param max-inline-insns-single=1200 -no-cpp-precomp -g -DTRACE -c ../menu/m_item_val.c -o ../obj_g/m_item_val.o
brew: superenv removed: -O2 -g
cc -I../ncurses -DHAVE_CONFIG_H -D_DARWIN_C_SOURCE -DNDEBUG -I. -I../include -I/usr/local/Cellar/ncurses/5.9/include/ncurses -O2 --param max-inline-insns-single=1200 -no-cpp-precomp -g -DTRACE -c ../menu/m_item_vis.c -o ../obj_g/m_item_vis.o
brew: superenv removed: -O2 -g
cc -I../ncurses -DHAVE_CONFIG_H -D_DARWIN_C_SOURCE -DNDEBUG -I. -I../include -I/usr/local/Cellar/ncurses/5.9/include/ncurses -O2 --param max-inline-insns-single=1200 -no-cpp-precomp -g -DTRACE -c ../menu/m_items.c -o ../obj_g/m_items.o
brew: superenv removed: -O2 -g
cc -I../ncurses -DHAVE_CONFIG_H -D_DARWIN_C_SOURCE -DNDEBUG -I. -I../include -I/usr/local/Cellar/ncurses/5.9/include/ncurses -O2 --param max-inline-insns-single=1200 -no-cpp-precomp -g -DTRACE -c ../menu/m_new.c -o ../obj_g/m_new.o
brew: superenv removed: -O2 -g
cc -I../ncurses -DHAVE_CONFIG_H -D_DARWIN_C_SOURCE -DNDEBUG -I. -I../include -I/usr/local/Cellar/ncurses/5.9/include/ncurses -O2 --param max-inline-insns-single=1200 -no-cpp-precomp -g -DTRACE -c ../menu/m_opts.c -o ../obj_g/m_opts.o
brew: superenv removed: -O2 -g
cc -I../ncurses -DHAVE_CONFIG_H -D_DARWIN_C_SOURCE -DNDEBUG -I. -I../include -I/usr/local/Cellar/ncurses/5.9/include/ncurses -O2 --param max-inline-insns-single=1200 -no-cpp-precomp -g -DTRACE -c ../menu/m_pad.c -o ../obj_g/m_pad.o
brew: superenv removed: -O2 -g
cc -I../ncurses -DHAVE_CONFIG_H -D_DARWIN_C_SOURCE -DNDEBUG -I. -I../include -I/usr/local/Cellar/ncurses/5.9/include/ncurses -O2 --param max-inline-insns-single=1200 -no-cpp-precomp -g -DTRACE -c ../menu/m_pattern.c -o ../obj_g/m_pattern.o
brew: superenv removed: -O2 -g
cc -I../ncurses -DHAVE_CONFIG_H -D_DARWIN_C_SOURCE -DNDEBUG -I. -I../include -I/usr/local/Cellar/ncurses/5.9/include/ncurses -O2 --param max-inline-insns-single=1200 -no-cpp-precomp -g -DTRACE -c ../menu/m_post.c -o ../obj_g/m_post.o
brew: superenv removed: -O2 -g
cc -I../ncurses -DHAVE_CONFIG_H -D_DARWIN_C_SOURCE -DNDEBUG -I. -I../include -I/usr/local/Cellar/ncurses/5.9/include/ncurses -O2 --param max-inline-insns-single=1200 -no-cpp-precomp -g -DTRACE -c ../menu/m_req_name.c -o ../obj_g/m_req_name.o
brew: superenv removed: -O2 -g
cc -I../ncurses -DHAVE_CONFIG_H -D_DARWIN_C_SOURCE -DNDEBUG -I. -I../include -I/usr/local/Cellar/ncurses/5.9/include/ncurses -O2 --param max-inline-insns-single=1200 -no-cpp-precomp -g -DTRACE -c ../menu/m_scale.c -o ../obj_g/m_scale.o
brew: superenv removed: -O2 -g
cc -I../ncurses -DHAVE_CONFIG_H -D_DARWIN_C_SOURCE -DNDEBUG -I. -I../include -I/usr/local/Cellar/ncurses/5.9/include/ncurses -O2 --param max-inline-insns-single=1200 -no-cpp-precomp -g -DTRACE -c ../menu/m_spacing.c -o ../obj_g/m_spacing.o
brew: superenv removed: -O2 -g
cc -I../ncurses -DHAVE_CONFIG_H -D_DARWIN_C_SOURCE -DNDEBUG -I. -I../include -I/usr/local/Cellar/ncurses/5.9/include/ncurses -O2 --param max-inline-insns-single=1200 -no-cpp-precomp -g -DTRACE -c ../menu/m_sub.c -o ../obj_g/m_sub.o
brew: superenv removed: -O2 -g
cc -I../ncurses -DHAVE_CONFIG_H -D_DARWIN_C_SOURCE -DNDEBUG -I. -I../include -I/usr/local/Cellar/ncurses/5.9/include/ncurses -O2 --param max-inline-insns-single=1200 -no-cpp-precomp -g -DTRACE -c ../menu/m_trace.c -o ../obj_g/m_trace.o
brew: superenv removed: -O2 -g
cc -I../ncurses -DHAVE_CONFIG_H -D_DARWIN_C_SOURCE -DNDEBUG -I. -I../include -I/usr/local/Cellar/ncurses/5.9/include/ncurses -O2 --param max-inline-insns-single=1200 -no-cpp-precomp -g -DTRACE -c ../menu/m_userptr.c -o ../obj_g/m_userptr.o
brew: superenv removed: -O2 -g
cc -I../ncurses -DHAVE_CONFIG_H -D_DARWIN_C_SOURCE -DNDEBUG -I. -I../include -I/usr/local/Cellar/ncurses/5.9/include/ncurses -O2 --param max-inline-insns-single=1200 -no-cpp-precomp -g -DTRACE -c ../menu/m_win.c -o ../obj_g/m_win.o
brew: superenv removed: -O2 -g
ar -curv ../lib/libmenu_g.a ../obj_g/m_attribs.o ../obj_g/m_cursor.o ../obj_g/m_driver.o ../obj_g/m_format.o ../obj_g/m_global.o ../obj_g/m_hook.o ../obj_g/m_item_cur.o ../obj_g/m_item_nam.o ../obj_g/m_item_new.o ../obj_g/m_item_opt.o ../obj_g/m_item_top.o ../obj_g/m_item_use.o ../obj_g/m_item_val.o ../obj_g/m_item_vis.o ../obj_g/m_items.o ../obj_g/m_new.o ../obj_g/m_opts.o ../obj_g/m_pad.o ../obj_g/m_pattern.o ../obj_g/m_post.o ../obj_g/m_req_name.o ../obj_g/m_scale.o ../obj_g/m_spacing.o ../obj_g/m_sub.o ../obj_g/m_trace.o ../obj_g/m_userptr.o ../obj_g/m_win.o
a - ../obj_g/m_attribs.o
a - ../obj_g/m_cursor.o
a - ../obj_g/m_driver.o
a - ../obj_g/m_format.o
a - ../obj_g/m_global.o
a - ../obj_g/m_hook.o
a - ../obj_g/m_item_cur.o
a - ../obj_g/m_item_nam.o
a - ../obj_g/m_item_new.o
a - ../obj_g/m_item_opt.o
a - ../obj_g/m_item_top.o
a - ../obj_g/m_item_use.o
a - ../obj_g/m_item_val.o
a - ../obj_g/m_item_vis.o
a - ../obj_g/m_items.o
a - ../obj_g/m_new.o
a - ../obj_g/m_opts.o
a - ../obj_g/m_pad.o
a - ../obj_g/m_pattern.o
a - ../obj_g/m_post.o
a - ../obj_g/m_req_name.o
a - ../obj_g/m_scale.o
a - ../obj_g/m_spacing.o
a - ../obj_g/m_sub.o
a - ../obj_g/m_trace.o
a - ../obj_g/m_userptr.o
a - ../obj_g/m_win.o
ranlib ../lib/libmenu_g.a
cd form && /usr/bin/make DESTDIR="" all
rm -f ../include/form.h
cp ./form.h ../include/form.h
cc -I../ncurses -DHAVE_CONFIG_H -D_DARWIN_C_SOURCE -DNDEBUG -I. -I../include -I/usr/local/Cellar/ncurses/5.9/include/ncurses -O2 --param max-inline-insns-single=1200 -no-cpp-precomp -dynamic -c ../form/fld_arg.c -o ../obj_s/fld_arg.o
brew: superenv removed: -O2
cc -I../ncurses -DHAVE_CONFIG_H -D_DARWIN_C_SOURCE -DNDEBUG -I. -I../include -I/usr/local/Cellar/ncurses/5.9/include/ncurses -O2 --param max-inline-insns-single=1200 -no-cpp-precomp -dynamic -c ../form/fld_attr.c -o ../obj_s/fld_attr.o
brew: superenv removed: -O2
cc -I../ncurses -DHAVE_CONFIG_H -D_DARWIN_C_SOURCE -DNDEBUG -I. -I../include -I/usr/local/Cellar/ncurses/5.9/include/ncurses -O2 --param max-inline-insns-single=1200 -no-cpp-precomp -dynamic -c ../form/fld_current.c -o ../obj_s/fld_current.o
brew: superenv removed: -O2
cc -I../ncurses -DHAVE_CONFIG_H -D_DARWIN_C_SOURCE -DNDEBUG -I. -I../include -I/usr/local/Cellar/ncurses/5.9/include/ncurses -O2 --param max-inline-insns-single=1200 -no-cpp-precomp -dynamic -c ../form/fld_def.c -o ../obj_s/fld_def.o
brew: superenv removed: -O2
cc -I../ncurses -DHAVE_CONFIG_H -D_DARWIN_C_SOURCE -DNDEBUG -I. -I../include -I/usr/local/Cellar/ncurses/5.9/include/ncurses -O2 --param max-inline-insns-single=1200 -no-cpp-precomp -dynamic -c ../form/fld_dup.c -o ../obj_s/fld_dup.o
brew: superenv removed: -O2
cc -I../ncurses -DHAVE_CONFIG_H -D_DARWIN_C_SOURCE -DNDEBUG -I. -I../include -I/usr/local/Cellar/ncurses/5.9/include/ncurses -O2 --param max-inline-insns-single=1200 -no-cpp-precomp -dynamic -c ../form/fld_ftchoice.c -o ../obj_s/fld_ftchoice.o
brew: superenv removed: -O2
cc -I../ncurses -DHAVE_CONFIG_H -D_DARWIN_C_SOURCE -DNDEBUG -I. -I../include -I/usr/local/Cellar/ncurses/5.9/include/ncurses -O2 --param max-inline-insns-single=1200 -no-cpp-precomp -dynamic -c ../form/fld_ftlink.c -o ../obj_s/fld_ftlink.o
brew: superenv removed: -O2
cc -I../ncurses -DHAVE_CONFIG_H -D_DARWIN_C_SOURCE -DNDEBUG -I. -I../include -I/usr/local/Cellar/ncurses/5.9/include/ncurses -O2 --param max-inline-insns-single=1200 -no-cpp-precomp -dynamic -c ../form/fld_info.c -o ../obj_s/fld_info.o
brew: superenv removed: -O2
cc -I../ncurses -DHAVE_CONFIG_H -D_DARWIN_C_SOURCE -DNDEBUG -I. -I../include -I/usr/local/Cellar/ncurses/5.9/include/ncurses -O2 --param max-inline-insns-single=1200 -no-cpp-precomp -dynamic -c ../form/fld_just.c -o ../obj_s/fld_just.o
brew: superenv removed: -O2
cc -I../ncurses -DHAVE_CONFIG_H -D_DARWIN_C_SOURCE -DNDEBUG -I. -I../include -I/usr/local/Cellar/ncurses/5.9/include/ncurses -O2 --param max-inline-insns-single=1200 -no-cpp-precomp -dynamic -c ../form/fld_link.c -o ../obj_s/fld_link.o
brew: superenv removed: -O2
cc -I../ncurses -DHAVE_CONFIG_H -D_DARWIN_C_SOURCE -DNDEBUG -I. -I../include -I/usr/local/Cellar/ncurses/5.9/include/ncurses -O2 --param max-inline-insns-single=1200 -no-cpp-precomp -dynamic -c ../form/fld_max.c -o ../obj_s/fld_max.o
brew: superenv removed: -O2
cc -I../ncurses -DHAVE_CONFIG_H -D_DARWIN_C_SOURCE -DNDEBUG -I. -I../include -I/usr/local/Cellar/ncurses/5.9/include/ncurses -O2 --param max-inline-insns-single=1200 -no-cpp-precomp -dynamic -c ../form/fld_move.c -o ../obj_s/fld_move.o
brew: superenv removed: -O2
cc -I../ncurses -DHAVE_CONFIG_H -D_DARWIN_C_SOURCE -DNDEBUG -I. -I../include -I/usr/local/Cellar/ncurses/5.9/include/ncurses -O2 --param max-inline-insns-single=1200 -no-cpp-precomp -dynamic -c ../form/fld_newftyp.c -o ../obj_s/fld_newftyp.o
brew: superenv removed: -O2
cc -I../ncurses -DHAVE_CONFIG_H -D_DARWIN_C_SOURCE -DNDEBUG -I. -I../include -I/usr/local/Cellar/ncurses/5.9/include/ncurses -O2 --param max-inline-insns-single=1200 -no-cpp-precomp -dynamic -c ../form/fld_opts.c -o ../obj_s/fld_opts.o
brew: superenv removed: -O2
cc -I../ncurses -DHAVE_CONFIG_H -D_DARWIN_C_SOURCE -DNDEBUG -I. -I../include -I/usr/local/Cellar/ncurses/5.9/include/ncurses -O2 --param max-inline-insns-single=1200 -no-cpp-precomp -dynamic -c ../form/fld_pad.c -o ../obj_s/fld_pad.o
brew: superenv removed: -O2
cc -I../ncurses -DHAVE_CONFIG_H -D_DARWIN_C_SOURCE -DNDEBUG -I. -I../include -I/usr/local/Cellar/ncurses/5.9/include/ncurses -O2 --param max-inline-insns-single=1200 -no-cpp-precomp -dynamic -c ../form/fld_page.c -o ../obj_s/fld_page.o
brew: superenv removed: -O2
cc -I../ncurses -DHAVE_CONFIG_H -D_DARWIN_C_SOURCE -DNDEBUG -I. -I../include -I/usr/local/Cellar/ncurses/5.9/include/ncurses -O2 --param max-inline-insns-single=1200 -no-cpp-precomp -dynamic -c ../form/fld_stat.c -o ../obj_s/fld_stat.o
brew: superenv removed: -O2
cc -I../ncurses -DHAVE_CONFIG_H -D_DARWIN_C_SOURCE -DNDEBUG -I. -I../include -I/usr/local/Cellar/ncurses/5.9/include/ncurses -O2 --param max-inline-insns-single=1200 -no-cpp-precomp -dynamic -c ../form/fld_type.c -o ../obj_s/fld_type.o
brew: superenv removed: -O2
cc -I../ncurses -DHAVE_CONFIG_H -D_DARWIN_C_SOURCE -DNDEBUG -I. -I../include -I/usr/local/Cellar/ncurses/5.9/include/ncurses -O2 --param max-inline-insns-single=1200 -no-cpp-precomp -dynamic -c ../form/fld_user.c -o ../obj_s/fld_user.o
brew: superenv removed: -O2
cc -I../ncurses -DHAVE_CONFIG_H -D_DARWIN_C_SOURCE -DNDEBUG -I. -I../include -I/usr/local/Cellar/ncurses/5.9/include/ncurses -O2 --param max-inline-insns-single=1200 -no-cpp-precomp -dynamic -c ../form/frm_cursor.c -o ../obj_s/frm_cursor.o
brew: superenv removed: -O2
cc -I../ncurses -DHAVE_CONFIG_H -D_DARWIN_C_SOURCE -DNDEBUG -I. -I../include -I/usr/local/Cellar/ncurses/5.9/include/ncurses -O2 --param max-inline-insns-single=1200 -no-cpp-precomp -dynamic -c ../form/frm_data.c -o ../obj_s/frm_data.o
brew: superenv removed: -O2
cc -I../ncurses -DHAVE_CONFIG_H -D_DARWIN_C_SOURCE -DNDEBUG -I. -I../include -I/usr/local/Cellar/ncurses/5.9/include/ncurses -O2 --param max-inline-insns-single=1200 -no-cpp-precomp -dynamic -c ../form/frm_def.c -o ../obj_s/frm_def.o
brew: superenv removed: -O2
cc -I../ncurses -DHAVE_CONFIG_H -D_DARWIN_C_SOURCE -DNDEBUG -I. -I../include -I/usr/local/Cellar/ncurses/5.9/include/ncurses -O2 --param max-inline-insns-single=1200 -no-cpp-precomp -dynamic -c ../form/frm_driver.c -o ../obj_s/frm_driver.o
brew: superenv removed: -O2
cc -I../ncurses -DHAVE_CONFIG_H -D_DARWIN_C_SOURCE -DNDEBUG -I. -I../include -I/usr/local/Cellar/ncurses/5.9/include/ncurses -O2 --param max-inline-insns-single=1200 -no-cpp-precomp -dynamic -c ../form/frm_hook.c -o ../obj_s/frm_hook.o
brew: superenv removed: -O2
cc -I../ncurses -DHAVE_CONFIG_H -D_DARWIN_C_SOURCE -DNDEBUG -I. -I../include -I/usr/local/Cellar/ncurses/5.9/include/ncurses -O2 --param max-inline-insns-single=1200 -no-cpp-precomp -dynamic -c ../form/frm_opts.c -o ../obj_s/frm_opts.o
brew: superenv removed: -O2
cc -I../ncurses -DHAVE_CONFIG_H -D_DARWIN_C_SOURCE -DNDEBUG -I. -I../include -I/usr/local/Cellar/ncurses/5.9/include/ncurses -O2 --param max-inline-insns-single=1200 -no-cpp-precomp -dynamic -c ../form/frm_page.c -o ../obj_s/frm_page.o
brew: superenv removed: -O2
cc -I../ncurses -DHAVE_CONFIG_H -D_DARWIN_C_SOURCE -DNDEBUG -I. -I../include -I/usr/local/Cellar/ncurses/5.9/include/ncurses -O2 --param max-inline-insns-single=1200 -no-cpp-precomp -dynamic -c ../form/frm_post.c -o ../obj_s/frm_post.o
brew: superenv removed: -O2
cc -I../ncurses -DHAVE_CONFIG_H -D_DARWIN_C_SOURCE -DNDEBUG -I. -I../include -I/usr/local/Cellar/ncurses/5.9/include/ncurses -O2 --param max-inline-insns-single=1200 -no-cpp-precomp -dynamic -c ../form/frm_req_name.c -o ../obj_s/frm_req_name.o
brew: superenv removed: -O2
cc -I../ncurses -DHAVE_CONFIG_H -D_DARWIN_C_SOURCE -DNDEBUG -I. -I../include -I/usr/local/Cellar/ncurses/5.9/include/ncurses -O2 --param max-inline-insns-single=1200 -no-cpp-precomp -dynamic -c ../form/frm_scale.c -o ../obj_s/frm_scale.o
brew: superenv removed: -O2
cc -I../ncurses -DHAVE_CONFIG_H -D_DARWIN_C_SOURCE -DNDEBUG -I. -I../include -I/usr/local/Cellar/ncurses/5.9/include/ncurses -O2 --param max-inline-insns-single=1200 -no-cpp-precomp -dynamic -c ../form/frm_sub.c -o ../obj_s/frm_sub.o
brew: superenv removed: -O2
cc -I../ncurses -DHAVE_CONFIG_H -D_DARWIN_C_SOURCE -DNDEBUG -I. -I../include -I/usr/local/Cellar/ncurses/5.9/include/ncurses -O2 --param max-inline-insns-single=1200 -no-cpp-precomp -dynamic -c ../form/frm_user.c -o ../obj_s/frm_user.o
brew: superenv removed: -O2
cc -I../ncurses -DHAVE_CONFIG_H -D_DARWIN_C_SOURCE -DNDEBUG -I. -I../include -I/usr/local/Cellar/ncurses/5.9/include/ncurses -O2 --param max-inline-insns-single=1200 -no-cpp-precomp -dynamic -c ../form/frm_win.c -o ../obj_s/frm_win.o
brew: superenv removed: -O2
cc -I../ncurses -DHAVE_CONFIG_H -D_DARWIN_C_SOURCE -DNDEBUG -I. -I../include -I/usr/local/Cellar/ncurses/5.9/include/ncurses -O2 --param max-inline-insns-single=1200 -no-cpp-precomp -dynamic -c ../form/fty_alnum.c -o ../obj_s/fty_alnum.o
brew: superenv removed: -O2
cc -I../ncurses -DHAVE_CONFIG_H -D_DARWIN_C_SOURCE -DNDEBUG -I. -I../include -I/usr/local/Cellar/ncurses/5.9/include/ncurses -O2 --param max-inline-insns-single=1200 -no-cpp-precomp -dynamic -c ../form/fty_alpha.c -o ../obj_s/fty_alpha.o
brew: superenv removed: -O2
cc -I../ncurses -DHAVE_CONFIG_H -D_DARWIN_C_SOURCE -DNDEBUG -I. -I../include -I/usr/local/Cellar/ncurses/5.9/include/ncurses -O2 --param max-inline-insns-single=1200 -no-cpp-precomp -dynamic -c ../form/fty_enum.c -o ../obj_s/fty_enum.o
brew: superenv removed: -O2
cc -I../ncurses -DHAVE_CONFIG_H -D_DARWIN_C_SOURCE -DNDEBUG -I. -I../include -I/usr/local/Cellar/ncurses/5.9/include/ncurses -O2 --param max-inline-insns-single=1200 -no-cpp-precomp -dynamic -c ../form/fty_generic.c -o ../obj_s/fty_generic.o
brew: superenv removed: -O2
cc -I../ncurses -DHAVE_CONFIG_H -D_DARWIN_C_SOURCE -DNDEBUG -I. -I../include -I/usr/local/Cellar/ncurses/5.9/include/ncurses -O2 --param max-inline-insns-single=1200 -no-cpp-precomp -dynamic -c ../form/fty_int.c -o ../obj_s/fty_int.o
brew: superenv removed: -O2
cc -I../ncurses -DHAVE_CONFIG_H -D_DARWIN_C_SOURCE -DNDEBUG -I. -I../include -I/usr/local/Cellar/ncurses/5.9/include/ncurses -O2 --param max-inline-insns-single=1200 -no-cpp-precomp -dynamic -c ../form/fty_ipv4.c -o ../obj_s/fty_ipv4.o
brew: superenv removed: -O2
cc -I../ncurses -DHAVE_CONFIG_H -D_DARWIN_C_SOURCE -DNDEBUG -I. -I../include -I/usr/local/Cellar/ncurses/5.9/include/ncurses -O2 --param max-inline-insns-single=1200 -no-cpp-precomp -dynamic -c ../form/fty_num.c -o ../obj_s/fty_num.o
brew: superenv removed: -O2
cc -I../ncurses -DHAVE_CONFIG_H -D_DARWIN_C_SOURCE -DNDEBUG -I. -I../include -I/usr/local/Cellar/ncurses/5.9/include/ncurses -O2 --param max-inline-insns-single=1200 -no-cpp-precomp -dynamic -c ../form/fty_regex.c -o ../obj_s/fty_regex.o
brew: superenv removed: -O2
linking ../lib/libform.5.dylib
cc -O2 --param max-inline-insns-single=1200 -no-cpp-precomp -dynamiclib -install_name /usr/local/Cellar/ncurses/5.9/lib/`basename ../lib/libform.5.dylib` -compatibility_version 5 -current_version 5 -o ../lib/libform.5.dylib ../obj_s/fld_arg.o ../obj_s/fld_attr.o ../obj_s/fld_current.o ../obj_s/fld_def.o ../obj_s/fld_dup.o ../obj_s/fld_ftchoice.o ../obj_s/fld_ftlink.o ../obj_s/fld_info.o ../obj_s/fld_just.o ../obj_s/fld_link.o ../obj_s/fld_max.o ../obj_s/fld_move.o ../obj_s/fld_newftyp.o ../obj_s/fld_opts.o ../obj_s/fld_pad.o ../obj_s/fld_page.o ../obj_s/fld_stat.o ../obj_s/fld_type.o ../obj_s/fld_user.o ../obj_s/frm_cursor.o ../obj_s/frm_data.o ../obj_s/frm_def.o ../obj_s/frm_driver.o ../obj_s/frm_hook.o ../obj_s/frm_opts.o ../obj_s/frm_page.o ../obj_s/frm_post.o ../obj_s/frm_req_name.o ../obj_s/frm_scale.o ../obj_s/frm_sub.o ../obj_s/frm_user.o ../obj_s/frm_win.o ../obj_s/fty_alnum.o ../obj_s/fty_alpha.o ../obj_s/fty_enum.o ../obj_s/fty_generic.o ../obj_s/fty_int.o ../obj_s/fty_ipv4.o ../obj_s/fty_num.o ../obj_s/fty_regex.o -L../lib -lncurses -Wl,-search_paths_first
brew: superenv removed: -O2
cd ../lib && (ln -s -f libform.5.dylib libform.dylib; )
cc -I../ncurses -DHAVE_CONFIG_H -D_DARWIN_C_SOURCE -DNDEBUG -I. -I../include -I/usr/local/Cellar/ncurses/5.9/include/ncurses -O2 --param max-inline-insns-single=1200 -no-cpp-precomp -c ../form/fld_arg.c -o ../objects/fld_arg.o
brew: superenv removed: -O2
cc -I../ncurses -DHAVE_CONFIG_H -D_DARWIN_C_SOURCE -DNDEBUG -I. -I../include -I/usr/local/Cellar/ncurses/5.9/include/ncurses -O2 --param max-inline-insns-single=1200 -no-cpp-precomp -c ../form/fld_attr.c -o ../objects/fld_attr.o
brew: superenv removed: -O2
cc -I../ncurses -DHAVE_CONFIG_H -D_DARWIN_C_SOURCE -DNDEBUG -I. -I../include -I/usr/local/Cellar/ncurses/5.9/include/ncurses -O2 --param max-inline-insns-single=1200 -no-cpp-precomp -c ../form/fld_current.c -o ../objects/fld_current.o
brew: superenv removed: -O2
cc -I../ncurses -DHAVE_CONFIG_H -D_DARWIN_C_SOURCE -DNDEBUG -I. -I../include -I/usr/local/Cellar/ncurses/5.9/include/ncurses -O2 --param max-inline-insns-single=1200 -no-cpp-precomp -c ../form/fld_def.c -o ../objects/fld_def.o
brew: superenv removed: -O2
cc -I../ncurses -DHAVE_CONFIG_H -D_DARWIN_C_SOURCE -DNDEBUG -I. -I../include -I/usr/local/Cellar/ncurses/5.9/include/ncurses -O2 --param max-inline-insns-single=1200 -no-cpp-precomp -c ../form/fld_dup.c -o ../objects/fld_dup.o
brew: superenv removed: -O2
cc -I../ncurses -DHAVE_CONFIG_H -D_DARWIN_C_SOURCE -DNDEBUG -I. -I../include -I/usr/local/Cellar/ncurses/5.9/include/ncurses -O2 --param max-inline-insns-single=1200 -no-cpp-precomp -c ../form/fld_ftchoice.c -o ../objects/fld_ftchoice.o
brew: superenv removed: -O2
cc -I../ncurses -DHAVE_CONFIG_H -D_DARWIN_C_SOURCE -DNDEBUG -I. -I../include -I/usr/local/Cellar/ncurses/5.9/include/ncurses -O2 --param max-inline-insns-single=1200 -no-cpp-precomp -c ../form/fld_ftlink.c -o ../objects/fld_ftlink.o
brew: superenv removed: -O2
cc -I../ncurses -DHAVE_CONFIG_H -D_DARWIN_C_SOURCE -DNDEBUG -I. -I../include -I/usr/local/Cellar/ncurses/5.9/include/ncurses -O2 --param max-inline-insns-single=1200 -no-cpp-precomp -c ../form/fld_info.c -o ../objects/fld_info.o
brew: superenv removed: -O2
cc -I../ncurses -DHAVE_CONFIG_H -D_DARWIN_C_SOURCE -DNDEBUG -I. -I../include -I/usr/local/Cellar/ncurses/5.9/include/ncurses -O2 --param max-inline-insns-single=1200 -no-cpp-precomp -c ../form/fld_just.c -o ../objects/fld_just.o
brew: superenv removed: -O2
cc -I../ncurses -DHAVE_CONFIG_H -D_DARWIN_C_SOURCE -DNDEBUG -I. -I../include -I/usr/local/Cellar/ncurses/5.9/include/ncurses -O2 --param max-inline-insns-single=1200 -no-cpp-precomp -c ../form/fld_link.c -o ../objects/fld_link.o
brew: superenv removed: -O2
cc -I../ncurses -DHAVE_CONFIG_H -D_DARWIN_C_SOURCE -DNDEBUG -I. -I../include -I/usr/local/Cellar/ncurses/5.9/include/ncurses -O2 --param max-inline-insns-single=1200 -no-cpp-precomp -c ../form/fld_max.c -o ../objects/fld_max.o
brew: superenv removed: -O2
cc -I../ncurses -DHAVE_CONFIG_H -D_DARWIN_C_SOURCE -DNDEBUG -I. -I../include -I/usr/local/Cellar/ncurses/5.9/include/ncurses -O2 --param max-inline-insns-single=1200 -no-cpp-precomp -c ../form/fld_move.c -o ../objects/fld_move.o
brew: superenv removed: -O2
cc -I../ncurses -DHAVE_CONFIG_H -D_DARWIN_C_SOURCE -DNDEBUG -I. -I../include -I/usr/local/Cellar/ncurses/5.9/include/ncurses -O2 --param max-inline-insns-single=1200 -no-cpp-precomp -c ../form/fld_newftyp.c -o ../objects/fld_newftyp.o
brew: superenv removed: -O2
cc -I../ncurses -DHAVE_CONFIG_H -D_DARWIN_C_SOURCE -DNDEBUG -I. -I../include -I/usr/local/Cellar/ncurses/5.9/include/ncurses -O2 --param max-inline-insns-single=1200 -no-cpp-precomp -c ../form/fld_opts.c -o ../objects/fld_opts.o
brew: superenv removed: -O2
cc -I../ncurses -DHAVE_CONFIG_H -D_DARWIN_C_SOURCE -DNDEBUG -I. -I../include -I/usr/local/Cellar/ncurses/5.9/include/ncurses -O2 --param max-inline-insns-single=1200 -no-cpp-precomp -c ../form/fld_pad.c -o ../objects/fld_pad.o
brew: superenv removed: -O2
cc -I../ncurses -DHAVE_CONFIG_H -D_DARWIN_C_SOURCE -DNDEBUG -I. -I../include -I/usr/local/Cellar/ncurses/5.9/include/ncurses -O2 --param max-inline-insns-single=1200 -no-cpp-precomp -c ../form/fld_page.c -o ../objects/fld_page.o
brew: superenv removed: -O2
cc -I../ncurses -DHAVE_CONFIG_H -D_DARWIN_C_SOURCE -DNDEBUG -I. -I../include -I/usr/local/Cellar/ncurses/5.9/include/ncurses -O2 --param max-inline-insns-single=1200 -no-cpp-precomp -c ../form/fld_stat.c -o ../objects/fld_stat.o
brew: superenv removed: -O2
cc -I../ncurses -DHAVE_CONFIG_H -D_DARWIN_C_SOURCE -DNDEBUG -I. -I../include -I/usr/local/Cellar/ncurses/5.9/include/ncurses -O2 --param max-inline-insns-single=1200 -no-cpp-precomp -c ../form/fld_type.c -o ../objects/fld_type.o
brew: superenv removed: -O2
cc -I../ncurses -DHAVE_CONFIG_H -D_DARWIN_C_SOURCE -DNDEBUG -I. -I../include -I/usr/local/Cellar/ncurses/5.9/include/ncurses -O2 --param max-inline-insns-single=1200 -no-cpp-precomp -c ../form/fld_user.c -o ../objects/fld_user.o
brew: superenv removed: -O2
cc -I../ncurses -DHAVE_CONFIG_H -D_DARWIN_C_SOURCE -DNDEBUG -I. -I../include -I/usr/local/Cellar/ncurses/5.9/include/ncurses -O2 --param max-inline-insns-single=1200 -no-cpp-precomp -c ../form/frm_cursor.c -o ../objects/frm_cursor.o
brew: superenv removed: -O2
cc -I../ncurses -DHAVE_CONFIG_H -D_DARWIN_C_SOURCE -DNDEBUG -I. -I../include -I/usr/local/Cellar/ncurses/5.9/include/ncurses -O2 --param max-inline-insns-single=1200 -no-cpp-precomp -c ../form/frm_data.c -o ../objects/frm_data.o
brew: superenv removed: -O2
cc -I../ncurses -DHAVE_CONFIG_H -D_DARWIN_C_SOURCE -DNDEBUG -I. -I../include -I/usr/local/Cellar/ncurses/5.9/include/ncurses -O2 --param max-inline-insns-single=1200 -no-cpp-precomp -c ../form/frm_def.c -o ../objects/frm_def.o
brew: superenv removed: -O2
cc -I../ncurses -DHAVE_CONFIG_H -D_DARWIN_C_SOURCE -DNDEBUG -I. -I../include -I/usr/local/Cellar/ncurses/5.9/include/ncurses -O2 --param max-inline-insns-single=1200 -no-cpp-precomp -c ../form/frm_driver.c -o ../objects/frm_driver.o
brew: superenv removed: -O2
cc -I../ncurses -DHAVE_CONFIG_H -D_DARWIN_C_SOURCE -DNDEBUG -I. -I../include -I/usr/local/Cellar/ncurses/5.9/include/ncurses -O2 --param max-inline-insns-single=1200 -no-cpp-precomp -c ../form/frm_hook.c -o ../objects/frm_hook.o
brew: superenv removed: -O2
cc -I../ncurses -DHAVE_CONFIG_H -D_DARWIN_C_SOURCE -DNDEBUG -I. -I../include -I/usr/local/Cellar/ncurses/5.9/include/ncurses -O2 --param max-inline-insns-single=1200 -no-cpp-precomp -c ../form/frm_opts.c -o ../objects/frm_opts.o
brew: superenv removed: -O2
cc -I../ncurses -DHAVE_CONFIG_H -D_DARWIN_C_SOURCE -DNDEBUG -I. -I../include -I/usr/local/Cellar/ncurses/5.9/include/ncurses -O2 --param max-inline-insns-single=1200 -no-cpp-precomp -c ../form/frm_page.c -o ../objects/frm_page.o
brew: superenv removed: -O2
cc -I../ncurses -DHAVE_CONFIG_H -D_DARWIN_C_SOURCE -DNDEBUG -I. -I../include -I/usr/local/Cellar/ncurses/5.9/include/ncurses -O2 --param max-inline-insns-single=1200 -no-cpp-precomp -c ../form/frm_post.c -o ../objects/frm_post.o
brew: superenv removed: -O2
cc -I../ncurses -DHAVE_CONFIG_H -D_DARWIN_C_SOURCE -DNDEBUG -I. -I../include -I/usr/local/Cellar/ncurses/5.9/include/ncurses -O2 --param max-inline-insns-single=1200 -no-cpp-precomp -c ../form/frm_req_name.c -o ../objects/frm_req_name.o
brew: superenv removed: -O2
cc -I../ncurses -DHAVE_CONFIG_H -D_DARWIN_C_SOURCE -DNDEBUG -I. -I../include -I/usr/local/Cellar/ncurses/5.9/include/ncurses -O2 --param max-inline-insns-single=1200 -no-cpp-precomp -c ../form/frm_scale.c -o ../objects/frm_scale.o
brew: superenv removed: -O2
cc -I../ncurses -DHAVE_CONFIG_H -D_DARWIN_C_SOURCE -DNDEBUG -I. -I../include -I/usr/local/Cellar/ncurses/5.9/include/ncurses -O2 --param max-inline-insns-single=1200 -no-cpp-precomp -c ../form/frm_sub.c -o ../objects/frm_sub.o
brew: superenv removed: -O2
cc -I../ncurses -DHAVE_CONFIG_H -D_DARWIN_C_SOURCE -DNDEBUG -I. -I../include -I/usr/local/Cellar/ncurses/5.9/include/ncurses -O2 --param max-inline-insns-single=1200 -no-cpp-precomp -c ../form/frm_user.c -o ../objects/frm_user.o
brew: superenv removed: -O2
cc -I../ncurses -DHAVE_CONFIG_H -D_DARWIN_C_SOURCE -DNDEBUG -I. -I../include -I/usr/local/Cellar/ncurses/5.9/include/ncurses -O2 --param max-inline-insns-single=1200 -no-cpp-precomp -c ../form/frm_win.c -o ../objects/frm_win.o
brew: superenv removed: -O2
cc -I../ncurses -DHAVE_CONFIG_H -D_DARWIN_C_SOURCE -DNDEBUG -I. -I../include -I/usr/local/Cellar/ncurses/5.9/include/ncurses -O2 --param max-inline-insns-single=1200 -no-cpp-precomp -c ../form/fty_alnum.c -o ../objects/fty_alnum.o
brew: superenv removed: -O2
cc -I../ncurses -DHAVE_CONFIG_H -D_DARWIN_C_SOURCE -DNDEBUG -I. -I../include -I/usr/local/Cellar/ncurses/5.9/include/ncurses -O2 --param max-inline-insns-single=1200 -no-cpp-precomp -c ../form/fty_alpha.c -o ../objects/fty_alpha.o
brew: superenv removed: -O2
cc -I../ncurses -DHAVE_CONFIG_H -D_DARWIN_C_SOURCE -DNDEBUG -I. -I../include -I/usr/local/Cellar/ncurses/5.9/include/ncurses -O2 --param max-inline-insns-single=1200 -no-cpp-precomp -c ../form/fty_enum.c -o ../objects/fty_enum.o
brew: superenv removed: -O2
cc -I../ncurses -DHAVE_CONFIG_H -D_DARWIN_C_SOURCE -DNDEBUG -I. -I../include -I/usr/local/Cellar/ncurses/5.9/include/ncurses -O2 --param max-inline-insns-single=1200 -no-cpp-precomp -c ../form/fty_generic.c -o ../objects/fty_generic.o
brew: superenv removed: -O2
cc -I../ncurses -DHAVE_CONFIG_H -D_DARWIN_C_SOURCE -DNDEBUG -I. -I../include -I/usr/local/Cellar/ncurses/5.9/include/ncurses -O2 --param max-inline-insns-single=1200 -no-cpp-precomp -c ../form/fty_int.c -o ../objects/fty_int.o
brew: superenv removed: -O2
cc -I../ncurses -DHAVE_CONFIG_H -D_DARWIN_C_SOURCE -DNDEBUG -I. -I../include -I/usr/local/Cellar/ncurses/5.9/include/ncurses -O2 --param max-inline-insns-single=1200 -no-cpp-precomp -c ../form/fty_ipv4.c -o ../objects/fty_ipv4.o
brew: superenv removed: -O2
cc -I../ncurses -DHAVE_CONFIG_H -D_DARWIN_C_SOURCE -DNDEBUG -I. -I../include -I/usr/local/Cellar/ncurses/5.9/include/ncurses -O2 --param max-inline-insns-single=1200 -no-cpp-precomp -c ../form/fty_num.c -o ../objects/fty_num.o
brew: superenv removed: -O2
cc -I../ncurses -DHAVE_CONFIG_H -D_DARWIN_C_SOURCE -DNDEBUG -I. -I../include -I/usr/local/Cellar/ncurses/5.9/include/ncurses -O2 --param max-inline-insns-single=1200 -no-cpp-precomp -c ../form/fty_regex.c -o ../objects/fty_regex.o
brew: superenv removed: -O2
ar -curv ../lib/libform.a ../objects/fld_arg.o ../objects/fld_attr.o ../objects/fld_current.o ../objects/fld_def.o ../objects/fld_dup.o ../objects/fld_ftchoice.o ../objects/fld_ftlink.o ../objects/fld_info.o ../objects/fld_just.o ../objects/fld_link.o ../objects/fld_max.o ../objects/fld_move.o ../objects/fld_newftyp.o ../objects/fld_opts.o ../objects/fld_pad.o ../objects/fld_page.o ../objects/fld_stat.o ../objects/fld_type.o ../objects/fld_user.o ../objects/frm_cursor.o ../objects/frm_data.o ../objects/frm_def.o ../objects/frm_driver.o ../objects/frm_hook.o ../objects/frm_opts.o ../objects/frm_page.o ../objects/frm_post.o ../objects/frm_req_name.o ../objects/frm_scale.o ../objects/frm_sub.o ../objects/frm_user.o ../objects/frm_win.o ../objects/fty_alnum.o ../objects/fty_alpha.o ../objects/fty_enum.o ../objects/fty_generic.o ../objects/fty_int.o ../objects/fty_ipv4.o ../objects/fty_num.o ../objects/fty_regex.o
a - ../objects/fld_arg.o
a - ../objects/fld_attr.o
a - ../objects/fld_current.o
a - ../objects/fld_def.o
a - ../objects/fld_dup.o
a - ../objects/fld_ftchoice.o
a - ../objects/fld_ftlink.o
a - ../objects/fld_info.o
a - ../objects/fld_just.o
a - ../objects/fld_link.o
a - ../objects/fld_max.o
a - ../objects/fld_move.o
a - ../objects/fld_newftyp.o
a - ../objects/fld_opts.o
a - ../objects/fld_pad.o
a - ../objects/fld_page.o
a - ../objects/fld_stat.o
a - ../objects/fld_type.o
a - ../objects/fld_user.o
a - ../objects/frm_cursor.o
a - ../objects/frm_data.o
a - ../objects/frm_def.o
a - ../objects/frm_driver.o
a - ../objects/frm_hook.o
a - ../objects/frm_opts.o
a - ../objects/frm_page.o
a - ../objects/frm_post.o
a - ../objects/frm_req_name.o
a - ../objects/frm_scale.o
a - ../objects/frm_sub.o
a - ../objects/frm_user.o
a - ../objects/frm_win.o
a - ../objects/fty_alnum.o
a - ../objects/fty_alpha.o
a - ../objects/fty_enum.o
a - ../objects/fty_generic.o
a - ../objects/fty_int.o
a - ../objects/fty_ipv4.o
a - ../objects/fty_num.o
a - ../objects/fty_regex.o
ranlib ../lib/libform.a
cc -I../ncurses -DHAVE_CONFIG_H -D_DARWIN_C_SOURCE -DNDEBUG -I. -I../include -I/usr/local/Cellar/ncurses/5.9/include/ncurses -O2 --param max-inline-insns-single=1200 -no-cpp-precomp -g -DTRACE -c ../form/f_trace.c -o ../obj_g/f_trace.o
brew: superenv removed: -O2 -g
cc -I../ncurses -DHAVE_CONFIG_H -D_DARWIN_C_SOURCE -DNDEBUG -I. -I../include -I/usr/local/Cellar/ncurses/5.9/include/ncurses -O2 --param max-inline-insns-single=1200 -no-cpp-precomp -g -DTRACE -c ../form/fld_arg.c -o ../obj_g/fld_arg.o
brew: superenv removed: -O2 -g
cc -I../ncurses -DHAVE_CONFIG_H -D_DARWIN_C_SOURCE -DNDEBUG -I. -I../include -I/usr/local/Cellar/ncurses/5.9/include/ncurses -O2 --param max-inline-insns-single=1200 -no-cpp-precomp -g -DTRACE -c ../form/fld_attr.c -o ../obj_g/fld_attr.o
brew: superenv removed: -O2 -g
cc -I../ncurses -DHAVE_CONFIG_H -D_DARWIN_C_SOURCE -DNDEBUG -I. -I../include -I/usr/local/Cellar/ncurses/5.9/include/ncurses -O2 --param max-inline-insns-single=1200 -no-cpp-precomp -g -DTRACE -c ../form/fld_current.c -o ../obj_g/fld_current.o
brew: superenv removed: -O2 -g
cc -I../ncurses -DHAVE_CONFIG_H -D_DARWIN_C_SOURCE -DNDEBUG -I. -I../include -I/usr/local/Cellar/ncurses/5.9/include/ncurses -O2 --param max-inline-insns-single=1200 -no-cpp-precomp -g -DTRACE -c ../form/fld_def.c -o ../obj_g/fld_def.o
brew: superenv removed: -O2 -g
cc -I../ncurses -DHAVE_CONFIG_H -D_DARWIN_C_SOURCE -DNDEBUG -I. -I../include -I/usr/local/Cellar/ncurses/5.9/include/ncurses -O2 --param max-inline-insns-single=1200 -no-cpp-precomp -g -DTRACE -c ../form/fld_dup.c -o ../obj_g/fld_dup.o
brew: superenv removed: -O2 -g
cc -I../ncurses -DHAVE_CONFIG_H -D_DARWIN_C_SOURCE -DNDEBUG -I. -I../include -I/usr/local/Cellar/ncurses/5.9/include/ncurses -O2 --param max-inline-insns-single=1200 -no-cpp-precomp -g -DTRACE -c ../form/fld_ftchoice.c -o ../obj_g/fld_ftchoice.o
brew: superenv removed: -O2 -g
cc -I../ncurses -DHAVE_CONFIG_H -D_DARWIN_C_SOURCE -DNDEBUG -I. -I../include -I/usr/local/Cellar/ncurses/5.9/include/ncurses -O2 --param max-inline-insns-single=1200 -no-cpp-precomp -g -DTRACE -c ../form/fld_ftlink.c -o ../obj_g/fld_ftlink.o
brew: superenv removed: -O2 -g
cc -I../ncurses -DHAVE_CONFIG_H -D_DARWIN_C_SOURCE -DNDEBUG -I. -I../include -I/usr/local/Cellar/ncurses/5.9/include/ncurses -O2 --param max-inline-insns-single=1200 -no-cpp-precomp -g -DTRACE -c ../form/fld_info.c -o ../obj_g/fld_info.o
brew: superenv removed: -O2 -g
cc -I../ncurses -DHAVE_CONFIG_H -D_DARWIN_C_SOURCE -DNDEBUG -I. -I../include -I/usr/local/Cellar/ncurses/5.9/include/ncurses -O2 --param max-inline-insns-single=1200 -no-cpp-precomp -g -DTRACE -c ../form/fld_just.c -o ../obj_g/fld_just.o
brew: superenv removed: -O2 -g
cc -I../ncurses -DHAVE_CONFIG_H -D_DARWIN_C_SOURCE -DNDEBUG -I. -I../include -I/usr/local/Cellar/ncurses/5.9/include/ncurses -O2 --param max-inline-insns-single=1200 -no-cpp-precomp -g -DTRACE -c ../form/fld_link.c -o ../obj_g/fld_link.o
brew: superenv removed: -O2 -g
cc -I../ncurses -DHAVE_CONFIG_H -D_DARWIN_C_SOURCE -DNDEBUG -I. -I../include -I/usr/local/Cellar/ncurses/5.9/include/ncurses -O2 --param max-inline-insns-single=1200 -no-cpp-precomp -g -DTRACE -c ../form/fld_max.c -o ../obj_g/fld_max.o
brew: superenv removed: -O2 -g
cc -I../ncurses -DHAVE_CONFIG_H -D_DARWIN_C_SOURCE -DNDEBUG -I. -I../include -I/usr/local/Cellar/ncurses/5.9/include/ncurses -O2 --param max-inline-insns-single=1200 -no-cpp-precomp -g -DTRACE -c ../form/fld_move.c -o ../obj_g/fld_move.o
brew: superenv removed: -O2 -g
cc -I../ncurses -DHAVE_CONFIG_H -D_DARWIN_C_SOURCE -DNDEBUG -I. -I../include -I/usr/local/Cellar/ncurses/5.9/include/ncurses -O2 --param max-inline-insns-single=1200 -no-cpp-precomp -g -DTRACE -c ../form/fld_newftyp.c -o ../obj_g/fld_newftyp.o
brew: superenv removed: -O2 -g
cc -I../ncurses -DHAVE_CONFIG_H -D_DARWIN_C_SOURCE -DNDEBUG -I. -I../include -I/usr/local/Cellar/ncurses/5.9/include/ncurses -O2 --param max-inline-insns-single=1200 -no-cpp-precomp -g -DTRACE -c ../form/fld_opts.c -o ../obj_g/fld_opts.o
brew: superenv removed: -O2 -g
cc -I../ncurses -DHAVE_CONFIG_H -D_DARWIN_C_SOURCE -DNDEBUG -I. -I../include -I/usr/local/Cellar/ncurses/5.9/include/ncurses -O2 --param max-inline-insns-single=1200 -no-cpp-precomp -g -DTRACE -c ../form/fld_pad.c -o ../obj_g/fld_pad.o
brew: superenv removed: -O2 -g
cc -I../ncurses -DHAVE_CONFIG_H -D_DARWIN_C_SOURCE -DNDEBUG -I. -I../include -I/usr/local/Cellar/ncurses/5.9/include/ncurses -O2 --param max-inline-insns-single=1200 -no-cpp-precomp -g -DTRACE -c ../form/fld_page.c -o ../obj_g/fld_page.o
brew: superenv removed: -O2 -g
cc -I../ncurses -DHAVE_CONFIG_H -D_DARWIN_C_SOURCE -DNDEBUG -I. -I../include -I/usr/local/Cellar/ncurses/5.9/include/ncurses -O2 --param max-inline-insns-single=1200 -no-cpp-precomp -g -DTRACE -c ../form/fld_stat.c -o ../obj_g/fld_stat.o
brew: superenv removed: -O2 -g
cc -I../ncurses -DHAVE_CONFIG_H -D_DARWIN_C_SOURCE -DNDEBUG -I. -I../include -I/usr/local/Cellar/ncurses/5.9/include/ncurses -O2 --param max-inline-insns-single=1200 -no-cpp-precomp -g -DTRACE -c ../form/fld_type.c -o ../obj_g/fld_type.o
brew: superenv removed: -O2 -g
cc -I../ncurses -DHAVE_CONFIG_H -D_DARWIN_C_SOURCE -DNDEBUG -I. -I../include -I/usr/local/Cellar/ncurses/5.9/include/ncurses -O2 --param max-inline-insns-single=1200 -no-cpp-precomp -g -DTRACE -c ../form/fld_user.c -o ../obj_g/fld_user.o
brew: superenv removed: -O2 -g
cc -I../ncurses -DHAVE_CONFIG_H -D_DARWIN_C_SOURCE -DNDEBUG -I. -I../include -I/usr/local/Cellar/ncurses/5.9/include/ncurses -O2 --param max-inline-insns-single=1200 -no-cpp-precomp -g -DTRACE -c ../form/frm_cursor.c -o ../obj_g/frm_cursor.o
brew: superenv removed: -O2 -g
cc -I../ncurses -DHAVE_CONFIG_H -D_DARWIN_C_SOURCE -DNDEBUG -I. -I../include -I/usr/local/Cellar/ncurses/5.9/include/ncurses -O2 --param max-inline-insns-single=1200 -no-cpp-precomp -g -DTRACE -c ../form/frm_data.c -o ../obj_g/frm_data.o
brew: superenv removed: -O2 -g
cc -I../ncurses -DHAVE_CONFIG_H -D_DARWIN_C_SOURCE -DNDEBUG -I. -I../include -I/usr/local/Cellar/ncurses/5.9/include/ncurses -O2 --param max-inline-insns-single=1200 -no-cpp-precomp -g -DTRACE -c ../form/frm_def.c -o ../obj_g/frm_def.o
brew: superenv removed: -O2 -g
cc -I../ncurses -DHAVE_CONFIG_H -D_DARWIN_C_SOURCE -DNDEBUG -I. -I../include -I/usr/local/Cellar/ncurses/5.9/include/ncurses -O2 --param max-inline-insns-single=1200 -no-cpp-precomp -g -DTRACE -c ../form/frm_driver.c -o ../obj_g/frm_driver.o
brew: superenv removed: -O2 -g
cc -I../ncurses -DHAVE_CONFIG_H -D_DARWIN_C_SOURCE -DNDEBUG -I. -I../include -I/usr/local/Cellar/ncurses/5.9/include/ncurses -O2 --param max-inline-insns-single=1200 -no-cpp-precomp -g -DTRACE -c ../form/frm_hook.c -o ../obj_g/frm_hook.o
brew: superenv removed: -O2 -g
cc -I../ncurses -DHAVE_CONFIG_H -D_DARWIN_C_SOURCE -DNDEBUG -I. -I../include -I/usr/local/Cellar/ncurses/5.9/include/ncurses -O2 --param max-inline-insns-single=1200 -no-cpp-precomp -g -DTRACE -c ../form/frm_opts.c -o ../obj_g/frm_opts.o
brew: superenv removed: -O2 -g
cc -I../ncurses -DHAVE_CONFIG_H -D_DARWIN_C_SOURCE -DNDEBUG -I. -I../include -I/usr/local/Cellar/ncurses/5.9/include/ncurses -O2 --param max-inline-insns-single=1200 -no-cpp-precomp -g -DTRACE -c ../form/frm_page.c -o ../obj_g/frm_page.o
brew: superenv removed: -O2 -g
cc -I../ncurses -DHAVE_CONFIG_H -D_DARWIN_C_SOURCE -DNDEBUG -I. -I../include -I/usr/local/Cellar/ncurses/5.9/include/ncurses -O2 --param max-inline-insns-single=1200 -no-cpp-precomp -g -DTRACE -c ../form/frm_post.c -o ../obj_g/frm_post.o
brew: superenv removed: -O2 -g
cc -I../ncurses -DHAVE_CONFIG_H -D_DARWIN_C_SOURCE -DNDEBUG -I. -I../include -I/usr/local/Cellar/ncurses/5.9/include/ncurses -O2 --param max-inline-insns-single=1200 -no-cpp-precomp -g -DTRACE -c ../form/frm_req_name.c -o ../obj_g/frm_req_name.o
brew: superenv removed: -O2 -g
cc -I../ncurses -DHAVE_CONFIG_H -D_DARWIN_C_SOURCE -DNDEBUG -I. -I../include -I/usr/local/Cellar/ncurses/5.9/include/ncurses -O2 --param max-inline-insns-single=1200 -no-cpp-precomp -g -DTRACE -c ../form/frm_scale.c -o ../obj_g/frm_scale.o
brew: superenv removed: -O2 -g
cc -I../ncurses -DHAVE_CONFIG_H -D_DARWIN_C_SOURCE -DNDEBUG -I. -I../include -I/usr/local/Cellar/ncurses/5.9/include/ncurses -O2 --param max-inline-insns-single=1200 -no-cpp-precomp -g -DTRACE -c ../form/frm_sub.c -o ../obj_g/frm_sub.o
brew: superenv removed: -O2 -g
cc -I../ncurses -DHAVE_CONFIG_H -D_DARWIN_C_SOURCE -DNDEBUG -I. -I../include -I/usr/local/Cellar/ncurses/5.9/include/ncurses -O2 --param max-inline-insns-single=1200 -no-cpp-precomp -g -DTRACE -c ../form/frm_user.c -o ../obj_g/frm_user.o
brew: superenv removed: -O2 -g
cc -I../ncurses -DHAVE_CONFIG_H -D_DARWIN_C_SOURCE -DNDEBUG -I. -I../include -I/usr/local/Cellar/ncurses/5.9/include/ncurses -O2 --param max-inline-insns-single=1200 -no-cpp-precomp -g -DTRACE -c ../form/frm_win.c -o ../obj_g/frm_win.o
brew: superenv removed: -O2 -g
cc -I../ncurses -DHAVE_CONFIG_H -D_DARWIN_C_SOURCE -DNDEBUG -I. -I../include -I/usr/local/Cellar/ncurses/5.9/include/ncurses -O2 --param max-inline-insns-single=1200 -no-cpp-precomp -g -DTRACE -c ../form/fty_alnum.c -o ../obj_g/fty_alnum.o
brew: superenv removed: -O2 -g
cc -I../ncurses -DHAVE_CONFIG_H -D_DARWIN_C_SOURCE -DNDEBUG -I. -I../include -I/usr/local/Cellar/ncurses/5.9/include/ncurses -O2 --param max-inline-insns-single=1200 -no-cpp-precomp -g -DTRACE -c ../form/fty_alpha.c -o ../obj_g/fty_alpha.o
brew: superenv removed: -O2 -g
cc -I../ncurses -DHAVE_CONFIG_H -D_DARWIN_C_SOURCE -DNDEBUG -I. -I../include -I/usr/local/Cellar/ncurses/5.9/include/ncurses -O2 --param max-inline-insns-single=1200 -no-cpp-precomp -g -DTRACE -c ../form/fty_enum.c -o ../obj_g/fty_enum.o
brew: superenv removed: -O2 -g
cc -I../ncurses -DHAVE_CONFIG_H -D_DARWIN_C_SOURCE -DNDEBUG -I. -I../include -I/usr/local/Cellar/ncurses/5.9/include/ncurses -O2 --param max-inline-insns-single=1200 -no-cpp-precomp -g -DTRACE -c ../form/fty_generic.c -o ../obj_g/fty_generic.o
brew: superenv removed: -O2 -g
cc -I../ncurses -DHAVE_CONFIG_H -D_DARWIN_C_SOURCE -DNDEBUG -I. -I../include -I/usr/local/Cellar/ncurses/5.9/include/ncurses -O2 --param max-inline-insns-single=1200 -no-cpp-precomp -g -DTRACE -c ../form/fty_int.c -o ../obj_g/fty_int.o
brew: superenv removed: -O2 -g
cc -I../ncurses -DHAVE_CONFIG_H -D_DARWIN_C_SOURCE -DNDEBUG -I. -I../include -I/usr/local/Cellar/ncurses/5.9/include/ncurses -O2 --param max-inline-insns-single=1200 -no-cpp-precomp -g -DTRACE -c ../form/fty_ipv4.c -o ../obj_g/fty_ipv4.o
brew: superenv removed: -O2 -g
cc -I../ncurses -DHAVE_CONFIG_H -D_DARWIN_C_SOURCE -DNDEBUG -I. -I../include -I/usr/local/Cellar/ncurses/5.9/include/ncurses -O2 --param max-inline-insns-single=1200 -no-cpp-precomp -g -DTRACE -c ../form/fty_num.c -o ../obj_g/fty_num.o
brew: superenv removed: -O2 -g
cc -I../ncurses -DHAVE_CONFIG_H -D_DARWIN_C_SOURCE -DNDEBUG -I. -I../include -I/usr/local/Cellar/ncurses/5.9/include/ncurses -O2 --param max-inline-insns-single=1200 -no-cpp-precomp -g -DTRACE -c ../form/fty_regex.c -o ../obj_g/fty_regex.o
brew: superenv removed: -O2 -g
ar -curv ../lib/libform_g.a ../obj_g/f_trace.o ../obj_g/fld_arg.o ../obj_g/fld_attr.o ../obj_g/fld_current.o ../obj_g/fld_def.o ../obj_g/fld_dup.o ../obj_g/fld_ftchoice.o ../obj_g/fld_ftlink.o ../obj_g/fld_info.o ../obj_g/fld_just.o ../obj_g/fld_link.o ../obj_g/fld_max.o ../obj_g/fld_move.o ../obj_g/fld_newftyp.o ../obj_g/fld_opts.o ../obj_g/fld_pad.o ../obj_g/fld_page.o ../obj_g/fld_stat.o ../obj_g/fld_type.o ../obj_g/fld_user.o ../obj_g/frm_cursor.o ../obj_g/frm_data.o ../obj_g/frm_def.o ../obj_g/frm_driver.o ../obj_g/frm_hook.o ../obj_g/frm_opts.o ../obj_g/frm_page.o ../obj_g/frm_post.o ../obj_g/frm_req_name.o ../obj_g/frm_scale.o ../obj_g/frm_sub.o ../obj_g/frm_user.o ../obj_g/frm_win.o ../obj_g/fty_alnum.o ../obj_g/fty_alpha.o ../obj_g/fty_enum.o ../obj_g/fty_generic.o ../obj_g/fty_int.o ../obj_g/fty_ipv4.o ../obj_g/fty_num.o ../obj_g/fty_regex.o
a - ../obj_g/f_trace.o
a - ../obj_g/fld_arg.o
a - ../obj_g/fld_attr.o
a - ../obj_g/fld_current.o
a - ../obj_g/fld_def.o
a - ../obj_g/fld_dup.o
a - ../obj_g/fld_ftchoice.o
a - ../obj_g/fld_ftlink.o
a - ../obj_g/fld_info.o
a - ../obj_g/fld_just.o
a - ../obj_g/fld_link.o
a - ../obj_g/fld_max.o
a - ../obj_g/fld_move.o
a - ../obj_g/fld_newftyp.o
a - ../obj_g/fld_opts.o
a - ../obj_g/fld_pad.o
a - ../obj_g/fld_page.o
a - ../obj_g/fld_stat.o
a - ../obj_g/fld_type.o
a - ../obj_g/fld_user.o
a - ../obj_g/frm_cursor.o
a - ../obj_g/frm_data.o
a - ../obj_g/frm_def.o
a - ../obj_g/frm_driver.o
a - ../obj_g/frm_hook.o
a - ../obj_g/frm_opts.o
a - ../obj_g/frm_page.o
a - ../obj_g/frm_post.o
a - ../obj_g/frm_req_name.o
a - ../obj_g/frm_scale.o
a - ../obj_g/frm_sub.o
a - ../obj_g/frm_user.o
a - ../obj_g/frm_win.o
a - ../obj_g/fty_alnum.o
a - ../obj_g/fty_alpha.o
a - ../obj_g/fty_enum.o
a - ../obj_g/fty_generic.o
a - ../obj_g/fty_int.o
a - ../obj_g/fty_ipv4.o
a - ../obj_g/fty_num.o
a - ../obj_g/fty_regex.o
ranlib ../lib/libform_g.a
cd test && /usr/bin/make DESTDIR="" all
cc -I. -I. -I../test -DHAVE_CONFIG_H -D_DARWIN_C_SOURCE -DNDEBUG -I. -I../include -I/usr/local/Cellar/ncurses/5.9/include/ncurses -O2 --param max-inline-insns-single=1200 -no-cpp-precomp -no-cpp-precomp -dynamic -c ../test/background.c -o ../obj_s/background.o
brew: superenv removed: -I../test -O2
cc -O2 --param max-inline-insns-single=1200 -no-cpp-precomp -no-cpp-precomp -o background ../obj_s/background.o -Wl,-search_paths_first -I. -I. -I../test -DHAVE_CONFIG_H -D_DARWIN_C_SOURCE -DNDEBUG -I. -I../include -I/usr/local/Cellar/ncurses/5.9/include/ncurses -O2 --param max-inline-insns-single=1200 -no-cpp-precomp -no-cpp-precomp -dynamic `echo "-L../lib -lform -lmenu -lpanel -lncurses " | sed -e 's/-lform.*-lpanel[^ ]*//'` -lutil
brew: superenv removed: -O2 -I../test -O2
cc -I. -I. -I../test -DHAVE_CONFIG_H -D_DARWIN_C_SOURCE -DNDEBUG -I. -I../include -I/usr/local/Cellar/ncurses/5.9/include/ncurses -O2 --param max-inline-insns-single=1200 -no-cpp-precomp -no-cpp-precomp -dynamic -c ../test/blue.c -o ../obj_s/blue.o
brew: superenv removed: -I../test -O2
cc -O2 --param max-inline-insns-single=1200 -no-cpp-precomp -no-cpp-precomp -o blue ../obj_s/blue.o -Wl,-search_paths_first -I. -I. -I../test -DHAVE_CONFIG_H -D_DARWIN_C_SOURCE -DNDEBUG -I. -I../include -I/usr/local/Cellar/ncurses/5.9/include/ncurses -O2 --param max-inline-insns-single=1200 -no-cpp-precomp -no-cpp-precomp -dynamic `echo "-L../lib -lform -lmenu -lpanel -lncurses " | sed -e 's/-lform.*-lpanel[^ ]*//'` -lutil
brew: superenv removed: -O2 -I../test -O2
cc -I. -I. -I../test -DHAVE_CONFIG_H -D_DARWIN_C_SOURCE -DNDEBUG -I. -I../include -I/usr/local/Cellar/ncurses/5.9/include/ncurses -O2 --param max-inline-insns-single=1200 -no-cpp-precomp -no-cpp-precomp -dynamic -c ../test/bs.c -o ../obj_s/bs.o
brew: superenv removed: -I../test -O2
cc -O2 --param max-inline-insns-single=1200 -no-cpp-precomp -no-cpp-precomp -o bs ../obj_s/bs.o -Wl,-search_paths_first -I. -I. -I../test -DHAVE_CONFIG_H -D_DARWIN_C_SOURCE -DNDEBUG -I. -I../include -I/usr/local/Cellar/ncurses/5.9/include/ncurses -O2 --param max-inline-insns-single=1200 -no-cpp-precomp -no-cpp-precomp -dynamic `echo "-L../lib -lform -lmenu -lpanel -lncurses " | sed -e 's/-lform.*-lpanel[^ ]*//'` -lutil
brew: superenv removed: -O2 -I../test -O2
cc -I. -I. -I../test -DHAVE_CONFIG_H -D_DARWIN_C_SOURCE -DNDEBUG -I. -I../include -I/usr/local/Cellar/ncurses/5.9/include/ncurses -O2 --param max-inline-insns-single=1200 -no-cpp-precomp -no-cpp-precomp -dynamic -c ../test/cardfile.c -o ../obj_s/cardfile.o
brew: superenv removed: -I../test -O2
cc -O2 --param max-inline-insns-single=1200 -no-cpp-precomp -no-cpp-precomp -o cardfile ../obj_s/cardfile.o -Wl,-search_paths_first -I. -I. -I../test -DHAVE_CONFIG_H -D_DARWIN_C_SOURCE -DNDEBUG -I. -I../include -I/usr/local/Cellar/ncurses/5.9/include/ncurses -O2 --param max-inline-insns-single=1200 -no-cpp-precomp -no-cpp-precomp -dynamic -L../lib -lform -lmenu -lpanel -lncurses -lutil
brew: superenv removed: -O2 -I../test -O2
cc -I. -I. -I../test -DHAVE_CONFIG_H -D_DARWIN_C_SOURCE -DNDEBUG -I. -I../include -I/usr/local/Cellar/ncurses/5.9/include/ncurses -O2 --param max-inline-insns-single=1200 -no-cpp-precomp -no-cpp-precomp -dynamic -c ../test/chgat.c -o ../obj_s/chgat.o
brew: superenv removed: -I../test -O2
cc -O2 --param max-inline-insns-single=1200 -no-cpp-precomp -no-cpp-precomp -o chgat ../obj_s/chgat.o -Wl,-search_paths_first -I. -I. -I../test -DHAVE_CONFIG_H -D_DARWIN_C_SOURCE -DNDEBUG -I. -I../include -I/usr/local/Cellar/ncurses/5.9/include/ncurses -O2 --param max-inline-insns-single=1200 -no-cpp-precomp -no-cpp-precomp -dynamic `echo "-L../lib -lform -lmenu -lpanel -lncurses " | sed -e 's/-lform.*-lpanel[^ ]*//'` -lutil
brew: superenv removed: -O2 -I../test -O2
cc -I. -I. -I../test -DHAVE_CONFIG_H -D_DARWIN_C_SOURCE -DNDEBUG -I. -I../include -I/usr/local/Cellar/ncurses/5.9/include/ncurses -O2 --param max-inline-insns-single=1200 -no-cpp-precomp -no-cpp-precomp -dynamic -c ../test/clip_printw.c -o ../obj_s/clip_printw.o
brew: superenv removed: -I../test -O2
cc -O2 --param max-inline-insns-single=1200 -no-cpp-precomp -no-cpp-precomp -o clip_printw ../obj_s/clip_printw.o -Wl,-search_paths_first -I. -I. -I../test -DHAVE_CONFIG_H -D_DARWIN_C_SOURCE -DNDEBUG -I. -I../include -I/usr/local/Cellar/ncurses/5.9/include/ncurses -O2 --param max-inline-insns-single=1200 -no-cpp-precomp -no-cpp-precomp -dynamic `echo "-L../lib -lform -lmenu -lpanel -lncurses " | sed -e 's/-lform.*-lpanel[^ ]*//'` -lutil
brew: superenv removed: -O2 -I../test -O2
cc -I. -I. -I../test -DHAVE_CONFIG_H -D_DARWIN_C_SOURCE -DNDEBUG -I. -I../include -I/usr/local/Cellar/ncurses/5.9/include/ncurses -O2 --param max-inline-insns-single=1200 -no-cpp-precomp -no-cpp-precomp -dynamic -c ../test/color_set.c -o ../obj_s/color_set.o
brew: superenv removed: -I../test -O2
cc -O2 --param max-inline-insns-single=1200 -no-cpp-precomp -no-cpp-precomp -o color_set ../obj_s/color_set.o -Wl,-search_paths_first -I. -I. -I../test -DHAVE_CONFIG_H -D_DARWIN_C_SOURCE -DNDEBUG -I. -I../include -I/usr/local/Cellar/ncurses/5.9/include/ncurses -O2 --param max-inline-insns-single=1200 -no-cpp-precomp -no-cpp-precomp -dynamic `echo "-L../lib -lform -lmenu -lpanel -lncurses " | sed -e 's/-lform.*-lpanel[^ ]*//'` -lutil
brew: superenv removed: -O2 -I../test -O2
cc -I. -I. -I../test -DHAVE_CONFIG_H -D_DARWIN_C_SOURCE -DNDEBUG -I. -I../include -I/usr/local/Cellar/ncurses/5.9/include/ncurses -O2 --param max-inline-insns-single=1200 -no-cpp-precomp -no-cpp-precomp -dynamic -c ../test/demo_altkeys.c -o ../obj_s/demo_altkeys.o
brew: superenv removed: -I../test -O2
cc -O2 --param max-inline-insns-single=1200 -no-cpp-precomp -no-cpp-precomp -o demo_altkeys ../obj_s/demo_altkeys.o -Wl,-search_paths_first -I. -I. -I../test -DHAVE_CONFIG_H -D_DARWIN_C_SOURCE -DNDEBUG -I. -I../include -I/usr/local/Cellar/ncurses/5.9/include/ncurses -O2 --param max-inline-insns-single=1200 -no-cpp-precomp -no-cpp-precomp -dynamic `echo "-L../lib -lform -lmenu -lpanel -lncurses " | sed -e 's/-lform.*-lpanel[^ ]*//'` -lutil
brew: superenv removed: -O2 -I../test -O2
cc -I. -I. -I../test -DHAVE_CONFIG_H -D_DARWIN_C_SOURCE -DNDEBUG -I. -I../include -I/usr/local/Cellar/ncurses/5.9/include/ncurses -O2 --param max-inline-insns-single=1200 -no-cpp-precomp -no-cpp-precomp -dynamic -c ../test/demo_defkey.c -o ../obj_s/demo_defkey.o
brew: superenv removed: -I../test -O2
cc -O2 --param max-inline-insns-single=1200 -no-cpp-precomp -no-cpp-precomp -o demo_defkey ../obj_s/demo_defkey.o -Wl,-search_paths_first -I. -I. -I../test -DHAVE_CONFIG_H -D_DARWIN_C_SOURCE -DNDEBUG -I. -I../include -I/usr/local/Cellar/ncurses/5.9/include/ncurses -O2 --param max-inline-insns-single=1200 -no-cpp-precomp -no-cpp-precomp -dynamic `echo "-L../lib -lform -lmenu -lpanel -lncurses " | sed -e 's/-lform.*-lpanel[^ ]*//'` -lutil
brew: superenv removed: -O2 -I../test -O2
cc -I. -I. -I../test -DHAVE_CONFIG_H -D_DARWIN_C_SOURCE -DNDEBUG -I. -I../include -I/usr/local/Cellar/ncurses/5.9/include/ncurses -O2 --param max-inline-insns-single=1200 -no-cpp-precomp -no-cpp-precomp -dynamic -c ../test/demo_forms.c -o ../obj_s/demo_forms.o
brew: superenv removed: -I../test -O2
cc -I. -I. -I../test -DHAVE_CONFIG_H -D_DARWIN_C_SOURCE -DNDEBUG -I. -I../include -I/usr/local/Cellar/ncurses/5.9/include/ncurses -O2 --param max-inline-insns-single=1200 -no-cpp-precomp -no-cpp-precomp -dynamic -c ../test/edit_field.c -o ../obj_s/edit_field.o
brew: superenv removed: -I../test -O2
cc -O2 --param max-inline-insns-single=1200 -no-cpp-precomp -no-cpp-precomp -o demo_forms ../obj_s/demo_forms.o ../obj_s/edit_field.o -Wl,-search_paths_first -I. -I. -I../test -DHAVE_CONFIG_H -D_DARWIN_C_SOURCE -DNDEBUG -I. -I../include -I/usr/local/Cellar/ncurses/5.9/include/ncurses -O2 --param max-inline-insns-single=1200 -no-cpp-precomp -no-cpp-precomp -dynamic -L../lib -lform -lmenu -lpanel -lncurses -lutil
brew: superenv removed: -O2 -I../test -O2
cc -I. -I. -I../test -DHAVE_CONFIG_H -D_DARWIN_C_SOURCE -DNDEBUG -I. -I../include -I/usr/local/Cellar/ncurses/5.9/include/ncurses -O2 --param max-inline-insns-single=1200 -no-cpp-precomp -no-cpp-precomp -dynamic -c ../test/demo_keyok.c -o ../obj_s/demo_keyok.o
brew: superenv removed: -I../test -O2
cc -O2 --param max-inline-insns-single=1200 -no-cpp-precomp -no-cpp-precomp -o demo_keyok ../obj_s/demo_keyok.o -Wl,-search_paths_first -I. -I. -I../test -DHAVE_CONFIG_H -D_DARWIN_C_SOURCE -DNDEBUG -I. -I../include -I/usr/local/Cellar/ncurses/5.9/include/ncurses -O2 --param max-inline-insns-single=1200 -no-cpp-precomp -no-cpp-precomp -dynamic `echo "-L../lib -lform -lmenu -lpanel -lncurses " | sed -e 's/-lform.*-lpanel[^ ]*//'` -lutil
brew: superenv removed: -O2 -I../test -O2
cc -I. -I. -I../test -DHAVE_CONFIG_H -D_DARWIN_C_SOURCE -DNDEBUG -I. -I../include -I/usr/local/Cellar/ncurses/5.9/include/ncurses -O2 --param max-inline-insns-single=1200 -no-cpp-precomp -no-cpp-precomp -dynamic -c ../test/demo_menus.c -o ../obj_s/demo_menus.o
brew: superenv removed: -I../test -O2
cc -O2 --param max-inline-insns-single=1200 -no-cpp-precomp -no-cpp-precomp -o demo_menus ../obj_s/demo_menus.o -Wl,-search_paths_first -I. -I. -I../test -DHAVE_CONFIG_H -D_DARWIN_C_SOURCE -DNDEBUG -I. -I../include -I/usr/local/Cellar/ncurses/5.9/include/ncurses -O2 --param max-inline-insns-single=1200 -no-cpp-precomp -no-cpp-precomp -dynamic -L../lib -lform -lmenu -lpanel -lncurses -lutil
brew: superenv removed: -O2 -I../test -O2
cc -I. -I. -I../test -DHAVE_CONFIG_H -D_DARWIN_C_SOURCE -DNDEBUG -I. -I../include -I/usr/local/Cellar/ncurses/5.9/include/ncurses -O2 --param max-inline-insns-single=1200 -no-cpp-precomp -no-cpp-precomp -dynamic -c ../test/demo_panels.c -o ../obj_s/demo_panels.o
brew: superenv removed: -I../test -O2
cc -O2 --param max-inline-insns-single=1200 -no-cpp-precomp -no-cpp-precomp -o demo_panels ../obj_s/demo_panels.o -Wl,-search_paths_first -I. -I. -I../test -DHAVE_CONFIG_H -D_DARWIN_C_SOURCE -DNDEBUG -I. -I../include -I/usr/local/Cellar/ncurses/5.9/include/ncurses -O2 --param max-inline-insns-single=1200 -no-cpp-precomp -no-cpp-precomp -dynamic -L../lib -lform -lmenu -lpanel -lncurses -lutil
brew: superenv removed: -O2 -I../test -O2
cc -I. -I. -I../test -DHAVE_CONFIG_H -D_DARWIN_C_SOURCE -DNDEBUG -I. -I../include -I/usr/local/Cellar/ncurses/5.9/include/ncurses -O2 --param max-inline-insns-single=1200 -no-cpp-precomp -no-cpp-precomp -dynamic -c ../test/demo_termcap.c -o ../obj_s/demo_termcap.o
brew: superenv removed: -I../test -O2
cc -O2 --param max-inline-insns-single=1200 -no-cpp-precomp -no-cpp-precomp -o demo_termcap ../obj_s/demo_termcap.o -Wl,-search_paths_first -I. -I. -I../test -DHAVE_CONFIG_H -D_DARWIN_C_SOURCE -DNDEBUG -I. -I../include -I/usr/local/Cellar/ncurses/5.9/include/ncurses -O2 --param max-inline-insns-single=1200 -no-cpp-precomp -no-cpp-precomp -dynamic -L../lib -lncurses -lutil
brew: superenv removed: -O2 -I../test -O2
cc -I. -I. -I../test -DHAVE_CONFIG_H -D_DARWIN_C_SOURCE -DNDEBUG -I. -I../include -I/usr/local/Cellar/ncurses/5.9/include/ncurses -O2 --param max-inline-insns-single=1200 -no-cpp-precomp -no-cpp-precomp -dynamic -c ../test/demo_terminfo.c -o ../obj_s/demo_terminfo.o
brew: superenv removed: -I../test -O2
cc -O2 --param max-inline-insns-single=1200 -no-cpp-precomp -no-cpp-precomp -o demo_terminfo ../obj_s/demo_terminfo.o -Wl,-search_paths_first -I. -I. -I../test -DHAVE_CONFIG_H -D_DARWIN_C_SOURCE -DNDEBUG -I. -I../include -I/usr/local/Cellar/ncurses/5.9/include/ncurses -O2 --param max-inline-insns-single=1200 -no-cpp-precomp -no-cpp-precomp -dynamic -L../lib -lncurses -lutil
brew: superenv removed: -O2 -I../test -O2
cc -I. -I. -I../test -DHAVE_CONFIG_H -D_DARWIN_C_SOURCE -DNDEBUG -I. -I../include -I/usr/local/Cellar/ncurses/5.9/include/ncurses -O2 --param max-inline-insns-single=1200 -no-cpp-precomp -no-cpp-precomp -dynamic -c ../test/ditto.c -o ../obj_s/ditto.o
brew: superenv removed: -I../test -O2
cc -O2 --param max-inline-insns-single=1200 -no-cpp-precomp -no-cpp-precomp -o ditto ../obj_s/ditto.o -Wl,-search_paths_first -I. -I. -I../test -DHAVE_CONFIG_H -D_DARWIN_C_SOURCE -DNDEBUG -I. -I../include -I/usr/local/Cellar/ncurses/5.9/include/ncurses -O2 --param max-inline-insns-single=1200 -no-cpp-precomp -no-cpp-precomp -dynamic `echo "-L../lib -lform -lmenu -lpanel -lncurses " | sed -e 's/-lform.*-lpanel[^ ]*//'` -lutil
brew: superenv removed: -O2 -I../test -O2
cc -I. -I. -I../test -DHAVE_CONFIG_H -D_DARWIN_C_SOURCE -DNDEBUG -I. -I../include -I/usr/local/Cellar/ncurses/5.9/include/ncurses -O2 --param max-inline-insns-single=1200 -no-cpp-precomp -no-cpp-precomp -dynamic -c ../test/dots.c -o ../obj_s/dots.o
brew: superenv removed: -I../test -O2
cc -O2 --param max-inline-insns-single=1200 -no-cpp-precomp -no-cpp-precomp -o dots ../obj_s/dots.o -Wl,-search_paths_first -I. -I. -I../test -DHAVE_CONFIG_H -D_DARWIN_C_SOURCE -DNDEBUG -I. -I../include -I/usr/local/Cellar/ncurses/5.9/include/ncurses -O2 --param max-inline-insns-single=1200 -no-cpp-precomp -no-cpp-precomp -dynamic -L../lib -lncurses -lutil
brew: superenv removed: -O2 -I../test -O2
cc -I. -I. -I../test -DHAVE_CONFIG_H -D_DARWIN_C_SOURCE -DNDEBUG -I. -I../include -I/usr/local/Cellar/ncurses/5.9/include/ncurses -O2 --param max-inline-insns-single=1200 -no-cpp-precomp -no-cpp-precomp -dynamic -c ../test/dots_mvcur.c -o ../obj_s/dots_mvcur.o
brew: superenv removed: -I../test -O2
cc -O2 --param max-inline-insns-single=1200 -no-cpp-precomp -no-cpp-precomp -o dots_mvcur ../obj_s/dots_mvcur.o -Wl,-search_paths_first -I. -I. -I../test -DHAVE_CONFIG_H -D_DARWIN_C_SOURCE -DNDEBUG -I. -I../include -I/usr/local/Cellar/ncurses/5.9/include/ncurses -O2 --param max-inline-insns-single=1200 -no-cpp-precomp -no-cpp-precomp -dynamic `echo "-L../lib -lform -lmenu -lpanel -lncurses " | sed -e 's/-lform.*-lpanel[^ ]*//'` -lutil
brew: superenv removed: -O2 -I../test -O2
cc -I. -I. -I../test -DHAVE_CONFIG_H -D_DARWIN_C_SOURCE -DNDEBUG -I. -I../include -I/usr/local/Cellar/ncurses/5.9/include/ncurses -O2 --param max-inline-insns-single=1200 -no-cpp-precomp -no-cpp-precomp -dynamic -c ../test/echochar.c -o ../obj_s/echochar.o
brew: superenv removed: -I../test -O2
cc -O2 --param max-inline-insns-single=1200 -no-cpp-precomp -no-cpp-precomp -o echochar ../obj_s/echochar.o -Wl,-search_paths_first -I. -I. -I../test -DHAVE_CONFIG_H -D_DARWIN_C_SOURCE -DNDEBUG -I. -I../include -I/usr/local/Cellar/ncurses/5.9/include/ncurses -O2 --param max-inline-insns-single=1200 -no-cpp-precomp -no-cpp-precomp -dynamic `echo "-L../lib -lform -lmenu -lpanel -lncurses " | sed -e 's/-lform.*-lpanel[^ ]*//'` -lutil
brew: superenv removed: -O2 -I../test -O2
cc -I. -I. -I../test -DHAVE_CONFIG_H -D_DARWIN_C_SOURCE -DNDEBUG -I. -I../include -I/usr/local/Cellar/ncurses/5.9/include/ncurses -O2 --param max-inline-insns-single=1200 -no-cpp-precomp -no-cpp-precomp -dynamic -c ../test/filter.c -o ../obj_s/filter.o
brew: superenv removed: -I../test -O2
cc -O2 --param max-inline-insns-single=1200 -no-cpp-precomp -no-cpp-precomp -o filter ../obj_s/filter.o -Wl,-search_paths_first -I. -I. -I../test -DHAVE_CONFIG_H -D_DARWIN_C_SOURCE -DNDEBUG -I. -I../include -I/usr/local/Cellar/ncurses/5.9/include/ncurses -O2 --param max-inline-insns-single=1200 -no-cpp-precomp -no-cpp-precomp -dynamic `echo "-L../lib -lform -lmenu -lpanel -lncurses " | sed -e 's/-lform.*-lpanel[^ ]*//'` -lutil
brew: superenv removed: -O2 -I../test -O2
cc -I. -I. -I../test -DHAVE_CONFIG_H -D_DARWIN_C_SOURCE -DNDEBUG -I. -I../include -I/usr/local/Cellar/ncurses/5.9/include/ncurses -O2 --param max-inline-insns-single=1200 -no-cpp-precomp -no-cpp-precomp -dynamic -c ../test/firework.c -o ../obj_s/firework.o
brew: superenv removed: -I../test -O2
cc -O2 --param max-inline-insns-single=1200 -no-cpp-precomp -no-cpp-precomp -o firework ../obj_s/firework.o -Wl,-search_paths_first -I. -I. -I../test -DHAVE_CONFIG_H -D_DARWIN_C_SOURCE -DNDEBUG -I. -I../include -I/usr/local/Cellar/ncurses/5.9/include/ncurses -O2 --param max-inline-insns-single=1200 -no-cpp-precomp -no-cpp-precomp -dynamic `echo "-L../lib -lform -lmenu -lpanel -lncurses " | sed -e 's/-lform.*-lpanel[^ ]*//'` -lutil
brew: superenv removed: -O2 -I../test -O2
cc -I. -I. -I../test -DHAVE_CONFIG_H -D_DARWIN_C_SOURCE -DNDEBUG -I. -I../include -I/usr/local/Cellar/ncurses/5.9/include/ncurses -O2 --param max-inline-insns-single=1200 -no-cpp-precomp -no-cpp-precomp -dynamic -c ../test/firstlast.c -o ../obj_s/firstlast.o
brew: superenv removed: -I../test -O2
cc -O2 --param max-inline-insns-single=1200 -no-cpp-precomp -no-cpp-precomp -o firstlast ../obj_s/firstlast.o -Wl,-search_paths_first -I. -I. -I../test -DHAVE_CONFIG_H -D_DARWIN_C_SOURCE -DNDEBUG -I. -I../include -I/usr/local/Cellar/ncurses/5.9/include/ncurses -O2 --param max-inline-insns-single=1200 -no-cpp-precomp -no-cpp-precomp -dynamic -L../lib -lform -lmenu -lpanel -lncurses -lutil
brew: superenv removed: -O2 -I../test -O2
cc -I. -I. -I../test -DHAVE_CONFIG_H -D_DARWIN_C_SOURCE -DNDEBUG -I. -I../include -I/usr/local/Cellar/ncurses/5.9/include/ncurses -O2 --param max-inline-insns-single=1200 -no-cpp-precomp -no-cpp-precomp -dynamic -c ../test/foldkeys.c -o ../obj_s/foldkeys.o
brew: superenv removed: -I../test -O2
cc -O2 --param max-inline-insns-single=1200 -no-cpp-precomp -no-cpp-precomp -o foldkeys ../obj_s/foldkeys.o -Wl,-search_paths_first -I. -I. -I../test -DHAVE_CONFIG_H -D_DARWIN_C_SOURCE -DNDEBUG -I. -I../include -I/usr/local/Cellar/ncurses/5.9/include/ncurses -O2 --param max-inline-insns-single=1200 -no-cpp-precomp -no-cpp-precomp -dynamic `echo "-L../lib -lform -lmenu -lpanel -lncurses " | sed -e 's/-lform.*-lpanel[^ ]*//'` -lutil
brew: superenv removed: -O2 -I../test -O2
cc -I. -I. -I../test -DHAVE_CONFIG_H -D_DARWIN_C_SOURCE -DNDEBUG -I. -I../include -I/usr/local/Cellar/ncurses/5.9/include/ncurses -O2 --param max-inline-insns-single=1200 -no-cpp-precomp -no-cpp-precomp -dynamic -c ../test/gdc.c -o ../obj_s/gdc.o
brew: superenv removed: -I../test -O2
cc -O2 --param max-inline-insns-single=1200 -no-cpp-precomp -no-cpp-precomp -o gdc ../obj_s/gdc.o -Wl,-search_paths_first -I. -I. -I../test -DHAVE_CONFIG_H -D_DARWIN_C_SOURCE -DNDEBUG -I. -I../include -I/usr/local/Cellar/ncurses/5.9/include/ncurses -O2 --param max-inline-insns-single=1200 -no-cpp-precomp -no-cpp-precomp -dynamic `echo "-L../lib -lform -lmenu -lpanel -lncurses " | sed -e 's/-lform.*-lpanel[^ ]*//'` -lutil
brew: superenv removed: -O2 -I../test -O2
cc -I. -I. -I../test -DHAVE_CONFIG_H -D_DARWIN_C_SOURCE -DNDEBUG -I. -I../include -I/usr/local/Cellar/ncurses/5.9/include/ncurses -O2 --param max-inline-insns-single=1200 -no-cpp-precomp -no-cpp-precomp -dynamic -c ../test/hanoi.c -o ../obj_s/hanoi.o
brew: superenv removed: -I../test -O2
cc -O2 --param max-inline-insns-single=1200 -no-cpp-precomp -no-cpp-precomp -o hanoi ../obj_s/hanoi.o -Wl,-search_paths_first -I. -I. -I../test -DHAVE_CONFIG_H -D_DARWIN_C_SOURCE -DNDEBUG -I. -I../include -I/usr/local/Cellar/ncurses/5.9/include/ncurses -O2 --param max-inline-insns-single=1200 -no-cpp-precomp -no-cpp-precomp -dynamic `echo "-L../lib -lform -lmenu -lpanel -lncurses " | sed -e 's/-lform.*-lpanel[^ ]*//'` -lutil
brew: superenv removed: -O2 -I../test -O2
cc -I. -I. -I../test -DHAVE_CONFIG_H -D_DARWIN_C_SOURCE -DNDEBUG -I. -I../include -I/usr/local/Cellar/ncurses/5.9/include/ncurses -O2 --param max-inline-insns-single=1200 -no-cpp-precomp -no-cpp-precomp -dynamic -c ../test/hashtest.c -o ../obj_s/hashtest.o
brew: superenv removed: -I../test -O2
cc -O2 --param max-inline-insns-single=1200 -no-cpp-precomp -no-cpp-precomp -o hashtest ../obj_s/hashtest.o -Wl,-search_paths_first -I. -I. -I../test -DHAVE_CONFIG_H -D_DARWIN_C_SOURCE -DNDEBUG -I. -I../include -I/usr/local/Cellar/ncurses/5.9/include/ncurses -O2 --param max-inline-insns-single=1200 -no-cpp-precomp -no-cpp-precomp -dynamic `echo "-L../lib -lform -lmenu -lpanel -lncurses " | sed -e 's/-lform.*-lpanel[^ ]*//'` -lutil
brew: superenv removed: -O2 -I../test -O2
cc -I. -I. -I../test -DHAVE_CONFIG_H -D_DARWIN_C_SOURCE -DNDEBUG -I. -I../include -I/usr/local/Cellar/ncurses/5.9/include/ncurses -O2 --param max-inline-insns-single=1200 -no-cpp-precomp -no-cpp-precomp -dynamic -c ../test/inch_wide.c -o ../obj_s/inch_wide.o
brew: superenv removed: -I../test -O2
cc -O2 --param max-inline-insns-single=1200 -no-cpp-precomp -no-cpp-precomp -o inch_wide ../obj_s/inch_wide.o -Wl,-search_paths_first -I. -I. -I../test -DHAVE_CONFIG_H -D_DARWIN_C_SOURCE -DNDEBUG -I. -I../include -I/usr/local/Cellar/ncurses/5.9/include/ncurses -O2 --param max-inline-insns-single=1200 -no-cpp-precomp -no-cpp-precomp -dynamic `echo "-L../lib -lform -lmenu -lpanel -lncurses " | sed -e 's/-lform.*-lpanel[^ ]*//'` -lutil
brew: superenv removed: -O2 -I../test -O2
cc -I. -I. -I../test -DHAVE_CONFIG_H -D_DARWIN_C_SOURCE -DNDEBUG -I. -I../include -I/usr/local/Cellar/ncurses/5.9/include/ncurses -O2 --param max-inline-insns-single=1200 -no-cpp-precomp -no-cpp-precomp -dynamic -c ../test/inchs.c -o ../obj_s/inchs.o
brew: superenv removed: -I../test -O2
cc -O2 --param max-inline-insns-single=1200 -no-cpp-precomp -no-cpp-precomp -o inchs ../obj_s/inchs.o -Wl,-search_paths_first -I. -I. -I../test -DHAVE_CONFIG_H -D_DARWIN_C_SOURCE -DNDEBUG -I. -I../include -I/usr/local/Cellar/ncurses/5.9/include/ncurses -O2 --param max-inline-insns-single=1200 -no-cpp-precomp -no-cpp-precomp -dynamic `echo "-L../lib -lform -lmenu -lpanel -lncurses " | sed -e 's/-lform.*-lpanel[^ ]*//'` -lutil
brew: superenv removed: -O2 -I../test -O2
cc -I. -I. -I../test -DHAVE_CONFIG_H -D_DARWIN_C_SOURCE -DNDEBUG -I. -I../include -I/usr/local/Cellar/ncurses/5.9/include/ncurses -O2 --param max-inline-insns-single=1200 -no-cpp-precomp -no-cpp-precomp -dynamic -c ../test/ins_wide.c -o ../obj_s/ins_wide.o
brew: superenv removed: -I../test -O2
cc -O2 --param max-inline-insns-single=1200 -no-cpp-precomp -no-cpp-precomp -o ins_wide ../obj_s/ins_wide.o -Wl,-search_paths_first -I. -I. -I../test -DHAVE_CONFIG_H -D_DARWIN_C_SOURCE -DNDEBUG -I. -I../include -I/usr/local/Cellar/ncurses/5.9/include/ncurses -O2 --param max-inline-insns-single=1200 -no-cpp-precomp -no-cpp-precomp -dynamic `echo "-L../lib -lform -lmenu -lpanel -lncurses " | sed -e 's/-lform.*-lpanel[^ ]*//'` -lutil
brew: superenv removed: -O2 -I../test -O2
cc -I. -I. -I../test -DHAVE_CONFIG_H -D_DARWIN_C_SOURCE -DNDEBUG -I. -I../include -I/usr/local/Cellar/ncurses/5.9/include/ncurses -O2 --param max-inline-insns-single=1200 -no-cpp-precomp -no-cpp-precomp -dynamic -c ../test/insdelln.c -o ../obj_s/insdelln.o
brew: superenv removed: -I../test -O2
cc -O2 --param max-inline-insns-single=1200 -no-cpp-precomp -no-cpp-precomp -o insdelln ../obj_s/insdelln.o -Wl,-search_paths_first -I. -I. -I../test -DHAVE_CONFIG_H -D_DARWIN_C_SOURCE -DNDEBUG -I. -I../include -I/usr/local/Cellar/ncurses/5.9/include/ncurses -O2 --param max-inline-insns-single=1200 -no-cpp-precomp -no-cpp-precomp -dynamic `echo "-L../lib -lform -lmenu -lpanel -lncurses " | sed -e 's/-lform.*-lpanel[^ ]*//'` -lutil
brew: superenv removed: -O2 -I../test -O2
cc -I. -I. -I../test -DHAVE_CONFIG_H -D_DARWIN_C_SOURCE -DNDEBUG -I. -I../include -I/usr/local/Cellar/ncurses/5.9/include/ncurses -O2 --param max-inline-insns-single=1200 -no-cpp-precomp -no-cpp-precomp -dynamic -c ../test/inserts.c -o ../obj_s/inserts.o
brew: superenv removed: -I../test -O2
cc -O2 --param max-inline-insns-single=1200 -no-cpp-precomp -no-cpp-precomp -o inserts ../obj_s/inserts.o -Wl,-search_paths_first -I. -I. -I../test -DHAVE_CONFIG_H -D_DARWIN_C_SOURCE -DNDEBUG -I. -I../include -I/usr/local/Cellar/ncurses/5.9/include/ncurses -O2 --param max-inline-insns-single=1200 -no-cpp-precomp -no-cpp-precomp -dynamic `echo "-L../lib -lform -lmenu -lpanel -lncurses " | sed -e 's/-lform.*-lpanel[^ ]*//'` -lutil
brew: superenv removed: -O2 -I../test -O2
cc -I. -I. -I../test -DHAVE_CONFIG_H -D_DARWIN_C_SOURCE -DNDEBUG -I. -I../include -I/usr/local/Cellar/ncurses/5.9/include/ncurses -O2 --param max-inline-insns-single=1200 -no-cpp-precomp -no-cpp-precomp -dynamic -c ../test/key_names.c -o ../obj_s/key_names.o
brew: superenv removed: -I../test -O2
cc -O2 --param max-inline-insns-single=1200 -no-cpp-precomp -no-cpp-precomp -o key_names ../obj_s/key_names.o -Wl,-search_paths_first -I. -I. -I../test -DHAVE_CONFIG_H -D_DARWIN_C_SOURCE -DNDEBUG -I. -I../include -I/usr/local/Cellar/ncurses/5.9/include/ncurses -O2 --param max-inline-insns-single=1200 -no-cpp-precomp -no-cpp-precomp -dynamic `echo "-L../lib -lform -lmenu -lpanel -lncurses " | sed -e 's/-lform.*-lpanel[^ ]*//'` -lutil
brew: superenv removed: -O2 -I../test -O2
cc -I. -I. -I../test -DHAVE_CONFIG_H -D_DARWIN_C_SOURCE -DNDEBUG -I. -I../include -I/usr/local/Cellar/ncurses/5.9/include/ncurses -O2 --param max-inline-insns-single=1200 -no-cpp-precomp -no-cpp-precomp -dynamic -c ../test/keynames.c -o ../obj_s/keynames.o
brew: superenv removed: -I../test -O2
cc -O2 --param max-inline-insns-single=1200 -no-cpp-precomp -no-cpp-precomp -o keynames ../obj_s/keynames.o -Wl,-search_paths_first -I. -I. -I../test -DHAVE_CONFIG_H -D_DARWIN_C_SOURCE -DNDEBUG -I. -I../include -I/usr/local/Cellar/ncurses/5.9/include/ncurses -O2 --param max-inline-insns-single=1200 -no-cpp-precomp -no-cpp-precomp -dynamic `echo "-L../lib -lform -lmenu -lpanel -lncurses " | sed -e 's/-lform.*-lpanel[^ ]*//'` -lutil
brew: superenv removed: -O2 -I../test -O2
cc -I. -I. -I../test -DHAVE_CONFIG_H -D_DARWIN_C_SOURCE -DNDEBUG -I. -I../include -I/usr/local/Cellar/ncurses/5.9/include/ncurses -O2 --param max-inline-insns-single=1200 -no-cpp-precomp -no-cpp-precomp -dynamic -c ../test/knight.c -o ../obj_s/knight.o
brew: superenv removed: -I../test -O2
cc -O2 --param max-inline-insns-single=1200 -no-cpp-precomp -no-cpp-precomp -o knight ../obj_s/knight.o -Wl,-search_paths_first -I. -I. -I../test -DHAVE_CONFIG_H -D_DARWIN_C_SOURCE -DNDEBUG -I. -I../include -I/usr/local/Cellar/ncurses/5.9/include/ncurses -O2 --param max-inline-insns-single=1200 -no-cpp-precomp -no-cpp-precomp -dynamic `echo "-L../lib -lform -lmenu -lpanel -lncurses " | sed -e 's/-lform.*-lpanel[^ ]*//'` -lutil
brew: superenv removed: -O2 -I../test -O2
cc -I. -I. -I../test -DHAVE_CONFIG_H -D_DARWIN_C_SOURCE -DNDEBUG -I. -I../include -I/usr/local/Cellar/ncurses/5.9/include/ncurses -O2 --param max-inline-insns-single=1200 -no-cpp-precomp -no-cpp-precomp -dynamic -c ../test/lrtest.c -o ../obj_s/lrtest.o
brew: superenv removed: -I../test -O2
cc -O2 --param max-inline-insns-single=1200 -no-cpp-precomp -no-cpp-precomp -o lrtest ../obj_s/lrtest.o -Wl,-search_paths_first -I. -I. -I../test -DHAVE_CONFIG_H -D_DARWIN_C_SOURCE -DNDEBUG -I. -I../include -I/usr/local/Cellar/ncurses/5.9/include/ncurses -O2 --param max-inline-insns-single=1200 -no-cpp-precomp -no-cpp-precomp -dynamic `echo "-L../lib -lform -lmenu -lpanel -lncurses " | sed -e 's/-lform.*-lpanel[^ ]*//'` -lutil
brew: superenv removed: -O2 -I../test -O2
cc -I. -I. -I../test -DHAVE_CONFIG_H -D_DARWIN_C_SOURCE -DNDEBUG -I. -I../include -I/usr/local/Cellar/ncurses/5.9/include/ncurses -O2 --param max-inline-insns-single=1200 -no-cpp-precomp -no-cpp-precomp -dynamic -c ../test/movewindow.c -o ../obj_s/movewindow.o
brew: superenv removed: -I../test -O2
cc -O2 --param max-inline-insns-single=1200 -no-cpp-precomp -no-cpp-precomp -o movewindow ../obj_s/movewindow.o -Wl,-search_paths_first -I. -I. -I../test -DHAVE_CONFIG_H -D_DARWIN_C_SOURCE -DNDEBUG -I. -I../include -I/usr/local/Cellar/ncurses/5.9/include/ncurses -O2 --param max-inline-insns-single=1200 -no-cpp-precomp -no-cpp-precomp -dynamic `echo "-L../lib -lform -lmenu -lpanel -lncurses " | sed -e 's/-lform.*-lpanel[^ ]*//'` -lutil
brew: superenv removed: -O2 -I../test -O2
cc -I. -I. -I../test -DHAVE_CONFIG_H -D_DARWIN_C_SOURCE -DNDEBUG -I. -I../include -I/usr/local/Cellar/ncurses/5.9/include/ncurses -O2 --param max-inline-insns-single=1200 -no-cpp-precomp -no-cpp-precomp -dynamic -c ../test/ncurses.c -o ../obj_s/ncurses.o
brew: superenv removed: -I../test -O2
cc -O2 --param max-inline-insns-single=1200 -no-cpp-precomp -no-cpp-precomp -o ncurses ../obj_s/ncurses.o -Wl,-search_paths_first -I. -I. -I../test -DHAVE_CONFIG_H -D_DARWIN_C_SOURCE -DNDEBUG -I. -I../include -I/usr/local/Cellar/ncurses/5.9/include/ncurses -O2 --param max-inline-insns-single=1200 -no-cpp-precomp -no-cpp-precomp -dynamic -L../lib -lform -lmenu -lpanel -lncurses -lutil
brew: superenv removed: -O2 -I../test -O2
cc -I. -I. -I../test -DHAVE_CONFIG_H -D_DARWIN_C_SOURCE -DNDEBUG -I. -I../include -I/usr/local/Cellar/ncurses/5.9/include/ncurses -O2 --param max-inline-insns-single=1200 -no-cpp-precomp -no-cpp-precomp -dynamic -c ../test/newdemo.c -o ../obj_s/newdemo.o
brew: superenv removed: -I../test -O2
cc -O2 --param max-inline-insns-single=1200 -no-cpp-precomp -no-cpp-precomp -o newdemo ../obj_s/newdemo.o -Wl,-search_paths_first -I. -I. -I../test -DHAVE_CONFIG_H -D_DARWIN_C_SOURCE -DNDEBUG -I. -I../include -I/usr/local/Cellar/ncurses/5.9/include/ncurses -O2 --param max-inline-insns-single=1200 -no-cpp-precomp -no-cpp-precomp -dynamic `echo "-L../lib -lform -lmenu -lpanel -lncurses " | sed -e 's/-lform.*-lpanel[^ ]*//'` -lutil
brew: superenv removed: -O2 -I../test -O2
cc -I. -I. -I../test -DHAVE_CONFIG_H -D_DARWIN_C_SOURCE -DNDEBUG -I. -I../include -I/usr/local/Cellar/ncurses/5.9/include/ncurses -O2 --param max-inline-insns-single=1200 -no-cpp-precomp -no-cpp-precomp -dynamic -c ../test/railroad.c -o ../obj_s/railroad.o
brew: superenv removed: -I../test -O2
cc -O2 --param max-inline-insns-single=1200 -no-cpp-precomp -no-cpp-precomp -o railroad ../obj_s/railroad.o -Wl,-search_paths_first -I. -I. -I../test -DHAVE_CONFIG_H -D_DARWIN_C_SOURCE -DNDEBUG -I. -I../include -I/usr/local/Cellar/ncurses/5.9/include/ncurses -O2 --param max-inline-insns-single=1200 -no-cpp-precomp -no-cpp-precomp -dynamic -L../lib -lncurses -lutil
brew: superenv removed: -O2 -I../test -O2
cc -I. -I. -I../test -DHAVE_CONFIG_H -D_DARWIN_C_SOURCE -DNDEBUG -I. -I../include -I/usr/local/Cellar/ncurses/5.9/include/ncurses -O2 --param max-inline-insns-single=1200 -no-cpp-precomp -no-cpp-precomp -dynamic -c ../test/rain.c -o ../obj_s/rain.o
brew: superenv removed: -I../test -O2
cc -O2 --param max-inline-insns-single=1200 -no-cpp-precomp -no-cpp-precomp -o rain ../obj_s/rain.o -Wl,-search_paths_first -I. -I. -I../test -DHAVE_CONFIG_H -D_DARWIN_C_SOURCE -DNDEBUG -I. -I../include -I/usr/local/Cellar/ncurses/5.9/include/ncurses -O2 --param max-inline-insns-single=1200 -no-cpp-precomp -no-cpp-precomp -dynamic `echo "-L../lib -lform -lmenu -lpanel -lncurses " | sed -e 's/-lform.*-lpanel[^ ]*//'` -lutil
brew: superenv removed: -O2 -I../test -O2
cc -I. -I. -I../test -DHAVE_CONFIG_H -D_DARWIN_C_SOURCE -DNDEBUG -I. -I../include -I/usr/local/Cellar/ncurses/5.9/include/ncurses -O2 --param max-inline-insns-single=1200 -no-cpp-precomp -no-cpp-precomp -dynamic -c ../test/redraw.c -o ../obj_s/redraw.o
brew: superenv removed: -I../test -O2
cc -O2 --param max-inline-insns-single=1200 -no-cpp-precomp -no-cpp-precomp -o redraw ../obj_s/redraw.o -Wl,-search_paths_first -I. -I. -I../test -DHAVE_CONFIG_H -D_DARWIN_C_SOURCE -DNDEBUG -I. -I../include -I/usr/local/Cellar/ncurses/5.9/include/ncurses -O2 --param max-inline-insns-single=1200 -no-cpp-precomp -no-cpp-precomp -dynamic `echo "-L../lib -lform -lmenu -lpanel -lncurses " | sed -e 's/-lform.*-lpanel[^ ]*//'` -lutil
brew: superenv removed: -O2 -I../test -O2
cc -I. -I. -I../test -DHAVE_CONFIG_H -D_DARWIN_C_SOURCE -DNDEBUG -I. -I../include -I/usr/local/Cellar/ncurses/5.9/include/ncurses -O2 --param max-inline-insns-single=1200 -no-cpp-precomp -no-cpp-precomp -dynamic -c ../test/savescreen.c -o ../obj_s/savescreen.o
brew: superenv removed: -I../test -O2
cc -O2 --param max-inline-insns-single=1200 -no-cpp-precomp -no-cpp-precomp -o savescreen ../obj_s/savescreen.o -Wl,-search_paths_first -I. -I. -I../test -DHAVE_CONFIG_H -D_DARWIN_C_SOURCE -DNDEBUG -I. -I../include -I/usr/local/Cellar/ncurses/5.9/include/ncurses -O2 --param max-inline-insns-single=1200 -no-cpp-precomp -no-cpp-precomp -dynamic `echo "-L../lib -lform -lmenu -lpanel -lncurses " | sed -e 's/-lform.*-lpanel[^ ]*//'` -lutil
brew: superenv removed: -O2 -I../test -O2
cc -I. -I. -I../test -DHAVE_CONFIG_H -D_DARWIN_C_SOURCE -DNDEBUG -I. -I../include -I/usr/local/Cellar/ncurses/5.9/include/ncurses -O2 --param max-inline-insns-single=1200 -no-cpp-precomp -no-cpp-precomp -dynamic -c ../test/tclock.c -o ../obj_s/tclock.o
brew: superenv removed: -I../test -O2
cc -O2 --param max-inline-insns-single=1200 -no-cpp-precomp -no-cpp-precomp -o tclock ../obj_s/tclock.o -Wl,-search_paths_first -I. -I. -I../test -DHAVE_CONFIG_H -D_DARWIN_C_SOURCE -DNDEBUG -I. -I../include -I/usr/local/Cellar/ncurses/5.9/include/ncurses -O2 --param max-inline-insns-single=1200 -no-cpp-precomp -no-cpp-precomp -dynamic `echo "-L../lib -lform -lmenu -lpanel -lncurses " | sed -e 's/-lform.*-lpanel[^ ]*//'` -lutil
brew: superenv removed: -O2 -I../test -O2
cc -I. -I. -I../test -DHAVE_CONFIG_H -D_DARWIN_C_SOURCE -DNDEBUG -I. -I../include -I/usr/local/Cellar/ncurses/5.9/include/ncurses -O2 --param max-inline-insns-single=1200 -no-cpp-precomp -no-cpp-precomp -dynamic -c ../test/test_add_wchstr.c -o ../obj_s/test_add_wchstr.o
brew: superenv removed: -I../test -O2
cc -O2 --param max-inline-insns-single=1200 -no-cpp-precomp -no-cpp-precomp -o test_add_wchstr ../obj_s/test_add_wchstr.o -Wl,-search_paths_first -I. -I. -I../test -DHAVE_CONFIG_H -D_DARWIN_C_SOURCE -DNDEBUG -I. -I../include -I/usr/local/Cellar/ncurses/5.9/include/ncurses -O2 --param max-inline-insns-single=1200 -no-cpp-precomp -no-cpp-precomp -dynamic `echo "-L../lib -lform -lmenu -lpanel -lncurses " | sed -e 's/-lform.*-lpanel[^ ]*//'` -lutil
brew: superenv removed: -O2 -I../test -O2
cc -I. -I. -I../test -DHAVE_CONFIG_H -D_DARWIN_C_SOURCE -DNDEBUG -I. -I../include -I/usr/local/Cellar/ncurses/5.9/include/ncurses -O2 --param max-inline-insns-single=1200 -no-cpp-precomp -no-cpp-precomp -dynamic -c ../test/test_addchstr.c -o ../obj_s/test_addchstr.o
brew: superenv removed: -I../test -O2
cc -O2 --param max-inline-insns-single=1200 -no-cpp-precomp -no-cpp-precomp -o test_addchstr ../obj_s/test_addchstr.o -Wl,-search_paths_first -I. -I. -I../test -DHAVE_CONFIG_H -D_DARWIN_C_SOURCE -DNDEBUG -I. -I../include -I/usr/local/Cellar/ncurses/5.9/include/ncurses -O2 --param max-inline-insns-single=1200 -no-cpp-precomp -no-cpp-precomp -dynamic `echo "-L../lib -lform -lmenu -lpanel -lncurses " | sed -e 's/-lform.*-lpanel[^ ]*//'` -lutil
brew: superenv removed: -O2 -I../test -O2
cc -I. -I. -I../test -DHAVE_CONFIG_H -D_DARWIN_C_SOURCE -DNDEBUG -I. -I../include -I/usr/local/Cellar/ncurses/5.9/include/ncurses -O2 --param max-inline-insns-single=1200 -no-cpp-precomp -no-cpp-precomp -dynamic -c ../test/test_addstr.c -o ../obj_s/test_addstr.o
brew: superenv removed: -I../test -O2
cc -O2 --param max-inline-insns-single=1200 -no-cpp-precomp -no-cpp-precomp -o test_addstr ../obj_s/test_addstr.o -Wl,-search_paths_first -I. -I. -I../test -DHAVE_CONFIG_H -D_DARWIN_C_SOURCE -DNDEBUG -I. -I../include -I/usr/local/Cellar/ncurses/5.9/include/ncurses -O2 --param max-inline-insns-single=1200 -no-cpp-precomp -no-cpp-precomp -dynamic `echo "-L../lib -lform -lmenu -lpanel -lncurses " | sed -e 's/-lform.*-lpanel[^ ]*//'` -lutil
brew: superenv removed: -O2 -I../test -O2
cc -I. -I. -I../test -DHAVE_CONFIG_H -D_DARWIN_C_SOURCE -DNDEBUG -I. -I../include -I/usr/local/Cellar/ncurses/5.9/include/ncurses -O2 --param max-inline-insns-single=1200 -no-cpp-precomp -no-cpp-precomp -dynamic -c ../test/test_addwstr.c -o ../obj_s/test_addwstr.o
brew: superenv removed: -I../test -O2
cc -O2 --param max-inline-insns-single=1200 -no-cpp-precomp -no-cpp-precomp -o test_addwstr ../obj_s/test_addwstr.o -Wl,-search_paths_first -I. -I. -I../test -DHAVE_CONFIG_H -D_DARWIN_C_SOURCE -DNDEBUG -I. -I../include -I/usr/local/Cellar/ncurses/5.9/include/ncurses -O2 --param max-inline-insns-single=1200 -no-cpp-precomp -no-cpp-precomp -dynamic `echo "-L../lib -lform -lmenu -lpanel -lncurses " | sed -e 's/-lform.*-lpanel[^ ]*//'` -lutil
brew: superenv removed: -O2 -I../test -O2
cc -I. -I. -I../test -DHAVE_CONFIG_H -D_DARWIN_C_SOURCE -DNDEBUG -I. -I../include -I/usr/local/Cellar/ncurses/5.9/include/ncurses -O2 --param max-inline-insns-single=1200 -no-cpp-precomp -no-cpp-precomp -dynamic -c ../test/test_arrays.c -o ../obj_s/test_arrays.o
brew: superenv removed: -I../test -O2
cc -O2 --param max-inline-insns-single=1200 -no-cpp-precomp -no-cpp-precomp -o test_arrays ../obj_s/test_arrays.o -Wl,-search_paths_first -I. -I. -I../test -DHAVE_CONFIG_H -D_DARWIN_C_SOURCE -DNDEBUG -I. -I../include -I/usr/local/Cellar/ncurses/5.9/include/ncurses -O2 --param max-inline-insns-single=1200 -no-cpp-precomp -no-cpp-precomp -dynamic -L../lib -lncurses -lutil
brew: superenv removed: -O2 -I../test -O2
cc -I. -I. -I../test -DHAVE_CONFIG_H -D_DARWIN_C_SOURCE -DNDEBUG -I. -I../include -I/usr/local/Cellar/ncurses/5.9/include/ncurses -O2 --param max-inline-insns-single=1200 -no-cpp-precomp -no-cpp-precomp -dynamic -c ../test/test_get_wstr.c -o ../obj_s/test_get_wstr.o
brew: superenv removed: -I../test -O2
cc -O2 --param max-inline-insns-single=1200 -no-cpp-precomp -no-cpp-precomp -o test_get_wstr ../obj_s/test_get_wstr.o -Wl,-search_paths_first -I. -I. -I../test -DHAVE_CONFIG_H -D_DARWIN_C_SOURCE -DNDEBUG -I. -I../include -I/usr/local/Cellar/ncurses/5.9/include/ncurses -O2 --param max-inline-insns-single=1200 -no-cpp-precomp -no-cpp-precomp -dynamic `echo "-L../lib -lform -lmenu -lpanel -lncurses " | sed -e 's/-lform.*-lpanel[^ ]*//'` -lutil
brew: superenv removed: -O2 -I../test -O2
cc -I. -I. -I../test -DHAVE_CONFIG_H -D_DARWIN_C_SOURCE -DNDEBUG -I. -I../include -I/usr/local/Cellar/ncurses/5.9/include/ncurses -O2 --param max-inline-insns-single=1200 -no-cpp-precomp -no-cpp-precomp -dynamic -c ../test/test_getstr.c -o ../obj_s/test_getstr.o
brew: superenv removed: -I../test -O2
cc -O2 --param max-inline-insns-single=1200 -no-cpp-precomp -no-cpp-precomp -o test_getstr ../obj_s/test_getstr.o -Wl,-search_paths_first -I. -I. -I../test -DHAVE_CONFIG_H -D_DARWIN_C_SOURCE -DNDEBUG -I. -I../include -I/usr/local/Cellar/ncurses/5.9/include/ncurses -O2 --param max-inline-insns-single=1200 -no-cpp-precomp -no-cpp-precomp -dynamic `echo "-L../lib -lform -lmenu -lpanel -lncurses " | sed -e 's/-lform.*-lpanel[^ ]*//'` -lutil
brew: superenv removed: -O2 -I../test -O2
cc -I. -I. -I../test -DHAVE_CONFIG_H -D_DARWIN_C_SOURCE -DNDEBUG -I. -I../include -I/usr/local/Cellar/ncurses/5.9/include/ncurses -O2 --param max-inline-insns-single=1200 -no-cpp-precomp -no-cpp-precomp -dynamic -c ../test/test_instr.c -o ../obj_s/test_instr.o
brew: superenv removed: -I../test -O2
cc -O2 --param max-inline-insns-single=1200 -no-cpp-precomp -no-cpp-precomp -o test_instr ../obj_s/test_instr.o -Wl,-search_paths_first -I. -I. -I../test -DHAVE_CONFIG_H -D_DARWIN_C_SOURCE -DNDEBUG -I. -I../include -I/usr/local/Cellar/ncurses/5.9/include/ncurses -O2 --param max-inline-insns-single=1200 -no-cpp-precomp -no-cpp-precomp -dynamic `echo "-L../lib -lform -lmenu -lpanel -lncurses " | sed -e 's/-lform.*-lpanel[^ ]*//'` -lutil
brew: superenv removed: -O2 -I../test -O2
cc -I. -I. -I../test -DHAVE_CONFIG_H -D_DARWIN_C_SOURCE -DNDEBUG -I. -I../include -I/usr/local/Cellar/ncurses/5.9/include/ncurses -O2 --param max-inline-insns-single=1200 -no-cpp-precomp -no-cpp-precomp -dynamic -c ../test/test_inwstr.c -o ../obj_s/test_inwstr.o
brew: superenv removed: -I../test -O2
cc -O2 --param max-inline-insns-single=1200 -no-cpp-precomp -no-cpp-precomp -o test_inwstr ../obj_s/test_inwstr.o -Wl,-search_paths_first -I. -I. -I../test -DHAVE_CONFIG_H -D_DARWIN_C_SOURCE -DNDEBUG -I. -I../include -I/usr/local/Cellar/ncurses/5.9/include/ncurses -O2 --param max-inline-insns-single=1200 -no-cpp-precomp -no-cpp-precomp -dynamic `echo "-L../lib -lform -lmenu -lpanel -lncurses " | sed -e 's/-lform.*-lpanel[^ ]*//'` -lutil
brew: superenv removed: -O2 -I../test -O2
cc -I. -I. -I../test -DHAVE_CONFIG_H -D_DARWIN_C_SOURCE -DNDEBUG -I. -I../include -I/usr/local/Cellar/ncurses/5.9/include/ncurses -O2 --param max-inline-insns-single=1200 -no-cpp-precomp -no-cpp-precomp -dynamic -c ../test/test_opaque.c -o ../obj_s/test_opaque.o
brew: superenv removed: -I../test -O2
cc -O2 --param max-inline-insns-single=1200 -no-cpp-precomp -no-cpp-precomp -o test_opaque ../obj_s/test_opaque.o -Wl,-search_paths_first -I. -I. -I../test -DHAVE_CONFIG_H -D_DARWIN_C_SOURCE -DNDEBUG -I. -I../include -I/usr/local/Cellar/ncurses/5.9/include/ncurses -O2 --param max-inline-insns-single=1200 -no-cpp-precomp -no-cpp-precomp -dynamic `echo "-L../lib -lform -lmenu -lpanel -lncurses " | sed -e 's/-lform.*-lpanel[^ ]*//'` -lutil
brew: superenv removed: -O2 -I../test -O2
cc -I. -I. -I../test -DHAVE_CONFIG_H -D_DARWIN_C_SOURCE -DNDEBUG -I. -I../include -I/usr/local/Cellar/ncurses/5.9/include/ncurses -O2 --param max-inline-insns-single=1200 -no-cpp-precomp -no-cpp-precomp -dynamic -c ../test/testaddch.c -o ../obj_s/testaddch.o
brew: superenv removed: -I../test -O2
cc -O2 --param max-inline-insns-single=1200 -no-cpp-precomp -no-cpp-precomp -o testaddch ../obj_s/testaddch.o -Wl,-search_paths_first -I. -I. -I../test -DHAVE_CONFIG_H -D_DARWIN_C_SOURCE -DNDEBUG -I. -I../include -I/usr/local/Cellar/ncurses/5.9/include/ncurses -O2 --param max-inline-insns-single=1200 -no-cpp-precomp -no-cpp-precomp -dynamic `echo "-L../lib -lform -lmenu -lpanel -lncurses " | sed -e 's/-lform.*-lpanel[^ ]*//'` -lutil
brew: superenv removed: -O2 -I../test -O2
cc -I. -I. -I../test -DHAVE_CONFIG_H -D_DARWIN_C_SOURCE -DNDEBUG -I. -I../include -I/usr/local/Cellar/ncurses/5.9/include/ncurses -O2 --param max-inline-insns-single=1200 -no-cpp-precomp -no-cpp-precomp -dynamic -c ../test/testcurs.c -o ../obj_s/testcurs.o
brew: superenv removed: -I../test -O2
cc -O2 --param max-inline-insns-single=1200 -no-cpp-precomp -no-cpp-precomp -o testcurs ../obj_s/testcurs.o -Wl,-search_paths_first -I. -I. -I../test -DHAVE_CONFIG_H -D_DARWIN_C_SOURCE -DNDEBUG -I. -I../include -I/usr/local/Cellar/ncurses/5.9/include/ncurses -O2 --param max-inline-insns-single=1200 -no-cpp-precomp -no-cpp-precomp -dynamic `echo "-L../lib -lform -lmenu -lpanel -lncurses " | sed -e 's/-lform.*-lpanel[^ ]*//'` -lutil
brew: superenv removed: -O2 -I../test -O2
cc -I. -I. -I../test -DHAVE_CONFIG_H -D_DARWIN_C_SOURCE -DNDEBUG -I. -I../include -I/usr/local/Cellar/ncurses/5.9/include/ncurses -O2 --param max-inline-insns-single=1200 -no-cpp-precomp -no-cpp-precomp -dynamic -c ../test/testscanw.c -o ../obj_s/testscanw.o
brew: superenv removed: -I../test -O2
cc -O2 --param max-inline-insns-single=1200 -no-cpp-precomp -no-cpp-precomp -o testscanw ../obj_s/testscanw.o -Wl,-search_paths_first -I. -I. -I../test -DHAVE_CONFIG_H -D_DARWIN_C_SOURCE -DNDEBUG -I. -I../include -I/usr/local/Cellar/ncurses/5.9/include/ncurses -O2 --param max-inline-insns-single=1200 -no-cpp-precomp -no-cpp-precomp -dynamic `echo "-L../lib -lform -lmenu -lpanel -lncurses " | sed -e 's/-lform.*-lpanel[^ ]*//'` -lutil
brew: superenv removed: -O2 -I../test -O2
cc -I. -I. -I../test -DHAVE_CONFIG_H -D_DARWIN_C_SOURCE -DNDEBUG -I. -I../include -I/usr/local/Cellar/ncurses/5.9/include/ncurses -O2 --param max-inline-insns-single=1200 -no-cpp-precomp -no-cpp-precomp -dynamic -c ../test/view.c -o ../obj_s/view.o
brew: superenv removed: -I../test -O2
cc -O2 --param max-inline-insns-single=1200 -no-cpp-precomp -no-cpp-precomp -o view ../obj_s/view.o -Wl,-search_paths_first -I. -I. -I../test -DHAVE_CONFIG_H -D_DARWIN_C_SOURCE -DNDEBUG -I. -I../include -I/usr/local/Cellar/ncurses/5.9/include/ncurses -O2 --param max-inline-insns-single=1200 -no-cpp-precomp -no-cpp-precomp -dynamic `echo "-L../lib -lform -lmenu -lpanel -lncurses " | sed -e 's/-lform.*-lpanel[^ ]*//'` -lutil
brew: superenv removed: -O2 -I../test -O2
cc -I. -I. -I../test -DHAVE_CONFIG_H -D_DARWIN_C_SOURCE -DNDEBUG -I. -I../include -I/usr/local/Cellar/ncurses/5.9/include/ncurses -O2 --param max-inline-insns-single=1200 -no-cpp-precomp -no-cpp-precomp -dynamic -c ../test/worm.c -o ../obj_s/worm.o
brew: superenv removed: -I../test -O2
cc -O2 --param max-inline-insns-single=1200 -no-cpp-precomp -no-cpp-precomp -o worm ../obj_s/worm.o -Wl,-search_paths_first -I. -I. -I../test -DHAVE_CONFIG_H -D_DARWIN_C_SOURCE -DNDEBUG -I. -I../include -I/usr/local/Cellar/ncurses/5.9/include/ncurses -O2 --param max-inline-insns-single=1200 -no-cpp-precomp -no-cpp-precomp -dynamic `echo "-L../lib -lform -lmenu -lpanel -lncurses " | sed -e 's/-lform.*-lpanel[^ ]*//'` -lutil
brew: superenv removed: -O2 -I../test -O2
cc -I. -I. -I../test -DHAVE_CONFIG_H -D_DARWIN_C_SOURCE -DNDEBUG -I. -I../include -I/usr/local/Cellar/ncurses/5.9/include/ncurses -O2 --param max-inline-insns-single=1200 -no-cpp-precomp -no-cpp-precomp -dynamic -c ../test/xmas.c -o ../obj_s/xmas.o
brew: superenv removed: -I../test -O2
cc -O2 --param max-inline-insns-single=1200 -no-cpp-precomp -no-cpp-precomp -o xmas ../obj_s/xmas.o -Wl,-search_paths_first -I. -I. -I../test -DHAVE_CONFIG_H -D_DARWIN_C_SOURCE -DNDEBUG -I. -I../include -I/usr/local/Cellar/ncurses/5.9/include/ncurses -O2 --param max-inline-insns-single=1200 -no-cpp-precomp -no-cpp-precomp -dynamic `echo "-L../lib -lform -lmenu -lpanel -lncurses " | sed -e 's/-lform.*-lpanel[^ ]*//'` -lutil
brew: superenv removed: -O2 -I../test -O2
cd misc && /usr/bin/make DESTDIR="" all
WHICH_XTERM=xterm-new \
ticdir=/usr/local/Cellar/ncurses/5.9/share/terminfo \
/bin/sh ./gen_edit.sh >run_tic.sed
echo '** adjusting tabset paths'
** adjusting tabset paths
sed -f run_tic.sed ../misc/terminfo.src >terminfo.tmp
cd c++ && /usr/bin/make DESTDIR="" all
cp ./etip.h.in etip.h
sh ./edit_cfg.sh ../include/ncurses_cfg.h etip.h
substituting autoconf'd values from ../include/ncurses_cfg.h into etip.h
... CPP_HAS_PARAM_INIT 0
... CPP_HAS_STATIC_CAST 0
... ETIP_NEEDS_MATH_EXCEPTION 0
... ETIP_NEEDS_MATH_H 1
... HAVE_BUILTIN_H 0
... HAVE_GPP_BUILTIN_H 0
... HAVE_GXX_BUILTIN_H 0
... HAVE_IOSTREAM 1
... HAVE_TYPEINFO 1
... HAVE_VALUES_H 0
... IOSTREAM_NAMESPACE 1
c++ -I../c++ -I../include -I. -DHAVE_CONFIG_H -D_DARWIN_C_SOURCE -DNDEBUG -I. -I../include -I/usr/local/Cellar/ncurses/5.9/include/ncurses -O2 -dynamic -c ../c++/cursesf.cc -o ../obj_s/cursesf.o
brew: superenv removed: -I. -I. -O2
In file included from ../c++/cursesf.cc:35:
../c++/cursesf.h:684:7: error: no matching constructor for initialization of 'NCursesForm'
: NCursesForm (Fields, with_frame, autoDelete_Fields) {
^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../c++/cursesf.h:420:3: note: candidate constructor not viable: no known conversion from 'NCursesFormField *' to 'NCursesFormField **'
for 1st argument; take the address of the argument with &
NCursesForm (NCursesFormField* Fields[],
^
../c++/cursesf.h:404:3: note: candidate constructor not viable: no known conversion from 'NCursesFormField *' to 'int' for 1st
argument;
NCursesForm( int nlines,
^
../c++/cursesf.h:435:3: note: candidate constructor not viable: requires at least 5 arguments, but 3 were provided
NCursesForm (NCursesFormField* Fields[],
^
../c++/cursesf.h:462:3: note: candidate constructor not viable: requires 1 argument, but 3 were provided
NCursesForm(const NCursesForm& rhs)
^
../c++/cursesf.h:697:7: error: no matching constructor for initialization of 'NCursesForm'
: NCursesForm (Fields, nlines, ncols, begin_y, begin_x,
^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../c++/cursesf.h:435:3: note: candidate constructor not viable: no known conversion from 'NCursesFormField *' to 'NCursesFormField **'
for 1st argument; take the address of the argument with &
NCursesForm (NCursesFormField* Fields[],
^
../c++/cursesf.h:404:3: note: candidate constructor not viable: requires at most 4 arguments, but 7 were provided
NCursesForm( int nlines,
^
../c++/cursesf.h:420:3: note: candidate constructor not viable: requires at most 3 arguments, but 7 were provided
NCursesForm (NCursesFormField* Fields[],
^
../c++/cursesf.h:462:3: note: candidate constructor not viable: requires 1 argument, but 7 were provided
NCursesForm(const NCursesForm& rhs)
^
2 errors generated.
make[1]: *** [../obj_s/cursesf.o] Error 1
make: *** [all] Error 2
==> Configuration
HOMEBREW_VERSION: 0.9.3
HEAD: a1c14684164154be5efeb7669d85888aaabbd192
CPU: dual-core 64-bit core2
OS X: 10.8.2-x86_64
Xcode: 4.5.1
CLT: 4.5.0.0.1.1249367152
X11: 2.7.3 => /opt/X11
==> ENV
CC: cc
CXX: c++
MAKEFLAGS: -j1
CMAKE_PREFIX_PATH: /usr/local
CMAKE_INCLUDE_PATH: /usr/include/libxml2:/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers/
CMAKE_LIBRARY_PATH: /System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries
PKG_CONFIG_PATH: /usr/local/lib/pkgconfig:/usr/local/Library/Homebrew/pkgconfig
HOMEBREW_MAKE_JOBS: 1
ACLOCAL_PATH: /usr/local/share/aclocal
PATH: /usr/local/Library/ENV/4.3:/usr/bin:/bin:/usr/sbin:/sbin
Error: ncurses did not build
Logs: /Users/norm2782/Library/Logs/Homebrew/ncurses/config.log
No numbered log available
~/D/ncurses-5.9 ❯❯❯ brew doctor ⏎
Your system is raring to brew.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment