Skip to content

Instantly share code, notes, and snippets.

@bluemage650
Created October 10, 2018 14:36
Show Gist options
  • Save bluemage650/9788ffa4e3e12b0eb80f2562c9d0feb3 to your computer and use it in GitHub Desktop.
Save bluemage650/9788ffa4e3e12b0eb80f2562c9d0feb3 to your computer and use it in GitHub Desktop.
glib on "CentOS Linux release 7.5.1804 (Core) " - Homebrew build logs
Homebrew build logs for glib on "CentOS Linux release 7.5.1804 (Core) "
Build date: 2018-10-10 10:29:08
HOMEBREW_VERSION: 1.7.6-100-gad7ba83
ORIGIN: https://github.com/Linuxbrew/brew
HEAD: ad7ba8322d6da52c6a41d7bf838fbcc1b876fc0f
Last commit: 2 days ago
Core tap ORIGIN: https://github.com/Linuxbrew/homebrew-core
Core tap HEAD: 5e733bc93106f7d406a057ed33fbeb157707509b
Core tap last commit: 4 hours ago
HOMEBREW_PREFIX: /mnt/linuxlab/home/rquackenbush1/.linuxbrew
HOMEBREW_REPOSITORY: /mnt/linuxlab/home/rquackenbush1/.linuxbrew/Homebrew
HOMEBREW_CELLAR: /mnt/linuxlab/home/rquackenbush1/.linuxbrew/Cellar
HOMEBREW_CACHE: /mnt/linuxlab/home/rquackenbush1/.cache/Homebrew
HOMEBREW_GITHUB_API_TOKEN: set
CPU: quad-core 64-bit dunno
Homebrew Ruby: 2.3.7 => /mnt/linuxlab/home/rquackenbush1/.linuxbrew/Homebrew/Library/Homebrew/vendor/portable-ruby/2.3.7/bin/ruby
Clang: N/A
Git: 2.19.0 => /mnt/linuxlab/home/rquackenbush1/.linuxbrew/bin/git
Curl: 7.29.0 => /usr/bin/curl
Kernel: Linux 3.10.0-862.11.6.el7.x86_64 x86_64 GNU/Linux
OS: CentOS Linux release 7.5.1804 (Core) (Core)
Host glibc: 2.17
/usr/bin/gcc: 4.8.5
glibc: 2.23
gcc: 5.5.0_4
xorg: N/A
Please note that these warnings are just used to help the Homebrew maintainers
with debugging if you file an issue. If everything you use Homebrew for is
working fine: please don't worry or file an issue; just ignore this. Thanks!
Warning: "config" scripts exist outside your system or Homebrew directories.
`./configure` scripts often look for *-config scripts to determine if
software packages are installed, and what additional flags to use when
compiling and linking.
Having additional scripts in your path can confuse software installed via
Homebrew if the config script overrides a system or Homebrew provided
script of the same name. We found the following "config" scripts:
/bin/pkg-config
/bin/freetype-config
/bin/xml2-config
/bin/libgnutls-config
/bin/libpng-config
/bin/libpng15-config
/bin/ncurses5-config
/bin/ncursesw5-config
/bin/brltty-config
/bin/glib-config
/bin/gtk-config
2018-10-10 10:26:06 -0400
./autogen.sh
autoreconf: Entering directory `.'
autoreconf: configure.ac: not using Gettext
autoreconf: running: aclocal --force -I m4macros ${ACLOCAL_FLAGS}
autoreconf: configure.ac: tracing
autoreconf: running: glibtoolize --copy --force
glibtoolize: putting auxiliary files in '.'.
glibtoolize: copying file './ltmain.sh'
glibtoolize: putting macros in AC_CONFIG_MACRO_DIRS, 'm4macros'.
glibtoolize: copying file 'm4macros/libtool.m4'
glibtoolize: copying file 'm4macros/ltoptions.m4'
glibtoolize: copying file 'm4macros/ltsugar.m4'
glibtoolize: copying file 'm4macros/ltversion.m4'
glibtoolize: copying file 'm4macros/lt~obsolete.m4'
autoreconf: running: /mnt/linuxlab/home/rquackenbush1/.linuxbrew/Cellar/autoconf/2.69/bin/autoconf --force
autoreconf: running: /mnt/linuxlab/home/rquackenbush1/.linuxbrew/Cellar/autoconf/2.69/bin/autoheader --force
autoreconf: running: automake --add-missing --copy --force-missing
configure.ac:112: installing './compile'
configure.ac:118: installing './config.guess'
configure.ac:118: installing './config.sub'
configure.ac:66: installing './install-sh'
configure.ac:66: installing './missing'
parallel-tests: installing './test-driver'
gio/Makefile.am: installing './depcomp'
gio/gdbus-2.0/codegen/Makefile.am:6: installing './py-compile'
autoreconf: Leaving directory `.'
2018-10-10 10:26:20 -0400
./configure
--disable-maintainer-mode
--disable-dependency-tracking
--disable-silent-rules
--disable-dtrace
--disable-libelf
--disable-selinux
--enable-static
--prefix=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/Cellar/glib/2.58.1
--localstatedir=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/var
--with-gio-module-dir=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/lib/gio/modules
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /usr/bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking whether make supports nested variables... yes
checking whether UID '1291' is supported by ustar format... yes
checking whether GID '100' is supported by ustar format... yes
checking how to create a ustar tar archive... gnutar
checking whether to enable maintainer-specific portions of Makefiles... no
checking whether make supports nested variables... (cached) yes
checking for gcc... gcc-5
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables...
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc-5 accepts -g... yes
checking for gcc-5 option to accept ISO C89... none needed
checking whether gcc-5 understands -c and -o together... yes
checking whether make supports the include directive... yes (GNU style)
checking dependency style of gcc-5... none
checking how to run the C preprocessor... gcc-5 -E
checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking minix/config.h usability... no
checking minix/config.h presence... no
checking for minix/config.h... no
checking whether it is safe to define __EXTENSIONS__... yes
checking build system type... x86_64-pc-linux-gnu
checking host system type... x86_64-pc-linux-gnu
checking for Win32... no
checking for the Android... no
checking for Mac OS X Carbon support... no
checking for Mac OS X Cocoa support... no
checking whether we are using the GNU C++ compiler... yes
checking whether g++-5 accepts -g... yes
checking dependency style of g++-5... none
checking for special C compiler options needed for large files... no
checking for _FILE_OFFSET_BITS value needed for large files... no
checking for pkg-config... /mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/pkg-config/bin/pkg-config
checking pkg-config is at least version 0.16... yes
checking for gawk... (cached) gawk
checking for a Python interpreter with version >= 2.7... python
checking for python... /mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/python@2/bin/python
checking for python version... 2.7
checking for python platform... linux2
checking for python script directory... ${prefix}/lib/python2.7/site-packages
checking for python extension module directory... ${exec_prefix}/lib/python2.7/site-packages
checking for iconv_open... yes
checking for zlib... yes
checking for libffi >= 3.0.0... yes
checking locale.h usability... yes
checking locale.h presence... yes
checking for locale.h... yes
checking for LC_MESSAGES... yes
checking for CFPreferencesCopyAppValue... no
checking for CFLocaleCopyCurrent... no
checking libintl.h usability... yes
checking libintl.h presence... yes
checking for libintl.h... yes
checking for ngettext in libc... yes
checking for dgettext in libc... yes
checking for bind_textdomain_codeset... yes
checking for msgfmt... /mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/gettext/bin/msgfmt
checking for dcgettext... yes
checking if msgfmt accepts -c... yes
checking for gmsgfmt... /mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/gettext/bin/msgfmt
checking for xgettext... /mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/gettext/bin/xgettext
checking for catalogs to be installed... af am an ar as ast az be be@latin bg bn bn_IN bs ca ca@valencia cs cy da de dz el en_CA en_GB en@shaw eo es et eu fa fi fr fur ga gd gl gu he hi hr hu hy id is it ja ka kk kn ko ku lt lv mai mg mk ml mn mr ms nb nds ne nl nn oc or pa pl ps pt pt_BR ro ru rw si sk sl sq sr sr@latin sr@ije sv ta te tg th tl tr ug tt uk vi wa xh yi zh_CN zh_HK zh_TW
checking how to print strings... printf
checking for a sed that does not truncate output... /usr/bin/sed
checking for fgrep... /usr/bin/grep -F
checking for ld used by gcc-5... /mnt/linuxlab/home/rquackenbush1/.linuxbrew/Homebrew/Library/Homebrew/shims/linux/super/ld
checking if the linker (/mnt/linuxlab/home/rquackenbush1/.linuxbrew/Homebrew/Library/Homebrew/shims/linux/super/ld) is GNU ld... yes
checking for BSD- or MS-compatible name lister (nm)... /mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/binutils/bin/nm -B
checking the name lister (/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/binutils/bin/nm -B) interface... BSD nm
checking whether ln -s works... yes
checking the maximum length of command line arguments... 1572864
checking how to convert x86_64-pc-linux-gnu file names to x86_64-pc-linux-gnu format... func_convert_file_noop
checking how to convert x86_64-pc-linux-gnu file names to toolchain format... func_convert_file_noop
checking for /mnt/linuxlab/home/rquackenbush1/.linuxbrew/Homebrew/Library/Homebrew/shims/linux/super/ld option to reload object files... -r
checking for objdump... objdump
checking how to recognize dependent libraries... pass_all
checking for dlltool... dlltool
checking how to associate runtime and link libraries... printf %s\n
checking for ar... ar
checking for archiver @FILE support... @
checking for strip... strip
checking for ranlib... ranlib
checking command to parse /mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/binutils/bin/nm -B output from gcc-5 object... ok
checking for sysroot... no
checking for a working dd... /usr/bin/dd
checking how to truncate binary pipes... /usr/bin/dd bs=4096 count=1
checking for mt... no
checking if : is a manifest tool... no
checking for dlfcn.h... yes
checking for objdir... .libs
checking if gcc-5 supports -fno-rtti -fno-exceptions... no
checking for gcc-5 option to produce PIC... -fPIC -DPIC
checking if gcc-5 PIC flag -fPIC -DPIC works... yes
checking if gcc-5 static flag -static works... yes
checking if gcc-5 supports -c -o file.o... yes
checking if gcc-5 supports -c -o file.o... (cached) yes
checking whether the gcc-5 linker (/mnt/linuxlab/home/rquackenbush1/.linuxbrew/Homebrew/Library/Homebrew/shims/linux/super/ld -m elf_x86_64) supports shared libraries... yes
checking whether -lc should be explicitly linked in... no
checking dynamic linker characteristics... GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... yes
checking how to run the C++ preprocessor... g++-5 -E
checking for ld used by g++-5... /mnt/linuxlab/home/rquackenbush1/.linuxbrew/Homebrew/Library/Homebrew/shims/linux/super/ld -m elf_x86_64
checking if the linker (/mnt/linuxlab/home/rquackenbush1/.linuxbrew/Homebrew/Library/Homebrew/shims/linux/super/ld -m elf_x86_64) is GNU ld... yes
checking whether the g++-5 linker (/mnt/linuxlab/home/rquackenbush1/.linuxbrew/Homebrew/Library/Homebrew/shims/linux/super/ld -m elf_x86_64) supports shared libraries... yes
checking for g++-5 option to produce PIC... -fPIC -DPIC
checking if g++-5 PIC flag -fPIC -DPIC works... yes
checking if g++-5 static flag -static works... yes
checking if g++-5 supports -c -o file.o... yes
checking if g++-5 supports -c -o file.o... (cached) yes
checking whether the g++-5 linker (/mnt/linuxlab/home/rquackenbush1/.linuxbrew/Homebrew/Library/Homebrew/shims/linux/super/ld -m elf_x86_64) supports shared libraries... yes
checking dynamic linker characteristics... (cached) GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
configure: creating ./config.lt
config.lt: creating libtool
checking for size_t... yes
checking for working alloca.h... yes
checking for alloca... yes
checking for mmap... yes
checking for posix_memalign... yes
checking for memalign... yes
checking for valloc... yes
checking for fsync... yes
checking for pipe2... yes
checking for issetugid... no
checking for timegm... yes
checking for gmtime_r... yes
checking for posix_spawn... yes
checking whether strerror_r is declared... yes
checking for strerror_r... yes
checking whether strerror_r returns char *... yes
checking size of char... 1
checking size of short... 2
checking size of long... 8
checking size of int... 4
checking size of void *... 8
checking size of long long... 8
checking for sig_atomic_t... yes
checking for format to printf and scanf a guint64... %llu
checking for an ANSI C-conforming const... yes
checking for growing stack pointer... no
checking for ISO C99 varargs macros in C... yes
checking for ISO C99 varargs macros in C++... yes
checking for GNUC varargs macros... yes
checking for GNUC visibility attribute... yes
checking whether using Sun Studio C compiler... no
checking whether byte ordering is bigendian... no
checking sys/param.h usability... yes
checking sys/param.h presence... yes
checking for sys/param.h... yes
checking sys/resource.h usability... yes
checking sys/resource.h presence... yes
checking for sys/resource.h... yes
checking mach/mach_time.h usability... no
checking mach/mach_time.h presence... no
checking for mach/mach_time.h... no
checking sys/select.h usability... yes
checking sys/select.h presence... yes
checking for sys/select.h... yes
checking for stdint.h... (cached) yes
checking for inttypes.h... (cached) yes
checking sched.h usability... yes
checking sched.h presence... yes
checking for sched.h... yes
checking malloc.h usability... yes
checking malloc.h presence... yes
checking for malloc.h... yes
checking sys/vfs.h usability... yes
checking sys/vfs.h presence... yes
checking for sys/vfs.h... yes
checking sys/vmount.h usability... no
checking sys/vmount.h presence... no
checking for sys/vmount.h... no
checking sys/statfs.h usability... yes
checking sys/statfs.h presence... yes
checking for sys/statfs.h... yes
checking sys/statvfs.h usability... yes
checking sys/statvfs.h presence... yes
checking for sys/statvfs.h... yes
checking sys/filio.h usability... no
checking sys/filio.h presence... no
checking for sys/filio.h... no
checking sys/auxv.h usability... yes
checking sys/auxv.h presence... yes
checking for sys/auxv.h... yes
checking mntent.h usability... yes
checking mntent.h presence... yes
checking for mntent.h... yes
checking sys/mnttab.h usability... no
checking sys/mnttab.h presence... no
checking for sys/mnttab.h... no
checking sys/vfstab.h usability... no
checking sys/vfstab.h presence... no
checking for sys/vfstab.h... no
checking sys/mntctl.h usability... no
checking sys/mntctl.h presence... no
checking for sys/mntctl.h... no
checking fstab.h usability... yes
checking fstab.h presence... yes
checking for fstab.h... yes
checking linux/magic.h usability... yes
checking linux/magic.h presence... yes
checking for linux/magic.h... yes
checking termios.h usability... yes
checking termios.h presence... yes
checking for termios.h... yes
checking dirent.h usability... yes
checking dirent.h presence... yes
checking for dirent.h... yes
checking sys/time.h usability... yes
checking sys/time.h presence... yes
checking for sys/time.h... yes
checking values.h usability... yes
checking values.h presence... yes
checking for values.h... yes
checking for sys/mount.h... yes
checking for sys/sysctl.h... yes
checking for sysctlbyname... no
checking whether sys/types.h defines makedev... yes
checking xlocale.h usability... yes
checking xlocale.h presence... yes
checking for xlocale.h... yes
checking for struct stat.st_mtimensec... no
checking for struct stat.st_mtim.tv_nsec... yes
checking for struct stat.st_atimensec... no
checking for struct stat.st_atim.tv_nsec... yes
checking for struct stat.st_ctimensec... no
checking for struct stat.st_ctim.tv_nsec... yes
checking for struct stat.st_birthtime... no
checking for struct stat.st_birthtimensec... no
checking for struct stat.st_birthtim... no
checking for struct stat.st_birthtim.tv_nsec... no
checking for struct stat.st_blksize... yes
checking for struct stat.st_blocks... yes
checking for struct statfs.f_fstypename... no
checking for struct statfs.f_bavail... yes
checking for struct statvfs.f_basetype... no
checking for struct statvfs.f_fstypename... no
checking for struct tm.tm_gmtoff... yes
checking for struct tm.__tm_gmtoff... no
checking for dirent.h that defines DIR... yes
checking for library containing opendir... none required
checking for struct dirent.d_type... yes
checking for nl_langinfo and CODESET... yes
checking whether we are using the GNU C Library 2.1 or newer... yes
checking size of size_t... 8
checking for the appropriate definition for size_t... unsigned long
checking size of ssize_t... 8
checking for the appropriate definition for ssize_t... long
checking for lstat... yes
checking for strsignal... yes
checking for vsnprintf... yes
checking for stpcpy... yes
checking for strcasecmp... yes
checking for strncasecmp... yes
checking for poll... yes
checking for vasprintf... yes
checking for setenv... yes
checking for unsetenv... yes
checking for getc_unlocked... yes
checking for readlink... yes
checking for symlink... yes
checking for fdwalk... no
checking for mkostemp... yes
checking for link... yes
checking for lchmod... no
checking for lchown... yes
checking for fchmod... yes
checking for fchown... yes
checking for utimes... yes
checking for getresuid... yes
checking for getmntent_r... yes
checking for setmntent... yes
checking for endmntent... yes
checking for hasmntopt... yes
checking for getfsstat... no
checking for getvfsstat... no
checking for fallocate... yes
checking for splice... yes
checking for prlimit... yes
checking for statvfs... yes
checking for statfs... yes
checking whether to use statfs or statvfs... statfs
checking crt_externs.h usability... no
checking crt_externs.h presence... no
checking for crt_externs.h... no
checking for _NSGetEnviron... no
checking for newlocale... yes
checking for uselocale... yes
checking for strtod_l... yes
checking for strtoll_l... yes
checking for strtoull_l... yes
checking value of AF_INET... 2
checking value of AF_INET6... 10
checking value of AF_UNIX... 1
checking value of MSG_PEEK... 2
checking value of MSG_OOB... 1
checking value of MSG_DONTROUTE... 4
checking for endservent... yes
checking for if_nametoindex... yes
checking for if_indextoname... yes
checking for sendmmsg... yes
checking for recvmmsg... yes
checking for SIOCGIFADDR... yes
checking if arpa/nameser_compat.h is needed... no
checking for res_query... in -lresolv
checking for socket... yes
checking for res_init... yes
checking for res_nclose... yes
checking for res_ndestroy... no
checking for res_ninit... yes
checking for res_nquery... yes
checking for linux/netlink.h... yes
checking for struct ip_mreqn... yes
checking number of arguments to statfs()... 2
checking open() option O_DIRECTORY... yes
checking for C99 vsnprintf... yes
checking whether printf supports positional parameters... yes
checking for signed... yes
checking for long long... yes
checking for long double... yes
checking for wchar_t... yes
checking for wint_t... yes
checking for size_t... (cached) yes
checking for ptrdiff_t... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for snprintf... yes
checking for strnlen... yes
checking for wcslen... yes
checking for wcsnlen... yes
checking for mbrtowc... yes
checking for wcrtomb... yes
checking for C99 snprintf... yes
checking for nl_langinfo (CODESET)... yes
checking for nl_langinfo (PM_STR)... yes
checking for nl_langinfo (_NL_CTYPE_OUTDIGITn_MB)... yes
checking for nl_langinfo (ALTMON_n)... no
checking for nl_langinfo (_NL_ABALTMON_n)... no
checking for OpenBSD strlcpy/strlcat... no
checking for an implementation of va_copy()... yes
checking for an implementation of __va_copy()... yes
checking whether va_lists can be copied by value... no
checking for dlopen... no
checking for NSLinkModule... no
checking for dlopen in -ldl... yes
checking for dlsym in -ldl... yes
checking for RTLD_GLOBAL brokenness... no
checking for preceeding underscore in symbols... no
checking whether RTLD_LAZY is declared... yes
checking whether RTLD_NOW is declared... yes
checking whether RTLD_GLOBAL is declared... yes
checking for dlerror... yes
checking for the suffix of module shared libraries... .so
checking for gspawn implementation... unix
checking for GIOChannel implementation... unix
checking sys/inotify.h usability... yes
checking sys/inotify.h presence... yes
checking for sys/inotify.h... yes
checking for inotify_init1... yes
checking sys/event.h usability... no
checking sys/event.h presence... no
checking for sys/event.h... no
checking for FAMOpen in -lfam... no
configure: WARNING: *** FAM support will not be built (FAM library not found) ***
checking for getxattr in -lc... yes
checking sys/xattr.h usability... yes
checking sys/xattr.h presence... yes
checking for sys/xattr.h... yes
checking for XATTR_NOFOLLOW... no
checking for mount >= 2.23... yes
checking whether to compile timeloop... yes
checking if building for some Win32 platform... no
checking for thread implementation... posix
checking thread related cflags... -pthread
checking thread related libraries... -pthread
checking for localtime_r... yes
checking for gmtime_r... (cached) yes
checking for getpwuid_r... yes
checking for getgrgid_r... yes
checking for pthread_attr_setstacksize... yes
checking for pthread_condattr_setclock... yes
checking for pthread_cond_timedwait_relative_np... no
checking for pthread_setname_np(const char*)... no
checking for pthread_setname_np(pthread_t, const char*)... yes
checking for pthread_getname_np(pthread_t, name, len)... yes
checking for clock_gettime... yes
checking for lock-free atomic intrinsics... yes
checking for futex(2) system call... yes
checking for eventfd(2) system call... yes
checking value of POLLIN... 1
checking value of POLLOUT... 4
checking value of POLLPRI... 2
checking value of POLLERR... 8
checking value of POLLHUP... 16
checking value of POLLNVAL... 32
checking for broken poll... no
checking for libpcre >= 8.31... yes
checking for Unicode support in PCRE... yes
checking for EILSEQ... yes
checking for gtk-doc... yes
checking for gtkdoc-check... gtkdoc-check.test
checking for gtkdoc-check... /mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/gtk-doc/bin/gtkdoc-check
checking for gtkdoc-rebase... /mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/gtk-doc/bin/gtkdoc-rebase
checking for gtkdoc-mkpdf... /mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/gtk-doc/bin/gtkdoc-mkpdf
checking whether to build gtk-doc documentation... no
checking for xsltproc... /usr/bin/xsltproc
checking for XML catalog (/etc/xml/catalog)... found
checking for xmlcatalog... /usr/bin/xmlcatalog
checking for DocBook XML DTD V4.1.2 in XML catalog... not found
checking whether to generate man pages... no
checking whether to include dtrace tracing support... no
checking whether to include systemtap tracing support... no
checking for guint32... yes
checking alignment of guint32... 4
checking for guint64... yes
checking alignment of guint64... 8
checking for unsigned long... yes
checking alignment of unsigned long... 8
checking for dbus-1 >= 1.2.14... no
checking for dbus-daemon... dbus-daemon
checking for -Bsymbolic-functions linker flag... yes
checking for --fatal-warnings linker flag... yes
checking for -z,nodelete linker flag... yes
checking for -fvisibility=hidden compiler flag... yes
checking if gcc-5 supports flag -Wall in envvar CFLAGS... yes
checking if gcc-5 supports flag -Wstrict-prototypes in envvar CFLAGS... yes
checking if gcc-5 supports flag -Wduplicated-branches in envvar CFLAGS... no
checking if gcc-5 supports flag -Wmisleading-indentation in envvar CFLAGS... no
checking if gcc-5 supports flag -Wno-bad-function-cast in envvar CFLAGS... yes
checking if gcc-5 supports flag -Werror=declaration-after-statement in envvar CFLAGS... yes
checking if gcc-5 supports flag -Werror=missing-prototypes in envvar CFLAGS... yes
checking if gcc-5 supports flag -Werror=implicit-function-declaration in envvar CFLAGS... yes
checking if gcc-5 supports flag -Werror=pointer-arith in envvar CFLAGS... yes
checking if gcc-5 supports flag -Werror=init-self in envvar CFLAGS... yes
checking if gcc-5 supports flag -Werror=format-security in envvar CFLAGS... no
checking if gcc-5 supports flag -Werror=format=2 in envvar CFLAGS... yes
checking if gcc-5 supports flag -Werror=missing-include-dirs in envvar CFLAGS... yes
checking that generated files are newer than configure... done
configure: creating ./config.status
config.status: creating glib-2.0.pc
config.status: creating gmodule-2.0.pc
config.status: creating gmodule-export-2.0.pc
config.status: creating gmodule-no-export-2.0.pc
config.status: creating gthread-2.0.pc
config.status: creating gobject-2.0.pc
config.status: creating gio-2.0.pc
config.status: WARNING: 'gio-2.0.pc.in' seems to ignore the --datarootdir setting
config.status: creating gio-unix-2.0.pc
config.status: creating gio-windows-2.0.pc
config.status: creating glib-gettextize
config.status: creating Makefile
config.status: creating build/Makefile
config.status: creating build/win32/Makefile
config.status: creating build/win32/dirent/Makefile
config.status: creating glib/Makefile
config.status: creating glib/libcharset/Makefile
config.status: creating glib/gnulib/Makefile
config.status: creating glib/pcre/Makefile
config.status: creating glib/update-pcre/Makefile
config.status: creating glib/tests/Makefile
config.status: creating gmodule/Makefile
config.status: creating gmodule/gmoduleconf.h
config.status: creating gobject/Makefile
config.status: creating gobject/glib-genmarshal
config.status: creating gobject/glib-mkenums
config.status: creating gobject/tests/Makefile
config.status: creating gthread/Makefile
config.status: creating gio/Makefile
config.status: creating gio/gdbus-2.0/codegen/Makefile
config.status: creating gio/gdbus-2.0/codegen/config.py
config.status: creating gio/gnetworking.h
config.status: creating gio/xdgmime/Makefile
config.status: creating gio/inotify/Makefile
config.status: creating gio/kqueue/Makefile
config.status: creating gio/fam/Makefile
config.status: creating gio/win32/Makefile
config.status: creating gio/tests/Makefile
config.status: creating gio/tests/gdbus-object-manager-example/Makefile
config.status: creating gio/tests/services/Makefile
config.status: creating gio/tests/services/org.gtk.GDBus.Examples.ObjectManager.service
config.status: creating gio/tests/modules/Makefile
config.status: creating po/Makefile.in
config.status: creating docs/Makefile
config.status: creating docs/reference/Makefile
config.status: creating docs/reference/glib/Makefile
config.status: creating docs/reference/glib/version.xml
config.status: creating docs/reference/gobject/Makefile
config.status: creating docs/reference/gobject/version.xml
config.status: creating docs/reference/gio/Makefile
config.status: creating docs/reference/gio/version.xml
config.status: creating tests/Makefile
config.status: creating tests/gobject/Makefile
config.status: creating tests/refcount/Makefile
config.status: creating m4macros/Makefile
config.status: creating subprojects/Makefile
config.status: creating config.h
config.status: executing depfiles commands
config.status: executing default-1 commands
config.status: executing libtool commands
config.status: executing glib/glibconfig.h commands
config.status: executing chmod-scripts commands
gcc-5 called with: --version
superenv added: -pipe -O2 -isystem/mnt/linuxlab/home/rquackenbush1/.linuxbrew/include -L/mnt/linuxlab/home/rquackenbush1/.linuxbrew/lib -B/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/glibc/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/Cellar/glib/2.58.1/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/ncurses/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/zlib/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/gettext/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/libffi/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/bzip2/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/pcre/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/gdbm/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/openssl/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/readline/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/sqlite/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/python@2/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/util-linux/lib -Wl,--dynamic-linker=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/lib/ld.so
superenv executed: gcc-5 -pipe -O2 --version -isystem/mnt/linuxlab/home/rquackenbush1/.linuxbrew/include -L/mnt/linuxlab/home/rquackenbush1/.linuxbrew/lib -B/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/glibc/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/Cellar/glib/2.58.1/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/ncurses/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/zlib/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/gettext/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/libffi/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/bzip2/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/pcre/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/gdbm/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/openssl/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/readline/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/sqlite/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/python@2/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/util-linux/lib -Wl,--dynamic-linker=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/lib/ld.so
gcc-5 called with: -v
superenv executed: gcc-5 -v
gcc-5 called with: -V
superenv added: -pipe -O2 -isystem/mnt/linuxlab/home/rquackenbush1/.linuxbrew/include -L/mnt/linuxlab/home/rquackenbush1/.linuxbrew/lib -B/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/glibc/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/Cellar/glib/2.58.1/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/ncurses/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/zlib/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/gettext/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/libffi/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/bzip2/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/pcre/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/gdbm/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/openssl/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/readline/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/sqlite/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/python@2/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/util-linux/lib -Wl,--dynamic-linker=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/lib/ld.so
superenv executed: gcc-5 -pipe -O2 -V -isystem/mnt/linuxlab/home/rquackenbush1/.linuxbrew/include -L/mnt/linuxlab/home/rquackenbush1/.linuxbrew/lib -B/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/glibc/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/Cellar/glib/2.58.1/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/ncurses/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/zlib/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/gettext/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/libffi/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/bzip2/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/pcre/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/gdbm/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/openssl/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/readline/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/sqlite/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/python@2/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/util-linux/lib -Wl,--dynamic-linker=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/lib/ld.so
gcc-5 called with: -qversion
superenv added: -pipe -O2 -isystem/mnt/linuxlab/home/rquackenbush1/.linuxbrew/include -L/mnt/linuxlab/home/rquackenbush1/.linuxbrew/lib -B/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/glibc/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/Cellar/glib/2.58.1/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/ncurses/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/zlib/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/gettext/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/libffi/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/bzip2/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/pcre/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/gdbm/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/openssl/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/readline/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/sqlite/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/python@2/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/util-linux/lib -Wl,--dynamic-linker=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/lib/ld.so
superenv executed: gcc-5 -pipe -O2 -qversion -isystem/mnt/linuxlab/home/rquackenbush1/.linuxbrew/include -L/mnt/linuxlab/home/rquackenbush1/.linuxbrew/lib -B/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/glibc/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/Cellar/glib/2.58.1/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/ncurses/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/zlib/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/gettext/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/libffi/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/bzip2/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/pcre/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/gdbm/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/openssl/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/readline/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/sqlite/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/python@2/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/util-linux/lib -Wl,--dynamic-linker=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/lib/ld.so
gcc-5 called with: conftest.c
superenv added: -pipe -O2 -isystem/mnt/linuxlab/home/rquackenbush1/.linuxbrew/include -L/mnt/linuxlab/home/rquackenbush1/.linuxbrew/lib -B/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/glibc/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/Cellar/glib/2.58.1/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/ncurses/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/zlib/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/gettext/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/libffi/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/bzip2/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/pcre/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/gdbm/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/openssl/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/readline/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/sqlite/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/python@2/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/util-linux/lib -Wl,--dynamic-linker=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/lib/ld.so
superenv executed: gcc-5 -pipe -O2 conftest.c -isystem/mnt/linuxlab/home/rquackenbush1/.linuxbrew/include -L/mnt/linuxlab/home/rquackenbush1/.linuxbrew/lib -B/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/glibc/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/Cellar/glib/2.58.1/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/ncurses/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/zlib/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/gettext/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/libffi/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/bzip2/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/pcre/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/gdbm/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/openssl/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/readline/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/sqlite/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/python@2/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/util-linux/lib -Wl,--dynamic-linker=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/lib/ld.so
gcc-5 called with: -o conftest conftest.c
superenv added: -pipe -O2 -isystem/mnt/linuxlab/home/rquackenbush1/.linuxbrew/include -L/mnt/linuxlab/home/rquackenbush1/.linuxbrew/lib -B/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/glibc/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/Cellar/glib/2.58.1/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/ncurses/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/zlib/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/gettext/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/libffi/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/bzip2/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/pcre/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/gdbm/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/openssl/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/readline/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/sqlite/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/python@2/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/util-linux/lib -Wl,--dynamic-linker=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/lib/ld.so
superenv executed: gcc-5 -pipe -O2 -o conftest conftest.c -isystem/mnt/linuxlab/home/rquackenbush1/.linuxbrew/include -L/mnt/linuxlab/home/rquackenbush1/.linuxbrew/lib -B/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/glibc/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/Cellar/glib/2.58.1/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/ncurses/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/zlib/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/gettext/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/libffi/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/bzip2/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/pcre/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/gdbm/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/openssl/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/readline/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/sqlite/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/python@2/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/util-linux/lib -Wl,--dynamic-linker=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/lib/ld.so
gcc-5 called with: -o conftest conftest.c
superenv added: -pipe -O2 -isystem/mnt/linuxlab/home/rquackenbush1/.linuxbrew/include -L/mnt/linuxlab/home/rquackenbush1/.linuxbrew/lib -B/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/glibc/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/Cellar/glib/2.58.1/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/ncurses/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/zlib/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/gettext/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/libffi/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/bzip2/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/pcre/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/gdbm/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/openssl/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/readline/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/sqlite/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/python@2/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/util-linux/lib -Wl,--dynamic-linker=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/lib/ld.so
superenv executed: gcc-5 -pipe -O2 -o conftest conftest.c -isystem/mnt/linuxlab/home/rquackenbush1/.linuxbrew/include -L/mnt/linuxlab/home/rquackenbush1/.linuxbrew/lib -B/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/glibc/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/Cellar/glib/2.58.1/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/ncurses/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/zlib/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/gettext/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/libffi/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/bzip2/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/pcre/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/gdbm/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/openssl/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/readline/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/sqlite/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/python@2/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/util-linux/lib -Wl,--dynamic-linker=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/lib/ld.so
gcc-5 called with: -c conftest.c
superenv added: -pipe -O2 -isystem/mnt/linuxlab/home/rquackenbush1/.linuxbrew/include
superenv executed: gcc-5 -pipe -O2 -c conftest.c -isystem/mnt/linuxlab/home/rquackenbush1/.linuxbrew/include
gcc-5 called with: -c conftest.c
superenv added: -pipe -O2 -isystem/mnt/linuxlab/home/rquackenbush1/.linuxbrew/include
superenv executed: gcc-5 -pipe -O2 -c conftest.c -isystem/mnt/linuxlab/home/rquackenbush1/.linuxbrew/include
gcc-5 called with: -c -g conftest.c
superenv added: -pipe -O2 -isystem/mnt/linuxlab/home/rquackenbush1/.linuxbrew/include
superenv executed: gcc-5 -pipe -O2 -c -g conftest.c -isystem/mnt/linuxlab/home/rquackenbush1/.linuxbrew/include
gcc-5 called with: -c -g -O2 conftest.c
superenv added: -pipe -isystem/mnt/linuxlab/home/rquackenbush1/.linuxbrew/include
superenv executed: gcc-5 -pipe -O2 -c -g -O2 conftest.c -isystem/mnt/linuxlab/home/rquackenbush1/.linuxbrew/include
gcc-5 called with: -c conftest.c -o conftest2.o
superenv added: -pipe -O2 -isystem/mnt/linuxlab/home/rquackenbush1/.linuxbrew/include
superenv executed: gcc-5 -pipe -O2 -c conftest.c -o conftest2.o -isystem/mnt/linuxlab/home/rquackenbush1/.linuxbrew/include
gcc-5 called with: -c conftest.c -o conftest2.o
superenv added: -pipe -O2 -isystem/mnt/linuxlab/home/rquackenbush1/.linuxbrew/include
superenv executed: gcc-5 -pipe -O2 -c conftest.c -o conftest2.o -isystem/mnt/linuxlab/home/rquackenbush1/.linuxbrew/include
gcc-5 called with: -E conftest.c
superenv added: -isystem/mnt/linuxlab/home/rquackenbush1/.linuxbrew/include
superenv executed: gcc-5 -E conftest.c -isystem/mnt/linuxlab/home/rquackenbush1/.linuxbrew/include
gcc-5 called with: -E conftest.c
superenv added: -isystem/mnt/linuxlab/home/rquackenbush1/.linuxbrew/include
superenv executed: gcc-5 -E conftest.c -isystem/mnt/linuxlab/home/rquackenbush1/.linuxbrew/include
gcc-5 called with: -E conftest.c
superenv added: -isystem/mnt/linuxlab/home/rquackenbush1/.linuxbrew/include
superenv executed: gcc-5 -E conftest.c -isystem/mnt/linuxlab/home/rquackenbush1/.linuxbrew/include
gcc-5 called with: -E conftest.c
superenv added: -isystem/mnt/linuxlab/home/rquackenbush1/.linuxbrew/include
superenv executed: gcc-5 -E conftest.c -isystem/mnt/linuxlab/home/rquackenbush1/.linuxbrew/include
gcc-5 called with: -c -g -O2 conftest.c
superenv added: -pipe -isystem/mnt/linuxlab/home/rquackenbush1/.linuxbrew/include
superenv executed: gcc-5 -pipe -O2 -c -g -O2 conftest.c -isystem/mnt/linuxlab/home/rquackenbush1/.linuxbrew/include
gcc-5 called with: -E conftest.c
superenv added: -isystem/mnt/linuxlab/home/rquackenbush1/.linuxbrew/include
superenv executed: gcc-5 -E conftest.c -isystem/mnt/linuxlab/home/rquackenbush1/.linuxbrew/include
gcc-5 called with: -E conftest.c
superenv added: -isystem/mnt/linuxlab/home/rquackenbush1/.linuxbrew/include
superenv executed: gcc-5 -E conftest.c -isystem/mnt/linuxlab/home/rquackenbush1/.linuxbrew/include
gcc-5 called with: -o conftest -g -O2 conftest.c
superenv added: -pipe -isystem/mnt/linuxlab/home/rquackenbush1/.linuxbrew/include -L/mnt/linuxlab/home/rquackenbush1/.linuxbrew/lib -B/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/glibc/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/Cellar/glib/2.58.1/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/ncurses/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/zlib/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/gettext/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/libffi/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/bzip2/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/pcre/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/gdbm/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/openssl/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/readline/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/sqlite/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/python@2/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/util-linux/lib -Wl,--dynamic-linker=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/lib/ld.so
superenv executed: gcc-5 -pipe -O2 -o conftest -g -O2 conftest.c -isystem/mnt/linuxlab/home/rquackenbush1/.linuxbrew/include -L/mnt/linuxlab/home/rquackenbush1/.linuxbrew/lib -B/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/glibc/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/Cellar/glib/2.58.1/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/ncurses/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/zlib/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/gettext/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/libffi/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/bzip2/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/pcre/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/gdbm/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/openssl/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/readline/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/sqlite/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/python@2/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/util-linux/lib -Wl,--dynamic-linker=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/lib/ld.so
gcc-5 called with: -c -g -O2 conftest.c
superenv added: -pipe -isystem/mnt/linuxlab/home/rquackenbush1/.linuxbrew/include
superenv executed: gcc-5 -pipe -O2 -c -g -O2 conftest.c -isystem/mnt/linuxlab/home/rquackenbush1/.linuxbrew/include
gcc-5 called with: -c -g -O2 conftest.c
superenv added: -pipe -isystem/mnt/linuxlab/home/rquackenbush1/.linuxbrew/include
superenv executed: gcc-5 -pipe -O2 -c -g -O2 conftest.c -isystem/mnt/linuxlab/home/rquackenbush1/.linuxbrew/include
gcc-5 called with: -c -g -O2 conftest.c
superenv added: -pipe -isystem/mnt/linuxlab/home/rquackenbush1/.linuxbrew/include
superenv executed: gcc-5 -pipe -O2 -c -g -O2 conftest.c -isystem/mnt/linuxlab/home/rquackenbush1/.linuxbrew/include
gcc-5 called with: -c -g -O2 conftest.c
superenv added: -pipe -isystem/mnt/linuxlab/home/rquackenbush1/.linuxbrew/include
superenv executed: gcc-5 -pipe -O2 -c -g -O2 conftest.c -isystem/mnt/linuxlab/home/rquackenbush1/.linuxbrew/include
gcc-5 called with: -c -g -O2 conftest.c
superenv added: -pipe -isystem/mnt/linuxlab/home/rquackenbush1/.linuxbrew/include
superenv executed: gcc-5 -pipe -O2 -c -g -O2 conftest.c -isystem/mnt/linuxlab/home/rquackenbush1/.linuxbrew/include
gcc-5 called with: -c -g -O2 conftest.c
superenv added: -pipe -isystem/mnt/linuxlab/home/rquackenbush1/.linuxbrew/include
superenv executed: gcc-5 -pipe -O2 -c -g -O2 conftest.c -isystem/mnt/linuxlab/home/rquackenbush1/.linuxbrew/include
gcc-5 called with: -c -g -O2 conftest.c
superenv added: -pipe -isystem/mnt/linuxlab/home/rquackenbush1/.linuxbrew/include
superenv executed: gcc-5 -pipe -O2 -c -g -O2 conftest.c -isystem/mnt/linuxlab/home/rquackenbush1/.linuxbrew/include
gcc-5 called with: -c -g -O2 conftest.c
superenv added: -pipe -isystem/mnt/linuxlab/home/rquackenbush1/.linuxbrew/include
superenv executed: gcc-5 -pipe -O2 -c -g -O2 conftest.c -isystem/mnt/linuxlab/home/rquackenbush1/.linuxbrew/include
gcc-5 called with: -c -g -O2 conftest.c
superenv added: -pipe -isystem/mnt/linuxlab/home/rquackenbush1/.linuxbrew/include
superenv executed: gcc-5 -pipe -O2 -c -g -O2 conftest.c -isystem/mnt/linuxlab/home/rquackenbush1/.linuxbrew/include
gcc-5 called with: -c -g -O2 conftest.c
superenv added: -pipe -isystem/mnt/linuxlab/home/rquackenbush1/.linuxbrew/include
superenv executed: gcc-5 -pipe -O2 -c -g -O2 conftest.c -isystem/mnt/linuxlab/home/rquackenbush1/.linuxbrew/include
gcc-5 called with: -E conftest.c
superenv added: -isystem/mnt/linuxlab/home/rquackenbush1/.linuxbrew/include
superenv executed: gcc-5 -E conftest.c -isystem/mnt/linuxlab/home/rquackenbush1/.linuxbrew/include
gcc-5 called with: -c -g -O2 conftest.c
superenv added: -pipe -isystem/mnt/linuxlab/home/rquackenbush1/.linuxbrew/include
superenv executed: gcc-5 -pipe -O2 -c -g -O2 conftest.c -isystem/mnt/linuxlab/home/rquackenbush1/.linuxbrew/include
gcc-5 called with: -E /tmp/cg0DWJPK/dummy.c
superenv added: -isystem/mnt/linuxlab/home/rquackenbush1/.linuxbrew/include
superenv executed: gcc-5 -E /tmp/cg0DWJPK/dummy.c -isystem/mnt/linuxlab/home/rquackenbush1/.linuxbrew/include
gcc-5 called with: -E conftest.c
superenv added: -isystem/mnt/linuxlab/home/rquackenbush1/.linuxbrew/include
superenv executed: gcc-5 -E conftest.c -isystem/mnt/linuxlab/home/rquackenbush1/.linuxbrew/include
gcc-5 called with: -E conftest.c
superenv added: -isystem/mnt/linuxlab/home/rquackenbush1/.linuxbrew/include
superenv executed: gcc-5 -E conftest.c -isystem/mnt/linuxlab/home/rquackenbush1/.linuxbrew/include
g++-5 called with: --version
superenv added: -pipe -O2 -isystem/mnt/linuxlab/home/rquackenbush1/.linuxbrew/include -L/mnt/linuxlab/home/rquackenbush1/.linuxbrew/lib -B/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/glibc/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/Cellar/glib/2.58.1/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/ncurses/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/zlib/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/gettext/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/libffi/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/bzip2/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/pcre/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/gdbm/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/openssl/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/readline/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/sqlite/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/python@2/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/util-linux/lib -Wl,--dynamic-linker=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/lib/ld.so
superenv executed: g++-5 -pipe -O2 --version -isystem/mnt/linuxlab/home/rquackenbush1/.linuxbrew/include -L/mnt/linuxlab/home/rquackenbush1/.linuxbrew/lib -B/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/glibc/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/Cellar/glib/2.58.1/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/ncurses/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/zlib/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/gettext/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/libffi/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/bzip2/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/pcre/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/gdbm/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/openssl/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/readline/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/sqlite/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/python@2/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/util-linux/lib -Wl,--dynamic-linker=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/lib/ld.so
g++-5 called with: -v
superenv executed: g++-5 -v
g++-5 called with: -V
superenv added: -pipe -O2 -isystem/mnt/linuxlab/home/rquackenbush1/.linuxbrew/include -L/mnt/linuxlab/home/rquackenbush1/.linuxbrew/lib -B/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/glibc/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/Cellar/glib/2.58.1/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/ncurses/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/zlib/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/gettext/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/libffi/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/bzip2/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/pcre/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/gdbm/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/openssl/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/readline/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/sqlite/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/python@2/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/util-linux/lib -Wl,--dynamic-linker=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/lib/ld.so
superenv executed: g++-5 -pipe -O2 -V -isystem/mnt/linuxlab/home/rquackenbush1/.linuxbrew/include -L/mnt/linuxlab/home/rquackenbush1/.linuxbrew/lib -B/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/glibc/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/Cellar/glib/2.58.1/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/ncurses/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/zlib/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/gettext/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/libffi/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/bzip2/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/pcre/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/gdbm/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/openssl/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/readline/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/sqlite/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/python@2/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/util-linux/lib -Wl,--dynamic-linker=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/lib/ld.so
g++-5 called with: -qversion
superenv added: -pipe -O2 -isystem/mnt/linuxlab/home/rquackenbush1/.linuxbrew/include -L/mnt/linuxlab/home/rquackenbush1/.linuxbrew/lib -B/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/glibc/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/Cellar/glib/2.58.1/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/ncurses/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/zlib/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/gettext/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/libffi/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/bzip2/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/pcre/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/gdbm/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/openssl/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/readline/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/sqlite/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/python@2/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/util-linux/lib -Wl,--dynamic-linker=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/lib/ld.so
superenv executed: g++-5 -pipe -O2 -qversion -isystem/mnt/linuxlab/home/rquackenbush1/.linuxbrew/include -L/mnt/linuxlab/home/rquackenbush1/.linuxbrew/lib -B/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/glibc/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/Cellar/glib/2.58.1/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/ncurses/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/zlib/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/gettext/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/libffi/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/bzip2/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/pcre/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/gdbm/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/openssl/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/readline/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/sqlite/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/python@2/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/util-linux/lib -Wl,--dynamic-linker=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/lib/ld.so
g++-5 called with: -c conftest.cpp
superenv added: -pipe -O2 -isystem/mnt/linuxlab/home/rquackenbush1/.linuxbrew/include
superenv executed: g++-5 -pipe -O2 -c conftest.cpp -isystem/mnt/linuxlab/home/rquackenbush1/.linuxbrew/include
g++-5 called with: -c -g conftest.cpp
superenv added: -pipe -O2 -isystem/mnt/linuxlab/home/rquackenbush1/.linuxbrew/include
superenv executed: g++-5 -pipe -O2 -c -g conftest.cpp -isystem/mnt/linuxlab/home/rquackenbush1/.linuxbrew/include
g++-5 called with: -c -g -O2 conftest.cpp
superenv added: -pipe -isystem/mnt/linuxlab/home/rquackenbush1/.linuxbrew/include
superenv executed: g++-5 -pipe -O2 -c -g -O2 conftest.cpp -isystem/mnt/linuxlab/home/rquackenbush1/.linuxbrew/include
gcc-5 called with: -c -g -O2 conftest.c
superenv added: -pipe -isystem/mnt/linuxlab/home/rquackenbush1/.linuxbrew/include
superenv executed: gcc-5 -pipe -O2 -c -g -O2 conftest.c -isystem/mnt/linuxlab/home/rquackenbush1/.linuxbrew/include
gcc-5 called with: -o conftest -g -O2 conftest.c
superenv added: -pipe -isystem/mnt/linuxlab/home/rquackenbush1/.linuxbrew/include -L/mnt/linuxlab/home/rquackenbush1/.linuxbrew/lib -B/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/glibc/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/Cellar/glib/2.58.1/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/ncurses/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/zlib/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/gettext/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/libffi/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/bzip2/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/pcre/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/gdbm/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/openssl/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/readline/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/sqlite/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/python@2/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/util-linux/lib -Wl,--dynamic-linker=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/lib/ld.so
superenv executed: gcc-5 -pipe -O2 -o conftest -g -O2 conftest.c -isystem/mnt/linuxlab/home/rquackenbush1/.linuxbrew/include -L/mnt/linuxlab/home/rquackenbush1/.linuxbrew/lib -B/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/glibc/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/Cellar/glib/2.58.1/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/ncurses/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/zlib/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/gettext/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/libffi/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/bzip2/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/pcre/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/gdbm/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/openssl/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/readline/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/sqlite/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/python@2/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/util-linux/lib -Wl,--dynamic-linker=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/lib/ld.so
gcc-5 called with: -c -g -O2 conftest.c
superenv added: -pipe -isystem/mnt/linuxlab/home/rquackenbush1/.linuxbrew/include
superenv executed: gcc-5 -pipe -O2 -c -g -O2 conftest.c -isystem/mnt/linuxlab/home/rquackenbush1/.linuxbrew/include
gcc-5 called with: -E conftest.c
superenv added: -isystem/mnt/linuxlab/home/rquackenbush1/.linuxbrew/include
superenv executed: gcc-5 -E conftest.c -isystem/mnt/linuxlab/home/rquackenbush1/.linuxbrew/include
gcc-5 called with: -o conftest -g -O2 conftest.c
superenv added: -pipe -isystem/mnt/linuxlab/home/rquackenbush1/.linuxbrew/include -L/mnt/linuxlab/home/rquackenbush1/.linuxbrew/lib -B/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/glibc/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/Cellar/glib/2.58.1/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/ncurses/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/zlib/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/gettext/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/libffi/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/bzip2/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/pcre/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/gdbm/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/openssl/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/readline/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/sqlite/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/python@2/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/util-linux/lib -Wl,--dynamic-linker=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/lib/ld.so
superenv executed: gcc-5 -pipe -O2 -o conftest -g -O2 conftest.c -isystem/mnt/linuxlab/home/rquackenbush1/.linuxbrew/include -L/mnt/linuxlab/home/rquackenbush1/.linuxbrew/lib -B/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/glibc/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/Cellar/glib/2.58.1/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/ncurses/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/zlib/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/gettext/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/libffi/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/bzip2/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/pcre/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/gdbm/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/openssl/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/readline/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/sqlite/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/python@2/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/util-linux/lib -Wl,--dynamic-linker=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/lib/ld.so
gcc-5 called with: -o conftest -g -O2 conftest.c -Wl,-framework -Wl,CoreFoundation
superenv added: -pipe -isystem/mnt/linuxlab/home/rquackenbush1/.linuxbrew/include -L/mnt/linuxlab/home/rquackenbush1/.linuxbrew/lib -B/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/glibc/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/Cellar/glib/2.58.1/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/ncurses/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/zlib/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/gettext/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/libffi/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/bzip2/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/pcre/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/gdbm/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/openssl/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/readline/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/sqlite/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/python@2/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/util-linux/lib -Wl,--dynamic-linker=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/lib/ld.so
superenv executed: gcc-5 -pipe -O2 -o conftest -g -O2 conftest.c -Wl,-framework -Wl,CoreFoundation -isystem/mnt/linuxlab/home/rquackenbush1/.linuxbrew/include -L/mnt/linuxlab/home/rquackenbush1/.linuxbrew/lib -B/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/glibc/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/Cellar/glib/2.58.1/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/ncurses/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/zlib/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/gettext/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/libffi/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/bzip2/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/pcre/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/gdbm/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/openssl/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/readline/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/sqlite/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/python@2/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/util-linux/lib -Wl,--dynamic-linker=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/lib/ld.so
gcc-5 called with: -o conftest -g -O2 conftest.c -Wl,-framework -Wl,CoreFoundation
superenv added: -pipe -isystem/mnt/linuxlab/home/rquackenbush1/.linuxbrew/include -L/mnt/linuxlab/home/rquackenbush1/.linuxbrew/lib -B/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/glibc/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/Cellar/glib/2.58.1/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/ncurses/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/zlib/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/gettext/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/libffi/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/bzip2/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/pcre/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/gdbm/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/openssl/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/readline/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/sqlite/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/python@2/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/util-linux/lib -Wl,--dynamic-linker=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/lib/ld.so
superenv executed: gcc-5 -pipe -O2 -o conftest -g -O2 conftest.c -Wl,-framework -Wl,CoreFoundation -isystem/mnt/linuxlab/home/rquackenbush1/.linuxbrew/include -L/mnt/linuxlab/home/rquackenbush1/.linuxbrew/lib -B/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/glibc/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/Cellar/glib/2.58.1/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/ncurses/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/zlib/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/gettext/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/libffi/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/bzip2/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/pcre/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/gdbm/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/openssl/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/readline/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/sqlite/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/python@2/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/util-linux/lib -Wl,--dynamic-linker=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/lib/ld.so
gcc-5 called with: -c -g -O2 conftest.c
superenv added: -pipe -isystem/mnt/linuxlab/home/rquackenbush1/.linuxbrew/include
superenv executed: gcc-5 -pipe -O2 -c -g -O2 conftest.c -isystem/mnt/linuxlab/home/rquackenbush1/.linuxbrew/include
gcc-5 called with: -E conftest.c
superenv added: -isystem/mnt/linuxlab/home/rquackenbush1/.linuxbrew/include
superenv executed: gcc-5 -E conftest.c -isystem/mnt/linuxlab/home/rquackenbush1/.linuxbrew/include
gcc-5 called with: -o conftest -g -O2 conftest.c
superenv added: -pipe -isystem/mnt/linuxlab/home/rquackenbush1/.linuxbrew/include -L/mnt/linuxlab/home/rquackenbush1/.linuxbrew/lib -B/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/glibc/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/Cellar/glib/2.58.1/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/ncurses/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/zlib/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/gettext/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/libffi/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/bzip2/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/pcre/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/gdbm/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/openssl/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/readline/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/sqlite/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/python@2/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/util-linux/lib -Wl,--dynamic-linker=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/lib/ld.so
superenv executed: gcc-5 -pipe -O2 -o conftest -g -O2 conftest.c -isystem/mnt/linuxlab/home/rquackenbush1/.linuxbrew/include -L/mnt/linuxlab/home/rquackenbush1/.linuxbrew/lib -B/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/glibc/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/Cellar/glib/2.58.1/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/ncurses/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/zlib/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/gettext/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/libffi/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/bzip2/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/pcre/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/gdbm/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/openssl/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/readline/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/sqlite/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/python@2/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/util-linux/lib -Wl,--dynamic-linker=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/lib/ld.so
gcc-5 called with: -o conftest -g -O2 conftest.c
superenv added: -pipe -isystem/mnt/linuxlab/home/rquackenbush1/.linuxbrew/include -L/mnt/linuxlab/home/rquackenbush1/.linuxbrew/lib -B/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/glibc/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/Cellar/glib/2.58.1/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/ncurses/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/zlib/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/gettext/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/libffi/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/bzip2/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/pcre/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/gdbm/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/openssl/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/readline/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/sqlite/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/python@2/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/util-linux/lib -Wl,--dynamic-linker=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/lib/ld.so
superenv executed: gcc-5 -pipe -O2 -o conftest -g -O2 conftest.c -isystem/mnt/linuxlab/home/rquackenbush1/.linuxbrew/include -L/mnt/linuxlab/home/rquackenbush1/.linuxbrew/lib -B/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/glibc/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/Cellar/glib/2.58.1/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/ncurses/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/zlib/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/gettext/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/libffi/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/bzip2/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/pcre/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/gdbm/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/openssl/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/readline/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/sqlite/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/python@2/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/util-linux/lib -Wl,--dynamic-linker=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/lib/ld.so
gcc-5 called with: -o conftest -g -O2 conftest.c
superenv added: -pipe -isystem/mnt/linuxlab/home/rquackenbush1/.linuxbrew/include -L/mnt/linuxlab/home/rquackenbush1/.linuxbrew/lib -B/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/glibc/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/Cellar/glib/2.58.1/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/ncurses/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/zlib/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/gettext/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/libffi/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/bzip2/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/pcre/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/gdbm/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/openssl/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/readline/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/sqlite/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/python@2/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/util-linux/lib -Wl,--dynamic-linker=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/lib/ld.so
superenv executed: gcc-5 -pipe -O2 -o conftest -g -O2 conftest.c -isystem/mnt/linuxlab/home/rquackenbush1/.linuxbrew/include -L/mnt/linuxlab/home/rquackenbush1/.linuxbrew/lib -B/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/glibc/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/Cellar/glib/2.58.1/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/ncurses/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/zlib/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/gettext/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/libffi/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/bzip2/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/pcre/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/gdbm/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/openssl/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/readline/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/sqlite/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/python@2/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/util-linux/lib -Wl,--dynamic-linker=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/lib/ld.so
gcc-5 called with: -o conftest -g -O2 conftest.c
superenv added: -pipe -isystem/mnt/linuxlab/home/rquackenbush1/.linuxbrew/include -L/mnt/linuxlab/home/rquackenbush1/.linuxbrew/lib -B/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/glibc/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/Cellar/glib/2.58.1/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/ncurses/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/zlib/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/gettext/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/libffi/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/bzip2/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/pcre/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/gdbm/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/openssl/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/readline/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/sqlite/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/python@2/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/util-linux/lib -Wl,--dynamic-linker=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/lib/ld.so
superenv executed: gcc-5 -pipe -O2 -o conftest -g -O2 conftest.c -isystem/mnt/linuxlab/home/rquackenbush1/.linuxbrew/include -L/mnt/linuxlab/home/rquackenbush1/.linuxbrew/lib -B/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/glibc/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/Cellar/glib/2.58.1/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/ncurses/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/zlib/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/gettext/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/libffi/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/bzip2/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/pcre/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/gdbm/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/openssl/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/readline/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/sqlite/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/python@2/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/util-linux/lib -Wl,--dynamic-linker=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/lib/ld.so
gcc-5 called with: -o conftest -g -O2 conftest.c
superenv added: -pipe -isystem/mnt/linuxlab/home/rquackenbush1/.linuxbrew/include -L/mnt/linuxlab/home/rquackenbush1/.linuxbrew/lib -B/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/glibc/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/Cellar/glib/2.58.1/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/ncurses/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/zlib/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/gettext/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/libffi/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/bzip2/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/pcre/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/gdbm/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/openssl/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/readline/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/sqlite/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/python@2/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/util-linux/lib -Wl,--dynamic-linker=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/lib/ld.so
superenv executed: gcc-5 -pipe -O2 -o conftest -g -O2 conftest.c -isystem/mnt/linuxlab/home/rquackenbush1/.linuxbrew/include -L/mnt/linuxlab/home/rquackenbush1/.linuxbrew/lib -B/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/glibc/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/Cellar/glib/2.58.1/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/ncurses/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/zlib/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/gettext/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/libffi/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/bzip2/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/pcre/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/gdbm/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/openssl/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/readline/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/sqlite/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/python@2/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/util-linux/lib -Wl,--dynamic-linker=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/lib/ld.so
gcc-5 called with: -print-prog-name=ld
superenv added: -pipe -O2 -isystem/mnt/linuxlab/home/rquackenbush1/.linuxbrew/include -L/mnt/linuxlab/home/rquackenbush1/.linuxbrew/lib -B/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/glibc/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/Cellar/glib/2.58.1/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/ncurses/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/zlib/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/gettext/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/libffi/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/bzip2/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/pcre/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/gdbm/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/openssl/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/readline/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/sqlite/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/python@2/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/util-linux/lib -Wl,--dynamic-linker=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/lib/ld.so
superenv executed: gcc-5 -pipe -O2 -print-prog-name=ld -isystem/mnt/linuxlab/home/rquackenbush1/.linuxbrew/include -L/mnt/linuxlab/home/rquackenbush1/.linuxbrew/lib -B/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/glibc/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/Cellar/glib/2.58.1/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/ncurses/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/zlib/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/gettext/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/libffi/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/bzip2/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/pcre/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/gdbm/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/openssl/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/readline/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/sqlite/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/python@2/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/util-linux/lib -Wl,--dynamic-linker=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/lib/ld.so
ld called with: -v
superenv executed: ld -v
ld called with: -v
superenv executed: ld -v
gcc-5 called with: -c -g -O2 conftest.c
superenv added: -pipe -isystem/mnt/linuxlab/home/rquackenbush1/.linuxbrew/include
superenv executed: gcc-5 -pipe -O2 -c -g -O2 conftest.c -isystem/mnt/linuxlab/home/rquackenbush1/.linuxbrew/include
gcc-5 called with: -c -g -O2 conftest.c
superenv added: -pipe -isystem/mnt/linuxlab/home/rquackenbush1/.linuxbrew/include
superenv executed: gcc-5 -pipe -O2 -c -g -O2 conftest.c -isystem/mnt/linuxlab/home/rquackenbush1/.linuxbrew/include
gcc-5 called with: -c -g -O2 conftest.c
superenv added: -pipe -isystem/mnt/linuxlab/home/rquackenbush1/.linuxbrew/include
superenv executed: gcc-5 -pipe -O2 -c -g -O2 conftest.c -isystem/mnt/linuxlab/home/rquackenbush1/.linuxbrew/include
gcc-5 called with: -o conftest -g -O2 conftest.c conftstm.o
superenv added: -pipe -isystem/mnt/linuxlab/home/rquackenbush1/.linuxbrew/include -L/mnt/linuxlab/home/rquackenbush1/.linuxbrew/lib -B/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/glibc/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/Cellar/glib/2.58.1/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/ncurses/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/zlib/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/gettext/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/libffi/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/bzip2/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/pcre/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/gdbm/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/openssl/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/readline/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/sqlite/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/python@2/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/util-linux/lib -Wl,--dynamic-linker=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/lib/ld.so
superenv executed: gcc-5 -pipe -O2 -o conftest -g -O2 conftest.c conftstm.o -isystem/mnt/linuxlab/home/rquackenbush1/.linuxbrew/include -L/mnt/linuxlab/home/rquackenbush1/.linuxbrew/lib -B/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/glibc/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/Cellar/glib/2.58.1/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/ncurses/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/zlib/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/gettext/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/libffi/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/bzip2/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/pcre/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/gdbm/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/openssl/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/readline/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/sqlite/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/python@2/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/util-linux/lib -Wl,--dynamic-linker=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/lib/ld.so
gcc-5 called with: -c -g -O2 conftest.c
superenv added: -pipe -isystem/mnt/linuxlab/home/rquackenbush1/.linuxbrew/include
superenv executed: gcc-5 -pipe -O2 -c -g -O2 conftest.c -isystem/mnt/linuxlab/home/rquackenbush1/.linuxbrew/include
gcc-5 called with: -c -g -O2 conftest.c
superenv added: -pipe -isystem/mnt/linuxlab/home/rquackenbush1/.linuxbrew/include
superenv executed: gcc-5 -pipe -O2 -c -g -O2 conftest.c -isystem/mnt/linuxlab/home/rquackenbush1/.linuxbrew/include
gcc-5 called with: -c -g -O2 conftest.c
superenv added: -pipe -isystem/mnt/linuxlab/home/rquackenbush1/.linuxbrew/include
superenv executed: gcc-5 -pipe -O2 -c -g -O2 conftest.c -isystem/mnt/linuxlab/home/rquackenbush1/.linuxbrew/include
gcc-5 called with: -o conftest -g -O2 conftest.c
superenv added: -pipe -isystem/mnt/linuxlab/home/rquackenbush1/.linuxbrew/include -L/mnt/linuxlab/home/rquackenbush1/.linuxbrew/lib -B/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/glibc/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/Cellar/glib/2.58.1/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/ncurses/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/zlib/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/gettext/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/libffi/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/bzip2/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/pcre/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/gdbm/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/openssl/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/readline/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/sqlite/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/python@2/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/util-linux/lib -Wl,--dynamic-linker=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/lib/ld.so
superenv executed: gcc-5 -pipe -O2 -o conftest -g -O2 conftest.c -isystem/mnt/linuxlab/home/rquackenbush1/.linuxbrew/include -L/mnt/linuxlab/home/rquackenbush1/.linuxbrew/lib -B/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/glibc/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/Cellar/glib/2.58.1/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/ncurses/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/zlib/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/gettext/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/libffi/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/bzip2/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/pcre/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/gdbm/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/openssl/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/readline/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/sqlite/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/python@2/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/util-linux/lib -Wl,--dynamic-linker=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/lib/ld.so
gcc-5 called with: -c -g -O2 -fno-rtti -fno-exceptions conftest.c
superenv added: -pipe -isystem/mnt/linuxlab/home/rquackenbush1/.linuxbrew/include
superenv executed: gcc-5 -pipe -O2 -c -g -O2 -fno-rtti -fno-exceptions conftest.c -isystem/mnt/linuxlab/home/rquackenbush1/.linuxbrew/include
gcc-5 called with: -c -g -O2 -fPIC -DPIC -DPIC conftest.c
superenv added: -pipe -isystem/mnt/linuxlab/home/rquackenbush1/.linuxbrew/include
superenv executed: gcc-5 -pipe -O2 -c -g -O2 -fPIC -DPIC -DPIC conftest.c -isystem/mnt/linuxlab/home/rquackenbush1/.linuxbrew/include
gcc-5 called with: -o conftest -g -O2 -static conftest.c
superenv added: -pipe -isystem/mnt/linuxlab/home/rquackenbush1/.linuxbrew/include -L/mnt/linuxlab/home/rquackenbush1/.linuxbrew/lib -B/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/glibc/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/Cellar/glib/2.58.1/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/ncurses/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/zlib/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/gettext/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/libffi/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/bzip2/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/pcre/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/gdbm/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/openssl/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/readline/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/sqlite/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/python@2/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/util-linux/lib -Wl,--dynamic-linker=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/lib/ld.so
superenv executed: gcc-5 -pipe -O2 -o conftest -g -O2 -static conftest.c -isystem/mnt/linuxlab/home/rquackenbush1/.linuxbrew/include -L/mnt/linuxlab/home/rquackenbush1/.linuxbrew/lib -B/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/glibc/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/Cellar/glib/2.58.1/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/ncurses/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/zlib/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/gettext/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/libffi/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/bzip2/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/pcre/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/gdbm/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/openssl/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/readline/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/sqlite/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/python@2/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/util-linux/lib -Wl,--dynamic-linker=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/lib/ld.so
gcc-5 called with: -c -g -O2 -o out/conftest2.o conftest.c
superenv added: -pipe -isystem/mnt/linuxlab/home/rquackenbush1/.linuxbrew/include
superenv executed: gcc-5 -pipe -O2 -c -g -O2 -o out/conftest2.o conftest.c -isystem/mnt/linuxlab/home/rquackenbush1/.linuxbrew/include
ld called with: -m elf_x86_64 --help
superenv added: -L/mnt/linuxlab/home/rquackenbush1/.linuxbrew/lib -rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/Cellar/glib/2.58.1/lib -rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/lib -rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/ncurses/lib -rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/zlib/lib -rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/gettext/lib -rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/libffi/lib -rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/bzip2/lib -rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/pcre/lib -rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/gdbm/lib -rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/openssl/lib -rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/readline/lib -rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/sqlite/lib -rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/python@2/lib -rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/util-linux/lib --dynamic-linker=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/lib/ld.so
superenv executed: ld -L/mnt/linuxlab/home/rquackenbush1/.linuxbrew/lib -rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/Cellar/glib/2.58.1/lib -rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/lib -rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/ncurses/lib -rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/zlib/lib -rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/gettext/lib -rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/libffi/lib -rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/bzip2/lib -rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/pcre/lib -rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/gdbm/lib -rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/openssl/lib -rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/readline/lib -rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/sqlite/lib -rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/python@2/lib -rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/util-linux/lib --dynamic-linker=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/lib/ld.so -m elf_x86_64 --help
ld called with: -m elf_x86_64 -v
superenv added: -L/mnt/linuxlab/home/rquackenbush1/.linuxbrew/lib -rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/Cellar/glib/2.58.1/lib -rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/lib -rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/ncurses/lib -rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/zlib/lib -rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/gettext/lib -rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/libffi/lib -rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/bzip2/lib -rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/pcre/lib -rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/gdbm/lib -rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/openssl/lib -rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/readline/lib -rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/sqlite/lib -rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/python@2/lib -rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/util-linux/lib --dynamic-linker=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/lib/ld.so
superenv executed: ld -L/mnt/linuxlab/home/rquackenbush1/.linuxbrew/lib -rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/Cellar/glib/2.58.1/lib -rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/lib -rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/ncurses/lib -rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/zlib/lib -rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/gettext/lib -rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/libffi/lib -rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/bzip2/lib -rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/pcre/lib -rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/gdbm/lib -rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/openssl/lib -rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/readline/lib -rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/sqlite/lib -rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/python@2/lib -rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/util-linux/lib --dynamic-linker=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/lib/ld.so -m elf_x86_64 -v
ld called with: -m elf_x86_64 --help
superenv added: -L/mnt/linuxlab/home/rquackenbush1/.linuxbrew/lib -rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/Cellar/glib/2.58.1/lib -rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/lib -rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/ncurses/lib -rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/zlib/lib -rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/gettext/lib -rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/libffi/lib -rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/bzip2/lib -rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/pcre/lib -rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/gdbm/lib -rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/openssl/lib -rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/readline/lib -rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/sqlite/lib -rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/python@2/lib -rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/util-linux/lib --dynamic-linker=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/lib/ld.so
superenv executed: ld -L/mnt/linuxlab/home/rquackenbush1/.linuxbrew/lib -rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/Cellar/glib/2.58.1/lib -rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/lib -rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/ncurses/lib -rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/zlib/lib -rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/gettext/lib -rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/libffi/lib -rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/bzip2/lib -rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/pcre/lib -rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/gdbm/lib -rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/openssl/lib -rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/readline/lib -rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/sqlite/lib -rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/python@2/lib -rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/util-linux/lib --dynamic-linker=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/lib/ld.so -m elf_x86_64 --help
gcc-5 called with: -V
superenv added: -pipe -O2 -isystem/mnt/linuxlab/home/rquackenbush1/.linuxbrew/include -L/mnt/linuxlab/home/rquackenbush1/.linuxbrew/lib -B/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/glibc/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/Cellar/glib/2.58.1/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/ncurses/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/zlib/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/gettext/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/libffi/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/bzip2/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/pcre/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/gdbm/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/openssl/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/readline/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/sqlite/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/python@2/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/util-linux/lib -Wl,--dynamic-linker=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/lib/ld.so
superenv executed: gcc-5 -pipe -O2 -V -isystem/mnt/linuxlab/home/rquackenbush1/.linuxbrew/include -L/mnt/linuxlab/home/rquackenbush1/.linuxbrew/lib -B/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/glibc/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/Cellar/glib/2.58.1/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/ncurses/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/zlib/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/gettext/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/libffi/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/bzip2/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/pcre/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/gdbm/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/openssl/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/readline/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/sqlite/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/python@2/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/util-linux/lib -Wl,--dynamic-linker=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/lib/ld.so
gcc-5 called with: -c -g -O2 conftest.c
superenv added: -pipe -isystem/mnt/linuxlab/home/rquackenbush1/.linuxbrew/include
superenv executed: gcc-5 -pipe -O2 -c -g -O2 conftest.c -isystem/mnt/linuxlab/home/rquackenbush1/.linuxbrew/include
gcc-5 called with: -shared -fPIC -DPIC conftest.o -v -Wl,-soname -Wl,conftest -o conftest
superenv added: -pipe -O2 -isystem/mnt/linuxlab/home/rquackenbush1/.linuxbrew/include -L/mnt/linuxlab/home/rquackenbush1/.linuxbrew/lib -B/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/glibc/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/Cellar/glib/2.58.1/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/ncurses/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/zlib/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/gettext/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/libffi/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/bzip2/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/pcre/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/gdbm/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/openssl/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/readline/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/sqlite/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/python@2/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/util-linux/lib -Wl,--dynamic-linker=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/lib/ld.so
superenv executed: gcc-5 -pipe -O2 -shared -fPIC -DPIC conftest.o -v -Wl,-soname -Wl,conftest -o conftest -isystem/mnt/linuxlab/home/rquackenbush1/.linuxbrew/include -L/mnt/linuxlab/home/rquackenbush1/.linuxbrew/lib -B/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/glibc/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/Cellar/glib/2.58.1/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/ncurses/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/zlib/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/gettext/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/libffi/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/bzip2/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/pcre/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/gdbm/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/openssl/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/readline/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/sqlite/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/python@2/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/util-linux/lib -Wl,--dynamic-linker=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/lib/ld.so
gcc-5 called with: -print-search-dirs
superenv added: -pipe -O2 -isystem/mnt/linuxlab/home/rquackenbush1/.linuxbrew/include -L/mnt/linuxlab/home/rquackenbush1/.linuxbrew/lib -B/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/glibc/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/Cellar/glib/2.58.1/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/ncurses/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/zlib/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/gettext/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/libffi/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/bzip2/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/pcre/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/gdbm/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/openssl/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/readline/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/sqlite/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/python@2/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/util-linux/lib -Wl,--dynamic-linker=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/lib/ld.so
superenv executed: gcc-5 -pipe -O2 -print-search-dirs -isystem/mnt/linuxlab/home/rquackenbush1/.linuxbrew/include -L/mnt/linuxlab/home/rquackenbush1/.linuxbrew/lib -B/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/glibc/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/Cellar/glib/2.58.1/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/ncurses/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/zlib/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/gettext/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/libffi/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/bzip2/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/pcre/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/gdbm/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/openssl/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/readline/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/sqlite/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/python@2/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/util-linux/lib -Wl,--dynamic-linker=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/lib/ld.so
gcc-5 called with: -g -O2 -print-multi-os-directory
superenv added: -pipe -isystem/mnt/linuxlab/home/rquackenbush1/.linuxbrew/include -L/mnt/linuxlab/home/rquackenbush1/.linuxbrew/lib -B/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/glibc/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/Cellar/glib/2.58.1/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/ncurses/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/zlib/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/gettext/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/libffi/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/bzip2/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/pcre/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/gdbm/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/openssl/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/readline/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/sqlite/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/python@2/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/util-linux/lib -Wl,--dynamic-linker=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/lib/ld.so
superenv executed: gcc-5 -pipe -O2 -g -O2 -print-multi-os-directory -isystem/mnt/linuxlab/home/rquackenbush1/.linuxbrew/include -L/mnt/linuxlab/home/rquackenbush1/.linuxbrew/lib -B/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/glibc/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/Cellar/glib/2.58.1/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/ncurses/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/zlib/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/gettext/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/libffi/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/bzip2/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/pcre/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/gdbm/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/openssl/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/readline/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/sqlite/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/python@2/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/util-linux/lib -Wl,--dynamic-linker=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/lib/ld.so
gcc-5 called with: -o conftest -g -O2 -Wl,-rpath -Wl,/foo conftest.c
superenv added: -pipe -isystem/mnt/linuxlab/home/rquackenbush1/.linuxbrew/include -L/mnt/linuxlab/home/rquackenbush1/.linuxbrew/lib -B/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/glibc/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/Cellar/glib/2.58.1/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/ncurses/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/zlib/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/gettext/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/libffi/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/bzip2/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/pcre/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/gdbm/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/openssl/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/readline/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/sqlite/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/python@2/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/util-linux/lib -Wl,--dynamic-linker=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/lib/ld.so
superenv executed: gcc-5 -pipe -O2 -o conftest -g -O2 -Wl,-rpath -Wl,/foo conftest.c -isystem/mnt/linuxlab/home/rquackenbush1/.linuxbrew/include -L/mnt/linuxlab/home/rquackenbush1/.linuxbrew/lib -B/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/glibc/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/Cellar/glib/2.58.1/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/ncurses/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/zlib/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/gettext/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/libffi/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/bzip2/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/pcre/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/gdbm/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/openssl/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/readline/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/sqlite/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/python@2/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/util-linux/lib -Wl,--dynamic-linker=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/lib/ld.so
g++-5 called with: -E conftest.cpp
superenv added: -isystem/mnt/linuxlab/home/rquackenbush1/.linuxbrew/include
superenv executed: g++-5 -E conftest.cpp -isystem/mnt/linuxlab/home/rquackenbush1/.linuxbrew/include
g++-5 called with: -E conftest.cpp
superenv added: -isystem/mnt/linuxlab/home/rquackenbush1/.linuxbrew/include
superenv executed: g++-5 -E conftest.cpp -isystem/mnt/linuxlab/home/rquackenbush1/.linuxbrew/include
g++-5 called with: -E conftest.cpp
superenv added: -isystem/mnt/linuxlab/home/rquackenbush1/.linuxbrew/include
superenv executed: g++-5 -E conftest.cpp -isystem/mnt/linuxlab/home/rquackenbush1/.linuxbrew/include
g++-5 called with: -E conftest.cpp
superenv added: -isystem/mnt/linuxlab/home/rquackenbush1/.linuxbrew/include
superenv executed: g++-5 -E conftest.cpp -isystem/mnt/linuxlab/home/rquackenbush1/.linuxbrew/include
g++-5 called with: -c -g -O2 conftest.cpp
superenv added: -pipe -isystem/mnt/linuxlab/home/rquackenbush1/.linuxbrew/include
superenv executed: g++-5 -pipe -O2 -c -g -O2 conftest.cpp -isystem/mnt/linuxlab/home/rquackenbush1/.linuxbrew/include
g++-5 called with: -o conftest -g -O2 conftest.cpp
superenv added: -pipe -isystem/mnt/linuxlab/home/rquackenbush1/.linuxbrew/include -L/mnt/linuxlab/home/rquackenbush1/.linuxbrew/lib -B/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/glibc/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/Cellar/glib/2.58.1/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/ncurses/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/zlib/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/gettext/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/libffi/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/bzip2/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/pcre/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/gdbm/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/openssl/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/readline/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/sqlite/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/python@2/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/util-linux/lib -Wl,--dynamic-linker=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/lib/ld.so
superenv executed: g++-5 -pipe -O2 -o conftest -g -O2 conftest.cpp -isystem/mnt/linuxlab/home/rquackenbush1/.linuxbrew/include -L/mnt/linuxlab/home/rquackenbush1/.linuxbrew/lib -B/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/glibc/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/Cellar/glib/2.58.1/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/ncurses/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/zlib/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/gettext/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/libffi/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/bzip2/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/pcre/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/gdbm/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/openssl/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/readline/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/sqlite/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/python@2/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/util-linux/lib -Wl,--dynamic-linker=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/lib/ld.so
g++-5 called with: -print-prog-name=ld
superenv added: -pipe -O2 -isystem/mnt/linuxlab/home/rquackenbush1/.linuxbrew/include -L/mnt/linuxlab/home/rquackenbush1/.linuxbrew/lib -B/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/glibc/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/Cellar/glib/2.58.1/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/ncurses/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/zlib/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/gettext/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/libffi/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/bzip2/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/pcre/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/gdbm/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/openssl/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/readline/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/sqlite/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/python@2/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/util-linux/lib -Wl,--dynamic-linker=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/lib/ld.so
superenv executed: g++-5 -pipe -O2 -print-prog-name=ld -isystem/mnt/linuxlab/home/rquackenbush1/.linuxbrew/include -L/mnt/linuxlab/home/rquackenbush1/.linuxbrew/lib -B/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/glibc/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/Cellar/glib/2.58.1/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/ncurses/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/zlib/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/gettext/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/libffi/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/bzip2/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/pcre/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/gdbm/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/openssl/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/readline/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/sqlite/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/python@2/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/util-linux/lib -Wl,--dynamic-linker=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/lib/ld.so
ld called with: -m elf_x86_64 -v
superenv added: -L/mnt/linuxlab/home/rquackenbush1/.linuxbrew/lib -rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/Cellar/glib/2.58.1/lib -rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/lib -rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/ncurses/lib -rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/zlib/lib -rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/gettext/lib -rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/libffi/lib -rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/bzip2/lib -rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/pcre/lib -rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/gdbm/lib -rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/openssl/lib -rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/readline/lib -rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/sqlite/lib -rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/python@2/lib -rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/util-linux/lib --dynamic-linker=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/lib/ld.so
superenv executed: ld -L/mnt/linuxlab/home/rquackenbush1/.linuxbrew/lib -rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/Cellar/glib/2.58.1/lib -rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/lib -rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/ncurses/lib -rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/zlib/lib -rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/gettext/lib -rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/libffi/lib -rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/bzip2/lib -rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/pcre/lib -rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/gdbm/lib -rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/openssl/lib -rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/readline/lib -rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/sqlite/lib -rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/python@2/lib -rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/util-linux/lib --dynamic-linker=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/lib/ld.so -m elf_x86_64 -v
g++-5 called with: -print-prog-name=ld
superenv added: -pipe -O2 -isystem/mnt/linuxlab/home/rquackenbush1/.linuxbrew/include -L/mnt/linuxlab/home/rquackenbush1/.linuxbrew/lib -B/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/glibc/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/Cellar/glib/2.58.1/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/ncurses/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/zlib/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/gettext/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/libffi/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/bzip2/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/pcre/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/gdbm/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/openssl/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/readline/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/sqlite/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/python@2/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/util-linux/lib -Wl,--dynamic-linker=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/lib/ld.so
superenv executed: g++-5 -pipe -O2 -print-prog-name=ld -isystem/mnt/linuxlab/home/rquackenbush1/.linuxbrew/include -L/mnt/linuxlab/home/rquackenbush1/.linuxbrew/lib -B/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/glibc/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/Cellar/glib/2.58.1/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/ncurses/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/zlib/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/gettext/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/libffi/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/bzip2/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/pcre/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/gdbm/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/openssl/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/readline/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/sqlite/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/python@2/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/util-linux/lib -Wl,--dynamic-linker=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/lib/ld.so
ld called with: --help
superenv added: -L/mnt/linuxlab/home/rquackenbush1/.linuxbrew/lib -rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/Cellar/glib/2.58.1/lib -rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/lib -rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/ncurses/lib -rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/zlib/lib -rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/gettext/lib -rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/libffi/lib -rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/bzip2/lib -rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/pcre/lib -rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/gdbm/lib -rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/openssl/lib -rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/readline/lib -rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/sqlite/lib -rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/python@2/lib -rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/util-linux/lib --dynamic-linker=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/lib/ld.so
superenv executed: ld -L/mnt/linuxlab/home/rquackenbush1/.linuxbrew/lib -rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/Cellar/glib/2.58.1/lib -rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/lib -rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/ncurses/lib -rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/zlib/lib -rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/gettext/lib -rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/libffi/lib -rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/bzip2/lib -rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/pcre/lib -rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/gdbm/lib -rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/openssl/lib -rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/readline/lib -rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/sqlite/lib -rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/python@2/lib -rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/util-linux/lib --dynamic-linker=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/lib/ld.so --help
g++-5 called with: -V
superenv added: -pipe -O2 -isystem/mnt/linuxlab/home/rquackenbush1/.linuxbrew/include -L/mnt/linuxlab/home/rquackenbush1/.linuxbrew/lib -B/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/glibc/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/Cellar/glib/2.58.1/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/ncurses/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/zlib/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/gettext/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/libffi/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/bzip2/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/pcre/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/gdbm/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/openssl/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/readline/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/sqlite/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/python@2/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/util-linux/lib -Wl,--dynamic-linker=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/lib/ld.so
superenv executed: g++-5 -pipe -O2 -V -isystem/mnt/linuxlab/home/rquackenbush1/.linuxbrew/include -L/mnt/linuxlab/home/rquackenbush1/.linuxbrew/lib -B/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/glibc/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/Cellar/glib/2.58.1/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/ncurses/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/zlib/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/gettext/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/libffi/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/bzip2/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/pcre/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/gdbm/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/openssl/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/readline/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/sqlite/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/python@2/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/util-linux/lib -Wl,--dynamic-linker=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/lib/ld.so
g++-5 called with: -c -g -O2 conftest.cpp
superenv added: -pipe -isystem/mnt/linuxlab/home/rquackenbush1/.linuxbrew/include
superenv executed: g++-5 -pipe -O2 -c -g -O2 conftest.cpp -isystem/mnt/linuxlab/home/rquackenbush1/.linuxbrew/include
g++-5 called with: -shared -g -O2 -v conftest.o
superenv added: -pipe -isystem/mnt/linuxlab/home/rquackenbush1/.linuxbrew/include -L/mnt/linuxlab/home/rquackenbush1/.linuxbrew/lib -B/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/glibc/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/Cellar/glib/2.58.1/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/ncurses/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/zlib/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/gettext/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/libffi/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/bzip2/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/pcre/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/gdbm/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/openssl/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/readline/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/sqlite/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/python@2/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/util-linux/lib -Wl,--dynamic-linker=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/lib/ld.so
superenv executed: g++-5 -pipe -O2 -shared -g -O2 -v conftest.o -isystem/mnt/linuxlab/home/rquackenbush1/.linuxbrew/include -L/mnt/linuxlab/home/rquackenbush1/.linuxbrew/lib -B/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/glibc/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/Cellar/glib/2.58.1/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/ncurses/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/zlib/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/gettext/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/libffi/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/bzip2/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/pcre/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/gdbm/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/openssl/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/readline/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/sqlite/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/python@2/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/util-linux/lib -Wl,--dynamic-linker=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/lib/ld.so
g++-5 called with: -c -g -O2 -fPIC -DPIC -DPIC conftest.cpp
superenv added: -pipe -isystem/mnt/linuxlab/home/rquackenbush1/.linuxbrew/include
superenv executed: g++-5 -pipe -O2 -c -g -O2 -fPIC -DPIC -DPIC conftest.cpp -isystem/mnt/linuxlab/home/rquackenbush1/.linuxbrew/include
g++-5 called with: -o conftest -g -O2 -static conftest.cpp
superenv added: -pipe -isystem/mnt/linuxlab/home/rquackenbush1/.linuxbrew/include -L/mnt/linuxlab/home/rquackenbush1/.linuxbrew/lib -B/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/glibc/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/Cellar/glib/2.58.1/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/ncurses/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/zlib/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/gettext/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/libffi/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/bzip2/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/pcre/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/gdbm/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/openssl/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/readline/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/sqlite/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/python@2/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/util-linux/lib -Wl,--dynamic-linker=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/lib/ld.so
superenv executed: g++-5 -pipe -O2 -o conftest -g -O2 -static conftest.cpp -isystem/mnt/linuxlab/home/rquackenbush1/.linuxbrew/include -L/mnt/linuxlab/home/rquackenbush1/.linuxbrew/lib -B/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/glibc/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/Cellar/glib/2.58.1/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/ncurses/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/zlib/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/gettext/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/libffi/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/bzip2/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/pcre/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/gdbm/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/openssl/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/readline/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/sqlite/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/python@2/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/util-linux/lib -Wl,--dynamic-linker=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/lib/ld.so
g++-5 called with: -c -g -O2 -o out/conftest2.o conftest.cpp
superenv added: -pipe -isystem/mnt/linuxlab/home/rquackenbush1/.linuxbrew/include
superenv executed: g++-5 -pipe -O2 -c -g -O2 -o out/conftest2.o conftest.cpp -isystem/mnt/linuxlab/home/rquackenbush1/.linuxbrew/include
gcc-5 called with: -c -g -O2 conftest.c
superenv added: -pipe -isystem/mnt/linuxlab/home/rquackenbush1/.linuxbrew/include
superenv executed: gcc-5 -pipe -O2 -c -g -O2 conftest.c -isystem/mnt/linuxlab/home/rquackenbush1/.linuxbrew/include
gcc-5 called with: -c -g -O2 conftest.c
superenv added: -pipe -isystem/mnt/linuxlab/home/rquackenbush1/.linuxbrew/include
superenv executed: gcc-5 -pipe -O2 -c -g -O2 conftest.c -isystem/mnt/linuxlab/home/rquackenbush1/.linuxbrew/include
gcc-5 called with: -o conftest -g -O2 conftest.c
superenv added: -pipe -isystem/mnt/linuxlab/home/rquackenbush1/.linuxbrew/include -L/mnt/linuxlab/home/rquackenbush1/.linuxbrew/lib -B/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/glibc/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/Cellar/glib/2.58.1/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/ncurses/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/zlib/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/gettext/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/libffi/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/bzip2/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/pcre/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/gdbm/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/openssl/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/readline/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/sqlite/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/python@2/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/util-linux/lib -Wl,--dynamic-linker=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/lib/ld.so
superenv executed: gcc-5 -pipe -O2 -o conftest -g -O2 conftest.c -isystem/mnt/linuxlab/home/rquackenbush1/.linuxbrew/include -L/mnt/linuxlab/home/rquackenbush1/.linuxbrew/lib -B/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/glibc/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/Cellar/glib/2.58.1/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/ncurses/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/zlib/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/gettext/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/libffi/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/bzip2/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/pcre/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/gdbm/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/openssl/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/readline/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/sqlite/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/python@2/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/util-linux/lib -Wl,--dynamic-linker=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/lib/ld.so
gcc-5 called with: -o conftest -g -O2 conftest.c
superenv added: -pipe -isystem/mnt/linuxlab/home/rquackenbush1/.linuxbrew/include -L/mnt/linuxlab/home/rquackenbush1/.linuxbrew/lib -B/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/glibc/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/Cellar/glib/2.58.1/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/ncurses/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/zlib/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/gettext/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/libffi/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/bzip2/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/pcre/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/gdbm/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/openssl/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/readline/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/sqlite/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/python@2/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/util-linux/lib -Wl,--dynamic-linker=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/lib/ld.so
superenv executed: gcc-5 -pipe -O2 -o conftest -g -O2 conftest.c -isystem/mnt/linuxlab/home/rquackenbush1/.linuxbrew/include -L/mnt/linuxlab/home/rquackenbush1/.linuxbrew/lib -B/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/glibc/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/Cellar/glib/2.58.1/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/ncurses/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/zlib/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/gettext/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/libffi/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/bzip2/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/pcre/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/gdbm/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/openssl/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/readline/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/sqlite/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/python@2/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/util-linux/lib -Wl,--dynamic-linker=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/lib/ld.so
gcc-5 called with: -o conftest -g -O2 conftest.c
superenv added: -pipe -isystem/mnt/linuxlab/home/rquackenbush1/.linuxbrew/include -L/mnt/linuxlab/home/rquackenbush1/.linuxbrew/lib -B/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/glibc/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/Cellar/glib/2.58.1/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/ncurses/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/zlib/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/gettext/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/libffi/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/bzip2/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/pcre/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/gdbm/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/openssl/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/readline/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/sqlite/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/python@2/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/util-linux/lib -Wl,--dynamic-linker=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/lib/ld.so
superenv executed: gcc-5 -pipe -O2 -o conftest -g -O2 conftest.c -isystem/mnt/linuxlab/home/rquackenbush1/.linuxbrew/include -L/mnt/linuxlab/home/rquackenbush1/.linuxbrew/lib -B/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/glibc/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/Cellar/glib/2.58.1/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/ncurses/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/zlib/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/gettext/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/libffi/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/bzip2/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/pcre/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/gdbm/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/openssl/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/readline/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/sqlite/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/python@2/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/util-linux/lib -Wl,--dynamic-linker=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/lib/ld.so
gcc-5 called with: -o conftest -g -O2 conftest.c
superenv added: -pipe -isystem/mnt/linuxlab/home/rquackenbush1/.linuxbrew/include -L/mnt/linuxlab/home/rquackenbush1/.linuxbrew/lib -B/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/glibc/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/Cellar/glib/2.58.1/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/ncurses/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/zlib/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/gettext/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/libffi/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/bzip2/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/pcre/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/gdbm/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/openssl/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/readline/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/sqlite/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/python@2/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/util-linux/lib -Wl,--dynamic-linker=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/lib/ld.so
superenv executed: gcc-5 -pipe -O2 -o conftest -g -O2 conftest.c -isystem/mnt/linuxlab/home/rquackenbush1/.linuxbrew/include -L/mnt/linuxlab/home/rquackenbush1/.linuxbrew/lib -B/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/glibc/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/Cellar/glib/2.58.1/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/ncurses/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/zlib/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/gettext/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/libffi/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/bzip2/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/pcre/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/gdbm/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/openssl/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/readline/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/sqlite/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/python@2/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/util-linux/lib -Wl,--dynamic-linker=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/lib/ld.so
gcc-5 called with: -o conftest -g -O2 conftest.c
superenv added: -pipe -isystem/mnt/linuxlab/home/rquackenbush1/.linuxbrew/include -L/mnt/linuxlab/home/rquackenbush1/.linuxbrew/lib -B/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/glibc/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/Cellar/glib/2.58.1/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/ncurses/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/zlib/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/gettext/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/libffi/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/bzip2/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/pcre/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/gdbm/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/openssl/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/readline/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/sqlite/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/python@2/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/util-linux/lib -Wl,--dynamic-linker=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/lib/ld.so
superenv executed: gcc-5 -pipe -O2 -o conftest -g -O2 conftest.c -isystem/mnt/linuxlab/home/rquackenbush1/.linuxbrew/include -L/mnt/linuxlab/home/rquackenbush1/.linuxbrew/lib -B/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/glibc/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/Cellar/glib/2.58.1/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/ncurses/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/zlib/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/gettext/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/libffi/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/bzip2/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/pcre/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/gdbm/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/openssl/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/readline/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/sqlite/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/python@2/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/util-linux/lib -Wl,--dynamic-linker=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/lib/ld.so
gcc-5 called with: -o conftest -g -O2 conftest.c
superenv added: -pipe -isystem/mnt/linuxlab/home/rquackenbush1/.linuxbrew/include -L/mnt/linuxlab/home/rquackenbush1/.linuxbrew/lib -B/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/glibc/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/Cellar/glib/2.58.1/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/ncurses/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/zlib/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/gettext/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/libffi/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/bzip2/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/pcre/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/gdbm/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/openssl/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/readline/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/sqlite/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/python@2/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/util-linux/lib -Wl,--dynamic-linker=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/lib/ld.so
superenv executed: gcc-5 -pipe -O2 -o conftest -g -O2 conftest.c -isystem/mnt/linuxlab/home/rquackenbush1/.linuxbrew/include -L/mnt/linuxlab/home/rquackenbush1/.linuxbrew/lib -B/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/glibc/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/Cellar/glib/2.58.1/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/ncurses/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/zlib/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/gettext/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/libffi/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/bzip2/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/pcre/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/gdbm/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/openssl/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/readline/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/sqlite/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/python@2/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/util-linux/lib -Wl,--dynamic-linker=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/lib/ld.so
gcc-5 called with: -o conftest -g -O2 conftest.c
superenv added: -pipe -isystem/mnt/linuxlab/home/rquackenbush1/.linuxbrew/include -L/mnt/linuxlab/home/rquackenbush1/.linuxbrew/lib -B/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/glibc/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/Cellar/glib/2.58.1/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/ncurses/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/zlib/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/gettext/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/libffi/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/bzip2/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/pcre/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/gdbm/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/openssl/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/readline/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/sqlite/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/python@2/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/util-linux/lib -Wl,--dynamic-linker=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/lib/ld.so
superenv executed: gcc-5 -pipe -O2 -o conftest -g -O2 conftest.c -isystem/mnt/linuxlab/home/rquackenbush1/.linuxbrew/include -L/mnt/linuxlab/home/rquackenbush1/.linuxbrew/lib -B/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/glibc/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/Cellar/glib/2.58.1/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/ncurses/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/zlib/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/gettext/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/libffi/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/bzip2/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/pcre/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/gdbm/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/openssl/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/readline/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/sqlite/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/python@2/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/util-linux/lib -Wl,--dynamic-linker=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/lib/ld.so
gcc-5 called with: -o conftest -g -O2 conftest.c
superenv added: -pipe -isystem/mnt/linuxlab/home/rquackenbush1/.linuxbrew/include -L/mnt/linuxlab/home/rquackenbush1/.linuxbrew/lib -B/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/glibc/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/Cellar/glib/2.58.1/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/ncurses/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/zlib/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/gettext/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/libffi/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/bzip2/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/pcre/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/gdbm/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/openssl/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/readline/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/sqlite/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/python@2/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/util-linux/lib -Wl,--dynamic-linker=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/lib/ld.so
superenv executed: gcc-5 -pipe -O2 -o conftest -g -O2 conftest.c -isystem/mnt/linuxlab/home/rquackenbush1/.linuxbrew/include -L/mnt/linuxlab/home/rquackenbush1/.linuxbrew/lib -B/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/glibc/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/Cellar/glib/2.58.1/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/ncurses/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/zlib/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/gettext/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/libffi/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/bzip2/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/pcre/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/gdbm/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/openssl/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/readline/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/sqlite/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/python@2/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/util-linux/lib -Wl,--dynamic-linker=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/lib/ld.so
gcc-5 called with: -o conftest -g -O2 conftest.c
superenv added: -pipe -isystem/mnt/linuxlab/home/rquackenbush1/.linuxbrew/include -L/mnt/linuxlab/home/rquackenbush1/.linuxbrew/lib -B/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/glibc/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/Cellar/glib/2.58.1/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/ncurses/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/zlib/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/gettext/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/libffi/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/bzip2/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/pcre/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/gdbm/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/openssl/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/readline/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/sqlite/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/python@2/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/util-linux/lib -Wl,--dynamic-linker=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/lib/ld.so
superenv executed: gcc-5 -pipe -O2 -o conftest -g -O2 conftest.c -isystem/mnt/linuxlab/home/rquackenbush1/.linuxbrew/include -L/mnt/linuxlab/home/rquackenbush1/.linuxbrew/lib -B/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/glibc/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/Cellar/glib/2.58.1/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/ncurses/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/zlib/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/gettext/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/libffi/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/bzip2/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/pcre/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/gdbm/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/openssl/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/readline/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/sqlite/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/python@2/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/util-linux/lib -Wl,--dynamic-linker=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/lib/ld.so
gcc-5 called with: -o conftest -g -O2 conftest.c
superenv added: -pipe -isystem/mnt/linuxlab/home/rquackenbush1/.linuxbrew/include -L/mnt/linuxlab/home/rquackenbush1/.linuxbrew/lib -B/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/glibc/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/Cellar/glib/2.58.1/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/ncurses/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/zlib/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/gettext/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/libffi/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/bzip2/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/pcre/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/gdbm/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/openssl/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/readline/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/sqlite/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/python@2/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/util-linux/lib -Wl,--dynamic-linker=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/lib/ld.so
superenv executed: gcc-5 -pipe -O2 -o conftest -g -O2 conftest.c -isystem/mnt/linuxlab/home/rquackenbush1/.linuxbrew/include -L/mnt/linuxlab/home/rquackenbush1/.linuxbrew/lib -B/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/glibc/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/Cellar/glib/2.58.1/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/ncurses/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/zlib/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/gettext/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/libffi/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/bzip2/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/pcre/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/gdbm/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/openssl/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/readline/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/sqlite/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/python@2/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/util-linux/lib -Wl,--dynamic-linker=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/lib/ld.so
gcc-5 called with: -o conftest -g -O2 conftest.c
superenv added: -pipe -isystem/mnt/linuxlab/home/rquackenbush1/.linuxbrew/include -L/mnt/linuxlab/home/rquackenbush1/.linuxbrew/lib -B/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/glibc/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/Cellar/glib/2.58.1/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/ncurses/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/zlib/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/gettext/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/libffi/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/bzip2/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/pcre/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/gdbm/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/openssl/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/readline/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/sqlite/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/python@2/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/util-linux/lib -Wl,--dynamic-linker=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/lib/ld.so
superenv executed: gcc-5 -pipe -O2 -o conftest -g -O2 conftest.c -isystem/mnt/linuxlab/home/rquackenbush1/.linuxbrew/include -L/mnt/linuxlab/home/rquackenbush1/.linuxbrew/lib -B/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/glibc/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/Cellar/glib/2.58.1/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/ncurses/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/zlib/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/gettext/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/libffi/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/bzip2/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/pcre/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/gdbm/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/openssl/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/readline/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/sqlite/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/python@2/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/util-linux/lib -Wl,--dynamic-linker=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/lib/ld.so
gcc-5 called with: -o conftest -g -O2 conftest.c
superenv added: -pipe -isystem/mnt/linuxlab/home/rquackenbush1/.linuxbrew/include -L/mnt/linuxlab/home/rquackenbush1/.linuxbrew/lib -B/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/glibc/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/Cellar/glib/2.58.1/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/ncurses/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/zlib/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/gettext/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/libffi/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/bzip2/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/pcre/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/gdbm/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/openssl/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/readline/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/sqlite/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/python@2/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/util-linux/lib -Wl,--dynamic-linker=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/lib/ld.so
superenv executed: gcc-5 -pipe -O2 -o conftest -g -O2 conftest.c -isystem/mnt/linuxlab/home/rquackenbush1/.linuxbrew/include -L/mnt/linuxlab/home/rquackenbush1/.linuxbrew/lib -B/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/glibc/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/Cellar/glib/2.58.1/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/ncurses/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/zlib/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/gettext/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/libffi/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/bzip2/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/pcre/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/gdbm/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/openssl/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/readline/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/sqlite/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/python@2/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/util-linux/lib -Wl,--dynamic-linker=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/lib/ld.so
gcc-5 called with: -c -g -O2 conftest.c
superenv added: -pipe -isystem/mnt/linuxlab/home/rquackenbush1/.linuxbrew/include
superenv executed: gcc-5 -pipe -O2 -c -g -O2 conftest.c -isystem/mnt/linuxlab/home/rquackenbush1/.linuxbrew/include
gcc-5 called with: -o conftest -g -O2 conftest.c
superenv added: -pipe -isystem/mnt/linuxlab/home/rquackenbush1/.linuxbrew/include -L/mnt/linuxlab/home/rquackenbush1/.linuxbrew/lib -B/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/glibc/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/Cellar/glib/2.58.1/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/ncurses/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/zlib/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/gettext/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/libffi/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/bzip2/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/pcre/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/gdbm/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/openssl/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/readline/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/sqlite/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/python@2/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/util-linux/lib -Wl,--dynamic-linker=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/lib/ld.so
superenv executed: gcc-5 -pipe -O2 -o conftest -g -O2 conftest.c -isystem/mnt/linuxlab/home/rquackenbush1/.linuxbrew/include -L/mnt/linuxlab/home/rquackenbush1/.linuxbrew/lib -B/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/glibc/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/Cellar/glib/2.58.1/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/ncurses/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/zlib/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/gettext/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/libffi/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/bzip2/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/pcre/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/gdbm/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/openssl/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/readline/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/sqlite/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/python@2/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/util-linux/lib -Wl,--dynamic-linker=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/lib/ld.so
gcc-5 called with: -c -g -O2 conftest.c
superenv added: -pipe -isystem/mnt/linuxlab/home/rquackenbush1/.linuxbrew/include
superenv executed: gcc-5 -pipe -O2 -c -g -O2 conftest.c -isystem/mnt/linuxlab/home/rquackenbush1/.linuxbrew/include
gcc-5 called with: -o conftest -g -O2 conftest.c
superenv added: -pipe -isystem/mnt/linuxlab/home/rquackenbush1/.linuxbrew/include -L/mnt/linuxlab/home/rquackenbush1/.linuxbrew/lib -B/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/glibc/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/Cellar/glib/2.58.1/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/ncurses/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/zlib/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/gettext/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/libffi/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/bzip2/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/pcre/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/gdbm/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/openssl/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/readline/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/sqlite/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/python@2/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/util-linux/lib -Wl,--dynamic-linker=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/lib/ld.so
superenv executed: gcc-5 -pipe -O2 -o conftest -g -O2 conftest.c -isystem/mnt/linuxlab/home/rquackenbush1/.linuxbrew/include -L/mnt/linuxlab/home/rquackenbush1/.linuxbrew/lib -B/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/glibc/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/Cellar/glib/2.58.1/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/ncurses/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/zlib/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/gettext/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/libffi/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/bzip2/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/pcre/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/gdbm/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/openssl/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/readline/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/sqlite/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/python@2/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/util-linux/lib -Wl,--dynamic-linker=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/lib/ld.so
gcc-5 called with: -o conftest -g -O2 conftest.c
superenv added: -pipe -isystem/mnt/linuxlab/home/rquackenbush1/.linuxbrew/include -L/mnt/linuxlab/home/rquackenbush1/.linuxbrew/lib -B/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/glibc/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/Cellar/glib/2.58.1/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/ncurses/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/zlib/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/gettext/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/libffi/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/bzip2/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/pcre/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/gdbm/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/openssl/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/readline/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/sqlite/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/python@2/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/util-linux/lib -Wl,--dynamic-linker=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/lib/ld.so
superenv executed: gcc-5 -pipe -O2 -o conftest -g -O2 conftest.c -isystem/mnt/linuxlab/home/rquackenbush1/.linuxbrew/include -L/mnt/linuxlab/home/rquackenbush1/.linuxbrew/lib -B/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/glibc/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/Cellar/glib/2.58.1/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/ncurses/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/zlib/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/gettext/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/libffi/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/bzip2/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/pcre/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/gdbm/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/openssl/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/readline/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/sqlite/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/python@2/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/util-linux/lib -Wl,--dynamic-linker=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/lib/ld.so
gcc-5 called with: -o conftest -g -O2 conftest.c
superenv added: -pipe -isystem/mnt/linuxlab/home/rquackenbush1/.linuxbrew/include -L/mnt/linuxlab/home/rquackenbush1/.linuxbrew/lib -B/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/glibc/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/Cellar/glib/2.58.1/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/ncurses/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/zlib/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/gettext/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/libffi/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/bzip2/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/pcre/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/gdbm/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/openssl/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/readline/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/sqlite/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/python@2/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/util-linux/lib -Wl,--dynamic-linker=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/lib/ld.so
superenv executed: gcc-5 -pipe -O2 -o conftest -g -O2 conftest.c -isystem/mnt/linuxlab/home/rquackenbush1/.linuxbrew/include -L/mnt/linuxlab/home/rquackenbush1/.linuxbrew/lib -B/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/glibc/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/Cellar/glib/2.58.1/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/ncurses/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/zlib/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/gettext/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/libffi/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/bzip2/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/pcre/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/gdbm/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/openssl/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/readline/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/sqlite/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/python@2/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/util-linux/lib -Wl,--dynamic-linker=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/lib/ld.so
gcc-5 called with: -o conftest -g -O2 conftest.c
superenv added: -pipe -isystem/mnt/linuxlab/home/rquackenbush1/.linuxbrew/include -L/mnt/linuxlab/home/rquackenbush1/.linuxbrew/lib -B/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/glibc/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/Cellar/glib/2.58.1/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/ncurses/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/zlib/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/gettext/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/libffi/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/bzip2/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/pcre/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/gdbm/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/openssl/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/readline/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/sqlite/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/python@2/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/util-linux/lib -Wl,--dynamic-linker=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/lib/ld.so
superenv executed: gcc-5 -pipe -O2 -o conftest -g -O2 conftest.c -isystem/mnt/linuxlab/home/rquackenbush1/.linuxbrew/include -L/mnt/linuxlab/home/rquackenbush1/.linuxbrew/lib -B/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/glibc/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/Cellar/glib/2.58.1/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/ncurses/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/zlib/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/gettext/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/libffi/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/bzip2/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/pcre/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/gdbm/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/openssl/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/readline/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/sqlite/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/python@2/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/util-linux/lib -Wl,--dynamic-linker=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/lib/ld.so
gcc-5 called with: -o conftest -g -O2 conftest.c
superenv added: -pipe -isystem/mnt/linuxlab/home/rquackenbush1/.linuxbrew/include -L/mnt/linuxlab/home/rquackenbush1/.linuxbrew/lib -B/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/glibc/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/Cellar/glib/2.58.1/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/ncurses/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/zlib/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/gettext/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/libffi/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/bzip2/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/pcre/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/gdbm/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/openssl/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/readline/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/sqlite/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/python@2/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/util-linux/lib -Wl,--dynamic-linker=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/lib/ld.so
superenv executed: gcc-5 -pipe -O2 -o conftest -g -O2 conftest.c -isystem/mnt/linuxlab/home/rquackenbush1/.linuxbrew/include -L/mnt/linuxlab/home/rquackenbush1/.linuxbrew/lib -B/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/glibc/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/Cellar/glib/2.58.1/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/ncurses/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/zlib/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/gettext/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/libffi/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/bzip2/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/pcre/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/gdbm/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/openssl/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/readline/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/sqlite/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/python@2/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/util-linux/lib -Wl,--dynamic-linker=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/lib/ld.so
gcc-5 called with: -o conftest -g -O2 conftest.c
superenv added: -pipe -isystem/mnt/linuxlab/home/rquackenbush1/.linuxbrew/include -L/mnt/linuxlab/home/rquackenbush1/.linuxbrew/lib -B/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/glibc/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/Cellar/glib/2.58.1/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/ncurses/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/zlib/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/gettext/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/libffi/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/bzip2/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/pcre/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/gdbm/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/openssl/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/readline/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/sqlite/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/python@2/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/util-linux/lib -Wl,--dynamic-linker=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/lib/ld.so
superenv executed: gcc-5 -pipe -O2 -o conftest -g -O2 conftest.c -isystem/mnt/linuxlab/home/rquackenbush1/.linuxbrew/include -L/mnt/linuxlab/home/rquackenbush1/.linuxbrew/lib -B/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/glibc/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/Cellar/glib/2.58.1/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/ncurses/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/zlib/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/gettext/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/libffi/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/bzip2/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/pcre/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/gdbm/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/openssl/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/readline/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/sqlite/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/python@2/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/util-linux/lib -Wl,--dynamic-linker=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/lib/ld.so
gcc-5 called with: -o conftest -g -O2 conftest.c
superenv added: -pipe -isystem/mnt/linuxlab/home/rquackenbush1/.linuxbrew/include -L/mnt/linuxlab/home/rquackenbush1/.linuxbrew/lib -B/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/glibc/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/Cellar/glib/2.58.1/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/ncurses/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/zlib/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/gettext/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/libffi/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/bzip2/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/pcre/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/gdbm/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/openssl/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/readline/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/sqlite/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/python@2/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/util-linux/lib -Wl,--dynamic-linker=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/lib/ld.so
superenv executed: gcc-5 -pipe -O2 -o conftest -g -O2 conftest.c -isystem/mnt/linuxlab/home/rquackenbush1/.linuxbrew/include -L/mnt/linuxlab/home/rquackenbush1/.linuxbrew/lib -B/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/glibc/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/Cellar/glib/2.58.1/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/ncurses/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/zlib/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/gettext/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/libffi/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/bzip2/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/pcre/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/gdbm/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/openssl/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/readline/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/sqlite/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/python@2/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/util-linux/lib -Wl,--dynamic-linker=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/lib/ld.so
gcc-5 called with: -o conftest -g -O2 conftest.c
superenv added: -pipe -isystem/mnt/linuxlab/home/rquackenbush1/.linuxbrew/include -L/mnt/linuxlab/home/rquackenbush1/.linuxbrew/lib -B/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/glibc/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/Cellar/glib/2.58.1/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/ncurses/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/zlib/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/gettext/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/libffi/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/bzip2/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/pcre/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/gdbm/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/openssl/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/readline/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/sqlite/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/python@2/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/util-linux/lib -Wl,--dynamic-linker=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/lib/ld.so
superenv executed: gcc-5 -pipe -O2 -o conftest -g -O2 conftest.c -isystem/mnt/linuxlab/home/rquackenbush1/.linuxbrew/include -L/mnt/linuxlab/home/rquackenbush1/.linuxbrew/lib -B/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/glibc/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/Cellar/glib/2.58.1/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/ncurses/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/zlib/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/gettext/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/libffi/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/bzip2/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/pcre/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/gdbm/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/openssl/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/readline/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/sqlite/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/python@2/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/util-linux/lib -Wl,--dynamic-linker=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/lib/ld.so
gcc-5 called with: -c -g -O2 conftest.c
superenv added: -pipe -isystem/mnt/linuxlab/home/rquackenbush1/.linuxbrew/include
superenv executed: gcc-5 -pipe -O2 -c -g -O2 conftest.c -isystem/mnt/linuxlab/home/rquackenbush1/.linuxbrew/include
gcc-5 called with: -o conftest -g -O2 conftest.c
superenv added: -pipe -isystem/mnt/linuxlab/home/rquackenbush1/.linuxbrew/include -L/mnt/linuxlab/home/rquackenbush1/.linuxbrew/lib -B/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/glibc/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/Cellar/glib/2.58.1/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/ncurses/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/zlib/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/gettext/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/libffi/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/bzip2/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/pcre/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/gdbm/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/openssl/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/readline/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/sqlite/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/python@2/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/util-linux/lib -Wl,--dynamic-linker=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/lib/ld.so
superenv executed: gcc-5 -pipe -O2 -o conftest -g -O2 conftest.c -isystem/mnt/linuxlab/home/rquackenbush1/.linuxbrew/include -L/mnt/linuxlab/home/rquackenbush1/.linuxbrew/lib -B/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/glibc/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/Cellar/glib/2.58.1/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/ncurses/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/zlib/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/gettext/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/libffi/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/bzip2/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/pcre/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/gdbm/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/openssl/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/readline/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/sqlite/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/python@2/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/util-linux/lib -Wl,--dynamic-linker=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/lib/ld.so
gcc-5 called with: -c -g -O2 conftest.c
superenv added: -pipe -isystem/mnt/linuxlab/home/rquackenbush1/.linuxbrew/include
superenv executed: gcc-5 -pipe -O2 -c -g -O2 conftest.c -isystem/mnt/linuxlab/home/rquackenbush1/.linuxbrew/include
g++-5 called with: -c -g -O2 conftest.cpp
superenv added: -pipe -isystem/mnt/linuxlab/home/rquackenbush1/.linuxbrew/include
superenv executed: g++-5 -pipe -O2 -c -g -O2 conftest.cpp -isystem/mnt/linuxlab/home/rquackenbush1/.linuxbrew/include
gcc-5 called with: -c -g -O2 conftest.c
superenv added: -pipe -isystem/mnt/linuxlab/home/rquackenbush1/.linuxbrew/include
superenv executed: gcc-5 -pipe -O2 -c -g -O2 conftest.c -isystem/mnt/linuxlab/home/rquackenbush1/.linuxbrew/include
gcc-5 called with: -c -g -O2 conftest.c
superenv added: -pipe -isystem/mnt/linuxlab/home/rquackenbush1/.linuxbrew/include
superenv executed: gcc-5 -pipe -O2 -c -g -O2 conftest.c -isystem/mnt/linuxlab/home/rquackenbush1/.linuxbrew/include
gcc-5 called with: -c -g -O2 conftest.c
superenv added: -pipe -isystem/mnt/linuxlab/home/rquackenbush1/.linuxbrew/include
superenv executed: gcc-5 -pipe -O2 -c -g -O2 conftest.c -isystem/mnt/linuxlab/home/rquackenbush1/.linuxbrew/include
gcc-5 called with: -c -g -O2 conftest.c
superenv added: -pipe -isystem/mnt/linuxlab/home/rquackenbush1/.linuxbrew/include
superenv executed: gcc-5 -pipe -O2 -c -g -O2 conftest.c -isystem/mnt/linuxlab/home/rquackenbush1/.linuxbrew/include
gcc-5 called with: -c -g -O2 conftest.c
superenv added: -pipe -isystem/mnt/linuxlab/home/rquackenbush1/.linuxbrew/include
superenv executed: gcc-5 -pipe -O2 -c -g -O2 conftest.c -isystem/mnt/linuxlab/home/rquackenbush1/.linuxbrew/include
gcc-5 called with: -c -g -O2 conftest.c
superenv added: -pipe -isystem/mnt/linuxlab/home/rquackenbush1/.linuxbrew/include
superenv executed: gcc-5 -pipe -O2 -c -g -O2 conftest.c -isystem/mnt/linuxlab/home/rquackenbush1/.linuxbrew/include
gcc-5 called with: -c -g -O2 conftest.c
superenv added: -pipe -isystem/mnt/linuxlab/home/rquackenbush1/.linuxbrew/include
superenv executed: gcc-5 -pipe -O2 -c -g -O2 conftest.c -isystem/mnt/linuxlab/home/rquackenbush1/.linuxbrew/include
gcc-5 called with: -E conftest.c
superenv added: -isystem/mnt/linuxlab/home/rquackenbush1/.linuxbrew/include
superenv executed: gcc-5 -E conftest.c -isystem/mnt/linuxlab/home/rquackenbush1/.linuxbrew/include
gcc-5 called with: -c -g -O2 conftest.c
superenv added: -pipe -isystem/mnt/linuxlab/home/rquackenbush1/.linuxbrew/include
superenv executed: gcc-5 -pipe -O2 -c -g -O2 conftest.c -isystem/mnt/linuxlab/home/rquackenbush1/.linuxbrew/include
gcc-5 called with: -E conftest.c
superenv added: -isystem/mnt/linuxlab/home/rquackenbush1/.linuxbrew/include
superenv executed: gcc-5 -E conftest.c -isystem/mnt/linuxlab/home/rquackenbush1/.linuxbrew/include
gcc-5 called with: -c -g -O2 conftest.c
superenv added: -pipe -isystem/mnt/linuxlab/home/rquackenbush1/.linuxbrew/include
superenv executed: gcc-5 -pipe -O2 -c -g -O2 conftest.c -isystem/mnt/linuxlab/home/rquackenbush1/.linuxbrew/include
gcc-5 called with: -E conftest.c
superenv added: -isystem/mnt/linuxlab/home/rquackenbush1/.linuxbrew/include
superenv executed: gcc-5 -E conftest.c -isystem/mnt/linuxlab/home/rquackenbush1/.linuxbrew/include
gcc-5 called with: -c -g -O2 conftest.c
superenv added: -pipe -isystem/mnt/linuxlab/home/rquackenbush1/.linuxbrew/include
superenv executed: gcc-5 -pipe -O2 -c -g -O2 conftest.c -isystem/mnt/linuxlab/home/rquackenbush1/.linuxbrew/include
gcc-5 called with: -E conftest.c
superenv added: -isystem/mnt/linuxlab/home/rquackenbush1/.linuxbrew/include
superenv executed: gcc-5 -E conftest.c -isystem/mnt/linuxlab/home/rquackenbush1/.linuxbrew/include
gcc-5 called with: -c -g -O2 conftest.c
superenv added: -pipe -isystem/mnt/linuxlab/home/rquackenbush1/.linuxbrew/include
superenv executed: gcc-5 -pipe -O2 -c -g -O2 conftest.c -isystem/mnt/linuxlab/home/rquackenbush1/.linuxbrew/include
gcc-5 called with: -E conftest.c
superenv added: -isystem/mnt/linuxlab/home/rquackenbush1/.linuxbrew/include
superenv executed: gcc-5 -E conftest.c -isystem/mnt/linuxlab/home/rquackenbush1/.linuxbrew/include
gcc-5 called with: -c -g -O2 conftest.c
superenv added: -pipe -isystem/mnt/linuxlab/home/rquackenbush1/.linuxbrew/include
superenv executed: gcc-5 -pipe -O2 -c -g -O2 conftest.c -isystem/mnt/linuxlab/home/rquackenbush1/.linuxbrew/include
gcc-5 called with: -E conftest.c
superenv added: -isystem/mnt/linuxlab/home/rquackenbush1/.linuxbrew/include
superenv executed: gcc-5 -E conftest.c -isystem/mnt/linuxlab/home/rquackenbush1/.linuxbrew/include
gcc-5 called with: -c -g -O2 conftest.c
superenv added: -pipe -isystem/mnt/linuxlab/home/rquackenbush1/.linuxbrew/include
superenv executed: gcc-5 -pipe -O2 -c -g -O2 conftest.c -isystem/mnt/linuxlab/home/rquackenbush1/.linuxbrew/include
gcc-5 called with: -E conftest.c
superenv added: -isystem/mnt/linuxlab/home/rquackenbush1/.linuxbrew/include
superenv executed: gcc-5 -E conftest.c -isystem/mnt/linuxlab/home/rquackenbush1/.linuxbrew/include
gcc-5 called with: -c -g -O2 conftest.c
superenv added: -pipe -isystem/mnt/linuxlab/home/rquackenbush1/.linuxbrew/include
superenv executed: gcc-5 -pipe -O2 -c -g -O2 conftest.c -isystem/mnt/linuxlab/home/rquackenbush1/.linuxbrew/include
gcc-5 called with: -E conftest.c
superenv added: -isystem/mnt/linuxlab/home/rquackenbush1/.linuxbrew/include
superenv executed: gcc-5 -E conftest.c -isystem/mnt/linuxlab/home/rquackenbush1/.linuxbrew/include
gcc-5 called with: -c -g -O2 conftest.c
superenv added: -pipe -isystem/mnt/linuxlab/home/rquackenbush1/.linuxbrew/include
superenv executed: gcc-5 -pipe -O2 -c -g -O2 conftest.c -isystem/mnt/linuxlab/home/rquackenbush1/.linuxbrew/include
gcc-5 called with: -E conftest.c
superenv added: -isystem/mnt/linuxlab/home/rquackenbush1/.linuxbrew/include
superenv executed: gcc-5 -E conftest.c -isystem/mnt/linuxlab/home/rquackenbush1/.linuxbrew/include
gcc-5 called with: -c -g -O2 conftest.c
superenv added: -pipe -isystem/mnt/linuxlab/home/rquackenbush1/.linuxbrew/include
superenv executed: gcc-5 -pipe -O2 -c -g -O2 conftest.c -isystem/mnt/linuxlab/home/rquackenbush1/.linuxbrew/include
gcc-5 called with: -E conftest.c
superenv added: -isystem/mnt/linuxlab/home/rquackenbush1/.linuxbrew/include
superenv executed: gcc-5 -E conftest.c -isystem/mnt/linuxlab/home/rquackenbush1/.linuxbrew/include
gcc-5 called with: -c -g -O2 conftest.c
superenv added: -pipe -isystem/mnt/linuxlab/home/rquackenbush1/.linuxbrew/include
superenv executed: gcc-5 -pipe -O2 -c -g -O2 conftest.c -isystem/mnt/linuxlab/home/rquackenbush1/.linuxbrew/include
gcc-5 called with: -E conftest.c
superenv added: -isystem/mnt/linuxlab/home/rquackenbush1/.linuxbrew/include
superenv executed: gcc-5 -E conftest.c -isystem/mnt/linuxlab/home/rquackenbush1/.linuxbrew/include
gcc-5 called with: -c -g -O2 conftest.c
superenv added: -pipe -isystem/mnt/linuxlab/home/rquackenbush1/.linuxbrew/include
superenv executed: gcc-5 -pipe -O2 -c -g -O2 conftest.c -isystem/mnt/linuxlab/home/rquackenbush1/.linuxbrew/include
gcc-5 called with: -E conftest.c
superenv added: -isystem/mnt/linuxlab/home/rquackenbush1/.linuxbrew/include
superenv executed: gcc-5 -E conftest.c -isystem/mnt/linuxlab/home/rquackenbush1/.linuxbrew/include
gcc-5 called with: -c -g -O2 conftest.c
superenv added: -pipe -isystem/mnt/linuxlab/home/rquackenbush1/.linuxbrew/include
superenv executed: gcc-5 -pipe -O2 -c -g -O2 conftest.c -isystem/mnt/linuxlab/home/rquackenbush1/.linuxbrew/include
gcc-5 called with: -E conftest.c
superenv added: -isystem/mnt/linuxlab/home/rquackenbush1/.linuxbrew/include
superenv executed: gcc-5 -E conftest.c -isystem/mnt/linuxlab/home/rquackenbush1/.linuxbrew/include
gcc-5 called with: -c -g -O2 conftest.c
superenv added: -pipe -isystem/mnt/linuxlab/home/rquackenbush1/.linuxbrew/include
superenv executed: gcc-5 -pipe -O2 -c -g -O2 conftest.c -isystem/mnt/linuxlab/home/rquackenbush1/.linuxbrew/include
gcc-5 called with: -E conftest.c
superenv added: -isystem/mnt/linuxlab/home/rquackenbush1/.linuxbrew/include
superenv executed: gcc-5 -E conftest.c -isystem/mnt/linuxlab/home/rquackenbush1/.linuxbrew/include
gcc-5 called with: -c -g -O2 conftest.c
superenv added: -pipe -isystem/mnt/linuxlab/home/rquackenbush1/.linuxbrew/include
superenv executed: gcc-5 -pipe -O2 -c -g -O2 conftest.c -isystem/mnt/linuxlab/home/rquackenbush1/.linuxbrew/include
gcc-5 called with: -E conftest.c
superenv added: -isystem/mnt/linuxlab/home/rquackenbush1/.linuxbrew/include
superenv executed: gcc-5 -E conftest.c -isystem/mnt/linuxlab/home/rquackenbush1/.linuxbrew/include
gcc-5 called with: -c -g -O2 conftest.c
superenv added: -pipe -isystem/mnt/linuxlab/home/rquackenbush1/.linuxbrew/include
superenv executed: gcc-5 -pipe -O2 -c -g -O2 conftest.c -isystem/mnt/linuxlab/home/rquackenbush1/.linuxbrew/include
gcc-5 called with: -E conftest.c
superenv added: -isystem/mnt/linuxlab/home/rquackenbush1/.linuxbrew/include
superenv executed: gcc-5 -E conftest.c -isystem/mnt/linuxlab/home/rquackenbush1/.linuxbrew/include
gcc-5 called with: -c -g -O2 conftest.c
superenv added: -pipe -isystem/mnt/linuxlab/home/rquackenbush1/.linuxbrew/include
superenv executed: gcc-5 -pipe -O2 -c -g -O2 conftest.c -isystem/mnt/linuxlab/home/rquackenbush1/.linuxbrew/include
gcc-5 called with: -E conftest.c
superenv added: -isystem/mnt/linuxlab/home/rquackenbush1/.linuxbrew/include
superenv executed: gcc-5 -E conftest.c -isystem/mnt/linuxlab/home/rquackenbush1/.linuxbrew/include
gcc-5 called with: -c -g -O2 conftest.c
superenv added: -pipe -isystem/mnt/linuxlab/home/rquackenbush1/.linuxbrew/include
superenv executed: gcc-5 -pipe -O2 -c -g -O2 conftest.c -isystem/mnt/linuxlab/home/rquackenbush1/.linuxbrew/include
gcc-5 called with: -E conftest.c
superenv added: -isystem/mnt/linuxlab/home/rquackenbush1/.linuxbrew/include
superenv executed: gcc-5 -E conftest.c -isystem/mnt/linuxlab/home/rquackenbush1/.linuxbrew/include
gcc-5 called with: -c -g -O2 conftest.c
superenv added: -pipe -isystem/mnt/linuxlab/home/rquackenbush1/.linuxbrew/include
superenv executed: gcc-5 -pipe -O2 -c -g -O2 conftest.c -isystem/mnt/linuxlab/home/rquackenbush1/.linuxbrew/include
gcc-5 called with: -E conftest.c
superenv added: -isystem/mnt/linuxlab/home/rquackenbush1/.linuxbrew/include
superenv executed: gcc-5 -E conftest.c -isystem/mnt/linuxlab/home/rquackenbush1/.linuxbrew/include
gcc-5 called with: -c -g -O2 conftest.c
superenv added: -pipe -isystem/mnt/linuxlab/home/rquackenbush1/.linuxbrew/include
superenv executed: gcc-5 -pipe -O2 -c -g -O2 conftest.c -isystem/mnt/linuxlab/home/rquackenbush1/.linuxbrew/include
gcc-5 called with: -E conftest.c
superenv added: -isystem/mnt/linuxlab/home/rquackenbush1/.linuxbrew/include
superenv executed: gcc-5 -E conftest.c -isystem/mnt/linuxlab/home/rquackenbush1/.linuxbrew/include
gcc-5 called with: -c -g -O2 conftest.c
superenv added: -pipe -isystem/mnt/linuxlab/home/rquackenbush1/.linuxbrew/include
superenv executed: gcc-5 -pipe -O2 -c -g -O2 conftest.c -isystem/mnt/linuxlab/home/rquackenbush1/.linuxbrew/include
gcc-5 called with: -E conftest.c
superenv added: -isystem/mnt/linuxlab/home/rquackenbush1/.linuxbrew/include
superenv executed: gcc-5 -E conftest.c -isystem/mnt/linuxlab/home/rquackenbush1/.linuxbrew/include
gcc-5 called with: -c -g -O2 conftest.c
superenv added: -pipe -isystem/mnt/linuxlab/home/rquackenbush1/.linuxbrew/include
superenv executed: gcc-5 -pipe -O2 -c -g -O2 conftest.c -isystem/mnt/linuxlab/home/rquackenbush1/.linuxbrew/include
gcc-5 called with: -E conftest.c
superenv added: -isystem/mnt/linuxlab/home/rquackenbush1/.linuxbrew/include
superenv executed: gcc-5 -E conftest.c -isystem/mnt/linuxlab/home/rquackenbush1/.linuxbrew/include
gcc-5 called with: -c -g -O2 conftest.c
superenv added: -pipe -isystem/mnt/linuxlab/home/rquackenbush1/.linuxbrew/include
superenv executed: gcc-5 -pipe -O2 -c -g -O2 conftest.c -isystem/mnt/linuxlab/home/rquackenbush1/.linuxbrew/include
gcc-5 called with: -c -g -O2 conftest.c
superenv added: -pipe -isystem/mnt/linuxlab/home/rquackenbush1/.linuxbrew/include
superenv executed: gcc-5 -pipe -O2 -c -g -O2 conftest.c -isystem/mnt/linuxlab/home/rquackenbush1/.linuxbrew/include
gcc-5 called with: -o conftest -g -O2 conftest.c
superenv added: -pipe -isystem/mnt/linuxlab/home/rquackenbush1/.linuxbrew/include -L/mnt/linuxlab/home/rquackenbush1/.linuxbrew/lib -B/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/glibc/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/Cellar/glib/2.58.1/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/ncurses/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/zlib/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/gettext/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/libffi/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/bzip2/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/pcre/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/gdbm/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/openssl/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/readline/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/sqlite/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/python@2/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/util-linux/lib -Wl,--dynamic-linker=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/lib/ld.so
superenv executed: gcc-5 -pipe -O2 -o conftest -g -O2 conftest.c -isystem/mnt/linuxlab/home/rquackenbush1/.linuxbrew/include -L/mnt/linuxlab/home/rquackenbush1/.linuxbrew/lib -B/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/glibc/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/Cellar/glib/2.58.1/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/ncurses/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/zlib/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/gettext/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/libffi/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/bzip2/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/pcre/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/gdbm/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/openssl/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/readline/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/sqlite/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/python@2/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/util-linux/lib -Wl,--dynamic-linker=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/lib/ld.so
gcc-5 called with: -o conftest -g -O2 conftest.c
superenv added: -pipe -isystem/mnt/linuxlab/home/rquackenbush1/.linuxbrew/include -L/mnt/linuxlab/home/rquackenbush1/.linuxbrew/lib -B/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/glibc/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/Cellar/glib/2.58.1/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/ncurses/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/zlib/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/gettext/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/libffi/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/bzip2/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/pcre/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/gdbm/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/openssl/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/readline/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/sqlite/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/python@2/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/util-linux/lib -Wl,--dynamic-linker=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/lib/ld.so
superenv executed: gcc-5 -pipe -O2 -o conftest -g -O2 conftest.c -isystem/mnt/linuxlab/home/rquackenbush1/.linuxbrew/include -L/mnt/linuxlab/home/rquackenbush1/.linuxbrew/lib -B/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/glibc/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/Cellar/glib/2.58.1/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/ncurses/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/zlib/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/gettext/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/libffi/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/bzip2/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/pcre/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/gdbm/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/openssl/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/readline/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/sqlite/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/python@2/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/util-linux/lib -Wl,--dynamic-linker=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/lib/ld.so
gcc-5 called with: -c -g -O2 conftest.c
superenv added: -pipe -isystem/mnt/linuxlab/home/rquackenbush1/.linuxbrew/include
superenv executed: gcc-5 -pipe -O2 -c -g -O2 conftest.c -isystem/mnt/linuxlab/home/rquackenbush1/.linuxbrew/include
gcc-5 called with: -E conftest.c
superenv added: -isystem/mnt/linuxlab/home/rquackenbush1/.linuxbrew/include
superenv executed: gcc-5 -E conftest.c -isystem/mnt/linuxlab/home/rquackenbush1/.linuxbrew/include
gcc-5 called with: -c -g -O2 conftest.c
superenv added: -pipe -isystem/mnt/linuxlab/home/rquackenbush1/.linuxbrew/include
superenv executed: gcc-5 -pipe -O2 -c -g -O2 conftest.c -isystem/mnt/linuxlab/home/rquackenbush1/.linuxbrew/include
gcc-5 called with: -c -g -O2 conftest.c
superenv added: -pipe -isystem/mnt/linuxlab/home/rquackenbush1/.linuxbrew/include
superenv executed: gcc-5 -pipe -O2 -c -g -O2 conftest.c -isystem/mnt/linuxlab/home/rquackenbush1/.linuxbrew/include
gcc-5 called with: -c -g -O2 conftest.c
superenv added: -pipe -isystem/mnt/linuxlab/home/rquackenbush1/.linuxbrew/include
superenv executed: gcc-5 -pipe -O2 -c -g -O2 conftest.c -isystem/mnt/linuxlab/home/rquackenbush1/.linuxbrew/include
gcc-5 called with: -c -g -O2 conftest.c
superenv added: -pipe -isystem/mnt/linuxlab/home/rquackenbush1/.linuxbrew/include
superenv executed: gcc-5 -pipe -O2 -c -g -O2 conftest.c -isystem/mnt/linuxlab/home/rquackenbush1/.linuxbrew/include
gcc-5 called with: -c -g -O2 conftest.c
superenv added: -pipe -isystem/mnt/linuxlab/home/rquackenbush1/.linuxbrew/include
superenv executed: gcc-5 -pipe -O2 -c -g -O2 conftest.c -isystem/mnt/linuxlab/home/rquackenbush1/.linuxbrew/include
gcc-5 called with: -c -g -O2 conftest.c
superenv added: -pipe -isystem/mnt/linuxlab/home/rquackenbush1/.linuxbrew/include
superenv executed: gcc-5 -pipe -O2 -c -g -O2 conftest.c -isystem/mnt/linuxlab/home/rquackenbush1/.linuxbrew/include
gcc-5 called with: -c -g -O2 conftest.c
superenv added: -pipe -isystem/mnt/linuxlab/home/rquackenbush1/.linuxbrew/include
superenv executed: gcc-5 -pipe -O2 -c -g -O2 conftest.c -isystem/mnt/linuxlab/home/rquackenbush1/.linuxbrew/include
gcc-5 called with: -c -g -O2 conftest.c
superenv added: -pipe -isystem/mnt/linuxlab/home/rquackenbush1/.linuxbrew/include
superenv executed: gcc-5 -pipe -O2 -c -g -O2 conftest.c -isystem/mnt/linuxlab/home/rquackenbush1/.linuxbrew/include
gcc-5 called with: -c -g -O2 conftest.c
superenv added: -pipe -isystem/mnt/linuxlab/home/rquackenbush1/.linuxbrew/include
superenv executed: gcc-5 -pipe -O2 -c -g -O2 conftest.c -isystem/mnt/linuxlab/home/rquackenbush1/.linuxbrew/include
gcc-5 called with: -c -g -O2 conftest.c
superenv added: -pipe -isystem/mnt/linuxlab/home/rquackenbush1/.linuxbrew/include
superenv executed: gcc-5 -pipe -O2 -c -g -O2 conftest.c -isystem/mnt/linuxlab/home/rquackenbush1/.linuxbrew/include
gcc-5 called with: -c -g -O2 conftest.c
superenv added: -pipe -isystem/mnt/linuxlab/home/rquackenbush1/.linuxbrew/include
superenv executed: gcc-5 -pipe -O2 -c -g -O2 conftest.c -isystem/mnt/linuxlab/home/rquackenbush1/.linuxbrew/include
gcc-5 called with: -c -g -O2 conftest.c
superenv added: -pipe -isystem/mnt/linuxlab/home/rquackenbush1/.linuxbrew/include
superenv executed: gcc-5 -pipe -O2 -c -g -O2 conftest.c -isystem/mnt/linuxlab/home/rquackenbush1/.linuxbrew/include
gcc-5 called with: -c -g -O2 conftest.c
superenv added: -pipe -isystem/mnt/linuxlab/home/rquackenbush1/.linuxbrew/include
superenv executed: gcc-5 -pipe -O2 -c -g -O2 conftest.c -isystem/mnt/linuxlab/home/rquackenbush1/.linuxbrew/include
gcc-5 called with: -c -g -O2 conftest.c
superenv added: -pipe -isystem/mnt/linuxlab/home/rquackenbush1/.linuxbrew/include
superenv executed: gcc-5 -pipe -O2 -c -g -O2 conftest.c -isystem/mnt/linuxlab/home/rquackenbush1/.linuxbrew/include
gcc-5 called with: -c -g -O2 conftest.c
superenv added: -pipe -isystem/mnt/linuxlab/home/rquackenbush1/.linuxbrew/include
superenv executed: gcc-5 -pipe -O2 -c -g -O2 conftest.c -isystem/mnt/linuxlab/home/rquackenbush1/.linuxbrew/include
gcc-5 called with: -c -g -O2 conftest.c
superenv added: -pipe -isystem/mnt/linuxlab/home/rquackenbush1/.linuxbrew/include
superenv executed: gcc-5 -pipe -O2 -c -g -O2 conftest.c -isystem/mnt/linuxlab/home/rquackenbush1/.linuxbrew/include
gcc-5 called with: -c -g -O2 conftest.c
superenv added: -pipe -isystem/mnt/linuxlab/home/rquackenbush1/.linuxbrew/include
superenv executed: gcc-5 -pipe -O2 -c -g -O2 conftest.c -isystem/mnt/linuxlab/home/rquackenbush1/.linuxbrew/include
gcc-5 called with: -c -g -O2 conftest.c
superenv added: -pipe -isystem/mnt/linuxlab/home/rquackenbush1/.linuxbrew/include
superenv executed: gcc-5 -pipe -O2 -c -g -O2 conftest.c -isystem/mnt/linuxlab/home/rquackenbush1/.linuxbrew/include
gcc-5 called with: -c -g -O2 conftest.c
superenv added: -pipe -isystem/mnt/linuxlab/home/rquackenbush1/.linuxbrew/include
superenv executed: gcc-5 -pipe -O2 -c -g -O2 conftest.c -isystem/mnt/linuxlab/home/rquackenbush1/.linuxbrew/include
gcc-5 called with: -c -g -O2 conftest.c
superenv added: -pipe -isystem/mnt/linuxlab/home/rquackenbush1/.linuxbrew/include
superenv executed: gcc-5 -pipe -O2 -c -g -O2 conftest.c -isystem/mnt/linuxlab/home/rquackenbush1/.linuxbrew/include
gcc-5 called with: -c -g -O2 conftest.c
superenv added: -pipe -isystem/mnt/linuxlab/home/rquackenbush1/.linuxbrew/include
superenv executed: gcc-5 -pipe -O2 -c -g -O2 conftest.c -isystem/mnt/linuxlab/home/rquackenbush1/.linuxbrew/include
gcc-5 called with: -c -g -O2 conftest.c
superenv added: -pipe -isystem/mnt/linuxlab/home/rquackenbush1/.linuxbrew/include
superenv executed: gcc-5 -pipe -O2 -c -g -O2 conftest.c -isystem/mnt/linuxlab/home/rquackenbush1/.linuxbrew/include
gcc-5 called with: -c -g -O2 conftest.c
superenv added: -pipe -isystem/mnt/linuxlab/home/rquackenbush1/.linuxbrew/include
superenv executed: gcc-5 -pipe -O2 -c -g -O2 conftest.c -isystem/mnt/linuxlab/home/rquackenbush1/.linuxbrew/include
gcc-5 called with: -c -g -O2 conftest.c
superenv added: -pipe -isystem/mnt/linuxlab/home/rquackenbush1/.linuxbrew/include
superenv executed: gcc-5 -pipe -O2 -c -g -O2 conftest.c -isystem/mnt/linuxlab/home/rquackenbush1/.linuxbrew/include
gcc-5 called with: -c -g -O2 conftest.c
superenv added: -pipe -isystem/mnt/linuxlab/home/rquackenbush1/.linuxbrew/include
superenv executed: gcc-5 -pipe -O2 -c -g -O2 conftest.c -isystem/mnt/linuxlab/home/rquackenbush1/.linuxbrew/include
gcc-5 called with: -c -g -O2 conftest.c
superenv added: -pipe -isystem/mnt/linuxlab/home/rquackenbush1/.linuxbrew/include
superenv executed: gcc-5 -pipe -O2 -c -g -O2 conftest.c -isystem/mnt/linuxlab/home/rquackenbush1/.linuxbrew/include
gcc-5 called with: -c -g -O2 conftest.c
superenv added: -pipe -isystem/mnt/linuxlab/home/rquackenbush1/.linuxbrew/include
superenv executed: gcc-5 -pipe -O2 -c -g -O2 conftest.c -isystem/mnt/linuxlab/home/rquackenbush1/.linuxbrew/include
gcc-5 called with: -c -g -O2 conftest.c
superenv added: -pipe -isystem/mnt/linuxlab/home/rquackenbush1/.linuxbrew/include
superenv executed: gcc-5 -pipe -O2 -c -g -O2 conftest.c -isystem/mnt/linuxlab/home/rquackenbush1/.linuxbrew/include
gcc-5 called with: -c -g -O2 conftest.c
superenv added: -pipe -isystem/mnt/linuxlab/home/rquackenbush1/.linuxbrew/include
superenv executed: gcc-5 -pipe -O2 -c -g -O2 conftest.c -isystem/mnt/linuxlab/home/rquackenbush1/.linuxbrew/include
gcc-5 called with: -c -g -O2 conftest.c
superenv added: -pipe -isystem/mnt/linuxlab/home/rquackenbush1/.linuxbrew/include
superenv executed: gcc-5 -pipe -O2 -c -g -O2 conftest.c -isystem/mnt/linuxlab/home/rquackenbush1/.linuxbrew/include
gcc-5 called with: -o conftest -g -O2 conftest.c
superenv added: -pipe -isystem/mnt/linuxlab/home/rquackenbush1/.linuxbrew/include -L/mnt/linuxlab/home/rquackenbush1/.linuxbrew/lib -B/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/glibc/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/Cellar/glib/2.58.1/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/ncurses/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/zlib/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/gettext/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/libffi/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/bzip2/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/pcre/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/gdbm/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/openssl/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/readline/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/sqlite/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/python@2/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/util-linux/lib -Wl,--dynamic-linker=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/lib/ld.so
superenv executed: gcc-5 -pipe -O2 -o conftest -g -O2 conftest.c -isystem/mnt/linuxlab/home/rquackenbush1/.linuxbrew/include -L/mnt/linuxlab/home/rquackenbush1/.linuxbrew/lib -B/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/glibc/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/Cellar/glib/2.58.1/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/ncurses/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/zlib/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/gettext/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/libffi/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/bzip2/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/pcre/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/gdbm/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/openssl/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/readline/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/sqlite/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/python@2/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/util-linux/lib -Wl,--dynamic-linker=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/lib/ld.so
gcc-5 called with: -c -g -O2 conftest.c
superenv added: -pipe -isystem/mnt/linuxlab/home/rquackenbush1/.linuxbrew/include
superenv executed: gcc-5 -pipe -O2 -c -g -O2 conftest.c -isystem/mnt/linuxlab/home/rquackenbush1/.linuxbrew/include
gcc-5 called with: -o conftest -g -O2 conftest.c
superenv added: -pipe -isystem/mnt/linuxlab/home/rquackenbush1/.linuxbrew/include -L/mnt/linuxlab/home/rquackenbush1/.linuxbrew/lib -B/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/glibc/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/Cellar/glib/2.58.1/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/ncurses/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/zlib/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/gettext/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/libffi/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/bzip2/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/pcre/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/gdbm/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/openssl/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/readline/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/sqlite/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/python@2/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/util-linux/lib -Wl,--dynamic-linker=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/lib/ld.so
superenv executed: gcc-5 -pipe -O2 -o conftest -g -O2 conftest.c -isystem/mnt/linuxlab/home/rquackenbush1/.linuxbrew/include -L/mnt/linuxlab/home/rquackenbush1/.linuxbrew/lib -B/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/glibc/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/Cellar/glib/2.58.1/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/ncurses/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/zlib/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/gettext/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/libffi/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/bzip2/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/pcre/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/gdbm/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/openssl/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/readline/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/sqlite/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/python@2/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/util-linux/lib -Wl,--dynamic-linker=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/lib/ld.so
gcc-5 called with: -E conftest.c
superenv added: -isystem/mnt/linuxlab/home/rquackenbush1/.linuxbrew/include
superenv executed: gcc-5 -E conftest.c -isystem/mnt/linuxlab/home/rquackenbush1/.linuxbrew/include
gcc-5 called with: -o conftest -g -O2 conftest.c
superenv added: -pipe -isystem/mnt/linuxlab/home/rquackenbush1/.linuxbrew/include -L/mnt/linuxlab/home/rquackenbush1/.linuxbrew/lib -B/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/glibc/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/Cellar/glib/2.58.1/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/ncurses/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/zlib/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/gettext/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/libffi/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/bzip2/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/pcre/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/gdbm/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/openssl/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/readline/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/sqlite/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/python@2/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/util-linux/lib -Wl,--dynamic-linker=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/lib/ld.so
superenv executed: gcc-5 -pipe -O2 -o conftest -g -O2 conftest.c -isystem/mnt/linuxlab/home/rquackenbush1/.linuxbrew/include -L/mnt/linuxlab/home/rquackenbush1/.linuxbrew/lib -B/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/glibc/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/Cellar/glib/2.58.1/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/ncurses/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/zlib/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/gettext/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/libffi/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/bzip2/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/pcre/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/gdbm/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/openssl/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/readline/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/sqlite/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/python@2/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/util-linux/lib -Wl,--dynamic-linker=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/lib/ld.so
gcc-5 called with: -o conftest -g -O2 conftest.c
superenv added: -pipe -isystem/mnt/linuxlab/home/rquackenbush1/.linuxbrew/include -L/mnt/linuxlab/home/rquackenbush1/.linuxbrew/lib -B/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/glibc/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/Cellar/glib/2.58.1/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/ncurses/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/zlib/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/gettext/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/libffi/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/bzip2/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/pcre/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/gdbm/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/openssl/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/readline/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/sqlite/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/python@2/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/util-linux/lib -Wl,--dynamic-linker=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/lib/ld.so
superenv executed: gcc-5 -pipe -O2 -o conftest -g -O2 conftest.c -isystem/mnt/linuxlab/home/rquackenbush1/.linuxbrew/include -L/mnt/linuxlab/home/rquackenbush1/.linuxbrew/lib -B/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/glibc/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/Cellar/glib/2.58.1/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/ncurses/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/zlib/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/gettext/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/libffi/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/bzip2/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/pcre/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/gdbm/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/openssl/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/readline/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/sqlite/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/python@2/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/util-linux/lib -Wl,--dynamic-linker=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/lib/ld.so
gcc-5 called with: -c -g -O2 conftest.c
superenv added: -pipe -isystem/mnt/linuxlab/home/rquackenbush1/.linuxbrew/include
superenv executed: gcc-5 -pipe -O2 -c -g -O2 conftest.c -isystem/mnt/linuxlab/home/rquackenbush1/.linuxbrew/include
gcc-5 called with: -o conftest -g -O2 conftest.c
superenv added: -pipe -isystem/mnt/linuxlab/home/rquackenbush1/.linuxbrew/include -L/mnt/linuxlab/home/rquackenbush1/.linuxbrew/lib -B/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/glibc/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/Cellar/glib/2.58.1/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/ncurses/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/zlib/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/gettext/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/libffi/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/bzip2/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/pcre/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/gdbm/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/openssl/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/readline/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/sqlite/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/python@2/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/util-linux/lib -Wl,--dynamic-linker=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/lib/ld.so
superenv executed: gcc-5 -pipe -O2 -o conftest -g -O2 conftest.c -isystem/mnt/linuxlab/home/rquackenbush1/.linuxbrew/include -L/mnt/linuxlab/home/rquackenbush1/.linuxbrew/lib -B/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/glibc/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/Cellar/glib/2.58.1/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/ncurses/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/zlib/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/gettext/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/libffi/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/bzip2/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/pcre/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/gdbm/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/openssl/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/readline/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/sqlite/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/python@2/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/util-linux/lib -Wl,--dynamic-linker=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/lib/ld.so
gcc-5 called with: -o conftest -g -O2 conftest.c
superenv added: -pipe -isystem/mnt/linuxlab/home/rquackenbush1/.linuxbrew/include -L/mnt/linuxlab/home/rquackenbush1/.linuxbrew/lib -B/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/glibc/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/Cellar/glib/2.58.1/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/ncurses/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/zlib/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/gettext/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/libffi/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/bzip2/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/pcre/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/gdbm/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/openssl/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/readline/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/sqlite/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/python@2/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/util-linux/lib -Wl,--dynamic-linker=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/lib/ld.so
superenv executed: gcc-5 -pipe -O2 -o conftest -g -O2 conftest.c -isystem/mnt/linuxlab/home/rquackenbush1/.linuxbrew/include -L/mnt/linuxlab/home/rquackenbush1/.linuxbrew/lib -B/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/glibc/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/Cellar/glib/2.58.1/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/ncurses/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/zlib/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/gettext/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/libffi/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/bzip2/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/pcre/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/gdbm/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/openssl/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/readline/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/sqlite/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/python@2/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/util-linux/lib -Wl,--dynamic-linker=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/lib/ld.so
gcc-5 called with: -o conftest -g -O2 conftest.c
superenv added: -pipe -isystem/mnt/linuxlab/home/rquackenbush1/.linuxbrew/include -L/mnt/linuxlab/home/rquackenbush1/.linuxbrew/lib -B/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/glibc/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/Cellar/glib/2.58.1/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/ncurses/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/zlib/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/gettext/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/libffi/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/bzip2/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/pcre/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/gdbm/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/openssl/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/readline/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/sqlite/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/python@2/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/util-linux/lib -Wl,--dynamic-linker=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/lib/ld.so
superenv executed: gcc-5 -pipe -O2 -o conftest -g -O2 conftest.c -isystem/mnt/linuxlab/home/rquackenbush1/.linuxbrew/include -L/mnt/linuxlab/home/rquackenbush1/.linuxbrew/lib -B/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/glibc/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/Cellar/glib/2.58.1/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/ncurses/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/zlib/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/gettext/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/libffi/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/bzip2/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/pcre/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/gdbm/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/openssl/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/readline/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/sqlite/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/python@2/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/util-linux/lib -Wl,--dynamic-linker=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/lib/ld.so
gcc-5 called with: -o conftest -g -O2 conftest.c
superenv added: -pipe -isystem/mnt/linuxlab/home/rquackenbush1/.linuxbrew/include -L/mnt/linuxlab/home/rquackenbush1/.linuxbrew/lib -B/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/glibc/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/Cellar/glib/2.58.1/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/ncurses/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/zlib/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/gettext/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/libffi/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/bzip2/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/pcre/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/gdbm/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/openssl/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/readline/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/sqlite/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/python@2/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/util-linux/lib -Wl,--dynamic-linker=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/lib/ld.so
superenv executed: gcc-5 -pipe -O2 -o conftest -g -O2 conftest.c -isystem/mnt/linuxlab/home/rquackenbush1/.linuxbrew/include -L/mnt/linuxlab/home/rquackenbush1/.linuxbrew/lib -B/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/glibc/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/Cellar/glib/2.58.1/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/ncurses/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/zlib/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/gettext/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/libffi/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/bzip2/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/pcre/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/gdbm/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/openssl/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/readline/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/sqlite/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/python@2/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/util-linux/lib -Wl,--dynamic-linker=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/lib/ld.so
gcc-5 called with: -o conftest -g -O2 conftest.c
superenv added: -pipe -isystem/mnt/linuxlab/home/rquackenbush1/.linuxbrew/include -L/mnt/linuxlab/home/rquackenbush1/.linuxbrew/lib -B/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/glibc/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/Cellar/glib/2.58.1/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/ncurses/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/zlib/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/gettext/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/libffi/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/bzip2/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/pcre/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/gdbm/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/openssl/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/readline/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/sqlite/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/python@2/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/util-linux/lib -Wl,--dynamic-linker=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/lib/ld.so
superenv executed: gcc-5 -pipe -O2 -o conftest -g -O2 conftest.c -isystem/mnt/linuxlab/home/rquackenbush1/.linuxbrew/include -L/mnt/linuxlab/home/rquackenbush1/.linuxbrew/lib -B/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/glibc/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/Cellar/glib/2.58.1/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/ncurses/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/zlib/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/gettext/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/libffi/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/bzip2/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/pcre/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/gdbm/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/openssl/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/readline/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/sqlite/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/python@2/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/util-linux/lib -Wl,--dynamic-linker=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/lib/ld.so
gcc-5 called with: -o conftest -g -O2 conftest.c
superenv added: -pipe -isystem/mnt/linuxlab/home/rquackenbush1/.linuxbrew/include -L/mnt/linuxlab/home/rquackenbush1/.linuxbrew/lib -B/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/glibc/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/Cellar/glib/2.58.1/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/ncurses/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/zlib/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/gettext/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/libffi/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/bzip2/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/pcre/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/gdbm/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/openssl/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/readline/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/sqlite/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/python@2/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/util-linux/lib -Wl,--dynamic-linker=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/lib/ld.so
superenv executed: gcc-5 -pipe -O2 -o conftest -g -O2 conftest.c -isystem/mnt/linuxlab/home/rquackenbush1/.linuxbrew/include -L/mnt/linuxlab/home/rquackenbush1/.linuxbrew/lib -B/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/glibc/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/Cellar/glib/2.58.1/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/ncurses/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/zlib/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/gettext/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/libffi/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/bzip2/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/pcre/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/gdbm/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/openssl/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/readline/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/sqlite/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/python@2/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/util-linux/lib -Wl,--dynamic-linker=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/lib/ld.so
gcc-5 called with: -o conftest -g -O2 conftest.c
superenv added: -pipe -isystem/mnt/linuxlab/home/rquackenbush1/.linuxbrew/include -L/mnt/linuxlab/home/rquackenbush1/.linuxbrew/lib -B/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/glibc/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/Cellar/glib/2.58.1/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/ncurses/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/zlib/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/gettext/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/libffi/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/bzip2/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/pcre/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/gdbm/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/openssl/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/readline/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/sqlite/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/python@2/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/util-linux/lib -Wl,--dynamic-linker=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/lib/ld.so
superenv executed: gcc-5 -pipe -O2 -o conftest -g -O2 conftest.c -isystem/mnt/linuxlab/home/rquackenbush1/.linuxbrew/include -L/mnt/linuxlab/home/rquackenbush1/.linuxbrew/lib -B/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/glibc/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/Cellar/glib/2.58.1/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/ncurses/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/zlib/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/gettext/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/libffi/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/bzip2/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/pcre/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/gdbm/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/openssl/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/readline/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/sqlite/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/python@2/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/util-linux/lib -Wl,--dynamic-linker=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/lib/ld.so
gcc-5 called with: -o conftest -g -O2 conftest.c
superenv added: -pipe -isystem/mnt/linuxlab/home/rquackenbush1/.linuxbrew/include -L/mnt/linuxlab/home/rquackenbush1/.linuxbrew/lib -B/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/glibc/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/Cellar/glib/2.58.1/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/ncurses/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/zlib/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/gettext/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/libffi/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/bzip2/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/pcre/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/gdbm/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/openssl/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/readline/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/sqlite/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/python@2/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/util-linux/lib -Wl,--dynamic-linker=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/lib/ld.so
superenv executed: gcc-5 -pipe -O2 -o conftest -g -O2 conftest.c -isystem/mnt/linuxlab/home/rquackenbush1/.linuxbrew/include -L/mnt/linuxlab/home/rquackenbush1/.linuxbrew/lib -B/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/glibc/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/Cellar/glib/2.58.1/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/ncurses/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/zlib/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/gettext/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/libffi/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/bzip2/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/pcre/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/gdbm/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/openssl/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/readline/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/sqlite/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/python@2/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/util-linux/lib -Wl,--dynamic-linker=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/lib/ld.so
gcc-5 called with: -o conftest -g -O2 conftest.c
superenv added: -pipe -isystem/mnt/linuxlab/home/rquackenbush1/.linuxbrew/include -L/mnt/linuxlab/home/rquackenbush1/.linuxbrew/lib -B/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/glibc/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/Cellar/glib/2.58.1/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/ncurses/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/zlib/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/gettext/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/libffi/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/bzip2/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/pcre/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/gdbm/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/openssl/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/readline/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/sqlite/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/python@2/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/util-linux/lib -Wl,--dynamic-linker=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/lib/ld.so
superenv executed: gcc-5 -pipe -O2 -o conftest -g -O2 conftest.c -isystem/mnt/linuxlab/home/rquackenbush1/.linuxbrew/include -L/mnt/linuxlab/home/rquackenbush1/.linuxbrew/lib -B/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/glibc/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/Cellar/glib/2.58.1/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/ncurses/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/zlib/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/gettext/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/libffi/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/bzip2/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/pcre/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/gdbm/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/openssl/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/readline/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/sqlite/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/python@2/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/util-linux/lib -Wl,--dynamic-linker=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/lib/ld.so
gcc-5 called with: -o conftest -g -O2 conftest.c
superenv added: -pipe -isystem/mnt/linuxlab/home/rquackenbush1/.linuxbrew/include -L/mnt/linuxlab/home/rquackenbush1/.linuxbrew/lib -B/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/glibc/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/Cellar/glib/2.58.1/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/ncurses/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/zlib/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/gettext/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/libffi/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/bzip2/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/pcre/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/gdbm/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/openssl/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/readline/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/sqlite/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/python@2/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/util-linux/lib -Wl,--dynamic-linker=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/lib/ld.so
superenv executed: gcc-5 -pipe -O2 -o conftest -g -O2 conftest.c -isystem/mnt/linuxlab/home/rquackenbush1/.linuxbrew/include -L/mnt/linuxlab/home/rquackenbush1/.linuxbrew/lib -B/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/glibc/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/Cellar/glib/2.58.1/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/ncurses/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/zlib/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/gettext/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/libffi/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/bzip2/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/pcre/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/gdbm/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/openssl/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/readline/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/sqlite/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/python@2/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/util-linux/lib -Wl,--dynamic-linker=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/lib/ld.so
gcc-5 called with: -o conftest -g -O2 conftest.c
superenv added: -pipe -isystem/mnt/linuxlab/home/rquackenbush1/.linuxbrew/include -L/mnt/linuxlab/home/rquackenbush1/.linuxbrew/lib -B/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/glibc/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/Cellar/glib/2.58.1/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/ncurses/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/zlib/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/gettext/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/libffi/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/bzip2/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/pcre/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/gdbm/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/openssl/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/readline/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/sqlite/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/python@2/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/util-linux/lib -Wl,--dynamic-linker=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/lib/ld.so
superenv executed: gcc-5 -pipe -O2 -o conftest -g -O2 conftest.c -isystem/mnt/linuxlab/home/rquackenbush1/.linuxbrew/include -L/mnt/linuxlab/home/rquackenbush1/.linuxbrew/lib -B/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/glibc/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/Cellar/glib/2.58.1/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/ncurses/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/zlib/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/gettext/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/libffi/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/bzip2/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/pcre/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/gdbm/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/openssl/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/readline/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/sqlite/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/python@2/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/util-linux/lib -Wl,--dynamic-linker=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/lib/ld.so
gcc-5 called with: -o conftest -g -O2 conftest.c
superenv added: -pipe -isystem/mnt/linuxlab/home/rquackenbush1/.linuxbrew/include -L/mnt/linuxlab/home/rquackenbush1/.linuxbrew/lib -B/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/glibc/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/Cellar/glib/2.58.1/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/ncurses/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/zlib/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/gettext/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/libffi/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/bzip2/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/pcre/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/gdbm/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/openssl/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/readline/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/sqlite/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/python@2/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/util-linux/lib -Wl,--dynamic-linker=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/lib/ld.so
superenv executed: gcc-5 -pipe -O2 -o conftest -g -O2 conftest.c -isystem/mnt/linuxlab/home/rquackenbush1/.linuxbrew/include -L/mnt/linuxlab/home/rquackenbush1/.linuxbrew/lib -B/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/glibc/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/Cellar/glib/2.58.1/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/ncurses/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/zlib/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/gettext/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/libffi/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/bzip2/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/pcre/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/gdbm/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/openssl/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/readline/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/sqlite/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/python@2/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/util-linux/lib -Wl,--dynamic-linker=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/lib/ld.so
gcc-5 called with: -o conftest -g -O2 conftest.c
superenv added: -pipe -isystem/mnt/linuxlab/home/rquackenbush1/.linuxbrew/include -L/mnt/linuxlab/home/rquackenbush1/.linuxbrew/lib -B/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/glibc/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/Cellar/glib/2.58.1/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/ncurses/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/zlib/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/gettext/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/libffi/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/bzip2/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/pcre/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/gdbm/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/openssl/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/readline/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/sqlite/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/python@2/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/util-linux/lib -Wl,--dynamic-linker=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/lib/ld.so
superenv executed: gcc-5 -pipe -O2 -o conftest -g -O2 conftest.c -isystem/mnt/linuxlab/home/rquackenbush1/.linuxbrew/include -L/mnt/linuxlab/home/rquackenbush1/.linuxbrew/lib -B/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/glibc/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/Cellar/glib/2.58.1/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/ncurses/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/zlib/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/gettext/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/libffi/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/bzip2/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/pcre/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/gdbm/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/openssl/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/readline/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/sqlite/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/python@2/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/util-linux/lib -Wl,--dynamic-linker=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/lib/ld.so
gcc-5 called with: -o conftest -g -O2 conftest.c
superenv added: -pipe -isystem/mnt/linuxlab/home/rquackenbush1/.linuxbrew/include -L/mnt/linuxlab/home/rquackenbush1/.linuxbrew/lib -B/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/glibc/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/Cellar/glib/2.58.1/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/ncurses/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/zlib/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/gettext/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/libffi/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/bzip2/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/pcre/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/gdbm/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/openssl/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/readline/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/sqlite/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/python@2/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/util-linux/lib -Wl,--dynamic-linker=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/lib/ld.so
superenv executed: gcc-5 -pipe -O2 -o conftest -g -O2 conftest.c -isystem/mnt/linuxlab/home/rquackenbush1/.linuxbrew/include -L/mnt/linuxlab/home/rquackenbush1/.linuxbrew/lib -B/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/glibc/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/Cellar/glib/2.58.1/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/ncurses/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/zlib/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/gettext/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/libffi/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/bzip2/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/pcre/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/gdbm/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/openssl/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/readline/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/sqlite/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/python@2/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/util-linux/lib -Wl,--dynamic-linker=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/lib/ld.so
gcc-5 called with: -o conftest -g -O2 conftest.c
superenv added: -pipe -isystem/mnt/linuxlab/home/rquackenbush1/.linuxbrew/include -L/mnt/linuxlab/home/rquackenbush1/.linuxbrew/lib -B/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/glibc/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/Cellar/glib/2.58.1/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/ncurses/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/zlib/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/gettext/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/libffi/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/bzip2/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/pcre/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/gdbm/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/openssl/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/readline/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/sqlite/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/python@2/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/util-linux/lib -Wl,--dynamic-linker=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/lib/ld.so
superenv executed: gcc-5 -pipe -O2 -o conftest -g -O2 conftest.c -isystem/mnt/linuxlab/home/rquackenbush1/.linuxbrew/include -L/mnt/linuxlab/home/rquackenbush1/.linuxbrew/lib -B/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/glibc/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/Cellar/glib/2.58.1/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/ncurses/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/zlib/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/gettext/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/libffi/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/bzip2/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/pcre/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/gdbm/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/openssl/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/readline/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/sqlite/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/python@2/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/util-linux/lib -Wl,--dynamic-linker=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/lib/ld.so
gcc-5 called with: -o conftest -g -O2 conftest.c
superenv added: -pipe -isystem/mnt/linuxlab/home/rquackenbush1/.linuxbrew/include -L/mnt/linuxlab/home/rquackenbush1/.linuxbrew/lib -B/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/glibc/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/Cellar/glib/2.58.1/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/ncurses/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/zlib/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/gettext/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/libffi/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/bzip2/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/pcre/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/gdbm/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/openssl/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/readline/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/sqlite/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/python@2/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/util-linux/lib -Wl,--dynamic-linker=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/lib/ld.so
superenv executed: gcc-5 -pipe -O2 -o conftest -g -O2 conftest.c -isystem/mnt/linuxlab/home/rquackenbush1/.linuxbrew/include -L/mnt/linuxlab/home/rquackenbush1/.linuxbrew/lib -B/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/glibc/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/Cellar/glib/2.58.1/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/ncurses/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/zlib/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/gettext/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/libffi/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/bzip2/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/pcre/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/gdbm/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/openssl/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/readline/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/sqlite/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/python@2/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/util-linux/lib -Wl,--dynamic-linker=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/lib/ld.so
gcc-5 called with: -o conftest -g -O2 conftest.c
superenv added: -pipe -isystem/mnt/linuxlab/home/rquackenbush1/.linuxbrew/include -L/mnt/linuxlab/home/rquackenbush1/.linuxbrew/lib -B/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/glibc/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/Cellar/glib/2.58.1/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/ncurses/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/zlib/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/gettext/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/libffi/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/bzip2/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/pcre/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/gdbm/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/openssl/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/readline/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/sqlite/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/python@2/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/util-linux/lib -Wl,--dynamic-linker=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/lib/ld.so
superenv executed: gcc-5 -pipe -O2 -o conftest -g -O2 conftest.c -isystem/mnt/linuxlab/home/rquackenbush1/.linuxbrew/include -L/mnt/linuxlab/home/rquackenbush1/.linuxbrew/lib -B/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/glibc/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/Cellar/glib/2.58.1/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/ncurses/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/zlib/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/gettext/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/libffi/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/bzip2/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/pcre/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/gdbm/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/openssl/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/readline/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/sqlite/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/python@2/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/util-linux/lib -Wl,--dynamic-linker=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/lib/ld.so
gcc-5 called with: -o conftest -g -O2 conftest.c
superenv added: -pipe -isystem/mnt/linuxlab/home/rquackenbush1/.linuxbrew/include -L/mnt/linuxlab/home/rquackenbush1/.linuxbrew/lib -B/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/glibc/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/Cellar/glib/2.58.1/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/ncurses/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/zlib/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/gettext/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/libffi/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/bzip2/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/pcre/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/gdbm/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/openssl/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/readline/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/sqlite/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/python@2/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/util-linux/lib -Wl,--dynamic-linker=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/lib/ld.so
superenv executed: gcc-5 -pipe -O2 -o conftest -g -O2 conftest.c -isystem/mnt/linuxlab/home/rquackenbush1/.linuxbrew/include -L/mnt/linuxlab/home/rquackenbush1/.linuxbrew/lib -B/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/glibc/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/Cellar/glib/2.58.1/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/ncurses/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/zlib/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/gettext/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/libffi/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/bzip2/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/pcre/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/gdbm/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/openssl/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/readline/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/sqlite/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/python@2/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/util-linux/lib -Wl,--dynamic-linker=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/lib/ld.so
gcc-5 called with: -o conftest -g -O2 conftest.c
superenv added: -pipe -isystem/mnt/linuxlab/home/rquackenbush1/.linuxbrew/include -L/mnt/linuxlab/home/rquackenbush1/.linuxbrew/lib -B/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/glibc/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/Cellar/glib/2.58.1/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/ncurses/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/zlib/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/gettext/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/libffi/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/bzip2/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/pcre/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/gdbm/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/openssl/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/readline/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/sqlite/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/python@2/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/util-linux/lib -Wl,--dynamic-linker=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/lib/ld.so
superenv executed: gcc-5 -pipe -O2 -o conftest -g -O2 conftest.c -isystem/mnt/linuxlab/home/rquackenbush1/.linuxbrew/include -L/mnt/linuxlab/home/rquackenbush1/.linuxbrew/lib -B/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/glibc/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/Cellar/glib/2.58.1/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/ncurses/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/zlib/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/gettext/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/libffi/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/bzip2/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/pcre/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/gdbm/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/openssl/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/readline/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/sqlite/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/python@2/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/util-linux/lib -Wl,--dynamic-linker=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/lib/ld.so
gcc-5 called with: -o conftest -g -O2 conftest.c
superenv added: -pipe -isystem/mnt/linuxlab/home/rquackenbush1/.linuxbrew/include -L/mnt/linuxlab/home/rquackenbush1/.linuxbrew/lib -B/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/glibc/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/Cellar/glib/2.58.1/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/ncurses/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/zlib/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/gettext/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/libffi/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/bzip2/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/pcre/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/gdbm/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/openssl/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/readline/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/sqlite/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/python@2/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/util-linux/lib -Wl,--dynamic-linker=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/lib/ld.so
superenv executed: gcc-5 -pipe -O2 -o conftest -g -O2 conftest.c -isystem/mnt/linuxlab/home/rquackenbush1/.linuxbrew/include -L/mnt/linuxlab/home/rquackenbush1/.linuxbrew/lib -B/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/glibc/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/Cellar/glib/2.58.1/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/ncurses/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/zlib/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/gettext/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/libffi/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/bzip2/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/pcre/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/gdbm/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/openssl/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/readline/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/sqlite/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/python@2/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/util-linux/lib -Wl,--dynamic-linker=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/lib/ld.so
gcc-5 called with: -o conftest -g -O2 conftest.c
superenv added: -pipe -isystem/mnt/linuxlab/home/rquackenbush1/.linuxbrew/include -L/mnt/linuxlab/home/rquackenbush1/.linuxbrew/lib -B/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/glibc/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/Cellar/glib/2.58.1/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/ncurses/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/zlib/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/gettext/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/libffi/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/bzip2/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/pcre/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/gdbm/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/openssl/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/readline/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/sqlite/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/python@2/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/util-linux/lib -Wl,--dynamic-linker=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/lib/ld.so
superenv executed: gcc-5 -pipe -O2 -o conftest -g -O2 conftest.c -isystem/mnt/linuxlab/home/rquackenbush1/.linuxbrew/include -L/mnt/linuxlab/home/rquackenbush1/.linuxbrew/lib -B/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/glibc/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/Cellar/glib/2.58.1/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/ncurses/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/zlib/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/gettext/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/libffi/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/bzip2/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/pcre/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/gdbm/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/openssl/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/readline/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/sqlite/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/python@2/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/util-linux/lib -Wl,--dynamic-linker=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/lib/ld.so
gcc-5 called with: -o conftest -g -O2 conftest.c
superenv added: -pipe -isystem/mnt/linuxlab/home/rquackenbush1/.linuxbrew/include -L/mnt/linuxlab/home/rquackenbush1/.linuxbrew/lib -B/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/glibc/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/Cellar/glib/2.58.1/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/ncurses/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/zlib/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/gettext/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/libffi/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/bzip2/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/pcre/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/gdbm/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/openssl/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/readline/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/sqlite/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/python@2/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/util-linux/lib -Wl,--dynamic-linker=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/lib/ld.so
superenv executed: gcc-5 -pipe -O2 -o conftest -g -O2 conftest.c -isystem/mnt/linuxlab/home/rquackenbush1/.linuxbrew/include -L/mnt/linuxlab/home/rquackenbush1/.linuxbrew/lib -B/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/glibc/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/Cellar/glib/2.58.1/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/ncurses/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/zlib/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/gettext/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/libffi/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/bzip2/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/pcre/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/gdbm/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/openssl/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/readline/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/sqlite/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/python@2/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/util-linux/lib -Wl,--dynamic-linker=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/lib/ld.so
gcc-5 called with: -o conftest -g -O2 conftest.c
superenv added: -pipe -isystem/mnt/linuxlab/home/rquackenbush1/.linuxbrew/include -L/mnt/linuxlab/home/rquackenbush1/.linuxbrew/lib -B/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/glibc/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/Cellar/glib/2.58.1/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/ncurses/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/zlib/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/gettext/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/libffi/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/bzip2/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/pcre/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/gdbm/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/openssl/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/readline/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/sqlite/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/python@2/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/util-linux/lib -Wl,--dynamic-linker=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/lib/ld.so
superenv executed: gcc-5 -pipe -O2 -o conftest -g -O2 conftest.c -isystem/mnt/linuxlab/home/rquackenbush1/.linuxbrew/include -L/mnt/linuxlab/home/rquackenbush1/.linuxbrew/lib -B/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/glibc/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/Cellar/glib/2.58.1/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/ncurses/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/zlib/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/gettext/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/libffi/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/bzip2/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/pcre/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/gdbm/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/openssl/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/readline/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/sqlite/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/python@2/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/util-linux/lib -Wl,--dynamic-linker=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/lib/ld.so
gcc-5 called with: -o conftest -g -O2 conftest.c
superenv added: -pipe -isystem/mnt/linuxlab/home/rquackenbush1/.linuxbrew/include -L/mnt/linuxlab/home/rquackenbush1/.linuxbrew/lib -B/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/glibc/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/Cellar/glib/2.58.1/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/ncurses/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/zlib/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/gettext/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/libffi/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/bzip2/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/pcre/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/gdbm/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/openssl/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/readline/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/sqlite/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/python@2/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/util-linux/lib -Wl,--dynamic-linker=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/lib/ld.so
superenv executed: gcc-5 -pipe -O2 -o conftest -g -O2 conftest.c -isystem/mnt/linuxlab/home/rquackenbush1/.linuxbrew/include -L/mnt/linuxlab/home/rquackenbush1/.linuxbrew/lib -B/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/glibc/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/Cellar/glib/2.58.1/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/ncurses/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/zlib/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/gettext/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/libffi/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/bzip2/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/pcre/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/gdbm/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/openssl/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/readline/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/sqlite/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/python@2/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/util-linux/lib -Wl,--dynamic-linker=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/lib/ld.so
gcc-5 called with: -o conftest -g -O2 conftest.c
superenv added: -pipe -isystem/mnt/linuxlab/home/rquackenbush1/.linuxbrew/include -L/mnt/linuxlab/home/rquackenbush1/.linuxbrew/lib -B/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/glibc/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/Cellar/glib/2.58.1/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/ncurses/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/zlib/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/gettext/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/libffi/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/bzip2/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/pcre/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/gdbm/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/openssl/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/readline/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/sqlite/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/python@2/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/util-linux/lib -Wl,--dynamic-linker=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/lib/ld.so
superenv executed: gcc-5 -pipe -O2 -o conftest -g -O2 conftest.c -isystem/mnt/linuxlab/home/rquackenbush1/.linuxbrew/include -L/mnt/linuxlab/home/rquackenbush1/.linuxbrew/lib -B/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/glibc/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/Cellar/glib/2.58.1/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/ncurses/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/zlib/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/gettext/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/libffi/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/bzip2/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/pcre/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/gdbm/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/openssl/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/readline/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/sqlite/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/python@2/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/util-linux/lib -Wl,--dynamic-linker=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/lib/ld.so
gcc-5 called with: -o conftest -g -O2 conftest.c
superenv added: -pipe -isystem/mnt/linuxlab/home/rquackenbush1/.linuxbrew/include -L/mnt/linuxlab/home/rquackenbush1/.linuxbrew/lib -B/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/glibc/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/Cellar/glib/2.58.1/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/ncurses/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/zlib/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/gettext/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/libffi/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/bzip2/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/pcre/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/gdbm/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/openssl/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/readline/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/sqlite/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/python@2/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/util-linux/lib -Wl,--dynamic-linker=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/lib/ld.so
superenv executed: gcc-5 -pipe -O2 -o conftest -g -O2 conftest.c -isystem/mnt/linuxlab/home/rquackenbush1/.linuxbrew/include -L/mnt/linuxlab/home/rquackenbush1/.linuxbrew/lib -B/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/glibc/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/Cellar/glib/2.58.1/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/ncurses/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/zlib/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/gettext/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/libffi/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/bzip2/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/pcre/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/gdbm/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/openssl/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/readline/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/sqlite/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/python@2/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/util-linux/lib -Wl,--dynamic-linker=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/lib/ld.so
gcc-5 called with: -o conftest -g -O2 conftest.c
superenv added: -pipe -isystem/mnt/linuxlab/home/rquackenbush1/.linuxbrew/include -L/mnt/linuxlab/home/rquackenbush1/.linuxbrew/lib -B/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/glibc/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/Cellar/glib/2.58.1/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/ncurses/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/zlib/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/gettext/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/libffi/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/bzip2/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/pcre/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/gdbm/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/openssl/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/readline/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/sqlite/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/python@2/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/util-linux/lib -Wl,--dynamic-linker=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/lib/ld.so
superenv executed: gcc-5 -pipe -O2 -o conftest -g -O2 conftest.c -isystem/mnt/linuxlab/home/rquackenbush1/.linuxbrew/include -L/mnt/linuxlab/home/rquackenbush1/.linuxbrew/lib -B/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/glibc/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/Cellar/glib/2.58.1/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/ncurses/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/zlib/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/gettext/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/libffi/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/bzip2/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/pcre/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/gdbm/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/openssl/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/readline/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/sqlite/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/python@2/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/util-linux/lib -Wl,--dynamic-linker=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/lib/ld.so
gcc-5 called with: -o conftest -g -O2 conftest.c
superenv added: -pipe -isystem/mnt/linuxlab/home/rquackenbush1/.linuxbrew/include -L/mnt/linuxlab/home/rquackenbush1/.linuxbrew/lib -B/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/glibc/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/Cellar/glib/2.58.1/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/ncurses/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/zlib/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/gettext/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/libffi/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/bzip2/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/pcre/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/gdbm/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/openssl/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/readline/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/sqlite/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/python@2/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/util-linux/lib -Wl,--dynamic-linker=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/lib/ld.so
superenv executed: gcc-5 -pipe -O2 -o conftest -g -O2 conftest.c -isystem/mnt/linuxlab/home/rquackenbush1/.linuxbrew/include -L/mnt/linuxlab/home/rquackenbush1/.linuxbrew/lib -B/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/glibc/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/Cellar/glib/2.58.1/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/ncurses/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/zlib/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/gettext/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/libffi/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/bzip2/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/pcre/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/gdbm/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/openssl/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/readline/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/sqlite/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/python@2/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/util-linux/lib -Wl,--dynamic-linker=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/lib/ld.so
gcc-5 called with: -o conftest -g -O2 conftest.c
superenv added: -pipe -isystem/mnt/linuxlab/home/rquackenbush1/.linuxbrew/include -L/mnt/linuxlab/home/rquackenbush1/.linuxbrew/lib -B/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/glibc/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/Cellar/glib/2.58.1/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/ncurses/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/zlib/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/gettext/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/libffi/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/bzip2/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/pcre/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/gdbm/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/openssl/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/readline/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/sqlite/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/python@2/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/util-linux/lib -Wl,--dynamic-linker=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/lib/ld.so
superenv executed: gcc-5 -pipe -O2 -o conftest -g -O2 conftest.c -isystem/mnt/linuxlab/home/rquackenbush1/.linuxbrew/include -L/mnt/linuxlab/home/rquackenbush1/.linuxbrew/lib -B/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/glibc/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/Cellar/glib/2.58.1/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/ncurses/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/zlib/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/gettext/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/libffi/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/bzip2/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/pcre/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/gdbm/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/openssl/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/readline/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/sqlite/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/python@2/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/util-linux/lib -Wl,--dynamic-linker=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/lib/ld.so
gcc-5 called with: -o conftest -g -O2 conftest.c
superenv added: -pipe -isystem/mnt/linuxlab/home/rquackenbush1/.linuxbrew/include -L/mnt/linuxlab/home/rquackenbush1/.linuxbrew/lib -B/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/glibc/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/Cellar/glib/2.58.1/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/ncurses/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/zlib/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/gettext/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/libffi/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/bzip2/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/pcre/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/gdbm/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/openssl/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/readline/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/sqlite/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/python@2/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/util-linux/lib -Wl,--dynamic-linker=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/lib/ld.so
superenv executed: gcc-5 -pipe -O2 -o conftest -g -O2 conftest.c -isystem/mnt/linuxlab/home/rquackenbush1/.linuxbrew/include -L/mnt/linuxlab/home/rquackenbush1/.linuxbrew/lib -B/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/glibc/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/Cellar/glib/2.58.1/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/ncurses/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/zlib/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/gettext/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/libffi/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/bzip2/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/pcre/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/gdbm/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/openssl/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/readline/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/sqlite/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/python@2/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/util-linux/lib -Wl,--dynamic-linker=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/lib/ld.so
gcc-5 called with: -o conftest -g -O2 conftest.c
superenv added: -pipe -isystem/mnt/linuxlab/home/rquackenbush1/.linuxbrew/include -L/mnt/linuxlab/home/rquackenbush1/.linuxbrew/lib -B/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/glibc/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/Cellar/glib/2.58.1/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/ncurses/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/zlib/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/gettext/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/libffi/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/bzip2/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/pcre/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/gdbm/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/openssl/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/readline/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/sqlite/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/python@2/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/util-linux/lib -Wl,--dynamic-linker=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/lib/ld.so
superenv executed: gcc-5 -pipe -O2 -o conftest -g -O2 conftest.c -isystem/mnt/linuxlab/home/rquackenbush1/.linuxbrew/include -L/mnt/linuxlab/home/rquackenbush1/.linuxbrew/lib -B/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/glibc/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/Cellar/glib/2.58.1/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/ncurses/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/zlib/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/gettext/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/libffi/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/bzip2/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/pcre/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/gdbm/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/openssl/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/readline/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/sqlite/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/python@2/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/util-linux/lib -Wl,--dynamic-linker=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/lib/ld.so
gcc-5 called with: -o conftest -g -O2 conftest.c
superenv added: -pipe -isystem/mnt/linuxlab/home/rquackenbush1/.linuxbrew/include -L/mnt/linuxlab/home/rquackenbush1/.linuxbrew/lib -B/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/glibc/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/Cellar/glib/2.58.1/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/ncurses/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/zlib/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/gettext/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/libffi/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/bzip2/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/pcre/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/gdbm/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/openssl/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/readline/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/sqlite/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/python@2/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/util-linux/lib -Wl,--dynamic-linker=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/lib/ld.so
superenv executed: gcc-5 -pipe -O2 -o conftest -g -O2 conftest.c -isystem/mnt/linuxlab/home/rquackenbush1/.linuxbrew/include -L/mnt/linuxlab/home/rquackenbush1/.linuxbrew/lib -B/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/glibc/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/Cellar/glib/2.58.1/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/ncurses/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/zlib/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/gettext/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/libffi/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/bzip2/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/pcre/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/gdbm/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/openssl/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/readline/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/sqlite/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/python@2/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/util-linux/lib -Wl,--dynamic-linker=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/lib/ld.so
gcc-5 called with: -o conftest -g -O2 conftest.c
superenv added: -pipe -isystem/mnt/linuxlab/home/rquackenbush1/.linuxbrew/include -L/mnt/linuxlab/home/rquackenbush1/.linuxbrew/lib -B/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/glibc/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/Cellar/glib/2.58.1/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/ncurses/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/zlib/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/gettext/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/libffi/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/bzip2/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/pcre/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/gdbm/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/openssl/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/readline/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/sqlite/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/python@2/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/util-linux/lib -Wl,--dynamic-linker=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/lib/ld.so
superenv executed: gcc-5 -pipe -O2 -o conftest -g -O2 conftest.c -isystem/mnt/linuxlab/home/rquackenbush1/.linuxbrew/include -L/mnt/linuxlab/home/rquackenbush1/.linuxbrew/lib -B/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/glibc/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/Cellar/glib/2.58.1/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/ncurses/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/zlib/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/gettext/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/libffi/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/bzip2/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/pcre/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/gdbm/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/openssl/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/readline/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/sqlite/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/python@2/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/util-linux/lib -Wl,--dynamic-linker=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/lib/ld.so
gcc-5 called with: -c -g -O2 conftest.c
superenv added: -pipe -isystem/mnt/linuxlab/home/rquackenbush1/.linuxbrew/include
superenv executed: gcc-5 -pipe -O2 -c -g -O2 conftest.c -isystem/mnt/linuxlab/home/rquackenbush1/.linuxbrew/include
gcc-5 called with: -E conftest.c
superenv added: -isystem/mnt/linuxlab/home/rquackenbush1/.linuxbrew/include
superenv executed: gcc-5 -E conftest.c -isystem/mnt/linuxlab/home/rquackenbush1/.linuxbrew/include
gcc-5 called with: -o conftest -g -O2 conftest.c
superenv added: -pipe -isystem/mnt/linuxlab/home/rquackenbush1/.linuxbrew/include -L/mnt/linuxlab/home/rquackenbush1/.linuxbrew/lib -B/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/glibc/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/Cellar/glib/2.58.1/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/ncurses/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/zlib/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/gettext/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/libffi/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/bzip2/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/pcre/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/gdbm/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/openssl/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/readline/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/sqlite/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/python@2/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/util-linux/lib -Wl,--dynamic-linker=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/lib/ld.so
superenv executed: gcc-5 -pipe -O2 -o conftest -g -O2 conftest.c -isystem/mnt/linuxlab/home/rquackenbush1/.linuxbrew/include -L/mnt/linuxlab/home/rquackenbush1/.linuxbrew/lib -B/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/glibc/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/Cellar/glib/2.58.1/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/ncurses/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/zlib/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/gettext/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/libffi/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/bzip2/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/pcre/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/gdbm/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/openssl/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/readline/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/sqlite/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/python@2/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/util-linux/lib -Wl,--dynamic-linker=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/lib/ld.so
gcc-5 called with: -o conftest -g -O2 conftest.c
superenv added: -pipe -isystem/mnt/linuxlab/home/rquackenbush1/.linuxbrew/include -L/mnt/linuxlab/home/rquackenbush1/.linuxbrew/lib -B/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/glibc/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/Cellar/glib/2.58.1/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/ncurses/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/zlib/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/gettext/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/libffi/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/bzip2/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/pcre/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/gdbm/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/openssl/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/readline/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/sqlite/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/python@2/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/util-linux/lib -Wl,--dynamic-linker=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/lib/ld.so
superenv executed: gcc-5 -pipe -O2 -o conftest -g -O2 conftest.c -isystem/mnt/linuxlab/home/rquackenbush1/.linuxbrew/include -L/mnt/linuxlab/home/rquackenbush1/.linuxbrew/lib -B/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/glibc/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/Cellar/glib/2.58.1/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/ncurses/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/zlib/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/gettext/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/libffi/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/bzip2/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/pcre/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/gdbm/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/openssl/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/readline/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/sqlite/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/python@2/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/util-linux/lib -Wl,--dynamic-linker=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/lib/ld.so
gcc-5 called with: -o conftest -g -O2 conftest.c
superenv added: -pipe -isystem/mnt/linuxlab/home/rquackenbush1/.linuxbrew/include -L/mnt/linuxlab/home/rquackenbush1/.linuxbrew/lib -B/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/glibc/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/Cellar/glib/2.58.1/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/ncurses/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/zlib/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/gettext/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/libffi/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/bzip2/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/pcre/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/gdbm/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/openssl/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/readline/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/sqlite/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/python@2/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/util-linux/lib -Wl,--dynamic-linker=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/lib/ld.so
superenv executed: gcc-5 -pipe -O2 -o conftest -g -O2 conftest.c -isystem/mnt/linuxlab/home/rquackenbush1/.linuxbrew/include -L/mnt/linuxlab/home/rquackenbush1/.linuxbrew/lib -B/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/glibc/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/Cellar/glib/2.58.1/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/ncurses/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/zlib/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/gettext/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/libffi/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/bzip2/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/pcre/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/gdbm/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/openssl/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/readline/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/sqlite/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/python@2/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/util-linux/lib -Wl,--dynamic-linker=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/lib/ld.so
gcc-5 called with: -o conftest -g -O2 conftest.c
superenv added: -pipe -isystem/mnt/linuxlab/home/rquackenbush1/.linuxbrew/include -L/mnt/linuxlab/home/rquackenbush1/.linuxbrew/lib -B/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/glibc/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/Cellar/glib/2.58.1/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/ncurses/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/zlib/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/gettext/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/libffi/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/bzip2/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/pcre/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/gdbm/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/openssl/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/readline/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/sqlite/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/python@2/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/util-linux/lib -Wl,--dynamic-linker=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/lib/ld.so
superenv executed: gcc-5 -pipe -O2 -o conftest -g -O2 conftest.c -isystem/mnt/linuxlab/home/rquackenbush1/.linuxbrew/include -L/mnt/linuxlab/home/rquackenbush1/.linuxbrew/lib -B/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/glibc/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/Cellar/glib/2.58.1/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/ncurses/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/zlib/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/gettext/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/libffi/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/bzip2/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/pcre/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/gdbm/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/openssl/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/readline/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/sqlite/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/python@2/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/util-linux/lib -Wl,--dynamic-linker=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/lib/ld.so
gcc-5 called with: -o conftest -g -O2 conftest.c
superenv added: -pipe -isystem/mnt/linuxlab/home/rquackenbush1/.linuxbrew/include -L/mnt/linuxlab/home/rquackenbush1/.linuxbrew/lib -B/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/glibc/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/Cellar/glib/2.58.1/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/ncurses/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/zlib/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/gettext/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/libffi/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/bzip2/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/pcre/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/gdbm/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/openssl/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/readline/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/sqlite/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/python@2/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/util-linux/lib -Wl,--dynamic-linker=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/lib/ld.so
superenv executed: gcc-5 -pipe -O2 -o conftest -g -O2 conftest.c -isystem/mnt/linuxlab/home/rquackenbush1/.linuxbrew/include -L/mnt/linuxlab/home/rquackenbush1/.linuxbrew/lib -B/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/glibc/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/Cellar/glib/2.58.1/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/ncurses/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/zlib/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/gettext/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/libffi/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/bzip2/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/pcre/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/gdbm/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/openssl/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/readline/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/sqlite/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/python@2/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/util-linux/lib -Wl,--dynamic-linker=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/lib/ld.so
gcc-5 called with: -o conftest -g -O2 conftest.c
superenv added: -pipe -isystem/mnt/linuxlab/home/rquackenbush1/.linuxbrew/include -L/mnt/linuxlab/home/rquackenbush1/.linuxbrew/lib -B/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/glibc/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/Cellar/glib/2.58.1/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/ncurses/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/zlib/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/gettext/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/libffi/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/bzip2/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/pcre/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/gdbm/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/openssl/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/readline/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/sqlite/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/python@2/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/util-linux/lib -Wl,--dynamic-linker=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/lib/ld.so
superenv executed: gcc-5 -pipe -O2 -o conftest -g -O2 conftest.c -isystem/mnt/linuxlab/home/rquackenbush1/.linuxbrew/include -L/mnt/linuxlab/home/rquackenbush1/.linuxbrew/lib -B/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/glibc/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/Cellar/glib/2.58.1/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/ncurses/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/zlib/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/gettext/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/libffi/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/bzip2/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/pcre/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/gdbm/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/openssl/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/readline/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/sqlite/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/python@2/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/util-linux/lib -Wl,--dynamic-linker=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/lib/ld.so
gcc-5 called with: -o conftest -g -O2 conftest.c
superenv added: -pipe -isystem/mnt/linuxlab/home/rquackenbush1/.linuxbrew/include -L/mnt/linuxlab/home/rquackenbush1/.linuxbrew/lib -B/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/glibc/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/Cellar/glib/2.58.1/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/ncurses/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/zlib/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/gettext/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/libffi/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/bzip2/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/pcre/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/gdbm/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/openssl/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/readline/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/sqlite/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/python@2/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/util-linux/lib -Wl,--dynamic-linker=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/lib/ld.so
superenv executed: gcc-5 -pipe -O2 -o conftest -g -O2 conftest.c -isystem/mnt/linuxlab/home/rquackenbush1/.linuxbrew/include -L/mnt/linuxlab/home/rquackenbush1/.linuxbrew/lib -B/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/glibc/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/Cellar/glib/2.58.1/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/ncurses/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/zlib/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/gettext/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/libffi/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/bzip2/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/pcre/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/gdbm/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/openssl/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/readline/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/sqlite/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/python@2/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/util-linux/lib -Wl,--dynamic-linker=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/lib/ld.so
gcc-5 called with: -o conftest -g -O2 conftest.c
superenv added: -pipe -isystem/mnt/linuxlab/home/rquackenbush1/.linuxbrew/include -L/mnt/linuxlab/home/rquackenbush1/.linuxbrew/lib -B/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/glibc/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/Cellar/glib/2.58.1/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/ncurses/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/zlib/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/gettext/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/libffi/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/bzip2/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/pcre/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/gdbm/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/openssl/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/readline/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/sqlite/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/python@2/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/util-linux/lib -Wl,--dynamic-linker=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/lib/ld.so
superenv executed: gcc-5 -pipe -O2 -o conftest -g -O2 conftest.c -isystem/mnt/linuxlab/home/rquackenbush1/.linuxbrew/include -L/mnt/linuxlab/home/rquackenbush1/.linuxbrew/lib -B/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/glibc/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/Cellar/glib/2.58.1/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/ncurses/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/zlib/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/gettext/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/libffi/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/bzip2/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/pcre/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/gdbm/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/openssl/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/readline/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/sqlite/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/python@2/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/util-linux/lib -Wl,--dynamic-linker=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/lib/ld.so
gcc-5 called with: -o conftest -g -O2 conftest.c
superenv added: -pipe -isystem/mnt/linuxlab/home/rquackenbush1/.linuxbrew/include -L/mnt/linuxlab/home/rquackenbush1/.linuxbrew/lib -B/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/glibc/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/Cellar/glib/2.58.1/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/ncurses/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/zlib/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/gettext/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/libffi/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/bzip2/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/pcre/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/gdbm/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/openssl/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/readline/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/sqlite/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/python@2/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/util-linux/lib -Wl,--dynamic-linker=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/lib/ld.so
superenv executed: gcc-5 -pipe -O2 -o conftest -g -O2 conftest.c -isystem/mnt/linuxlab/home/rquackenbush1/.linuxbrew/include -L/mnt/linuxlab/home/rquackenbush1/.linuxbrew/lib -B/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/glibc/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/Cellar/glib/2.58.1/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/ncurses/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/zlib/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/gettext/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/libffi/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/bzip2/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/pcre/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/gdbm/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/openssl/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/readline/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/sqlite/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/python@2/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/util-linux/lib -Wl,--dynamic-linker=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/lib/ld.so
gcc-5 called with: -o conftest -g -O2 conftest.c
superenv added: -pipe -isystem/mnt/linuxlab/home/rquackenbush1/.linuxbrew/include -L/mnt/linuxlab/home/rquackenbush1/.linuxbrew/lib -B/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/glibc/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/Cellar/glib/2.58.1/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/ncurses/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/zlib/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/gettext/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/libffi/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/bzip2/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/pcre/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/gdbm/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/openssl/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/readline/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/sqlite/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/python@2/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/util-linux/lib -Wl,--dynamic-linker=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/lib/ld.so
superenv executed: gcc-5 -pipe -O2 -o conftest -g -O2 conftest.c -isystem/mnt/linuxlab/home/rquackenbush1/.linuxbrew/include -L/mnt/linuxlab/home/rquackenbush1/.linuxbrew/lib -B/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/glibc/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/Cellar/glib/2.58.1/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/ncurses/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/zlib/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/gettext/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/libffi/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/bzip2/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/pcre/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/gdbm/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/openssl/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/readline/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/sqlite/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/python@2/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/util-linux/lib -Wl,--dynamic-linker=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/lib/ld.so
gcc-5 called with: -o conftest -g -O2 conftest.c
superenv added: -pipe -isystem/mnt/linuxlab/home/rquackenbush1/.linuxbrew/include -L/mnt/linuxlab/home/rquackenbush1/.linuxbrew/lib -B/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/glibc/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/Cellar/glib/2.58.1/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/ncurses/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/zlib/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/gettext/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/libffi/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/bzip2/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/pcre/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/gdbm/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/openssl/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/readline/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/sqlite/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/python@2/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/util-linux/lib -Wl,--dynamic-linker=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/lib/ld.so
superenv executed: gcc-5 -pipe -O2 -o conftest -g -O2 conftest.c -isystem/mnt/linuxlab/home/rquackenbush1/.linuxbrew/include -L/mnt/linuxlab/home/rquackenbush1/.linuxbrew/lib -B/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/glibc/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/Cellar/glib/2.58.1/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/ncurses/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/zlib/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/gettext/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/libffi/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/bzip2/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/pcre/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/gdbm/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/openssl/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/readline/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/sqlite/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/python@2/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/util-linux/lib -Wl,--dynamic-linker=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/lib/ld.so
gcc-5 called with: -o conftest -g -O2 conftest.c
superenv added: -pipe -isystem/mnt/linuxlab/home/rquackenbush1/.linuxbrew/include -L/mnt/linuxlab/home/rquackenbush1/.linuxbrew/lib -B/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/glibc/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/Cellar/glib/2.58.1/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/ncurses/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/zlib/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/gettext/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/libffi/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/bzip2/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/pcre/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/gdbm/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/openssl/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/readline/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/sqlite/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/python@2/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/util-linux/lib -Wl,--dynamic-linker=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/lib/ld.so
superenv executed: gcc-5 -pipe -O2 -o conftest -g -O2 conftest.c -isystem/mnt/linuxlab/home/rquackenbush1/.linuxbrew/include -L/mnt/linuxlab/home/rquackenbush1/.linuxbrew/lib -B/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/glibc/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/Cellar/glib/2.58.1/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/ncurses/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/zlib/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/gettext/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/libffi/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/bzip2/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/pcre/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/gdbm/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/openssl/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/readline/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/sqlite/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/python@2/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/util-linux/lib -Wl,--dynamic-linker=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/lib/ld.so
gcc-5 called with: -o conftest -g -O2 conftest.c
superenv added: -pipe -isystem/mnt/linuxlab/home/rquackenbush1/.linuxbrew/include -L/mnt/linuxlab/home/rquackenbush1/.linuxbrew/lib -B/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/glibc/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/Cellar/glib/2.58.1/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/ncurses/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/zlib/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/gettext/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/libffi/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/bzip2/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/pcre/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/gdbm/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/openssl/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/readline/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/sqlite/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/python@2/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/util-linux/lib -Wl,--dynamic-linker=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/lib/ld.so
superenv executed: gcc-5 -pipe -O2 -o conftest -g -O2 conftest.c -isystem/mnt/linuxlab/home/rquackenbush1/.linuxbrew/include -L/mnt/linuxlab/home/rquackenbush1/.linuxbrew/lib -B/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/glibc/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/Cellar/glib/2.58.1/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/ncurses/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/zlib/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/gettext/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/libffi/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/bzip2/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/pcre/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/gdbm/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/openssl/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/readline/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/sqlite/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/python@2/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/util-linux/lib -Wl,--dynamic-linker=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/lib/ld.so
gcc-5 called with: -o conftest -g -O2 conftest.c
superenv added: -pipe -isystem/mnt/linuxlab/home/rquackenbush1/.linuxbrew/include -L/mnt/linuxlab/home/rquackenbush1/.linuxbrew/lib -B/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/glibc/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/Cellar/glib/2.58.1/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/ncurses/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/zlib/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/gettext/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/libffi/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/bzip2/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/pcre/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/gdbm/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/openssl/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/readline/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/sqlite/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/python@2/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/util-linux/lib -Wl,--dynamic-linker=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/lib/ld.so
superenv executed: gcc-5 -pipe -O2 -o conftest -g -O2 conftest.c -isystem/mnt/linuxlab/home/rquackenbush1/.linuxbrew/include -L/mnt/linuxlab/home/rquackenbush1/.linuxbrew/lib -B/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/glibc/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/Cellar/glib/2.58.1/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/ncurses/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/zlib/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/gettext/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/libffi/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/bzip2/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/pcre/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/gdbm/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/openssl/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/readline/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/sqlite/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/python@2/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/util-linux/lib -Wl,--dynamic-linker=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/lib/ld.so
gcc-5 called with: -o conftest -g -O2 conftest.c
superenv added: -pipe -isystem/mnt/linuxlab/home/rquackenbush1/.linuxbrew/include -L/mnt/linuxlab/home/rquackenbush1/.linuxbrew/lib -B/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/glibc/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/Cellar/glib/2.58.1/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/ncurses/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/zlib/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/gettext/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/libffi/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/bzip2/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/pcre/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/gdbm/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/openssl/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/readline/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/sqlite/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/python@2/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/util-linux/lib -Wl,--dynamic-linker=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/lib/ld.so
superenv executed: gcc-5 -pipe -O2 -o conftest -g -O2 conftest.c -isystem/mnt/linuxlab/home/rquackenbush1/.linuxbrew/include -L/mnt/linuxlab/home/rquackenbush1/.linuxbrew/lib -B/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/glibc/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/Cellar/glib/2.58.1/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/ncurses/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/zlib/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/gettext/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/libffi/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/bzip2/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/pcre/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/gdbm/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/openssl/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/readline/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/sqlite/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/python@2/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/util-linux/lib -Wl,--dynamic-linker=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/lib/ld.so
gcc-5 called with: -o conftest -g -O2 conftest.c
superenv added: -pipe -isystem/mnt/linuxlab/home/rquackenbush1/.linuxbrew/include -L/mnt/linuxlab/home/rquackenbush1/.linuxbrew/lib -B/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/glibc/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/Cellar/glib/2.58.1/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/ncurses/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/zlib/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/gettext/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/libffi/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/bzip2/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/pcre/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/gdbm/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/openssl/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/readline/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/sqlite/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/python@2/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/util-linux/lib -Wl,--dynamic-linker=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/lib/ld.so
superenv executed: gcc-5 -pipe -O2 -o conftest -g -O2 conftest.c -isystem/mnt/linuxlab/home/rquackenbush1/.linuxbrew/include -L/mnt/linuxlab/home/rquackenbush1/.linuxbrew/lib -B/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/glibc/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/Cellar/glib/2.58.1/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/ncurses/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/zlib/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/gettext/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/libffi/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/bzip2/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/pcre/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/gdbm/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/openssl/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/readline/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/sqlite/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/python@2/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/util-linux/lib -Wl,--dynamic-linker=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/lib/ld.so
gcc-5 called with: -o conftest -g -O2 conftest.c
superenv added: -pipe -isystem/mnt/linuxlab/home/rquackenbush1/.linuxbrew/include -L/mnt/linuxlab/home/rquackenbush1/.linuxbrew/lib -B/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/glibc/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/Cellar/glib/2.58.1/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/ncurses/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/zlib/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/gettext/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/libffi/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/bzip2/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/pcre/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/gdbm/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/openssl/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/readline/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/sqlite/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/python@2/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/util-linux/lib -Wl,--dynamic-linker=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/lib/ld.so
superenv executed: gcc-5 -pipe -O2 -o conftest -g -O2 conftest.c -isystem/mnt/linuxlab/home/rquackenbush1/.linuxbrew/include -L/mnt/linuxlab/home/rquackenbush1/.linuxbrew/lib -B/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/glibc/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/Cellar/glib/2.58.1/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/ncurses/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/zlib/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/gettext/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/libffi/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/bzip2/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/pcre/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/gdbm/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/openssl/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/readline/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/sqlite/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/python@2/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/util-linux/lib -Wl,--dynamic-linker=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/lib/ld.so
gcc-5 called with: -c -g -O2 conftest.c
superenv added: -pipe -isystem/mnt/linuxlab/home/rquackenbush1/.linuxbrew/include
superenv executed: gcc-5 -pipe -O2 -c -g -O2 conftest.c -isystem/mnt/linuxlab/home/rquackenbush1/.linuxbrew/include
gcc-5 called with: -c -g -O2 conftest.c
superenv added: -pipe -isystem/mnt/linuxlab/home/rquackenbush1/.linuxbrew/include
superenv executed: gcc-5 -pipe -O2 -c -g -O2 conftest.c -isystem/mnt/linuxlab/home/rquackenbush1/.linuxbrew/include
gcc-5 called with: -o conftest -g -O2 conftest.c
superenv added: -pipe -isystem/mnt/linuxlab/home/rquackenbush1/.linuxbrew/include -L/mnt/linuxlab/home/rquackenbush1/.linuxbrew/lib -B/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/glibc/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/Cellar/glib/2.58.1/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/ncurses/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/zlib/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/gettext/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/libffi/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/bzip2/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/pcre/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/gdbm/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/openssl/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/readline/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/sqlite/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/python@2/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/util-linux/lib -Wl,--dynamic-linker=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/lib/ld.so
superenv executed: gcc-5 -pipe -O2 -o conftest -g -O2 conftest.c -isystem/mnt/linuxlab/home/rquackenbush1/.linuxbrew/include -L/mnt/linuxlab/home/rquackenbush1/.linuxbrew/lib -B/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/glibc/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/Cellar/glib/2.58.1/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/ncurses/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/zlib/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/gettext/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/libffi/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/bzip2/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/pcre/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/gdbm/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/openssl/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/readline/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/sqlite/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/python@2/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/util-linux/lib -Wl,--dynamic-linker=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/lib/ld.so
gcc-5 called with: -o conftest -g -O2 conftest.c -lresolv
superenv added: -pipe -isystem/mnt/linuxlab/home/rquackenbush1/.linuxbrew/include -L/mnt/linuxlab/home/rquackenbush1/.linuxbrew/lib -B/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/glibc/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/Cellar/glib/2.58.1/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/ncurses/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/zlib/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/gettext/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/libffi/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/bzip2/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/pcre/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/gdbm/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/openssl/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/readline/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/sqlite/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/python@2/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/util-linux/lib -Wl,--dynamic-linker=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/lib/ld.so
superenv executed: gcc-5 -pipe -O2 -o conftest -g -O2 conftest.c -lresolv -isystem/mnt/linuxlab/home/rquackenbush1/.linuxbrew/include -L/mnt/linuxlab/home/rquackenbush1/.linuxbrew/lib -B/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/glibc/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/Cellar/glib/2.58.1/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/ncurses/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/zlib/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/gettext/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/libffi/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/bzip2/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/pcre/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/gdbm/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/openssl/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/readline/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/sqlite/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/python@2/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/util-linux/lib -Wl,--dynamic-linker=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/lib/ld.so
gcc-5 called with: -o conftest -g -O2 conftest.c
superenv added: -pipe -isystem/mnt/linuxlab/home/rquackenbush1/.linuxbrew/include -L/mnt/linuxlab/home/rquackenbush1/.linuxbrew/lib -B/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/glibc/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/Cellar/glib/2.58.1/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/ncurses/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/zlib/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/gettext/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/libffi/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/bzip2/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/pcre/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/gdbm/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/openssl/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/readline/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/sqlite/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/python@2/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/util-linux/lib -Wl,--dynamic-linker=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/lib/ld.so
superenv executed: gcc-5 -pipe -O2 -o conftest -g -O2 conftest.c -isystem/mnt/linuxlab/home/rquackenbush1/.linuxbrew/include -L/mnt/linuxlab/home/rquackenbush1/.linuxbrew/lib -B/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/glibc/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/Cellar/glib/2.58.1/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/ncurses/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/zlib/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/gettext/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/libffi/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/bzip2/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/pcre/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/gdbm/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/openssl/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/readline/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/sqlite/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/python@2/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/util-linux/lib -Wl,--dynamic-linker=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/lib/ld.so
gcc-5 called with: -o conftest -g -O2 conftest.c -lresolv
superenv added: -pipe -isystem/mnt/linuxlab/home/rquackenbush1/.linuxbrew/include -L/mnt/linuxlab/home/rquackenbush1/.linuxbrew/lib -B/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/glibc/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/Cellar/glib/2.58.1/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/ncurses/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/zlib/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/gettext/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/libffi/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/bzip2/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/pcre/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/gdbm/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/openssl/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/readline/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/sqlite/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/python@2/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/util-linux/lib -Wl,--dynamic-linker=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/lib/ld.so
superenv executed: gcc-5 -pipe -O2 -o conftest -g -O2 conftest.c -lresolv -isystem/mnt/linuxlab/home/rquackenbush1/.linuxbrew/include -L/mnt/linuxlab/home/rquackenbush1/.linuxbrew/lib -B/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/glibc/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/Cellar/glib/2.58.1/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/ncurses/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/zlib/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/gettext/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/libffi/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/bzip2/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/pcre/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/gdbm/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/openssl/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/readline/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/sqlite/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/python@2/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/util-linux/lib -Wl,--dynamic-linker=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/lib/ld.so
gcc-5 called with: -o conftest -g -O2 conftest.c -lresolv
superenv added: -pipe -isystem/mnt/linuxlab/home/rquackenbush1/.linuxbrew/include -L/mnt/linuxlab/home/rquackenbush1/.linuxbrew/lib -B/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/glibc/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/Cellar/glib/2.58.1/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/ncurses/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/zlib/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/gettext/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/libffi/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/bzip2/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/pcre/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/gdbm/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/openssl/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/readline/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/sqlite/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/python@2/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/util-linux/lib -Wl,--dynamic-linker=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/lib/ld.so
superenv executed: gcc-5 -pipe -O2 -o conftest -g -O2 conftest.c -lresolv -isystem/mnt/linuxlab/home/rquackenbush1/.linuxbrew/include -L/mnt/linuxlab/home/rquackenbush1/.linuxbrew/lib -B/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/glibc/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/Cellar/glib/2.58.1/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/ncurses/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/zlib/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/gettext/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/libffi/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/bzip2/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/pcre/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/gdbm/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/openssl/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/readline/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/sqlite/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/python@2/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/util-linux/lib -Wl,--dynamic-linker=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/lib/ld.so
gcc-5 called with: -o conftest -g -O2 conftest.c -lresolv
superenv added: -pipe -isystem/mnt/linuxlab/home/rquackenbush1/.linuxbrew/include -L/mnt/linuxlab/home/rquackenbush1/.linuxbrew/lib -B/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/glibc/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/Cellar/glib/2.58.1/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/ncurses/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/zlib/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/gettext/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/libffi/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/bzip2/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/pcre/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/gdbm/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/openssl/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/readline/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/sqlite/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/python@2/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/util-linux/lib -Wl,--dynamic-linker=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/lib/ld.so
superenv executed: gcc-5 -pipe -O2 -o conftest -g -O2 conftest.c -lresolv -isystem/mnt/linuxlab/home/rquackenbush1/.linuxbrew/include -L/mnt/linuxlab/home/rquackenbush1/.linuxbrew/lib -B/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/glibc/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/Cellar/glib/2.58.1/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/ncurses/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/zlib/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/gettext/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/libffi/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/bzip2/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/pcre/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/gdbm/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/openssl/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/readline/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/sqlite/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/python@2/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/util-linux/lib -Wl,--dynamic-linker=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/lib/ld.so
gcc-5 called with: -o conftest -g -O2 conftest.c -lresolv
superenv added: -pipe -isystem/mnt/linuxlab/home/rquackenbush1/.linuxbrew/include -L/mnt/linuxlab/home/rquackenbush1/.linuxbrew/lib -B/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/glibc/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/Cellar/glib/2.58.1/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/ncurses/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/zlib/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/gettext/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/libffi/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/bzip2/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/pcre/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/gdbm/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/openssl/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/readline/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/sqlite/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/python@2/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/util-linux/lib -Wl,--dynamic-linker=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/lib/ld.so
superenv executed: gcc-5 -pipe -O2 -o conftest -g -O2 conftest.c -lresolv -isystem/mnt/linuxlab/home/rquackenbush1/.linuxbrew/include -L/mnt/linuxlab/home/rquackenbush1/.linuxbrew/lib -B/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/glibc/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/Cellar/glib/2.58.1/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/ncurses/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/zlib/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/gettext/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/libffi/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/bzip2/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/pcre/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/gdbm/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/openssl/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/readline/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/sqlite/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/python@2/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/util-linux/lib -Wl,--dynamic-linker=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/lib/ld.so
gcc-5 called with: -o conftest -g -O2 conftest.c -lresolv
superenv added: -pipe -isystem/mnt/linuxlab/home/rquackenbush1/.linuxbrew/include -L/mnt/linuxlab/home/rquackenbush1/.linuxbrew/lib -B/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/glibc/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/Cellar/glib/2.58.1/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/ncurses/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/zlib/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/gettext/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/libffi/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/bzip2/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/pcre/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/gdbm/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/openssl/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/readline/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/sqlite/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/python@2/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/util-linux/lib -Wl,--dynamic-linker=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/lib/ld.so
superenv executed: gcc-5 -pipe -O2 -o conftest -g -O2 conftest.c -lresolv -isystem/mnt/linuxlab/home/rquackenbush1/.linuxbrew/include -L/mnt/linuxlab/home/rquackenbush1/.linuxbrew/lib -B/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/glibc/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/Cellar/glib/2.58.1/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/ncurses/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/zlib/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/gettext/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/libffi/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/bzip2/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/pcre/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/gdbm/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/openssl/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/readline/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/sqlite/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/python@2/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/util-linux/lib -Wl,--dynamic-linker=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/lib/ld.so
gcc-5 called with: -c -g -O2 conftest.c
superenv added: -pipe -isystem/mnt/linuxlab/home/rquackenbush1/.linuxbrew/include
superenv executed: gcc-5 -pipe -O2 -c -g -O2 conftest.c -isystem/mnt/linuxlab/home/rquackenbush1/.linuxbrew/include
gcc-5 called with: -c -g -O2 conftest.c
superenv added: -pipe -isystem/mnt/linuxlab/home/rquackenbush1/.linuxbrew/include
superenv executed: gcc-5 -pipe -O2 -c -g -O2 conftest.c -isystem/mnt/linuxlab/home/rquackenbush1/.linuxbrew/include
gcc-5 called with: -c -g -O2 conftest.c
superenv added: -pipe -isystem/mnt/linuxlab/home/rquackenbush1/.linuxbrew/include
superenv executed: gcc-5 -pipe -O2 -c -g -O2 conftest.c -isystem/mnt/linuxlab/home/rquackenbush1/.linuxbrew/include
gcc-5 called with: -c -g -O2 conftest.c
superenv added: -pipe -isystem/mnt/linuxlab/home/rquackenbush1/.linuxbrew/include
superenv executed: gcc-5 -pipe -O2 -c -g -O2 conftest.c -isystem/mnt/linuxlab/home/rquackenbush1/.linuxbrew/include
gcc-5 called with: -c -g -O2 conftest.c
superenv added: -pipe -isystem/mnt/linuxlab/home/rquackenbush1/.linuxbrew/include
superenv executed: gcc-5 -pipe -O2 -c -g -O2 conftest.c -isystem/mnt/linuxlab/home/rquackenbush1/.linuxbrew/include
gcc-5 called with: -o conftest -g -O2 conftest.c
superenv added: -pipe -isystem/mnt/linuxlab/home/rquackenbush1/.linuxbrew/include -L/mnt/linuxlab/home/rquackenbush1/.linuxbrew/lib -B/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/glibc/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/Cellar/glib/2.58.1/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/ncurses/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/zlib/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/gettext/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/libffi/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/bzip2/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/pcre/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/gdbm/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/openssl/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/readline/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/sqlite/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/python@2/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/util-linux/lib -Wl,--dynamic-linker=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/lib/ld.so
superenv executed: gcc-5 -pipe -O2 -o conftest -g -O2 conftest.c -isystem/mnt/linuxlab/home/rquackenbush1/.linuxbrew/include -L/mnt/linuxlab/home/rquackenbush1/.linuxbrew/lib -B/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/glibc/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/Cellar/glib/2.58.1/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/ncurses/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/zlib/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/gettext/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/libffi/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/bzip2/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/pcre/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/gdbm/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/openssl/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/readline/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/sqlite/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/python@2/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/util-linux/lib -Wl,--dynamic-linker=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/lib/ld.so
gcc-5 called with: -o conftest -g -O2 conftest.c
superenv added: -pipe -isystem/mnt/linuxlab/home/rquackenbush1/.linuxbrew/include -L/mnt/linuxlab/home/rquackenbush1/.linuxbrew/lib -B/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/glibc/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/Cellar/glib/2.58.1/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/ncurses/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/zlib/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/gettext/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/libffi/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/bzip2/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/pcre/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/gdbm/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/openssl/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/readline/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/sqlite/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/python@2/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/util-linux/lib -Wl,--dynamic-linker=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/lib/ld.so
superenv executed: gcc-5 -pipe -O2 -o conftest -g -O2 conftest.c -isystem/mnt/linuxlab/home/rquackenbush1/.linuxbrew/include -L/mnt/linuxlab/home/rquackenbush1/.linuxbrew/lib -B/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/glibc/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/Cellar/glib/2.58.1/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/ncurses/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/zlib/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/gettext/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/libffi/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/bzip2/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/pcre/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/gdbm/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/openssl/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/readline/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/sqlite/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/python@2/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/util-linux/lib -Wl,--dynamic-linker=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/lib/ld.so
gcc-5 called with: -c -g -O2 conftest.c
superenv added: -pipe -isystem/mnt/linuxlab/home/rquackenbush1/.linuxbrew/include
superenv executed: gcc-5 -pipe -O2 -c -g -O2 conftest.c -isystem/mnt/linuxlab/home/rquackenbush1/.linuxbrew/include
gcc-5 called with: -o conftest -g -O2 conftest.c
superenv added: -pipe -isystem/mnt/linuxlab/home/rquackenbush1/.linuxbrew/include -L/mnt/linuxlab/home/rquackenbush1/.linuxbrew/lib -B/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/glibc/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/Cellar/glib/2.58.1/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/ncurses/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/zlib/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/gettext/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/libffi/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/bzip2/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/pcre/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/gdbm/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/openssl/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/readline/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/sqlite/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/python@2/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/util-linux/lib -Wl,--dynamic-linker=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/lib/ld.so
superenv executed: gcc-5 -pipe -O2 -o conftest -g -O2 conftest.c -isystem/mnt/linuxlab/home/rquackenbush1/.linuxbrew/include -L/mnt/linuxlab/home/rquackenbush1/.linuxbrew/lib -B/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/glibc/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/Cellar/glib/2.58.1/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/ncurses/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/zlib/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/gettext/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/libffi/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/bzip2/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/pcre/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/gdbm/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/openssl/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/readline/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/sqlite/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/python@2/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/util-linux/lib -Wl,--dynamic-linker=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/lib/ld.so
gcc-5 called with: -c -g -O2 conftest.c
superenv added: -pipe -isystem/mnt/linuxlab/home/rquackenbush1/.linuxbrew/include
superenv executed: gcc-5 -pipe -O2 -c -g -O2 conftest.c -isystem/mnt/linuxlab/home/rquackenbush1/.linuxbrew/include
gcc-5 called with: -c -g -O2 conftest.c
superenv added: -pipe -isystem/mnt/linuxlab/home/rquackenbush1/.linuxbrew/include
superenv executed: gcc-5 -pipe -O2 -c -g -O2 conftest.c -isystem/mnt/linuxlab/home/rquackenbush1/.linuxbrew/include
gcc-5 called with: -c -g -O2 conftest.c
superenv added: -pipe -isystem/mnt/linuxlab/home/rquackenbush1/.linuxbrew/include
superenv executed: gcc-5 -pipe -O2 -c -g -O2 conftest.c -isystem/mnt/linuxlab/home/rquackenbush1/.linuxbrew/include
gcc-5 called with: -c -g -O2 conftest.c
superenv added: -pipe -isystem/mnt/linuxlab/home/rquackenbush1/.linuxbrew/include
superenv executed: gcc-5 -pipe -O2 -c -g -O2 conftest.c -isystem/mnt/linuxlab/home/rquackenbush1/.linuxbrew/include
gcc-5 called with: -c -g -O2 conftest.c
superenv added: -pipe -isystem/mnt/linuxlab/home/rquackenbush1/.linuxbrew/include
superenv executed: gcc-5 -pipe -O2 -c -g -O2 conftest.c -isystem/mnt/linuxlab/home/rquackenbush1/.linuxbrew/include
gcc-5 called with: -c -g -O2 conftest.c
superenv added: -pipe -isystem/mnt/linuxlab/home/rquackenbush1/.linuxbrew/include
superenv executed: gcc-5 -pipe -O2 -c -g -O2 conftest.c -isystem/mnt/linuxlab/home/rquackenbush1/.linuxbrew/include
gcc-5 called with: -o conftest -g -O2 conftest.c
superenv added: -pipe -isystem/mnt/linuxlab/home/rquackenbush1/.linuxbrew/include -L/mnt/linuxlab/home/rquackenbush1/.linuxbrew/lib -B/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/glibc/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/Cellar/glib/2.58.1/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/ncurses/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/zlib/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/gettext/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/libffi/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/bzip2/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/pcre/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/gdbm/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/openssl/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/readline/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/sqlite/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/python@2/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/util-linux/lib -Wl,--dynamic-linker=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/lib/ld.so
superenv executed: gcc-5 -pipe -O2 -o conftest -g -O2 conftest.c -isystem/mnt/linuxlab/home/rquackenbush1/.linuxbrew/include -L/mnt/linuxlab/home/rquackenbush1/.linuxbrew/lib -B/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/glibc/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/Cellar/glib/2.58.1/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/ncurses/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/zlib/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/gettext/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/libffi/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/bzip2/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/pcre/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/gdbm/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/openssl/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/readline/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/sqlite/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/python@2/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/util-linux/lib -Wl,--dynamic-linker=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/lib/ld.so
gcc-5 called with: -o conftest -g -O2 conftest.c
superenv added: -pipe -isystem/mnt/linuxlab/home/rquackenbush1/.linuxbrew/include -L/mnt/linuxlab/home/rquackenbush1/.linuxbrew/lib -B/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/glibc/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/Cellar/glib/2.58.1/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/ncurses/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/zlib/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/gettext/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/libffi/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/bzip2/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/pcre/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/gdbm/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/openssl/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/readline/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/sqlite/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/python@2/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/util-linux/lib -Wl,--dynamic-linker=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/lib/ld.so
superenv executed: gcc-5 -pipe -O2 -o conftest -g -O2 conftest.c -isystem/mnt/linuxlab/home/rquackenbush1/.linuxbrew/include -L/mnt/linuxlab/home/rquackenbush1/.linuxbrew/lib -B/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/glibc/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/Cellar/glib/2.58.1/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/ncurses/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/zlib/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/gettext/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/libffi/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/bzip2/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/pcre/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/gdbm/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/openssl/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/readline/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/sqlite/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/python@2/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/util-linux/lib -Wl,--dynamic-linker=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/lib/ld.so
gcc-5 called with: -o conftest -g -O2 conftest.c
superenv added: -pipe -isystem/mnt/linuxlab/home/rquackenbush1/.linuxbrew/include -L/mnt/linuxlab/home/rquackenbush1/.linuxbrew/lib -B/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/glibc/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/Cellar/glib/2.58.1/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/ncurses/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/zlib/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/gettext/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/libffi/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/bzip2/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/pcre/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/gdbm/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/openssl/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/readline/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/sqlite/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/python@2/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/util-linux/lib -Wl,--dynamic-linker=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/lib/ld.so
superenv executed: gcc-5 -pipe -O2 -o conftest -g -O2 conftest.c -isystem/mnt/linuxlab/home/rquackenbush1/.linuxbrew/include -L/mnt/linuxlab/home/rquackenbush1/.linuxbrew/lib -B/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/glibc/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/Cellar/glib/2.58.1/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/ncurses/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/zlib/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/gettext/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/libffi/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/bzip2/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/pcre/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/gdbm/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/openssl/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/readline/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/sqlite/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/python@2/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/util-linux/lib -Wl,--dynamic-linker=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/lib/ld.so
gcc-5 called with: -o conftest -g -O2 conftest.c
superenv added: -pipe -isystem/mnt/linuxlab/home/rquackenbush1/.linuxbrew/include -L/mnt/linuxlab/home/rquackenbush1/.linuxbrew/lib -B/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/glibc/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/Cellar/glib/2.58.1/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/ncurses/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/zlib/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/gettext/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/libffi/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/bzip2/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/pcre/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/gdbm/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/openssl/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/readline/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/sqlite/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/python@2/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/util-linux/lib -Wl,--dynamic-linker=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/lib/ld.so
superenv executed: gcc-5 -pipe -O2 -o conftest -g -O2 conftest.c -isystem/mnt/linuxlab/home/rquackenbush1/.linuxbrew/include -L/mnt/linuxlab/home/rquackenbush1/.linuxbrew/lib -B/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/glibc/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/Cellar/glib/2.58.1/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/ncurses/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/zlib/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/gettext/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/libffi/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/bzip2/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/pcre/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/gdbm/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/openssl/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/readline/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/sqlite/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/python@2/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/util-linux/lib -Wl,--dynamic-linker=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/lib/ld.so
gcc-5 called with: -o conftest -g -O2 conftest.c
superenv added: -pipe -isystem/mnt/linuxlab/home/rquackenbush1/.linuxbrew/include -L/mnt/linuxlab/home/rquackenbush1/.linuxbrew/lib -B/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/glibc/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/Cellar/glib/2.58.1/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/ncurses/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/zlib/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/gettext/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/libffi/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/bzip2/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/pcre/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/gdbm/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/openssl/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/readline/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/sqlite/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/python@2/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/util-linux/lib -Wl,--dynamic-linker=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/lib/ld.so
superenv executed: gcc-5 -pipe -O2 -o conftest -g -O2 conftest.c -isystem/mnt/linuxlab/home/rquackenbush1/.linuxbrew/include -L/mnt/linuxlab/home/rquackenbush1/.linuxbrew/lib -B/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/glibc/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/Cellar/glib/2.58.1/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/ncurses/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/zlib/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/gettext/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/libffi/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/bzip2/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/pcre/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/gdbm/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/openssl/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/readline/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/sqlite/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/python@2/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/util-linux/lib -Wl,--dynamic-linker=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/lib/ld.so
gcc-5 called with: -o conftest -g -O2 conftest.c
superenv added: -pipe -isystem/mnt/linuxlab/home/rquackenbush1/.linuxbrew/include -L/mnt/linuxlab/home/rquackenbush1/.linuxbrew/lib -B/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/glibc/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/Cellar/glib/2.58.1/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/ncurses/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/zlib/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/gettext/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/libffi/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/bzip2/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/pcre/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/gdbm/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/openssl/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/readline/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/sqlite/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/python@2/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/util-linux/lib -Wl,--dynamic-linker=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/lib/ld.so
superenv executed: gcc-5 -pipe -O2 -o conftest -g -O2 conftest.c -isystem/mnt/linuxlab/home/rquackenbush1/.linuxbrew/include -L/mnt/linuxlab/home/rquackenbush1/.linuxbrew/lib -B/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/glibc/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/Cellar/glib/2.58.1/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/ncurses/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/zlib/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/gettext/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/libffi/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/bzip2/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/pcre/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/gdbm/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/openssl/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/readline/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/sqlite/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/python@2/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/util-linux/lib -Wl,--dynamic-linker=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/lib/ld.so
gcc-5 called with: -o conftest -g -O2 conftest.c
superenv added: -pipe -isystem/mnt/linuxlab/home/rquackenbush1/.linuxbrew/include -L/mnt/linuxlab/home/rquackenbush1/.linuxbrew/lib -B/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/glibc/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/Cellar/glib/2.58.1/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/ncurses/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/zlib/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/gettext/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/libffi/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/bzip2/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/pcre/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/gdbm/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/openssl/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/readline/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/sqlite/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/python@2/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/util-linux/lib -Wl,--dynamic-linker=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/lib/ld.so
superenv executed: gcc-5 -pipe -O2 -o conftest -g -O2 conftest.c -isystem/mnt/linuxlab/home/rquackenbush1/.linuxbrew/include -L/mnt/linuxlab/home/rquackenbush1/.linuxbrew/lib -B/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/glibc/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/Cellar/glib/2.58.1/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/ncurses/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/zlib/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/gettext/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/libffi/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/bzip2/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/pcre/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/gdbm/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/openssl/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/readline/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/sqlite/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/python@2/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/util-linux/lib -Wl,--dynamic-linker=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/lib/ld.so
gcc-5 called with: -o conftest -g -O2 conftest.c
superenv added: -pipe -isystem/mnt/linuxlab/home/rquackenbush1/.linuxbrew/include -L/mnt/linuxlab/home/rquackenbush1/.linuxbrew/lib -B/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/glibc/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/Cellar/glib/2.58.1/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/ncurses/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/zlib/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/gettext/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/libffi/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/bzip2/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/pcre/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/gdbm/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/openssl/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/readline/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/sqlite/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/python@2/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/util-linux/lib -Wl,--dynamic-linker=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/lib/ld.so
superenv executed: gcc-5 -pipe -O2 -o conftest -g -O2 conftest.c -isystem/mnt/linuxlab/home/rquackenbush1/.linuxbrew/include -L/mnt/linuxlab/home/rquackenbush1/.linuxbrew/lib -B/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/glibc/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/Cellar/glib/2.58.1/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/ncurses/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/zlib/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/gettext/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/libffi/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/bzip2/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/pcre/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/gdbm/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/openssl/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/readline/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/sqlite/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/python@2/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/util-linux/lib -Wl,--dynamic-linker=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/lib/ld.so
gcc-5 called with: -o conftest -g -O2 conftest.c
superenv added: -pipe -isystem/mnt/linuxlab/home/rquackenbush1/.linuxbrew/include -L/mnt/linuxlab/home/rquackenbush1/.linuxbrew/lib -B/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/glibc/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/Cellar/glib/2.58.1/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/ncurses/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/zlib/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/gettext/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/libffi/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/bzip2/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/pcre/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/gdbm/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/openssl/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/readline/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/sqlite/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/python@2/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/util-linux/lib -Wl,--dynamic-linker=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/lib/ld.so
superenv executed: gcc-5 -pipe -O2 -o conftest -g -O2 conftest.c -isystem/mnt/linuxlab/home/rquackenbush1/.linuxbrew/include -L/mnt/linuxlab/home/rquackenbush1/.linuxbrew/lib -B/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/glibc/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/Cellar/glib/2.58.1/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/ncurses/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/zlib/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/gettext/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/libffi/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/bzip2/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/pcre/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/gdbm/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/openssl/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/readline/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/sqlite/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/python@2/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/util-linux/lib -Wl,--dynamic-linker=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/lib/ld.so
gcc-5 called with: -o conftest -g -O2 conftest.c
superenv added: -pipe -isystem/mnt/linuxlab/home/rquackenbush1/.linuxbrew/include -L/mnt/linuxlab/home/rquackenbush1/.linuxbrew/lib -B/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/glibc/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/Cellar/glib/2.58.1/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/ncurses/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/zlib/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/gettext/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/libffi/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/bzip2/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/pcre/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/gdbm/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/openssl/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/readline/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/sqlite/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/python@2/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/util-linux/lib -Wl,--dynamic-linker=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/lib/ld.so
superenv executed: gcc-5 -pipe -O2 -o conftest -g -O2 conftest.c -isystem/mnt/linuxlab/home/rquackenbush1/.linuxbrew/include -L/mnt/linuxlab/home/rquackenbush1/.linuxbrew/lib -B/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/glibc/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/Cellar/glib/2.58.1/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/ncurses/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/zlib/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/gettext/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/libffi/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/bzip2/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/pcre/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/gdbm/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/openssl/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/readline/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/sqlite/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/python@2/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/util-linux/lib -Wl,--dynamic-linker=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/lib/ld.so
gcc-5 called with: -o conftest -g -O2 conftest.c
superenv added: -pipe -isystem/mnt/linuxlab/home/rquackenbush1/.linuxbrew/include -L/mnt/linuxlab/home/rquackenbush1/.linuxbrew/lib -B/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/glibc/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/Cellar/glib/2.58.1/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/ncurses/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/zlib/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/gettext/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/libffi/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/bzip2/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/pcre/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/gdbm/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/openssl/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/readline/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/sqlite/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/python@2/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/util-linux/lib -Wl,--dynamic-linker=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/lib/ld.so
superenv executed: gcc-5 -pipe -O2 -o conftest -g -O2 conftest.c -isystem/mnt/linuxlab/home/rquackenbush1/.linuxbrew/include -L/mnt/linuxlab/home/rquackenbush1/.linuxbrew/lib -B/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/glibc/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/Cellar/glib/2.58.1/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/ncurses/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/zlib/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/gettext/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/libffi/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/bzip2/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/pcre/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/gdbm/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/openssl/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/readline/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/sqlite/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/python@2/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/util-linux/lib -Wl,--dynamic-linker=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/lib/ld.so
gcc-5 called with: -o conftest -g -O2 conftest.c
superenv added: -pipe -isystem/mnt/linuxlab/home/rquackenbush1/.linuxbrew/include -L/mnt/linuxlab/home/rquackenbush1/.linuxbrew/lib -B/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/glibc/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/Cellar/glib/2.58.1/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/ncurses/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/zlib/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/gettext/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/libffi/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/bzip2/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/pcre/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/gdbm/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/openssl/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/readline/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/sqlite/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/python@2/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/util-linux/lib -Wl,--dynamic-linker=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/lib/ld.so
superenv executed: gcc-5 -pipe -O2 -o conftest -g -O2 conftest.c -isystem/mnt/linuxlab/home/rquackenbush1/.linuxbrew/include -L/mnt/linuxlab/home/rquackenbush1/.linuxbrew/lib -B/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/glibc/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/Cellar/glib/2.58.1/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/ncurses/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/zlib/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/gettext/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/libffi/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/bzip2/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/pcre/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/gdbm/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/openssl/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/readline/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/sqlite/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/python@2/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/util-linux/lib -Wl,--dynamic-linker=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/lib/ld.so
gcc-5 called with: -o conftest -g -O2 conftest.c
superenv added: -pipe -isystem/mnt/linuxlab/home/rquackenbush1/.linuxbrew/include -L/mnt/linuxlab/home/rquackenbush1/.linuxbrew/lib -B/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/glibc/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/Cellar/glib/2.58.1/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/ncurses/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/zlib/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/gettext/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/libffi/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/bzip2/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/pcre/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/gdbm/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/openssl/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/readline/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/sqlite/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/python@2/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/util-linux/lib -Wl,--dynamic-linker=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/lib/ld.so
superenv executed: gcc-5 -pipe -O2 -o conftest -g -O2 conftest.c -isystem/mnt/linuxlab/home/rquackenbush1/.linuxbrew/include -L/mnt/linuxlab/home/rquackenbush1/.linuxbrew/lib -B/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/glibc/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/Cellar/glib/2.58.1/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/ncurses/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/zlib/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/gettext/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/libffi/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/bzip2/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/pcre/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/gdbm/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/openssl/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/readline/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/sqlite/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/python@2/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/util-linux/lib -Wl,--dynamic-linker=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/lib/ld.so
gcc-5 called with: -o conftest -g -O2 conftest.c
superenv added: -pipe -isystem/mnt/linuxlab/home/rquackenbush1/.linuxbrew/include -L/mnt/linuxlab/home/rquackenbush1/.linuxbrew/lib -B/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/glibc/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/Cellar/glib/2.58.1/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/ncurses/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/zlib/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/gettext/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/libffi/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/bzip2/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/pcre/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/gdbm/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/openssl/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/readline/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/sqlite/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/python@2/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/util-linux/lib -Wl,--dynamic-linker=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/lib/ld.so
superenv executed: gcc-5 -pipe -O2 -o conftest -g -O2 conftest.c -isystem/mnt/linuxlab/home/rquackenbush1/.linuxbrew/include -L/mnt/linuxlab/home/rquackenbush1/.linuxbrew/lib -B/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/glibc/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/Cellar/glib/2.58.1/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/ncurses/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/zlib/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/gettext/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/libffi/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/bzip2/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/pcre/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/gdbm/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/openssl/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/readline/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/sqlite/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/python@2/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/util-linux/lib -Wl,--dynamic-linker=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/lib/ld.so
gcc-5 called with: -o conftest -g -O2 conftest.c
superenv added: -pipe -isystem/mnt/linuxlab/home/rquackenbush1/.linuxbrew/include -L/mnt/linuxlab/home/rquackenbush1/.linuxbrew/lib -B/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/glibc/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/Cellar/glib/2.58.1/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/ncurses/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/zlib/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/gettext/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/libffi/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/bzip2/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/pcre/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/gdbm/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/openssl/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/readline/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/sqlite/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/python@2/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/util-linux/lib -Wl,--dynamic-linker=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/lib/ld.so
superenv executed: gcc-5 -pipe -O2 -o conftest -g -O2 conftest.c -isystem/mnt/linuxlab/home/rquackenbush1/.linuxbrew/include -L/mnt/linuxlab/home/rquackenbush1/.linuxbrew/lib -B/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/glibc/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/Cellar/glib/2.58.1/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/ncurses/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/zlib/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/gettext/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/libffi/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/bzip2/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/pcre/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/gdbm/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/openssl/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/readline/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/sqlite/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/python@2/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/util-linux/lib -Wl,--dynamic-linker=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/lib/ld.so
gcc-5 called with: -o conftest -g -O2 conftest.c
superenv added: -pipe -isystem/mnt/linuxlab/home/rquackenbush1/.linuxbrew/include -L/mnt/linuxlab/home/rquackenbush1/.linuxbrew/lib -B/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/glibc/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/Cellar/glib/2.58.1/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/ncurses/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/zlib/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/gettext/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/libffi/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/bzip2/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/pcre/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/gdbm/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/openssl/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/readline/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/sqlite/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/python@2/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/util-linux/lib -Wl,--dynamic-linker=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/lib/ld.so
superenv executed: gcc-5 -pipe -O2 -o conftest -g -O2 conftest.c -isystem/mnt/linuxlab/home/rquackenbush1/.linuxbrew/include -L/mnt/linuxlab/home/rquackenbush1/.linuxbrew/lib -B/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/glibc/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/Cellar/glib/2.58.1/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/ncurses/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/zlib/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/gettext/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/libffi/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/bzip2/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/pcre/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/gdbm/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/openssl/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/readline/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/sqlite/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/python@2/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/util-linux/lib -Wl,--dynamic-linker=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/lib/ld.so
gcc-5 called with: -o conftest -g -O2 conftest.c
superenv added: -pipe -isystem/mnt/linuxlab/home/rquackenbush1/.linuxbrew/include -L/mnt/linuxlab/home/rquackenbush1/.linuxbrew/lib -B/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/glibc/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/Cellar/glib/2.58.1/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/ncurses/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/zlib/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/gettext/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/libffi/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/bzip2/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/pcre/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/gdbm/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/openssl/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/readline/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/sqlite/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/python@2/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/util-linux/lib -Wl,--dynamic-linker=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/lib/ld.so
superenv executed: gcc-5 -pipe -O2 -o conftest -g -O2 conftest.c -isystem/mnt/linuxlab/home/rquackenbush1/.linuxbrew/include -L/mnt/linuxlab/home/rquackenbush1/.linuxbrew/lib -B/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/glibc/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/Cellar/glib/2.58.1/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/ncurses/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/zlib/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/gettext/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/libffi/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/bzip2/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/pcre/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/gdbm/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/openssl/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/readline/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/sqlite/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/python@2/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/util-linux/lib -Wl,--dynamic-linker=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/lib/ld.so
gcc-5 called with: -o conftest -g -O2 conftest.c
superenv added: -pipe -isystem/mnt/linuxlab/home/rquackenbush1/.linuxbrew/include -L/mnt/linuxlab/home/rquackenbush1/.linuxbrew/lib -B/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/glibc/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/Cellar/glib/2.58.1/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/ncurses/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/zlib/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/gettext/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/libffi/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/bzip2/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/pcre/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/gdbm/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/openssl/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/readline/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/sqlite/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/python@2/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/util-linux/lib -Wl,--dynamic-linker=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/lib/ld.so
superenv executed: gcc-5 -pipe -O2 -o conftest -g -O2 conftest.c -isystem/mnt/linuxlab/home/rquackenbush1/.linuxbrew/include -L/mnt/linuxlab/home/rquackenbush1/.linuxbrew/lib -B/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/glibc/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/Cellar/glib/2.58.1/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/ncurses/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/zlib/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/gettext/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/libffi/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/bzip2/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/pcre/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/gdbm/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/openssl/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/readline/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/sqlite/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/python@2/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/util-linux/lib -Wl,--dynamic-linker=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/lib/ld.so
gcc-5 called with: -o conftest -g -O2 conftest.c -ldl
superenv added: -pipe -isystem/mnt/linuxlab/home/rquackenbush1/.linuxbrew/include -L/mnt/linuxlab/home/rquackenbush1/.linuxbrew/lib -B/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/glibc/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/Cellar/glib/2.58.1/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/ncurses/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/zlib/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/gettext/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/libffi/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/bzip2/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/pcre/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/gdbm/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/openssl/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/readline/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/sqlite/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/python@2/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/util-linux/lib -Wl,--dynamic-linker=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/lib/ld.so
superenv executed: gcc-5 -pipe -O2 -o conftest -g -O2 conftest.c -ldl -isystem/mnt/linuxlab/home/rquackenbush1/.linuxbrew/include -L/mnt/linuxlab/home/rquackenbush1/.linuxbrew/lib -B/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/glibc/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/Cellar/glib/2.58.1/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/ncurses/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/zlib/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/gettext/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/libffi/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/bzip2/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/pcre/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/gdbm/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/openssl/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/readline/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/sqlite/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/python@2/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/util-linux/lib -Wl,--dynamic-linker=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/lib/ld.so
gcc-5 called with: -o conftest -g -O2 conftest.c -ldl
superenv added: -pipe -isystem/mnt/linuxlab/home/rquackenbush1/.linuxbrew/include -L/mnt/linuxlab/home/rquackenbush1/.linuxbrew/lib -B/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/glibc/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/Cellar/glib/2.58.1/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/ncurses/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/zlib/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/gettext/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/libffi/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/bzip2/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/pcre/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/gdbm/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/openssl/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/readline/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/sqlite/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/python@2/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/util-linux/lib -Wl,--dynamic-linker=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/lib/ld.so
superenv executed: gcc-5 -pipe -O2 -o conftest -g -O2 conftest.c -ldl -isystem/mnt/linuxlab/home/rquackenbush1/.linuxbrew/include -L/mnt/linuxlab/home/rquackenbush1/.linuxbrew/lib -B/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/glibc/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/Cellar/glib/2.58.1/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/ncurses/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/zlib/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/gettext/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/libffi/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/bzip2/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/pcre/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/gdbm/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/openssl/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/readline/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/sqlite/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/python@2/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/util-linux/lib -Wl,--dynamic-linker=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/lib/ld.so
gcc-5 called with: -g -O2 -c plugin.c -fPIC -DPIC -o .libs/plugin.o
superenv added: -pipe -isystem/mnt/linuxlab/home/rquackenbush1/.linuxbrew/include
superenv executed: gcc-5 -pipe -O2 -g -O2 -c plugin.c -fPIC -DPIC -o .libs/plugin.o -isystem/mnt/linuxlab/home/rquackenbush1/.linuxbrew/include
gcc-5 called with: -g -O2 -c plugin.c -o plugin.o
superenv added: -pipe -isystem/mnt/linuxlab/home/rquackenbush1/.linuxbrew/include
superenv executed: gcc-5 -pipe -O2 -g -O2 -c plugin.c -o plugin.o -isystem/mnt/linuxlab/home/rquackenbush1/.linuxbrew/include
gcc-5 called with: -shared -fPIC -DPIC .libs/plugin.o -g -O2 -Wl,--export-dynamic -Wl,-soname -Wl,plugin.o -o .libs/plugin.o
superenv added: -pipe -isystem/mnt/linuxlab/home/rquackenbush1/.linuxbrew/include -L/mnt/linuxlab/home/rquackenbush1/.linuxbrew/lib -B/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/glibc/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/Cellar/glib/2.58.1/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/ncurses/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/zlib/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/gettext/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/libffi/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/bzip2/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/pcre/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/gdbm/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/openssl/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/readline/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/sqlite/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/python@2/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/util-linux/lib -Wl,--dynamic-linker=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/lib/ld.so
superenv executed: gcc-5 -pipe -O2 -shared -fPIC -DPIC .libs/plugin.o -g -O2 -Wl,--export-dynamic -Wl,-soname -Wl,plugin.o -o .libs/plugin.o -isystem/mnt/linuxlab/home/rquackenbush1/.linuxbrew/include -L/mnt/linuxlab/home/rquackenbush1/.linuxbrew/lib -B/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/glibc/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/Cellar/glib/2.58.1/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/ncurses/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/zlib/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/gettext/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/libffi/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/bzip2/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/pcre/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/gdbm/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/openssl/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/readline/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/sqlite/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/python@2/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/util-linux/lib -Wl,--dynamic-linker=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/lib/ld.so
gcc-5 called with: -o conftest -g -O2 -Wl,--export-dynamic conftest.c -ldl
superenv added: -pipe -isystem/mnt/linuxlab/home/rquackenbush1/.linuxbrew/include -L/mnt/linuxlab/home/rquackenbush1/.linuxbrew/lib -B/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/glibc/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/Cellar/glib/2.58.1/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/ncurses/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/zlib/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/gettext/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/libffi/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/bzip2/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/pcre/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/gdbm/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/openssl/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/readline/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/sqlite/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/python@2/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/util-linux/lib -Wl,--dynamic-linker=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/lib/ld.so
superenv executed: gcc-5 -pipe -O2 -o conftest -g -O2 -Wl,--export-dynamic conftest.c -ldl -isystem/mnt/linuxlab/home/rquackenbush1/.linuxbrew/include -L/mnt/linuxlab/home/rquackenbush1/.linuxbrew/lib -B/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/glibc/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/Cellar/glib/2.58.1/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/ncurses/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/zlib/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/gettext/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/libffi/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/bzip2/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/pcre/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/gdbm/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/openssl/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/readline/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/sqlite/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/python@2/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/util-linux/lib -Wl,--dynamic-linker=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/lib/ld.so
gcc-5 called with: -o conftest -g -O2 -Wl,--export-dynamic conftest.c -ldl
superenv added: -pipe -isystem/mnt/linuxlab/home/rquackenbush1/.linuxbrew/include -L/mnt/linuxlab/home/rquackenbush1/.linuxbrew/lib -B/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/glibc/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/Cellar/glib/2.58.1/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/ncurses/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/zlib/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/gettext/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/libffi/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/bzip2/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/pcre/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/gdbm/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/openssl/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/readline/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/sqlite/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/python@2/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/util-linux/lib -Wl,--dynamic-linker=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/lib/ld.so
superenv executed: gcc-5 -pipe -O2 -o conftest -g -O2 -Wl,--export-dynamic conftest.c -ldl -isystem/mnt/linuxlab/home/rquackenbush1/.linuxbrew/include -L/mnt/linuxlab/home/rquackenbush1/.linuxbrew/lib -B/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/glibc/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/Cellar/glib/2.58.1/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/ncurses/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/zlib/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/gettext/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/libffi/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/bzip2/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/pcre/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/gdbm/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/openssl/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/readline/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/sqlite/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/python@2/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/util-linux/lib -Wl,--dynamic-linker=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/lib/ld.so
gcc-5 called with: -c -g -O2 conftest.c
superenv added: -pipe -isystem/mnt/linuxlab/home/rquackenbush1/.linuxbrew/include
superenv executed: gcc-5 -pipe -O2 -c -g -O2 conftest.c -isystem/mnt/linuxlab/home/rquackenbush1/.linuxbrew/include
gcc-5 called with: -c -g -O2 conftest.c
superenv added: -pipe -isystem/mnt/linuxlab/home/rquackenbush1/.linuxbrew/include
superenv executed: gcc-5 -pipe -O2 -c -g -O2 conftest.c -isystem/mnt/linuxlab/home/rquackenbush1/.linuxbrew/include
gcc-5 called with: -c -g -O2 conftest.c
superenv added: -pipe -isystem/mnt/linuxlab/home/rquackenbush1/.linuxbrew/include
superenv executed: gcc-5 -pipe -O2 -c -g -O2 conftest.c -isystem/mnt/linuxlab/home/rquackenbush1/.linuxbrew/include
gcc-5 called with: -o conftest -g -O2 conftest.c -ldl
superenv added: -pipe -isystem/mnt/linuxlab/home/rquackenbush1/.linuxbrew/include -L/mnt/linuxlab/home/rquackenbush1/.linuxbrew/lib -B/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/glibc/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/Cellar/glib/2.58.1/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/ncurses/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/zlib/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/gettext/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/libffi/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/bzip2/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/pcre/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/gdbm/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/openssl/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/readline/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/sqlite/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/python@2/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/util-linux/lib -Wl,--dynamic-linker=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/lib/ld.so
superenv executed: gcc-5 -pipe -O2 -o conftest -g -O2 conftest.c -ldl -isystem/mnt/linuxlab/home/rquackenbush1/.linuxbrew/include -L/mnt/linuxlab/home/rquackenbush1/.linuxbrew/lib -B/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/glibc/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/Cellar/glib/2.58.1/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/ncurses/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/zlib/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/gettext/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/libffi/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/bzip2/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/pcre/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/gdbm/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/openssl/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/readline/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/sqlite/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/python@2/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/util-linux/lib -Wl,--dynamic-linker=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/lib/ld.so
gcc-5 called with: -c -g -O2 conftest.c
superenv added: -pipe -isystem/mnt/linuxlab/home/rquackenbush1/.linuxbrew/include
superenv executed: gcc-5 -pipe -O2 -c -g -O2 conftest.c -isystem/mnt/linuxlab/home/rquackenbush1/.linuxbrew/include
gcc-5 called with: -E conftest.c
superenv added: -isystem/mnt/linuxlab/home/rquackenbush1/.linuxbrew/include
superenv executed: gcc-5 -E conftest.c -isystem/mnt/linuxlab/home/rquackenbush1/.linuxbrew/include
gcc-5 called with: -o conftest -g -O2 conftest.c
superenv added: -pipe -isystem/mnt/linuxlab/home/rquackenbush1/.linuxbrew/include -L/mnt/linuxlab/home/rquackenbush1/.linuxbrew/lib -B/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/glibc/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/Cellar/glib/2.58.1/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/ncurses/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/zlib/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/gettext/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/libffi/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/bzip2/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/pcre/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/gdbm/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/openssl/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/readline/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/sqlite/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/python@2/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/util-linux/lib -Wl,--dynamic-linker=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/lib/ld.so
superenv executed: gcc-5 -pipe -O2 -o conftest -g -O2 conftest.c -isystem/mnt/linuxlab/home/rquackenbush1/.linuxbrew/include -L/mnt/linuxlab/home/rquackenbush1/.linuxbrew/lib -B/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/glibc/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/Cellar/glib/2.58.1/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/ncurses/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/zlib/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/gettext/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/libffi/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/bzip2/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/pcre/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/gdbm/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/openssl/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/readline/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/sqlite/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/python@2/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/util-linux/lib -Wl,--dynamic-linker=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/lib/ld.so
gcc-5 called with: -c -g -O2 conftest.c
superenv added: -pipe -isystem/mnt/linuxlab/home/rquackenbush1/.linuxbrew/include
superenv executed: gcc-5 -pipe -O2 -c -g -O2 conftest.c -isystem/mnt/linuxlab/home/rquackenbush1/.linuxbrew/include
gcc-5 called with: -E conftest.c
superenv added: -isystem/mnt/linuxlab/home/rquackenbush1/.linuxbrew/include
superenv executed: gcc-5 -E conftest.c -isystem/mnt/linuxlab/home/rquackenbush1/.linuxbrew/include
gcc-5 called with: -o conftest -g -O2 conftest.c -lfam
superenv added: -pipe -isystem/mnt/linuxlab/home/rquackenbush1/.linuxbrew/include -L/mnt/linuxlab/home/rquackenbush1/.linuxbrew/lib -B/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/glibc/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/Cellar/glib/2.58.1/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/ncurses/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/zlib/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/gettext/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/libffi/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/bzip2/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/pcre/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/gdbm/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/openssl/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/readline/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/sqlite/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/python@2/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/util-linux/lib -Wl,--dynamic-linker=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/lib/ld.so
superenv executed: gcc-5 -pipe -O2 -o conftest -g -O2 conftest.c -lfam -isystem/mnt/linuxlab/home/rquackenbush1/.linuxbrew/include -L/mnt/linuxlab/home/rquackenbush1/.linuxbrew/lib -B/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/glibc/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/Cellar/glib/2.58.1/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/ncurses/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/zlib/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/gettext/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/libffi/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/bzip2/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/pcre/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/gdbm/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/openssl/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/readline/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/sqlite/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/python@2/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/util-linux/lib -Wl,--dynamic-linker=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/lib/ld.so
gcc-5 called with: -o conftest -g -O2 conftest.c -lc
superenv added: -pipe -isystem/mnt/linuxlab/home/rquackenbush1/.linuxbrew/include -L/mnt/linuxlab/home/rquackenbush1/.linuxbrew/lib -B/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/glibc/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/Cellar/glib/2.58.1/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/ncurses/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/zlib/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/gettext/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/libffi/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/bzip2/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/pcre/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/gdbm/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/openssl/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/readline/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/sqlite/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/python@2/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/util-linux/lib -Wl,--dynamic-linker=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/lib/ld.so
superenv executed: gcc-5 -pipe -O2 -o conftest -g -O2 conftest.c -lc -isystem/mnt/linuxlab/home/rquackenbush1/.linuxbrew/include -L/mnt/linuxlab/home/rquackenbush1/.linuxbrew/lib -B/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/glibc/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/Cellar/glib/2.58.1/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/ncurses/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/zlib/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/gettext/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/libffi/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/bzip2/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/pcre/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/gdbm/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/openssl/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/readline/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/sqlite/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/python@2/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/util-linux/lib -Wl,--dynamic-linker=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/lib/ld.so
gcc-5 called with: -c -g -O2 conftest.c
superenv added: -pipe -isystem/mnt/linuxlab/home/rquackenbush1/.linuxbrew/include
superenv executed: gcc-5 -pipe -O2 -c -g -O2 conftest.c -isystem/mnt/linuxlab/home/rquackenbush1/.linuxbrew/include
gcc-5 called with: -E conftest.c
superenv added: -isystem/mnt/linuxlab/home/rquackenbush1/.linuxbrew/include
superenv executed: gcc-5 -E conftest.c -isystem/mnt/linuxlab/home/rquackenbush1/.linuxbrew/include
gcc-5 called with: -c -g -O2 conftest.c
superenv added: -pipe -isystem/mnt/linuxlab/home/rquackenbush1/.linuxbrew/include
superenv executed: gcc-5 -pipe -O2 -c -g -O2 conftest.c -isystem/mnt/linuxlab/home/rquackenbush1/.linuxbrew/include
gcc-5 called with: -c -g -O2 conftest.c
superenv added: -pipe -isystem/mnt/linuxlab/home/rquackenbush1/.linuxbrew/include
superenv executed: gcc-5 -pipe -O2 -c -g -O2 conftest.c -isystem/mnt/linuxlab/home/rquackenbush1/.linuxbrew/include
gcc-5 called with: -o conftest -g -O2 -pthread conftest.c
superenv added: -pipe -isystem/mnt/linuxlab/home/rquackenbush1/.linuxbrew/include -L/mnt/linuxlab/home/rquackenbush1/.linuxbrew/lib -B/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/glibc/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/Cellar/glib/2.58.1/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/ncurses/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/zlib/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/gettext/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/libffi/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/bzip2/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/pcre/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/gdbm/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/openssl/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/readline/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/sqlite/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/python@2/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/util-linux/lib -Wl,--dynamic-linker=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/lib/ld.so
superenv executed: gcc-5 -pipe -O2 -o conftest -g -O2 -pthread conftest.c -isystem/mnt/linuxlab/home/rquackenbush1/.linuxbrew/include -L/mnt/linuxlab/home/rquackenbush1/.linuxbrew/lib -B/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/glibc/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/Cellar/glib/2.58.1/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/ncurses/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/zlib/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/gettext/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/libffi/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/bzip2/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/pcre/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/gdbm/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/openssl/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/readline/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/sqlite/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/python@2/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/util-linux/lib -Wl,--dynamic-linker=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/lib/ld.so
gcc-5 called with: -E -pthread conftest.c
superenv added: -isystem/mnt/linuxlab/home/rquackenbush1/.linuxbrew/include
superenv executed: gcc-5 -E -pthread conftest.c -isystem/mnt/linuxlab/home/rquackenbush1/.linuxbrew/include
gcc-5 called with: -o conftest -g -O2 -pthread conftest.c
superenv added: -pipe -isystem/mnt/linuxlab/home/rquackenbush1/.linuxbrew/include -L/mnt/linuxlab/home/rquackenbush1/.linuxbrew/lib -B/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/glibc/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/Cellar/glib/2.58.1/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/ncurses/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/zlib/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/gettext/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/libffi/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/bzip2/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/pcre/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/gdbm/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/openssl/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/readline/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/sqlite/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/python@2/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/util-linux/lib -Wl,--dynamic-linker=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/lib/ld.so
superenv executed: gcc-5 -pipe -O2 -o conftest -g -O2 -pthread conftest.c -isystem/mnt/linuxlab/home/rquackenbush1/.linuxbrew/include -L/mnt/linuxlab/home/rquackenbush1/.linuxbrew/lib -B/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/glibc/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/Cellar/glib/2.58.1/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/ncurses/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/zlib/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/gettext/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/libffi/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/bzip2/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/pcre/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/gdbm/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/openssl/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/readline/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/sqlite/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/python@2/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/util-linux/lib -Wl,--dynamic-linker=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/lib/ld.so
gcc-5 called with: -o conftest -g -O2 -pthread conftest.c
superenv added: -pipe -isystem/mnt/linuxlab/home/rquackenbush1/.linuxbrew/include -L/mnt/linuxlab/home/rquackenbush1/.linuxbrew/lib -B/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/glibc/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/Cellar/glib/2.58.1/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/ncurses/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/zlib/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/gettext/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/libffi/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/bzip2/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/pcre/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/gdbm/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/openssl/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/readline/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/sqlite/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/python@2/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/util-linux/lib -Wl,--dynamic-linker=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/lib/ld.so
superenv executed: gcc-5 -pipe -O2 -o conftest -g -O2 -pthread conftest.c -isystem/mnt/linuxlab/home/rquackenbush1/.linuxbrew/include -L/mnt/linuxlab/home/rquackenbush1/.linuxbrew/lib -B/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/glibc/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/Cellar/glib/2.58.1/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/ncurses/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/zlib/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/gettext/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/libffi/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/bzip2/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/pcre/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/gdbm/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/openssl/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/readline/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/sqlite/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/python@2/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/util-linux/lib -Wl,--dynamic-linker=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/lib/ld.so
gcc-5 called with: -o conftest -g -O2 -pthread conftest.c
superenv added: -pipe -isystem/mnt/linuxlab/home/rquackenbush1/.linuxbrew/include -L/mnt/linuxlab/home/rquackenbush1/.linuxbrew/lib -B/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/glibc/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/Cellar/glib/2.58.1/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/ncurses/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/zlib/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/gettext/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/libffi/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/bzip2/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/pcre/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/gdbm/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/openssl/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/readline/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/sqlite/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/python@2/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/util-linux/lib -Wl,--dynamic-linker=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/lib/ld.so
superenv executed: gcc-5 -pipe -O2 -o conftest -g -O2 -pthread conftest.c -isystem/mnt/linuxlab/home/rquackenbush1/.linuxbrew/include -L/mnt/linuxlab/home/rquackenbush1/.linuxbrew/lib -B/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/glibc/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/Cellar/glib/2.58.1/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/ncurses/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/zlib/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/gettext/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/libffi/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/bzip2/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/pcre/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/gdbm/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/openssl/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/readline/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/sqlite/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/python@2/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/util-linux/lib -Wl,--dynamic-linker=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/lib/ld.so
gcc-5 called with: -o conftest -g -O2 -pthread conftest.c -pthread
superenv added: -pipe -isystem/mnt/linuxlab/home/rquackenbush1/.linuxbrew/include -L/mnt/linuxlab/home/rquackenbush1/.linuxbrew/lib -B/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/glibc/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/Cellar/glib/2.58.1/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/ncurses/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/zlib/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/gettext/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/libffi/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/bzip2/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/pcre/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/gdbm/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/openssl/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/readline/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/sqlite/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/python@2/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/util-linux/lib -Wl,--dynamic-linker=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/lib/ld.so
superenv executed: gcc-5 -pipe -O2 -o conftest -g -O2 -pthread conftest.c -pthread -isystem/mnt/linuxlab/home/rquackenbush1/.linuxbrew/include -L/mnt/linuxlab/home/rquackenbush1/.linuxbrew/lib -B/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/glibc/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/Cellar/glib/2.58.1/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/ncurses/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/zlib/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/gettext/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/libffi/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/bzip2/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/pcre/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/gdbm/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/openssl/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/readline/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/sqlite/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/python@2/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/util-linux/lib -Wl,--dynamic-linker=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/lib/ld.so
gcc-5 called with: -o conftest -g -O2 -pthread conftest.c -pthread
superenv added: -pipe -isystem/mnt/linuxlab/home/rquackenbush1/.linuxbrew/include -L/mnt/linuxlab/home/rquackenbush1/.linuxbrew/lib -B/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/glibc/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/Cellar/glib/2.58.1/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/ncurses/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/zlib/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/gettext/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/libffi/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/bzip2/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/pcre/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/gdbm/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/openssl/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/readline/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/sqlite/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/python@2/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/util-linux/lib -Wl,--dynamic-linker=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/lib/ld.so
superenv executed: gcc-5 -pipe -O2 -o conftest -g -O2 -pthread conftest.c -pthread -isystem/mnt/linuxlab/home/rquackenbush1/.linuxbrew/include -L/mnt/linuxlab/home/rquackenbush1/.linuxbrew/lib -B/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/glibc/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/Cellar/glib/2.58.1/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/ncurses/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/zlib/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/gettext/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/libffi/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/bzip2/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/pcre/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/gdbm/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/openssl/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/readline/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/sqlite/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/python@2/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/util-linux/lib -Wl,--dynamic-linker=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/lib/ld.so
gcc-5 called with: -o conftest -g -O2 -pthread conftest.c -pthread
superenv added: -pipe -isystem/mnt/linuxlab/home/rquackenbush1/.linuxbrew/include -L/mnt/linuxlab/home/rquackenbush1/.linuxbrew/lib -B/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/glibc/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/Cellar/glib/2.58.1/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/ncurses/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/zlib/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/gettext/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/libffi/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/bzip2/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/pcre/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/gdbm/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/openssl/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/readline/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/sqlite/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/python@2/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/util-linux/lib -Wl,--dynamic-linker=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/lib/ld.so
superenv executed: gcc-5 -pipe -O2 -o conftest -g -O2 -pthread conftest.c -pthread -isystem/mnt/linuxlab/home/rquackenbush1/.linuxbrew/include -L/mnt/linuxlab/home/rquackenbush1/.linuxbrew/lib -B/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/glibc/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/Cellar/glib/2.58.1/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/ncurses/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/zlib/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/gettext/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/libffi/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/bzip2/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/pcre/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/gdbm/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/openssl/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/readline/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/sqlite/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/python@2/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/util-linux/lib -Wl,--dynamic-linker=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/lib/ld.so
gcc-5 called with: -o conftest -g -O2 -pthread conftest.c -pthread
superenv added: -pipe -isystem/mnt/linuxlab/home/rquackenbush1/.linuxbrew/include -L/mnt/linuxlab/home/rquackenbush1/.linuxbrew/lib -B/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/glibc/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/Cellar/glib/2.58.1/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/ncurses/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/zlib/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/gettext/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/libffi/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/bzip2/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/pcre/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/gdbm/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/openssl/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/readline/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/sqlite/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/python@2/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/util-linux/lib -Wl,--dynamic-linker=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/lib/ld.so
superenv executed: gcc-5 -pipe -O2 -o conftest -g -O2 -pthread conftest.c -pthread -isystem/mnt/linuxlab/home/rquackenbush1/.linuxbrew/include -L/mnt/linuxlab/home/rquackenbush1/.linuxbrew/lib -B/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/glibc/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/Cellar/glib/2.58.1/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/ncurses/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/zlib/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/gettext/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/libffi/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/bzip2/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/pcre/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/gdbm/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/openssl/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/readline/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/sqlite/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/python@2/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/util-linux/lib -Wl,--dynamic-linker=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/lib/ld.so
gcc-5 called with: -o conftest -g -O2 -pthread conftest.c -pthread
superenv added: -pipe -isystem/mnt/linuxlab/home/rquackenbush1/.linuxbrew/include -L/mnt/linuxlab/home/rquackenbush1/.linuxbrew/lib -B/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/glibc/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/Cellar/glib/2.58.1/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/ncurses/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/zlib/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/gettext/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/libffi/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/bzip2/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/pcre/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/gdbm/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/openssl/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/readline/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/sqlite/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/python@2/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/util-linux/lib -Wl,--dynamic-linker=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/lib/ld.so
superenv executed: gcc-5 -pipe -O2 -o conftest -g -O2 -pthread conftest.c -pthread -isystem/mnt/linuxlab/home/rquackenbush1/.linuxbrew/include -L/mnt/linuxlab/home/rquackenbush1/.linuxbrew/lib -B/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/glibc/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/Cellar/glib/2.58.1/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/ncurses/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/zlib/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/gettext/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/libffi/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/bzip2/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/pcre/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/gdbm/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/openssl/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/readline/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/sqlite/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/python@2/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/util-linux/lib -Wl,--dynamic-linker=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/lib/ld.so
gcc-5 called with: -o conftest -g -O2 -pthread conftest.c -pthread
superenv added: -pipe -isystem/mnt/linuxlab/home/rquackenbush1/.linuxbrew/include -L/mnt/linuxlab/home/rquackenbush1/.linuxbrew/lib -B/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/glibc/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/Cellar/glib/2.58.1/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/ncurses/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/zlib/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/gettext/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/libffi/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/bzip2/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/pcre/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/gdbm/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/openssl/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/readline/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/sqlite/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/python@2/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/util-linux/lib -Wl,--dynamic-linker=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/lib/ld.so
superenv executed: gcc-5 -pipe -O2 -o conftest -g -O2 -pthread conftest.c -pthread -isystem/mnt/linuxlab/home/rquackenbush1/.linuxbrew/include -L/mnt/linuxlab/home/rquackenbush1/.linuxbrew/lib -B/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/glibc/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/Cellar/glib/2.58.1/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/ncurses/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/zlib/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/gettext/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/libffi/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/bzip2/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/pcre/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/gdbm/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/openssl/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/readline/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/sqlite/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/python@2/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/util-linux/lib -Wl,--dynamic-linker=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/lib/ld.so
gcc-5 called with: -o conftest -g -O2 -pthread conftest.c
superenv added: -pipe -isystem/mnt/linuxlab/home/rquackenbush1/.linuxbrew/include -L/mnt/linuxlab/home/rquackenbush1/.linuxbrew/lib -B/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/glibc/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/Cellar/glib/2.58.1/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/ncurses/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/zlib/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/gettext/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/libffi/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/bzip2/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/pcre/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/gdbm/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/openssl/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/readline/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/sqlite/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/python@2/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/util-linux/lib -Wl,--dynamic-linker=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/lib/ld.so
superenv executed: gcc-5 -pipe -O2 -o conftest -g -O2 -pthread conftest.c -isystem/mnt/linuxlab/home/rquackenbush1/.linuxbrew/include -L/mnt/linuxlab/home/rquackenbush1/.linuxbrew/lib -B/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/glibc/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/Cellar/glib/2.58.1/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/ncurses/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/zlib/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/gettext/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/libffi/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/bzip2/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/pcre/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/gdbm/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/openssl/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/readline/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/sqlite/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/python@2/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/util-linux/lib -Wl,--dynamic-linker=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/lib/ld.so
gcc-5 called with: -o conftest -g -O2 -pthread conftest.c
superenv added: -pipe -isystem/mnt/linuxlab/home/rquackenbush1/.linuxbrew/include -L/mnt/linuxlab/home/rquackenbush1/.linuxbrew/lib -B/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/glibc/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/Cellar/glib/2.58.1/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/ncurses/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/zlib/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/gettext/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/libffi/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/bzip2/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/pcre/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/gdbm/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/openssl/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/readline/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/sqlite/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/python@2/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/util-linux/lib -Wl,--dynamic-linker=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/lib/ld.so
superenv executed: gcc-5 -pipe -O2 -o conftest -g -O2 -pthread conftest.c -isystem/mnt/linuxlab/home/rquackenbush1/.linuxbrew/include -L/mnt/linuxlab/home/rquackenbush1/.linuxbrew/lib -B/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/glibc/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/Cellar/glib/2.58.1/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/ncurses/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/zlib/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/gettext/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/libffi/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/bzip2/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/pcre/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/gdbm/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/openssl/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/readline/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/sqlite/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/python@2/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/util-linux/lib -Wl,--dynamic-linker=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/lib/ld.so
gcc-5 called with: -o conftest -g -O2 -pthread conftest.c
superenv added: -pipe -isystem/mnt/linuxlab/home/rquackenbush1/.linuxbrew/include -L/mnt/linuxlab/home/rquackenbush1/.linuxbrew/lib -B/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/glibc/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/Cellar/glib/2.58.1/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/ncurses/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/zlib/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/gettext/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/libffi/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/bzip2/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/pcre/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/gdbm/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/openssl/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/readline/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/sqlite/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/python@2/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/util-linux/lib -Wl,--dynamic-linker=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/lib/ld.so
superenv executed: gcc-5 -pipe -O2 -o conftest -g -O2 -pthread conftest.c -isystem/mnt/linuxlab/home/rquackenbush1/.linuxbrew/include -L/mnt/linuxlab/home/rquackenbush1/.linuxbrew/lib -B/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/glibc/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/Cellar/glib/2.58.1/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/ncurses/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/zlib/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/gettext/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/libffi/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/bzip2/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/pcre/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/gdbm/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/openssl/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/readline/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/sqlite/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/python@2/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/util-linux/lib -Wl,--dynamic-linker=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/lib/ld.so
gcc-5 called with: -c -g -O2 -pthread conftest.c
superenv added: -pipe -isystem/mnt/linuxlab/home/rquackenbush1/.linuxbrew/include
superenv executed: gcc-5 -pipe -O2 -c -g -O2 -pthread conftest.c -isystem/mnt/linuxlab/home/rquackenbush1/.linuxbrew/include
gcc-5 called with: -c -g -O2 -pthread conftest.c
superenv added: -pipe -isystem/mnt/linuxlab/home/rquackenbush1/.linuxbrew/include
superenv executed: gcc-5 -pipe -O2 -c -g -O2 -pthread conftest.c -isystem/mnt/linuxlab/home/rquackenbush1/.linuxbrew/include
gcc-5 called with: -o conftest -g -O2 -pthread conftest.c
superenv added: -pipe -isystem/mnt/linuxlab/home/rquackenbush1/.linuxbrew/include -L/mnt/linuxlab/home/rquackenbush1/.linuxbrew/lib -B/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/glibc/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/Cellar/glib/2.58.1/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/ncurses/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/zlib/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/gettext/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/libffi/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/bzip2/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/pcre/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/gdbm/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/openssl/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/readline/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/sqlite/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/python@2/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/util-linux/lib -Wl,--dynamic-linker=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/lib/ld.so
superenv executed: gcc-5 -pipe -O2 -o conftest -g -O2 -pthread conftest.c -isystem/mnt/linuxlab/home/rquackenbush1/.linuxbrew/include -L/mnt/linuxlab/home/rquackenbush1/.linuxbrew/lib -B/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/glibc/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/Cellar/glib/2.58.1/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/ncurses/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/zlib/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/gettext/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/libffi/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/bzip2/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/pcre/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/gdbm/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/openssl/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/readline/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/sqlite/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/python@2/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/util-linux/lib -Wl,--dynamic-linker=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/lib/ld.so
gcc-5 called with: -o conftest -g -O2 -pthread conftest.c
superenv added: -pipe -isystem/mnt/linuxlab/home/rquackenbush1/.linuxbrew/include -L/mnt/linuxlab/home/rquackenbush1/.linuxbrew/lib -B/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/glibc/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/Cellar/glib/2.58.1/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/ncurses/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/zlib/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/gettext/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/libffi/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/bzip2/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/pcre/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/gdbm/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/openssl/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/readline/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/sqlite/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/python@2/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/util-linux/lib -Wl,--dynamic-linker=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/lib/ld.so
superenv executed: gcc-5 -pipe -O2 -o conftest -g -O2 -pthread conftest.c -isystem/mnt/linuxlab/home/rquackenbush1/.linuxbrew/include -L/mnt/linuxlab/home/rquackenbush1/.linuxbrew/lib -B/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/glibc/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/Cellar/glib/2.58.1/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/ncurses/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/zlib/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/gettext/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/libffi/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/bzip2/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/pcre/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/gdbm/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/openssl/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/readline/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/sqlite/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/python@2/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/util-linux/lib -Wl,--dynamic-linker=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/lib/ld.so
gcc-5 called with: -o conftest -g -O2 -pthread conftest.c
superenv added: -pipe -isystem/mnt/linuxlab/home/rquackenbush1/.linuxbrew/include -L/mnt/linuxlab/home/rquackenbush1/.linuxbrew/lib -B/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/glibc/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/Cellar/glib/2.58.1/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/ncurses/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/zlib/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/gettext/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/libffi/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/bzip2/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/pcre/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/gdbm/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/openssl/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/readline/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/sqlite/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/python@2/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/util-linux/lib -Wl,--dynamic-linker=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/lib/ld.so
superenv executed: gcc-5 -pipe -O2 -o conftest -g -O2 -pthread conftest.c -isystem/mnt/linuxlab/home/rquackenbush1/.linuxbrew/include -L/mnt/linuxlab/home/rquackenbush1/.linuxbrew/lib -B/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/glibc/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/Cellar/glib/2.58.1/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/ncurses/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/zlib/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/gettext/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/libffi/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/bzip2/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/pcre/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/gdbm/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/openssl/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/readline/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/sqlite/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/python@2/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/util-linux/lib -Wl,--dynamic-linker=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/lib/ld.so
gcc-5 called with: -o conftest -g -O2 -pthread conftest.c
superenv added: -pipe -isystem/mnt/linuxlab/home/rquackenbush1/.linuxbrew/include -L/mnt/linuxlab/home/rquackenbush1/.linuxbrew/lib -B/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/glibc/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/Cellar/glib/2.58.1/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/ncurses/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/zlib/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/gettext/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/libffi/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/bzip2/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/pcre/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/gdbm/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/openssl/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/readline/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/sqlite/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/python@2/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/util-linux/lib -Wl,--dynamic-linker=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/lib/ld.so
superenv executed: gcc-5 -pipe -O2 -o conftest -g -O2 -pthread conftest.c -isystem/mnt/linuxlab/home/rquackenbush1/.linuxbrew/include -L/mnt/linuxlab/home/rquackenbush1/.linuxbrew/lib -B/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/glibc/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/Cellar/glib/2.58.1/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/ncurses/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/zlib/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/gettext/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/libffi/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/bzip2/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/pcre/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/gdbm/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/openssl/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/readline/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/sqlite/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/python@2/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/util-linux/lib -Wl,--dynamic-linker=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/lib/ld.so
gcc-5 called with: -o conftest -g -O2 -pthread conftest.c
superenv added: -pipe -isystem/mnt/linuxlab/home/rquackenbush1/.linuxbrew/include -L/mnt/linuxlab/home/rquackenbush1/.linuxbrew/lib -B/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/glibc/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/Cellar/glib/2.58.1/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/ncurses/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/zlib/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/gettext/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/libffi/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/bzip2/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/pcre/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/gdbm/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/openssl/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/readline/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/sqlite/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/python@2/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/util-linux/lib -Wl,--dynamic-linker=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/lib/ld.so
superenv executed: gcc-5 -pipe -O2 -o conftest -g -O2 -pthread conftest.c -isystem/mnt/linuxlab/home/rquackenbush1/.linuxbrew/include -L/mnt/linuxlab/home/rquackenbush1/.linuxbrew/lib -B/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/glibc/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/Cellar/glib/2.58.1/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/ncurses/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/zlib/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/gettext/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/libffi/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/bzip2/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/pcre/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/gdbm/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/openssl/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/readline/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/sqlite/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/python@2/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/util-linux/lib -Wl,--dynamic-linker=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/lib/ld.so
gcc-5 called with: -o conftest -g -O2 -pthread conftest.c
superenv added: -pipe -isystem/mnt/linuxlab/home/rquackenbush1/.linuxbrew/include -L/mnt/linuxlab/home/rquackenbush1/.linuxbrew/lib -B/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/glibc/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/Cellar/glib/2.58.1/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/ncurses/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/zlib/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/gettext/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/libffi/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/bzip2/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/pcre/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/gdbm/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/openssl/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/readline/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/sqlite/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/python@2/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/util-linux/lib -Wl,--dynamic-linker=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/lib/ld.so
superenv executed: gcc-5 -pipe -O2 -o conftest -g -O2 -pthread conftest.c -isystem/mnt/linuxlab/home/rquackenbush1/.linuxbrew/include -L/mnt/linuxlab/home/rquackenbush1/.linuxbrew/lib -B/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/glibc/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/Cellar/glib/2.58.1/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/ncurses/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/zlib/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/gettext/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/libffi/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/bzip2/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/pcre/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/gdbm/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/openssl/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/readline/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/sqlite/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/python@2/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/util-linux/lib -Wl,--dynamic-linker=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/lib/ld.so
gcc-5 called with: -o conftest -g -O2 -pthread conftest.c
superenv added: -pipe -isystem/mnt/linuxlab/home/rquackenbush1/.linuxbrew/include -L/mnt/linuxlab/home/rquackenbush1/.linuxbrew/lib -B/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/glibc/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/Cellar/glib/2.58.1/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/ncurses/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/zlib/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/gettext/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/libffi/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/bzip2/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/pcre/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/gdbm/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/openssl/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/readline/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/sqlite/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/python@2/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/util-linux/lib -Wl,--dynamic-linker=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/lib/ld.so
superenv executed: gcc-5 -pipe -O2 -o conftest -g -O2 -pthread conftest.c -isystem/mnt/linuxlab/home/rquackenbush1/.linuxbrew/include -L/mnt/linuxlab/home/rquackenbush1/.linuxbrew/lib -B/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/glibc/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/Cellar/glib/2.58.1/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/ncurses/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/zlib/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/gettext/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/libffi/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/bzip2/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/pcre/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/gdbm/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/openssl/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/readline/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/sqlite/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/python@2/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/util-linux/lib -Wl,--dynamic-linker=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/lib/ld.so
gcc-5 called with: -o conftest -g -O2 -I/mnt/linuxlab/home/rquackenbush1/.linuxbrew/Cellar/pcre/8.42/include -pthread conftest.c -L/mnt/linuxlab/home/rquackenbush1/.linuxbrew/Cellar/pcre/8.42/lib -lpcre
superenv added: -pipe -isystem/mnt/linuxlab/home/rquackenbush1/.linuxbrew/include -L/mnt/linuxlab/home/rquackenbush1/.linuxbrew/lib -B/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/glibc/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/Cellar/glib/2.58.1/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/ncurses/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/zlib/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/gettext/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/libffi/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/bzip2/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/pcre/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/gdbm/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/openssl/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/readline/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/sqlite/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/python@2/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/util-linux/lib -Wl,--dynamic-linker=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/lib/ld.so
superenv executed: gcc-5 -pipe -O2 -o conftest -g -O2 -I/mnt/linuxlab/home/rquackenbush1/.linuxbrew/Cellar/pcre/8.42/include -pthread conftest.c -L/mnt/linuxlab/home/rquackenbush1/.linuxbrew/Cellar/pcre/8.42/lib -lpcre -isystem/mnt/linuxlab/home/rquackenbush1/.linuxbrew/include -L/mnt/linuxlab/home/rquackenbush1/.linuxbrew/lib -B/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/glibc/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/Cellar/glib/2.58.1/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/ncurses/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/zlib/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/gettext/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/libffi/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/bzip2/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/pcre/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/gdbm/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/openssl/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/readline/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/sqlite/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/python@2/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/util-linux/lib -Wl,--dynamic-linker=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/lib/ld.so
gcc-5 called with: -c -g -O2 -pthread conftest.c
superenv added: -pipe -isystem/mnt/linuxlab/home/rquackenbush1/.linuxbrew/include
superenv executed: gcc-5 -pipe -O2 -c -g -O2 -pthread conftest.c -isystem/mnt/linuxlab/home/rquackenbush1/.linuxbrew/include
gcc-5 called with: -c -g -O2 -fno-strict-aliasing -pthread conftest.c
superenv added: -pipe -isystem/mnt/linuxlab/home/rquackenbush1/.linuxbrew/include
superenv executed: gcc-5 -pipe -O2 -c -g -O2 -fno-strict-aliasing -pthread conftest.c -isystem/mnt/linuxlab/home/rquackenbush1/.linuxbrew/include
gcc-5 called with: -c -g -O2 -fno-strict-aliasing -pthread conftest.c
superenv added: -pipe -isystem/mnt/linuxlab/home/rquackenbush1/.linuxbrew/include
superenv executed: gcc-5 -pipe -O2 -c -g -O2 -fno-strict-aliasing -pthread conftest.c -isystem/mnt/linuxlab/home/rquackenbush1/.linuxbrew/include
gcc-5 called with: -o conftest -g -O2 -fno-strict-aliasing -pthread conftest.c
superenv added: -pipe -isystem/mnt/linuxlab/home/rquackenbush1/.linuxbrew/include -L/mnt/linuxlab/home/rquackenbush1/.linuxbrew/lib -B/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/glibc/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/Cellar/glib/2.58.1/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/ncurses/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/zlib/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/gettext/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/libffi/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/bzip2/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/pcre/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/gdbm/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/openssl/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/readline/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/sqlite/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/python@2/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/util-linux/lib -Wl,--dynamic-linker=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/lib/ld.so
superenv executed: gcc-5 -pipe -O2 -o conftest -g -O2 -fno-strict-aliasing -pthread conftest.c -isystem/mnt/linuxlab/home/rquackenbush1/.linuxbrew/include -L/mnt/linuxlab/home/rquackenbush1/.linuxbrew/lib -B/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/glibc/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/Cellar/glib/2.58.1/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/ncurses/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/zlib/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/gettext/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/libffi/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/bzip2/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/pcre/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/gdbm/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/openssl/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/readline/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/sqlite/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/python@2/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/util-linux/lib -Wl,--dynamic-linker=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/lib/ld.so
gcc-5 called with: -c -g -O2 -fno-strict-aliasing -pthread conftest.c
superenv added: -pipe -isystem/mnt/linuxlab/home/rquackenbush1/.linuxbrew/include
superenv executed: gcc-5 -pipe -O2 -c -g -O2 -fno-strict-aliasing -pthread conftest.c -isystem/mnt/linuxlab/home/rquackenbush1/.linuxbrew/include
gcc-5 called with: -c -g -O2 -fno-strict-aliasing -pthread conftest.c
superenv added: -pipe -isystem/mnt/linuxlab/home/rquackenbush1/.linuxbrew/include
superenv executed: gcc-5 -pipe -O2 -c -g -O2 -fno-strict-aliasing -pthread conftest.c -isystem/mnt/linuxlab/home/rquackenbush1/.linuxbrew/include
gcc-5 called with: -o conftest -g -O2 -fno-strict-aliasing -pthread conftest.c
superenv added: -pipe -isystem/mnt/linuxlab/home/rquackenbush1/.linuxbrew/include -L/mnt/linuxlab/home/rquackenbush1/.linuxbrew/lib -B/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/glibc/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/Cellar/glib/2.58.1/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/ncurses/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/zlib/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/gettext/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/libffi/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/bzip2/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/pcre/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/gdbm/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/openssl/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/readline/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/sqlite/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/python@2/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/util-linux/lib -Wl,--dynamic-linker=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/lib/ld.so
superenv executed: gcc-5 -pipe -O2 -o conftest -g -O2 -fno-strict-aliasing -pthread conftest.c -isystem/mnt/linuxlab/home/rquackenbush1/.linuxbrew/include -L/mnt/linuxlab/home/rquackenbush1/.linuxbrew/lib -B/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/glibc/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/Cellar/glib/2.58.1/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/ncurses/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/zlib/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/gettext/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/libffi/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/bzip2/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/pcre/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/gdbm/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/openssl/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/readline/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/sqlite/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/python@2/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/util-linux/lib -Wl,--dynamic-linker=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/lib/ld.so
gcc-5 called with: -c -g -O2 -fno-strict-aliasing -pthread conftest.c
superenv added: -pipe -isystem/mnt/linuxlab/home/rquackenbush1/.linuxbrew/include
superenv executed: gcc-5 -pipe -O2 -c -g -O2 -fno-strict-aliasing -pthread conftest.c -isystem/mnt/linuxlab/home/rquackenbush1/.linuxbrew/include
gcc-5 called with: -c -g -O2 -fno-strict-aliasing -pthread conftest.c
superenv added: -pipe -isystem/mnt/linuxlab/home/rquackenbush1/.linuxbrew/include
superenv executed: gcc-5 -pipe -O2 -c -g -O2 -fno-strict-aliasing -pthread conftest.c -isystem/mnt/linuxlab/home/rquackenbush1/.linuxbrew/include
gcc-5 called with: -o conftest -g -O2 -fno-strict-aliasing -pthread conftest.c
superenv added: -pipe -isystem/mnt/linuxlab/home/rquackenbush1/.linuxbrew/include -L/mnt/linuxlab/home/rquackenbush1/.linuxbrew/lib -B/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/glibc/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/Cellar/glib/2.58.1/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/ncurses/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/zlib/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/gettext/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/libffi/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/bzip2/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/pcre/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/gdbm/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/openssl/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/readline/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/sqlite/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/python@2/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/util-linux/lib -Wl,--dynamic-linker=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/lib/ld.so
superenv executed: gcc-5 -pipe -O2 -o conftest -g -O2 -fno-strict-aliasing -pthread conftest.c -isystem/mnt/linuxlab/home/rquackenbush1/.linuxbrew/include -L/mnt/linuxlab/home/rquackenbush1/.linuxbrew/lib -B/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/glibc/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/Cellar/glib/2.58.1/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/ncurses/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/zlib/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/gettext/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/libffi/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/bzip2/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/pcre/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/gdbm/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/openssl/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/readline/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/sqlite/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/python@2/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/util-linux/lib -Wl,--dynamic-linker=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/lib/ld.so
gcc-5 called with: -o conftest -g -O2 -fno-strict-aliasing -pthread -Wl,-Bsymbolic-functions conftest.c
superenv added: -pipe -isystem/mnt/linuxlab/home/rquackenbush1/.linuxbrew/include -L/mnt/linuxlab/home/rquackenbush1/.linuxbrew/lib -B/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/glibc/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/Cellar/glib/2.58.1/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/ncurses/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/zlib/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/gettext/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/libffi/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/bzip2/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/pcre/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/gdbm/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/openssl/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/readline/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/sqlite/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/python@2/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/util-linux/lib -Wl,--dynamic-linker=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/lib/ld.so
superenv executed: gcc-5 -pipe -O2 -o conftest -g -O2 -fno-strict-aliasing -pthread -Wl,-Bsymbolic-functions conftest.c -isystem/mnt/linuxlab/home/rquackenbush1/.linuxbrew/include -L/mnt/linuxlab/home/rquackenbush1/.linuxbrew/lib -B/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/glibc/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/Cellar/glib/2.58.1/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/ncurses/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/zlib/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/gettext/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/libffi/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/bzip2/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/pcre/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/gdbm/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/openssl/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/readline/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/sqlite/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/python@2/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/util-linux/lib -Wl,--dynamic-linker=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/lib/ld.so
gcc-5 called with: -o conftest -g -O2 -fno-strict-aliasing -shared -pthread -Wl,--fatal-warnings conftest.c
superenv added: -pipe -isystem/mnt/linuxlab/home/rquackenbush1/.linuxbrew/include -L/mnt/linuxlab/home/rquackenbush1/.linuxbrew/lib -B/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/glibc/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/Cellar/glib/2.58.1/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/ncurses/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/zlib/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/gettext/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/libffi/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/bzip2/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/pcre/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/gdbm/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/openssl/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/readline/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/sqlite/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/python@2/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/util-linux/lib -Wl,--dynamic-linker=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/lib/ld.so
superenv executed: gcc-5 -pipe -O2 -o conftest -g -O2 -fno-strict-aliasing -shared -pthread -Wl,--fatal-warnings conftest.c -isystem/mnt/linuxlab/home/rquackenbush1/.linuxbrew/include -L/mnt/linuxlab/home/rquackenbush1/.linuxbrew/lib -B/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/glibc/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/Cellar/glib/2.58.1/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/ncurses/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/zlib/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/gettext/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/libffi/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/bzip2/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/pcre/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/gdbm/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/openssl/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/readline/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/sqlite/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/python@2/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/util-linux/lib -Wl,--dynamic-linker=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/lib/ld.so
gcc-5 called with: -o conftest -g -O2 -fno-strict-aliasing -shared -pthread -Wl,--fatal-warnings -Wl,-z,nodelete conftest.c
superenv added: -pipe -isystem/mnt/linuxlab/home/rquackenbush1/.linuxbrew/include -L/mnt/linuxlab/home/rquackenbush1/.linuxbrew/lib -B/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/glibc/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/Cellar/glib/2.58.1/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/ncurses/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/zlib/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/gettext/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/libffi/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/bzip2/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/pcre/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/gdbm/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/openssl/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/readline/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/sqlite/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/python@2/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/util-linux/lib -Wl,--dynamic-linker=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/lib/ld.so
superenv executed: gcc-5 -pipe -O2 -o conftest -g -O2 -fno-strict-aliasing -shared -pthread -Wl,--fatal-warnings -Wl,-z,nodelete conftest.c -isystem/mnt/linuxlab/home/rquackenbush1/.linuxbrew/include -L/mnt/linuxlab/home/rquackenbush1/.linuxbrew/lib -B/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/glibc/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/Cellar/glib/2.58.1/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/ncurses/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/zlib/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/gettext/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/libffi/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/bzip2/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/pcre/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/gdbm/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/openssl/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/readline/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/sqlite/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/python@2/lib -Wl,-rpath=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/util-linux/lib -Wl,--dynamic-linker=/mnt/linuxlab/home/rquackenbush1/.linuxbrew/lib/ld.so
gcc-5 called with: -c -fvisibility=hidden -pthread conftest.c
superenv added: -pipe -O2 -isystem/mnt/linuxlab/home/rquackenbush1/.linuxbrew/include
superenv executed: gcc-5 -pipe -O2 -c -fvisibility=hidden -pthread conftest.c -isystem/mnt/linuxlab/home/rquackenbush1/.linuxbrew/include
gcc-5 called with: -c -Werror -Wall -pthread conftest.c
superenv added: -pipe -O2 -isystem/mnt/linuxlab/home/rquackenbush1/.linuxbrew/include
superenv executed: gcc-5 -pipe -O2 -c -Werror -Wall -pthread conftest.c -isystem/mnt/linuxlab/home/rquackenbush1/.linuxbrew/include
gcc-5 called with: -c -Werror -Wstrict-prototypes -pthread conftest.c
superenv added: -pipe -O2 -isystem/mnt/linuxlab/home/rquackenbush1/.linuxbrew/include
superenv executed: gcc-5 -pipe -O2 -c -Werror -Wstrict-prototypes -pthread conftest.c -isystem/mnt/linuxlab/home/rquackenbush1/.linuxbrew/include
gcc-5 called with: -c -Werror -Wduplicated-branches -pthread conftest.c
superenv added: -pipe -O2 -isystem/mnt/linuxlab/home/rquackenbush1/.linuxbrew/include
superenv executed: gcc-5 -pipe -O2 -c -Werror -Wduplicated-branches -pthread conftest.c -isystem/mnt/linuxlab/home/rquackenbush1/.linuxbrew/include
gcc-5 called with: -c -Werror -Wmisleading-indentation -pthread conftest.c
superenv added: -pipe -O2 -isystem/mnt/linuxlab/home/rquackenbush1/.linuxbrew/include
superenv executed: gcc-5 -pipe -O2 -c -Werror -Wmisleading-indentation -pthread conftest.c -isystem/mnt/linuxlab/home/rquackenbush1/.linuxbrew/include
gcc-5 called with: -c -Werror -Wno-bad-function-cast -pthread conftest.c
superenv added: -pipe -O2 -isystem/mnt/linuxlab/home/rquackenbush1/.linuxbrew/include
superenv executed: gcc-5 -pipe -O2 -c -Werror -Wno-bad-function-cast -pthread conftest.c -isystem/mnt/linuxlab/home/rquackenbush1/.linuxbrew/include
gcc-5 called with: -c -Werror -Werror=declaration-after-statement -pthread conftest.c
superenv added: -pipe -O2 -isystem/mnt/linuxlab/home/rquackenbush1/.linuxbrew/include
superenv executed: gcc-5 -pipe -O2 -c -Werror -Werror=declaration-after-statement -pthread conftest.c -isystem/mnt/linuxlab/home/rquackenbush1/.linuxbrew/include
gcc-5 called with: -c -Werror -Werror=missing-prototypes -pthread conftest.c
superenv added: -pipe -O2 -isystem/mnt/linuxlab/home/rquackenbush1/.linuxbrew/include
superenv executed: gcc-5 -pipe -O2 -c -Werror -Werror=missing-prototypes -pthread conftest.c -isystem/mnt/linuxlab/home/rquackenbush1/.linuxbrew/include
gcc-5 called with: -c -Werror -Werror=implicit-function-declaration -pthread conftest.c
superenv added: -pipe -O2 -isystem/mnt/linuxlab/home/rquackenbush1/.linuxbrew/include
superenv executed: gcc-5 -pipe -O2 -c -Werror -Werror=implicit-function-declaration -pthread conftest.c -isystem/mnt/linuxlab/home/rquackenbush1/.linuxbrew/include
gcc-5 called with: -c -Werror -Werror=pointer-arith -pthread conftest.c
superenv added: -pipe -O2 -isystem/mnt/linuxlab/home/rquackenbush1/.linuxbrew/include
superenv executed: gcc-5 -pipe -O2 -c -Werror -Werror=pointer-arith -pthread conftest.c -isystem/mnt/linuxlab/home/rquackenbush1/.linuxbrew/include
gcc-5 called with: -c -Werror -Werror=init-self -pthread conftest.c
superenv added: -pipe -O2 -isystem/mnt/linuxlab/home/rquackenbush1/.linuxbrew/include
superenv executed: gcc-5 -pipe -O2 -c -Werror -Werror=init-self -pthread conftest.c -isystem/mnt/linuxlab/home/rquackenbush1/.linuxbrew/include
gcc-5 called with: -c -Werror -Werror=format-security -pthread conftest.c
superenv added: -pipe -O2 -isystem/mnt/linuxlab/home/rquackenbush1/.linuxbrew/include
superenv executed: gcc-5 -pipe -O2 -c -Werror -Werror=format-security -pthread conftest.c -isystem/mnt/linuxlab/home/rquackenbush1/.linuxbrew/include
gcc-5 called with: -c -Werror -Werror=format=2 -pthread conftest.c
superenv added: -pipe -O2 -isystem/mnt/linuxlab/home/rquackenbush1/.linuxbrew/include
superenv executed: gcc-5 -pipe -O2 -c -Werror -Werror=format=2 -pthread conftest.c -isystem/mnt/linuxlab/home/rquackenbush1/.linuxbrew/include
gcc-5 called with: -c -Werror -Werror=missing-include-dirs -pthread conftest.c
superenv added: -pipe -O2 -isystem/mnt/linuxlab/home/rquackenbush1/.linuxbrew/include
superenv executed: gcc-5 -pipe -O2 -c -Werror -Werror=missing-include-dirs -pthread conftest.c -isystem/mnt/linuxlab/home/rquackenbush1/.linuxbrew/include
This file has been truncated, but you can view the full file.
2018-10-10 10:27:32 -0400
make
/usr/bin/make all-recursive
make[1]: Entering directory `/tmp/glib-20181010-2158-18u7cla/glib-2.58.1'
Making all in .
make[2]: Entering directory `/tmp/glib-20181010-2158-18u7cla/glib-2.58.1'
make[2]: Leaving directory `/tmp/glib-20181010-2158-18u7cla/glib-2.58.1'
Making all in m4macros
make[2]: Entering directory `/tmp/glib-20181010-2158-18u7cla/glib-2.58.1/m4macros'
/usr/bin/make all-am
make[3]: Entering directory `/tmp/glib-20181010-2158-18u7cla/glib-2.58.1/m4macros'
make[3]: Nothing to be done for `all-am'.
make[3]: Leaving directory `/tmp/glib-20181010-2158-18u7cla/glib-2.58.1/m4macros'
make[2]: Leaving directory `/tmp/glib-20181010-2158-18u7cla/glib-2.58.1/m4macros'
Making all in glib
make[2]: Entering directory `/tmp/glib-20181010-2158-18u7cla/glib-2.58.1/glib'
cd .. && \
/bin/sh ./config.status glib/glibconfig.h
echo '#define HELPER_CONSOLE' >gspawn-win32-helper-console.c
echo '#include "gspawn-win32-helper.c"' >gspawn-win64-helper.c
echo '#define HELPER_CONSOLE' >gspawn-win64-helper-console.c
echo '#include "gspawn-win32-helper.c"' >>gspawn-win32-helper-console.c
echo '#include "gspawn-win32-helper.c"' >>gspawn-win64-helper-console.c
config.status: executing glib/glibconfig.h commands
config.status: glib/glibconfig.h is unchanged
/usr/bin/make all-recursive
make[3]: Entering directory `/tmp/glib-20181010-2158-18u7cla/glib-2.58.1/glib'
Making all in libcharset
make[4]: Entering directory `/tmp/glib-20181010-2158-18u7cla/glib-2.58.1/glib/libcharset'
/usr/bin/make all-am
make[5]: Entering directory `/tmp/glib-20181010-2158-18u7cla/glib-2.58.1/glib/libcharset'
/bin/sh ../../libtool --tag=CC --mode=compile gcc-5 -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../glib -I../../glib -I../.. -I../../gmodule -DGLIB_CHARSETALIAS_DIR=\"/mnt/linuxlab/home/rquackenbush1/.linuxbrew/Cellar/glib/2.58.1/lib\" -I../.. -pthread -fvisibility=hidden -g -O2 -fno-strict-aliasing -c -o libcharset_la-localcharset.lo `test -f 'localcharset.c' || echo './'`localcharset.c
/usr/bin/sed -e '/^#/d' -e 's/@''PACKAGE''@/glib/g' ref-add.sin > t-ref-add.sed
/usr/bin/sed -e '/^#/d' -e 's/@''PACKAGE''@/glib/g' ref-del.sin > t-ref-del.sed
/bin/sh ./config.charset 'x86_64-pc-linux-gnu' > t-charset.alias
libtool: compile: gcc-5 -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../glib -I../../glib -I../.. -I../../gmodule -DGLIB_CHARSETALIAS_DIR=\"/mnt/linuxlab/home/rquackenbush1/.linuxbrew/Cellar/glib/2.58.1/lib\" -I../.. -pthread -fvisibility=hidden -g -O2 -fno-strict-aliasing -c localcharset.c -fPIC -DPIC -o .libs/libcharset_la-localcharset.o
libtool: compile: gcc-5 -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../glib -I../../glib -I../.. -I../../gmodule -DGLIB_CHARSETALIAS_DIR=\"/mnt/linuxlab/home/rquackenbush1/.linuxbrew/Cellar/glib/2.58.1/lib\" -I../.. -pthread -fvisibility=hidden -g -O2 -fno-strict-aliasing -c localcharset.c -o libcharset_la-localcharset.o >/dev/null 2>&1
/bin/sh ../../libtool --tag=CC --mode=link gcc-5 -fvisibility=hidden -g -O2 -fno-strict-aliasing -o libcharset.la libcharset_la-localcharset.lo
libtool: link: ar cru .libs/libcharset.a .libs/libcharset_la-localcharset.o
ar: `u' modifier ignored since `D' is the default (see `U')
libtool: link: ranlib .libs/libcharset.a
libtool: link: ( cd ".libs" && rm -f "libcharset.la" && ln -s "../libcharset.la" "libcharset.la" )
make[5]: Leaving directory `/tmp/glib-20181010-2158-18u7cla/glib-2.58.1/glib/libcharset'
make[4]: Leaving directory `/tmp/glib-20181010-2158-18u7cla/glib-2.58.1/glib/libcharset'
Making all in update-pcre
make[4]: Entering directory `/tmp/glib-20181010-2158-18u7cla/glib-2.58.1/glib/update-pcre'
/usr/bin/make all-am
make[5]: Entering directory `/tmp/glib-20181010-2158-18u7cla/glib-2.58.1/glib/update-pcre'
make[5]: Nothing to be done for `all-am'.
make[5]: Leaving directory `/tmp/glib-20181010-2158-18u7cla/glib-2.58.1/glib/update-pcre'
make[4]: Leaving directory `/tmp/glib-20181010-2158-18u7cla/glib-2.58.1/glib/update-pcre'
Making all in .
make[4]: Entering directory `/tmp/glib-20181010-2158-18u7cla/glib-2.58.1/glib'
gcc-5 -DHAVE_CONFIG_H -I. -I.. -I.. -I../glib -I../glib -I.. -I/mnt/linuxlab/home/rquackenbush1/.linuxbrew/Cellar/pcre/8.42/include -DG_LOG_DOMAIN=\"GLib\" -DG_DISABLE_CAST_CHECKS -DGLIB_COMPILATION -DPCRE_STATIC -pthread -Wall -Wstrict-prototypes -Wno-bad-function-cast -Werror=declaration-after-statement -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self -Werror=format=2 -Werror=missing-include-dirs -g -O2 -fno-strict-aliasing -c -o gtester.o gtester.c
/bin/sh ../libtool --tag=CC --mode=compile gcc-5 -DHAVE_CONFIG_H -I. -I.. -I.. -I../glib -I../glib -I.. -I/mnt/linuxlab/home/rquackenbush1/.linuxbrew/Cellar/pcre/8.42/include -DG_LOG_DOMAIN=\"GLib\" -DG_DISABLE_CAST_CHECKS -DGLIB_COMPILATION -DPCRE_STATIC -pthread -Wall -Wstrict-prototypes -Wno-bad-function-cast -Werror=declaration-after-statement -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self -Werror=format=2 -Werror=missing-include-dirs -fvisibility=hidden -g -O2 -fno-strict-aliasing -c -o libglib_2_0_la-garcbox.lo `test -f 'garcbox.c' || echo './'`garcbox.c
/bin/sh ../libtool --tag=CC --mode=compile gcc-5 -DHAVE_CONFIG_H -I. -I.. -I.. -I../glib -I../glib -I.. -I/mnt/linuxlab/home/rquackenbush1/.linuxbrew/Cellar/pcre/8.42/include -DG_LOG_DOMAIN=\"GLib\" -DG_DISABLE_CAST_CHECKS -DGLIB_COMPILATION -DPCRE_STATIC -pthread -Wall -Wstrict-prototypes -Wno-bad-function-cast -Werror=declaration-after-statement -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self -Werror=format=2 -Werror=missing-include-dirs -fvisibility=hidden -g -O2 -fno-strict-aliasing -c -o libglib_2_0_la-garray.lo `test -f 'garray.c' || echo './'`garray.c
/bin/sh ../libtool --tag=CC --mode=compile gcc-5 -DHAVE_CONFIG_H -I. -I.. -I.. -I../glib -I../glib -I.. -I/mnt/linuxlab/home/rquackenbush1/.linuxbrew/Cellar/pcre/8.42/include -DG_LOG_DOMAIN=\"GLib\" -DG_DISABLE_CAST_CHECKS -DGLIB_COMPILATION -DPCRE_STATIC -pthread -Wall -Wstrict-prototypes -Wno-bad-function-cast -Werror=declaration-after-statement -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self -Werror=format=2 -Werror=missing-include-dirs -fvisibility=hidden -g -O2 -fno-strict-aliasing -c -o libglib_2_0_la-gasyncqueue.lo `test -f 'gasyncqueue.c' || echo './'`gasyncqueue.c
libtool: compile: gcc-5 -DHAVE_CONFIG_H -I. -I.. -I.. -I../glib -I../glib -I.. -I/mnt/linuxlab/home/rquackenbush1/.linuxbrew/Cellar/pcre/8.42/include -DG_LOG_DOMAIN=\"GLib\" -DG_DISABLE_CAST_CHECKS -DGLIB_COMPILATION -DPCRE_STATIC -pthread -Wall -Wstrict-prototypes -Wno-bad-function-cast -Werror=declaration-after-statement -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self -Werror=format=2 -Werror=missing-include-dirs -fvisibility=hidden -g -O2 -fno-strict-aliasing -c garcbox.c -fPIC -DPIC -o .libs/libglib_2_0_la-garcbox.o
libtool: compile: gcc-5 -DHAVE_CONFIG_H -I. -I.. -I.. -I../glib -I../glib -I.. -I/mnt/linuxlab/home/rquackenbush1/.linuxbrew/Cellar/pcre/8.42/include -DG_LOG_DOMAIN=\"GLib\" -DG_DISABLE_CAST_CHECKS -DGLIB_COMPILATION -DPCRE_STATIC -pthread -Wall -Wstrict-prototypes -Wno-bad-function-cast -Werror=declaration-after-statement -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self -Werror=format=2 -Werror=missing-include-dirs -fvisibility=hidden -g -O2 -fno-strict-aliasing -c gasyncqueue.c -fPIC -DPIC -o .libs/libglib_2_0_la-gasyncqueue.o
libtool: compile: gcc-5 -DHAVE_CONFIG_H -I. -I.. -I.. -I../glib -I../glib -I.. -I/mnt/linuxlab/home/rquackenbush1/.linuxbrew/Cellar/pcre/8.42/include -DG_LOG_DOMAIN=\"GLib\" -DG_DISABLE_CAST_CHECKS -DGLIB_COMPILATION -DPCRE_STATIC -pthread -Wall -Wstrict-prototypes -Wno-bad-function-cast -Werror=declaration-after-statement -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self -Werror=format=2 -Werror=missing-include-dirs -fvisibility=hidden -g -O2 -fno-strict-aliasing -c garray.c -fPIC -DPIC -o .libs/libglib_2_0_la-garray.o
libtool: compile: gcc-5 -DHAVE_CONFIG_H -I. -I.. -I.. -I../glib -I../glib -I.. -I/mnt/linuxlab/home/rquackenbush1/.linuxbrew/Cellar/pcre/8.42/include -DG_LOG_DOMAIN=\"GLib\" -DG_DISABLE_CAST_CHECKS -DGLIB_COMPILATION -DPCRE_STATIC -pthread -Wall -Wstrict-prototypes -Wno-bad-function-cast -Werror=declaration-after-statement -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self -Werror=format=2 -Werror=missing-include-dirs -fvisibility=hidden -g -O2 -fno-strict-aliasing -c garcbox.c -o libglib_2_0_la-garcbox.o >/dev/null 2>&1
libtool: compile: gcc-5 -DHAVE_CONFIG_H -I. -I.. -I.. -I../glib -I../glib -I.. -I/mnt/linuxlab/home/rquackenbush1/.linuxbrew/Cellar/pcre/8.42/include -DG_LOG_DOMAIN=\"GLib\" -DG_DISABLE_CAST_CHECKS -DGLIB_COMPILATION -DPCRE_STATIC -pthread -Wall -Wstrict-prototypes -Wno-bad-function-cast -Werror=declaration-after-statement -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self -Werror=format=2 -Werror=missing-include-dirs -fvisibility=hidden -g -O2 -fno-strict-aliasing -c gasyncqueue.c -o libglib_2_0_la-gasyncqueue.o >/dev/null 2>&1
/bin/sh ../libtool --tag=CC --mode=compile gcc-5 -DHAVE_CONFIG_H -I. -I.. -I.. -I../glib -I../glib -I.. -I/mnt/linuxlab/home/rquackenbush1/.linuxbrew/Cellar/pcre/8.42/include -DG_LOG_DOMAIN=\"GLib\" -DG_DISABLE_CAST_CHECKS -DGLIB_COMPILATION -DPCRE_STATIC -pthread -Wall -Wstrict-prototypes -Wno-bad-function-cast -Werror=declaration-after-statement -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self -Werror=format=2 -Werror=missing-include-dirs -fvisibility=hidden -g -O2 -fno-strict-aliasing -c -o libglib_2_0_la-gatomic.lo `test -f 'gatomic.c' || echo './'`gatomic.c
/bin/sh ../libtool --tag=CC --mode=compile gcc-5 -DHAVE_CONFIG_H -I. -I.. -I.. -I../glib -I../glib -I.. -I/mnt/linuxlab/home/rquackenbush1/.linuxbrew/Cellar/pcre/8.42/include -DG_LOG_DOMAIN=\"GLib\" -DG_DISABLE_CAST_CHECKS -DGLIB_COMPILATION -DPCRE_STATIC -pthread -Wall -Wstrict-prototypes -Wno-bad-function-cast -Werror=declaration-after-statement -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self -Werror=format=2 -Werror=missing-include-dirs -fvisibility=hidden -g -O2 -fno-strict-aliasing -c -o libglib_2_0_la-gbacktrace.lo `test -f 'gbacktrace.c' || echo './'`gbacktrace.c
libtool: compile: gcc-5 -DHAVE_CONFIG_H -I. -I.. -I.. -I../glib -I../glib -I.. -I/mnt/linuxlab/home/rquackenbush1/.linuxbrew/Cellar/pcre/8.42/include -DG_LOG_DOMAIN=\"GLib\" -DG_DISABLE_CAST_CHECKS -DGLIB_COMPILATION -DPCRE_STATIC -pthread -Wall -Wstrict-prototypes -Wno-bad-function-cast -Werror=declaration-after-statement -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self -Werror=format=2 -Werror=missing-include-dirs -fvisibility=hidden -g -O2 -fno-strict-aliasing -c gatomic.c -fPIC -DPIC -o .libs/libglib_2_0_la-gatomic.o
libtool: compile: gcc-5 -DHAVE_CONFIG_H -I. -I.. -I.. -I../glib -I../glib -I.. -I/mnt/linuxlab/home/rquackenbush1/.linuxbrew/Cellar/pcre/8.42/include -DG_LOG_DOMAIN=\"GLib\" -DG_DISABLE_CAST_CHECKS -DGLIB_COMPILATION -DPCRE_STATIC -pthread -Wall -Wstrict-prototypes -Wno-bad-function-cast -Werror=declaration-after-statement -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self -Werror=format=2 -Werror=missing-include-dirs -fvisibility=hidden -g -O2 -fno-strict-aliasing -c garray.c -o libglib_2_0_la-garray.o >/dev/null 2>&1
libtool: compile: gcc-5 -DHAVE_CONFIG_H -I. -I.. -I.. -I../glib -I../glib -I.. -I/mnt/linuxlab/home/rquackenbush1/.linuxbrew/Cellar/pcre/8.42/include -DG_LOG_DOMAIN=\"GLib\" -DG_DISABLE_CAST_CHECKS -DGLIB_COMPILATION -DPCRE_STATIC -pthread -Wall -Wstrict-prototypes -Wno-bad-function-cast -Werror=declaration-after-statement -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self -Werror=format=2 -Werror=missing-include-dirs -fvisibility=hidden -g -O2 -fno-strict-aliasing -c gbacktrace.c -fPIC -DPIC -o .libs/libglib_2_0_la-gbacktrace.o
/bin/sh ../libtool --tag=CC --mode=compile gcc-5 -DHAVE_CONFIG_H -I. -I.. -I.. -I../glib -I../glib -I.. -I/mnt/linuxlab/home/rquackenbush1/.linuxbrew/Cellar/pcre/8.42/include -DG_LOG_DOMAIN=\"GLib\" -DG_DISABLE_CAST_CHECKS -DGLIB_COMPILATION -DPCRE_STATIC -pthread -Wall -Wstrict-prototypes -Wno-bad-function-cast -Werror=declaration-after-statement -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self -Werror=format=2 -Werror=missing-include-dirs -fvisibility=hidden -g -O2 -fno-strict-aliasing -c -o libglib_2_0_la-gbase64.lo `test -f 'gbase64.c' || echo './'`gbase64.c
libtool: compile: gcc-5 -DHAVE_CONFIG_H -I. -I.. -I.. -I../glib -I../glib -I.. -I/mnt/linuxlab/home/rquackenbush1/.linuxbrew/Cellar/pcre/8.42/include -DG_LOG_DOMAIN=\"GLib\" -DG_DISABLE_CAST_CHECKS -DGLIB_COMPILATION -DPCRE_STATIC -pthread -Wall -Wstrict-prototypes -Wno-bad-function-cast -Werror=declaration-after-statement -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self -Werror=format=2 -Werror=missing-include-dirs -fvisibility=hidden -g -O2 -fno-strict-aliasing -c gatomic.c -o libglib_2_0_la-gatomic.o >/dev/null 2>&1
libtool: compile: gcc-5 -DHAVE_CONFIG_H -I. -I.. -I.. -I../glib -I../glib -I.. -I/mnt/linuxlab/home/rquackenbush1/.linuxbrew/Cellar/pcre/8.42/include -DG_LOG_DOMAIN=\"GLib\" -DG_DISABLE_CAST_CHECKS -DGLIB_COMPILATION -DPCRE_STATIC -pthread -Wall -Wstrict-prototypes -Wno-bad-function-cast -Werror=declaration-after-statement -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self -Werror=format=2 -Werror=missing-include-dirs -fvisibility=hidden -g -O2 -fno-strict-aliasing -c gbase64.c -fPIC -DPIC -o .libs/libglib_2_0_la-gbase64.o
libtool: compile: gcc-5 -DHAVE_CONFIG_H -I. -I.. -I.. -I../glib -I../glib -I.. -I/mnt/linuxlab/home/rquackenbush1/.linuxbrew/Cellar/pcre/8.42/include -DG_LOG_DOMAIN=\"GLib\" -DG_DISABLE_CAST_CHECKS -DGLIB_COMPILATION -DPCRE_STATIC -pthread -Wall -Wstrict-prototypes -Wno-bad-function-cast -Werror=declaration-after-statement -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self -Werror=format=2 -Werror=missing-include-dirs -fvisibility=hidden -g -O2 -fno-strict-aliasing -c gbacktrace.c -o libglib_2_0_la-gbacktrace.o >/dev/null 2>&1
/bin/sh ../libtool --tag=CC --mode=compile gcc-5 -DHAVE_CONFIG_H -I. -I.. -I.. -I../glib -I../glib -I.. -I/mnt/linuxlab/home/rquackenbush1/.linuxbrew/Cellar/pcre/8.42/include -DG_LOG_DOMAIN=\"GLib\" -DG_DISABLE_CAST_CHECKS -DGLIB_COMPILATION -DPCRE_STATIC -pthread -Wall -Wstrict-prototypes -Wno-bad-function-cast -Werror=declaration-after-statement -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self -Werror=format=2 -Werror=missing-include-dirs -fvisibility=hidden -g -O2 -fno-strict-aliasing -c -o libglib_2_0_la-gbitlock.lo `test -f 'gbitlock.c' || echo './'`gbitlock.c
/bin/sh ../libtool --tag=CC --mode=compile gcc-5 -DHAVE_CONFIG_H -I. -I.. -I.. -I../glib -I../glib -I.. -I/mnt/linuxlab/home/rquackenbush1/.linuxbrew/Cellar/pcre/8.42/include -DG_LOG_DOMAIN=\"GLib\" -DG_DISABLE_CAST_CHECKS -DGLIB_COMPILATION -DPCRE_STATIC -pthread -Wall -Wstrict-prototypes -Wno-bad-function-cast -Werror=declaration-after-statement -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self -Werror=format=2 -Werror=missing-include-dirs -fvisibility=hidden -g -O2 -fno-strict-aliasing -c -o libglib_2_0_la-gbookmarkfile.lo `test -f 'gbookmarkfile.c' || echo './'`gbookmarkfile.c
libtool: compile: gcc-5 -DHAVE_CONFIG_H -I. -I.. -I.. -I../glib -I../glib -I.. -I/mnt/linuxlab/home/rquackenbush1/.linuxbrew/Cellar/pcre/8.42/include -DG_LOG_DOMAIN=\"GLib\" -DG_DISABLE_CAST_CHECKS -DGLIB_COMPILATION -DPCRE_STATIC -pthread -Wall -Wstrict-prototypes -Wno-bad-function-cast -Werror=declaration-after-statement -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self -Werror=format=2 -Werror=missing-include-dirs -fvisibility=hidden -g -O2 -fno-strict-aliasing -c gbitlock.c -fPIC -DPIC -o .libs/libglib_2_0_la-gbitlock.o
libtool: compile: gcc-5 -DHAVE_CONFIG_H -I. -I.. -I.. -I../glib -I../glib -I.. -I/mnt/linuxlab/home/rquackenbush1/.linuxbrew/Cellar/pcre/8.42/include -DG_LOG_DOMAIN=\"GLib\" -DG_DISABLE_CAST_CHECKS -DGLIB_COMPILATION -DPCRE_STATIC -pthread -Wall -Wstrict-prototypes -Wno-bad-function-cast -Werror=declaration-after-statement -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self -Werror=format=2 -Werror=missing-include-dirs -fvisibility=hidden -g -O2 -fno-strict-aliasing -c gbase64.c -o libglib_2_0_la-gbase64.o >/dev/null 2>&1
libtool: compile: gcc-5 -DHAVE_CONFIG_H -I. -I.. -I.. -I../glib -I../glib -I.. -I/mnt/linuxlab/home/rquackenbush1/.linuxbrew/Cellar/pcre/8.42/include -DG_LOG_DOMAIN=\"GLib\" -DG_DISABLE_CAST_CHECKS -DGLIB_COMPILATION -DPCRE_STATIC -pthread -Wall -Wstrict-prototypes -Wno-bad-function-cast -Werror=declaration-after-statement -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self -Werror=format=2 -Werror=missing-include-dirs -fvisibility=hidden -g -O2 -fno-strict-aliasing -c gbookmarkfile.c -fPIC -DPIC -o .libs/libglib_2_0_la-gbookmarkfile.o
/bin/sh ../libtool --tag=CC --mode=compile gcc-5 -DHAVE_CONFIG_H -I. -I.. -I.. -I../glib -I../glib -I.. -I/mnt/linuxlab/home/rquackenbush1/.linuxbrew/Cellar/pcre/8.42/include -DG_LOG_DOMAIN=\"GLib\" -DG_DISABLE_CAST_CHECKS -DGLIB_COMPILATION -DPCRE_STATIC -pthread -Wall -Wstrict-prototypes -Wno-bad-function-cast -Werror=declaration-after-statement -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self -Werror=format=2 -Werror=missing-include-dirs -fvisibility=hidden -g -O2 -fno-strict-aliasing -c -o libglib_2_0_la-gbytes.lo `test -f 'gbytes.c' || echo './'`gbytes.c
libtool: compile: gcc-5 -DHAVE_CONFIG_H -I. -I.. -I.. -I../glib -I../glib -I.. -I/mnt/linuxlab/home/rquackenbush1/.linuxbrew/Cellar/pcre/8.42/include -DG_LOG_DOMAIN=\"GLib\" -DG_DISABLE_CAST_CHECKS -DGLIB_COMPILATION -DPCRE_STATIC -pthread -Wall -Wstrict-prototypes -Wno-bad-function-cast -Werror=declaration-after-statement -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self -Werror=format=2 -Werror=missing-include-dirs -fvisibility=hidden -g -O2 -fno-strict-aliasing -c gbytes.c -fPIC -DPIC -o .libs/libglib_2_0_la-gbytes.o
libtool: compile: gcc-5 -DHAVE_CONFIG_H -I. -I.. -I.. -I../glib -I../glib -I.. -I/mnt/linuxlab/home/rquackenbush1/.linuxbrew/Cellar/pcre/8.42/include -DG_LOG_DOMAIN=\"GLib\" -DG_DISABLE_CAST_CHECKS -DGLIB_COMPILATION -DPCRE_STATIC -pthread -Wall -Wstrict-prototypes -Wno-bad-function-cast -Werror=declaration-after-statement -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self -Werror=format=2 -Werror=missing-include-dirs -fvisibility=hidden -g -O2 -fno-strict-aliasing -c gbitlock.c -o libglib_2_0_la-gbitlock.o >/dev/null 2>&1
/bin/sh ../libtool --tag=CC --mode=compile gcc-5 -DHAVE_CONFIG_H -I. -I.. -I.. -I../glib -I../glib -I.. -I/mnt/linuxlab/home/rquackenbush1/.linuxbrew/Cellar/pcre/8.42/include -DG_LOG_DOMAIN=\"GLib\" -DG_DISABLE_CAST_CHECKS -DGLIB_COMPILATION -DPCRE_STATIC -pthread -Wall -Wstrict-prototypes -Wno-bad-function-cast -Werror=declaration-after-statement -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self -Werror=format=2 -Werror=missing-include-dirs -fvisibility=hidden -g -O2 -fno-strict-aliasing -c -o libglib_2_0_la-gcharset.lo `test -f 'gcharset.c' || echo './'`gcharset.c
libtool: compile: gcc-5 -DHAVE_CONFIG_H -I. -I.. -I.. -I../glib -I../glib -I.. -I/mnt/linuxlab/home/rquackenbush1/.linuxbrew/Cellar/pcre/8.42/include -DG_LOG_DOMAIN=\"GLib\" -DG_DISABLE_CAST_CHECKS -DGLIB_COMPILATION -DPCRE_STATIC -pthread -Wall -Wstrict-prototypes -Wno-bad-function-cast -Werror=declaration-after-statement -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self -Werror=format=2 -Werror=missing-include-dirs -fvisibility=hidden -g -O2 -fno-strict-aliasing -c gcharset.c -fPIC -DPIC -o .libs/libglib_2_0_la-gcharset.o
/bin/sh ../libtool --tag=CC --mode=compile gcc-5 -DHAVE_CONFIG_H -I. -I.. -I.. -I../glib -I../glib -I.. -I/mnt/linuxlab/home/rquackenbush1/.linuxbrew/Cellar/pcre/8.42/include -DG_LOG_DOMAIN=\"GLib\" -DG_DISABLE_CAST_CHECKS -DGLIB_COMPILATION -DPCRE_STATIC -pthread -Wall -Wstrict-prototypes -Wno-bad-function-cast -Werror=declaration-after-statement -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self -Werror=format=2 -Werror=missing-include-dirs -fvisibility=hidden -g -O2 -fno-strict-aliasing -c -o libglib_2_0_la-gchecksum.lo `test -f 'gchecksum.c' || echo './'`gchecksum.c
libtool: compile: gcc-5 -DHAVE_CONFIG_H -I. -I.. -I.. -I../glib -I../glib -I.. -I/mnt/linuxlab/home/rquackenbush1/.linuxbrew/Cellar/pcre/8.42/include -DG_LOG_DOMAIN=\"GLib\" -DG_DISABLE_CAST_CHECKS -DGLIB_COMPILATION -DPCRE_STATIC -pthread -Wall -Wstrict-prototypes -Wno-bad-function-cast -Werror=declaration-after-statement -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self -Werror=format=2 -Werror=missing-include-dirs -fvisibility=hidden -g -O2 -fno-strict-aliasing -c gbytes.c -o libglib_2_0_la-gbytes.o >/dev/null 2>&1
libtool: compile: gcc-5 -DHAVE_CONFIG_H -I. -I.. -I.. -I../glib -I../glib -I.. -I/mnt/linuxlab/home/rquackenbush1/.linuxbrew/Cellar/pcre/8.42/include -DG_LOG_DOMAIN=\"GLib\" -DG_DISABLE_CAST_CHECKS -DGLIB_COMPILATION -DPCRE_STATIC -pthread -Wall -Wstrict-prototypes -Wno-bad-function-cast -Werror=declaration-after-statement -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self -Werror=format=2 -Werror=missing-include-dirs -fvisibility=hidden -g -O2 -fno-strict-aliasing -c gchecksum.c -fPIC -DPIC -o .libs/libglib_2_0_la-gchecksum.o
libtool: compile: gcc-5 -DHAVE_CONFIG_H -I. -I.. -I.. -I../glib -I../glib -I.. -I/mnt/linuxlab/home/rquackenbush1/.linuxbrew/Cellar/pcre/8.42/include -DG_LOG_DOMAIN=\"GLib\" -DG_DISABLE_CAST_CHECKS -DGLIB_COMPILATION -DPCRE_STATIC -pthread -Wall -Wstrict-prototypes -Wno-bad-function-cast -Werror=declaration-after-statement -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self -Werror=format=2 -Werror=missing-include-dirs -fvisibility=hidden -g -O2 -fno-strict-aliasing -c gcharset.c -o libglib_2_0_la-gcharset.o >/dev/null 2>&1
libtool: compile: gcc-5 -DHAVE_CONFIG_H -I. -I.. -I.. -I../glib -I../glib -I.. -I/mnt/linuxlab/home/rquackenbush1/.linuxbrew/Cellar/pcre/8.42/include -DG_LOG_DOMAIN=\"GLib\" -DG_DISABLE_CAST_CHECKS -DGLIB_COMPILATION -DPCRE_STATIC -pthread -Wall -Wstrict-prototypes -Wno-bad-function-cast -Werror=declaration-after-statement -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self -Werror=format=2 -Werror=missing-include-dirs -fvisibility=hidden -g -O2 -fno-strict-aliasing -c gbookmarkfile.c -o libglib_2_0_la-gbookmarkfile.o >/dev/null 2>&1
/bin/sh ../libtool --tag=CC --mode=compile gcc-5 -DHAVE_CONFIG_H -I. -I.. -I.. -I../glib -I../glib -I.. -I/mnt/linuxlab/home/rquackenbush1/.linuxbrew/Cellar/pcre/8.42/include -DG_LOG_DOMAIN=\"GLib\" -DG_DISABLE_CAST_CHECKS -DGLIB_COMPILATION -DPCRE_STATIC -pthread -Wall -Wstrict-prototypes -Wno-bad-function-cast -Werror=declaration-after-statement -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self -Werror=format=2 -Werror=missing-include-dirs -fvisibility=hidden -g -O2 -fno-strict-aliasing -c -o libglib_2_0_la-gconvert.lo `test -f 'gconvert.c' || echo './'`gconvert.c
libtool: compile: gcc-5 -DHAVE_CONFIG_H -I. -I.. -I.. -I../glib -I../glib -I.. -I/mnt/linuxlab/home/rquackenbush1/.linuxbrew/Cellar/pcre/8.42/include -DG_LOG_DOMAIN=\"GLib\" -DG_DISABLE_CAST_CHECKS -DGLIB_COMPILATION -DPCRE_STATIC -pthread -Wall -Wstrict-prototypes -Wno-bad-function-cast -Werror=declaration-after-statement -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self -Werror=format=2 -Werror=missing-include-dirs -fvisibility=hidden -g -O2 -fno-strict-aliasing -c gconvert.c -fPIC -DPIC -o .libs/libglib_2_0_la-gconvert.o
/bin/sh ../libtool --tag=CC --mode=compile gcc-5 -DHAVE_CONFIG_H -I. -I.. -I.. -I../glib -I../glib -I.. -I/mnt/linuxlab/home/rquackenbush1/.linuxbrew/Cellar/pcre/8.42/include -DG_LOG_DOMAIN=\"GLib\" -DG_DISABLE_CAST_CHECKS -DGLIB_COMPILATION -DPCRE_STATIC -pthread -Wall -Wstrict-prototypes -Wno-bad-function-cast -Werror=declaration-after-statement -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self -Werror=format=2 -Werror=missing-include-dirs -fvisibility=hidden -g -O2 -fno-strict-aliasing -c -o libglib_2_0_la-gdataset.lo `test -f 'gdataset.c' || echo './'`gdataset.c
libtool: compile: gcc-5 -DHAVE_CONFIG_H -I. -I.. -I.. -I../glib -I../glib -I.. -I/mnt/linuxlab/home/rquackenbush1/.linuxbrew/Cellar/pcre/8.42/include -DG_LOG_DOMAIN=\"GLib\" -DG_DISABLE_CAST_CHECKS -DGLIB_COMPILATION -DPCRE_STATIC -pthread -Wall -Wstrict-prototypes -Wno-bad-function-cast -Werror=declaration-after-statement -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self -Werror=format=2 -Werror=missing-include-dirs -fvisibility=hidden -g -O2 -fno-strict-aliasing -c gdataset.c -fPIC -DPIC -o .libs/libglib_2_0_la-gdataset.o
libtool: compile: gcc-5 -DHAVE_CONFIG_H -I. -I.. -I.. -I../glib -I../glib -I.. -I/mnt/linuxlab/home/rquackenbush1/.linuxbrew/Cellar/pcre/8.42/include -DG_LOG_DOMAIN=\"GLib\" -DG_DISABLE_CAST_CHECKS -DGLIB_COMPILATION -DPCRE_STATIC -pthread -Wall -Wstrict-prototypes -Wno-bad-function-cast -Werror=declaration-after-statement -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self -Werror=format=2 -Werror=missing-include-dirs -fvisibility=hidden -g -O2 -fno-strict-aliasing -c gconvert.c -o libglib_2_0_la-gconvert.o >/dev/null 2>&1
libtool: compile: gcc-5 -DHAVE_CONFIG_H -I. -I.. -I.. -I../glib -I../glib -I.. -I/mnt/linuxlab/home/rquackenbush1/.linuxbrew/Cellar/pcre/8.42/include -DG_LOG_DOMAIN=\"GLib\" -DG_DISABLE_CAST_CHECKS -DGLIB_COMPILATION -DPCRE_STATIC -pthread -Wall -Wstrict-prototypes -Wno-bad-function-cast -Werror=declaration-after-statement -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self -Werror=format=2 -Werror=missing-include-dirs -fvisibility=hidden -g -O2 -fno-strict-aliasing -c gchecksum.c -o libglib_2_0_la-gchecksum.o >/dev/null 2>&1
/bin/sh ../libtool --tag=CC --mode=compile gcc-5 -DHAVE_CONFIG_H -I. -I.. -I.. -I../glib -I../glib -I.. -I/mnt/linuxlab/home/rquackenbush1/.linuxbrew/Cellar/pcre/8.42/include -DG_LOG_DOMAIN=\"GLib\" -DG_DISABLE_CAST_CHECKS -DGLIB_COMPILATION -DPCRE_STATIC -pthread -Wall -Wstrict-prototypes -Wno-bad-function-cast -Werror=declaration-after-statement -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self -Werror=format=2 -Werror=missing-include-dirs -fvisibility=hidden -g -O2 -fno-strict-aliasing -c -o libglib_2_0_la-gdate.lo `test -f 'gdate.c' || echo './'`gdate.c
libtool: compile: gcc-5 -DHAVE_CONFIG_H -I. -I.. -I.. -I../glib -I../glib -I.. -I/mnt/linuxlab/home/rquackenbush1/.linuxbrew/Cellar/pcre/8.42/include -DG_LOG_DOMAIN=\"GLib\" -DG_DISABLE_CAST_CHECKS -DGLIB_COMPILATION -DPCRE_STATIC -pthread -Wall -Wstrict-prototypes -Wno-bad-function-cast -Werror=declaration-after-statement -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self -Werror=format=2 -Werror=missing-include-dirs -fvisibility=hidden -g -O2 -fno-strict-aliasing -c gdataset.c -o libglib_2_0_la-gdataset.o >/dev/null 2>&1
libtool: compile: gcc-5 -DHAVE_CONFIG_H -I. -I.. -I.. -I../glib -I../glib -I.. -I/mnt/linuxlab/home/rquackenbush1/.linuxbrew/Cellar/pcre/8.42/include -DG_LOG_DOMAIN=\"GLib\" -DG_DISABLE_CAST_CHECKS -DGLIB_COMPILATION -DPCRE_STATIC -pthread -Wall -Wstrict-prototypes -Wno-bad-function-cast -Werror=declaration-after-statement -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self -Werror=format=2 -Werror=missing-include-dirs -fvisibility=hidden -g -O2 -fno-strict-aliasing -c gdate.c -fPIC -DPIC -o .libs/libglib_2_0_la-gdate.o
/bin/sh ../libtool --tag=CC --mode=compile gcc-5 -DHAVE_CONFIG_H -I. -I.. -I.. -I../glib -I../glib -I.. -I/mnt/linuxlab/home/rquackenbush1/.linuxbrew/Cellar/pcre/8.42/include -DG_LOG_DOMAIN=\"GLib\" -DG_DISABLE_CAST_CHECKS -DGLIB_COMPILATION -DPCRE_STATIC -pthread -Wall -Wstrict-prototypes -Wno-bad-function-cast -Werror=declaration-after-statement -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self -Werror=format=2 -Werror=missing-include-dirs -fvisibility=hidden -g -O2 -fno-strict-aliasing -c -o libglib_2_0_la-gdatetime.lo `test -f 'gdatetime.c' || echo './'`gdatetime.c
/bin/sh ../libtool --tag=CC --mode=compile gcc-5 -DHAVE_CONFIG_H -I. -I.. -I.. -I../glib -I../glib -I.. -I/mnt/linuxlab/home/rquackenbush1/.linuxbrew/Cellar/pcre/8.42/include -DG_LOG_DOMAIN=\"GLib\" -DG_DISABLE_CAST_CHECKS -DGLIB_COMPILATION -DPCRE_STATIC -pthread -Wall -Wstrict-prototypes -Wno-bad-function-cast -Werror=declaration-after-statement -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self -Werror=format=2 -Werror=missing-include-dirs -fvisibility=hidden -g -O2 -fno-strict-aliasing -c -o libglib_2_0_la-gdir.lo `test -f 'gdir.c' || echo './'`gdir.c
libtool: compile: gcc-5 -DHAVE_CONFIG_H -I. -I.. -I.. -I../glib -I../glib -I.. -I/mnt/linuxlab/home/rquackenbush1/.linuxbrew/Cellar/pcre/8.42/include -DG_LOG_DOMAIN=\"GLib\" -DG_DISABLE_CAST_CHECKS -DGLIB_COMPILATION -DPCRE_STATIC -pthread -Wall -Wstrict-prototypes -Wno-bad-function-cast -Werror=declaration-after-statement -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self -Werror=format=2 -Werror=missing-include-dirs -fvisibility=hidden -g -O2 -fno-strict-aliasing -c gdatetime.c -fPIC -DPIC -o .libs/libglib_2_0_la-gdatetime.o
libtool: compile: gcc-5 -DHAVE_CONFIG_H -I. -I.. -I.. -I../glib -I../glib -I.. -I/mnt/linuxlab/home/rquackenbush1/.linuxbrew/Cellar/pcre/8.42/include -DG_LOG_DOMAIN=\"GLib\" -DG_DISABLE_CAST_CHECKS -DGLIB_COMPILATION -DPCRE_STATIC -pthread -Wall -Wstrict-prototypes -Wno-bad-function-cast -Werror=declaration-after-statement -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self -Werror=format=2 -Werror=missing-include-dirs -fvisibility=hidden -g -O2 -fno-strict-aliasing -c gdir.c -fPIC -DPIC -o .libs/libglib_2_0_la-gdir.o
libtool: compile: gcc-5 -DHAVE_CONFIG_H -I. -I.. -I.. -I../glib -I../glib -I.. -I/mnt/linuxlab/home/rquackenbush1/.linuxbrew/Cellar/pcre/8.42/include -DG_LOG_DOMAIN=\"GLib\" -DG_DISABLE_CAST_CHECKS -DGLIB_COMPILATION -DPCRE_STATIC -pthread -Wall -Wstrict-prototypes -Wno-bad-function-cast -Werror=declaration-after-statement -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self -Werror=format=2 -Werror=missing-include-dirs -fvisibility=hidden -g -O2 -fno-strict-aliasing -c gdate.c -o libglib_2_0_la-gdate.o >/dev/null 2>&1
libtool: compile: gcc-5 -DHAVE_CONFIG_H -I. -I.. -I.. -I../glib -I../glib -I.. -I/mnt/linuxlab/home/rquackenbush1/.linuxbrew/Cellar/pcre/8.42/include -DG_LOG_DOMAIN=\"GLib\" -DG_DISABLE_CAST_CHECKS -DGLIB_COMPILATION -DPCRE_STATIC -pthread -Wall -Wstrict-prototypes -Wno-bad-function-cast -Werror=declaration-after-statement -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self -Werror=format=2 -Werror=missing-include-dirs -fvisibility=hidden -g -O2 -fno-strict-aliasing -c gdir.c -o libglib_2_0_la-gdir.o >/dev/null 2>&1
/bin/sh ../libtool --tag=CC --mode=compile gcc-5 -DHAVE_CONFIG_H -I. -I.. -I.. -I../glib -I../glib -I.. -I/mnt/linuxlab/home/rquackenbush1/.linuxbrew/Cellar/pcre/8.42/include -DG_LOG_DOMAIN=\"GLib\" -DG_DISABLE_CAST_CHECKS -DGLIB_COMPILATION -DPCRE_STATIC -pthread -Wall -Wstrict-prototypes -Wno-bad-function-cast -Werror=declaration-after-statement -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self -Werror=format=2 -Werror=missing-include-dirs -fvisibility=hidden -g -O2 -fno-strict-aliasing -c -o libglib_2_0_la-genviron.lo `test -f 'genviron.c' || echo './'`genviron.c
libtool: compile: gcc-5 -DHAVE_CONFIG_H -I. -I.. -I.. -I../glib -I../glib -I.. -I/mnt/linuxlab/home/rquackenbush1/.linuxbrew/Cellar/pcre/8.42/include -DG_LOG_DOMAIN=\"GLib\" -DG_DISABLE_CAST_CHECKS -DGLIB_COMPILATION -DPCRE_STATIC -pthread -Wall -Wstrict-prototypes -Wno-bad-function-cast -Werror=declaration-after-statement -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self -Werror=format=2 -Werror=missing-include-dirs -fvisibility=hidden -g -O2 -fno-strict-aliasing -c genviron.c -fPIC -DPIC -o .libs/libglib_2_0_la-genviron.o
/bin/sh ../libtool --tag=CC --mode=compile gcc-5 -DHAVE_CONFIG_H -I. -I.. -I.. -I../glib -I../glib -I.. -I/mnt/linuxlab/home/rquackenbush1/.linuxbrew/Cellar/pcre/8.42/include -DG_LOG_DOMAIN=\"GLib\" -DG_DISABLE_CAST_CHECKS -DGLIB_COMPILATION -DPCRE_STATIC -pthread -Wall -Wstrict-prototypes -Wno-bad-function-cast -Werror=declaration-after-statement -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self -Werror=format=2 -Werror=missing-include-dirs -fvisibility=hidden -g -O2 -fno-strict-aliasing -c -o libglib_2_0_la-gerror.lo `test -f 'gerror.c' || echo './'`gerror.c
libtool: compile: gcc-5 -DHAVE_CONFIG_H -I. -I.. -I.. -I../glib -I../glib -I.. -I/mnt/linuxlab/home/rquackenbush1/.linuxbrew/Cellar/pcre/8.42/include -DG_LOG_DOMAIN=\"GLib\" -DG_DISABLE_CAST_CHECKS -DGLIB_COMPILATION -DPCRE_STATIC -pthread -Wall -Wstrict-prototypes -Wno-bad-function-cast -Werror=declaration-after-statement -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self -Werror=format=2 -Werror=missing-include-dirs -fvisibility=hidden -g -O2 -fno-strict-aliasing -c gdatetime.c -o libglib_2_0_la-gdatetime.o >/dev/null 2>&1
libtool: compile: gcc-5 -DHAVE_CONFIG_H -I. -I.. -I.. -I../glib -I../glib -I.. -I/mnt/linuxlab/home/rquackenbush1/.linuxbrew/Cellar/pcre/8.42/include -DG_LOG_DOMAIN=\"GLib\" -DG_DISABLE_CAST_CHECKS -DGLIB_COMPILATION -DPCRE_STATIC -pthread -Wall -Wstrict-prototypes -Wno-bad-function-cast -Werror=declaration-after-statement -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self -Werror=format=2 -Werror=missing-include-dirs -fvisibility=hidden -g -O2 -fno-strict-aliasing -c gerror.c -fPIC -DPIC -o .libs/libglib_2_0_la-gerror.o
libtool: compile: gcc-5 -DHAVE_CONFIG_H -I. -I.. -I.. -I../glib -I../glib -I.. -I/mnt/linuxlab/home/rquackenbush1/.linuxbrew/Cellar/pcre/8.42/include -DG_LOG_DOMAIN=\"GLib\" -DG_DISABLE_CAST_CHECKS -DGLIB_COMPILATION -DPCRE_STATIC -pthread -Wall -Wstrict-prototypes -Wno-bad-function-cast -Werror=declaration-after-statement -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self -Werror=format=2 -Werror=missing-include-dirs -fvisibility=hidden -g -O2 -fno-strict-aliasing -c genviron.c -o libglib_2_0_la-genviron.o >/dev/null 2>&1
/bin/sh ../libtool --tag=CC --mode=compile gcc-5 -DHAVE_CONFIG_H -I. -I.. -I.. -I../glib -I../glib -I.. -I/mnt/linuxlab/home/rquackenbush1/.linuxbrew/Cellar/pcre/8.42/include -DG_LOG_DOMAIN=\"GLib\" -DG_DISABLE_CAST_CHECKS -DGLIB_COMPILATION -DPCRE_STATIC -pthread -Wall -Wstrict-prototypes -Wno-bad-function-cast -Werror=declaration-after-statement -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self -Werror=format=2 -Werror=missing-include-dirs -fvisibility=hidden -g -O2 -fno-strict-aliasing -c -o libglib_2_0_la-gfileutils.lo `test -f 'gfileutils.c' || echo './'`gfileutils.c
libtool: compile: gcc-5 -DHAVE_CONFIG_H -I. -I.. -I.. -I../glib -I../glib -I.. -I/mnt/linuxlab/home/rquackenbush1/.linuxbrew/Cellar/pcre/8.42/include -DG_LOG_DOMAIN=\"GLib\" -DG_DISABLE_CAST_CHECKS -DGLIB_COMPILATION -DPCRE_STATIC -pthread -Wall -Wstrict-prototypes -Wno-bad-function-cast -Werror=declaration-after-statement -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self -Werror=format=2 -Werror=missing-include-dirs -fvisibility=hidden -g -O2 -fno-strict-aliasing -c gerror.c -o libglib_2_0_la-gerror.o >/dev/null 2>&1
libtool: compile: gcc-5 -DHAVE_CONFIG_H -I. -I.. -I.. -I../glib -I../glib -I.. -I/mnt/linuxlab/home/rquackenbush1/.linuxbrew/Cellar/pcre/8.42/include -DG_LOG_DOMAIN=\"GLib\" -DG_DISABLE_CAST_CHECKS -DGLIB_COMPILATION -DPCRE_STATIC -pthread -Wall -Wstrict-prototypes -Wno-bad-function-cast -Werror=declaration-after-statement -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self -Werror=format=2 -Werror=missing-include-dirs -fvisibility=hidden -g -O2 -fno-strict-aliasing -c gfileutils.c -fPIC -DPIC -o .libs/libglib_2_0_la-gfileutils.o
/bin/sh ../libtool --tag=CC --mode=compile gcc-5 -DHAVE_CONFIG_H -I. -I.. -I.. -I../glib -I../glib -I.. -I/mnt/linuxlab/home/rquackenbush1/.linuxbrew/Cellar/pcre/8.42/include -DG_LOG_DOMAIN=\"GLib\" -DG_DISABLE_CAST_CHECKS -DGLIB_COMPILATION -DPCRE_STATIC -pthread -Wall -Wstrict-prototypes -Wno-bad-function-cast -Werror=declaration-after-statement -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self -Werror=format=2 -Werror=missing-include-dirs -fvisibility=hidden -g -O2 -fno-strict-aliasing -c -o libglib_2_0_la-ggettext.lo `test -f 'ggettext.c' || echo './'`ggettext.c
libtool: compile: gcc-5 -DHAVE_CONFIG_H -I. -I.. -I.. -I../glib -I../glib -I.. -I/mnt/linuxlab/home/rquackenbush1/.linuxbrew/Cellar/pcre/8.42/include -DG_LOG_DOMAIN=\"GLib\" -DG_DISABLE_CAST_CHECKS -DGLIB_COMPILATION -DPCRE_STATIC -pthread -Wall -Wstrict-prototypes -Wno-bad-function-cast -Werror=declaration-after-statement -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self -Werror=format=2 -Werror=missing-include-dirs -fvisibility=hidden -g -O2 -fno-strict-aliasing -c ggettext.c -fPIC -DPIC -o .libs/libglib_2_0_la-ggettext.o
/bin/sh ../libtool --tag=CC --mode=compile gcc-5 -DHAVE_CONFIG_H -I. -I.. -I.. -I../glib -I../glib -I.. -I/mnt/linuxlab/home/rquackenbush1/.linuxbrew/Cellar/pcre/8.42/include -DG_LOG_DOMAIN=\"GLib\" -DG_DISABLE_CAST_CHECKS -DGLIB_COMPILATION -DPCRE_STATIC -pthread -Wall -Wstrict-prototypes -Wno-bad-function-cast -Werror=declaration-after-statement -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self -Werror=format=2 -Werror=missing-include-dirs -fvisibility=hidden -g -O2 -fno-strict-aliasing -c -o libglib_2_0_la-ghash.lo `test -f 'ghash.c' || echo './'`ghash.c
/bin/sh ../libtool --tag=CC --mode=compile gcc-5 -DHAVE_CONFIG_H -I. -I.. -I.. -I../glib -I../glib -I.. -I/mnt/linuxlab/home/rquackenbush1/.linuxbrew/Cellar/pcre/8.42/include -DG_LOG_DOMAIN=\"GLib\" -DG_DISABLE_CAST_CHECKS -DGLIB_COMPILATION -DPCRE_STATIC -pthread -Wall -Wstrict-prototypes -Wno-bad-function-cast -Werror=declaration-after-statement -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self -Werror=format=2 -Werror=missing-include-dirs -fvisibility=hidden -g -O2 -fno-strict-aliasing -c -o libglib_2_0_la-ghmac.lo `test -f 'ghmac.c' || echo './'`ghmac.c
libtool: compile: gcc-5 -DHAVE_CONFIG_H -I. -I.. -I.. -I../glib -I../glib -I.. -I/mnt/linuxlab/home/rquackenbush1/.linuxbrew/Cellar/pcre/8.42/include -DG_LOG_DOMAIN=\"GLib\" -DG_DISABLE_CAST_CHECKS -DGLIB_COMPILATION -DPCRE_STATIC -pthread -Wall -Wstrict-prototypes -Wno-bad-function-cast -Werror=declaration-after-statement -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self -Werror=format=2 -Werror=missing-include-dirs -fvisibility=hidden -g -O2 -fno-strict-aliasing -c ghash.c -fPIC -DPIC -o .libs/libglib_2_0_la-ghash.o
libtool: compile: gcc-5 -DHAVE_CONFIG_H -I. -I.. -I.. -I../glib -I../glib -I.. -I/mnt/linuxlab/home/rquackenbush1/.linuxbrew/Cellar/pcre/8.42/include -DG_LOG_DOMAIN=\"GLib\" -DG_DISABLE_CAST_CHECKS -DGLIB_COMPILATION -DPCRE_STATIC -pthread -Wall -Wstrict-prototypes -Wno-bad-function-cast -Werror=declaration-after-statement -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self -Werror=format=2 -Werror=missing-include-dirs -fvisibility=hidden -g -O2 -fno-strict-aliasing -c ggettext.c -o libglib_2_0_la-ggettext.o >/dev/null 2>&1
libtool: compile: gcc-5 -DHAVE_CONFIG_H -I. -I.. -I.. -I../glib -I../glib -I.. -I/mnt/linuxlab/home/rquackenbush1/.linuxbrew/Cellar/pcre/8.42/include -DG_LOG_DOMAIN=\"GLib\" -DG_DISABLE_CAST_CHECKS -DGLIB_COMPILATION -DPCRE_STATIC -pthread -Wall -Wstrict-prototypes -Wno-bad-function-cast -Werror=declaration-after-statement -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self -Werror=format=2 -Werror=missing-include-dirs -fvisibility=hidden -g -O2 -fno-strict-aliasing -c ghmac.c -fPIC -DPIC -o .libs/libglib_2_0_la-ghmac.o
libtool: compile: gcc-5 -DHAVE_CONFIG_H -I. -I.. -I.. -I../glib -I../glib -I.. -I/mnt/linuxlab/home/rquackenbush1/.linuxbrew/Cellar/pcre/8.42/include -DG_LOG_DOMAIN=\"GLib\" -DG_DISABLE_CAST_CHECKS -DGLIB_COMPILATION -DPCRE_STATIC -pthread -Wall -Wstrict-prototypes -Wno-bad-function-cast -Werror=declaration-after-statement -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self -Werror=format=2 -Werror=missing-include-dirs -fvisibility=hidden -g -O2 -fno-strict-aliasing -c gfileutils.c -o libglib_2_0_la-gfileutils.o >/dev/null 2>&1
libtool: compile: gcc-5 -DHAVE_CONFIG_H -I. -I.. -I.. -I../glib -I../glib -I.. -I/mnt/linuxlab/home/rquackenbush1/.linuxbrew/Cellar/pcre/8.42/include -DG_LOG_DOMAIN=\"GLib\" -DG_DISABLE_CAST_CHECKS -DGLIB_COMPILATION -DPCRE_STATIC -pthread -Wall -Wstrict-prototypes -Wno-bad-function-cast -Werror=declaration-after-statement -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self -Werror=format=2 -Werror=missing-include-dirs -fvisibility=hidden -g -O2 -fno-strict-aliasing -c ghmac.c -o libglib_2_0_la-ghmac.o >/dev/null 2>&1
/bin/sh ../libtool --tag=CC --mode=compile gcc-5 -DHAVE_CONFIG_H -I. -I.. -I.. -I../glib -I../glib -I.. -I/mnt/linuxlab/home/rquackenbush1/.linuxbrew/Cellar/pcre/8.42/include -DG_LOG_DOMAIN=\"GLib\" -DG_DISABLE_CAST_CHECKS -DGLIB_COMPILATION -DPCRE_STATIC -pthread -Wall -Wstrict-prototypes -Wno-bad-function-cast -Werror=declaration-after-statement -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self -Werror=format=2 -Werror=missing-include-dirs -fvisibility=hidden -g -O2 -fno-strict-aliasing -c -o libglib_2_0_la-ghook.lo `test -f 'ghook.c' || echo './'`ghook.c
libtool: compile: gcc-5 -DHAVE_CONFIG_H -I. -I.. -I.. -I../glib -I../glib -I.. -I/mnt/linuxlab/home/rquackenbush1/.linuxbrew/Cellar/pcre/8.42/include -DG_LOG_DOMAIN=\"GLib\" -DG_DISABLE_CAST_CHECKS -DGLIB_COMPILATION -DPCRE_STATIC -pthread -Wall -Wstrict-prototypes -Wno-bad-function-cast -Werror=declaration-after-statement -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self -Werror=format=2 -Werror=missing-include-dirs -fvisibility=hidden -g -O2 -fno-strict-aliasing -c ghash.c -o libglib_2_0_la-ghash.o >/dev/null 2>&1
libtool: compile: gcc-5 -DHAVE_CONFIG_H -I. -I.. -I.. -I../glib -I../glib -I.. -I/mnt/linuxlab/home/rquackenbush1/.linuxbrew/Cellar/pcre/8.42/include -DG_LOG_DOMAIN=\"GLib\" -DG_DISABLE_CAST_CHECKS -DGLIB_COMPILATION -DPCRE_STATIC -pthread -Wall -Wstrict-prototypes -Wno-bad-function-cast -Werror=declaration-after-statement -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self -Werror=format=2 -Werror=missing-include-dirs -fvisibility=hidden -g -O2 -fno-strict-aliasing -c ghook.c -fPIC -DPIC -o .libs/libglib_2_0_la-ghook.o
/bin/sh ../libtool --tag=CC --mode=compile gcc-5 -DHAVE_CONFIG_H -I. -I.. -I.. -I../glib -I../glib -I.. -I/mnt/linuxlab/home/rquackenbush1/.linuxbrew/Cellar/pcre/8.42/include -DG_LOG_DOMAIN=\"GLib\" -DG_DISABLE_CAST_CHECKS -DGLIB_COMPILATION -DPCRE_STATIC -pthread -Wall -Wstrict-prototypes -Wno-bad-function-cast -Werror=declaration-after-statement -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self -Werror=format=2 -Werror=missing-include-dirs -fvisibility=hidden -g -O2 -fno-strict-aliasing -c -o libglib_2_0_la-ghostutils.lo `test -f 'ghostutils.c' || echo './'`ghostutils.c
/bin/sh ../libtool --tag=CC --mode=compile gcc-5 -DHAVE_CONFIG_H -I. -I.. -I.. -I../glib -I../glib -I.. -I/mnt/linuxlab/home/rquackenbush1/.linuxbrew/Cellar/pcre/8.42/include -DG_LOG_DOMAIN=\"GLib\" -DG_DISABLE_CAST_CHECKS -DGLIB_COMPILATION -DPCRE_STATIC -pthread -Wall -Wstrict-prototypes -Wno-bad-function-cast -Werror=declaration-after-statement -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self -Werror=format=2 -Werror=missing-include-dirs -fvisibility=hidden -g -O2 -fno-strict-aliasing -c -o libglib_2_0_la-giochannel.lo `test -f 'giochannel.c' || echo './'`giochannel.c
libtool: compile: gcc-5 -DHAVE_CONFIG_H -I. -I.. -I.. -I../glib -I../glib -I.. -I/mnt/linuxlab/home/rquackenbush1/.linuxbrew/Cellar/pcre/8.42/include -DG_LOG_DOMAIN=\"GLib\" -DG_DISABLE_CAST_CHECKS -DGLIB_COMPILATION -DPCRE_STATIC -pthread -Wall -Wstrict-prototypes -Wno-bad-function-cast -Werror=declaration-after-statement -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self -Werror=format=2 -Werror=missing-include-dirs -fvisibility=hidden -g -O2 -fno-strict-aliasing -c ghostutils.c -fPIC -DPIC -o .libs/libglib_2_0_la-ghostutils.o
libtool: compile: gcc-5 -DHAVE_CONFIG_H -I. -I.. -I.. -I../glib -I../glib -I.. -I/mnt/linuxlab/home/rquackenbush1/.linuxbrew/Cellar/pcre/8.42/include -DG_LOG_DOMAIN=\"GLib\" -DG_DISABLE_CAST_CHECKS -DGLIB_COMPILATION -DPCRE_STATIC -pthread -Wall -Wstrict-prototypes -Wno-bad-function-cast -Werror=declaration-after-statement -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self -Werror=format=2 -Werror=missing-include-dirs -fvisibility=hidden -g -O2 -fno-strict-aliasing -c giochannel.c -fPIC -DPIC -o .libs/libglib_2_0_la-giochannel.o
libtool: compile: gcc-5 -DHAVE_CONFIG_H -I. -I.. -I.. -I../glib -I../glib -I.. -I/mnt/linuxlab/home/rquackenbush1/.linuxbrew/Cellar/pcre/8.42/include -DG_LOG_DOMAIN=\"GLib\" -DG_DISABLE_CAST_CHECKS -DGLIB_COMPILATION -DPCRE_STATIC -pthread -Wall -Wstrict-prototypes -Wno-bad-function-cast -Werror=declaration-after-statement -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self -Werror=format=2 -Werror=missing-include-dirs -fvisibility=hidden -g -O2 -fno-strict-aliasing -c ghook.c -o libglib_2_0_la-ghook.o >/dev/null 2>&1
/bin/sh ../libtool --tag=CC --mode=compile gcc-5 -DHAVE_CONFIG_H -I. -I.. -I.. -I../glib -I../glib -I.. -I/mnt/linuxlab/home/rquackenbush1/.linuxbrew/Cellar/pcre/8.42/include -DG_LOG_DOMAIN=\"GLib\" -DG_DISABLE_CAST_CHECKS -DGLIB_COMPILATION -DPCRE_STATIC -pthread -Wall -Wstrict-prototypes -Wno-bad-function-cast -Werror=declaration-after-statement -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self -Werror=format=2 -Werror=missing-include-dirs -fvisibility=hidden -g -O2 -fno-strict-aliasing -c -o libglib_2_0_la-gkeyfile.lo `test -f 'gkeyfile.c' || echo './'`gkeyfile.c
libtool: compile: gcc-5 -DHAVE_CONFIG_H -I. -I.. -I.. -I../glib -I../glib -I.. -I/mnt/linuxlab/home/rquackenbush1/.linuxbrew/Cellar/pcre/8.42/include -DG_LOG_DOMAIN=\"GLib\" -DG_DISABLE_CAST_CHECKS -DGLIB_COMPILATION -DPCRE_STATIC -pthread -Wall -Wstrict-prototypes -Wno-bad-function-cast -Werror=declaration-after-statement -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self -Werror=format=2 -Werror=missing-include-dirs -fvisibility=hidden -g -O2 -fno-strict-aliasing -c ghostutils.c -o libglib_2_0_la-ghostutils.o >/dev/null 2>&1
libtool: compile: gcc-5 -DHAVE_CONFIG_H -I. -I.. -I.. -I../glib -I../glib -I.. -I/mnt/linuxlab/home/rquackenbush1/.linuxbrew/Cellar/pcre/8.42/include -DG_LOG_DOMAIN=\"GLib\" -DG_DISABLE_CAST_CHECKS -DGLIB_COMPILATION -DPCRE_STATIC -pthread -Wall -Wstrict-prototypes -Wno-bad-function-cast -Werror=declaration-after-statement -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self -Werror=format=2 -Werror=missing-include-dirs -fvisibility=hidden -g -O2 -fno-strict-aliasing -c gkeyfile.c -fPIC -DPIC -o .libs/libglib_2_0_la-gkeyfile.o
/bin/sh ../libtool --tag=CC --mode=compile gcc-5 -DHAVE_CONFIG_H -I. -I.. -I.. -I../glib -I../glib -I.. -I/mnt/linuxlab/home/rquackenbush1/.linuxbrew/Cellar/pcre/8.42/include -DG_LOG_DOMAIN=\"GLib\" -DG_DISABLE_CAST_CHECKS -DGLIB_COMPILATION -DPCRE_STATIC -pthread -Wall -Wstrict-prototypes -Wno-bad-function-cast -Werror=declaration-after-statement -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self -Werror=format=2 -Werror=missing-include-dirs -fvisibility=hidden -g -O2 -fno-strict-aliasing -c -o libglib_2_0_la-glib-init.lo `test -f 'glib-init.c' || echo './'`glib-init.c
libtool: compile: gcc-5 -DHAVE_CONFIG_H -I. -I.. -I.. -I../glib -I../glib -I.. -I/mnt/linuxlab/home/rquackenbush1/.linuxbrew/Cellar/pcre/8.42/include -DG_LOG_DOMAIN=\"GLib\" -DG_DISABLE_CAST_CHECKS -DGLIB_COMPILATION -DPCRE_STATIC -pthread -Wall -Wstrict-prototypes -Wno-bad-function-cast -Werror=declaration-after-statement -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self -Werror=format=2 -Werror=missing-include-dirs -fvisibility=hidden -g -O2 -fno-strict-aliasing -c glib-init.c -fPIC -DPIC -o .libs/libglib_2_0_la-glib-init.o
libtool: compile: gcc-5 -DHAVE_CONFIG_H -I. -I.. -I.. -I../glib -I../glib -I.. -I/mnt/linuxlab/home/rquackenbush1/.linuxbrew/Cellar/pcre/8.42/include -DG_LOG_DOMAIN=\"GLib\" -DG_DISABLE_CAST_CHECKS -DGLIB_COMPILATION -DPCRE_STATIC -pthread -Wall -Wstrict-prototypes -Wno-bad-function-cast -Werror=declaration-after-statement -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self -Werror=format=2 -Werror=missing-include-dirs -fvisibility=hidden -g -O2 -fno-strict-aliasing -c giochannel.c -o libglib_2_0_la-giochannel.o >/dev/null 2>&1
/bin/sh ../libtool --tag=CC --mode=compile gcc-5 -DHAVE_CONFIG_H -I. -I.. -I.. -I../glib -I../glib -I.. -I/mnt/linuxlab/home/rquackenbush1/.linuxbrew/Cellar/pcre/8.42/include -DG_LOG_DOMAIN=\"GLib\" -DG_DISABLE_CAST_CHECKS -DGLIB_COMPILATION -DPCRE_STATIC -pthread -Wall -Wstrict-prototypes -Wno-bad-function-cast -Werror=declaration-after-statement -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self -Werror=format=2 -Werror=missing-include-dirs -fvisibility=hidden -g -O2 -fno-strict-aliasing -c -o libglib_2_0_la-glib-private.lo `test -f 'glib-private.c' || echo './'`glib-private.c
libtool: compile: gcc-5 -DHAVE_CONFIG_H -I. -I.. -I.. -I../glib -I../glib -I.. -I/mnt/linuxlab/home/rquackenbush1/.linuxbrew/Cellar/pcre/8.42/include -DG_LOG_DOMAIN=\"GLib\" -DG_DISABLE_CAST_CHECKS -DGLIB_COMPILATION -DPCRE_STATIC -pthread -Wall -Wstrict-prototypes -Wno-bad-function-cast -Werror=declaration-after-statement -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self -Werror=format=2 -Werror=missing-include-dirs -fvisibility=hidden -g -O2 -fno-strict-aliasing -c glib-private.c -fPIC -DPIC -o .libs/libglib_2_0_la-glib-private.o
libtool: compile: gcc-5 -DHAVE_CONFIG_H -I. -I.. -I.. -I../glib -I../glib -I.. -I/mnt/linuxlab/home/rquackenbush1/.linuxbrew/Cellar/pcre/8.42/include -DG_LOG_DOMAIN=\"GLib\" -DG_DISABLE_CAST_CHECKS -DGLIB_COMPILATION -DPCRE_STATIC -pthread -Wall -Wstrict-prototypes -Wno-bad-function-cast -Werror=declaration-after-statement -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self -Werror=format=2 -Werror=missing-include-dirs -fvisibility=hidden -g -O2 -fno-strict-aliasing -c glib-init.c -o libglib_2_0_la-glib-init.o >/dev/null 2>&1
libtool: compile: gcc-5 -DHAVE_CONFIG_H -I. -I.. -I.. -I../glib -I../glib -I.. -I/mnt/linuxlab/home/rquackenbush1/.linuxbrew/Cellar/pcre/8.42/include -DG_LOG_DOMAIN=\"GLib\" -DG_DISABLE_CAST_CHECKS -DGLIB_COMPILATION -DPCRE_STATIC -pthread -Wall -Wstrict-prototypes -Wno-bad-function-cast -Werror=declaration-after-statement -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self -Werror=format=2 -Werror=missing-include-dirs -fvisibility=hidden -g -O2 -fno-strict-aliasing -c glib-private.c -o libglib_2_0_la-glib-private.o >/dev/null 2>&1
/bin/sh ../libtool --tag=CC --mode=compile gcc-5 -DHAVE_CONFIG_H -I. -I.. -I.. -I../glib -I../glib -I.. -I/mnt/linuxlab/home/rquackenbush1/.linuxbrew/Cellar/pcre/8.42/include -DG_LOG_DOMAIN=\"GLib\" -DG_DISABLE_CAST_CHECKS -DGLIB_COMPILATION -DPCRE_STATIC -pthread -Wall -Wstrict-prototypes -Wno-bad-function-cast -Werror=declaration-after-statement -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self -Werror=format=2 -Werror=missing-include-dirs -fvisibility=hidden -g -O2 -fno-strict-aliasing -c -o libglib_2_0_la-glist.lo `test -f 'glist.c' || echo './'`glist.c
/bin/sh ../libtool --tag=CC --mode=compile gcc-5 -DHAVE_CONFIG_H -I. -I.. -I.. -I../glib -I../glib -I.. -I/mnt/linuxlab/home/rquackenbush1/.linuxbrew/Cellar/pcre/8.42/include -DG_LOG_DOMAIN=\"GLib\" -DG_DISABLE_CAST_CHECKS -DGLIB_COMPILATION -DPCRE_STATIC -pthread -Wall -Wstrict-prototypes -Wno-bad-function-cast -Werror=declaration-after-statement -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self -Werror=format=2 -Werror=missing-include-dirs -fvisibility=hidden -g -O2 -fno-strict-aliasing -c -o libglib_2_0_la-gmain.lo `test -f 'gmain.c' || echo './'`gmain.c
libtool: compile: gcc-5 -DHAVE_CONFIG_H -I. -I.. -I.. -I../glib -I../glib -I.. -I/mnt/linuxlab/home/rquackenbush1/.linuxbrew/Cellar/pcre/8.42/include -DG_LOG_DOMAIN=\"GLib\" -DG_DISABLE_CAST_CHECKS -DGLIB_COMPILATION -DPCRE_STATIC -pthread -Wall -Wstrict-prototypes -Wno-bad-function-cast -Werror=declaration-after-statement -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self -Werror=format=2 -Werror=missing-include-dirs -fvisibility=hidden -g -O2 -fno-strict-aliasing -c gkeyfile.c -o libglib_2_0_la-gkeyfile.o >/dev/null 2>&1
libtool: compile: gcc-5 -DHAVE_CONFIG_H -I. -I.. -I.. -I../glib -I../glib -I.. -I/mnt/linuxlab/home/rquackenbush1/.linuxbrew/Cellar/pcre/8.42/include -DG_LOG_DOMAIN=\"GLib\" -DG_DISABLE_CAST_CHECKS -DGLIB_COMPILATION -DPCRE_STATIC -pthread -Wall -Wstrict-prototypes -Wno-bad-function-cast -Werror=declaration-after-statement -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self -Werror=format=2 -Werror=missing-include-dirs -fvisibility=hidden -g -O2 -fno-strict-aliasing -c glist.c -fPIC -DPIC -o .libs/libglib_2_0_la-glist.o
libtool: compile: gcc-5 -DHAVE_CONFIG_H -I. -I.. -I.. -I../glib -I../glib -I.. -I/mnt/linuxlab/home/rquackenbush1/.linuxbrew/Cellar/pcre/8.42/include -DG_LOG_DOMAIN=\"GLib\" -DG_DISABLE_CAST_CHECKS -DGLIB_COMPILATION -DPCRE_STATIC -pthread -Wall -Wstrict-prototypes -Wno-bad-function-cast -Werror=declaration-after-statement -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self -Werror=format=2 -Werror=missing-include-dirs -fvisibility=hidden -g -O2 -fno-strict-aliasing -c gmain.c -fPIC -DPIC -o .libs/libglib_2_0_la-gmain.o
/bin/sh ../libtool --tag=CC --mode=compile gcc-5 -DHAVE_CONFIG_H -I. -I.. -I.. -I../glib -I../glib -I.. -I/mnt/linuxlab/home/rquackenbush1/.linuxbrew/Cellar/pcre/8.42/include -DG_LOG_DOMAIN=\"GLib\" -DG_DISABLE_CAST_CHECKS -DGLIB_COMPILATION -DPCRE_STATIC -pthread -Wall -Wstrict-prototypes -Wno-bad-function-cast -Werror=declaration-after-statement -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self -Werror=format=2 -Werror=missing-include-dirs -fvisibility=hidden -g -O2 -fno-strict-aliasing -c -o libglib_2_0_la-gmappedfile.lo `test -f 'gmappedfile.c' || echo './'`gmappedfile.c
libtool: compile: gcc-5 -DHAVE_CONFIG_H -I. -I.. -I.. -I../glib -I../glib -I.. -I/mnt/linuxlab/home/rquackenbush1/.linuxbrew/Cellar/pcre/8.42/include -DG_LOG_DOMAIN=\"GLib\" -DG_DISABLE_CAST_CHECKS -DGLIB_COMPILATION -DPCRE_STATIC -pthread -Wall -Wstrict-prototypes -Wno-bad-function-cast -Werror=declaration-after-statement -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self -Werror=format=2 -Werror=missing-include-dirs -fvisibility=hidden -g -O2 -fno-strict-aliasing -c gmappedfile.c -fPIC -DPIC -o .libs/libglib_2_0_la-gmappedfile.o
libtool: compile: gcc-5 -DHAVE_CONFIG_H -I. -I.. -I.. -I../glib -I../glib -I.. -I/mnt/linuxlab/home/rquackenbush1/.linuxbrew/Cellar/pcre/8.42/include -DG_LOG_DOMAIN=\"GLib\" -DG_DISABLE_CAST_CHECKS -DGLIB_COMPILATION -DPCRE_STATIC -pthread -Wall -Wstrict-prototypes -Wno-bad-function-cast -Werror=declaration-after-statement -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self -Werror=format=2 -Werror=missing-include-dirs -fvisibility=hidden -g -O2 -fno-strict-aliasing -c glist.c -o libglib_2_0_la-glist.o >/dev/null 2>&1
libtool: compile: gcc-5 -DHAVE_CONFIG_H -I. -I.. -I.. -I../glib -I../glib -I.. -I/mnt/linuxlab/home/rquackenbush1/.linuxbrew/Cellar/pcre/8.42/include -DG_LOG_DOMAIN=\"GLib\" -DG_DISABLE_CAST_CHECKS -DGLIB_COMPILATION -DPCRE_STATIC -pthread -Wall -Wstrict-prototypes -Wno-bad-function-cast -Werror=declaration-after-statement -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self -Werror=format=2 -Werror=missing-include-dirs -fvisibility=hidden -g -O2 -fno-strict-aliasing -c gmappedfile.c -o libglib_2_0_la-gmappedfile.o >/dev/null 2>&1
/bin/sh ../libtool --tag=CC --mode=compile gcc-5 -DHAVE_CONFIG_H -I. -I.. -I.. -I../glib -I../glib -I.. -I/mnt/linuxlab/home/rquackenbush1/.linuxbrew/Cellar/pcre/8.42/include -DG_LOG_DOMAIN=\"GLib\" -DG_DISABLE_CAST_CHECKS -DGLIB_COMPILATION -DPCRE_STATIC -pthread -Wall -Wstrict-prototypes -Wno-bad-function-cast -Werror=declaration-after-statement -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self -Werror=format=2 -Werror=missing-include-dirs -fvisibility=hidden -g -O2 -fno-strict-aliasing -c -o libglib_2_0_la-gmarkup.lo `test -f 'gmarkup.c' || echo './'`gmarkup.c
/bin/sh ../libtool --tag=CC --mode=compile gcc-5 -DHAVE_CONFIG_H -I. -I.. -I.. -I../glib -I../glib -I.. -I/mnt/linuxlab/home/rquackenbush1/.linuxbrew/Cellar/pcre/8.42/include -DG_LOG_DOMAIN=\"GLib\" -DG_DISABLE_CAST_CHECKS -DGLIB_COMPILATION -DPCRE_STATIC -pthread -Wall -Wstrict-prototypes -Wno-bad-function-cast -Werror=declaration-after-statement -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self -Werror=format=2 -Werror=missing-include-dirs -fvisibility=hidden -g -O2 -fno-strict-aliasing -c -o libglib_2_0_la-gmem.lo `test -f 'gmem.c' || echo './'`gmem.c
libtool: compile: gcc-5 -DHAVE_CONFIG_H -I. -I.. -I.. -I../glib -I../glib -I.. -I/mnt/linuxlab/home/rquackenbush1/.linuxbrew/Cellar/pcre/8.42/include -DG_LOG_DOMAIN=\"GLib\" -DG_DISABLE_CAST_CHECKS -DGLIB_COMPILATION -DPCRE_STATIC -pthread -Wall -Wstrict-prototypes -Wno-bad-function-cast -Werror=declaration-after-statement -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self -Werror=format=2 -Werror=missing-include-dirs -fvisibility=hidden -g -O2 -fno-strict-aliasing -c gmarkup.c -fPIC -DPIC -o .libs/libglib_2_0_la-gmarkup.o
/bin/sh ../libtool --tag=CC --mode=compile gcc-5 -DHAVE_CONFIG_H -I. -I.. -I.. -I../glib -I../glib -I.. -I/mnt/linuxlab/home/rquackenbush1/.linuxbrew/Cellar/pcre/8.42/include -DG_LOG_DOMAIN=\"GLib\" -DG_DISABLE_CAST_CHECKS -DGLIB_COMPILATION -DPCRE_STATIC -pthread -Wall -Wstrict-prototypes -Wno-bad-function-cast -Werror=declaration-after-statement -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self -Werror=format=2 -Werror=missing-include-dirs -fvisibility=hidden -g -O2 -fno-strict-aliasing -c -o libglib_2_0_la-gmessages.lo `test -f 'gmessages.c' || echo './'`gmessages.c
libtool: compile: gcc-5 -DHAVE_CONFIG_H -I. -I.. -I.. -I../glib -I../glib -I.. -I/mnt/linuxlab/home/rquackenbush1/.linuxbrew/Cellar/pcre/8.42/include -DG_LOG_DOMAIN=\"GLib\" -DG_DISABLE_CAST_CHECKS -DGLIB_COMPILATION -DPCRE_STATIC -pthread -Wall -Wstrict-prototypes -Wno-bad-function-cast -Werror=declaration-after-statement -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self -Werror=format=2 -Werror=missing-include-dirs -fvisibility=hidden -g -O2 -fno-strict-aliasing -c gmain.c -o libglib_2_0_la-gmain.o >/dev/null 2>&1
libtool: compile: gcc-5 -DHAVE_CONFIG_H -I. -I.. -I.. -I../glib -I../glib -I.. -I/mnt/linuxlab/home/rquackenbush1/.linuxbrew/Cellar/pcre/8.42/include -DG_LOG_DOMAIN=\"GLib\" -DG_DISABLE_CAST_CHECKS -DGLIB_COMPILATION -DPCRE_STATIC -pthread -Wall -Wstrict-prototypes -Wno-bad-function-cast -Werror=declaration-after-statement -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self -Werror=format=2 -Werror=missing-include-dirs -fvisibility=hidden -g -O2 -fno-strict-aliasing -c gmem.c -fPIC -DPIC -o .libs/libglib_2_0_la-gmem.o
libtool: compile: gcc-5 -DHAVE_CONFIG_H -I. -I.. -I.. -I../glib -I../glib -I.. -I/mnt/linuxlab/home/rquackenbush1/.linuxbrew/Cellar/pcre/8.42/include -DG_LOG_DOMAIN=\"GLib\" -DG_DISABLE_CAST_CHECKS -DGLIB_COMPILATION -DPCRE_STATIC -pthread -Wall -Wstrict-prototypes -Wno-bad-function-cast -Werror=declaration-after-statement -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self -Werror=format=2 -Werror=missing-include-dirs -fvisibility=hidden -g -O2 -fno-strict-aliasing -c gmessages.c -fPIC -DPIC -o .libs/libglib_2_0_la-gmessages.o
libtool: compile: gcc-5 -DHAVE_CONFIG_H -I. -I.. -I.. -I../glib -I../glib -I.. -I/mnt/linuxlab/home/rquackenbush1/.linuxbrew/Cellar/pcre/8.42/include -DG_LOG_DOMAIN=\"GLib\" -DG_DISABLE_CAST_CHECKS -DGLIB_COMPILATION -DPCRE_STATIC -pthread -Wall -Wstrict-prototypes -Wno-bad-function-cast -Werror=declaration-after-statement -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self -Werror=format=2 -Werror=missing-include-dirs -fvisibility=hidden -g -O2 -fno-strict-aliasing -c gmem.c -o libglib_2_0_la-gmem.o >/dev/null 2>&1
libtool: compile: gcc-5 -DHAVE_CONFIG_H -I. -I.. -I.. -I../glib -I../glib -I.. -I/mnt/linuxlab/home/rquackenbush1/.linuxbrew/Cellar/pcre/8.42/include -DG_LOG_DOMAIN=\"GLib\" -DG_DISABLE_CAST_CHECKS -DGLIB_COMPILATION -DPCRE_STATIC -pthread -Wall -Wstrict-prototypes -Wno-bad-function-cast -Werror=declaration-after-statement -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self -Werror=format=2 -Werror=missing-include-dirs -fvisibility=hidden -g -O2 -fno-strict-aliasing -c gmarkup.c -o libglib_2_0_la-gmarkup.o >/dev/null 2>&1
/bin/sh ../libtool --tag=CC --mode=compile gcc-5 -DHAVE_CONFIG_H -I. -I.. -I.. -I../glib -I../glib -I.. -I/mnt/linuxlab/home/rquackenbush1/.linuxbrew/Cellar/pcre/8.42/include -DG_LOG_DOMAIN=\"GLib\" -DG_DISABLE_CAST_CHECKS -DGLIB_COMPILATION -DPCRE_STATIC -pthread -Wall -Wstrict-prototypes -Wno-bad-function-cast -Werror=declaration-after-statement -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self -Werror=format=2 -Werror=missing-include-dirs -fvisibility=hidden -g -O2 -fno-strict-aliasing -c -o libglib_2_0_la-gnode.lo `test -f 'gnode.c' || echo './'`gnode.c
libtool: compile: gcc-5 -DHAVE_CONFIG_H -I. -I.. -I.. -I../glib -I../glib -I.. -I/mnt/linuxlab/home/rquackenbush1/.linuxbrew/Cellar/pcre/8.42/include -DG_LOG_DOMAIN=\"GLib\" -DG_DISABLE_CAST_CHECKS -DGLIB_COMPILATION -DPCRE_STATIC -pthread -Wall -Wstrict-prototypes -Wno-bad-function-cast -Werror=declaration-after-statement -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self -Werror=format=2 -Werror=missing-include-dirs -fvisibility=hidden -g -O2 -fno-strict-aliasing -c gmessages.c -o libglib_2_0_la-gmessages.o >/dev/null 2>&1
libtool: compile: gcc-5 -DHAVE_CONFIG_H -I. -I.. -I.. -I../glib -I../glib -I.. -I/mnt/linuxlab/home/rquackenbush1/.linuxbrew/Cellar/pcre/8.42/include -DG_LOG_DOMAIN=\"GLib\" -DG_DISABLE_CAST_CHECKS -DGLIB_COMPILATION -DPCRE_STATIC -pthread -Wall -Wstrict-prototypes -Wno-bad-function-cast -Werror=declaration-after-statement -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self -Werror=format=2 -Werror=missing-include-dirs -fvisibility=hidden -g -O2 -fno-strict-aliasing -c gnode.c -fPIC -DPIC -o .libs/libglib_2_0_la-gnode.o
/bin/sh ../libtool --tag=CC --mode=compile gcc-5 -DHAVE_CONFIG_H -I. -I.. -I.. -I../glib -I../glib -I.. -I/mnt/linuxlab/home/rquackenbush1/.linuxbrew/Cellar/pcre/8.42/include -DG_LOG_DOMAIN=\"GLib\" -DG_DISABLE_CAST_CHECKS -DGLIB_COMPILATION -DPCRE_STATIC -pthread -Wall -Wstrict-prototypes -Wno-bad-function-cast -Werror=declaration-after-statement -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self -Werror=format=2 -Werror=missing-include-dirs -fvisibility=hidden -g -O2 -fno-strict-aliasing -c -o libglib_2_0_la-goption.lo `test -f 'goption.c' || echo './'`goption.c
libtool: compile: gcc-5 -DHAVE_CONFIG_H -I. -I.. -I.. -I../glib -I../glib -I.. -I/mnt/linuxlab/home/rquackenbush1/.linuxbrew/Cellar/pcre/8.42/include -DG_LOG_DOMAIN=\"GLib\" -DG_DISABLE_CAST_CHECKS -DGLIB_COMPILATION -DPCRE_STATIC -pthread -Wall -Wstrict-prototypes -Wno-bad-function-cast -Werror=declaration-after-statement -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self -Werror=format=2 -Werror=missing-include-dirs -fvisibility=hidden -g -O2 -fno-strict-aliasing -c goption.c -fPIC -DPIC -o .libs/libglib_2_0_la-goption.o
libtool: compile: gcc-5 -DHAVE_CONFIG_H -I. -I.. -I.. -I../glib -I../glib -I.. -I/mnt/linuxlab/home/rquackenbush1/.linuxbrew/Cellar/pcre/8.42/include -DG_LOG_DOMAIN=\"GLib\" -DG_DISABLE_CAST_CHECKS -DGLIB_COMPILATION -DPCRE_STATIC -pthread -Wall -Wstrict-prototypes -Wno-bad-function-cast -Werror=declaration-after-statement -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self -Werror=format=2 -Werror=missing-include-dirs -fvisibility=hidden -g -O2 -fno-strict-aliasing -c gnode.c -o libglib_2_0_la-gnode.o >/dev/null 2>&1
/bin/sh ../libtool --tag=CC --mode=compile gcc-5 -DHAVE_CONFIG_H -I. -I.. -I.. -I../glib -I../glib -I.. -I/mnt/linuxlab/home/rquackenbush1/.linuxbrew/Cellar/pcre/8.42/include -DG_LOG_DOMAIN=\"GLib\" -DG_DISABLE_CAST_CHECKS -DGLIB_COMPILATION -DPCRE_STATIC -pthread -Wall -Wstrict-prototypes -Wno-bad-function-cast -Werror=declaration-after-statement -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self -Werror=format=2 -Werror=missing-include-dirs -fvisibility=hidden -g -O2 -fno-strict-aliasing -c -o libglib_2_0_la-gpattern.lo `test -f 'gpattern.c' || echo './'`gpattern.c
/bin/sh ../libtool --tag=CC --mode=compile gcc-5 -DHAVE_CONFIG_H -I. -I.. -I.. -I../glib -I../glib -I.. -I/mnt/linuxlab/home/rquackenbush1/.linuxbrew/Cellar/pcre/8.42/include -DG_LOG_DOMAIN=\"GLib\" -DG_DISABLE_CAST_CHECKS -DGLIB_COMPILATION -DPCRE_STATIC -pthread -Wall -Wstrict-prototypes -Wno-bad-function-cast -Werror=declaration-after-statement -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self -Werror=format=2 -Werror=missing-include-dirs -fvisibility=hidden -g -O2 -fno-strict-aliasing -c -o libglib_2_0_la-gpoll.lo `test -f 'gpoll.c' || echo './'`gpoll.c
libtool: compile: gcc-5 -DHAVE_CONFIG_H -I. -I.. -I.. -I../glib -I../glib -I.. -I/mnt/linuxlab/home/rquackenbush1/.linuxbrew/Cellar/pcre/8.42/include -DG_LOG_DOMAIN=\"GLib\" -DG_DISABLE_CAST_CHECKS -DGLIB_COMPILATION -DPCRE_STATIC -pthread -Wall -Wstrict-prototypes -Wno-bad-function-cast -Werror=declaration-after-statement -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self -Werror=format=2 -Werror=missing-include-dirs -fvisibility=hidden -g -O2 -fno-strict-aliasing -c gpattern.c -fPIC -DPIC -o .libs/libglib_2_0_la-gpattern.o
libtool: compile: gcc-5 -DHAVE_CONFIG_H -I. -I.. -I.. -I../glib -I../glib -I.. -I/mnt/linuxlab/home/rquackenbush1/.linuxbrew/Cellar/pcre/8.42/include -DG_LOG_DOMAIN=\"GLib\" -DG_DISABLE_CAST_CHECKS -DGLIB_COMPILATION -DPCRE_STATIC -pthread -Wall -Wstrict-prototypes -Wno-bad-function-cast -Werror=declaration-after-statement -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self -Werror=format=2 -Werror=missing-include-dirs -fvisibility=hidden -g -O2 -fno-strict-aliasing -c gpoll.c -fPIC -DPIC -o .libs/libglib_2_0_la-gpoll.o
/bin/sh ../libtool --tag=CC --mode=compile gcc-5 -DHAVE_CONFIG_H -I. -I.. -I.. -I../glib -I../glib -I.. -I/mnt/linuxlab/home/rquackenbush1/.linuxbrew/Cellar/pcre/8.42/include -DG_LOG_DOMAIN=\"GLib\" -DG_DISABLE_CAST_CHECKS -DGLIB_COMPILATION -DPCRE_STATIC -pthread -Wall -Wstrict-prototypes -Wno-bad-function-cast -Werror=declaration-after-statement -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self -Werror=format=2 -Werror=missing-include-dirs -fvisibility=hidden -g -O2 -fno-strict-aliasing -c -o libglib_2_0_la-gprimes.lo `test -f 'gprimes.c' || echo './'`gprimes.c
libtool: compile: gcc-5 -DHAVE_CONFIG_H -I. -I.. -I.. -I../glib -I../glib -I.. -I/mnt/linuxlab/home/rquackenbush1/.linuxbrew/Cellar/pcre/8.42/include -DG_LOG_DOMAIN=\"GLib\" -DG_DISABLE_CAST_CHECKS -DGLIB_COMPILATION -DPCRE_STATIC -pthread -Wall -Wstrict-prototypes -Wno-bad-function-cast -Werror=declaration-after-statement -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self -Werror=format=2 -Werror=missing-include-dirs -fvisibility=hidden -g -O2 -fno-strict-aliasing -c gpoll.c -o libglib_2_0_la-gpoll.o >/dev/null 2>&1
libtool: compile: gcc-5 -DHAVE_CONFIG_H -I. -I.. -I.. -I../glib -I../glib -I.. -I/mnt/linuxlab/home/rquackenbush1/.linuxbrew/Cellar/pcre/8.42/include -DG_LOG_DOMAIN=\"GLib\" -DG_DISABLE_CAST_CHECKS -DGLIB_COMPILATION -DPCRE_STATIC -pthread -Wall -Wstrict-prototypes -Wno-bad-function-cast -Werror=declaration-after-statement -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self -Werror=format=2 -Werror=missing-include-dirs -fvisibility=hidden -g -O2 -fno-strict-aliasing -c gprimes.c -fPIC -DPIC -o .libs/libglib_2_0_la-gprimes.o
libtool: compile: gcc-5 -DHAVE_CONFIG_H -I. -I.. -I.. -I../glib -I../glib -I.. -I/mnt/linuxlab/home/rquackenbush1/.linuxbrew/Cellar/pcre/8.42/include -DG_LOG_DOMAIN=\"GLib\" -DG_DISABLE_CAST_CHECKS -DGLIB_COMPILATION -DPCRE_STATIC -pthread -Wall -Wstrict-prototypes -Wno-bad-function-cast -Werror=declaration-after-statement -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self -Werror=format=2 -Werror=missing-include-dirs -fvisibility=hidden -g -O2 -fno-strict-aliasing -c goption.c -o libglib_2_0_la-goption.o >/dev/null 2>&1
libtool: compile: gcc-5 -DHAVE_CONFIG_H -I. -I.. -I.. -I../glib -I../glib -I.. -I/mnt/linuxlab/home/rquackenbush1/.linuxbrew/Cellar/pcre/8.42/include -DG_LOG_DOMAIN=\"GLib\" -DG_DISABLE_CAST_CHECKS -DGLIB_COMPILATION -DPCRE_STATIC -pthread -Wall -Wstrict-prototypes -Wno-bad-function-cast -Werror=declaration-after-statement -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self -Werror=format=2 -Werror=missing-include-dirs -fvisibility=hidden -g -O2 -fno-strict-aliasing -c gprimes.c -o libglib_2_0_la-gprimes.o >/dev/null 2>&1
/bin/sh ../libtool --tag=CC --mode=compile gcc-5 -DHAVE_CONFIG_H -I. -I.. -I.. -I../glib -I../glib -I.. -I/mnt/linuxlab/home/rquackenbush1/.linuxbrew/Cellar/pcre/8.42/include -DG_LOG_DOMAIN=\"GLib\" -DG_DISABLE_CAST_CHECKS -DGLIB_COMPILATION -DPCRE_STATIC -pthread -Wall -Wstrict-prototypes -Wno-bad-function-cast -Werror=declaration-after-statement -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self -Werror=format=2 -Werror=missing-include-dirs -fvisibility=hidden -g -O2 -fno-strict-aliasing -c -o libglib_2_0_la-gqsort.lo `test -f 'gqsort.c' || echo './'`gqsort.c
libtool: compile: gcc-5 -DHAVE_CONFIG_H -I. -I.. -I.. -I../glib -I../glib -I.. -I/mnt/linuxlab/home/rquackenbush1/.linuxbrew/Cellar/pcre/8.42/include -DG_LOG_DOMAIN=\"GLib\" -DG_DISABLE_CAST_CHECKS -DGLIB_COMPILATION -DPCRE_STATIC -pthread -Wall -Wstrict-prototypes -Wno-bad-function-cast -Werror=declaration-after-statement -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self -Werror=format=2 -Werror=missing-include-dirs -fvisibility=hidden -g -O2 -fno-strict-aliasing -c gqsort.c -fPIC -DPIC -o .libs/libglib_2_0_la-gqsort.o
libtool: compile: gcc-5 -DHAVE_CONFIG_H -I. -I.. -I.. -I../glib -I../glib -I.. -I/mnt/linuxlab/home/rquackenbush1/.linuxbrew/Cellar/pcre/8.42/include -DG_LOG_DOMAIN=\"GLib\" -DG_DISABLE_CAST_CHECKS -DGLIB_COMPILATION -DPCRE_STATIC -pthread -Wall -Wstrict-prototypes -Wno-bad-function-cast -Werror=declaration-after-statement -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self -Werror=format=2 -Werror=missing-include-dirs -fvisibility=hidden -g -O2 -fno-strict-aliasing -c gpattern.c -o libglib_2_0_la-gpattern.o >/dev/null 2>&1
/bin/sh ../libtool --tag=CC --mode=compile gcc-5 -DHAVE_CONFIG_H -I. -I.. -I.. -I../glib -I../glib -I.. -I/mnt/linuxlab/home/rquackenbush1/.linuxbrew/Cellar/pcre/8.42/include -DG_LOG_DOMAIN=\"GLib\" -DG_DISABLE_CAST_CHECKS -DGLIB_COMPILATION -DPCRE_STATIC -pthread -Wall -Wstrict-prototypes -Wno-bad-function-cast -Werror=declaration-after-statement -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self -Werror=format=2 -Werror=missing-include-dirs -fvisibility=hidden -g -O2 -fno-strict-aliasing -c -o libglib_2_0_la-gquark.lo `test -f 'gquark.c' || echo './'`gquark.c
libtool: compile: gcc-5 -DHAVE_CONFIG_H -I. -I.. -I.. -I../glib -I../glib -I.. -I/mnt/linuxlab/home/rquackenbush1/.linuxbrew/Cellar/pcre/8.42/include -DG_LOG_DOMAIN=\"GLib\" -DG_DISABLE_CAST_CHECKS -DGLIB_COMPILATION -DPCRE_STATIC -pthread -Wall -Wstrict-prototypes -Wno-bad-function-cast -Werror=declaration-after-statement -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self -Werror=format=2 -Werror=missing-include-dirs -fvisibility=hidden -g -O2 -fno-strict-aliasing -c gquark.c -fPIC -DPIC -o .libs/libglib_2_0_la-gquark.o
libtool: compile: gcc-5 -DHAVE_CONFIG_H -I. -I.. -I.. -I../glib -I../glib -I.. -I/mnt/linuxlab/home/rquackenbush1/.linuxbrew/Cellar/pcre/8.42/include -DG_LOG_DOMAIN=\"GLib\" -DG_DISABLE_CAST_CHECKS -DGLIB_COMPILATION -DPCRE_STATIC -pthread -Wall -Wstrict-prototypes -Wno-bad-function-cast -Werror=declaration-after-statement -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self -Werror=format=2 -Werror=missing-include-dirs -fvisibility=hidden -g -O2 -fno-strict-aliasing -c gqsort.c -o libglib_2_0_la-gqsort.o >/dev/null 2>&1
/bin/sh ../libtool --tag=CC --mode=compile gcc-5 -DHAVE_CONFIG_H -I. -I.. -I.. -I../glib -I../glib -I.. -I/mnt/linuxlab/home/rquackenbush1/.linuxbrew/Cellar/pcre/8.42/include -DG_LOG_DOMAIN=\"GLib\" -DG_DISABLE_CAST_CHECKS -DGLIB_COMPILATION -DPCRE_STATIC -pthread -Wall -Wstrict-prototypes -Wno-bad-function-cast -Werror=declaration-after-statement -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self -Werror=format=2 -Werror=missing-include-dirs -fvisibility=hidden -g -O2 -fno-strict-aliasing -c -o libglib_2_0_la-gqueue.lo `test -f 'gqueue.c' || echo './'`gqueue.c
libtool: compile: gcc-5 -DHAVE_CONFIG_H -I. -I.. -I.. -I../glib -I../glib -I.. -I/mnt/linuxlab/home/rquackenbush1/.linuxbrew/Cellar/pcre/8.42/include -DG_LOG_DOMAIN=\"GLib\" -DG_DISABLE_CAST_CHECKS -DGLIB_COMPILATION -DPCRE_STATIC -pthread -Wall -Wstrict-prototypes -Wno-bad-function-cast -Werror=declaration-after-statement -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self -Werror=format=2 -Werror=missing-include-dirs -fvisibility=hidden -g -O2 -fno-strict-aliasing -c gquark.c -o libglib_2_0_la-gquark.o >/dev/null 2>&1
/bin/sh ../libtool --tag=CC --mode=compile gcc-5 -DHAVE_CONFIG_H -I. -I.. -I.. -I../glib -I../glib -I.. -I/mnt/linuxlab/home/rquackenbush1/.linuxbrew/Cellar/pcre/8.42/include -DG_LOG_DOMAIN=\"GLib\" -DG_DISABLE_CAST_CHECKS -DGLIB_COMPILATION -DPCRE_STATIC -pthread -Wall -Wstrict-prototypes -Wno-bad-function-cast -Werror=declaration-after-statement -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self -Werror=format=2 -Werror=missing-include-dirs -fvisibility=hidden -g -O2 -fno-strict-aliasing -c -o libglib_2_0_la-grand.lo `test -f 'grand.c' || echo './'`grand.c
libtool: compile: gcc-5 -DHAVE_CONFIG_H -I. -I.. -I.. -I../glib -I../glib -I.. -I/mnt/linuxlab/home/rquackenbush1/.linuxbrew/Cellar/pcre/8.42/include -DG_LOG_DOMAIN=\"GLib\" -DG_DISABLE_CAST_CHECKS -DGLIB_COMPILATION -DPCRE_STATIC -pthread -Wall -Wstrict-prototypes -Wno-bad-function-cast -Werror=declaration-after-statement -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self -Werror=format=2 -Werror=missing-include-dirs -fvisibility=hidden -g -O2 -fno-strict-aliasing -c gqueue.c -fPIC -DPIC -o .libs/libglib_2_0_la-gqueue.o
/bin/sh ../libtool --tag=CC --mode=compile gcc-5 -DHAVE_CONFIG_H -I. -I.. -I.. -I../glib -I../glib -I.. -I/mnt/linuxlab/home/rquackenbush1/.linuxbrew/Cellar/pcre/8.42/include -DG_LOG_DOMAIN=\"GLib\" -DG_DISABLE_CAST_CHECKS -DGLIB_COMPILATION -DPCRE_STATIC -pthread -Wall -Wstrict-prototypes -Wno-bad-function-cast -Werror=declaration-after-statement -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self -Werror=format=2 -Werror=missing-include-dirs -fvisibility=hidden -g -O2 -fno-strict-aliasing -c -o libglib_2_0_la-grcbox.lo `test -f 'grcbox.c' || echo './'`grcbox.c
libtool: compile: gcc-5 -DHAVE_CONFIG_H -I. -I.. -I.. -I../glib -I../glib -I.. -I/mnt/linuxlab/home/rquackenbush1/.linuxbrew/Cellar/pcre/8.42/include -DG_LOG_DOMAIN=\"GLib\" -DG_DISABLE_CAST_CHECKS -DGLIB_COMPILATION -DPCRE_STATIC -pthread -Wall -Wstrict-prototypes -Wno-bad-function-cast -Werror=declaration-after-statement -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self -Werror=format=2 -Werror=missing-include-dirs -fvisibility=hidden -g -O2 -fno-strict-aliasing -c grand.c -fPIC -DPIC -o .libs/libglib_2_0_la-grand.o
libtool: compile: gcc-5 -DHAVE_CONFIG_H -I. -I.. -I.. -I../glib -I../glib -I.. -I/mnt/linuxlab/home/rquackenbush1/.linuxbrew/Cellar/pcre/8.42/include -DG_LOG_DOMAIN=\"GLib\" -DG_DISABLE_CAST_CHECKS -DGLIB_COMPILATION -DPCRE_STATIC -pthread -Wall -Wstrict-prototypes -Wno-bad-function-cast -Werror=declaration-after-statement -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self -Werror=format=2 -Werror=missing-include-dirs -fvisibility=hidden -g -O2 -fno-strict-aliasing -c grcbox.c -fPIC -DPIC -o .libs/libglib_2_0_la-grcbox.o
/bin/sh ../libtool --tag=CC --mode=compile gcc-5 -DHAVE_CONFIG_H -I. -I.. -I.. -I../glib -I../glib -I.. -I/mnt/linuxlab/home/rquackenbush1/.linuxbrew/Cellar/pcre/8.42/include -DG_LOG_DOMAIN=\"GLib\" -DG_DISABLE_CAST_CHECKS -DGLIB_COMPILATION -DPCRE_STATIC -pthread -Wall -Wstrict-prototypes -Wno-bad-function-cast -Werror=declaration-after-statement -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self -Werror=format=2 -Werror=missing-include-dirs -fvisibility=hidden -g -O2 -fno-strict-aliasing -c -o libglib_2_0_la-grefcount.lo `test -f 'grefcount.c' || echo './'`grefcount.c
libtool: compile: gcc-5 -DHAVE_CONFIG_H -I. -I.. -I.. -I../glib -I../glib -I.. -I/mnt/linuxlab/home/rquackenbush1/.linuxbrew/Cellar/pcre/8.42/include -DG_LOG_DOMAIN=\"GLib\" -DG_DISABLE_CAST_CHECKS -DGLIB_COMPILATION -DPCRE_STATIC -pthread -Wall -Wstrict-prototypes -Wno-bad-function-cast -Werror=declaration-after-statement -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self -Werror=format=2 -Werror=missing-include-dirs -fvisibility=hidden -g -O2 -fno-strict-aliasing -c grefcount.c -fPIC -DPIC -o .libs/libglib_2_0_la-grefcount.o
libtool: compile: gcc-5 -DHAVE_CONFIG_H -I. -I.. -I.. -I../glib -I../glib -I.. -I/mnt/linuxlab/home/rquackenbush1/.linuxbrew/Cellar/pcre/8.42/include -DG_LOG_DOMAIN=\"GLib\" -DG_DISABLE_CAST_CHECKS -DGLIB_COMPILATION -DPCRE_STATIC -pthread -Wall -Wstrict-prototypes -Wno-bad-function-cast -Werror=declaration-after-statement -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self -Werror=format=2 -Werror=missing-include-dirs -fvisibility=hidden -g -O2 -fno-strict-aliasing -c gqueue.c -o libglib_2_0_la-gqueue.o >/dev/null 2>&1
libtool: compile: gcc-5 -DHAVE_CONFIG_H -I. -I.. -I.. -I../glib -I../glib -I.. -I/mnt/linuxlab/home/rquackenbush1/.linuxbrew/Cellar/pcre/8.42/include -DG_LOG_DOMAIN=\"GLib\" -DG_DISABLE_CAST_CHECKS -DGLIB_COMPILATION -DPCRE_STATIC -pthread -Wall -Wstrict-prototypes -Wno-bad-function-cast -Werror=declaration-after-statement -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self -Werror=format=2 -Werror=missing-include-dirs -fvisibility=hidden -g -O2 -fno-strict-aliasing -c grcbox.c -o libglib_2_0_la-grcbox.o >/dev/null 2>&1
libtool: compile: gcc-5 -DHAVE_CONFIG_H -I. -I.. -I.. -I../glib -I../glib -I.. -I/mnt/linuxlab/home/rquackenbush1/.linuxbrew/Cellar/pcre/8.42/include -DG_LOG_DOMAIN=\"GLib\" -DG_DISABLE_CAST_CHECKS -DGLIB_COMPILATION -DPCRE_STATIC -pthread -Wall -Wstrict-prototypes -Wno-bad-function-cast -Werror=declaration-after-statement -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self -Werror=format=2 -Werror=missing-include-dirs -fvisibility=hidden -g -O2 -fno-strict-aliasing -c grand.c -o libglib_2_0_la-grand.o >/dev/null 2>&1
libtool: compile: gcc-5 -DHAVE_CONFIG_H -I. -I.. -I.. -I../glib -I../glib -I.. -I/mnt/linuxlab/home/rquackenbush1/.linuxbrew/Cellar/pcre/8.42/include -DG_LOG_DOMAIN=\"GLib\" -DG_DISABLE_CAST_CHECKS -DGLIB_COMPILATION -DPCRE_STATIC -pthread -Wall -Wstrict-prototypes -Wno-bad-function-cast -Werror=declaration-after-statement -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self -Werror=format=2 -Werror=missing-include-dirs -fvisibility=hidden -g -O2 -fno-strict-aliasing -c grefcount.c -o libglib_2_0_la-grefcount.o >/dev/null 2>&1
/bin/sh ../libtool --tag=CC --mode=compile gcc-5 -DHAVE_CONFIG_H -I. -I.. -I.. -I../glib -I../glib -I.. -I/mnt/linuxlab/home/rquackenbush1/.linuxbrew/Cellar/pcre/8.42/include -DG_LOG_DOMAIN=\"GLib\" -DG_DISABLE_CAST_CHECKS -DGLIB_COMPILATION -DPCRE_STATIC -pthread -Wall -Wstrict-prototypes -Wno-bad-function-cast -Werror=declaration-after-statement -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self -Werror=format=2 -Werror=missing-include-dirs -fvisibility=hidden -g -O2 -fno-strict-aliasing -c -o libglib_2_0_la-grefstring.lo `test -f 'grefstring.c' || echo './'`grefstring.c
/bin/sh ../libtool --tag=CC --mode=compile gcc-5 -DHAVE_CONFIG_H -I. -I.. -I.. -I../glib -I../glib -I.. -I/mnt/linuxlab/home/rquackenbush1/.linuxbrew/Cellar/pcre/8.42/include -DG_LOG_DOMAIN=\"GLib\" -DG_DISABLE_CAST_CHECKS -DGLIB_COMPILATION -DPCRE_STATIC -pthread -Wall -Wstrict-prototypes -Wno-bad-function-cast -Werror=declaration-after-statement -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self -Werror=format=2 -Werror=missing-include-dirs -fvisibility=hidden -g -O2 -fno-strict-aliasing -c -o libglib_2_0_la-gregex.lo `test -f 'gregex.c' || echo './'`gregex.c
libtool: compile: gcc-5 -DHAVE_CONFIG_H -I. -I.. -I.. -I../glib -I../glib -I.. -I/mnt/linuxlab/home/rquackenbush1/.linuxbrew/Cellar/pcre/8.42/include -DG_LOG_DOMAIN=\"GLib\" -DG_DISABLE_CAST_CHECKS -DGLIB_COMPILATION -DPCRE_STATIC -pthread -Wall -Wstrict-prototypes -Wno-bad-function-cast -Werror=declaration-after-statement -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self -Werror=format=2 -Werror=missing-include-dirs -fvisibility=hidden -g -O2 -fno-strict-aliasing -c grefstring.c -fPIC -DPIC -o .libs/libglib_2_0_la-grefstring.o
/bin/sh ../libtool --tag=CC --mode=compile gcc-5 -DHAVE_CONFIG_H -I. -I.. -I.. -I../glib -I../glib -I.. -I/mnt/linuxlab/home/rquackenbush1/.linuxbrew/Cellar/pcre/8.42/include -DG_LOG_DOMAIN=\"GLib\" -DG_DISABLE_CAST_CHECKS -DGLIB_COMPILATION -DPCRE_STATIC -pthread -Wall -Wstrict-prototypes -Wno-bad-function-cast -Werror=declaration-after-statement -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self -Werror=format=2 -Werror=missing-include-dirs -fvisibility=hidden -g -O2 -fno-strict-aliasing -c -o libglib_2_0_la-gscanner.lo `test -f 'gscanner.c' || echo './'`gscanner.c
/bin/sh ../libtool --tag=CC --mode=compile gcc-5 -DHAVE_CONFIG_H -I. -I.. -I.. -I../glib -I../glib -I.. -I/mnt/linuxlab/home/rquackenbush1/.linuxbrew/Cellar/pcre/8.42/include -DG_LOG_DOMAIN=\"GLib\" -DG_DISABLE_CAST_CHECKS -DGLIB_COMPILATION -DPCRE_STATIC -pthread -Wall -Wstrict-prototypes -Wno-bad-function-cast -Werror=declaration-after-statement -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self -Werror=format=2 -Werror=missing-include-dirs -fvisibility=hidden -g -O2 -fno-strict-aliasing -c -o libglib_2_0_la-gsequence.lo `test -f 'gsequence.c' || echo './'`gsequence.c
libtool: compile: gcc-5 -DHAVE_CONFIG_H -I. -I.. -I.. -I../glib -I../glib -I.. -I/mnt/linuxlab/home/rquackenbush1/.linuxbrew/Cellar/pcre/8.42/include -DG_LOG_DOMAIN=\"GLib\" -DG_DISABLE_CAST_CHECKS -DGLIB_COMPILATION -DPCRE_STATIC -pthread -Wall -Wstrict-prototypes -Wno-bad-function-cast -Werror=declaration-after-statement -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self -Werror=format=2 -Werror=missing-include-dirs -fvisibility=hidden -g -O2 -fno-strict-aliasing -c gregex.c -fPIC -DPIC -o .libs/libglib_2_0_la-gregex.o
libtool: compile: gcc-5 -DHAVE_CONFIG_H -I. -I.. -I.. -I../glib -I../glib -I.. -I/mnt/linuxlab/home/rquackenbush1/.linuxbrew/Cellar/pcre/8.42/include -DG_LOG_DOMAIN=\"GLib\" -DG_DISABLE_CAST_CHECKS -DGLIB_COMPILATION -DPCRE_STATIC -pthread -Wall -Wstrict-prototypes -Wno-bad-function-cast -Werror=declaration-after-statement -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self -Werror=format=2 -Werror=missing-include-dirs -fvisibility=hidden -g -O2 -fno-strict-aliasing -c gscanner.c -fPIC -DPIC -o .libs/libglib_2_0_la-gscanner.o
libtool: compile: gcc-5 -DHAVE_CONFIG_H -I. -I.. -I.. -I../glib -I../glib -I.. -I/mnt/linuxlab/home/rquackenbush1/.linuxbrew/Cellar/pcre/8.42/include -DG_LOG_DOMAIN=\"GLib\" -DG_DISABLE_CAST_CHECKS -DGLIB_COMPILATION -DPCRE_STATIC -pthread -Wall -Wstrict-prototypes -Wno-bad-function-cast -Werror=declaration-after-statement -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self -Werror=format=2 -Werror=missing-include-dirs -fvisibility=hidden -g -O2 -fno-strict-aliasing -c gsequence.c -fPIC -DPIC -o .libs/libglib_2_0_la-gsequence.o
libtool: compile: gcc-5 -DHAVE_CONFIG_H -I. -I.. -I.. -I../glib -I../glib -I.. -I/mnt/linuxlab/home/rquackenbush1/.linuxbrew/Cellar/pcre/8.42/include -DG_LOG_DOMAIN=\"GLib\" -DG_DISABLE_CAST_CHECKS -DGLIB_COMPILATION -DPCRE_STATIC -pthread -Wall -Wstrict-prototypes -Wno-bad-function-cast -Werror=declaration-after-statement -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self -Werror=format=2 -Werror=missing-include-dirs -fvisibility=hidden -g -O2 -fno-strict-aliasing -c grefstring.c -o libglib_2_0_la-grefstring.o >/dev/null 2>&1
/bin/sh ../libtool --tag=CC --mode=compile gcc-5 -DHAVE_CONFIG_H -I. -I.. -I.. -I../glib -I../glib -I.. -I/mnt/linuxlab/home/rquackenbush1/.linuxbrew/Cellar/pcre/8.42/include -DG_LOG_DOMAIN=\"GLib\" -DG_DISABLE_CAST_CHECKS -DGLIB_COMPILATION -DPCRE_STATIC -pthread -Wall -Wstrict-prototypes -Wno-bad-function-cast -Werror=declaration-after-statement -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self -Werror=format=2 -Werror=missing-include-dirs -fvisibility=hidden -g -O2 -fno-strict-aliasing -c -o libglib_2_0_la-gshell.lo `test -f 'gshell.c' || echo './'`gshell.c
libtool: compile: gcc-5 -DHAVE_CONFIG_H -I. -I.. -I.. -I../glib -I../glib -I.. -I/mnt/linuxlab/home/rquackenbush1/.linuxbrew/Cellar/pcre/8.42/include -DG_LOG_DOMAIN=\"GLib\" -DG_DISABLE_CAST_CHECKS -DGLIB_COMPILATION -DPCRE_STATIC -pthread -Wall -Wstrict-prototypes -Wno-bad-function-cast -Werror=declaration-after-statement -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self -Werror=format=2 -Werror=missing-include-dirs -fvisibility=hidden -g -O2 -fno-strict-aliasing -c gshell.c -fPIC -DPIC -o .libs/libglib_2_0_la-gshell.o
libtool: compile: gcc-5 -DHAVE_CONFIG_H -I. -I.. -I.. -I../glib -I../glib -I.. -I/mnt/linuxlab/home/rquackenbush1/.linuxbrew/Cellar/pcre/8.42/include -DG_LOG_DOMAIN=\"GLib\" -DG_DISABLE_CAST_CHECKS -DGLIB_COMPILATION -DPCRE_STATIC -pthread -Wall -Wstrict-prototypes -Wno-bad-function-cast -Werror=declaration-after-statement -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self -Werror=format=2 -Werror=missing-include-dirs -fvisibility=hidden -g -O2 -fno-strict-aliasing -c gregex.c -o libglib_2_0_la-gregex.o >/dev/null 2>&1
libtool: compile: gcc-5 -DHAVE_CONFIG_H -I. -I.. -I.. -I../glib -I../glib -I.. -I/mnt/linuxlab/home/rquackenbush1/.linuxbrew/Cellar/pcre/8.42/include -DG_LOG_DOMAIN=\"GLib\" -DG_DISABLE_CAST_CHECKS -DGLIB_COMPILATION -DPCRE_STATIC -pthread -Wall -Wstrict-prototypes -Wno-bad-function-cast -Werror=declaration-after-statement -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self -Werror=format=2 -Werror=missing-include-dirs -fvisibility=hidden -g -O2 -fno-strict-aliasing -c gsequence.c -o libglib_2_0_la-gsequence.o >/dev/null 2>&1
libtool: compile: gcc-5 -DHAVE_CONFIG_H -I. -I.. -I.. -I../glib -I../glib -I.. -I/mnt/linuxlab/home/rquackenbush1/.linuxbrew/Cellar/pcre/8.42/include -DG_LOG_DOMAIN=\"GLib\" -DG_DISABLE_CAST_CHECKS -DGLIB_COMPILATION -DPCRE_STATIC -pthread -Wall -Wstrict-prototypes -Wno-bad-function-cast -Werror=declaration-after-statement -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self -Werror=format=2 -Werror=missing-include-dirs -fvisibility=hidden -g -O2 -fno-strict-aliasing -c gscanner.c -o libglib_2_0_la-gscanner.o >/dev/null 2>&1
libtool: compile: gcc-5 -DHAVE_CONFIG_H -I. -I.. -I.. -I../glib -I../glib -I.. -I/mnt/linuxlab/home/rquackenbush1/.linuxbrew/Cellar/pcre/8.42/include -DG_LOG_DOMAIN=\"GLib\" -DG_DISABLE_CAST_CHECKS -DGLIB_COMPILATION -DPCRE_STATIC -pthread -Wall -Wstrict-prototypes -Wno-bad-function-cast -Werror=declaration-after-statement -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self -Werror=format=2 -Werror=missing-include-dirs -fvisibility=hidden -g -O2 -fno-strict-aliasing -c gshell.c -o libglib_2_0_la-gshell.o >/dev/null 2>&1
/bin/sh ../libtool --tag=CC --mode=compile gcc-5 -DHAVE_CONFIG_H -I. -I.. -I.. -I../glib -I../glib -I.. -I/mnt/linuxlab/home/rquackenbush1/.linuxbrew/Cellar/pcre/8.42/include -DG_LOG_DOMAIN=\"GLib\" -DG_DISABLE_CAST_CHECKS -DGLIB_COMPILATION -DPCRE_STATIC -pthread -Wall -Wstrict-prototypes -Wno-bad-function-cast -Werror=declaration-after-statement -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self -Werror=format=2 -Werror=missing-include-dirs -fvisibility=hidden -g -O2 -fno-strict-aliasing -c -o libglib_2_0_la-gslice.lo `test -f 'gslice.c' || echo './'`gslice.c
/bin/sh ../libtool --tag=CC --mode=compile gcc-5 -DHAVE_CONFIG_H -I. -I.. -I.. -I../glib -I../glib -I.. -I/mnt/linuxlab/home/rquackenbush1/.linuxbrew/Cellar/pcre/8.42/include -DG_LOG_DOMAIN=\"GLib\" -DG_DISABLE_CAST_CHECKS -DGLIB_COMPILATION -DPCRE_STATIC -pthread -Wall -Wstrict-prototypes -Wno-bad-function-cast -Werror=declaration-after-statement -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self -Werror=format=2 -Werror=missing-include-dirs -fvisibility=hidden -g -O2 -fno-strict-aliasing -c -o libglib_2_0_la-gslist.lo `test -f 'gslist.c' || echo './'`gslist.c
/bin/sh ../libtool --tag=CC --mode=compile gcc-5 -DHAVE_CONFIG_H -I. -I.. -I.. -I../glib -I../glib -I.. -I/mnt/linuxlab/home/rquackenbush1/.linuxbrew/Cellar/pcre/8.42/include -DG_LOG_DOMAIN=\"GLib\" -DG_DISABLE_CAST_CHECKS -DGLIB_COMPILATION -DPCRE_STATIC -pthread -Wall -Wstrict-prototypes -Wno-bad-function-cast -Werror=declaration-after-statement -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self -Werror=format=2 -Werror=missing-include-dirs -fvisibility=hidden -g -O2 -fno-strict-aliasing -c -o libglib_2_0_la-gstdio.lo `test -f 'gstdio.c' || echo './'`gstdio.c
libtool: compile: gcc-5 -DHAVE_CONFIG_H -I. -I.. -I.. -I../glib -I../glib -I.. -I/mnt/linuxlab/home/rquackenbush1/.linuxbrew/Cellar/pcre/8.42/include -DG_LOG_DOMAIN=\"GLib\" -DG_DISABLE_CAST_CHECKS -DGLIB_COMPILATION -DPCRE_STATIC -pthread -Wall -Wstrict-prototypes -Wno-bad-function-cast -Werror=declaration-after-statement -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self -Werror=format=2 -Werror=missing-include-dirs -fvisibility=hidden -g -O2 -fno-strict-aliasing -c gslice.c -fPIC -DPIC -o .libs/libglib_2_0_la-gslice.o
/bin/sh ../libtool --tag=CC --mode=compile gcc-5 -DHAVE_CONFIG_H -I. -I.. -I.. -I../glib -I../glib -I.. -I/mnt/linuxlab/home/rquackenbush1/.linuxbrew/Cellar/pcre/8.42/include -DG_LOG_DOMAIN=\"GLib\" -DG_DISABLE_CAST_CHECKS -DGLIB_COMPILATION -DPCRE_STATIC -pthread -Wall -Wstrict-prototypes -Wno-bad-function-cast -Werror=declaration-after-statement -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self -Werror=format=2 -Werror=missing-include-dirs -fvisibility=hidden -g -O2 -fno-strict-aliasing -c -o libglib_2_0_la-gstrfuncs.lo `test -f 'gstrfuncs.c' || echo './'`gstrfuncs.c
libtool: compile: gcc-5 -DHAVE_CONFIG_H -I. -I.. -I.. -I../glib -I../glib -I.. -I/mnt/linuxlab/home/rquackenbush1/.linuxbrew/Cellar/pcre/8.42/include -DG_LOG_DOMAIN=\"GLib\" -DG_DISABLE_CAST_CHECKS -DGLIB_COMPILATION -DPCRE_STATIC -pthread -Wall -Wstrict-prototypes -Wno-bad-function-cast -Werror=declaration-after-statement -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self -Werror=format=2 -Werror=missing-include-dirs -fvisibility=hidden -g -O2 -fno-strict-aliasing -c gslist.c -fPIC -DPIC -o .libs/libglib_2_0_la-gslist.o
libtool: compile: gcc-5 -DHAVE_CONFIG_H -I. -I.. -I.. -I../glib -I../glib -I.. -I/mnt/linuxlab/home/rquackenbush1/.linuxbrew/Cellar/pcre/8.42/include -DG_LOG_DOMAIN=\"GLib\" -DG_DISABLE_CAST_CHECKS -DGLIB_COMPILATION -DPCRE_STATIC -pthread -Wall -Wstrict-prototypes -Wno-bad-function-cast -Werror=declaration-after-statement -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self -Werror=format=2 -Werror=missing-include-dirs -fvisibility=hidden -g -O2 -fno-strict-aliasing -c gstdio.c -fPIC -DPIC -o .libs/libglib_2_0_la-gstdio.o
libtool: compile: gcc-5 -DHAVE_CONFIG_H -I. -I.. -I.. -I../glib -I../glib -I.. -I/mnt/linuxlab/home/rquackenbush1/.linuxbrew/Cellar/pcre/8.42/include -DG_LOG_DOMAIN=\"GLib\" -DG_DISABLE_CAST_CHECKS -DGLIB_COMPILATION -DPCRE_STATIC -pthread -Wall -Wstrict-prototypes -Wno-bad-function-cast -Werror=declaration-after-statement -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self -Werror=format=2 -Werror=missing-include-dirs -fvisibility=hidden -g -O2 -fno-strict-aliasing -c gstrfuncs.c -fPIC -DPIC -o .libs/libglib_2_0_la-gstrfuncs.o
libtool: compile: gcc-5 -DHAVE_CONFIG_H -I. -I.. -I.. -I../glib -I../glib -I.. -I/mnt/linuxlab/home/rquackenbush1/.linuxbrew/Cellar/pcre/8.42/include -DG_LOG_DOMAIN=\"GLib\" -DG_DISABLE_CAST_CHECKS -DGLIB_COMPILATION -DPCRE_STATIC -pthread -Wall -Wstrict-prototypes -Wno-bad-function-cast -Werror=declaration-after-statement -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self -Werror=format=2 -Werror=missing-include-dirs -fvisibility=hidden -g -O2 -fno-strict-aliasing -c gslist.c -o libglib_2_0_la-gslist.o >/dev/null 2>&1
libtool: compile: gcc-5 -DHAVE_CONFIG_H -I. -I.. -I.. -I../glib -I../glib -I.. -I/mnt/linuxlab/home/rquackenbush1/.linuxbrew/Cellar/pcre/8.42/include -DG_LOG_DOMAIN=\"GLib\" -DG_DISABLE_CAST_CHECKS -DGLIB_COMPILATION -DPCRE_STATIC -pthread -Wall -Wstrict-prototypes -Wno-bad-function-cast -Werror=declaration-after-statement -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self -Werror=format=2 -Werror=missing-include-dirs -fvisibility=hidden -g -O2 -fno-strict-aliasing -c gstdio.c -o libglib_2_0_la-gstdio.o >/dev/null 2>&1
libtool: compile: gcc-5 -DHAVE_CONFIG_H -I. -I.. -I.. -I../glib -I../glib -I.. -I/mnt/linuxlab/home/rquackenbush1/.linuxbrew/Cellar/pcre/8.42/include -DG_LOG_DOMAIN=\"GLib\" -DG_DISABLE_CAST_CHECKS -DGLIB_COMPILATION -DPCRE_STATIC -pthread -Wall -Wstrict-prototypes -Wno-bad-function-cast -Werror=declaration-after-statement -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self -Werror=format=2 -Werror=missing-include-dirs -fvisibility=hidden -g -O2 -fno-strict-aliasing -c gslice.c -o libglib_2_0_la-gslice.o >/dev/null 2>&1
/bin/sh ../libtool --tag=CC --mode=compile gcc-5 -DHAVE_CONFIG_H -I. -I.. -I.. -I../glib -I../glib -I.. -I/mnt/linuxlab/home/rquackenbush1/.linuxbrew/Cellar/pcre/8.42/include -DG_LOG_DOMAIN=\"GLib\" -DG_DISABLE_CAST_CHECKS -DGLIB_COMPILATION -DPCRE_STATIC -pthread -Wall -Wstrict-prototypes -Wno-bad-function-cast -Werror=declaration-after-statement -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self -Werror=format=2 -Werror=missing-include-dirs -fvisibility=hidden -g -O2 -fno-strict-aliasing -c -o libglib_2_0_la-gstring.lo `test -f 'gstring.c' || echo './'`gstring.c
/bin/sh ../libtool --tag=CC --mode=compile gcc-5 -DHAVE_CONFIG_H -I. -I.. -I.. -I../glib -I../glib -I.. -I/mnt/linuxlab/home/rquackenbush1/.linuxbrew/Cellar/pcre/8.42/include -DG_LOG_DOMAIN=\"GLib\" -DG_DISABLE_CAST_CHECKS -DGLIB_COMPILATION -DPCRE_STATIC -pthread -Wall -Wstrict-prototypes -Wno-bad-function-cast -Werror=declaration-after-statement -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self -Werror=format=2 -Werror=missing-include-dirs -fvisibility=hidden -g -O2 -fno-strict-aliasing -c -o libglib_2_0_la-gstringchunk.lo `test -f 'gstringchunk.c' || echo './'`gstringchunk.c
libtool: compile: gcc-5 -DHAVE_CONFIG_H -I. -I.. -I.. -I../glib -I../glib -I.. -I/mnt/linuxlab/home/rquackenbush1/.linuxbrew/Cellar/pcre/8.42/include -DG_LOG_DOMAIN=\"GLib\" -DG_DISABLE_CAST_CHECKS -DGLIB_COMPILATION -DPCRE_STATIC -pthread -Wall -Wstrict-prototypes -Wno-bad-function-cast -Werror=declaration-after-statement -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self -Werror=format=2 -Werror=missing-include-dirs -fvisibility=hidden -g -O2 -fno-strict-aliasing -c gstring.c -fPIC -DPIC -o .libs/libglib_2_0_la-gstring.o
libtool: compile: gcc-5 -DHAVE_CONFIG_H -I. -I.. -I.. -I../glib -I../glib -I.. -I/mnt/linuxlab/home/rquackenbush1/.linuxbrew/Cellar/pcre/8.42/include -DG_LOG_DOMAIN=\"GLib\" -DG_DISABLE_CAST_CHECKS -DGLIB_COMPILATION -DPCRE_STATIC -pthread -Wall -Wstrict-prototypes -Wno-bad-function-cast -Werror=declaration-after-statement -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self -Werror=format=2 -Werror=missing-include-dirs -fvisibility=hidden -g -O2 -fno-strict-aliasing -c gstrfuncs.c -o libglib_2_0_la-gstrfuncs.o >/dev/null 2>&1
libtool: compile: gcc-5 -DHAVE_CONFIG_H -I. -I.. -I.. -I../glib -I../glib -I.. -I/mnt/linuxlab/home/rquackenbush1/.linuxbrew/Cellar/pcre/8.42/include -DG_LOG_DOMAIN=\"GLib\" -DG_DISABLE_CAST_CHECKS -DGLIB_COMPILATION -DPCRE_STATIC -pthread -Wall -Wstrict-prototypes -Wno-bad-function-cast -Werror=declaration-after-statement -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self -Werror=format=2 -Werror=missing-include-dirs -fvisibility=hidden -g -O2 -fno-strict-aliasing -c gstringchunk.c -fPIC -DPIC -o .libs/libglib_2_0_la-gstringchunk.o
/bin/sh ../libtool --tag=CC --mode=compile gcc-5 -DHAVE_CONFIG_H -I. -I.. -I.. -I../glib -I../glib -I.. -I/mnt/linuxlab/home/rquackenbush1/.linuxbrew/Cellar/pcre/8.42/include -DG_LOG_DOMAIN=\"GLib\" -DG_DISABLE_CAST_CHECKS -DGLIB_COMPILATION -DPCRE_STATIC -pthread -Wall -Wstrict-prototypes -Wno-bad-function-cast -Werror=declaration-after-statement -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self -Werror=format=2 -Werror=missing-include-dirs -fvisibility=hidden -g -O2 -fno-strict-aliasing -c -o libglib_2_0_la-gtestutils.lo `test -f 'gtestutils.c' || echo './'`gtestutils.c
libtool: compile: gcc-5 -DHAVE_CONFIG_H -I. -I.. -I.. -I../glib -I../glib -I.. -I/mnt/linuxlab/home/rquackenbush1/.linuxbrew/Cellar/pcre/8.42/include -DG_LOG_DOMAIN=\"GLib\" -DG_DISABLE_CAST_CHECKS -DGLIB_COMPILATION -DPCRE_STATIC -pthread -Wall -Wstrict-prototypes -Wno-bad-function-cast -Werror=declaration-after-statement -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self -Werror=format=2 -Werror=missing-include-dirs -fvisibility=hidden -g -O2 -fno-strict-aliasing -c gstringchunk.c -o libglib_2_0_la-gstringchunk.o >/dev/null 2>&1
libtool: compile: gcc-5 -DHAVE_CONFIG_H -I. -I.. -I.. -I../glib -I../glib -I.. -I/mnt/linuxlab/home/rquackenbush1/.linuxbrew/Cellar/pcre/8.42/include -DG_LOG_DOMAIN=\"GLib\" -DG_DISABLE_CAST_CHECKS -DGLIB_COMPILATION -DPCRE_STATIC -pthread -Wall -Wstrict-prototypes -Wno-bad-function-cast -Werror=declaration-after-statement -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self -Werror=format=2 -Werror=missing-include-dirs -fvisibility=hidden -g -O2 -fno-strict-aliasing -c gtestutils.c -fPIC -DPIC -o .libs/libglib_2_0_la-gtestutils.o
libtool: compile: gcc-5 -DHAVE_CONFIG_H -I. -I.. -I.. -I../glib -I../glib -I.. -I/mnt/linuxlab/home/rquackenbush1/.linuxbrew/Cellar/pcre/8.42/include -DG_LOG_DOMAIN=\"GLib\" -DG_DISABLE_CAST_CHECKS -DGLIB_COMPILATION -DPCRE_STATIC -pthread -Wall -Wstrict-prototypes -Wno-bad-function-cast -Werror=declaration-after-statement -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self -Werror=format=2 -Werror=missing-include-dirs -fvisibility=hidden -g -O2 -fno-strict-aliasing -c gstring.c -o libglib_2_0_la-gstring.o >/dev/null 2>&1
/bin/sh ../libtool --tag=CC --mode=compile gcc-5 -DHAVE_CONFIG_H -I. -I.. -I.. -I../glib -I../glib -I.. -I/mnt/linuxlab/home/rquackenbush1/.linuxbrew/Cellar/pcre/8.42/include -DG_LOG_DOMAIN=\"GLib\" -DG_DISABLE_CAST_CHECKS -DGLIB_COMPILATION -DPCRE_STATIC -pthread -Wall -Wstrict-prototypes -Wno-bad-function-cast -Werror=declaration-after-statement -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self -Werror=format=2 -Werror=missing-include-dirs -fvisibility=hidden -g -O2 -fno-strict-aliasing -c -o libglib_2_0_la-gthread.lo `test -f 'gthread.c' || echo './'`gthread.c
/bin/sh ../libtool --tag=CC --mode=compile gcc-5 -DHAVE_CONFIG_H -I. -I.. -I.. -I../glib -I../glib -I.. -I/mnt/linuxlab/home/rquackenbush1/.linuxbrew/Cellar/pcre/8.42/include -DG_LOG_DOMAIN=\"GLib\" -DG_DISABLE_CAST_CHECKS -DGLIB_COMPILATION -DPCRE_STATIC -pthread -Wall -Wstrict-prototypes -Wno-bad-function-cast -Werror=declaration-after-statement -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self -Werror=format=2 -Werror=missing-include-dirs -fvisibility=hidden -g -O2 -fno-strict-aliasing -c -o libglib_2_0_la-gthreadpool.lo `test -f 'gthreadpool.c' || echo './'`gthreadpool.c
libtool: compile: gcc-5 -DHAVE_CONFIG_H -I. -I.. -I.. -I../glib -I../glib -I.. -I/mnt/linuxlab/home/rquackenbush1/.linuxbrew/Cellar/pcre/8.42/include -DG_LOG_DOMAIN=\"GLib\" -DG_DISABLE_CAST_CHECKS -DGLIB_COMPILATION -DPCRE_STATIC -pthread -Wall -Wstrict-prototypes -Wno-bad-function-cast -Werror=declaration-after-statement -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self -Werror=format=2 -Werror=missing-include-dirs -fvisibility=hidden -g -O2 -fno-strict-aliasing -c gthread.c -fPIC -DPIC -o .libs/libglib_2_0_la-gthread.o
libtool: compile: gcc-5 -DHAVE_CONFIG_H -I. -I.. -I.. -I../glib -I../glib -I.. -I/mnt/linuxlab/home/rquackenbush1/.linuxbrew/Cellar/pcre/8.42/include -DG_LOG_DOMAIN=\"GLib\" -DG_DISABLE_CAST_CHECKS -DGLIB_COMPILATION -DPCRE_STATIC -pthread -Wall -Wstrict-prototypes -Wno-bad-function-cast -Werror=declaration-after-statement -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self -Werror=format=2 -Werror=missing-include-dirs -fvisibility=hidden -g -O2 -fno-strict-aliasing -c gthreadpool.c -fPIC -DPIC -o .libs/libglib_2_0_la-gthreadpool.o
/bin/sh ../libtool --tag=CC --mode=compile gcc-5 -DHAVE_CONFIG_H -I. -I.. -I.. -I../glib -I../glib -I.. -I/mnt/linuxlab/home/rquackenbush1/.linuxbrew/Cellar/pcre/8.42/include -DG_LOG_DOMAIN=\"GLib\" -DG_DISABLE_CAST_CHECKS -DGLIB_COMPILATION -DPCRE_STATIC -pthread -Wall -Wstrict-prototypes -Wno-bad-function-cast -Werror=declaration-after-statement -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self -Werror=format=2 -Werror=missing-include-dirs -fvisibility=hidden -g -O2 -fno-strict-aliasing -c -o libglib_2_0_la-gtimer.lo `test -f 'gtimer.c' || echo './'`gtimer.c
libtool: compile: gcc-5 -DHAVE_CONFIG_H -I. -I.. -I.. -I../glib -I../glib -I.. -I/mnt/linuxlab/home/rquackenbush1/.linuxbrew/Cellar/pcre/8.42/include -DG_LOG_DOMAIN=\"GLib\" -DG_DISABLE_CAST_CHECKS -DGLIB_COMPILATION -DPCRE_STATIC -pthread -Wall -Wstrict-prototypes -Wno-bad-function-cast -Werror=declaration-after-statement -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self -Werror=format=2 -Werror=missing-include-dirs -fvisibility=hidden -g -O2 -fno-strict-aliasing -c gthread.c -o libglib_2_0_la-gthread.o >/dev/null 2>&1
libtool: compile: gcc-5 -DHAVE_CONFIG_H -I. -I.. -I.. -I../glib -I../glib -I.. -I/mnt/linuxlab/home/rquackenbush1/.linuxbrew/Cellar/pcre/8.42/include -DG_LOG_DOMAIN=\"GLib\" -DG_DISABLE_CAST_CHECKS -DGLIB_COMPILATION -DPCRE_STATIC -pthread -Wall -Wstrict-prototypes -Wno-bad-function-cast -Werror=declaration-after-statement -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self -Werror=format=2 -Werror=missing-include-dirs -fvisibility=hidden -g -O2 -fno-strict-aliasing -c gtimer.c -fPIC -DPIC -o .libs/libglib_2_0_la-gtimer.o
libtool: compile: gcc-5 -DHAVE_CONFIG_H -I. -I.. -I.. -I../glib -I../glib -I.. -I/mnt/linuxlab/home/rquackenbush1/.linuxbrew/Cellar/pcre/8.42/include -DG_LOG_DOMAIN=\"GLib\" -DG_DISABLE_CAST_CHECKS -DGLIB_COMPILATION -DPCRE_STATIC -pthread -Wall -Wstrict-prototypes -Wno-bad-function-cast -Werror=declaration-after-statement -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self -Werror=format=2 -Werror=missing-include-dirs -fvisibility=hidden -g -O2 -fno-strict-aliasing -c gthreadpool.c -o libglib_2_0_la-gthreadpool.o >/dev/null 2>&1
libtool: compile: gcc-5 -DHAVE_CONFIG_H -I. -I.. -I.. -I../glib -I../glib -I.. -I/mnt/linuxlab/home/rquackenbush1/.linuxbrew/Cellar/pcre/8.42/include -DG_LOG_DOMAIN=\"GLib\" -DG_DISABLE_CAST_CHECKS -DGLIB_COMPILATION -DPCRE_STATIC -pthread -Wall -Wstrict-prototypes -Wno-bad-function-cast -Werror=declaration-after-statement -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self -Werror=format=2 -Werror=missing-include-dirs -fvisibility=hidden -g -O2 -fno-strict-aliasing -c gtestutils.c -o libglib_2_0_la-gtestutils.o >/dev/null 2>&1
/bin/sh ../libtool --tag=CC --mode=compile gcc-5 -DHAVE_CONFIG_H -I. -I.. -I.. -I../glib -I../glib -I.. -I/mnt/linuxlab/home/rquackenbush1/.linuxbrew/Cellar/pcre/8.42/include -DG_LOG_DOMAIN=\"GLib\" -DG_DISABLE_CAST_CHECKS -DGLIB_COMPILATION -DPCRE_STATIC -pthread -Wall -Wstrict-prototypes -Wno-bad-function-cast -Werror=declaration-after-statement -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self -Werror=format=2 -Werror=missing-include-dirs -fvisibility=hidden -g -O2 -fno-strict-aliasing -c -o libglib_2_0_la-gtimezone.lo `test -f 'gtimezone.c' || echo './'`gtimezone.c
libtool: compile: gcc-5 -DHAVE_CONFIG_H -I. -I.. -I.. -I../glib -I../glib -I.. -I/mnt/linuxlab/home/rquackenbush1/.linuxbrew/Cellar/pcre/8.42/include -DG_LOG_DOMAIN=\"GLib\" -DG_DISABLE_CAST_CHECKS -DGLIB_COMPILATION -DPCRE_STATIC -pthread -Wall -Wstrict-prototypes -Wno-bad-function-cast -Werror=declaration-after-statement -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self -Werror=format=2 -Werror=missing-include-dirs -fvisibility=hidden -g -O2 -fno-strict-aliasing -c gtimer.c -o libglib_2_0_la-gtimer.o >/dev/null 2>&1
libtool: compile: gcc-5 -DHAVE_CONFIG_H -I. -I.. -I.. -I../glib -I../glib -I.. -I/mnt/linuxlab/home/rquackenbush1/.linuxbrew/Cellar/pcre/8.42/include -DG_LOG_DOMAIN=\"GLib\" -DG_DISABLE_CAST_CHECKS -DGLIB_COMPILATION -DPCRE_STATIC -pthread -Wall -Wstrict-prototypes -Wno-bad-function-cast -Werror=declaration-after-statement -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self -Werror=format=2 -Werror=missing-include-dirs -fvisibility=hidden -g -O2 -fno-strict-aliasing -c gtimezone.c -fPIC -DPIC -o .libs/libglib_2_0_la-gtimezone.o
/bin/sh ../libtool --tag=CC --mode=compile gcc-5 -DHAVE_CONFIG_H -I. -I.. -I.. -I../glib -I../glib -I.. -I/mnt/linuxlab/home/rquackenbush1/.linuxbrew/Cellar/pcre/8.42/include -DG_LOG_DOMAIN=\"GLib\" -DG_DISABLE_CAST_CHECKS -DGLIB_COMPILATION -DPCRE_STATIC -pthread -Wall -Wstrict-prototypes -Wno-bad-function-cast -Werror=declaration-after-statement -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self -Werror=format=2 -Werror=missing-include-dirs -fvisibility=hidden -g -O2 -fno-strict-aliasing -c -o libglib_2_0_la-gtranslit.lo `test -f 'gtranslit.c' || echo './'`gtranslit.c
libtool: compile: gcc-5 -DHAVE_CONFIG_H -I. -I.. -I.. -I../glib -I../glib -I.. -I/mnt/linuxlab/home/rquackenbush1/.linuxbrew/Cellar/pcre/8.42/include -DG_LOG_DOMAIN=\"GLib\" -DG_DISABLE_CAST_CHECKS -DGLIB_COMPILATION -DPCRE_STATIC -pthread -Wall -Wstrict-prototypes -Wno-bad-function-cast -Werror=declaration-after-statement -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self -Werror=format=2 -Werror=missing-include-dirs -fvisibility=hidden -g -O2 -fno-strict-aliasing -c gtranslit.c -fPIC -DPIC -o .libs/libglib_2_0_la-gtranslit.o
/bin/sh ../libtool --tag=CC --mode=compile gcc-5 -DHAVE_CONFIG_H -I. -I.. -I.. -I../glib -I../glib -I.. -I/mnt/linuxlab/home/rquackenbush1/.linuxbrew/Cellar/pcre/8.42/include -DG_LOG_DOMAIN=\"GLib\" -DG_DISABLE_CAST_CHECKS -DGLIB_COMPILATION -DPCRE_STATIC -pthread -Wall -Wstrict-prototypes -Wno-bad-function-cast -Werror=declaration-after-statement -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self -Werror=format=2 -Werror=missing-include-dirs -fvisibility=hidden -g -O2 -fno-strict-aliasing -c -o libglib_2_0_la-gtrashstack.lo `test -f 'gtrashstack.c' || echo './'`gtrashstack.c
libtool: compile: gcc-5 -DHAVE_CONFIG_H -I. -I.. -I.. -I../glib -I../glib -I.. -I/mnt/linuxlab/home/rquackenbush1/.linuxbrew/Cellar/pcre/8.42/include -DG_LOG_DOMAIN=\"GLib\" -DG_DISABLE_CAST_CHECKS -DGLIB_COMPILATION -DPCRE_STATIC -pthread -Wall -Wstrict-prototypes -Wno-bad-function-cast -Werror=declaration-after-statement -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self -Werror=format=2 -Werror=missing-include-dirs -fvisibility=hidden -g -O2 -fno-strict-aliasing -c gtrashstack.c -fPIC -DPIC -o .libs/libglib_2_0_la-gtrashstack.o
/bin/sh ../libtool --tag=CC --mode=compile gcc-5 -DHAVE_CONFIG_H -I. -I.. -I.. -I../glib -I../glib -I.. -I/mnt/linuxlab/home/rquackenbush1/.linuxbrew/Cellar/pcre/8.42/include -DG_LOG_DOMAIN=\"GLib\" -DG_DISABLE_CAST_CHECKS -DGLIB_COMPILATION -DPCRE_STATIC -pthread -Wall -Wstrict-prototypes -Wno-bad-function-cast -Werror=declaration-after-statement -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self -Werror=format=2 -Werror=missing-include-dirs -fvisibility=hidden -g -O2 -fno-strict-aliasing -c -o libglib_2_0_la-gtree.lo `test -f 'gtree.c' || echo './'`gtree.c
libtool: compile: gcc-5 -DHAVE_CONFIG_H -I. -I.. -I.. -I../glib -I../glib -I.. -I/mnt/linuxlab/home/rquackenbush1/.linuxbrew/Cellar/pcre/8.42/include -DG_LOG_DOMAIN=\"GLib\" -DG_DISABLE_CAST_CHECKS -DGLIB_COMPILATION -DPCRE_STATIC -pthread -Wall -Wstrict-prototypes -Wno-bad-function-cast -Werror=declaration-after-statement -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self -Werror=format=2 -Werror=missing-include-dirs -fvisibility=hidden -g -O2 -fno-strict-aliasing -c gtranslit.c -o libglib_2_0_la-gtranslit.o >/dev/null 2>&1
libtool: compile: gcc-5 -DHAVE_CONFIG_H -I. -I.. -I.. -I../glib -I../glib -I.. -I/mnt/linuxlab/home/rquackenbush1/.linuxbrew/Cellar/pcre/8.42/include -DG_LOG_DOMAIN=\"GLib\" -DG_DISABLE_CAST_CHECKS -DGLIB_COMPILATION -DPCRE_STATIC -pthread -Wall -Wstrict-prototypes -Wno-bad-function-cast -Werror=declaration-after-statement -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self -Werror=format=2 -Werror=missing-include-dirs -fvisibility=hidden -g -O2 -fno-strict-aliasing -c gtimezone.c -o libglib_2_0_la-gtimezone.o >/dev/null 2>&1
libtool: compile: gcc-5 -DHAVE_CONFIG_H -I. -I.. -I.. -I../glib -I../glib -I.. -I/mnt/linuxlab/home/rquackenbush1/.linuxbrew/Cellar/pcre/8.42/include -DG_LOG_DOMAIN=\"GLib\" -DG_DISABLE_CAST_CHECKS -DGLIB_COMPILATION -DPCRE_STATIC -pthread -Wall -Wstrict-prototypes -Wno-bad-function-cast -Werror=declaration-after-statement -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self -Werror=format=2 -Werror=missing-include-dirs -fvisibility=hidden -g -O2 -fno-strict-aliasing -c gtrashstack.c -o libglib_2_0_la-gtrashstack.o >/dev/null 2>&1
libtool: compile: gcc-5 -DHAVE_CONFIG_H -I. -I.. -I.. -I../glib -I../glib -I.. -I/mnt/linuxlab/home/rquackenbush1/.linuxbrew/Cellar/pcre/8.42/include -DG_LOG_DOMAIN=\"GLib\" -DG_DISABLE_CAST_CHECKS -DGLIB_COMPILATION -DPCRE_STATIC -pthread -Wall -Wstrict-prototypes -Wno-bad-function-cast -Werror=declaration-after-statement -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self -Werror=format=2 -Werror=missing-include-dirs -fvisibility=hidden -g -O2 -fno-strict-aliasing -c gtree.c -fPIC -DPIC -o .libs/libglib_2_0_la-gtree.o
/bin/sh ../libtool --tag=CC --mode=compile gcc-5 -DHAVE_CONFIG_H -I. -I.. -I.. -I../glib -I../glib -I.. -I/mnt/linuxlab/home/rquackenbush1/.linuxbrew/Cellar/pcre/8.42/include -DG_LOG_DOMAIN=\"GLib\" -DG_DISABLE_CAST_CHECKS -DGLIB_COMPILATION -DPCRE_STATIC -pthread -Wall -Wstrict-prototypes -Wno-bad-function-cast -Werror=declaration-after-statement -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self -Werror=format=2 -Werror=missing-include-dirs -fvisibility=hidden -g -O2 -fno-strict-aliasing -c -o libglib_2_0_la-guniprop.lo `test -f 'guniprop.c' || echo './'`guniprop.c
/bin/sh ../libtool --tag=CC --mode=compile gcc-5 -DHAVE_CONFIG_H -I. -I.. -I.. -I../glib -I../glib -I.. -I/mnt/linuxlab/home/rquackenbush1/.linuxbrew/Cellar/pcre/8.42/include -DG_LOG_DOMAIN=\"GLib\" -DG_DISABLE_CAST_CHECKS -DGLIB_COMPILATION -DPCRE_STATIC -pthread -Wall -Wstrict-prototypes -Wno-bad-function-cast -Werror=declaration-after-statement -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self -Werror=format=2 -Werror=missing-include-dirs -fvisibility=hidden -g -O2 -fno-strict-aliasing -c -o libglib_2_0_la-gutf8.lo `test -f 'gutf8.c' || echo './'`gutf8.c
libtool: compile: gcc-5 -DHAVE_CONFIG_H -I. -I.. -I.. -I../glib -I../glib -I.. -I/mnt/linuxlab/home/rquackenbush1/.linuxbrew/Cellar/pcre/8.42/include -DG_LOG_DOMAIN=\"GLib\" -DG_DISABLE_CAST_CHECKS -DGLIB_COMPILATION -DPCRE_STATIC -pthread -Wall -Wstrict-prototypes -Wno-bad-function-cast -Werror=declaration-after-statement -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self -Werror=format=2 -Werror=missing-include-dirs -fvisibility=hidden -g -O2 -fno-strict-aliasing -c guniprop.c -fPIC -DPIC -o .libs/libglib_2_0_la-guniprop.o
libtool: compile: gcc-5 -DHAVE_CONFIG_H -I. -I.. -I.. -I../glib -I../glib -I.. -I/mnt/linuxlab/home/rquackenbush1/.linuxbrew/Cellar/pcre/8.42/include -DG_LOG_DOMAIN=\"GLib\" -DG_DISABLE_CAST_CHECKS -DGLIB_COMPILATION -DPCRE_STATIC -pthread -Wall -Wstrict-prototypes -Wno-bad-function-cast -Werror=declaration-after-statement -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self -Werror=format=2 -Werror=missing-include-dirs -fvisibility=hidden -g -O2 -fno-strict-aliasing -c gutf8.c -fPIC -DPIC -o .libs/libglib_2_0_la-gutf8.o
libtool: compile: gcc-5 -DHAVE_CONFIG_H -I. -I.. -I.. -I../glib -I../glib -I.. -I/mnt/linuxlab/home/rquackenbush1/.linuxbrew/Cellar/pcre/8.42/include -DG_LOG_DOMAIN=\"GLib\" -DG_DISABLE_CAST_CHECKS -DGLIB_COMPILATION -DPCRE_STATIC -pthread -Wall -Wstrict-prototypes -Wno-bad-function-cast -Werror=declaration-after-statement -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self -Werror=format=2 -Werror=missing-include-dirs -fvisibility=hidden -g -O2 -fno-strict-aliasing -c gtree.c -o libglib_2_0_la-gtree.o >/dev/null 2>&1
/bin/sh ../libtool --tag=CC --mode=compile gcc-5 -DHAVE_CONFIG_H -I. -I.. -I.. -I../glib -I../glib -I.. -I/mnt/linuxlab/home/rquackenbush1/.linuxbrew/Cellar/pcre/8.42/include -DG_LOG_DOMAIN=\"GLib\" -DG_DISABLE_CAST_CHECKS -DGLIB_COMPILATION -DPCRE_STATIC -pthread -Wall -Wstrict-prototypes -Wno-bad-function-cast -Werror=declaration-after-statement -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self -Werror=format=2 -Werror=missing-include-dirs -fvisibility=hidden -g -O2 -fno-strict-aliasing -c -o libglib_2_0_la-gunibreak.lo `test -f 'gunibreak.c' || echo './'`gunibreak.c
libtool: compile: gcc-5 -DHAVE_CONFIG_H -I. -I.. -I.. -I../glib -I../glib -I.. -I/mnt/linuxlab/home/rquackenbush1/.linuxbrew/Cellar/pcre/8.42/include -DG_LOG_DOMAIN=\"GLib\" -DG_DISABLE_CAST_CHECKS -DGLIB_COMPILATION -DPCRE_STATIC -pthread -Wall -Wstrict-prototypes -Wno-bad-function-cast -Werror=declaration-after-statement -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self -Werror=format=2 -Werror=missing-include-dirs -fvisibility=hidden -g -O2 -fno-strict-aliasing -c gunibreak.c -fPIC -DPIC -o .libs/libglib_2_0_la-gunibreak.o
/bin/sh ../libtool --tag=CC --mode=compile gcc-5 -DHAVE_CONFIG_H -I. -I.. -I.. -I../glib -I../glib -I.. -I/mnt/linuxlab/home/rquackenbush1/.linuxbrew/Cellar/pcre/8.42/include -DG_LOG_DOMAIN=\"GLib\" -DG_DISABLE_CAST_CHECKS -DGLIB_COMPILATION -DPCRE_STATIC -pthread -Wall -Wstrict-prototypes -Wno-bad-function-cast -Werror=declaration-after-statement -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self -Werror=format=2 -Werror=missing-include-dirs -fvisibility=hidden -g -O2 -fno-strict-aliasing -c -o libglib_2_0_la-gunicollate.lo `test -f 'gunicollate.c' || echo './'`gunicollate.c
libtool: compile: gcc-5 -DHAVE_CONFIG_H -I. -I.. -I.. -I../glib -I../glib -I.. -I/mnt/linuxlab/home/rquackenbush1/.linuxbrew/Cellar/pcre/8.42/include -DG_LOG_DOMAIN=\"GLib\" -DG_DISABLE_CAST_CHECKS -DGLIB_COMPILATION -DPCRE_STATIC -pthread -Wall -Wstrict-prototypes -Wno-bad-function-cast -Werror=declaration-after-statement -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self -Werror=format=2 -Werror=missing-include-dirs -fvisibility=hidden -g -O2 -fno-strict-aliasing -c gutf8.c -o libglib_2_0_la-gutf8.o >/dev/null 2>&1
libtool: compile: gcc-5 -DHAVE_CONFIG_H -I. -I.. -I.. -I../glib -I../glib -I.. -I/mnt/linuxlab/home/rquackenbush1/.linuxbrew/Cellar/pcre/8.42/include -DG_LOG_DOMAIN=\"GLib\" -DG_DISABLE_CAST_CHECKS -DGLIB_COMPILATION -DPCRE_STATIC -pthread -Wall -Wstrict-prototypes -Wno-bad-function-cast -Werror=declaration-after-statement -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self -Werror=format=2 -Werror=missing-include-dirs -fvisibility=hidden -g -O2 -fno-strict-aliasing -c gunicollate.c -fPIC -DPIC -o .libs/libglib_2_0_la-gunicollate.o
libtool: compile: gcc-5 -DHAVE_CONFIG_H -I. -I.. -I.. -I../glib -I../glib -I.. -I/mnt/linuxlab/home/rquackenbush1/.linuxbrew/Cellar/pcre/8.42/include -DG_LOG_DOMAIN=\"GLib\" -DG_DISABLE_CAST_CHECKS -DGLIB_COMPILATION -DPCRE_STATIC -pthread -Wall -Wstrict-prototypes -Wno-bad-function-cast -Werror=declaration-after-statement -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self -Werror=format=2 -Werror=missing-include-dirs -fvisibility=hidden -g -O2 -fno-strict-aliasing -c guniprop.c -o libglib_2_0_la-guniprop.o >/dev/null 2>&1
libtool: compile: gcc-5 -DHAVE_CONFIG_H -I. -I.. -I.. -I../glib -I../glib -I.. -I/mnt/linuxlab/home/rquackenbush1/.linuxbrew/Cellar/pcre/8.42/include -DG_LOG_DOMAIN=\"GLib\" -DG_DISABLE_CAST_CHECKS -DGLIB_COMPILATION -DPCRE_STATIC -pthread -Wall -Wstrict-prototypes -Wno-bad-function-cast -Werror=declaration-after-statement -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self -Werror=format=2 -Werror=missing-include-dirs -fvisibility=hidden -g -O2 -fno-strict-aliasing -c gunibreak.c -o libglib_2_0_la-gunibreak.o >/dev/null 2>&1
libtool: compile: gcc-5 -DHAVE_CONFIG_H -I. -I.. -I.. -I../glib -I../glib -I.. -I/mnt/linuxlab/home/rquackenbush1/.linuxbrew/Cellar/pcre/8.42/include -DG_LOG_DOMAIN=\"GLib\" -DG_DISABLE_CAST_CHECKS -DGLIB_COMPILATION -DPCRE_STATIC -pthread -Wall -Wstrict-prototypes -Wno-bad-function-cast -Werror=declaration-after-statement -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self -Werror=format=2 -Werror=missing-include-dirs -fvisibility=hidden -g -O2 -fno-strict-aliasing -c gunicollate.c -o libglib_2_0_la-gunicollate.o >/dev/null 2>&1
/bin/sh ../libtool --tag=CC --mode=compile gcc-5 -DHAVE_CONFIG_H -I. -I.. -I.. -I../glib -I../glib -I.. -I/mnt/linuxlab/home/rquackenbush1/.linuxbrew/Cellar/pcre/8.42/include -DG_LOG_DOMAIN=\"GLib\" -DG_DISABLE_CAST_CHECKS -DGLIB_COMPILATION -DPCRE_STATIC -pthread -Wall -Wstrict-prototypes -Wno-bad-function-cast -Werror=declaration-after-statement -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self -Werror=format=2 -Werror=missing-include-dirs -fvisibility=hidden -g -O2 -fno-strict-aliasing -c -o libglib_2_0_la-gunidecomp.lo `test -f 'gunidecomp.c' || echo './'`gunidecomp.c
/bin/sh ../libtool --tag=CC --mode=compile gcc-5 -DHAVE_CONFIG_H -I. -I.. -I.. -I../glib -I../glib -I.. -I/mnt/linuxlab/home/rquackenbush1/.linuxbrew/Cellar/pcre/8.42/include -DG_LOG_DOMAIN=\"GLib\" -DG_DISABLE_CAST_CHECKS -DGLIB_COMPILATION -DPCRE_STATIC -pthread -Wall -Wstrict-prototypes -Wno-bad-function-cast -Werror=declaration-after-statement -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self -Werror=format=2 -Werror=missing-include-dirs -fvisibility=hidden -g -O2 -fno-strict-aliasing -c -o libglib_2_0_la-gurifuncs.lo `test -f 'gurifuncs.c' || echo './'`gurifuncs.c
libtool: compile: gcc-5 -DHAVE_CONFIG_H -I. -I.. -I.. -I../glib -I../glib -I.. -I/mnt/linuxlab/home/rquackenbush1/.linuxbrew/Cellar/pcre/8.42/include -DG_LOG_DOMAIN=\"GLib\" -DG_DISABLE_CAST_CHECKS -DGLIB_COMPILATION -DPCRE_STATIC -pthread -Wall -Wstrict-prototypes -Wno-bad-function-cast -Werror=declaration-after-statement -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self -Werror=format=2 -Werror=missing-include-dirs -fvisibility=hidden -g -O2 -fno-strict-aliasing -c gunidecomp.c -fPIC -DPIC -o .libs/libglib_2_0_la-gunidecomp.o
/bin/sh ../libtool --tag=CC --mode=compile gcc-5 -DHAVE_CONFIG_H -I. -I.. -I.. -I../glib -I../glib -I.. -I/mnt/linuxlab/home/rquackenbush1/.linuxbrew/Cellar/pcre/8.42/include -DG_LOG_DOMAIN=\"GLib\" -DG_DISABLE_CAST_CHECKS -DGLIB_COMPILATION -DPCRE_STATIC -pthread -Wall -Wstrict-prototypes -Wno-bad-function-cast -Werror=declaration-after-statement -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self -Werror=format=2 -Werror=missing-include-dirs -fvisibility=hidden -g -O2 -fno-strict-aliasing -c -o libglib_2_0_la-gutils.lo `test -f 'gutils.c' || echo './'`gutils.c
libtool: compile: gcc-5 -DHAVE_CONFIG_H -I. -I.. -I.. -I../glib -I../glib -I.. -I/mnt/linuxlab/home/rquackenbush1/.linuxbrew/Cellar/pcre/8.42/include -DG_LOG_DOMAIN=\"GLib\" -DG_DISABLE_CAST_CHECKS -DGLIB_COMPILATION -DPCRE_STATIC -pthread -Wall -Wstrict-prototypes -Wno-bad-function-cast -Werror=declaration-after-statement -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self -Werror=format=2 -Werror=missing-include-dirs -fvisibility=hidden -g -O2 -fno-strict-aliasing -c gurifuncs.c -fPIC -DPIC -o .libs/libglib_2_0_la-gurifuncs.o
/bin/sh ../libtool --tag=CC --mode=compile gcc-5 -DHAVE_CONFIG_H -I. -I.. -I.. -I../glib -I../glib -I.. -I/mnt/linuxlab/home/rquackenbush1/.linuxbrew/Cellar/pcre/8.42/include -DG_LOG_DOMAIN=\"GLib\" -DG_DISABLE_CAST_CHECKS -DGLIB_COMPILATION -DPCRE_STATIC -pthread -Wall -Wstrict-prototypes -Wno-bad-function-cast -Werror=declaration-after-statement -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self -Werror=format=2 -Werror=missing-include-dirs -fvisibility=hidden -g -O2 -fno-strict-aliasing -c -o libglib_2_0_la-guuid.lo `test -f 'guuid.c' || echo './'`guuid.c
libtool: compile: gcc-5 -DHAVE_CONFIG_H -I. -I.. -I.. -I../glib -I../glib -I.. -I/mnt/linuxlab/home/rquackenbush1/.linuxbrew/Cellar/pcre/8.42/include -DG_LOG_DOMAIN=\"GLib\" -DG_DISABLE_CAST_CHECKS -DGLIB_COMPILATION -DPCRE_STATIC -pthread -Wall -Wstrict-prototypes -Wno-bad-function-cast -Werror=declaration-after-statement -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self -Werror=format=2 -Werror=missing-include-dirs -fvisibility=hidden -g -O2 -fno-strict-aliasing -c gutils.c -fPIC -DPIC -o .libs/libglib_2_0_la-gutils.o
libtool: compile: gcc-5 -DHAVE_CONFIG_H -I. -I.. -I.. -I../glib -I../glib -I.. -I/mnt/linuxlab/home/rquackenbush1/.linuxbrew/Cellar/pcre/8.42/include -DG_LOG_DOMAIN=\"GLib\" -DG_DISABLE_CAST_CHECKS -DGLIB_COMPILATION -DPCRE_STATIC -pthread -Wall -Wstrict-prototypes -Wno-bad-function-cast -Werror=declaration-after-statement -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self -Werror=format=2 -Werror=missing-include-dirs -fvisibility=hidden -g -O2 -fno-strict-aliasing -c guuid.c -fPIC -DPIC -o .libs/libglib_2_0_la-guuid.o
libtool: compile: gcc-5 -DHAVE_CONFIG_H -I. -I.. -I.. -I../glib -I../glib -I.. -I/mnt/linuxlab/home/rquackenbush1/.linuxbrew/Cellar/pcre/8.42/include -DG_LOG_DOMAIN=\"GLib\" -DG_DISABLE_CAST_CHECKS -DGLIB_COMPILATION -DPCRE_STATIC -pthread -Wall -Wstrict-prototypes -Wno-bad-function-cast -Werror=declaration-after-statement -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self -Werror=format=2 -Werror=missing-include-dirs -fvisibility=hidden -g -O2 -fno-strict-aliasing -c gurifuncs.c -o libglib_2_0_la-gurifuncs.o >/dev/null 2>&1
libtool: compile: gcc-5 -DHAVE_CONFIG_H -I. -I.. -I.. -I../glib -I../glib -I.. -I/mnt/linuxlab/home/rquackenbush1/.linuxbrew/Cellar/pcre/8.42/include -DG_LOG_DOMAIN=\"GLib\" -DG_DISABLE_CAST_CHECKS -DGLIB_COMPILATION -DPCRE_STATIC -pthread -Wall -Wstrict-prototypes -Wno-bad-function-cast -Werror=declaration-after-statement -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self -Werror=format=2 -Werror=missing-include-dirs -fvisibility=hidden -g -O2 -fno-strict-aliasing -c gunidecomp.c -o libglib_2_0_la-gunidecomp.o >/dev/null 2>&1
/bin/sh ../libtool --tag=CC --mode=compile gcc-5 -DHAVE_CONFIG_H -I. -I.. -I.. -I../glib -I../glib -I.. -I/mnt/linuxlab/home/rquackenbush1/.linuxbrew/Cellar/pcre/8.42/include -DG_LOG_DOMAIN=\"GLib\" -DG_DISABLE_CAST_CHECKS -DGLIB_COMPILATION -DPCRE_STATIC -pthread -Wall -Wstrict-prototypes -Wno-bad-function-cast -Werror=declaration-after-statement -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self -Werror=format=2 -Werror=missing-include-dirs -fvisibility=hidden -g -O2 -fno-strict-aliasing -c -o libglib_2_0_la-gvariant.lo `test -f 'gvariant.c' || echo './'`gvariant.c
libtool: compile: gcc-5 -DHAVE_CONFIG_H -I. -I.. -I.. -I../glib -I../glib -I.. -I/mnt/linuxlab/home/rquackenbush1/.linuxbrew/Cellar/pcre/8.42/include -DG_LOG_DOMAIN=\"GLib\" -DG_DISABLE_CAST_CHECKS -DGLIB_COMPILATION -DPCRE_STATIC -pthread -Wall -Wstrict-prototypes -Wno-bad-function-cast -Werror=declaration-after-statement -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self -Werror=format=2 -Werror=missing-include-dirs -fvisibility=hidden -g -O2 -fno-strict-aliasing -c guuid.c -o libglib_2_0_la-guuid.o >/dev/null 2>&1
libtool: compile: gcc-5 -DHAVE_CONFIG_H -I. -I.. -I.. -I../glib -I../glib -I.. -I/mnt/linuxlab/home/rquackenbush1/.linuxbrew/Cellar/pcre/8.42/include -DG_LOG_DOMAIN=\"GLib\" -DG_DISABLE_CAST_CHECKS -DGLIB_COMPILATION -DPCRE_STATIC -pthread -Wall -Wstrict-prototypes -Wno-bad-function-cast -Werror=declaration-after-statement -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self -Werror=format=2 -Werror=missing-include-dirs -fvisibility=hidden -g -O2 -fno-strict-aliasing -c gutils.c -o libglib_2_0_la-gutils.o >/dev/null 2>&1
libtool: compile: gcc-5 -DHAVE_CONFIG_H -I. -I.. -I.. -I../glib -I../glib -I.. -I/mnt/linuxlab/home/rquackenbush1/.linuxbrew/Cellar/pcre/8.42/include -DG_LOG_DOMAIN=\"GLib\" -DG_DISABLE_CAST_CHECKS -DGLIB_COMPILATION -DPCRE_STATIC -pthread -Wall -Wstrict-prototypes -Wno-bad-function-cast -Werror=declaration-after-statement -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self -Werror=format=2 -Werror=missing-include-dirs -fvisibility=hidden -g -O2 -fno-strict-aliasing -c gvariant.c -fPIC -DPIC -o .libs/libglib_2_0_la-gvariant.o
/bin/sh ../libtool --tag=CC --mode=compile gcc-5 -DHAVE_CONFIG_H -I. -I.. -I.. -I../glib -I../glib -I.. -I/mnt/linuxlab/home/rquackenbush1/.linuxbrew/Cellar/pcre/8.42/include -DG_LOG_DOMAIN=\"GLib\" -DG_DISABLE_CAST_CHECKS -DGLIB_COMPILATION -DPCRE_STATIC -pthread -Wall -Wstrict-prototypes -Wno-bad-function-cast -Werror=declaration-after-statement -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self -Werror=format=2 -Werror=missing-include-dirs -fvisibility=hidden -g -O2 -fno-strict-aliasing -c -o libglib_2_0_la-gvariant-core.lo `test -f 'gvariant-core.c' || echo './'`gvariant-core.c
/bin/sh ../libtool --tag=CC --mode=compile gcc-5 -DHAVE_CONFIG_H -I. -I.. -I.. -I../glib -I../glib -I.. -I/mnt/linuxlab/home/rquackenbush1/.linuxbrew/Cellar/pcre/8.42/include -DG_LOG_DOMAIN=\"GLib\" -DG_DISABLE_CAST_CHECKS -DGLIB_COMPILATION -DPCRE_STATIC -pthread -Wall -Wstrict-prototypes -Wno-bad-function-cast -Werror=declaration-after-statement -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self -Werror=format=2 -Werror=missing-include-dirs -fvisibility=hidden -g -O2 -fno-strict-aliasing -c -o libglib_2_0_la-gvariant-parser.lo `test -f 'gvariant-parser.c' || echo './'`gvariant-parser.c
libtool: compile: gcc-5 -DHAVE_CONFIG_H -I. -I.. -I.. -I../glib -I../glib -I.. -I/mnt/linuxlab/home/rquackenbush1/.linuxbrew/Cellar/pcre/8.42/include -DG_LOG_DOMAIN=\"GLib\" -DG_DISABLE_CAST_CHECKS -DGLIB_COMPILATION -DPCRE_STATIC -pthread -Wall -Wstrict-prototypes -Wno-bad-function-cast -Werror=declaration-after-statement -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self -Werror=format=2 -Werror=missing-include-dirs -fvisibility=hidden -g -O2 -fno-strict-aliasing -c gvariant-core.c -fPIC -DPIC -o .libs/libglib_2_0_la-gvariant-core.o
libtool: compile: gcc-5 -DHAVE_CONFIG_H -I. -I.. -I.. -I../glib -I../glib -I.. -I/mnt/linuxlab/home/rquackenbush1/.linuxbrew/Cellar/pcre/8.42/include -DG_LOG_DOMAIN=\"GLib\" -DG_DISABLE_CAST_CHECKS -DGLIB_COMPILATION -DPCRE_STATIC -pthread -Wall -Wstrict-prototypes -Wno-bad-function-cast -Werror=declaration-after-statement -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self -Werror=format=2 -Werror=missing-include-dirs -fvisibility=hidden -g -O2 -fno-strict-aliasing -c gvariant-parser.c -fPIC -DPIC -o .libs/libglib_2_0_la-gvariant-parser.o
/bin/sh ../libtool --tag=CC --mode=compile gcc-5 -DHAVE_CONFIG_H -I. -I.. -I.. -I../glib -I../glib -I.. -I/mnt/linuxlab/home/rquackenbush1/.linuxbrew/Cellar/pcre/8.42/include -DG_LOG_DOMAIN=\"GLib\" -DG_DISABLE_CAST_CHECKS -DGLIB_COMPILATION -DPCRE_STATIC -pthread -Wall -Wstrict-prototypes -Wno-bad-function-cast -Werror=declaration-after-statement -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self -Werror=format=2 -Werror=missing-include-dirs -fvisibility=hidden -g -O2 -fno-strict-aliasing -c -o libglib_2_0_la-gvariant-serialiser.lo `test -f 'gvariant-serialiser.c' || echo './'`gvariant-serialiser.c
libtool: compile: gcc-5 -DHAVE_CONFIG_H -I. -I.. -I.. -I../glib -I../glib -I.. -I/mnt/linuxlab/home/rquackenbush1/.linuxbrew/Cellar/pcre/8.42/include -DG_LOG_DOMAIN=\"GLib\" -DG_DISABLE_CAST_CHECKS -DGLIB_COMPILATION -DPCRE_STATIC -pthread -Wall -Wstrict-prototypes -Wno-bad-function-cast -Werror=declaration-after-statement -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self -Werror=format=2 -Werror=missing-include-dirs -fvisibility=hidden -g -O2 -fno-strict-aliasing -c gvariant-serialiser.c -fPIC -DPIC -o .libs/libglib_2_0_la-gvariant-serialiser.o
libtool: compile: gcc-5 -DHAVE_CONFIG_H -I. -I.. -I.. -I../glib -I../glib -I.. -I/mnt/linuxlab/home/rquackenbush1/.linuxbrew/Cellar/pcre/8.42/include -DG_LOG_DOMAIN=\"GLib\" -DG_DISABLE_CAST_CHECKS -DGLIB_COMPILATION -DPCRE_STATIC -pthread -Wall -Wstrict-prototypes -Wno-bad-function-cast -Werror=declaration-after-statement -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self -Werror=format=2 -Werror=missing-include-dirs -fvisibility=hidden -g -O2 -fno-strict-aliasing -c gvariant-core.c -o libglib_2_0_la-gvariant-core.o >/dev/null 2>&1
/bin/sh ../libtool --tag=CC --mode=compile gcc-5 -DHAVE_CONFIG_H -I. -I.. -I.. -I../glib -I../glib -I.. -I/mnt/linuxlab/home/rquackenbush1/.linuxbrew/Cellar/pcre/8.42/include -DG_LOG_DOMAIN=\"GLib\" -DG_DISABLE_CAST_CHECKS -DGLIB_COMPILATION -DPCRE_STATIC -pthread -Wall -Wstrict-prototypes -Wno-bad-function-cast -Werror=declaration-after-statement -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self -Werror=format=2 -Werror=missing-include-dirs -fvisibility=hidden -g -O2 -fno-strict-aliasing -c -o libglib_2_0_la-gvarianttypeinfo.lo `test -f 'gvarianttypeinfo.c' || echo './'`gvarianttypeinfo.c
libtool: compile: gcc-5 -DHAVE_CONFIG_H -I. -I.. -I.. -I../glib -I../glib -I.. -I/mnt/linuxlab/home/rquackenbush1/.linuxbrew/Cellar/pcre/8.42/include -DG_LOG_DOMAIN=\"GLib\" -DG_DISABLE_CAST_CHECKS -DGLIB_COMPILATION -DPCRE_STATIC -pthread -Wall -Wstrict-prototypes -Wno-bad-function-cast -Werror=declaration-after-statement -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self -Werror=format=2 -Werror=missing-include-dirs -fvisibility=hidden -g -O2 -fno-strict-aliasing -c gvariant.c -o libglib_2_0_la-gvariant.o >/dev/null 2>&1
libtool: compile: gcc-5 -DHAVE_CONFIG_H -I. -I.. -I.. -I../glib -I../glib -I.. -I/mnt/linuxlab/home/rquackenbush1/.linuxbrew/Cellar/pcre/8.42/include -DG_LOG_DOMAIN=\"GLib\" -DG_DISABLE_CAST_CHECKS -DGLIB_COMPILATION -DPCRE_STATIC -pthread -Wall -Wstrict-prototypes -Wno-bad-function-cast -Werror=declaration-after-statement -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self -Werror=format=2 -Werror=missing-include-dirs -fvisibility=hidden -g -O2 -fno-strict-aliasing -c gvarianttypeinfo.c -fPIC -DPIC -o .libs/libglib_2_0_la-gvarianttypeinfo.o
libtool: compile: gcc-5 -DHAVE_CONFIG_H -I. -I.. -I.. -I../glib -I../glib -I.. -I/mnt/linuxlab/home/rquackenbush1/.linuxbrew/Cellar/pcre/8.42/include -DG_LOG_DOMAIN=\"GLib\" -DG_DISABLE_CAST_CHECKS -DGLIB_COMPILATION -DPCRE_STATIC -pthread -Wall -Wstrict-prototypes -Wno-bad-function-cast -Werror=declaration-after-statement -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self -Werror=format=2 -Werror=missing-include-dirs -fvisibility=hidden -g -O2 -fno-strict-aliasing -c gvariant-serialiser.c -o libglib_2_0_la-gvariant-serialiser.o >/dev/null 2>&1
libtool: compile: gcc-5 -DHAVE_CONFIG_H -I. -I.. -I.. -I../glib -I../glib -I.. -I/mnt/linuxlab/home/rquackenbush1/.linuxbrew/Cellar/pcre/8.42/include -DG_LOG_DOMAIN=\"GLib\" -DG_DISABLE_CAST_CHECKS -DGLIB_COMPILATION -DPCRE_STATIC -pthread -Wall -Wstrict-prototypes -Wno-bad-function-cast -Werror=declaration-after-statement -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self -Werror=format=2 -Werror=missing-include-dirs -fvisibility=hidden -g -O2 -fno-strict-aliasing -c gvariant-parser.c -o libglib_2_0_la-gvariant-parser.o >/dev/null 2>&1
libtool: compile: gcc-5 -DHAVE_CONFIG_H -I. -I.. -I.. -I../glib -I../glib -I.. -I/mnt/linuxlab/home/rquackenbush1/.linuxbrew/Cellar/pcre/8.42/include -DG_LOG_DOMAIN=\"GLib\" -DG_DISABLE_CAST_CHECKS -DGLIB_COMPILATION -DPCRE_STATIC -pthread -Wall -Wstrict-prototypes -Wno-bad-function-cast -Werror=declaration-after-statement -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self -Werror=format=2 -Werror=missing-include-dirs -fvisibility=hidden -g -O2 -fno-strict-aliasing -c gvarianttypeinfo.c -o libglib_2_0_la-gvarianttypeinfo.o >/dev/null 2>&1
/bin/sh ../libtool --tag=CC --mode=compile gcc-5 -DHAVE_CONFIG_H -I. -I.. -I.. -I../glib -I../glib -I.. -I/mnt/linuxlab/home/rquackenbush1/.linuxbrew/Cellar/pcre/8.42/include -DG_LOG_DOMAIN=\"GLib\" -DG_DISABLE_CAST_CHECKS -DGLIB_COMPILATION -DPCRE_STATIC -pthread -Wall -Wstrict-prototypes -Wno-bad-function-cast -Werror=declaration-after-statement -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self -Werror=format=2 -Werror=missing-include-dirs -fvisibility=hidden -g -O2 -fno-strict-aliasing -c -o libglib_2_0_la-gvarianttype.lo `test -f 'gvarianttype.c' || echo './'`gvarianttype.c
/bin/sh ../libtool --tag=CC --mode=compile gcc-5 -DHAVE_CONFIG_H -I. -I.. -I.. -I../glib -I../glib -I.. -I/mnt/linuxlab/home/rquackenbush1/.linuxbrew/Cellar/pcre/8.42/include -DG_LOG_DOMAIN=\"GLib\" -DG_DISABLE_CAST_CHECKS -DGLIB_COMPILATION -DPCRE_STATIC -pthread -Wall -Wstrict-prototypes -Wno-bad-function-cast -Werror=declaration-after-statement -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self -Werror=format=2 -Werror=missing-include-dirs -fvisibility=hidden -g -O2 -fno-strict-aliasing -c -o libglib_2_0_la-gversion.lo `test -f 'gversion.c' || echo './'`gversion.c
libtool: compile: gcc-5 -DHAVE_CONFIG_H -I. -I.. -I.. -I../glib -I../glib -I.. -I/mnt/linuxlab/home/rquackenbush1/.linuxbrew/Cellar/pcre/8.42/include -DG_LOG_DOMAIN=\"GLib\" -DG_DISABLE_CAST_CHECKS -DGLIB_COMPILATION -DPCRE_STATIC -pthread -Wall -Wstrict-prototypes -Wno-bad-function-cast -Werror=declaration-after-statement -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self -Werror=format=2 -Werror=missing-include-dirs -fvisibility=hidden -g -O2 -fno-strict-aliasing -c gvarianttype.c -fPIC -DPIC -o .libs/libglib_2_0_la-gvarianttype.o
libtool: compile: gcc-5 -DHAVE_CONFIG_H -I. -I.. -I.. -I../glib -I../glib -I.. -I/mnt/linuxlab/home/rquackenbush1/.linuxbrew/Cellar/pcre/8.42/include -DG_LOG_DOMAIN=\"GLib\" -DG_DISABLE_CAST_CHECKS -DGLIB_COMPILATION -DPCRE_STATIC -pthread -Wall -Wstrict-prototypes -Wno-bad-function-cast -Werror=declaration-after-statement -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self -Werror=format=2 -Werror=missing-include-dirs -fvisibility=hidden -g -O2 -fno-strict-aliasing -c gversion.c -fPIC -DPIC -o .libs/libglib_2_0_la-gversion.o
/bin/sh ../libtool --tag=CC --mode=compile gcc-5 -DHAVE_CONFIG_H -I. -I.. -I.. -I../glib -I../glib -I.. -I/mnt/linuxlab/home/rquackenbush1/.linuxbrew/Cellar/pcre/8.42/include -DG_LOG_DOMAIN=\"GLib\" -DG_DISABLE_CAST_CHECKS -DGLIB_COMPILATION -DPCRE_STATIC -pthread -Wall -Wstrict-prototypes -Wno-bad-function-cast -Werror=declaration-after-statement -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self -Werror=format=2 -Werror=missing-include-dirs -fvisibility=hidden -g -O2 -fno-strict-aliasing -c -o libglib_2_0_la-gwakeup.lo `test -f 'gwakeup.c' || echo './'`gwakeup.c
/bin/sh ../libtool --tag=CC --mode=compile gcc-5 -DHAVE_CONFIG_H -I. -I.. -I.. -I../glib -I../glib -I.. -I/mnt/linuxlab/home/rquackenbush1/.linuxbrew/Cellar/pcre/8.42/include -DG_LOG_DOMAIN=\"GLib\" -DG_DISABLE_CAST_CHECKS -DGLIB_COMPILATION -DPCRE_STATIC -pthread -Wall -Wstrict-prototypes -Wno-bad-function-cast -Werror=declaration-after-statement -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self -Werror=format=2 -Werror=missing-include-dirs -fvisibility=hidden -g -O2 -fno-strict-aliasing -c -o libglib_2_0_la-gprintf.lo `test -f 'gprintf.c' || echo './'`gprintf.c
libtool: compile: gcc-5 -DHAVE_CONFIG_H -I. -I.. -I.. -I../glib -I../glib -I.. -I/mnt/linuxlab/home/rquackenbush1/.linuxbrew/Cellar/pcre/8.42/include -DG_LOG_DOMAIN=\"GLib\" -DG_DISABLE_CAST_CHECKS -DGLIB_COMPILATION -DPCRE_STATIC -pthread -Wall -Wstrict-prototypes -Wno-bad-function-cast -Werror=declaration-after-statement -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self -Werror=format=2 -Werror=missing-include-dirs -fvisibility=hidden -g -O2 -fno-strict-aliasing -c gwakeup.c -fPIC -DPIC -o .libs/libglib_2_0_la-gwakeup.o
libtool: compile: gcc-5 -DHAVE_CONFIG_H -I. -I.. -I.. -I../glib -I../glib -I.. -I/mnt/linuxlab/home/rquackenbush1/.linuxbrew/Cellar/pcre/8.42/include -DG_LOG_DOMAIN=\"GLib\" -DG_DISABLE_CAST_CHECKS -DGLIB_COMPILATION -DPCRE_STATIC -pthread -Wall -Wstrict-prototypes -Wno-bad-function-cast -Werror=declaration-after-statement -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self -Werror=format=2 -Werror=missing-include-dirs -fvisibility=hidden -g -O2 -fno-strict-aliasing -c gversion.c -o libglib_2_0_la-gversion.o >/dev/null 2>&1
libtool: compile: gcc-5 -DHAVE_CONFIG_H -I. -I.. -I.. -I../glib -I../glib -I.. -I/mnt/linuxlab/home/rquackenbush1/.linuxbrew/Cellar/pcre/8.42/include -DG_LOG_DOMAIN=\"GLib\" -DG_DISABLE_CAST_CHECKS -DGLIB_COMPILATION -DPCRE_STATIC -pthread -Wall -Wstrict-prototypes -Wno-bad-function-cast -Werror=declaration-after-statement -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self -Werror=format=2 -Werror=missing-include-dirs -fvisibility=hidden -g -O2 -fno-strict-aliasing -c gprintf.c -fPIC -DPIC -o .libs/libglib_2_0_la-gprintf.o
libtool: compile: gcc-5 -DHAVE_CONFIG_H -I. -I.. -I.. -I../glib -I../glib -I.. -I/mnt/linuxlab/home/rquackenbush1/.linuxbrew/Cellar/pcre/8.42/include -DG_LOG_DOMAIN=\"GLib\" -DG_DISABLE_CAST_CHECKS -DGLIB_COMPILATION -DPCRE_STATIC -pthread -Wall -Wstrict-prototypes -Wno-bad-function-cast -Werror=declaration-after-statement -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self -Werror=format=2 -Werror=missing-include-dirs -fvisibility=hidden -g -O2 -fno-strict-aliasing -c gvarianttype.c -o libglib_2_0_la-gvarianttype.o >/dev/null 2>&1
/bin/sh ../libtool --tag=CC --mode=compile gcc-5 -DHAVE_CONFIG_H -I. -I.. -I.. -I../glib -I../glib -I.. -I/mnt/linuxlab/home/rquackenbush1/.linuxbrew/Cellar/pcre/8.42/include -DG_LOG_DOMAIN=\"GLib\" -DG_DISABLE_CAST_CHECKS -DGLIB_COMPILATION -DPCRE_STATIC -pthread -Wall -Wstrict-prototypes -Wno-bad-function-cast -Werror=declaration-after-statement -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self -Werror=format=2 -Werror=missing-include-dirs -fvisibility=hidden -g -O2 -fno-strict-aliasing -c -o libglib_2_0_la-glib-unix.lo `test -f 'glib-unix.c' || echo './'`glib-unix.c
libtool: compile: gcc-5 -DHAVE_CONFIG_H -I. -I.. -I.. -I../glib -I../glib -I.. -I/mnt/linuxlab/home/rquackenbush1/.linuxbrew/Cellar/pcre/8.42/include -DG_LOG_DOMAIN=\"GLib\" -DG_DISABLE_CAST_CHECKS -DGLIB_COMPILATION -DPCRE_STATIC -pthread -Wall -Wstrict-prototypes -Wno-bad-function-cast -Werror=declaration-after-statement -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self -Werror=format=2 -Werror=missing-include-dirs -fvisibility=hidden -g -O2 -fno-strict-aliasing -c gwakeup.c -o libglib_2_0_la-gwakeup.o >/dev/null 2>&1
libtool: compile: gcc-5 -DHAVE_CONFIG_H -I. -I.. -I.. -I../glib -I../glib -I.. -I/mnt/linuxlab/home/rquackenbush1/.linuxbrew/Cellar/pcre/8.42/include -DG_LOG_DOMAIN=\"GLib\" -DG_DISABLE_CAST_CHECKS -DGLIB_COMPILATION -DPCRE_STATIC -pthread -Wall -Wstrict-prototypes -Wno-bad-function-cast -Werror=declaration-after-statement -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self -Werror=format=2 -Werror=missing-include-dirs -fvisibility=hidden -g -O2 -fno-strict-aliasing -c glib-unix.c -fPIC -DPIC -o .libs/libglib_2_0_la-glib-unix.o
libtool: compile: gcc-5 -DHAVE_CONFIG_H -I. -I.. -I.. -I../glib -I../glib -I.. -I/mnt/linuxlab/home/rquackenbush1/.linuxbrew/Cellar/pcre/8.42/include -DG_LOG_DOMAIN=\"GLib\" -DG_DISABLE_CAST_CHECKS -DGLIB_COMPILATION -DPCRE_STATIC -pthread -Wall -Wstrict-prototypes -Wno-bad-function-cast -Werror=declaration-after-statement -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self -Werror=format=2 -Werror=missing-include-dirs -fvisibility=hidden -g -O2 -fno-strict-aliasing -c gprintf.c -o libglib_2_0_la-gprintf.o >/dev/null 2>&1
/bin/sh ../libtool --tag=CC --mode=compile gcc-5 -DHAVE_CONFIG_H -I. -I.. -I.. -I../glib -I../glib -I.. -I/mnt/linuxlab/home/rquackenbush1/.linuxbrew/Cellar/pcre/8.42/include -DG_LOG_DOMAIN=\"GLib\" -DG_DISABLE_CAST_CHECKS -DGLIB_COMPILATION -DPCRE_STATIC -pthread -Wall -Wstrict-prototypes -Wno-bad-function-cast -Werror=declaration-after-statement -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self -Werror=format=2 -Werror=missing-include-dirs -fvisibility=hidden -g -O2 -fno-strict-aliasing -c -o libglib_2_0_la-gthread-posix.lo `test -f 'gthread-posix.c' || echo './'`gthread-posix.c
/bin/sh ../libtool --tag=CC --mode=compile gcc-5 -DHAVE_CONFIG_H -I. -I.. -I.. -I../glib -I../glib -I.. -I/mnt/linuxlab/home/rquackenbush1/.linuxbrew/Cellar/pcre/8.42/include -DG_LOG_DOMAIN=\"GLib\" -DG_DISABLE_CAST_CHECKS -DGLIB_COMPILATION -DPCRE_STATIC -pthread -Wall -Wstrict-prototypes -Wno-bad-function-cast -Werror=declaration-after-statement -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self -Werror=format=2 -Werror=missing-include-dirs -fvisibility=hidden -g -O2 -fno-strict-aliasing -c -o libglib_2_0_la-gspawn.lo `test -f 'gspawn.c' || echo './'`gspawn.c
libtool: compile: gcc-5 -DHAVE_CONFIG_H -I. -I.. -I.. -I../glib -I../glib -I.. -I/mnt/linuxlab/home/rquackenbush1/.linuxbrew/Cellar/pcre/8.42/include -DG_LOG_DOMAIN=\"GLib\" -DG_DISABLE_CAST_CHECKS -DGLIB_COMPILATION -DPCRE_STATIC -pthread -Wall -Wstrict-prototypes -Wno-bad-function-cast -Werror=declaration-after-statement -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self -Werror=format=2 -Werror=missing-include-dirs -fvisibility=hidden -g -O2 -fno-strict-aliasing -c gthread-posix.c -fPIC -DPIC -o .libs/libglib_2_0_la-gthread-posix.o
libtool: compile: gcc-5 -DHAVE_CONFIG_H -I. -I.. -I.. -I../glib -I../glib -I.. -I/mnt/linuxlab/home/rquackenbush1/.linuxbrew/Cellar/pcre/8.42/include -DG_LOG_DOMAIN=\"GLib\" -DG_DISABLE_CAST_CHECKS -DGLIB_COMPILATION -DPCRE_STATIC -pthread -Wall -Wstrict-prototypes -Wno-bad-function-cast -Werror=declaration-after-statement -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self -Werror=format=2 -Werror=missing-include-dirs -fvisibility=hidden -g -O2 -fno-strict-aliasing -c glib-unix.c -o libglib_2_0_la-glib-unix.o >/dev/null 2>&1
/bin/sh ../libtool --tag=CC --mode=compile gcc-5 -DHAVE_CONFIG_H -I. -I.. -I.. -I../glib -I../glib -I.. -I/mnt/linuxlab/home/rquackenbush1/.linuxbrew/Cellar/pcre/8.42/include -DG_LOG_DOMAIN=\"GLib\" -DG_DISABLE_CAST_CHECKS -DGLIB_COMPILATION -DPCRE_STATIC -pthread -Wall -Wstrict-prototypes -Wno-bad-function-cast -Werror=declaration-after-statement -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self -Werror=format=2 -Werror=missing-include-dirs -fvisibility=hidden -g -O2 -fno-strict-aliasing -c -o libglib_2_0_la-giounix.lo `test -f 'giounix.c' || echo './'`giounix.c
libtool: compile: gcc-5 -DHAVE_CONFIG_H -I. -I.. -I.. -I../glib -I../glib -I.. -I/mnt/linuxlab/home/rquackenbush1/.linuxbrew/Cellar/pcre/8.42/include -DG_LOG_DOMAIN=\"GLib\" -DG_DISABLE_CAST_CHECKS -DGLIB_COMPILATION -DPCRE_STATIC -pthread -Wall -Wstrict-prototypes -Wno-bad-function-cast -Werror=declaration-after-statement -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self -Werror=format=2 -Werror=missing-include-dirs -fvisibility=hidden -g -O2 -fno-strict-aliasing -c gspawn.c -fPIC -DPIC -o .libs/libglib_2_0_la-gspawn.o
libtool: compile: gcc-5 -DHAVE_CONFIG_H -I. -I.. -I.. -I../glib -I../glib -I.. -I/mnt/linuxlab/home/rquackenbush1/.linuxbrew/Cellar/pcre/8.42/include -DG_LOG_DOMAIN=\"GLib\" -DG_DISABLE_CAST_CHECKS -DGLIB_COMPILATION -DPCRE_STATIC -pthread -Wall -Wstrict-prototypes -Wno-bad-function-cast -Werror=declaration-after-statement -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self -Werror=format=2 -Werror=missing-include-dirs -fvisibility=hidden -g -O2 -fno-strict-aliasing -c giounix.c -fPIC -DPIC -o .libs/libglib_2_0_la-giounix.o
libtool: compile: gcc-5 -DHAVE_CONFIG_H -I. -I.. -I.. -I../glib -I../glib -I.. -I/mnt/linuxlab/home/rquackenbush1/.linuxbrew/Cellar/pcre/8.42/include -DG_LOG_DOMAIN=\"GLib\" -DG_DISABLE_CAST_CHECKS -DGLIB_COMPILATION -DPCRE_STATIC -pthread -Wall -Wstrict-prototypes -Wno-bad-function-cast -Werror=declaration-after-statement -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self -Werror=format=2 -Werror=missing-include-dirs -fvisibility=hidden -g -O2 -fno-strict-aliasing -c gthread-posix.c -o libglib_2_0_la-gthread-posix.o >/dev/null 2>&1
echo glib-unix.h glib-object.h glib.h glib-autocleanups.h galloca.h garray.h gasyncqueue.h gatomic.h gbacktrace.h gbase64.h gbitlock.h gbookmarkfile.h gbytes.h gcharset.h gchecksum.h gconvert.h gdataset.h gdate.h gdatetime.h gdir.h genviron.h gerror.h gfileutils.h ggettext.h ghash.h ghmac.h ghook.h ghostutils.h gi18n.h gi18n-lib.h giochannel.h gkeyfile.h glist.h gmacros.h gmain.h gmappedfile.h gmarkup.h gmem.h gmessages.h gnode.h goption.h gpattern.h gpoll.h gprimes.h gqsort.h gquark.h gqueue.h grand.h grcbox.h grefcount.h grefstring.h gregex.h gscanner.h gsequence.h gshell.h gslice.h gslist.h gspawn.h gstdio.h gstrfuncs.h gtestutils.h gstring.h gstringchunk.h gthread.h gthreadpool.h gtimer.h gtimezone.h gtrashstack.h gtree.h gtypes.h gunicode.h gurifuncs.h gutils.h guuid.h gvarianttype.h gvariant.h gversion.h gversionmacros.h gwin32.h gprintf.h > glib-public-headers.txt.tmp && mv glib-public-headers.txt.tmp glib-public-headers.txt
/usr/bin/sed -e "s|\@datadir\@|/mnt/linuxlab/home/rquackenbush1/.linuxbrew/Cellar/glib/2.58.1/share|" ./libglib-gdb.py.in > ./libglib-gdb.py
/bin/sh ../libtool --tag=CC --mode=compile gcc-5 -DHAVE_CONFIG_H -I. -I.. -I.. -I../glib -I../glib -I.. -I/mnt/linuxlab/home/rquackenbush1/.linuxbrew/Cellar/pcre/8.42/include -DG_LOG_DOMAIN=\"GLib\" -DG_DISABLE_CAST_CHECKS -DGLIB_COMPILATION -DPCRE_STATIC -pthread -Wall -Wstrict-prototypes -Wno-bad-function-cast -Werror=declaration-after-statement -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self -Werror=format=2 -Werror=missing-include-dirs -fvisibility=hidden -g -O2 -fno-strict-aliasing -c -o deprecated/libglib_2_0_la-gallocator.lo `test -f 'deprecated/gallocator.c' || echo './'`deprecated/gallocator.c
libtool: compile: gcc-5 -DHAVE_CONFIG_H -I. -I.. -I.. -I../glib -I../glib -I.. -I/mnt/linuxlab/home/rquackenbush1/.linuxbrew/Cellar/pcre/8.42/include -DG_LOG_DOMAIN=\"GLib\" -DG_DISABLE_CAST_CHECKS -DGLIB_COMPILATION -DPCRE_STATIC -pthread -Wall -Wstrict-prototypes -Wno-bad-function-cast -Werror=declaration-after-statement -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self -Werror=format=2 -Werror=missing-include-dirs -fvisibility=hidden -g -O2 -fno-strict-aliasing -c deprecated/gallocator.c -fPIC -DPIC -o deprecated/.libs/libglib_2_0_la-gallocator.o
libtool: compile: gcc-5 -DHAVE_CONFIG_H -I. -I.. -I.. -I../glib -I../glib -I.. -I/mnt/linuxlab/home/rquackenbush1/.linuxbrew/Cellar/pcre/8.42/include -DG_LOG_DOMAIN=\"GLib\" -DG_DISABLE_CAST_CHECKS -DGLIB_COMPILATION -DPCRE_STATIC -pthread -Wall -Wstrict-prototypes -Wno-bad-function-cast -Werror=declaration-after-statement -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self -Werror=format=2 -Werror=missing-include-dirs -fvisibility=hidden -g -O2 -fno-strict-aliasing -c giounix.c -o libglib_2_0_la-giounix.o >/dev/null 2>&1
libtool: compile: gcc-5 -DHAVE_CONFIG_H -I. -I.. -I.. -I../glib -I../glib -I.. -I/mnt/linuxlab/home/rquackenbush1/.linuxbrew/Cellar/pcre/8.42/include -DG_LOG_DOMAIN=\"GLib\" -DG_DISABLE_CAST_CHECKS -DGLIB_COMPILATION -DPCRE_STATIC -pthread -Wall -Wstrict-prototypes -Wno-bad-function-cast -Werror=declaration-after-statement -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self -Werror=format=2 -Werror=missing-include-dirs -fvisibility=hidden -g -O2 -fno-strict-aliasing -c gspawn.c -o libglib_2_0_la-gspawn.o >/dev/null 2>&1
libtool: compile: gcc-5 -DHAVE_CONFIG_H -I. -I.. -I.. -I../glib -I../glib -I.. -I/mnt/linuxlab/home/rquackenbush1/.linuxbrew/Cellar/pcre/8.42/include -DG_LOG_DOMAIN=\"GLib\" -DG_DISABLE_CAST_CHECKS -DGLIB_COMPILATION -DPCRE_STATIC -pthread -Wall -Wstrict-prototypes -Wno-bad-function-cast -Werror=declaration-after-statement -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self -Werror=format=2 -Werror=missing-include-dirs -fvisibility=hidden -g -O2 -fno-strict-aliasing -c deprecated/gallocator.c -o deprecated/libglib_2_0_la-gallocator.o >/dev/null 2>&1
/bin/sh ../libtool --tag=CC --mode=compile gcc-5 -DHAVE_CONFIG_H -I. -I.. -I.. -I../glib -I../glib -I.. -I/mnt/linuxlab/home/rquackenbush1/.linuxbrew/Cellar/pcre/8.42/include -DG_LOG_DOMAIN=\"GLib\" -DG_DISABLE_CAST_CHECKS -DGLIB_COMPILATION -DPCRE_STATIC -pthread -Wall -Wstrict-prototypes -Wno-bad-function-cast -Werror=declaration-after-statement -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self -Werror=format=2 -Werror=missing-include-dirs -fvisibility=hidden -g -O2 -fno-strict-aliasing -c -o deprecated/libglib_2_0_la-gcache.lo `test -f 'deprecated/gcache.c' || echo './'`deprecated/gcache.c
libtool: compile: gcc-5 -DHAVE_CONFIG_H -I. -I.. -I.. -I../glib -I../glib -I.. -I/mnt/linuxlab/home/rquackenbush1/.linuxbrew/Cellar/pcre/8.42/include -DG_LOG_DOMAIN=\"GLib\" -DG_DISABLE_CAST_CHECKS -DGLIB_COMPILATION -DPCRE_STATIC -pthread -Wall -Wstrict-prototypes -Wno-bad-function-cast -Werror=declaration-after-statement -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self -Werror=format=2 -Werror=missing-include-dirs -fvisibility=hidden -g -O2 -fno-strict-aliasing -c deprecated/gcache.c -fPIC -DPIC -o deprecated/.libs/libglib_2_0_la-gcache.o
/bin/sh ../libtool --tag=CC --mode=compile gcc-5 -DHAVE_CONFIG_H -I. -I.. -I.. -I../glib -I../glib -I.. -I/mnt/linuxlab/home/rquackenbush1/.linuxbrew/Cellar/pcre/8.42/include -DG_LOG_DOMAIN=\"GLib\" -DG_DISABLE_CAST_CHECKS -DGLIB_COMPILATION -DPCRE_STATIC -pthread -Wall -Wstrict-prototypes -Wno-bad-function-cast -Werror=declaration-after-statement -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self -Werror=format=2 -Werror=missing-include-dirs -fvisibility=hidden -g -O2 -fno-strict-aliasing -c -o deprecated/libglib_2_0_la-gcompletion.lo `test -f 'deprecated/gcompletion.c' || echo './'`deprecated/gcompletion.c
/bin/sh ../libtool --tag=CC --mode=compile gcc-5 -DHAVE_CONFIG_H -I. -I.. -I.. -I../glib -I../glib -I.. -I/mnt/linuxlab/home/rquackenbush1/.linuxbrew/Cellar/pcre/8.42/include -DG_LOG_DOMAIN=\"GLib\" -DG_DISABLE_CAST_CHECKS -DGLIB_COMPILATION -DPCRE_STATIC -pthread -Wall -Wstrict-prototypes -Wno-bad-function-cast -Werror=declaration-after-statement -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self -Werror=format=2 -Werror=missing-include-dirs -fvisibility=hidden -g -O2 -fno-strict-aliasing -c -o deprecated/libglib_2_0_la-grel.lo `test -f 'deprecated/grel.c' || echo './'`deprecated/grel.c
libtool: compile: gcc-5 -DHAVE_CONFIG_H -I. -I.. -I.. -I../glib -I../glib -I.. -I/mnt/linuxlab/home/rquackenbush1/.linuxbrew/Cellar/pcre/8.42/include -DG_LOG_DOMAIN=\"GLib\" -DG_DISABLE_CAST_CHECKS -DGLIB_COMPILATION -DPCRE_STATIC -pthread -Wall -Wstrict-prototypes -Wno-bad-function-cast -Werror=declaration-after-statement -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self -Werror=format=2 -Werror=missing-include-dirs -fvisibility=hidden -g -O2 -fno-strict-aliasing -c deprecated/gcompletion.c -fPIC -DPIC -o deprecated/.libs/libglib_2_0_la-gcompletion.o
/bin/sh ../libtool --tag=CC --mode=compile gcc-5 -DHAVE_CONFIG_H -I. -I.. -I.. -I../glib -I../glib -I.. -I/mnt/linuxlab/home/rquackenbush1/.linuxbrew/Cellar/pcre/8.42/include -DG_LOG_DOMAIN=\"GLib\" -DG_DISABLE_CAST_CHECKS -DGLIB_COMPILATION -DPCRE_STATIC -pthread -Wall -Wstrict-prototypes -Wno-bad-function-cast -Werror=declaration-after-statement -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self -Werror=format=2 -Werror=missing-include-dirs -fvisibility=hidden -g -O2 -fno-strict-aliasing -c -o deprecated/libglib_2_0_la-gthread-deprecated.lo `test -f 'deprecated/gthread-deprecated.c' || echo './'`deprecated/gthread-deprecated.c
libtool: compile: gcc-5 -DHAVE_CONFIG_H -I. -I.. -I.. -I../glib -I../glib -I.. -I/mnt/linuxlab/home/rquackenbush1/.linuxbrew/Cellar/pcre/8.42/include -DG_LOG_DOMAIN=\"GLib\" -DG_DISABLE_CAST_CHECKS -DGLIB_COMPILATION -DPCRE_STATIC -pthread -Wall -Wstrict-prototypes -Wno-bad-function-cast -Werror=declaration-after-statement -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self -Werror=format=2 -Werror=missing-include-dirs -fvisibility=hidden -g -O2 -fno-strict-aliasing -c deprecated/gcache.c -o deprecated/libglib_2_0_la-gcache.o >/dev/null 2>&1
libtool: compile: gcc-5 -DHAVE_CONFIG_H -I. -I.. -I.. -I../glib -I../glib -I.. -I/mnt/linuxlab/home/rquackenbush1/.linuxbrew/Cellar/pcre/8.42/include -DG_LOG_DOMAIN=\"GLib\" -DG_DISABLE_CAST_CHECKS -DGLIB_COMPILATION -DPCRE_STATIC -pthread -Wall -Wstrict-prototypes -Wno-bad-function-cast -Werror=declaration-after-statement -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self -Werror=format=2 -Werror=missing-include-dirs -fvisibility=hidden -g -O2 -fno-strict-aliasing -c deprecated/grel.c -fPIC -DPIC -o deprecated/.libs/libglib_2_0_la-grel.o
libtool: compile: gcc-5 -DHAVE_CONFIG_H -I. -I.. -I.. -I../glib -I../glib -I.. -I/mnt/linuxlab/home/rquackenbush1/.linuxbrew/Cellar/pcre/8.42/include -DG_LOG_DOMAIN=\"GLib\" -DG_DISABLE_CAST_CHECKS -DGLIB_COMPILATION -DPCRE_STATIC -pthread -Wall -Wstrict-prototypes -Wno-bad-function-cast -Werror=declaration-after-statement -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self -Werror=format=2 -Werror=missing-include-dirs -fvisibility=hidden -g -O2 -fno-strict-aliasing -c deprecated/gthread-deprecated.c -fPIC -DPIC -o deprecated/.libs/libglib_2_0_la-gthread-deprecated.o
libtool: compile: gcc-5 -DHAVE_CONFIG_H -I. -I.. -I.. -I../glib -I../glib -I.. -I/mnt/linuxlab/home/rquackenbush1/.linuxbrew/Cellar/pcre/8.42/include -DG_LOG_DOMAIN=\"GLib\" -DG_DISABLE_CAST_CHECKS -DGLIB_COMPILATION -DPCRE_STATIC -pthread -Wall -Wstrict-prototypes -Wno-bad-function-cast -Werror=declaration-after-statement -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self -Werror=format=2 -Werror=missing-include-dirs -fvisibility=hidden -g -O2 -fno-strict-aliasing -c deprecated/gcompletion.c -o deprecated/libglib_2_0_la-gcompletion.o >/dev/null 2>&1
libtool: compile: gcc-5 -DHAVE_CONFIG_H -I. -I.. -I.. -I../glib -I../glib -I.. -I/mnt/linuxlab/home/rquackenbush1/.linuxbrew/Cellar/pcre/8.42/include -DG_LOG_DOMAIN=\"GLib\" -DG_DISABLE_CAST_CHECKS -DGLIB_COMPILATION -DPCRE_STATIC -pthread -Wall -Wstrict-prototypes -Wno-bad-function-cast -Werror=declaration-after-statement -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self -Werror=format=2 -Werror=missing-include-dirs -fvisibility=hidden -g -O2 -fno-strict-aliasing -c deprecated/grel.c -o deprecated/libglib_2_0_la-grel.o >/dev/null 2>&1
libtool: compile: gcc-5 -DHAVE_CONFIG_H -I. -I.. -I.. -I../glib -I../glib -I.. -I/mnt/linuxlab/home/rquackenbush1/.linuxbrew/Cellar/pcre/8.42/include -DG_LOG_DOMAIN=\"GLib\" -DG_DISABLE_CAST_CHECKS -DGLIB_COMPILATION -DPCRE_STATIC -pthread -Wall -Wstrict-prototypes -Wno-bad-function-cast -Werror=declaration-after-statement -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self -Werror=format=2 -Werror=missing-include-dirs -fvisibility=hidden -g -O2 -fno-strict-aliasing -c deprecated/gthread-deprecated.c -o deprecated/libglib_2_0_la-gthread-deprecated.o >/dev/null 2>&1
/bin/sh ../libtool --tag=CC --mode=link gcc-5 -Wall -Wstrict-prototypes -Wno-bad-function-cast -Werror=declaration-after-statement -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self -Werror=format=2 -Werror=missing-include-dirs -fvisibility=hidden -g -O2 -fno-strict-aliasing -Wl,-Bsymbolic-functions -Wl,-z,nodelete -version-info 5800:1:5800 -export-dynamic -o libglib-2.0.la -rpath /mnt/linuxlab/home/rquackenbush1/.linuxbrew/Cellar/glib/2.58.1/lib deprecated/libglib_2_0_la-gallocator.lo deprecated/libglib_2_0_la-gcache.lo deprecated/libglib_2_0_la-gcompletion.lo deprecated/libglib_2_0_la-grel.lo deprecated/libglib_2_0_la-gthread-deprecated.lo libglib_2_0_la-garcbox.lo libglib_2_0_la-garray.lo libglib_2_0_la-gasyncqueue.lo libglib_2_0_la-gatomic.lo libglib_2_0_la-gbacktrace.lo libglib_2_0_la-gbase64.lo libglib_2_0_la-gbitlock.lo libglib_2_0_la-gbookmarkfile.lo libglib_2_0_la-gbytes.lo libglib_2_0_la-gcharset.lo libglib_2_0_la-gchecksum.lo libglib_2_0_la-gconvert.lo libglib_2_0_la-gdataset.lo libglib_2_0_la-gdate.lo libglib_2_0_la-gdatetime.lo libglib_2_0_la-gdir.lo libglib_2_0_la-genviron.lo libglib_2_0_la-gerror.lo libglib_2_0_la-gfileutils.lo libglib_2_0_la-ggettext.lo libglib_2_0_la-ghash.lo libglib_2_0_la-ghmac.lo libglib_2_0_la-ghook.lo libglib_2_0_la-ghostutils.lo libglib_2_0_la-giochannel.lo libglib_2_0_la-gkeyfile.lo libglib_2_0_la-glib-init.lo libglib_2_0_la-glib-private.lo libglib_2_0_la-glist.lo libglib_2_0_la-gmain.lo libglib_2_0_la-gmappedfile.lo libglib_2_0_la-gmarkup.lo libglib_2_0_la-gmem.lo libglib_2_0_la-gmessages.lo libglib_2_0_la-gnode.lo libglib_2_0_la-goption.lo libglib_2_0_la-gpattern.lo libglib_2_0_la-gpoll.lo libglib_2_0_la-gprimes.lo libglib_2_0_la-gqsort.lo libglib_2_0_la-gquark.lo libglib_2_0_la-gqueue.lo libglib_2_0_la-grand.lo libglib_2_0_la-grcbox.lo libglib_2_0_la-grefcount.lo libglib_2_0_la-grefstring.lo libglib_2_0_la-gregex.lo libglib_2_0_la-gscanner.lo libglib_2_0_la-gsequence.lo libglib_2_0_la-gshell.lo libglib_2_0_la-gslice.lo libglib_2_0_la-gslist.lo libglib_2_0_la-gstdio.lo libglib_2_0_la-gstrfuncs.lo libglib_2_0_la-gstring.lo libglib_2_0_la-gstringchunk.lo libglib_2_0_la-gtestutils.lo libglib_2_0_la-gthread.lo libglib_2_0_la-gthreadpool.lo libglib_2_0_la-gtimer.lo libglib_2_0_la-gtimezone.lo libglib_2_0_la-gtranslit.lo libglib_2_0_la-gtrashstack.lo libglib_2_0_la-gtree.lo libglib_2_0_la-guniprop.lo libglib_2_0_la-gutf8.lo libglib_2_0_la-gunibreak.lo libglib_2_0_la-gunicollate.lo libglib_2_0_la-gunidecomp.lo libglib_2_0_la-gurifuncs.lo libglib_2_0_la-gutils.lo libglib_2_0_la-guuid.lo libglib_2_0_la-gvariant.lo libglib_2_0_la-gvariant-core.lo libglib_2_0_la-gvariant-parser.lo libglib_2_0_la-gvariant-serialiser.lo libglib_2_0_la-gvarianttypeinfo.lo libglib_2_0_la-gvarianttype.lo libglib_2_0_la-gversion.lo libglib_2_0_la-gwakeup.lo libglib_2_0_la-gprintf.lo libglib_2_0_la-glib-unix.lo libglib_2_0_la-gthread-posix.lo libglib_2_0_la-gspawn.lo libglib_2_0_la-giounix.lo libcharset/libcharset.la -L/mnt/linuxlab/home/rquackenbush1/.linuxbrew/Cellar/pcre/8.42/lib -lpcre -lpthread
libtool: link: gcc-5 -shared -fPIC -DPIC deprecated/.libs/libglib_2_0_la-gallocator.o deprecated/.libs/libglib_2_0_la-gcache.o deprecated/.libs/libglib_2_0_la-gcompletion.o deprecated/.libs/libglib_2_0_la-grel.o deprecated/.libs/libglib_2_0_la-gthread-deprecated.o .libs/libglib_2_0_la-garcbox.o .libs/libglib_2_0_la-garray.o .libs/libglib_2_0_la-gasyncqueue.o .libs/libglib_2_0_la-gatomic.o .libs/libglib_2_0_la-gbacktrace.o .libs/libglib_2_0_la-gbase64.o .libs/libglib_2_0_la-gbitlock.o .libs/libglib_2_0_la-gbookmarkfile.o .libs/libglib_2_0_la-gbytes.o .libs/libglib_2_0_la-gcharset.o .libs/libglib_2_0_la-gchecksum.o .libs/libglib_2_0_la-gconvert.o .libs/libglib_2_0_la-gdataset.o .libs/libglib_2_0_la-gdate.o .libs/libglib_2_0_la-gdatetime.o .libs/libglib_2_0_la-gdir.o .libs/libglib_2_0_la-genviron.o .libs/libglib_2_0_la-gerror.o .libs/libglib_2_0_la-gfileutils.o .libs/libglib_2_0_la-ggettext.o .libs/libglib_2_0_la-ghash.o .libs/libglib_2_0_la-ghmac.o .libs/libglib_2_0_la-ghook.o .libs/libglib_2_0_la-ghostutils.o .libs/libglib_2_0_la-giochannel.o .libs/libglib_2_0_la-gkeyfile.o .libs/libglib_2_0_la-glib-init.o .libs/libglib_2_0_la-glib-private.o .libs/libglib_2_0_la-glist.o .libs/libglib_2_0_la-gmain.o .libs/libglib_2_0_la-gmappedfile.o .libs/libglib_2_0_la-gmarkup.o .libs/libglib_2_0_la-gmem.o .libs/libglib_2_0_la-gmessages.o .libs/libglib_2_0_la-gnode.o .libs/libglib_2_0_la-goption.o .libs/libglib_2_0_la-gpattern.o .libs/libglib_2_0_la-gpoll.o .libs/libglib_2_0_la-gprimes.o .libs/libglib_2_0_la-gqsort.o .libs/libglib_2_0_la-gquark.o .libs/libglib_2_0_la-gqueue.o .libs/libglib_2_0_la-grand.o .libs/libglib_2_0_la-grcbox.o .libs/libglib_2_0_la-grefcount.o .libs/libglib_2_0_la-grefstring.o .libs/libglib_2_0_la-gregex.o .libs/libglib_2_0_la-gscanner.o .libs/libglib_2_0_la-gsequence.o .libs/libglib_2_0_la-gshell.o .libs/libglib_2_0_la-gslice.o .libs/libglib_2_0_la-gslist.o .libs/libglib_2_0_la-gstdio.o .libs/libglib_2_0_la-gstrfuncs.o .libs/libglib_2_0_la-gstring.o .libs/libglib_2_0_la-gstringchunk.o .libs/libglib_2_0_la-gtestutils.o .libs/libglib_2_0_la-gthread.o .libs/libglib_2_0_la-gthreadpool.o .libs/libglib_2_0_la-gtimer.o .libs/libglib_2_0_la-gtimezone.o .libs/libglib_2_0_la-gtranslit.o .libs/libglib_2_0_la-gtrashstack.o .libs/libglib_2_0_la-gtree.o .libs/libglib_2_0_la-guniprop.o .libs/libglib_2_0_la-gutf8.o .libs/libglib_2_0_la-gunibreak.o .libs/libglib_2_0_la-gunicollate.o .libs/libglib_2_0_la-gunidecomp.o .libs/libglib_2_0_la-gurifuncs.o .libs/libglib_2_0_la-gutils.o .libs/libglib_2_0_la-guuid.o .libs/libglib_2_0_la-gvariant.o .libs/libglib_2_0_la-gvariant-core.o .libs/libglib_2_0_la-gvariant-parser.o .libs/libglib_2_0_la-gvariant-serialiser.o .libs/libglib_2_0_la-gvarianttypeinfo.o .libs/libglib_2_0_la-gvarianttype.o .libs/libglib_2_0_la-gversion.o .libs/libglib_2_0_la-gwakeup.o .libs/libglib_2_0_la-gprintf.o .libs/libglib_2_0_la-glib-unix.o .libs/libglib_2_0_la-gthread-posix.o .libs/libglib_2_0_la-gspawn.o .libs/libglib_2_0_la-giounix.o -Wl,--whole-archive libcharset/.libs/libcharset.a -Wl,--no-whole-archive -L/mnt/linuxlab/home/rquackenbush1/.linuxbrew/Cellar/pcre/8.42/lib -lpcre -lpthread -g -O2 -Wl,-Bsymbolic-functions -Wl,-z -Wl,nodelete -Wl,-soname -Wl,libglib-2.0.so.0 -o .libs/libglib-2.0.so.0.5800.1
libtool: link: (cd ".libs" && rm -f "libglib-2.0.so.0" && ln -s "libglib-2.0.so.0.5800.1" "libglib-2.0.so.0")
libtool: link: (cd ".libs" && rm -f "libglib-2.0.so" && ln -s "libglib-2.0.so.0.5800.1" "libglib-2.0.so")
libtool: link: (cd .libs/libglib-2.0.lax/libcharset.a && ar x "/tmp/glib-20181010-2158-18u7cla/glib-2.58.1/glib/libcharset/.libs/libcharset.a")
libtool: link: ar cru .libs/libglib-2.0.a deprecated/libglib_2_0_la-gallocator.o deprecated/libglib_2_0_la-gcache.o deprecated/libglib_2_0_la-gcompletion.o deprecated/libglib_2_0_la-grel.o deprecated/libglib_2_0_la-gthread-deprecated.o libglib_2_0_la-garcbox.o libglib_2_0_la-garray.o libglib_2_0_la-gasyncqueue.o libglib_2_0_la-gatomic.o libglib_2_0_la-gbacktrace.o libglib_2_0_la-gbase64.o libglib_2_0_la-gbitlock.o libglib_2_0_la-gbookmarkfile.o libglib_2_0_la-gbytes.o libglib_2_0_la-gcharset.o libglib_2_0_la-gchecksum.o libglib_2_0_la-gconvert.o libglib_2_0_la-gdataset.o libglib_2_0_la-gdate.o libglib_2_0_la-gdatetime.o libglib_2_0_la-gdir.o libglib_2_0_la-genviron.o libglib_2_0_la-gerror.o libglib_2_0_la-gfileutils.o libglib_2_0_la-ggettext.o libglib_2_0_la-ghash.o libglib_2_0_la-ghmac.o libglib_2_0_la-ghook.o libglib_2_0_la-ghostutils.o libglib_2_0_la-giochannel.o libglib_2_0_la-gkeyfile.o libglib_2_0_la-glib-init.o libglib_2_0_la-glib-private.o libglib_2_0_la-glist.o libglib_2_0_la-gmain.o libglib_2_0_la-gmappedfile.o libglib_2_0_la-gmarkup.o libglib_2_0_la-gmem.o libglib_2_0_la-gmessages.o libglib_2_0_la-gnode.o libglib_2_0_la-goption.o libglib_2_0_la-gpattern.o libglib_2_0_la-gpoll.o libglib_2_0_la-gprimes.o libglib_2_0_la-gqsort.o libglib_2_0_la-gquark.o libglib_2_0_la-gqueue.o libglib_2_0_la-grand.o libglib_2_0_la-grcbox.o libglib_2_0_la-grefcount.o libglib_2_0_la-grefstring.o libglib_2_0_la-gregex.o libglib_2_0_la-gscanner.o libglib_2_0_la-gsequence.o libglib_2_0_la-gshell.o libglib_2_0_la-gslice.o libglib_2_0_la-gslist.o libglib_2_0_la-gstdio.o libglib_2_0_la-gstrfuncs.o libglib_2_0_la-gstring.o libglib_2_0_la-gstringchunk.o libglib_2_0_la-gtestutils.o libglib_2_0_la-gthread.o libglib_2_0_la-gthreadpool.o libglib_2_0_la-gtimer.o libglib_2_0_la-gtimezone.o libglib_2_0_la-gtranslit.o libglib_2_0_la-gtrashstack.o libglib_2_0_la-gtree.o libglib_2_0_la-guniprop.o libglib_2_0_la-gutf8.o libglib_2_0_la-gunibreak.o libglib_2_0_la-gunicollate.o libglib_2_0_la-gunidecomp.o libglib_2_0_la-gurifuncs.o libglib_2_0_la-gutils.o libglib_2_0_la-guuid.o libglib_2_0_la-gvariant.o libglib_2_0_la-gvariant-core.o libglib_2_0_la-gvariant-parser.o libglib_2_0_la-gvariant-serialiser.o libglib_2_0_la-gvarianttypeinfo.o libglib_2_0_la-gvarianttype.o libglib_2_0_la-gversion.o libglib_2_0_la-gwakeup.o libglib_2_0_la-gprintf.o libglib_2_0_la-glib-unix.o libglib_2_0_la-gthread-posix.o libglib_2_0_la-gspawn.o libglib_2_0_la-giounix.o .libs/libglib-2.0.lax/libcharset.a/libcharset_la-localcharset.o
ar: `u' modifier ignored since `D' is the default (see `U')
libtool: link: ranlib .libs/libglib-2.0.a
libtool: link: rm -fr .libs/libglib-2.0.lax
libtool: link: ( cd ".libs" && rm -f "libglib-2.0.la" && ln -s "../libglib-2.0.la" "libglib-2.0.la" )
/bin/sh ../libtool --tag=CC --mode=link gcc-5 -Wall -Wstrict-prototypes -Wno-bad-function-cast -Werror=declaration-after-statement -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self -Werror=format=2 -Werror=missing-include-dirs -g -O2 -fno-strict-aliasing -o gtester gtester.o libglib-2.0.la
libtool: link: gcc-5 -Wall -Wstrict-prototypes -Wno-bad-function-cast -Werror=declaration-after-statement -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self -Werror=format=2 -Werror=missing-include-dirs -g -O2 -fno-strict-aliasing -o .libs/gtester gtester.o ./.libs/libglib-2.0.so -L/mnt/linuxlab/home/rquackenbush1/.linuxbrew/Cellar/pcre/8.42/lib -lpcre -lpthread -Wl,-rpath -Wl,/mnt/linuxlab/home/rquackenbush1/.linuxbrew/Cellar/glib/2.58.1/lib
make[4]: Leaving directory `/tmp/glib-20181010-2158-18u7cla/glib-2.58.1/glib'
Making all in tests
make[4]: Entering directory `/tmp/glib-20181010-2158-18u7cla/glib-2.58.1/glib/tests'
/usr/bin/make all-am
make[5]: Entering directory `/tmp/glib-20181010-2158-18u7cla/glib-2.58.1/glib/tests'
make[5]: Nothing to be done for `all-am'.
make[5]: Leaving directory `/tmp/glib-20181010-2158-18u7cla/glib-2.58.1/glib/tests'
make[4]: Leaving directory `/tmp/glib-20181010-2158-18u7cla/glib-2.58.1/glib/tests'
make[3]: Leaving directory `/tmp/glib-20181010-2158-18u7cla/glib-2.58.1/glib'
make[2]: Leaving directory `/tmp/glib-20181010-2158-18u7cla/glib-2.58.1/glib'
Making all in gmodule
make[2]: Entering directory `/tmp/glib-20181010-2158-18u7cla/glib-2.58.1/gmodule'
/usr/bin/make all-am
make[3]: Entering directory `/tmp/glib-20181010-2158-18u7cla/glib-2.58.1/gmodule'
/bin/sh ../libtool --tag=CC --mode=compile gcc-5 -DHAVE_CONFIG_H -I. -I.. -I.. -I../glib -I../glib -I.. -DG_LOG_DOMAIN=\"GModule\" -DG_DISABLE_CAST_CHECKS -DG_DISABLE_DEPRECATED -pthread -Wall -Wstrict-prototypes -Wno-bad-function-cast -Werror=declaration-after-statement -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self -Werror=format=2 -Werror=missing-include-dirs -fvisibility=hidden -g -O2 -fno-strict-aliasing -c -o libgmodule_2_0_la-gmodule.lo `test -f 'gmodule.c' || echo './'`gmodule.c
libtool: compile: gcc-5 -DHAVE_CONFIG_H -I. -I.. -I.. -I../glib -I../glib -I.. -DG_LOG_DOMAIN=\"GModule\" -DG_DISABLE_CAST_CHECKS -DG_DISABLE_DEPRECATED -pthread -Wall -Wstrict-prototypes -Wno-bad-function-cast -Werror=declaration-after-statement -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self -Werror=format=2 -Werror=missing-include-dirs -fvisibility=hidden -g -O2 -fno-strict-aliasing -c gmodule.c -fPIC -DPIC -o .libs/libgmodule_2_0_la-gmodule.o
libtool: compile: gcc-5 -DHAVE_CONFIG_H -I. -I.. -I.. -I../glib -I../glib -I.. -DG_LOG_DOMAIN=\"GModule\" -DG_DISABLE_CAST_CHECKS -DG_DISABLE_DEPRECATED -pthread -Wall -Wstrict-prototypes -Wno-bad-function-cast -Werror=declaration-after-statement -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self -Werror=format=2 -Werror=missing-include-dirs -fvisibility=hidden -g -O2 -fno-strict-aliasing -c gmodule.c -o libgmodule_2_0_la-gmodule.o >/dev/null 2>&1
/bin/sh ../libtool --tag=CC --mode=link gcc-5 -Wall -Wstrict-prototypes -Wno-bad-function-cast -Werror=declaration-after-statement -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self -Werror=format=2 -Werror=missing-include-dirs -fvisibility=hidden -g -O2 -fno-strict-aliasing -Wl,-Bsymbolic-functions -Wl,-z,nodelete -Wl,--export-dynamic -version-info 5800:1:5800 -export-dynamic -o libgmodule-2.0.la -rpath /mnt/linuxlab/home/rquackenbush1/.linuxbrew/Cellar/glib/2.58.1/lib libgmodule_2_0_la-gmodule.lo -ldl ../glib/libglib-2.0.la
libtool: link: gcc-5 -shared -fPIC -DPIC .libs/libgmodule_2_0_la-gmodule.o -Wl,-rpath -Wl,/tmp/glib-20181010-2158-18u7cla/glib-2.58.1/glib/.libs -Wl,-rpath -Wl,/mnt/linuxlab/home/rquackenbush1/.linuxbrew/Cellar/glib/2.58.1/lib -ldl ../glib/.libs/libglib-2.0.so -L/mnt/linuxlab/home/rquackenbush1/.linuxbrew/Cellar/pcre/8.42/lib -lpcre -lpthread -g -O2 -Wl,-Bsymbolic-functions -Wl,-z -Wl,nodelete -Wl,--export-dynamic -Wl,-soname -Wl,libgmodule-2.0.so.0 -o .libs/libgmodule-2.0.so.0.5800.1
libtool: link: (cd ".libs" && rm -f "libgmodule-2.0.so.0" && ln -s "libgmodule-2.0.so.0.5800.1" "libgmodule-2.0.so.0")
libtool: link: (cd ".libs" && rm -f "libgmodule-2.0.so" && ln -s "libgmodule-2.0.so.0.5800.1" "libgmodule-2.0.so")
libtool: link: ar cru .libs/libgmodule-2.0.a libgmodule_2_0_la-gmodule.o
ar: `u' modifier ignored since `D' is the default (see `U')
libtool: link: ranlib .libs/libgmodule-2.0.a
libtool: link: ( cd ".libs" && rm -f "libgmodule-2.0.la" && ln -s "../libgmodule-2.0.la" "libgmodule-2.0.la" )
make[3]: Leaving directory `/tmp/glib-20181010-2158-18u7cla/glib-2.58.1/gmodule'
make[2]: Leaving directory `/tmp/glib-20181010-2158-18u7cla/glib-2.58.1/gmodule'
Making all in gthread
make[2]: Entering directory `/tmp/glib-20181010-2158-18u7cla/glib-2.58.1/gthread'
/usr/bin/make all-am
make[3]: Entering directory `/tmp/glib-20181010-2158-18u7cla/glib-2.58.1/gthread'
/bin/sh ../libtool --tag=CC --mode=compile gcc-5 -DHAVE_CONFIG_H -I. -I.. -I.. -I../glib -I../glib -I.. -DG_LOG_DOMAIN=\"GThread\" -DG_DISABLE_CAST_CHECKS -pthread -Wall -Wstrict-prototypes -Wno-bad-function-cast -Werror=declaration-after-statement -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self -Werror=format=2 -Werror=missing-include-dirs -fvisibility=hidden -g -O2 -fno-strict-aliasing -c -o libgthread_2_0_la-gthread-impl.lo `test -f 'gthread-impl.c' || echo './'`gthread-impl.c
libtool: compile: gcc-5 -DHAVE_CONFIG_H -I. -I.. -I.. -I../glib -I../glib -I.. -DG_LOG_DOMAIN=\"GThread\" -DG_DISABLE_CAST_CHECKS -pthread -Wall -Wstrict-prototypes -Wno-bad-function-cast -Werror=declaration-after-statement -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self -Werror=format=2 -Werror=missing-include-dirs -fvisibility=hidden -g -O2 -fno-strict-aliasing -c gthread-impl.c -fPIC -DPIC -o .libs/libgthread_2_0_la-gthread-impl.o
libtool: compile: gcc-5 -DHAVE_CONFIG_H -I. -I.. -I.. -I../glib -I../glib -I.. -DG_LOG_DOMAIN=\"GThread\" -DG_DISABLE_CAST_CHECKS -pthread -Wall -Wstrict-prototypes -Wno-bad-function-cast -Werror=declaration-after-statement -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self -Werror=format=2 -Werror=missing-include-dirs -fvisibility=hidden -g -O2 -fno-strict-aliasing -c gthread-impl.c -o libgthread_2_0_la-gthread-impl.o >/dev/null 2>&1
/bin/sh ../libtool --tag=CC --mode=link gcc-5 -Wall -Wstrict-prototypes -Wno-bad-function-cast -Werror=declaration-after-statement -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self -Werror=format=2 -Werror=missing-include-dirs -fvisibility=hidden -g -O2 -fno-strict-aliasing -Wl,-Bsymbolic-functions -Wl,-z,nodelete -version-info 5800:1:5800 -export-dynamic -o libgthread-2.0.la -rpath /mnt/linuxlab/home/rquackenbush1/.linuxbrew/Cellar/glib/2.58.1/lib libgthread_2_0_la-gthread-impl.lo -lpthread ../glib/libglib-2.0.la
libtool: link: gcc-5 -shared -fPIC -DPIC .libs/libgthread_2_0_la-gthread-impl.o -Wl,-rpath -Wl,/tmp/glib-20181010-2158-18u7cla/glib-2.58.1/glib/.libs -Wl,-rpath -Wl,/mnt/linuxlab/home/rquackenbush1/.linuxbrew/Cellar/glib/2.58.1/lib ../glib/.libs/libglib-2.0.so -L/mnt/linuxlab/home/rquackenbush1/.linuxbrew/Cellar/pcre/8.42/lib -lpcre -lpthread -g -O2 -Wl,-Bsymbolic-functions -Wl,-z -Wl,nodelete -Wl,-soname -Wl,libgthread-2.0.so.0 -o .libs/libgthread-2.0.so.0.5800.1
libtool: link: (cd ".libs" && rm -f "libgthread-2.0.so.0" && ln -s "libgthread-2.0.so.0.5800.1" "libgthread-2.0.so.0")
libtool: link: (cd ".libs" && rm -f "libgthread-2.0.so" && ln -s "libgthread-2.0.so.0.5800.1" "libgthread-2.0.so")
libtool: link: ar cru .libs/libgthread-2.0.a libgthread_2_0_la-gthread-impl.o
ar: `u' modifier ignored since `D' is the default (see `U')
libtool: link: ranlib .libs/libgthread-2.0.a
libtool: link: ( cd ".libs" && rm -f "libgthread-2.0.la" && ln -s "../libgthread-2.0.la" "libgthread-2.0.la" )
make[3]: Leaving directory `/tmp/glib-20181010-2158-18u7cla/glib-2.58.1/gthread'
make[2]: Leaving directory `/tmp/glib-20181010-2158-18u7cla/glib-2.58.1/gthread'
Making all in gobject
make[2]: Entering directory `/tmp/glib-20181010-2158-18u7cla/glib-2.58.1/gobject'
/usr/bin/make all-recursive
make[3]: Entering directory `/tmp/glib-20181010-2158-18u7cla/glib-2.58.1/gobject'
Making all in .
make[4]: Entering directory `/tmp/glib-20181010-2158-18u7cla/glib-2.58.1/gobject'
gcc-5 -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN=\"GLib-GObject\" -I.. -I../glib -I../glib -I.. -DG_DISABLE_CAST_CHECKS -DGOBJECT_COMPILATION -pthread -Wall -Wstrict-prototypes -Wno-bad-function-cast -Werror=declaration-after-statement -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self -Werror=format=2 -Werror=missing-include-dirs -g -O2 -fno-strict-aliasing -c -o gobject-query.o gobject-query.c
/bin/sh ../libtool --tag=CC --mode=compile gcc-5 -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN=\"GLib-GObject\" -I.. -I../glib -I../glib -I.. -DG_DISABLE_CAST_CHECKS -DGOBJECT_COMPILATION -pthread -Wall -Wstrict-prototypes -Wno-bad-function-cast -Werror=declaration-after-statement -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self -Werror=format=2 -Werror=missing-include-dirs -I/mnt/linuxlab/home/rquackenbush1/.linuxbrew/Cellar/libffi/3.2.1/lib/libffi-3.2.1/include -fvisibility=hidden -g -O2 -fno-strict-aliasing -c -o libgobject_2_0_la-gatomicarray.lo `test -f 'gatomicarray.c' || echo './'`gatomicarray.c
/bin/sh ../libtool --tag=CC --mode=compile gcc-5 -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN=\"GLib-GObject\" -I.. -I../glib -I../glib -I.. -DG_DISABLE_CAST_CHECKS -DGOBJECT_COMPILATION -pthread -Wall -Wstrict-prototypes -Wno-bad-function-cast -Werror=declaration-after-statement -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self -Werror=format=2 -Werror=missing-include-dirs -I/mnt/linuxlab/home/rquackenbush1/.linuxbrew/Cellar/libffi/3.2.1/lib/libffi-3.2.1/include -fvisibility=hidden -g -O2 -fno-strict-aliasing -c -o libgobject_2_0_la-gbinding.lo `test -f 'gbinding.c' || echo './'`gbinding.c
/bin/sh ../libtool --tag=CC --mode=compile gcc-5 -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN=\"GLib-GObject\" -I.. -I../glib -I../glib -I.. -DG_DISABLE_CAST_CHECKS -DGOBJECT_COMPILATION -pthread -Wall -Wstrict-prototypes -Wno-bad-function-cast -Werror=declaration-after-statement -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self -Werror=format=2 -Werror=missing-include-dirs -I/mnt/linuxlab/home/rquackenbush1/.linuxbrew/Cellar/libffi/3.2.1/lib/libffi-3.2.1/include -fvisibility=hidden -g -O2 -fno-strict-aliasing -c -o libgobject_2_0_la-gboxed.lo `test -f 'gboxed.c' || echo './'`gboxed.c
libtool: compile: gcc-5 -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN=\"GLib-GObject\" -I.. -I../glib -I../glib -I.. -DG_DISABLE_CAST_CHECKS -DGOBJECT_COMPILATION -pthread -Wall -Wstrict-prototypes -Wno-bad-function-cast -Werror=declaration-after-statement -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self -Werror=format=2 -Werror=missing-include-dirs -I/mnt/linuxlab/home/rquackenbush1/.linuxbrew/Cellar/libffi/3.2.1/lib/libffi-3.2.1/include -fvisibility=hidden -g -O2 -fno-strict-aliasing -c gboxed.c -fPIC -DPIC -o .libs/libgobject_2_0_la-gboxed.o
libtool: compile: gcc-5 -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN=\"GLib-GObject\" -I.. -I../glib -I../glib -I.. -DG_DISABLE_CAST_CHECKS -DGOBJECT_COMPILATION -pthread -Wall -Wstrict-prototypes -Wno-bad-function-cast -Werror=declaration-after-statement -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self -Werror=format=2 -Werror=missing-include-dirs -I/mnt/linuxlab/home/rquackenbush1/.linuxbrew/Cellar/libffi/3.2.1/lib/libffi-3.2.1/include -fvisibility=hidden -g -O2 -fno-strict-aliasing -c gatomicarray.c -fPIC -DPIC -o .libs/libgobject_2_0_la-gatomicarray.o
libtool: compile: gcc-5 -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN=\"GLib-GObject\" -I.. -I../glib -I../glib -I.. -DG_DISABLE_CAST_CHECKS -DGOBJECT_COMPILATION -pthread -Wall -Wstrict-prototypes -Wno-bad-function-cast -Werror=declaration-after-statement -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self -Werror=format=2 -Werror=missing-include-dirs -I/mnt/linuxlab/home/rquackenbush1/.linuxbrew/Cellar/libffi/3.2.1/lib/libffi-3.2.1/include -fvisibility=hidden -g -O2 -fno-strict-aliasing -c gbinding.c -fPIC -DPIC -o .libs/libgobject_2_0_la-gbinding.o
/bin/sh ../libtool --tag=CC --mode=compile gcc-5 -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN=\"GLib-GObject\" -I.. -I../glib -I../glib -I.. -DG_DISABLE_CAST_CHECKS -DGOBJECT_COMPILATION -pthread -Wall -Wstrict-prototypes -Wno-bad-function-cast -Werror=declaration-after-statement -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self -Werror=format=2 -Werror=missing-include-dirs -I/mnt/linuxlab/home/rquackenbush1/.linuxbrew/Cellar/libffi/3.2.1/lib/libffi-3.2.1/include -fvisibility=hidden -g -O2 -fno-strict-aliasing -c -o libgobject_2_0_la-gclosure.lo `test -f 'gclosure.c' || echo './'`gclosure.c
libtool: compile: gcc-5 -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN=\"GLib-GObject\" -I.. -I../glib -I../glib -I.. -DG_DISABLE_CAST_CHECKS -DGOBJECT_COMPILATION -pthread -Wall -Wstrict-prototypes -Wno-bad-function-cast -Werror=declaration-after-statement -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self -Werror=format=2 -Werror=missing-include-dirs -I/mnt/linuxlab/home/rquackenbush1/.linuxbrew/Cellar/libffi/3.2.1/lib/libffi-3.2.1/include -fvisibility=hidden -g -O2 -fno-strict-aliasing -c gatomicarray.c -o libgobject_2_0_la-gatomicarray.o >/dev/null 2>&1
libtool: compile: gcc-5 -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN=\"GLib-GObject\" -I.. -I../glib -I../glib -I.. -DG_DISABLE_CAST_CHECKS -DGOBJECT_COMPILATION -pthread -Wall -Wstrict-prototypes -Wno-bad-function-cast -Werror=declaration-after-statement -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self -Werror=format=2 -Werror=missing-include-dirs -I/mnt/linuxlab/home/rquackenbush1/.linuxbrew/Cellar/libffi/3.2.1/lib/libffi-3.2.1/include -fvisibility=hidden -g -O2 -fno-strict-aliasing -c gclosure.c -fPIC -DPIC -o .libs/libgobject_2_0_la-gclosure.o
libtool: compile: gcc-5 -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN=\"GLib-GObject\" -I.. -I../glib -I../glib -I.. -DG_DISABLE_CAST_CHECKS -DGOBJECT_COMPILATION -pthread -Wall -Wstrict-prototypes -Wno-bad-function-cast -Werror=declaration-after-statement -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self -Werror=format=2 -Werror=missing-include-dirs -I/mnt/linuxlab/home/rquackenbush1/.linuxbrew/Cellar/libffi/3.2.1/lib/libffi-3.2.1/include -fvisibility=hidden -g -O2 -fno-strict-aliasing -c gbinding.c -o libgobject_2_0_la-gbinding.o >/dev/null 2>&1
libtool: compile: gcc-5 -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN=\"GLib-GObject\" -I.. -I../glib -I../glib -I.. -DG_DISABLE_CAST_CHECKS -DGOBJECT_COMPILATION -pthread -Wall -Wstrict-prototypes -Wno-bad-function-cast -Werror=declaration-after-statement -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self -Werror=format=2 -Werror=missing-include-dirs -I/mnt/linuxlab/home/rquackenbush1/.linuxbrew/Cellar/libffi/3.2.1/lib/libffi-3.2.1/include -fvisibility=hidden -g -O2 -fno-strict-aliasing -c gboxed.c -o libgobject_2_0_la-gboxed.o >/dev/null 2>&1
/bin/sh ../libtool --tag=CC --mode=compile gcc-5 -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN=\"GLib-GObject\" -I.. -I../glib -I../glib -I.. -DG_DISABLE_CAST_CHECKS -DGOBJECT_COMPILATION -pthread -Wall -Wstrict-prototypes -Wno-bad-function-cast -Werror=declaration-after-statement -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self -Werror=format=2 -Werror=missing-include-dirs -I/mnt/linuxlab/home/rquackenbush1/.linuxbrew/Cellar/libffi/3.2.1/lib/libffi-3.2.1/include -fvisibility=hidden -g -O2 -fno-strict-aliasing -c -o libgobject_2_0_la-genums.lo `test -f 'genums.c' || echo './'`genums.c
libtool: compile: gcc-5 -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN=\"GLib-GObject\" -I.. -I../glib -I../glib -I.. -DG_DISABLE_CAST_CHECKS -DGOBJECT_COMPILATION -pthread -Wall -Wstrict-prototypes -Wno-bad-function-cast -Werror=declaration-after-statement -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self -Werror=format=2 -Werror=missing-include-dirs -I/mnt/linuxlab/home/rquackenbush1/.linuxbrew/Cellar/libffi/3.2.1/lib/libffi-3.2.1/include -fvisibility=hidden -g -O2 -fno-strict-aliasing -c genums.c -fPIC -DPIC -o .libs/libgobject_2_0_la-genums.o
/bin/sh ../libtool --tag=CC --mode=compile gcc-5 -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN=\"GLib-GObject\" -I.. -I../glib -I../glib -I.. -DG_DISABLE_CAST_CHECKS -DGOBJECT_COMPILATION -pthread -Wall -Wstrict-prototypes -Wno-bad-function-cast -Werror=declaration-after-statement -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self -Werror=format=2 -Werror=missing-include-dirs -I/mnt/linuxlab/home/rquackenbush1/.linuxbrew/Cellar/libffi/3.2.1/lib/libffi-3.2.1/include -fvisibility=hidden -g -O2 -fno-strict-aliasing -c -o libgobject_2_0_la-gmarshal.lo `test -f 'gmarshal.c' || echo './'`gmarshal.c
libtool: compile: gcc-5 -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN=\"GLib-GObject\" -I.. -I../glib -I../glib -I.. -DG_DISABLE_CAST_CHECKS -DGOBJECT_COMPILATION -pthread -Wall -Wstrict-prototypes -Wno-bad-function-cast -Werror=declaration-after-statement -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self -Werror=format=2 -Werror=missing-include-dirs -I/mnt/linuxlab/home/rquackenbush1/.linuxbrew/Cellar/libffi/3.2.1/lib/libffi-3.2.1/include -fvisibility=hidden -g -O2 -fno-strict-aliasing -c gclosure.c -o libgobject_2_0_la-gclosure.o >/dev/null 2>&1
libtool: compile: gcc-5 -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN=\"GLib-GObject\" -I.. -I../glib -I../glib -I.. -DG_DISABLE_CAST_CHECKS -DGOBJECT_COMPILATION -pthread -Wall -Wstrict-prototypes -Wno-bad-function-cast -Werror=declaration-after-statement -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self -Werror=format=2 -Werror=missing-include-dirs -I/mnt/linuxlab/home/rquackenbush1/.linuxbrew/Cellar/libffi/3.2.1/lib/libffi-3.2.1/include -fvisibility=hidden -g -O2 -fno-strict-aliasing -c gmarshal.c -fPIC -DPIC -o .libs/libgobject_2_0_la-gmarshal.o
/bin/sh ../libtool --tag=CC --mode=compile gcc-5 -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN=\"GLib-GObject\" -I.. -I../glib -I../glib -I.. -DG_DISABLE_CAST_CHECKS -DGOBJECT_COMPILATION -pthread -Wall -Wstrict-prototypes -Wno-bad-function-cast -Werror=declaration-after-statement -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self -Werror=format=2 -Werror=missing-include-dirs -I/mnt/linuxlab/home/rquackenbush1/.linuxbrew/Cellar/libffi/3.2.1/lib/libffi-3.2.1/include -fvisibility=hidden -g -O2 -fno-strict-aliasing -c -o libgobject_2_0_la-gobject.lo `test -f 'gobject.c' || echo './'`gobject.c
libtool: compile: gcc-5 -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN=\"GLib-GObject\" -I.. -I../glib -I../glib -I.. -DG_DISABLE_CAST_CHECKS -DGOBJECT_COMPILATION -pthread -Wall -Wstrict-prototypes -Wno-bad-function-cast -Werror=declaration-after-statement -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self -Werror=format=2 -Werror=missing-include-dirs -I/mnt/linuxlab/home/rquackenbush1/.linuxbrew/Cellar/libffi/3.2.1/lib/libffi-3.2.1/include -fvisibility=hidden -g -O2 -fno-strict-aliasing -c genums.c -o libgobject_2_0_la-genums.o >/dev/null 2>&1
libtool: compile: gcc-5 -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN=\"GLib-GObject\" -I.. -I../glib -I../glib -I.. -DG_DISABLE_CAST_CHECKS -DGOBJECT_COMPILATION -pthread -Wall -Wstrict-prototypes -Wno-bad-function-cast -Werror=declaration-after-statement -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self -Werror=format=2 -Werror=missing-include-dirs -I/mnt/linuxlab/home/rquackenbush1/.linuxbrew/Cellar/libffi/3.2.1/lib/libffi-3.2.1/include -fvisibility=hidden -g -O2 -fno-strict-aliasing -c gobject.c -fPIC -DPIC -o .libs/libgobject_2_0_la-gobject.o
/bin/sh ../libtool --tag=CC --mode=compile gcc-5 -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN=\"GLib-GObject\" -I.. -I../glib -I../glib -I.. -DG_DISABLE_CAST_CHECKS -DGOBJECT_COMPILATION -pthread -Wall -Wstrict-prototypes -Wno-bad-function-cast -Werror=declaration-after-statement -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self -Werror=format=2 -Werror=missing-include-dirs -I/mnt/linuxlab/home/rquackenbush1/.linuxbrew/Cellar/libffi/3.2.1/lib/libffi-3.2.1/include -fvisibility=hidden -g -O2 -fno-strict-aliasing -c -o libgobject_2_0_la-gparam.lo `test -f 'gparam.c' || echo './'`gparam.c
libtool: compile: gcc-5 -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN=\"GLib-GObject\" -I.. -I../glib -I../glib -I.. -DG_DISABLE_CAST_CHECKS -DGOBJECT_COMPILATION -pthread -Wall -Wstrict-prototypes -Wno-bad-function-cast -Werror=declaration-after-statement -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self -Werror=format=2 -Werror=missing-include-dirs -I/mnt/linuxlab/home/rquackenbush1/.linuxbrew/Cellar/libffi/3.2.1/lib/libffi-3.2.1/include -fvisibility=hidden -g -O2 -fno-strict-aliasing -c gmarshal.c -o libgobject_2_0_la-gmarshal.o >/dev/null 2>&1
/bin/sh ../libtool --tag=CC --mode=compile gcc-5 -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN=\"GLib-GObject\" -I.. -I../glib -I../glib -I.. -DG_DISABLE_CAST_CHECKS -DGOBJECT_COMPILATION -pthread -Wall -Wstrict-prototypes -Wno-bad-function-cast -Werror=declaration-after-statement -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self -Werror=format=2 -Werror=missing-include-dirs -I/mnt/linuxlab/home/rquackenbush1/.linuxbrew/Cellar/libffi/3.2.1/lib/libffi-3.2.1/include -fvisibility=hidden -g -O2 -fno-strict-aliasing -c -o libgobject_2_0_la-gparamspecs.lo `test -f 'gparamspecs.c' || echo './'`gparamspecs.c
libtool: compile: gcc-5 -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN=\"GLib-GObject\" -I.. -I../glib -I../glib -I.. -DG_DISABLE_CAST_CHECKS -DGOBJECT_COMPILATION -pthread -Wall -Wstrict-prototypes -Wno-bad-function-cast -Werror=declaration-after-statement -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self -Werror=format=2 -Werror=missing-include-dirs -I/mnt/linuxlab/home/rquackenbush1/.linuxbrew/Cellar/libffi/3.2.1/lib/libffi-3.2.1/include -fvisibility=hidden -g -O2 -fno-strict-aliasing -c gparam.c -fPIC -DPIC -o .libs/libgobject_2_0_la-gparam.o
libtool: compile: gcc-5 -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN=\"GLib-GObject\" -I.. -I../glib -I../glib -I.. -DG_DISABLE_CAST_CHECKS -DGOBJECT_COMPILATION -pthread -Wall -Wstrict-prototypes -Wno-bad-function-cast -Werror=declaration-after-statement -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self -Werror=format=2 -Werror=missing-include-dirs -I/mnt/linuxlab/home/rquackenbush1/.linuxbrew/Cellar/libffi/3.2.1/lib/libffi-3.2.1/include -fvisibility=hidden -g -O2 -fno-strict-aliasing -c gparamspecs.c -fPIC -DPIC -o .libs/libgobject_2_0_la-gparamspecs.o
/bin/sh ../libtool --tag=CC --mode=compile gcc-5 -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN=\"GLib-GObject\" -I.. -I../glib -I../glib -I.. -DG_DISABLE_CAST_CHECKS -DGOBJECT_COMPILATION -pthread -Wall -Wstrict-prototypes -Wno-bad-function-cast -Werror=declaration-after-statement -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self -Werror=format=2 -Werror=missing-include-dirs -I/mnt/linuxlab/home/rquackenbush1/.linuxbrew/Cellar/libffi/3.2.1/lib/libffi-3.2.1/include -fvisibility=hidden -g -O2 -fno-strict-aliasing -c -o libgobject_2_0_la-gsignal.lo `test -f 'gsignal.c' || echo './'`gsignal.c
libtool: compile: gcc-5 -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN=\"GLib-GObject\" -I.. -I../glib -I../glib -I.. -DG_DISABLE_CAST_CHECKS -DGOBJECT_COMPILATION -pthread -Wall -Wstrict-prototypes -Wno-bad-function-cast -Werror=declaration-after-statement -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self -Werror=format=2 -Werror=missing-include-dirs -I/mnt/linuxlab/home/rquackenbush1/.linuxbrew/Cellar/libffi/3.2.1/lib/libffi-3.2.1/include -fvisibility=hidden -g -O2 -fno-strict-aliasing -c gsignal.c -fPIC -DPIC -o .libs/libgobject_2_0_la-gsignal.o
libtool: compile: gcc-5 -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN=\"GLib-GObject\" -I.. -I../glib -I../glib -I.. -DG_DISABLE_CAST_CHECKS -DGOBJECT_COMPILATION -pthread -Wall -Wstrict-prototypes -Wno-bad-function-cast -Werror=declaration-after-statement -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self -Werror=format=2 -Werror=missing-include-dirs -I/mnt/linuxlab/home/rquackenbush1/.linuxbrew/Cellar/libffi/3.2.1/lib/libffi-3.2.1/include -fvisibility=hidden -g -O2 -fno-strict-aliasing -c gparam.c -o libgobject_2_0_la-gparam.o >/dev/null 2>&1
libtool: compile: gcc-5 -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN=\"GLib-GObject\" -I.. -I../glib -I../glib -I.. -DG_DISABLE_CAST_CHECKS -DGOBJECT_COMPILATION -pthread -Wall -Wstrict-prototypes -Wno-bad-function-cast -Werror=declaration-after-statement -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self -Werror=format=2 -Werror=missing-include-dirs -I/mnt/linuxlab/home/rquackenbush1/.linuxbrew/Cellar/libffi/3.2.1/lib/libffi-3.2.1/include -fvisibility=hidden -g -O2 -fno-strict-aliasing -c gobject.c -o libgobject_2_0_la-gobject.o >/dev/null 2>&1
libtool: compile: gcc-5 -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN=\"GLib-GObject\" -I.. -I../glib -I../glib -I.. -DG_DISABLE_CAST_CHECKS -DGOBJECT_COMPILATION -pthread -Wall -Wstrict-prototypes -Wno-bad-function-cast -Werror=declaration-after-statement -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self -Werror=format=2 -Werror=missing-include-dirs -I/mnt/linuxlab/home/rquackenbush1/.linuxbrew/Cellar/libffi/3.2.1/lib/libffi-3.2.1/include -fvisibility=hidden -g -O2 -fno-strict-aliasing -c gparamspecs.c -o libgobject_2_0_la-gparamspecs.o >/dev/null 2>&1
/bin/sh ../libtool --tag=CC --mode=compile gcc-5 -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN=\"GLib-GObject\" -I.. -I../glib -I../glib -I.. -DG_DISABLE_CAST_CHECKS -DGOBJECT_COMPILATION -pthread -Wall -Wstrict-prototypes -Wno-bad-function-cast -Werror=declaration-after-statement -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self -Werror=format=2 -Werror=missing-include-dirs -I/mnt/linuxlab/home/rquackenbush1/.linuxbrew/Cellar/libffi/3.2.1/lib/libffi-3.2.1/include -fvisibility=hidden -g -O2 -fno-strict-aliasing -c -o libgobject_2_0_la-gsourceclosure.lo `test -f 'gsourceclosure.c' || echo './'`gsourceclosure.c
libtool: compile: gcc-5 -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN=\"GLib-GObject\" -I.. -I../glib -I../glib -I.. -DG_DISABLE_CAST_CHECKS -DGOBJECT_COMPILATION -pthread -Wall -Wstrict-prototypes -Wno-bad-function-cast -Werror=declaration-after-statement -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self -Werror=format=2 -Werror=missing-include-dirs -I/mnt/linuxlab/home/rquackenbush1/.linuxbrew/Cellar/libffi/3.2.1/lib/libffi-3.2.1/include -fvisibility=hidden -g -O2 -fno-strict-aliasing -c gsourceclosure.c -fPIC -DPIC -o .libs/libgobject_2_0_la-gsourceclosure.o
/bin/sh ../libtool --tag=CC --mode=compile gcc-5 -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN=\"GLib-GObject\" -I.. -I../glib -I../glib -I.. -DG_DISABLE_CAST_CHECKS -DGOBJECT_COMPILATION -pthread -Wall -Wstrict-prototypes -Wno-bad-function-cast -Werror=declaration-after-statement -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self -Werror=format=2 -Werror=missing-include-dirs -I/mnt/linuxlab/home/rquackenbush1/.linuxbrew/Cellar/libffi/3.2.1/lib/libffi-3.2.1/include -fvisibility=hidden -g -O2 -fno-strict-aliasing -c -o libgobject_2_0_la-gtype.lo `test -f 'gtype.c' || echo './'`gtype.c
libtool: compile: gcc-5 -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN=\"GLib-GObject\" -I.. -I../glib -I../glib -I.. -DG_DISABLE_CAST_CHECKS -DGOBJECT_COMPILATION -pthread -Wall -Wstrict-prototypes -Wno-bad-function-cast -Werror=declaration-after-statement -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self -Werror=format=2 -Werror=missing-include-dirs -I/mnt/linuxlab/home/rquackenbush1/.linuxbrew/Cellar/libffi/3.2.1/lib/libffi-3.2.1/include -fvisibility=hidden -g -O2 -fno-strict-aliasing -c gtype.c -fPIC -DPIC -o .libs/libgobject_2_0_la-gtype.o
libtool: compile: gcc-5 -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN=\"GLib-GObject\" -I.. -I../glib -I../glib -I.. -DG_DISABLE_CAST_CHECKS -DGOBJECT_COMPILATION -pthread -Wall -Wstrict-prototypes -Wno-bad-function-cast -Werror=declaration-after-statement -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self -Werror=format=2 -Werror=missing-include-dirs -I/mnt/linuxlab/home/rquackenbush1/.linuxbrew/Cellar/libffi/3.2.1/lib/libffi-3.2.1/include -fvisibility=hidden -g -O2 -fno-strict-aliasing -c gsourceclosure.c -o libgobject_2_0_la-gsourceclosure.o >/dev/null 2>&1
/bin/sh ../libtool --tag=CC --mode=compile gcc-5 -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN=\"GLib-GObject\" -I.. -I../glib -I../glib -I.. -DG_DISABLE_CAST_CHECKS -DGOBJECT_COMPILATION -pthread -Wall -Wstrict-prototypes -Wno-bad-function-cast -Werror=declaration-after-statement -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self -Werror=format=2 -Werror=missing-include-dirs -I/mnt/linuxlab/home/rquackenbush1/.linuxbrew/Cellar/libffi/3.2.1/lib/libffi-3.2.1/include -fvisibility=hidden -g -O2 -fno-strict-aliasing -c -o libgobject_2_0_la-gtypemodule.lo `test -f 'gtypemodule.c' || echo './'`gtypemodule.c
libtool: compile: gcc-5 -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN=\"GLib-GObject\" -I.. -I../glib -I../glib -I.. -DG_DISABLE_CAST_CHECKS -DGOBJECT_COMPILATION -pthread -Wall -Wstrict-prototypes -Wno-bad-function-cast -Werror=declaration-after-statement -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self -Werror=format=2 -Werror=missing-include-dirs -I/mnt/linuxlab/home/rquackenbush1/.linuxbrew/Cellar/libffi/3.2.1/lib/libffi-3.2.1/include -fvisibility=hidden -g -O2 -fno-strict-aliasing -c gtypemodule.c -fPIC -DPIC -o .libs/libgobject_2_0_la-gtypemodule.o
/bin/sh ../libtool --tag=CC --mode=compile gcc-5 -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN=\"GLib-GObject\" -I.. -I../glib -I../glib -I.. -DG_DISABLE_CAST_CHECKS -DGOBJECT_COMPILATION -pthread -Wall -Wstrict-prototypes -Wno-bad-function-cast -Werror=declaration-after-statement -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self -Werror=format=2 -Werror=missing-include-dirs -I/mnt/linuxlab/home/rquackenbush1/.linuxbrew/Cellar/libffi/3.2.1/lib/libffi-3.2.1/include -fvisibility=hidden -g -O2 -fno-strict-aliasing -c -o libgobject_2_0_la-gtypeplugin.lo `test -f 'gtypeplugin.c' || echo './'`gtypeplugin.c
libtool: compile: gcc-5 -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN=\"GLib-GObject\" -I.. -I../glib -I../glib -I.. -DG_DISABLE_CAST_CHECKS -DGOBJECT_COMPILATION -pthread -Wall -Wstrict-prototypes -Wno-bad-function-cast -Werror=declaration-after-statement -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self -Werror=format=2 -Werror=missing-include-dirs -I/mnt/linuxlab/home/rquackenbush1/.linuxbrew/Cellar/libffi/3.2.1/lib/libffi-3.2.1/include -fvisibility=hidden -g -O2 -fno-strict-aliasing -c gsignal.c -o libgobject_2_0_la-gsignal.o >/dev/null 2>&1
libtool: compile: gcc-5 -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN=\"GLib-GObject\" -I.. -I../glib -I../glib -I.. -DG_DISABLE_CAST_CHECKS -DGOBJECT_COMPILATION -pthread -Wall -Wstrict-prototypes -Wno-bad-function-cast -Werror=declaration-after-statement -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self -Werror=format=2 -Werror=missing-include-dirs -I/mnt/linuxlab/home/rquackenbush1/.linuxbrew/Cellar/libffi/3.2.1/lib/libffi-3.2.1/include -fvisibility=hidden -g -O2 -fno-strict-aliasing -c gtypeplugin.c -fPIC -DPIC -o .libs/libgobject_2_0_la-gtypeplugin.o
libtool: compile: gcc-5 -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN=\"GLib-GObject\" -I.. -I../glib -I../glib -I.. -DG_DISABLE_CAST_CHECKS -DGOBJECT_COMPILATION -pthread -Wall -Wstrict-prototypes -Wno-bad-function-cast -Werror=declaration-after-statement -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self -Werror=format=2 -Werror=missing-include-dirs -I/mnt/linuxlab/home/rquackenbush1/.linuxbrew/Cellar/libffi/3.2.1/lib/libffi-3.2.1/include -fvisibility=hidden -g -O2 -fno-strict-aliasing -c gtypemodule.c -o libgobject_2_0_la-gtypemodule.o >/dev/null 2>&1
libtool: compile: gcc-5 -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN=\"GLib-GObject\" -I.. -I../glib -I../glib -I.. -DG_DISABLE_CAST_CHECKS -DGOBJECT_COMPILATION -pthread -Wall -Wstrict-prototypes -Wno-bad-function-cast -Werror=declaration-after-statement -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self -Werror=format=2 -Werror=missing-include-dirs -I/mnt/linuxlab/home/rquackenbush1/.linuxbrew/Cellar/libffi/3.2.1/lib/libffi-3.2.1/include -fvisibility=hidden -g -O2 -fno-strict-aliasing -c gtypeplugin.c -o libgobject_2_0_la-gtypeplugin.o >/dev/null 2>&1
/bin/sh ../libtool --tag=CC --mode=compile gcc-5 -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN=\"GLib-GObject\" -I.. -I../glib -I../glib -I.. -DG_DISABLE_CAST_CHECKS -DGOBJECT_COMPILATION -pthread -Wall -Wstrict-prototypes -Wno-bad-function-cast -Werror=declaration-after-statement -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self -Werror=format=2 -Werror=missing-include-dirs -I/mnt/linuxlab/home/rquackenbush1/.linuxbrew/Cellar/libffi/3.2.1/lib/libffi-3.2.1/include -fvisibility=hidden -g -O2 -fno-strict-aliasing -c -o libgobject_2_0_la-gvalue.lo `test -f 'gvalue.c' || echo './'`gvalue.c
/bin/sh ../libtool --tag=CC --mode=compile gcc-5 -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN=\"GLib-GObject\" -I.. -I../glib -I../glib -I.. -DG_DISABLE_CAST_CHECKS -DGOBJECT_COMPILATION -pthread -Wall -Wstrict-prototypes -Wno-bad-function-cast -Werror=declaration-after-statement -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self -Werror=format=2 -Werror=missing-include-dirs -I/mnt/linuxlab/home/rquackenbush1/.linuxbrew/Cellar/libffi/3.2.1/lib/libffi-3.2.1/include -fvisibility=hidden -g -O2 -fno-strict-aliasing -c -o libgobject_2_0_la-gvaluearray.lo `test -f 'gvaluearray.c' || echo './'`gvaluearray.c
libtool: compile: gcc-5 -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN=\"GLib-GObject\" -I.. -I../glib -I../glib -I.. -DG_DISABLE_CAST_CHECKS -DGOBJECT_COMPILATION -pthread -Wall -Wstrict-prototypes -Wno-bad-function-cast -Werror=declaration-after-statement -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self -Werror=format=2 -Werror=missing-include-dirs -I/mnt/linuxlab/home/rquackenbush1/.linuxbrew/Cellar/libffi/3.2.1/lib/libffi-3.2.1/include -fvisibility=hidden -g -O2 -fno-strict-aliasing -c gvalue.c -fPIC -DPIC -o .libs/libgobject_2_0_la-gvalue.o
libtool: compile: gcc-5 -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN=\"GLib-GObject\" -I.. -I../glib -I../glib -I.. -DG_DISABLE_CAST_CHECKS -DGOBJECT_COMPILATION -pthread -Wall -Wstrict-prototypes -Wno-bad-function-cast -Werror=declaration-after-statement -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self -Werror=format=2 -Werror=missing-include-dirs -I/mnt/linuxlab/home/rquackenbush1/.linuxbrew/Cellar/libffi/3.2.1/lib/libffi-3.2.1/include -fvisibility=hidden -g -O2 -fno-strict-aliasing -c gvaluearray.c -fPIC -DPIC -o .libs/libgobject_2_0_la-gvaluearray.o
libtool: compile: gcc-5 -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN=\"GLib-GObject\" -I.. -I../glib -I../glib -I.. -DG_DISABLE_CAST_CHECKS -DGOBJECT_COMPILATION -pthread -Wall -Wstrict-prototypes -Wno-bad-function-cast -Werror=declaration-after-statement -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self -Werror=format=2 -Werror=missing-include-dirs -I/mnt/linuxlab/home/rquackenbush1/.linuxbrew/Cellar/libffi/3.2.1/lib/libffi-3.2.1/include -fvisibility=hidden -g -O2 -fno-strict-aliasing -c gtype.c -o libgobject_2_0_la-gtype.o >/dev/null 2>&1
libtool: compile: gcc-5 -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN=\"GLib-GObject\" -I.. -I../glib -I../glib -I.. -DG_DISABLE_CAST_CHECKS -DGOBJECT_COMPILATION -pthread -Wall -Wstrict-prototypes -Wno-bad-function-cast -Werror=declaration-after-statement -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self -Werror=format=2 -Werror=missing-include-dirs -I/mnt/linuxlab/home/rquackenbush1/.linuxbrew/Cellar/libffi/3.2.1/lib/libffi-3.2.1/include -fvisibility=hidden -g -O2 -fno-strict-aliasing -c gvalue.c -o libgobject_2_0_la-gvalue.o >/dev/null 2>&1
libtool: compile: gcc-5 -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN=\"GLib-GObject\" -I.. -I../glib -I../glib -I.. -DG_DISABLE_CAST_CHECKS -DGOBJECT_COMPILATION -pthread -Wall -Wstrict-prototypes -Wno-bad-function-cast -Werror=declaration-after-statement -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self -Werror=format=2 -Werror=missing-include-dirs -I/mnt/linuxlab/home/rquackenbush1/.linuxbrew/Cellar/libffi/3.2.1/lib/libffi-3.2.1/include -fvisibility=hidden -g -O2 -fno-strict-aliasing -c gvaluearray.c -o libgobject_2_0_la-gvaluearray.o >/dev/null 2>&1
/bin/sh ../libtool --tag=CC --mode=compile gcc-5 -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN=\"GLib-GObject\" -I.. -I../glib -I../glib -I.. -DG_DISABLE_CAST_CHECKS -DGOBJECT_COMPILATION -pthread -Wall -Wstrict-prototypes -Wno-bad-function-cast -Werror=declaration-after-statement -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self -Werror=format=2 -Werror=missing-include-dirs -I/mnt/linuxlab/home/rquackenbush1/.linuxbrew/Cellar/libffi/3.2.1/lib/libffi-3.2.1/include -fvisibility=hidden -g -O2 -fno-strict-aliasing -c -o libgobject_2_0_la-gvaluetransform.lo `test -f 'gvaluetransform.c' || echo './'`gvaluetransform.c
/bin/sh ../libtool --tag=CC --mode=compile gcc-5 -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN=\"GLib-GObject\" -I.. -I../glib -I../glib -I.. -DG_DISABLE_CAST_CHECKS -DGOBJECT_COMPILATION -pthread -Wall -Wstrict-prototypes -Wno-bad-function-cast -Werror=declaration-after-statement -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self -Werror=format=2 -Werror=missing-include-dirs -I/mnt/linuxlab/home/rquackenbush1/.linuxbrew/Cellar/libffi/3.2.1/lib/libffi-3.2.1/include -fvisibility=hidden -g -O2 -fno-strict-aliasing -c -o libgobject_2_0_la-gvaluetypes.lo `test -f 'gvaluetypes.c' || echo './'`gvaluetypes.c
libtool: compile: gcc-5 -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN=\"GLib-GObject\" -I.. -I../glib -I../glib -I.. -DG_DISABLE_CAST_CHECKS -DGOBJECT_COMPILATION -pthread -Wall -Wstrict-prototypes -Wno-bad-function-cast -Werror=declaration-after-statement -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self -Werror=format=2 -Werror=missing-include-dirs -I/mnt/linuxlab/home/rquackenbush1/.linuxbrew/Cellar/libffi/3.2.1/lib/libffi-3.2.1/include -fvisibility=hidden -g -O2 -fno-strict-aliasing -c gvaluetransform.c -fPIC -DPIC -o .libs/libgobject_2_0_la-gvaluetransform.o
echo gobject-autocleanups.h glib-types.h gbinding.h gboxed.h gclosure.h genums.h gmarshal.h gobject.h gparam.h gparamspecs.h gsignal.h gsourceclosure.h gtype.h gtypemodule.h gtypeplugin.h gvalue.h gvaluearray.h gvaluecollector.h gvaluetypes.h gobjectnotifyqueue.c > gobject-public-headers.txt.tmp && mv gobject-public-headers.txt.tmp gobject-public-headers.txt
/usr/bin/sed -e "s|\@datadir\@|/mnt/linuxlab/home/rquackenbush1/.linuxbrew/Cellar/glib/2.58.1/share|" ./libgobject-gdb.py.in > ./libgobject-gdb.py
libtool: compile: gcc-5 -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN=\"GLib-GObject\" -I.. -I../glib -I../glib -I.. -DG_DISABLE_CAST_CHECKS -DGOBJECT_COMPILATION -pthread -Wall -Wstrict-prototypes -Wno-bad-function-cast -Werror=declaration-after-statement -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self -Werror=format=2 -Werror=missing-include-dirs -I/mnt/linuxlab/home/rquackenbush1/.linuxbrew/Cellar/libffi/3.2.1/lib/libffi-3.2.1/include -fvisibility=hidden -g -O2 -fno-strict-aliasing -c gvaluetypes.c -fPIC -DPIC -o .libs/libgobject_2_0_la-gvaluetypes.o
libtool: compile: gcc-5 -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN=\"GLib-GObject\" -I.. -I../glib -I../glib -I.. -DG_DISABLE_CAST_CHECKS -DGOBJECT_COMPILATION -pthread -Wall -Wstrict-prototypes -Wno-bad-function-cast -Werror=declaration-after-statement -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self -Werror=format=2 -Werror=missing-include-dirs -I/mnt/linuxlab/home/rquackenbush1/.linuxbrew/Cellar/libffi/3.2.1/lib/libffi-3.2.1/include -fvisibility=hidden -g -O2 -fno-strict-aliasing -c gvaluetransform.c -o libgobject_2_0_la-gvaluetransform.o >/dev/null 2>&1
libtool: compile: gcc-5 -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN=\"GLib-GObject\" -I.. -I../glib -I../glib -I.. -DG_DISABLE_CAST_CHECKS -DGOBJECT_COMPILATION -pthread -Wall -Wstrict-prototypes -Wno-bad-function-cast -Werror=declaration-after-statement -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self -Werror=format=2 -Werror=missing-include-dirs -I/mnt/linuxlab/home/rquackenbush1/.linuxbrew/Cellar/libffi/3.2.1/lib/libffi-3.2.1/include -fvisibility=hidden -g -O2 -fno-strict-aliasing -c gvaluetypes.c -o libgobject_2_0_la-gvaluetypes.o >/dev/null 2>&1
/bin/sh ../libtool --tag=CC --mode=link gcc-5 -Wall -Wstrict-prototypes -Wno-bad-function-cast -Werror=declaration-after-statement -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self -Werror=format=2 -Werror=missing-include-dirs -I/mnt/linuxlab/home/rquackenbush1/.linuxbrew/Cellar/libffi/3.2.1/lib/libffi-3.2.1/include -fvisibility=hidden -g -O2 -fno-strict-aliasing -Wl,-Bsymbolic-functions -Wl,-z,nodelete -version-info 5800:1:5800 -export-dynamic -o libgobject-2.0.la -rpath /mnt/linuxlab/home/rquackenbush1/.linuxbrew/Cellar/glib/2.58.1/lib libgobject_2_0_la-gatomicarray.lo libgobject_2_0_la-gbinding.lo libgobject_2_0_la-gboxed.lo libgobject_2_0_la-gclosure.lo libgobject_2_0_la-genums.lo libgobject_2_0_la-gmarshal.lo libgobject_2_0_la-gobject.lo libgobject_2_0_la-gparam.lo libgobject_2_0_la-gparamspecs.lo libgobject_2_0_la-gsignal.lo libgobject_2_0_la-gsourceclosure.lo libgobject_2_0_la-gtype.lo libgobject_2_0_la-gtypemodule.lo libgobject_2_0_la-gtypeplugin.lo libgobject_2_0_la-gvalue.lo libgobject_2_0_la-gvaluearray.lo libgobject_2_0_la-gvaluetransform.lo libgobject_2_0_la-gvaluetypes.lo ../glib/libglib-2.0.la -L/mnt/linuxlab/home/rquackenbush1/.linuxbrew/Cellar/libffi/3.2.1/lib/../lib -lffi
libtool: link: gcc-5 -shared -fPIC -DPIC .libs/libgobject_2_0_la-gatomicarray.o .libs/libgobject_2_0_la-gbinding.o .libs/libgobject_2_0_la-gboxed.o .libs/libgobject_2_0_la-gclosure.o .libs/libgobject_2_0_la-genums.o .libs/libgobject_2_0_la-gmarshal.o .libs/libgobject_2_0_la-gobject.o .libs/libgobject_2_0_la-gparam.o .libs/libgobject_2_0_la-gparamspecs.o .libs/libgobject_2_0_la-gsignal.o .libs/libgobject_2_0_la-gsourceclosure.o .libs/libgobject_2_0_la-gtype.o .libs/libgobject_2_0_la-gtypemodule.o .libs/libgobject_2_0_la-gtypeplugin.o .libs/libgobject_2_0_la-gvalue.o .libs/libgobject_2_0_la-gvaluearray.o .libs/libgobject_2_0_la-gvaluetransform.o .libs/libgobject_2_0_la-gvaluetypes.o -Wl,-rpath -Wl,/tmp/glib-20181010-2158-18u7cla/glib-2.58.1/glib/.libs -Wl,-rpath -Wl,/mnt/linuxlab/home/rquackenbush1/.linuxbrew/Cellar/glib/2.58.1/lib ../glib/.libs/libglib-2.0.so -L/mnt/linuxlab/home/rquackenbush1/.linuxbrew/Cellar/pcre/8.42/lib -lpcre -lpthread -L/mnt/linuxlab/home/rquackenbush1/.linuxbrew/Cellar/libffi/3.2.1/lib/../lib -lffi -g -O2 -Wl,-Bsymbolic-functions -Wl,-z -Wl,nodelete -Wl,-soname -Wl,libgobject-2.0.so.0 -o .libs/libgobject-2.0.so.0.5800.1
libtool: link: (cd ".libs" && rm -f "libgobject-2.0.so.0" && ln -s "libgobject-2.0.so.0.5800.1" "libgobject-2.0.so.0")
libtool: link: (cd ".libs" && rm -f "libgobject-2.0.so" && ln -s "libgobject-2.0.so.0.5800.1" "libgobject-2.0.so")
libtool: link: ar cru .libs/libgobject-2.0.a libgobject_2_0_la-gatomicarray.o libgobject_2_0_la-gbinding.o libgobject_2_0_la-gboxed.o libgobject_2_0_la-gclosure.o libgobject_2_0_la-genums.o libgobject_2_0_la-gmarshal.o libgobject_2_0_la-gobject.o libgobject_2_0_la-gparam.o libgobject_2_0_la-gparamspecs.o libgobject_2_0_la-gsignal.o libgobject_2_0_la-gsourceclosure.o libgobject_2_0_la-gtype.o libgobject_2_0_la-gtypemodule.o libgobject_2_0_la-gtypeplugin.o libgobject_2_0_la-gvalue.o libgobject_2_0_la-gvaluearray.o libgobject_2_0_la-gvaluetransform.o libgobject_2_0_la-gvaluetypes.o
ar: `u' modifier ignored since `D' is the default (see `U')
libtool: link: ranlib .libs/libgobject-2.0.a
libtool: link: ( cd ".libs" && rm -f "libgobject-2.0.la" && ln -s "../libgobject-2.0.la" "libgobject-2.0.la" )
/bin/sh ../libtool --tag=CC --mode=link gcc-5 -Wall -Wstrict-prototypes -Wno-bad-function-cast -Werror=declaration-after-statement -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self -Werror=format=2 -Werror=missing-include-dirs -g -O2 -fno-strict-aliasing -o gobject-query gobject-query.o ./libgobject-2.0.la ../glib/libglib-2.0.la
libtool: link: gcc-5 -Wall -Wstrict-prototypes -Wno-bad-function-cast -Werror=declaration-after-statement -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self -Werror=format=2 -Werror=missing-include-dirs -g -O2 -fno-strict-aliasing -o .libs/gobject-query gobject-query.o ./.libs/libgobject-2.0.so -L/mnt/linuxlab/home/rquackenbush1/.linuxbrew/Cellar/pcre/8.42/lib -L/mnt/linuxlab/home/rquackenbush1/.linuxbrew/Cellar/libffi/3.2.1/lib/../lib /tmp/glib-20181010-2158-18u7cla/glib-2.58.1/glib/.libs/libglib-2.0.so -lffi ../glib/.libs/libglib-2.0.so -lpcre -lpthread -Wl,-rpath -Wl,/mnt/linuxlab/home/rquackenbush1/.linuxbrew/Cellar/glib/2.58.1/lib
make[4]: Leaving directory `/tmp/glib-20181010-2158-18u7cla/glib-2.58.1/gobject'
Making all in tests
make[4]: Entering directory `/tmp/glib-20181010-2158-18u7cla/glib-2.58.1/gobject/tests'
/usr/bin/make all-am
make[5]: Entering directory `/tmp/glib-20181010-2158-18u7cla/glib-2.58.1/gobject/tests'
make[5]: Nothing to be done for `all-am'.
make[5]: Leaving directory `/tmp/glib-20181010-2158-18u7cla/glib-2.58.1/gobject/tests'
make[4]: Leaving directory `/tmp/glib-20181010-2158-18u7cla/glib-2.58.1/gobject/tests'
make[3]: Leaving directory `/tmp/glib-20181010-2158-18u7cla/glib-2.58.1/gobject'
make[2]: Leaving directory `/tmp/glib-20181010-2158-18u7cla/glib-2.58.1/gobject'
Making all in gio
make[2]: Entering directory `/tmp/glib-20181010-2158-18u7cla/glib-2.58.1/gio'
UNINSTALLED_GLIB_SRCDIR=.. \
UNINSTALLED_GLIB_BUILDDIR=.. \
/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/python@2/bin/python ./gdbus-2.0/codegen/gdbus-codegen.in \
--interface-prefix org.freedesktop.portal. \
--c-namespace GXdp \
--generate-c-code ./xdp-dbus \
--annotate "org.freedesktop.portal.Documents.Add()" "org.gtk.GDBus.C.UnixFD" "true" \
--annotate "org.freedesktop.portal.Documents.AddNamed()" "org.gtk.GDBus.C.UnixFD" "true" \
--annotate "org.freedesktop.portal.Documents.AddFull()" "org.gtk.GDBus.C.UnixFD" "true" \
--annotate "org.freedesktop.portal.OpenURI.OpenFile()" "org.gtk.GDBus.C.UnixFD" "true" \
org.freedesktop.portal.Documents.xml org.freedesktop.portal.OpenURI.xml org.freedesktop.portal.ProxyResolver.xml
UNINSTALLED_GLIB_SRCDIR=.. \
UNINSTALLED_GLIB_BUILDDIR=.. \
/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/python@2/bin/python ./gdbus-2.0/codegen/gdbus-codegen.in \
--interface-prefix org.freedesktop.portal. \
--c-namespace GXdp \
--generate-c-code ./xdp-dbus \
--annotate "org.freedesktop.portal.Documents.Add()" "org.gtk.GDBus.C.UnixFD" "true" \
--annotate "org.freedesktop.portal.Documents.AddNamed()" "org.gtk.GDBus.C.UnixFD" "true" \
--annotate "org.freedesktop.portal.Documents.AddFull()" "org.gtk.GDBus.C.UnixFD" "true" \
--annotate "org.freedesktop.portal.OpenURI.OpenFile()" "org.gtk.GDBus.C.UnixFD" "true" \
org.freedesktop.portal.Documents.xml org.freedesktop.portal.OpenURI.xml org.freedesktop.portal.ProxyResolver.xml
cp gnextstepsettingsbackend.m gnextstepsettingsbackend.c
cp gosxcontenttype.m gosxcontenttype.c
cp gosxappinfo.m gosxappinfo.c
cp gcocoanotificationbackend.m gcocoanotificationbackend.c
/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/python@2/bin/python ./data-to-c.py ../glib/gconstructor.h gconstructor_code gconstructor_as_data.h
../gobject/glib-mkenums --template gioenumtypes.h.template gappinfo.h gasyncinitable.h gasyncresult.h gbufferedinputstream.h gbufferedoutputstream.h gbytesicon.h gcancellable.h gcontenttype.h gcharsetconverter.h gconverter.h gconverterinputstream.h gconverteroutputstream.h gdatagrambased.h gdatainputstream.h gdataoutputstream.h gdrive.h gemblem.h gemblemedicon.h gfile.h gfileattribute.h gfileenumerator.h gfileicon.h gfileinfo.h gfileinputstream.h gfilemonitor.h gfilenamecompleter.h gfileoutputstream.h gfileiostream.h gfilterinputstream.h gfilteroutputstream.h gicon.h ginetaddress.h ginetaddressmask.h ginetsocketaddress.h ginputstream.h ginitable.h gio.h gio-autocleanups.h giotypes.h gioenums.h gioerror.h giomodule.h gioscheduler.h giostream.h gloadableicon.h gmount.h gmemoryinputstream.h gmemoryoutputstream.h gmountoperation.h gnativevolumemonitor.h gnetworkaddress.h gnetworkmonitor.h gnetworkservice.h goutputstream.h gpermission.h gpollableinputstream.h gpollableoutputstream.h gpollableutils.h gproxyaddress.h gproxy.h gproxyaddressenumerator.h gproxyresolver.h gresolver.h gresource.h gseekable.h gsimpleasyncresult.h gsimpleiostream.h gsimplepermission.h gsocket.h gsocketaddress.h gsocketaddressenumerator.h gsocketclient.h gsocketconnectable.h gsocketconnection.h gsocketcontrolmessage.h gsocketlistener.h gsocketservice.h gsrvtarget.h gsimpleproxyresolver.h gtask.h gsubprocess.h gsubprocesslauncher.h gtcpconnection.h gtcpwrapperconnection.h gthreadedsocketservice.h gthemedicon.h gtlsbackend.h gtlscertificate.h gtlsclientconnection.h gtlsconnection.h gtlsdatabase.h gtlsfiledatabase.h gtlsinteraction.h gtlspassword.h gtlsserverconnection.h gdtlsconnection.h gdtlsclientconnection.h gdtlsserverconnection.h gvfs.h gvolume.h gvolumemonitor.h gzlibcompressor.h gzlibdecompressor.h glistmodel.h gliststore.h gapplication.h gapplicationcommandline.h gactiongroup.h gactionmap.h gsimpleactiongroup.h gremoteactiongroup.h gactiongroupexporter.h gdbusactiongroup.h gaction.h gpropertyaction.h gsimpleaction.h gmenumodel.h gmenu.h gmenuexporter.h gdbusmenumodel.h gnotification.h gsettingsbackend.h gsettingsschema.h gsettings.h gdbusauthobserver.h gcredentials.h gdbusutils.h gdbuserror.h gdbusaddress.h gdbusconnection.h gdbusmessage.h gdbusnameowning.h gdbusnamewatching.h gdbusproxy.h gdbusintrospection.h gdbusmethodinvocation.h gdbusserver.h gdbusinterface.h gdbusinterfaceskeleton.h gdbusobject.h gdbusobjectskeleton.h gdbusobjectproxy.h gdbusobjectmanager.h gdbusobjectmanagerclient.h gdbusobjectmanagerserver.h gtestdbus.h > \
gioenumtypes.h.tmp && mv gioenumtypes.h.tmp gioenumtypes.h
../gobject/glib-mkenums --template gioenumtypes.c.template gappinfo.h gasyncinitable.h gasyncresult.h gbufferedinputstream.h gbufferedoutputstream.h gbytesicon.h gcancellable.h gcontenttype.h gcharsetconverter.h gconverter.h gconverterinputstream.h gconverteroutputstream.h gdatagrambased.h gdatainputstream.h gdataoutputstream.h gdrive.h gemblem.h gemblemedicon.h gfile.h gfileattribute.h gfileenumerator.h gfileicon.h gfileinfo.h gfileinputstream.h gfilemonitor.h gfilenamecompleter.h gfileoutputstream.h gfileiostream.h gfilterinputstream.h gfilteroutputstream.h gicon.h ginetaddress.h ginetaddressmask.h ginetsocketaddress.h ginputstream.h ginitable.h gio.h gio-autocleanups.h giotypes.h gioenums.h gioerror.h giomodule.h gioscheduler.h giostream.h gloadableicon.h gmount.h gmemoryinputstream.h gmemoryoutputstream.h gmountoperation.h gnativevolumemonitor.h gnetworkaddress.h gnetworkmonitor.h gnetworkservice.h goutputstream.h gpermission.h gpollableinputstream.h gpollableoutputstream.h gpollableutils.h gproxyaddress.h gproxy.h gproxyaddressenumerator.h gproxyresolver.h gresolver.h gresource.h gseekable.h gsimpleasyncresult.h gsimpleiostream.h gsimplepermission.h gsocket.h gsocketaddress.h gsocketaddressenumerator.h gsocketclient.h gsocketconnectable.h gsocketconnection.h gsocketcontrolmessage.h gsocketlistener.h gsocketservice.h gsrvtarget.h gsimpleproxyresolver.h gtask.h gsubprocess.h gsubprocesslauncher.h gtcpconnection.h gtcpwrapperconnection.h gthreadedsocketservice.h gthemedicon.h gtlsbackend.h gtlscertificate.h gtlsclientconnection.h gtlsconnection.h gtlsdatabase.h gtlsfiledatabase.h gtlsinteraction.h gtlspassword.h gtlsserverconnection.h gdtlsconnection.h gdtlsclientconnection.h gdtlsserverconnection.h gvfs.h gvolume.h gvolumemonitor.h gzlibcompressor.h gzlibdecompressor.h glistmodel.h gliststore.h gapplication.h gapplicationcommandline.h gactiongroup.h gactionmap.h gsimpleactiongroup.h gremoteactiongroup.h gactiongroupexporter.h gdbusactiongroup.h gaction.h gpropertyaction.h gsimpleaction.h gmenumodel.h gmenu.h gmenuexporter.h gdbusmenumodel.h gnotification.h gsettingsbackend.h gsettingsschema.h gsettings.h gdbusauthobserver.h gcredentials.h gdbusutils.h gdbuserror.h gdbusaddress.h gdbusconnection.h gdbusmessage.h gdbusnameowning.h gdbusnamewatching.h gdbusproxy.h gdbusintrospection.h gdbusmethodinvocation.h gdbusserver.h gdbusinterface.h gdbusinterfaceskeleton.h gdbusobject.h gdbusobjectskeleton.h gdbusobjectproxy.h gdbusobjectmanager.h gdbusobjectmanagerclient.h gdbusobjectmanagerserver.h gtestdbus.h > \
gioenumtypes.c.tmp && mv gioenumtypes.c.tmp gioenumtypes.c
UNINSTALLED_GLIB_SRCDIR=.. \
UNINSTALLED_GLIB_BUILDDIR=.. \
/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/python@2/bin/python ./gdbus-2.0/codegen/gdbus-codegen.in \
--interface-prefix org. \
--generate-c-code gdbus-daemon-generated \
--c-namespace _G \
./dbus-daemon.xml \
UNINSTALLED_GLIB_SRCDIR=.. \
UNINSTALLED_GLIB_BUILDDIR=.. \
/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/python@2/bin/python ./gdbus-2.0/codegen/gdbus-codegen.in \
--interface-prefix org. \
--generate-c-code gdbus-daemon-generated \
--c-namespace _G \
./dbus-daemon.xml \
/usr/bin/make all-recursive
make[3]: Entering directory `/tmp/glib-20181010-2158-18u7cla/glib-2.58.1/gio'
Making all in gdbus-2.0/codegen
make[4]: Entering directory `/tmp/glib-20181010-2158-18u7cla/glib-2.58.1/gio/gdbus-2.0/codegen'
/usr/bin/make all-am
make[5]: Entering directory `/tmp/glib-20181010-2158-18u7cla/glib-2.58.1/gio/gdbus-2.0/codegen'
sed -e 's,@DATADIR\@,/mnt/linuxlab/home/rquackenbush1/.linuxbrew/Cellar/glib/2.58.1/share,' -e 's,@PYTHON\@,/mnt/linuxlab/home/rquackenbush1/.linuxbrew/opt/python@2/bin/python,' gdbus-codegen.in > gdbus-codegen.tmp && mv gdbus-codegen.tmp gdbus-codegen
make[5]: Leaving directory `/tmp/glib-20181010-2158-18u7cla/glib-2.58.1/gio/gdbus-2.0/codegen'
make[4]: Leaving directory `/tmp/glib-20181010-2158-18u7cla/glib-2.58.1/gio/gdbus-2.0/codegen'
Making all in xdgmime
make[4]: Entering directory `/tmp/glib-20181010-2158-18u7cla/glib-2.58.1/gio/xdgmime'
/usr/bin/make all-am
make[5]: Entering directory `/tmp/glib-20181010-2158-18u7cla/glib-2.58.1/gio/xdgmime'
/bin/sh ../../libtool --tag=CC --mode=compile gcc-5 -DHAVE_CONFIG_H -I. -I../.. -DXDG_PREFIX=_gio_xdg -pthread -fvisibility=hidden -g -O2 -fno-strict-aliasing -c -o libxdgmime_la-xdgmime.lo `test -f 'xdgmime.c' || echo './'`xdgmime.c
/bin/sh ../../libtool --tag=CC --mode=compile gcc-5 -DHAVE_CONFIG_H -I. -I../.. -DXDG_PREFIX=_gio_xdg -pthread -fvisibility=hidden -g -O2 -fno-strict-aliasing -c -o libxdgmime_la-xdgmimealias.lo `test -f 'xdgmimealias.c' || echo './'`xdgmimealias.c
/bin/sh ../../libtool --tag=CC --mode=compile gcc-5 -DHAVE_CONFIG_H -I. -I../.. -DXDG_PREFIX=_gio_xdg -pthread -fvisibility=hidden -g -O2 -fno-strict-aliasing -c -o libxdgmime_la-xdgmimecache.lo `test -f 'xdgmimecache.c' || echo './'`xdgmimecache.c
/bin/sh ../../libtool --tag=CC --mode=compile gcc-5 -DHAVE_CONFIG_H -I. -I../.. -DXDG_PREFIX=_gio_xdg -pthread -fvisibility=hidden -g -O2 -fno-strict-aliasing -c -o libxdgmime_la-xdgmimeglob.lo `test -f 'xdgmimeglob.c' || echo './'`xdgmimeglob.c
libtool: compile: gcc-5 -DHAVE_CONFIG_H -I. -I../.. -DXDG_PREFIX=_gio_xdg -pthread -fvisibility=hidden -g -O2 -fno-strict-aliasing -c xdgmimealias.c -fPIC -DPIC -o .libs/libxdgmime_la-xdgmimealias.o
libtool: compile: gcc-5 -DHAVE_CONFIG_H -I. -I../.. -DXDG_PREFIX=_gio_xdg -pthread -fvisibility=hidden -g -O2 -fno-strict-aliasing -c xdgmimecache.c -fPIC -DPIC -o .libs/libxdgmime_la-xdgmimecache.o
libtool: compile: gcc-5 -DHAVE_CONFIG_H -I. -I../.. -DXDG_PREFIX=_gio_xdg -pthread -fvisibility=hidden -g -O2 -fno-strict-aliasing -c xdgmimeglob.c -fPIC -DPIC -o .libs/libxdgmime_la-xdgmimeglob.o
libtool: compile: gcc-5 -DHAVE_CONFIG_H -I. -I../.. -DXDG_PREFIX=_gio_xdg -pthread -fvisibility=hidden -g -O2 -fno-strict-aliasing -c xdgmime.c -fPIC -DPIC -o .libs/libxdgmime_la-xdgmime.o
libtool: compile: gcc-5 -DHAVE_CONFIG_H -I. -I../.. -DXDG_PREFIX=_gio_xdg -pthread -fvisibility=hidden -g -O2 -fno-strict-aliasing -c xdgmimealias.c -o libxdgmime_la-xdgmimealias.o >/dev/null 2>&1
libtool: compile: gcc-5 -DHAVE_CONFIG_H -I. -I../.. -DXDG_PREFIX=_gio_xdg -pthread -fvisibility=hidden -g -O2 -fno-strict-aliasing -c xdgmimeglob.c -o libxdgmime_la-xdgmimeglob.o >/dev/null 2>&1
libtool: compile: gcc-5 -DHAVE_CONFIG_H -I. -I../.. -DXDG_PREFIX=_gio_xdg -pthread -fvisibility=hidden -g -O2 -fno-strict-aliasing -c xdgmime.c -o libxdgmime_la-xdgmime.o >/dev/null 2>&1
libtool: compile: gcc-5 -DHAVE_CONFIG_H -I. -I../.. -DXDG_PREFIX=_gio_xdg -pthread -fvisibility=hidden -g -O2 -fno-strict-aliasing -c xdgmimecache.c -o libxdgmime_la-xdgmimecache.o >/dev/null 2>&1
/bin/sh ../../libtool --tag=CC --mode=compile gcc-5 -DHAVE_CONFIG_H -I. -I../.. -DXDG_PREFIX=_gio_xdg -pthread -fvisibility=hidden -g -O2 -fno-strict-aliasing -c -o libxdgmime_la-xdgmimeicon.lo `test -f 'xdgmimeicon.c' || echo './'`xdgmimeicon.c
libtool: compile: gcc-5 -DHAVE_CONFIG_H -I. -I../.. -DXDG_PREFIX=_gio_xdg -pthread -fvisibility=hidden -g -O2 -fno-strict-aliasing -c xdgmimeicon.c -fPIC -DPIC -o .libs/libxdgmime_la-xdgmimeicon.o
/bin/sh ../../libtool --tag=CC --mode=compile gcc-5 -DHAVE_CONFIG_H -I. -I../.. -DXDG_PREFIX=_gio_xdg -pthread -fvisibility=hidden -g -O2 -fno-strict-aliasing -c -o libxdgmime_la-xdgmimeint.lo `test -f 'xdgmimeint.c' || echo './'`xdgmimeint.c
libtool: compile: gcc-5 -DHAVE_CONFIG_H -I. -I../.. -DXDG_PREFIX=_gio_xdg -pthread -fvisibility=hidden -g -O2 -fno-strict-aliasing -c xdgmimeint.c -fPIC -DPIC -o .libs/libxdgmime_la-xdgmimeint.o
/bin/sh ../../libtool --tag=CC --mode=compile gcc-5 -DHAVE_CONFIG_H -I. -I../.. -DXDG_PREFIX=_gio_xdg -pthread -fvisibility=hidden -g -O2 -fno-strict-aliasing -c -o libxdgmime_la-xdgmimemagic.lo `test -f 'xdgmimemagic.c' || echo './'`xdgmimemagic.c
libtool: compile: gcc-5 -DHAVE_CONFIG_H -I. -I../.. -DXDG_PREFIX=_gio_xdg -pthread -fvisibility=hidden -g -O2 -fno-strict-aliasing -c xdgmimemagic.c -fPIC -DPIC -o .libs/libxdgmime_la-xdgmimemagic.o
libtool: compile: gcc-5 -DHAVE_CONFIG_H -I. -I../.. -DXDG_PREFIX=_gio_xdg -pthread -fvisibility=hidden -g -O2 -fno-strict-aliasing -c xdgmimeicon.c -o libxdgmime_la-xdgmimeicon.o >/dev/null 2>&1
/bin/sh ../../libtool --tag=CC --mode=compile gcc-5 -DHAVE_CONFIG_H -I. -I../.. -DXDG_PREFIX=_gio_xdg -pthread -fvisibility=hidden -g -O2 -fno-strict-aliasing -c -o libxdgmime_la-xdgmimeparent.lo `test -f 'xdgmimeparent.c' || echo './'`xdgmimeparent.c
libtool: compile: gcc-5 -DHAVE_CONFIG_H -I. -I../.. -DXDG_PREFIX=_gio_xdg -pthread -fvisibility=hidden -g -O2 -fno-strict-aliasing -c xdgmimeint.c -o libxdgmime_la-xdgmimeint.o >/dev/null 2>&1
libtool: compile: gcc-5 -DHAVE_CONFIG_H -I. -I../.. -DXDG_PREFIX=_gio_xdg -pthread -fvisibility=hidden -g -O2 -fno-strict-aliasing -c xdgmimeparent.c -fPIC -DPIC -o .libs/libxdgmime_la-xdgmimeparent.o
libtool: compile: gcc-5 -DHAVE_CONFIG_H -I. -I../.. -DXDG_PREFIX=_gio_xdg -pthread -fvisibility=hidden -g -O2 -fno-strict-aliasing -c xdgmimemagic.c -o libxdgmime_la-xdgmimemagic.o >/dev/null 2>&1
libtool: compile: gcc-5 -DHAVE_CONFIG_H -I. -I../.. -DXDG_PREFIX=_gio_xdg -pthread -fvisibility=hidden -g -O2 -fno-strict-aliasing -c xdgmimeparent.c -o libxdgmime_la-xdgmimeparent.o >/dev/null 2>&1
/bin/sh ../../libtool --tag=CC --mode=link gcc-5 -fvisibility=hidden -g -O2 -fno-strict-aliasing -o libxdgmime.la libxdgmime_la-xdgmime.lo libxdgmime_la-xdgmimealias.lo libxdgmime_la-xdgmimecache.lo libxdgmime_la-xdgmimeglob.lo libxdgmime_la-xdgmimeicon.lo libxdgmime_la-xdgmimeint.lo libxdgmime_la-xdgmimemagic.lo libxdgmime_la-xdgmimeparent.lo
libtool: link: ar cru .libs/libxdgmime.a .libs/libxdgmime_la-xdgmime.o .libs/libxdgmime_la-xdgmimealias.o .libs/libxdgmime_la-xdgmimecache.o .libs/libxdgmime_la-xdgmimeglob.o .libs/libxdgmime_la-xdgmimeicon.o .libs/libxdgmime_la-xdgmimeint.o .libs/libxdgmime_la-xdgmimemagic.o .libs/libxdgmime_la-xdgmimeparent.o
ar: `u' modifier ignored since `D' is the default (see `U')
libtool: link: ranlib .libs/libxdgmime.a
libtool: link: ( cd ".libs" && rm -f "libxdgmime.la" && ln -s "../libxdgmime.la" "libxdgmime.la" )
make[5]: Leaving directory `/tmp/glib-20181010-2158-18u7cla/glib-2.58.1/gio/xdgmime'
make[4]: Leaving directory `/tmp/glib-20181010-2158-18u7cla/glib-2.58.1/gio/xdgmime'
Making all in inotify
make[4]: Entering directory `/tmp/glib-20181010-2158-18u7cla/glib-2.58.1/gio/inotify'
/usr/bin/make all-am
make[5]: Entering directory `/tmp/glib-20181010-2158-18u7cla/glib-2.58.1/gio/inotify'
/bin/sh ../../libtool --tag=CC --mode=compile gcc-5 -DHAVE_CONFIG_H -I. -I../.. -pthread -fvisibility=hidden -DG_LOG_DOMAIN=\"GLib-GIO\" -I../.. -I../../glib -I../../glib -I../.. -I../../gmodule -DG_DISABLE_CAST_CHECKS -DGIO_MODULE_DIR=\"/mnt/linuxlab/home/rquackenbush1/.linuxbrew/lib/gio/modules\" -DGIO_COMPILATION -DG_DISABLE_DEPRECATED -g -O2 -fno-strict-aliasing -c -o libinotify_la-inotify-kernel.lo `test -f 'inotify-kernel.c' || echo './'`inotify-kernel.c
/bin/sh ../../libtool --tag=CC --mode=compile gcc-5 -DHAVE_CONFIG_H -I. -I../.. -pthread -fvisibility=hidden -DG_LOG_DOMAIN=\"GLib-GIO\" -I../.. -I../../glib -I../../glib -I../.. -I../../gmodule -DG_DISABLE_CAST_CHECKS -DGIO_MODULE_DIR=\"/mnt/linuxlab/home/rquackenbush1/.linuxbrew/lib/gio/modules\" -DGIO_COMPILATION -DG_DISABLE_DEPRECATED -g -O2 -fno-strict-aliasing -c -o libinotify_la-inotify-sub.lo `test -f 'inotify-sub.c' || echo './'`inotify-sub.c
/bin/sh ../../libtool --tag=CC --mode=compile gcc-5 -DHAVE_CONFIG_H -I. -I../.. -pthread -fvisibility=hidden -DG_LOG_DOMAIN=\"GLib-GIO\" -I../.. -I../../glib -I../../glib -I../.. -I../../gmodule -DG_DISABLE_CAST_CHECKS -DGIO_MODULE_DIR=\"/mnt/linuxlab/home/rquackenbush1/.linuxbrew/lib/gio/modules\" -DGIO_COMPILATION -DG_DISABLE_DEPRECATED -g -O2 -fno-strict-aliasing -c -o libinotify_la-inotify-path.lo `test -f 'inotify-path.c' || echo './'`inotify-path.c
/bin/sh ../../libtool --tag=CC --mode=compile gcc-5 -DHAVE_CONFIG_H -I. -I../.. -pthread -fvisibility=hidden -DG_LOG_DOMAIN=\"GLib-GIO\" -I../.. -I../../glib -I../../glib -I../.. -I../../gmodule -DG_DISABLE_CAST_CHECKS -DGIO_MODULE_DIR=\"/mnt/linuxlab/home/rquackenbush1/.linuxbrew/lib/gio/modules\" -DGIO_COMPILATION -DG_DISABLE_DEPRECATED -g -O2 -fno-strict-aliasing -c -o libinotify_la-inotify-missing.lo `test -f 'inotify-missing.c' || echo './'`inotify-missing.c
libtool: compile: gcc-5 -DHAVE_CONFIG_H -I. -I../.. -pthread -fvisibility=hidden -DG_LOG_DOMAIN=\"GLib-GIO\" -I../.. -I../../glib -I../../glib -I../.. -I../../gmodule -DG_DISABLE_CAST_CHECKS -DGIO_MODULE_DIR=\"/mnt/linuxlab/home/rquackenbush1/.linuxbrew/lib/gio/modules\" -DGIO_COMPILATION -DG_DISABLE_DEPRECATED -g -O2 -fno-strict-aliasing -c inotify-path.c -fPIC -DPIC -o .libs/libinotify_la-inotify-path.o
libtool: compile: gcc-5 -DHAVE_CONFIG_H -I. -I../.. -pthread -fvisibility=hidden -DG_LOG_DOMAIN=\"GLib-GIO\" -I../.. -I../../glib -I../../glib -I../.. -I../../gmodule -DG_DISABLE_CAST_CHECKS -DGIO_MODULE_DIR=\"/mnt/linuxlab/home/rquackenbush1/.linuxbrew/lib/gio/modules\" -DGIO_COMPILATION -DG_DISABLE_DEPRECATED -g -O2 -fno-strict-aliasing -c inotify-kernel.c -fPIC -DPIC -o .libs/libinotify_la-inotify-kernel.o
libtool: compile: gcc-5 -DHAVE_CONFIG_H -I. -I../.. -pthread -fvisibility=hidden -DG_LOG_DOMAIN=\"GLib-GIO\" -I../.. -I../../glib -I../../glib -I../.. -I../../gmodule -DG_DISABLE_CAST_CHECKS -DGIO_MODULE_DIR=\"/mnt/linuxlab/home/rquackenbush1/.linuxbrew/lib/gio/modules\" -DGIO_COMPILATION -DG_DISABLE_DEPRECATED -g -O2 -fno-strict-aliasing -c inotify-missing.c -fPIC -DPIC -o .libs/libinotify_la-inotify-missing.o
libtool: compile: gcc-5 -DHAVE_CONFIG_H -I. -I../.. -pthread -fvisibility=hidden -DG_LOG_DOMAIN=\"GLib-GIO\" -I../.. -I../../glib -I../../glib -I../.. -I../../gmodule -DG_DISABLE_CAST_CHECKS -DGIO_MODULE_DIR=\"/mnt/linuxlab/home/rquackenbush1/.linuxbrew/lib/gio/modules\" -DGIO_COMPILATION -DG_DISABLE_DEPRECATED -g -O2 -fno-strict-aliasing -c inotify-sub.c -fPIC -DPIC -o .libs/libinotify_la-inotify-sub.o
libtool: compile: gcc-5 -DHAVE_CONFIG_H -I. -I../.. -pthread -fvisibility=hidden -DG_LOG_DOMAIN=\"GLib-GIO\" -I../.. -I../../glib -I../../glib -I../.. -I../../gmodule -DG_DISABLE_CAST_CHECKS -DGIO_MODULE_DIR=\"/mnt/linuxlab/home/rquackenbush1/.linuxbrew/lib/gio/modules\" -DGIO_COMPILATION -DG_DISABLE_DEPRECATED -g -O2 -fno-strict-aliasing -c inotify-sub.c -o libinotify_la-inotify-sub.o >/dev/null 2>&1
libtool: compile: gcc-5 -DHAVE_CONFIG_H -I. -I../.. -pthread -fvisibility=hidden -DG_LOG_DOMAIN=\"GLib-GIO\" -I../.. -I../../glib -I../../glib -I../.. -I../../gmodule -DG_DISABLE_CAST_CHECKS -DGIO_MODULE_DIR=\"/mnt/linuxlab/home/rquackenbush1/.linuxbrew/lib/gio/modules\" -DGIO_COMPILATION -DG_DISABLE_DEPRECATED -g -O2 -fno-strict-aliasing -c inotify-missing.c -o libinotify_la-inotify-missing.o >/dev/null 2>&1
libtool: compile: gcc-5 -DHAVE_CONFIG_H -I. -I../.. -pthread -fvisibility=hidden -DG_LOG_DOMAIN=\"GLib-GIO\" -I../.. -I../../glib -I../../glib -I../.. -I../../gmodule -DG_DISABLE_CAST_CHECKS -DGIO_MODULE_DIR=\"/mnt/linuxlab/home/rquackenbush1/.linuxbrew/lib/gio/modules\" -DGIO_COMPILATION -DG_DISABLE_DEPRECATED -g -O2 -fno-strict-aliasing -c inotify-path.c -o libinotify_la-inotify-path.o >/dev/null 2>&1
libtool: compile: gcc-5 -DHAVE_CONFIG_H -I. -I../.. -pthread -fvisibility=hidden -DG_LOG_DOMAIN=\"GLib-GIO\" -I../.. -I../../glib -I../../glib -I../.. -I../../gmodule -DG_DISABLE_CAST_CHECKS -DGIO_MODULE_DIR=\"/mnt/linuxlab/home/rquackenbush1/.linuxbrew/lib/gio/modules\" -DGIO_COMPILATION -DG_DISABLE_DEPRECATED -g -O2 -fno-strict-aliasing -c inotify-kernel.c -o libinotify_la-inotify-kernel.o >/dev/null 2>&1
/bin/sh ../../libtool --tag=CC --mode=compile gcc-5 -DHAVE_CONFIG_H -I. -I../.. -pthread -fvisibility=hidden -DG_LOG_DOMAIN=\"GLib-GIO\" -I../.. -I../../glib -I../../glib -I../.. -I../../gmodule -DG_DISABLE_CAST_CHECKS -DGIO_MODULE_DIR=\"/mnt/linuxlab/home/rquackenbush1/.linuxbrew/lib/gio/modules\" -DGIO_COMPILATION -DG_DISABLE_DEPRECATED -g -O2 -fno-strict-aliasing -c -o libinotify_la-inotify-helper.lo `test -f 'inotify-helper.c' || echo './'`inotify-helper.c
/bin/sh ../../libtool --tag=CC --mode=compile gcc-5 -DHAVE_CONFIG_H -I. -I../.. -pthread -fvisibility=hidden -DG_LOG_DOMAIN=\"GLib-GIO\" -I../.. -I../../glib -I../../glib -I../.. -I../../gmodule -DG_DISABLE_CAST_CHECKS -DGIO_MODULE_DIR=\"/mnt/linuxlab/home/rquackenbush1/.linuxbrew/lib/gio/modules\" -DGIO_COMPILATION -DG_DISABLE_DEPRECATED -g -O2 -fno-strict-aliasing -c -o libinotify_la-ginotifyfilemonitor.lo `test -f 'ginotifyfilemonitor.c' || echo './'`ginotifyfilemonitor.c
libtool: compile: gcc-5 -DHAVE_CONFIG_H -I. -I../.. -pthread -fvisibility=hidden -DG_LOG_DOMAIN=\"GLib-GIO\" -I../.. -I../../glib -I../../glib -I../.. -I../../gmodule -DG_DISABLE_CAST_CHECKS -DGIO_MODULE_DIR=\"/mnt/linuxlab/home/rquackenbush1/.linuxbrew/lib/gio/modules\" -DGIO_COMPILATION -DG_DISABLE_DEPRECATED -g -O2 -fno-strict-aliasing -c inotify-helper.c -fPIC -DPIC -o .libs/libinotify_la-inotify-helper.o
libtool: compile: gcc-5 -DHAVE_CONFIG_H -I. -I../.. -pthread -fvisibility=hidden -DG_LOG_DOMAIN=\"GLib-GIO\" -I../.. -I../../glib -I../../glib -I../.. -I../../gmodule -DG_DISABLE_CAST_CHECKS -DGIO_MODULE_DIR=\"/mnt/linuxlab/home/rquackenbush1/.linuxbrew/lib/gio/modules\" -DGIO_COMPILATION -DG_DISABLE_DEPRECATED -g -O2 -fno-strict-aliasing -c ginotifyfilemonitor.c -fPIC -DPIC -o .libs/libinotify_la-ginotifyfilemonitor.o
libtool: compile: gcc-5 -DHAVE_CONFIG_H -I. -I../.. -pthread -fvisibility=hidden -DG_LOG_DOMAIN=\"GLib-GIO\" -I../.. -I../../glib -I../../glib -I../.. -I../../gmodule -DG_DISABLE_CAST_CHECKS -DGIO_MODULE_DIR=\"/mnt/linuxlab/home/rquackenbush1/.linuxbrew/lib/gio/modules\" -DGIO_COMPILATION -DG_DISABLE_DEPRECATED -g -O2 -fno-strict-aliasing -c ginotifyfilemonitor.c -o libinotify_la-ginotifyfilemonitor.o >/dev/null 2>&1
libtool: compile: gcc-5 -DHAVE_CONFIG_H -I. -I../.. -pthread -fvisibility=hidden -DG_LOG_DOMAIN=\"GLib-GIO\" -I../.. -I../../glib -I../../glib -I../.. -I../../gmodule -DG_DISABLE_CAST_CHECKS -DGIO_MODULE_DIR=\"/mnt/linuxlab/home/rquackenbush1/.linuxbrew/lib/gio/modules\" -DGIO_COMPILATION -DG_DISABLE_DEPRECATED -g -O2 -fno-strict-aliasing -c inotify-helper.c -o libinotify_la-inotify-helper.o >/dev/null 2>&1
/bin/sh ../../libtool --tag=CC --mode=link gcc-5 -fvisibility=hidden -DG_LOG_DOMAIN=\"GLib-GIO\" -I../.. -I../../glib -I../../glib -I../.. -I../../gmodule -DG_DISABLE_CAST_CHECKS -DGIO_MODULE_DIR=\"/mnt/linuxlab/home/rquackenbush1/.linuxbrew/lib/gio/modules\" -DGIO_COMPILATION -DG_DISABLE_DEPRECATED -g -O2 -fno-strict-aliasing -o libinotify.la libinotify_la-inotify-kernel.lo libinotify_la-inotify-sub.lo libinotify_la-inotify-path.lo libinotify_la-inotify-missing.lo libinotify_la-inotify-helper.lo libinotify_la-ginotifyfilemonitor.lo ../../glib/libglib-2.0.la ../../gobject/libgobject-2.0.la
libtool: link: ar cru .libs/libinotify.a .libs/libinotify_la-inotify-kernel.o .libs/libinotify_la-inotify-sub.o .libs/libinotify_la-inotify-path.o .libs/libinotify_la-inotify-missing.o .libs/libinotify_la-inotify-helper.o .libs/libinotify_la-ginotifyfilemonitor.o
ar: `u' modifier ignored since `D' is the default (see `U')
libtool: link: ranlib .libs/libinotify.a
libtool: link: ( cd ".libs" && rm -f "libinotify.la" && ln -s "../libinotify.la" "libinotify.la" )
make[5]: Leaving directory `/tmp/glib-20181010-2158-18u7cla/glib-2.58.1/gio/inotify'
make[4]: Leaving directory `/tmp/glib-20181010-2158-18u7cla/glib-2.58.1/gio/inotify'
Making all in .
make[4]: Entering directory `/tmp/glib-20181010-2158-18u7cla/glib-2.58.1/gio'
gcc-5 -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN=\"GLib-GIO\" -I.. -I../glib -I../glib -I.. -I../gmodule -DG_DISABLE_CAST_CHECKS -DGIO_COMPILATION -DGIO_MODULE_DIR=\"/mnt/linuxlab/home/rquackenbush1/.linuxbrew/lib/gio/modules\" -pthread -Wall -Wstrict-prototypes -Wno-bad-function-cast -Werror=declaration-after-statement -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self -Werror=format=2 -Werror=missing-include-dirs -g -O2 -fno-strict-aliasing -c -o gio-querymodules.o gio-querymodules.c
gcc-5 -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN=\"GLib-GIO\" -I.. -I../glib -I../glib -I.. -I../gmodule -DG_DISABLE_CAST_CHECKS -DGIO_COMPILATION -DGIO_MODULE_DIR=\"/mnt/linuxlab/home/rquackenbush1/.linuxbrew/lib/gio/modules\" -pthread -Wall -Wstrict-prototypes -Wno-bad-function-cast -Werror=declaration-after-statement -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self -Werror=format=2 -Werror=missing-include-dirs -g -O2 -fno-strict-aliasing -c -o giomodule-priv.o giomodule-priv.c
/bin/sh ../libtool --tag=CC --mode=compile gcc-5 -DHAVE_CONFIG_H -I. -I.. -I/mnt/linuxlab/home/rquackenbush1/.linuxbrew/Cellar/zlib/1.2.11/include -DG_LOG_DOMAIN=\"GLib-GIO\" -I.. -I../glib -I../glib -I.. -I../gmodule -DG_DISABLE_CAST_CHECKS -DGIO_COMPILATION -DGIO_MODULE_DIR=\"/mnt/linuxlab/home/rquackenbush1/.linuxbrew/lib/gio/modules\" -pthread -Wall -Wstrict-prototypes -Wno-bad-function-cast -Werror=declaration-after-statement -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self -Werror=format=2 -Werror=missing-include-dirs -fvisibility=hidden -I/mnt/linuxlab/home/rquackenbush1/.linuxbrew/Cellar/util-linux/2.32.1_2/include/libmount -I/mnt/linuxlab/home/rquackenbush1/.linuxbrew/Cellar/util-linux/2.32.1_2/include/blkid -I/mnt/linuxlab/home/rquackenbush1/.linuxbrew/Cellar/util-linux/2.32.1_2/include/uuid -g -O2 -fno-strict-aliasing -c -o libgio_2_0_la-gappinfo.lo `test -f 'gappinfo.c' || echo './'`gappinfo.c
/bin/sh ../libtool --tag=CC --mode=compile gcc-5 -DHAVE_CONFIG_H -I. -I.. -I/mnt/linuxlab/home/rquackenbush1/.linuxbrew/Cellar/zlib/1.2.11/include -DG_LOG_DOMAIN=\"GLib-GIO\" -I.. -I../glib -I../glib -I.. -I../gmodule -DG_DISABLE_CAST_CHECKS -DGIO_COMPILATION -DGIO_MODULE_DIR=\"/mnt/linuxlab/home/rquackenbush1/.linuxbrew/lib/gio/modules\" -pthread -Wall -Wstrict-prototypes -Wno-bad-function-cast -Werror=declaration-after-statement -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self -Werror=format=2 -Werror=missing-include-dirs -fvisibility=hidden -I/mnt/linuxlab/home/rquackenbush1/.linuxbrew/Cellar/util-linux/2.32.1_2/include/libmount -I/mnt/linuxlab/home/rquackenbush1/.linuxbrew/Cellar/util-linux/2.32.1_2/include/blkid -I/mnt/linuxlab/home/rquackenbush1/.linuxbrew/Cellar/util-linux/2.32.1_2/include/uuid -g -O2 -fno-strict-aliasing -c -o libgio_2_0_la-gasynchelper.lo `test -f 'gasynchelper.c' || echo './'`gasynchelper.c
libtool: compile: gcc-5 -DHAVE_CONFIG_H -I. -I.. -I/mnt/linuxlab/home/rquackenbush1/.linuxbrew/Cellar/zlib/1.2.11/include -DG_LOG_DOMAIN=\"GLib-GIO\" -I.. -I../glib -I../glib -I.. -I../gmodule -DG_DISABLE_CAST_CHECKS -DGIO_COMPILATION -DGIO_MODULE_DIR=\"/mnt/linuxlab/home/rquackenbush1/.linuxbrew/lib/gio/modules\" -pthread -Wall -Wstrict-prototypes -Wno-bad-function-cast -Werror=declaration-after-statement -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self -Werror=format=2 -Werror=missing-include-dirs -fvisibility=hidden -I/mnt/linuxlab/home/rquackenbush1/.linuxbrew/Cellar/util-linux/2.32.1_2/include/libmount -I/mnt/linuxlab/home/rquackenbush1/.linuxbrew/Cellar/util-linux/2.32.1_2/include/blkid -I/mnt/linuxlab/home/rquackenbush1/.linuxbrew/Cellar/util-linux/2.32.1_2/include/uuid -g -O2 -fno-strict-aliasing -c gappinfo.c -fPIC -DPIC -o .libs/libgio_2_0_la-gappinfo.o
libtool: compile: gcc-5 -DHAVE_CONFIG_H -I. -I.. -I/mnt/linuxlab/home/rquackenbush1/.linuxbrew/Cellar/zlib/1.2.11/include -DG_LOG_DOMAIN=\"GLib-GIO\" -I.. -I../glib -I../glib -I.. -I../gmodule -DG_DISABLE_CAST_CHECKS -DGIO_COMPILATION -DGIO_MODULE_DIR=\"/mnt/linuxlab/home/rquackenbush1/.linuxbrew/lib/gio/modules\" -pthread -Wall -Wstrict-prototypes -Wno-bad-function-cast -Werror=declaration-after-statement -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self -Werror=format=2 -Werror=missing-include-dirs -fvisibility=hidden -I/mnt/linuxlab/home/rquackenbush1/.linuxbrew/Cellar/util-linux/2.32.1_2/include/libmount -I/mnt/linuxlab/home/rquackenbush1/.linuxbrew/Cellar/util-linux/2.32.1_2/include/blkid -I/mnt/linuxlab/home/rquackenbush1/.linuxbrew/Cellar/util-linux/2.32.1_2/include/uuid -g -O2 -fno-strict-aliasing -c gasynchelper.c -fPIC -DPIC -o .libs/libgio_2_0_la-gasynchelper.o
/bin/sh ../libtool --tag=CC --mode=compile gcc-5 -DHAVE_CONFIG_H -I. -I.. -I/mnt/linuxlab/home/rquackenbush1/.linuxbrew/Cellar/zlib/1.2.11/include -DG_LOG_DOMAIN=\"GLib-GIO\" -I.. -I../glib -I../glib -I.. -I../gmodule -DG_DISABLE_CAST_CHECKS -DGIO_COMPILATION -DGIO_MODULE_DIR=\"/mnt/linuxlab/home/rquackenbush1/.linuxbrew/lib/gio/modules\" -pthread -Wall -Wstrict-prototypes -Wno-bad-function-cast -Werror=declaration-after-statement -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self -Werror=format=2 -Werror=missing-include-dirs -fvisibility=hidden -I/mnt/linuxlab/home/rquackenbush1/.linuxbrew/Cellar/util-linux/2.32.1_2/include/libmount -I/mnt/linuxlab/home/rquackenbush1/.linuxbrew/Cellar/util-linux/2.32.1_2/include/blkid -I/mnt/linuxlab/home/rquackenbush1/.linuxbrew/Cellar/util-linux/2.32.1_2/include/uuid -g -O2 -fno-strict-aliasing -c -o libgio_2_0_la-gasyncinitable.lo `test -f 'gasyncinitable.c' || echo './'`gasyncinitable.c
/bin/sh ../libtool --tag=CC --mode=compile gcc-5 -DHAVE_CONFIG_H -I. -I.. -I/mnt/linuxlab/home/rquackenbush1/.linuxbrew/Cellar/zlib/1.2.11/include -DG_LOG_DOMAIN=\"GLib-GIO\" -I.. -I../glib -I../glib -I.. -I../gmodule -DG_DISABLE_CAST_CHECKS -DGIO_COMPILATION -DGIO_MODULE_DIR=\"/mnt/linuxlab/home/rquackenbush1/.linuxbrew/lib/gio/modules\" -pthread -Wall -Wstrict-prototypes -Wno-bad-function-cast -Werror=declaration-after-statement -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self -Werror=format=2 -Werror=missing-include-dirs -fvisibility=hidden -I/mnt/linuxlab/home/rquackenbush1/.linuxbrew/Cellar/util-linux/2.32.1_2/include/libmount -I/mnt/linuxlab/home/rquackenbush1/.linuxbrew/Cellar/util-linux/2.32.1_2/include/blkid -I/mnt/linuxlab/home/rquackenbush1/.linuxbrew/Cellar/util-linux/2.32.1_2/include/uuid -g -O2 -fno-strict-aliasing -c -o libgio_2_0_la-gasyncresult.lo `test -f 'gasyncresult.c' || echo './'`gasyncresult.c
libtool: compile: gcc-5 -DHAVE_CONFIG_H -I. -I.. -I/mnt/linuxlab/home/rquackenbush1/.linuxbrew/Cellar/zlib/1.2.11/include -DG_LOG_DOMAIN=\"GLib-GIO\" -I.. -I../glib -I../glib -I.. -I../gmodule -DG_DISABLE_CAST_CHECKS -DGIO_COMPILATION -DGIO_MODULE_DIR=\"/mnt/linuxlab/home/rquackenbush1/.linuxbrew/lib/gio/modules\" -pthread -Wall -Wstrict-prototypes -Wno-bad-function-cast -Werror=declaration-after-statement -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self -Werror=format=2 -Werror=missing-include-dirs -fvisibility=hidden -I/mnt/linuxlab/home/rquackenbush1/.linuxbrew/Cellar/util-linux/2.32.1_2/include/libmount -I/mnt/linuxlab/home/rquackenbush1/.linuxbrew/Cellar/util-linux/2.32.1_2/include/blkid -I/mnt/linuxlab/home/rquackenbush1/.linuxbrew/Cellar/util-linux/2.32.1_2/include/uuid -g -O2 -fno-strict-aliasing -c gasyncinitable.c -fPIC -DPIC -o .libs/libgio_2_0_la-gasyncinitable.o
libtool: compile: gcc-5 -DHAVE_CONFIG_H -I. -I.. -I/mnt/linuxlab/home/rquackenbush1/.linuxbrew/Cellar/zlib/1.2.11/include -DG_LOG_DOMAIN=\"GLib-GIO\" -I.. -I../glib -I../glib -I.. -I../gmodule -DG_DISABLE_CAST_CHECKS -DGIO_COMPILATION -DGIO_MODULE_DIR=\"/mnt/linuxlab/home/rquackenbush1/.linuxbrew/lib/gio/modules\" -pthread -Wall -Wstrict-prototypes -Wno-bad-function-cast -Werror=declaration-after-statement -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self -Werror=format=2 -Werror=missing-include-dirs -fvisibility=hidden -I/mnt/linuxlab/home/rquackenbush1/.linuxbrew/Cellar/util-linux/2.32.1_2/include/libmount -I/mnt/linuxlab/home/rquackenbush1/.linuxbrew/Cellar/util-linux/2.32.1_2/include/blkid -I/mnt/linuxlab/home/rquackenbush1/.linuxbrew/Cellar/util-linux/2.32.1_2/include/uuid -g -O2 -fno-strict-aliasing -c gasyncresult.c -fPIC -DPIC -o .libs/libgio_2_0_la-gasyncresult.o
libtool: compile: gcc-5 -DHAVE_CONFIG_H -I. -I.. -I/mnt/linuxlab/home/rquackenbush1/.linuxbrew/Cellar/zlib/1.2.11/include -DG_LOG_DOMAIN=\"GLib-GIO\" -I.. -I../glib -I../glib -I.. -I../gmodule -DG_DISABLE_CAST_CHECKS -DGIO_COMPILATION -DGIO_MODULE_DIR=\"/mnt/linuxlab/home/rquackenbush1/.linuxbrew/lib/gio/modules\" -pthread -Wall -Wstrict-prototypes -Wno-bad-function-cast -Werror=declaration-after-statement -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self -Werror=format=2 -Werror=missing-include-dirs -fvisibility=hidden -I/mnt/linuxlab/home/rquackenbush1/.linuxbrew/Cellar/util-linux/2.32.1_2/include/libmount -I/mnt/linuxlab/home/rquackenbush1/.linuxbrew/Cellar/util-linux/2.32.1_2/include/blkid -I/mnt/linuxlab/home/rquackenbush1/.linuxbrew/Cellar/util-linux/2.32.1_2/include/uuid -g -O2 -fno-strict-aliasing -c gasynchelper.c -o libgio_2_0_la-gasynchelper.o >/dev/null 2>&1
libtool: compile: gcc-5 -DHAVE_CONFIG_H -I. -I.. -I/mnt/linuxlab/home/rquackenbush1/.linuxbrew/Cellar/zlib/1.2.11/include -DG_LOG_DOMAIN=\"GLib-GIO\" -I.. -I../glib -I../glib -I.. -I../gmodule -DG_DISABLE_CAST_CHECKS -DGIO_COMPILATION -DGIO_MODULE_DIR=\"/mnt/linuxlab/home/rquackenbush1/.linuxbrew/lib/gio/modules\" -pthread -Wall -Wstrict-prototypes -Wno-bad-function-cast -Werror=declaration-after-statement -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self -Werror=format=2 -Werror=missing-include-dirs -fvisibility=hidden -I/mnt/linuxlab/home/rquackenbush1/.linuxbrew/Cellar/util-linux/2.32.1_2/include/libmount -I/mnt/linuxlab/home/rquackenbush1/.linuxbrew/Cellar/util-linux/2.32.1_2/include/blkid -I/mnt/linuxlab/home/rquackenbush1/.linuxbrew/Cellar/util-linux/2.32.1_2/include/uuid -g -O2 -fno-strict-aliasing -c gappinfo.c -o libgio_2_0_la-gappinfo.o >/dev/null 2>&1
libtool: compile: gcc-5 -DHAVE_CONFIG_H -I. -I.. -I/mnt/linuxlab/home/rquackenbush1/.linuxbrew/Cellar/zlib/1.2.11/include -DG_LOG_DOMAIN=\"GLib-GIO\" -I.. -I../glib -I../glib -I.. -I../gmodule -DG_DISABLE_CAST_CHECKS -DGIO_COMPILATION -DGIO_MODULE_DIR=\"/mnt/linuxlab/home/rquackenbush1/.linuxbrew/lib/gio/modules\" -pthread -Wall -Wstrict-prototypes -Wno-bad-function-cast -Werror=declaration-after-statement -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self -Werror=format=2 -Werror=missing-include-dirs -fvisibility=hidden -I/mnt/linuxlab/home/rquackenbush1/.linuxbrew/Cellar/util-linux/2.32.1_2/include/libmount -I/mnt/linuxlab/home/rquackenbush1/.linuxbrew/Cellar/util-linux/2.32.1_2/include/blkid -I/mnt/linuxlab/home/rquackenbush1/.linuxbrew/Cellar/util-linux/2.32.1_2/include/uuid -g -O2 -fno-strict-aliasing -c gasyncinitable.c -o libgio_2_0_la-gasyncinitable.o >/dev/null 2>&1
/bin/sh ../libtool --tag=CC --mode=compile gcc-5 -DHAVE_CONFIG_H -I. -I.. -I/mnt/linuxlab/home/rquackenbush1/.linuxbrew/Cellar/zlib/1.2.11/include -DG_LOG_DOMAIN=\"GLib-GIO\" -I.. -I../glib -I../glib -I.. -I../gmodule -DG_DISABLE_CAST_CHECKS -DGIO_COMPILATION -DGIO_MODULE_DIR=\"/mnt/linuxlab/home/rquackenbush1/.linuxbrew/lib/gio/modules\" -pthread -Wall -Wstrict-prototypes -Wno-bad-function-cast -Werror=declaration-after-statement -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self -Werror=format=2 -Werror=missing-include-dirs -fvisibility=hidden -I/mnt/linuxlab/home/rquackenbush1/.linuxbrew/Cellar/util-linux/2.32.1_2/include/libmount -I/mnt/linuxlab/home/rquackenbush1/.linuxbrew/Cellar/util-linux/2.32.1_2/include/blkid -I/mnt/linuxlab/home/rquackenbush1/.linuxbrew/Cellar/util-linux/2.32.1_2/include/uuid -g -O2 -fno-strict-aliasing -c -o libgio_2_0_la-gbufferedinputstream.lo `test -f 'gbufferedinputstream.c' || echo './'`gbufferedinputstream.c
libtool: compile: gcc-5 -DHAVE_CONFIG_H -I. -I.. -I/mnt/linuxlab/home/rquackenbush1/.linuxbrew/Cellar/zlib/1.2.11/include -DG_LOG_DOMAIN=\"GLib-GIO\" -I.. -I../glib -I../glib -I.. -I../gmodule -DG_DISABLE_CAST_CHECKS -DGIO_COMPILATION -DGIO_MODULE_DIR=\"/mnt/linuxlab/home/rquackenbush1/.linuxbrew/lib/gio/modules\" -pthread -Wall -Wstrict-prototypes -Wno-bad-function-cast -Werror=declaration-after-statement -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self -Werror=format=2 -Werror=missing-include-dirs -fvisibility=hidden -I/mnt/linuxlab/home/rquackenbush1/.linuxbrew/Cellar/util-linux/2.32.1_2/include/libmount -I/mnt/linuxlab/home/rquackenbush1/.linuxbrew/Cellar/util-linux/2.32.1_2/include/blkid -I/mnt/linuxlab/home/rquackenbush1/.linuxbrew/Cellar/util-linux/2.32.1_2/include/uuid -g -O2 -fno-strict-aliasing -c gasyncresult.c -o libgio_2_0_la-gasyncresult.o >/dev/null 2>&1
libtool: compile: gcc-5 -DHAVE_CONFIG_H -I. -I.. -I/mnt/linuxlab/home/rquackenbush1/.linuxbrew/Cellar/zlib/1.2.11/include -DG_LOG_DOMAIN=\"GLib-GIO\" -I.. -I../glib -I../glib -I.. -I../gmodule -DG_DISABLE_CAST_CHECKS -DGIO_COMPILATION -DGIO_MODULE_DIR=\"/mnt/linuxlab/home/rquackenbush1/.linuxbrew/lib/gio/modules\" -pthread -Wall -Wstrict-prototypes -Wno-bad-function-cast -Werror=declaration-after-statement -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self -Werror=format=2 -Werror=missing-include-dirs -fvisibility=hidden -I/mnt/linuxlab/home/rquackenbush1/.linuxbrew/Cellar/util-linux/2.32.1_2/include/libmount -I/mnt/linuxlab/home/rquackenbush1/.linuxbrew/Cellar/util-linux/2.32.1_2/include/blkid -I/mnt/linuxlab/home/rquackenbush1/.linuxbrew/Cellar/util-linux/2.32.1_2/include/uuid -g -O2 -fno-strict-aliasing -c gbufferedinputstream.c -fPIC -DPIC -o .libs/libgio_2_0_la-gbufferedinputstream.o
/bin/sh ../libtool --tag=CC --mode=compile gcc-5 -DHAVE_CONFIG_H -I. -I.. -I/mnt/linuxlab/home/rquackenbush1/.linuxbrew/Cellar/zlib/1.2.11/include -DG_LOG_DOMAIN=\"GLib-GIO\" -I.. -I../glib -I../glib -I.. -I../gmodule -DG_DISABLE_CAST_CHECKS -DGIO_COMPILATION -DGIO_MODULE_DIR=\"/mnt/linuxlab/home/rquackenbush1/.linuxbrew/lib/gio/modules\" -pthread -Wall -Wstrict-prototypes -Wno-bad-function-cast -Werror=declaration-after-statement -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self -Werror=format=2 -Werror=missing-include-dirs -fvisibility=hidden -I/mnt/linuxlab/home/rquackenbush1/.linuxbrew/Cellar/util-linux/2.32.1_2/include/libmount -I/mnt/linuxlab/home/rquackenbush1/.linuxbrew/Cellar/util-linux/2.32.1_2/include/blkid -I/mnt/linuxlab/home/rquackenbush1/.linuxbrew/Cellar/util-linux/2.32.1_2/include/uuid -g -O2 -fno-strict-aliasing -c -o libgio_2_0_la-gbufferedoutputstream.lo `test -f 'gbufferedoutputstream.c' || echo './'`gbufferedoutputstream.c
/bin/sh ../libtool --tag=CC --mode=compile gcc-5 -DHAVE_CONFIG_H -I. -I.. -I/mnt/linuxlab/home/rquackenbush1/.linuxbrew/Cellar/zlib/1.2.11/include -DG_LOG_DOMAIN=\"GLib-GIO\" -I.. -I../glib -I../glib -I.. -I../gmodule -DG_DISABLE_CAST_CHECKS -DGIO_COMPILATION -DGIO_MODULE_DIR=\"/mnt/linuxlab/home/rquackenbush1/.linuxbrew/lib/gio/modules\" -pthread -Wall -Wstrict-prototypes -Wno-bad-function-cast -Werror=declaration-after-statement -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self -Werror=format=2 -Werror=missing-include-dirs -fvisibility=hidden -I/mnt/linuxlab/home/rquackenbush1/.linuxbrew/Cellar/util-linux/2.32.1_2/include/libmount -I/mnt/linuxlab/home/rquackenbush1/.linuxbrew/Cellar/util-linux/2.32.1_2/include/blkid -I/mnt/linuxlab/home/rquackenbush1/.linuxbrew/Cellar/util-linux/2.32.1_2/include/uuid -g -O2 -fno-strict-aliasing -c -o libgio_2_0_la-gbytesicon.lo `test -f 'gbytesicon.c' || echo './'`gbytesicon.c
/bin/sh ../libtool --tag=CC --mode=compile gcc-5 -DHAVE_CONFIG_H -I. -I.. -I/mnt/linuxlab/home/rquackenbush1/.linuxbrew/Cellar/zlib/1.2.11/include -DG_LOG_DOMAIN=\"GLib-GIO\" -I.. -I../glib -I../glib -I.. -I../gmodule -DG_DISABLE_CAST_CHECKS -DGIO_COMPILATION -DGIO_MODULE_DIR=\"/mnt/linuxlab/home/rquackenbush1/.linuxbrew/lib/gio/modules\" -pthread -Wall -Wstrict-prototypes -Wno-bad-function-cast -Werror=declaration-after-statement -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self -Werror=format=2 -Werror=missing-include-dirs -fvisibility=hidden -I/mnt/linuxlab/home/rquackenbush1/.linuxbrew/Cellar/util-linux/2.32.1_2/include/libmount -I/mnt/linuxlab/home/rquackenbush1/.linuxbrew/Cellar/util-linux/2.32.1_2/include/blkid -I/mnt/linuxlab/home/rquackenbush1/.linuxbrew/Cellar/util-linux/2.32.1_2/include/uuid -g -O2 -fno-strict-aliasing -c -o libgio_2_0_la-gcancellable.lo `test -f 'gcancellable.c' || echo './'`gcancellable.c
libtool: compile: gcc-5 -DHAVE_CONFIG_H -I. -I.. -I/mnt/linuxlab/home/rquackenbush1/.linuxbrew/Cellar/zlib/1.2.11/include -DG_LOG_DOMAIN=\"GLib-GIO\" -I.. -I../glib -I../glib -I.. -I../gmodule -DG_DISABLE_CAST_CHECKS -DGIO_COMPILATION -DGIO_MODULE_DIR=\"/mnt/linuxlab/home/rquackenbush1/.linuxbrew/lib/gio/modules\" -pthread -Wall -Wstrict-prototypes -Wno-bad-function-cast -Werror=declaration-after-statement -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self -Werror=format=2 -Werror=missing-include-dirs -fvisibility=hidden -I/mnt/linuxlab/home/rquackenbush1/.linuxbrew/Cellar/util-linux/2.32.1_2/include/libmount -I/mnt/linuxlab/home/rquackenbush1/.linuxbrew/Cellar/util-linux/2.32.1_2/include/blkid -I/mnt/linuxlab/home/rquackenbush1/.linuxbrew/Cellar/util-linux/2.32.1_2/include/uuid -g -O2 -fno-strict-aliasing -c gbufferedoutputstream.c -fPIC -DPIC -o .libs/libgio_2_0_la-gbufferedoutputstream.o
libtool: compile: gcc-5 -DHAVE_CONFIG_H -I. -I.. -I/mnt/linuxlab/home/rquackenbush1/.linuxbrew/Cellar/zlib/1.2.11/include -DG_LOG_DOMAIN=\"GLib-GIO\" -I.. -I../glib -I../glib -I.. -I../gmodule -DG_DISABLE_CAST_CHECKS -DGIO_COMPILATION -DGIO_MODULE_DIR=\"/mnt/linuxlab/home/rquackenbush1/.linuxbrew/lib/gio/modules\" -pthread -Wall -Wstrict-prototypes -Wno-bad-function-cast -Werror=declaration-after-statement -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self -Werror=format=2 -Werror=missing-include-dirs -fvisibility=hidden -I/mnt/linuxlab/home/rquackenbush1/.linuxbrew/Cellar/util-linux/2.32.1_2/include/libmount -I/mnt/linuxlab/home/rquackenbush1/.linuxbrew/Cellar/util-linux/2.32.1_2/include/blkid -I/mnt/linuxlab/home/rquackenbush1/.linuxbrew/Cellar/util-linux/2.32.1_2/include/uuid -g -O2 -fno-strict-aliasing -c gbytesicon.c -fPIC -DPIC -o .libs/libgio_2_0_la-gbytesicon.o
libtool: compile: gcc-5 -DHAVE_CONFIG_H -I. -I.. -I/mnt/linuxlab/home/rquackenbush1/.linuxbrew/Cellar/zlib/1.2.11/include -DG_LOG_DOMAIN=\"GLib-GIO\" -I.. -I../glib -I../glib -I.. -I../gmodule -DG_DISABLE_CAST_CHECKS -DGIO_COMPILATION -DGIO_MODULE_DIR=\"/mnt/linuxlab/home/rquackenbush1/.linuxbrew/lib/gio/modules\" -pthread -Wall -Wstrict-prototypes -Wno-bad-function-cast -Werror=declaration-after-statement -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self -Werror=format=2 -Werror=missing-include-dirs -fvisibility=hidden -I/mnt/linuxlab/home/rquackenbush1/.linuxbrew/Cellar/util-linux/2.32.1_2/include/libmount -I/mnt/linuxlab/home/rquackenbush1/.linuxbrew/Cellar/util-linux/2.32.1_2/include/blkid -I/mnt/linuxlab/home/rquackenbush1/.linuxbrew/Cellar/util-linux/2.32.1_2/include/uuid -g -O2 -fno-strict-aliasing -c gbufferedinputstream.c -o libgio_2_0_la-gbufferedinputstream.o >/dev/null 2>&1
libtool: compile: gcc-5 -DHAVE_CONFIG_H -I. -I.. -I/mnt/linuxlab/home/rquackenbush1/.linuxbrew/Cellar/zlib/1.2.11/include -DG_LOG_DOMAIN=\"GLib-GIO\" -I.. -I../glib -I../glib -I.. -I../gmodule -DG_DISABLE_CAST_CHECKS -DGIO_COMPILATION -DGIO_MODULE_DIR=\"/mnt/linuxlab/home/rquackenbush1/.linuxbrew/lib/gio/modules\" -pthread -Wall -Wstrict-prototypes -Wno-bad-function-cast -Werror=declaration-after-statement -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self -Werror=format=2 -Werror=missing-include-dirs -fvisibility=hidden -I/mnt/linuxlab/home/rquackenbush1/.linuxbrew/Cellar/util-linux/2.32.1_2/include/libmount -I/mnt/linuxlab/home/rquackenbush1/.linuxbrew/Cellar/util-linux/2.32.1_2/include/blkid -I/mnt/linuxlab/home/rquackenbush1/.linuxbrew/Cellar/util-linux/2.32.1_2/include/uuid -g -O2 -fno-strict-aliasing -c gcancellable.c -fPIC -DPIC -o .libs/libgio_2_0_la-gcancellable.o
libtool: compile: gcc-5 -DHAVE_CONFIG_H -I. -I.. -I/mnt/linuxlab/home/rquackenbush1/.linuxbrew/Cellar/zlib/1.2.11/include -DG_LOG_DOMAIN=\"GLib-GIO\" -I.. -I../glib -I../glib -I.. -I../gmodule -DG_DISABLE_CAST_CHECKS -DGIO_COMPILATION -DGIO_MODULE_DIR=\"/mnt/linuxlab/home/rquackenbush1/.linuxbrew/lib/gio/modules\" -pthread -Wall -Wstrict-prototypes -Wno-bad-function-cast -Werror=declaration-after-statement -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self -Werror=format=2 -Werror=missing-include-dirs -fvisibility=hidden -I/mnt/linuxlab/home/rquackenbush1/.linuxbrew/Cellar/util-linux/2.32.1_2/include/libmount -I/mnt/linuxlab/home/rquackenbush1/.linuxbrew/Cellar/util-linux/2.32.1_2/include/blkid -I/mnt/linuxlab/home/rquackenbush1/.linuxbrew/Cellar/util-linux/2.32.1_2/include/uuid -g -O2 -fno-strict-aliasing -c gbytesicon.c -o libgio_2_0_la-gbytesicon.o >/dev/null 2>&1
libtool: compile: gcc-5 -DHAVE_CONFIG_H -I. -I.. -I/mnt/linuxlab/home/rquackenbush1/.linuxbrew/Cellar/zlib/1.2.11/include -DG_LOG_DOMAIN=\"GLib-GIO\" -I.. -I../glib -I../glib -I.. -I../gmodule -DG_DISABLE_CAST_CHECKS -DGIO_COMPILATION -DGIO_MODULE_DIR=\"/mnt/linuxlab/home/rquackenbush1/.linuxbrew/lib/gio/modules\" -pthread -Wall -Wstrict-prototypes -Wno-bad-function-cast -Werror=declaration-after-statement -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self -Werror=format=2 -Werror=missing-include-dirs -fvisibility=hidden -I/mnt/linuxlab/home/rquackenbush1/.linuxbrew/Cellar/util-linux/2.32.1_2/include/libmount -I/mnt/linuxlab/home/rquackenbush1/.linuxbrew/Cellar/util-linux/2.32.1_2/include/blkid -I/mnt/linuxlab/home/rquackenbush1/.linuxbrew/Cellar/util-linux/2.32.1_2/include/uuid -g -O2 -fno-strict-aliasing -c gbufferedoutputstream.c -o libgio_2_0_la-gbufferedoutputstream.o >/dev/null 2>&1
libtool: compile: gcc-5 -DHAVE_CONFIG_H -I. -I.. -I/mnt/linuxlab/home/rquackenbush1/.linuxbrew/Cellar/zlib/1.2.11/include -DG_LOG_DOMAIN=\"GLib-GIO\" -I.. -I../glib -I../glib -I.. -I../gmodule -DG_DISABLE_CAST_CHECKS -DGIO_COMPILATION -DGIO_MODULE_DIR=\"/mnt/linuxlab/home/rquackenbush1/.linuxbrew/lib/gio/modules\" -pthread -Wall -Wstrict-prototypes -Wno-bad-function-cast -Werror=declaration-after-statement -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self -Werror=format=2 -Werror=missing-include-dirs -fvisibility=hidden -I/mnt/linuxlab/home/rquackenbush1/.linuxbrew/Cellar/util-linux/2.32.1_2/include/libmount -I/mnt/linuxlab/home/rquackenbush1/.linuxbrew/Cellar/util-linux/2.32.1_2/include/blkid -I/mnt/linuxlab/home/rquackenbush1/.linuxbrew/Cellar/util-linux/2.32.1_2/include/uuid -g -O2 -fno-strict-aliasing -c gcancellable.c -o libgio_2_0_la-gcancellable.o >/dev/null 2>&1
/bin/sh ../libtool --tag=CC --mode=compile gcc-5 -DHAVE_CONFIG_H -I. -I.. -I/mnt/linuxlab/home/rquackenbush1/.linuxbrew/Cellar/zlib/1.2.11/include -DG_LOG_DOMAIN=\"GLib-GIO\" -I.. -I../glib -I../glib -I.. -I../gmodule -DG_DISABLE_CAST_CHECKS -DGIO_COMPILATION -DGIO_MODULE_DIR=\"/mnt/linuxlab/home/rquackenbush1/.linuxbrew/lib/gio/modules\" -pthread -Wall -Wstrict-prototypes -Wno-bad-function-cast -Werror=declaration-after-statement -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self -Werror=format=2 -Werror=missing-include-dirs -fvisibility=hidden -I/mnt/linuxlab/home/rquackenbush1/.linuxbrew/Cellar/util-linux/2.32.1_2/include/libmount -I/mnt/linuxlab/home/rquackenbush1/.linuxbrew/Cellar/util-linux/2.32.1_2/include/blkid -I/mnt/linuxlab/home/rquackenbush1/.linuxbrew/Cellar/util-linux/2.32.1_2/include/uuid -g -O2 -fno-strict-aliasing -c -o libgio_2_0_la-gcharsetconverter.lo `test -f 'gcharsetconverter.c' || echo './'`gcharsetconverter.c
/bin/sh ../libtool --tag=CC --mode=compile gcc-5 -DHAVE_CONFIG_H -I. -I.. -I/mnt/linuxlab/home/rquackenbush1/.linuxbrew/Cellar/zlib/1.2.11/include -DG_LOG_DOMAIN=\"GLib-GIO\" -I.. -I../glib -I../glib -I.. -I../gmodule -DG_DISABLE_CAST_CHECKS -DGIO_COMPILATION -DGIO_MODULE_DIR=\"/mnt/linuxlab/home/rquackenbush1/.linuxbrew/lib/gio/modules\" -pthread -Wall -Wstrict-prototypes -Wno-bad-function-cast -Werror=declaration-after-statement -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self -Werror=format=2 -Werror=missing-include-dirs -fvisibility=hidden -I/mnt/linuxlab/home/rquackenbush1/.linuxbrew/Cellar/util-linux/2.32.1_2/include/libmount -I/mnt/linuxlab/home/rquackenbush1/.linuxbrew/Cellar/util-linux/2.32.1_2/include/blkid -I/mnt/linuxlab/home/rquackenbush1/.linuxbrew/Cellar/util-linux/2.32.1_2/include/uuid -g -O2 -fno-strict-aliasing -c -o libgio_2_0_la-gcontextspecificgroup.lo `test -f 'gcontextspecificgroup.c' || echo './'`gcontextspecificgroup.c
/bin/sh ../libtool --tag=CC --mode=compile gcc-5 -DHAVE_CONFIG_H -I. -I.. -I/mnt/linuxlab/home/rquackenbush1/.linuxbrew/Cellar/zlib/1.2.11/include -DG_LOG_DOMAIN=\"GLib-GIO\" -I.. -I../glib -I../glib -I.. -I../gmodule -DG_DISABLE_CAST_CHECKS -DGIO_COMPILATION -DGIO_MODULE_DIR=\"/mnt/linuxlab/home/rquackenbush1/.linuxbrew/lib/gio/modules\" -pthread -Wall -Wstrict-prototypes -Wno-bad-function-cast -Werror=declaration-after-statement -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self -Werror=format=2 -Werror=missing-include-dirs -fvisibility=hidden -I/mnt/linuxlab/home/rquackenbush1/.linuxbrew/Cellar/util-linux/2.32.1_2/include/libmount -I/mnt/linuxlab/home/rquackenbush1/.linuxbrew/Cellar/util-linux/2.32.1_2/include/blkid -I/mnt/linuxlab/home/rquackenbush1/.linuxbrew/Cellar/util-linux/2.32.1_2/include/uuid -g -O2 -fno-strict-aliasing -c -o libgio_2_0_la-gconverter.lo `test -f 'gconverter.c' || echo './'`gconverter.c
libtool: compile: gcc-5 -DHAVE_CONFIG_H -I. -I.. -I/mnt/linuxlab/home/rquackenbush1/.linuxbrew/Cellar/zlib/1.2.11/include -DG_LOG_DOMAIN=\"GLib-GIO\" -I.. -I../glib -I../glib -I.. -I../gmodule -DG_DISABLE_CAST_CHECKS -DGIO_COMPILATION -DGIO_MODULE_DIR=\"/mnt/linuxlab/home/rquackenbush1/.linuxbrew/lib/gio/modules\" -pthread -Wall -Wstrict-prototypes -Wno-bad-function-cast -Werror=declaration-after-statement -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self -Werror=format=2 -Werror=missing-include-dirs -fvisibility=hidden -I/mnt/linuxlab/home/rquackenbush1/.linuxbrew/Cellar/util-linux/2.32.1_2/include/libmount -I/mnt/linuxlab/home/rquackenbush1/.linuxbrew/Cellar/util-linux/2.32.1_2/include/blkid -I/mnt/linuxlab/home/rquackenbush1/.linuxbrew/Cellar/util-linux/2.32.1_2/include/uuid -g -O2 -fno-strict-aliasing -c gcharsetconverter.c -fPIC -DPIC -o .libs/libgio_2_0_la-gcharsetconverter.o
libtool: compile: gcc-5 -DHAVE_CONFIG_H -I. -I.. -I/mnt/linuxlab/home/rquackenbush1/.linuxbrew/Cellar/zlib/1.2.11/include -DG_LOG_DOMAIN=\"GLib-GIO\" -I.. -I../glib -I../glib -I.. -I../gmodule -DG_DISABLE_CAST_CHECKS -DGIO_COMPILATION -DGIO_MODULE_DIR=\"/mnt/linuxlab/home/rquackenbush1/.linuxbrew/lib/gio/modules\" -pthread -Wall -Wstrict-prototypes -Wno-bad-function-cast -Werror=declaration-after-statement -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self -Werror=format=2 -Werror=missing-include-dirs -fvisibility=hidden -I/mnt/linuxlab/home/rquackenbush1/.linuxbrew/Cellar/util-linux/2.32.1_2/include/libmount -I/mnt/linuxlab/home/rquackenbush1/.linuxbrew/Cellar/util-linux/2.32.1_2/include/blkid -I/mnt/linuxlab/home/rquackenbush1/.linuxbrew/Cellar/util-linux/2.32.1_2/include/uuid -g -O2 -fno-strict-aliasing -c gcontextspecificgroup.c -fPIC -DPIC -o .libs/libgio_2_0_la-gcontextspecificgroup.o
/bin/sh ../libtool --tag=CC --mode=compile gcc-5 -DHAVE_CONFIG_H -I. -I.. -I/mnt/linuxlab/home/rquackenbush1/.linuxbrew/Cellar/zlib/1.2.11/include -DG_LOG_DOMAIN=\"GLib-GIO\" -I.. -I../glib -I../glib -I.. -I../gmodule -DG_DISABLE_CAST_CHECKS -DGIO_COMPILATION -DGIO_MODULE_DIR=\"/mnt/linuxlab/home/rquackenbush1/.linuxbrew/lib/gio/modules\" -pthread -Wall -Wstrict-prototypes -Wno-bad-function-cast -Werror=declaration-after-statement -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self -Werror=format=2 -Werror=missing-include-dirs -fvisibility=hidden -I/mnt/linuxlab/home/rquackenbush1/.linuxbrew/Cellar/util-linux/2.32.1_2/include/libmount -I/mnt/linuxlab/home/rquackenbush1/.linuxbrew/Cellar/util-linux/2.32.1_2/include/blkid -I/mnt/linuxlab/home/rquackenbush1/.linuxbrew/Cellar/util-linux/2.32.1_2/include/uuid -g -O2 -fno-strict-aliasing -c -o libgio_2_0_la-gconverterinputstream.lo `test -f 'gconverterinputstream.c' || echo './'`gconverterinputstream.c
libtool: compile: gcc-5 -DHAVE_CONFIG_H -I. -I.. -I/mnt/linuxlab/home/rquackenbush1/.linuxbrew/Cellar/zlib/1.2.11/include -DG_LOG_DOMAIN=\"GLib-GIO\" -I.. -I../glib -I../glib -I.. -I../gmodule -DG_DISABLE_CAST_CHECKS -DGIO_COMPILATION -DGIO_MODULE_DIR=\"/mnt/linuxlab/home/rquackenbush1/.linuxbrew/lib/gio/modules\" -pthread -Wall -Wstrict-prototypes -Wno-bad-function-cast -Werror=declaration-after-statement -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self -Werror=format=2 -Werror=missing-include-dirs -fvisibility=hidden -I/mnt/linuxlab/home/rquackenbush1/.linuxbrew/Cellar/util-linux/2.32.1_2/include/libmount -I/mnt/linuxlab/home/rquackenbush1/.linuxbrew/Cellar/util-linux/2.32.1_2/include/blkid -I/mnt/linuxlab/home/rquackenbush1/.linuxbrew/Cellar/util-linux/2.32.1_2/include/uuid -g -O2 -fno-strict-aliasing -c gconverter.c -fPIC -DPIC -o .libs/libgio_2_0_la-gconverter.o
libtool: compile: gcc-5 -DHAVE_CONFIG_H -I. -I.. -I/mnt/linuxlab/home/rquackenbush1/.linuxbrew/Cellar/zlib/1.2.11/include -DG_LOG_DOMAIN=\"GLib-GIO\" -I.. -I../glib -I../glib -I.. -I../gmodule -DG_DISABLE_CAST_CHECKS -DGIO_COMPILATION -DGIO_MODULE_DIR=\"/mnt/linuxlab/home/rquackenbush1/.linuxbrew/lib/gio/modules\" -pthread -Wall -Wstrict-prototypes -Wno-bad-function-cast -Werror=declaration-after-statement -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self -Werror=format=2 -Werror=missing-include-dirs -fvisibility=hidden -I/mnt/linuxlab/home/rquackenbush1/.linuxbrew/Cellar/util-linux/2.32.1_2/include/libmount -I/mnt/linuxlab/home/rquackenbush1/.linuxbrew/Cellar/util-linux/2.32.1_2/include/blkid -I/mnt/linuxlab/home/rquackenbush1/.linuxbrew/Cellar/util-linux/2.32.1_2/include/uuid -g -O2 -fno-strict-aliasing -c gconverterinputstream.c -fPIC -DPIC -o .libs/libgio_2_0_la-gconverterinputstream.o
libtool: compile: gcc-5 -DHAVE_CONFIG_H -I. -I.. -I/mnt/linuxlab/home/rquackenbush1/.linuxbrew/Cellar/zlib/1.2.11/include -DG_LOG_DOMAIN=\"GLib-GIO\" -I.. -I../glib -I../glib -I.. -I../gmodule -DG_DISABLE_CAST_CHECKS -DGIO_COMPILATION -DGIO_MODULE_DIR=\"/mnt/linuxlab/home/rquackenbush1/.linuxbrew/lib/gio/modules\" -pthread -Wall -Wstrict-prototypes -Wno-bad-function-cast -Werror=declaration-after-statement -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self -Werror=format=2 -Werror=missing-include-dirs -fvisibility=hidden -I/mnt/linuxlab/home/rquackenbush1/.linuxbrew/Cellar/util-linux/2.32.1_2/include/libmount -I/mnt/linuxlab/home/rquackenbush1/.linuxbrew/Cellar/util-linux/2.32.1_2/include/blkid -I/mnt/linuxlab/home/rquackenbush1/.linuxbrew/Cellar/util-linux/2.32.1_2/include/uuid -g -O2 -fno-strict-aliasing -c gcharsetconverter.c -o libgio_2_0_la-gcharsetconverter.o >/dev/null 2>&1
libtool: compile: gcc-5 -DHAVE_CONFIG_H -I. -I.. -I/mnt/linuxlab/home/rquackenbush1/.linuxbrew/Cellar/zlib/1.2.11/include -DG_LOG_DOMAIN=\"GLib-GIO\" -I.. -I../glib -I../glib -I.. -I../gmodule -DG_DISABLE_CAST_CHECKS -DGIO_COMPILATION -DGIO_MODULE_DIR=\"/mnt/linuxlab/home/rquackenbush1/.linuxbrew/lib/gio/modules\" -pthread -Wall -Wstrict-prototypes -Wno-bad-function-cast -Werror=declaration-after-statement -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self -Werror=format=2 -Werror=missing-include-dirs -fvisibility=hidden -I/mnt/linuxlab/home/rquackenbush1/.linuxbrew/Cellar/util-linux/2.32.1_2/include/libmount -I/mnt/linuxlab/home/rquackenbush1/.linuxbrew/Cellar/util-linux/2.32.1_2/include/blkid -I/mnt/linuxlab/home/rquackenbush1/.linuxbrew/Cellar/util-linux/2.32.1_2/include/uuid -g -O2 -fno-strict-aliasing -c gcontextspecificgroup.c -o libgio_2_0_la-gcontextspecificgroup.o >/dev/null 2>&1
libtool: compile: gcc-5 -DHAVE_CONFIG_H -I. -I.. -I/mnt/linuxlab/home/rquackenbush1/.linuxbrew/Cellar/zlib/1.2.11/include -DG_LOG_DOMAIN=\"GLib-GIO\" -I.. -I../glib -I../glib -I.. -I../gmodule -DG_DISABLE_CAST_CHECKS -DGIO_COMPILATION -DGIO_MODULE_DIR=\"/mnt/linuxlab/home/rquackenbush1/.linuxbrew/lib/gio/modules\" -pthread -Wall -Wstrict-prototypes -Wno-bad-function-cast -Werror=declaration-after-statement -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self -Werror=format=2 -Werror=missing-include-dirs -fvisibility=hidden -I/mnt/linuxlab/home/rquackenbush1/.linuxbrew/Cellar/util-linux/2.32.1_2/include/libmount -I/mnt/linuxlab/home/rquackenbush1/.linuxbrew/Cellar/util-linux/2.32.1_2/include/blkid -I/mnt/linuxlab/home/rquackenbush1/.linuxbrew/Cellar/util-linux/2.32.1_2/include/uuid -g -O2 -fno-strict-aliasing -c gconverter.c -o libgio_2_0_la-gconverter.o >/dev/null 2>&1
/bin/sh ../libtool --tag=CC --mode=compile gcc-5 -DHAVE_CONFIG_H -I. -I.. -I/mnt/linuxlab/home/rquackenbush1/.linuxbrew/Cellar/zlib/1.2.11/include -DG_LOG_DOMAIN=\"GLib-GIO\" -I.. -I../glib -I../glib -I.. -I../gmodule -DG_DISABLE_CAST_CHECKS -DGIO_COMPILATION -DGIO_MODULE_DIR=\"/mnt/linuxlab/home/rquackenbush1/.linuxbrew/lib/gio/modules\" -pthread -Wall -Wstrict-prototypes -Wno-bad-function-cast -Werror=declaration-after-statement -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self -Werror=format=2 -Werror=missing-include-dirs -fvisibility=hidden -I/mnt/linuxlab/home/rquackenbush1/.linuxbrew/Cellar/util-linux/2.32.1_2/include/libmount -I/mnt/linuxlab/home/rquackenbush1/.linuxbrew/Cellar/util-linux/2.32.1_2/include/blkid -I/mnt/linuxlab/home/rquackenbush1/.linuxbrew/Cellar/util-linux/2.32.1_2/include/uuid -g -O2 -fno-strict-aliasing -c -o libgio_2_0_la-gconverteroutputstream.lo `test -f 'gconverteroutputstream.c' || echo './'`gconverteroutputstream.c
/bin/sh ../libtool --tag=CC --mode=compile gcc-5 -DHAVE_CONFIG_H -I. -I.. -I/mnt/linuxlab/home/rquackenbush1/.linuxbrew/Cellar/zlib/1.2.11/include -DG_LOG_DOMAIN=\"GLib-GIO\" -I.. -I../glib -I../glib -I.. -I../gmodule -DG_DISABLE_CAST_CHECKS -DGIO_COMPILATION -DGIO_MODULE_DIR=\"/mnt/linuxlab/home/rquackenbush1/.linuxbrew/lib/gio/modules\" -pthread -Wall -Wstrict-prototypes -Wno-bad-function-cast -Werror=declaration-after-statement -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self -Werror=format=2 -Werror=missing-include-dirs -fvisibility=hidden -I/mnt/linuxlab/home/rquackenbush1/.linuxbrew/Cellar/util-linux/2.32.1_2/include/libmount -I/mnt/linuxlab/home/rquackenbush1/.linuxbrew/Cellar/util-linux/2.32.1_2/include/blkid -I/mnt/linuxlab/home/rquackenbush1/.linuxbrew/Cellar/util-linux/2.32.1_2/include/uuid -g -O2 -fno-strict-aliasing -c -o libgio_2_0_la-gcredentials.lo `test -f 'gcredentials.c' || echo './'`gcredentials.c
libtool: compile: gcc-5 -DHAVE_CONFIG_H -I. -I.. -I/mnt/linuxlab/home/rquackenbush1/.linuxbrew/Cellar/zlib/1.2.11/include -DG_LOG_DOMAIN=\"GLib-GIO\" -I.. -I../glib -I../glib -I.. -I../gmodule -DG_DISABLE_CAST_CHECKS -DGIO_COMPILATION -DGIO_MODULE_DIR=\"/mnt/linuxlab/home/rquackenbush1/.linuxbrew/lib/gio/modules\" -pthread -Wall -Wstrict-prototypes -Wno-bad-function-cast -Werror=declaration-after-statement -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self -Werror=format=2 -Werror=missing-include-dirs -fvisibility=hidden -I/mnt/linuxlab/home/rquackenbush1/.linuxbrew/Cellar/util-linux/2.32.1_2/include/libmount -I/mnt/linuxlab/home/rquackenbush1/.linuxbrew/Cellar/util-linux/2.32.1_2/include/blkid -I/mnt/linuxlab/home/rquackenbush1/.linuxbrew/Cellar/util-linux/2.32.1_2/include/uuid -g -O2 -fno-strict-aliasing -c gconverterinputstream.c -o libgio_2_0_la-gconverterinputstream.o >/dev/null 2>&1
/bin/sh ../libtool --tag=CC --mode=compile gcc-5 -DHAVE_CONFIG_H -I. -I.. -I/mnt/linuxlab/home/rquackenbush1/.linuxbrew/Cellar/zlib/1.2.11/include -DG_LOG_DOMAIN=\"GLib-GIO\" -I.. -I../glib -I../glib -I.. -I../gmodule -DG_DISABLE_CAST_CHECKS -DGIO_COMPILATION -DGIO_MODULE_DIR=\"/mnt/linuxlab/home/rquackenbush1/.linuxbrew/lib/gio/modules\" -pthread -Wall -Wstrict-prototypes -Wno-bad-function-cast -Werror=declaration-after-statement -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self -Werror=format=2 -Werror=missing-include-dirs -fvisibility=hidden -I/mnt/linuxlab/home/rquackenbush1/.linuxbrew/Cellar/util-linux/2.32.1_2/include/libmount -I/mnt/linuxlab/home/rquackenbush1/.linuxbrew/Cellar/util-linux/2.32.1_2/include/blkid -I/mnt/linuxlab/home/rquackenbush1/.linuxbrew/Cellar/util-linux/2.32.1_2/include/uuid -g -O2 -fno-strict-aliasing -c -o libgio_2_0_la-gdatagrambased.lo `test -f 'gdatagrambased.c' || echo './'`gdatagrambased.c
libtool: compile: gcc-5 -DHAVE_CONFIG_H -I. -I.. -I/mnt/linuxlab/home/rquackenbush1/.linuxbrew/Cellar/zlib/1.2.11/include -DG_LOG_DOMAIN=\"GLib-GIO\" -I.. -I../glib -I../glib -I.. -I../gmodule -DG_DISABLE_CAST_CHECKS -DGIO_COMPILATION -DGIO_MODULE_DIR=\"/mnt/linuxlab/home/rquackenbush1/.linuxbrew/lib/gio/modules\" -pthread -Wall -Wstrict-prototypes -Wno-bad-function-cast -Werror=declaration-after-statement -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self -Werror=format=2 -Werror=missing-include-dirs -fvisibility=hidden -I/mnt/linuxlab/home/rquackenbush1/.linuxbrew/Cellar/util-linux/2.32.1_2/include/libmount -I/mnt/linuxlab/home/rquackenbush1/.linuxbrew/Cellar/util-linux/2.32.1_2/include/blkid -I/mnt/linuxlab/home/rquackenbush1/.linuxbrew/Cellar/util-linux/2.32.1_2/include/uuid -g -O2 -fno-strict-aliasing -c gcredentials.c -fPIC -DPIC -o .libs/libgio_2_0_la-gcredentials.o
libtool: compile: gcc-5 -DHAVE_CONFIG_H -I. -I.. -I/mnt/linuxlab/home/rquackenbush1/.linuxbrew/Cellar/zlib/1.2.11/include -DG_LOG_DOMAIN=\"GLib-GIO\" -I.. -I../glib -I../glib -I.. -I../gmodule -DG_DISABLE_CAST_CHECKS -DGIO_COMPILATION -DGIO_MODULE_DIR=\"/mnt/linuxlab/home/rquackenbush1/.linuxbrew/lib/gio/modules\" -pthread -Wall -Wstrict-prototypes -Wno-bad-function-cast -Werror=declaration-after-statement -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self -Werror=format=2 -Werror=missing-include-dirs -fvisibility=hidden -I/mnt/linuxlab/home/rquackenbush1/.linuxbrew/Cellar/util-linux/2.32.1_2/include/libmount -I/mnt/linuxlab/home/rquackenbush1/.linuxbrew/Cellar/util-linux/2.32.1_2/include/blkid -I/mnt/linuxlab/home/rquackenbush1/.linuxbrew/Cellar/util-linux/2.32.1_2/include/uuid -g -O2 -fno-strict-aliasing -c gconverteroutputstream.c -fPIC -DPIC -o .libs/libgio_2_0_la-gconverteroutputstream.o
libtool: compile: gcc-5 -DHAVE_CONFIG_H -I. -I.. -I/mnt/linuxlab/home/rquackenbush1/.linuxbrew/Cellar/zlib/1.2.11/include -DG_LOG_DOMAIN=\"GLib-GIO\" -I.. -I../glib -I../glib -I.. -I../gmodule -DG_DISABLE_CAST_CHECKS -DGIO_COMPILATION -DGIO_MODULE_DIR=\"/mnt/linuxlab/home/rquackenbush1/.linuxbrew/lib/gio/modules\" -pthread -Wall -Wstrict-prototypes -Wno-bad-function-cast -Werror=declaration-after-statement -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self -Werror=format=2 -Werror=missing-include-dirs -fvisibility=hidden -I/mnt/linuxlab/home/rquackenbush1/.linuxbrew/Cellar/util-linux/2.32.1_2/include/libmount -I/mnt/linuxlab/home/rquackenbush1/.linuxbrew/Cellar/util-linux/2.32.1_2/include/blkid -I/mnt/linuxlab/home/rquackenbush1/.linuxbrew/Cellar/util-linux/2.32.1_2/include/uuid -g -O2 -fno-strict-aliasing -c gdatagrambased.c -fPIC -DPIC -o .libs/libgio_2_0_la-gdatagrambased.o
/bin/sh ../libtool --tag=CC --mode=compile gcc-5 -DHAVE_CONFIG_H -I. -I.. -I/mnt/linuxlab/home/rquackenbush1/.linuxbrew/Cellar/zlib/1.2.11/include -DG_LOG_DOMAIN=\"GLib-GIO\" -I.. -I../glib -I../glib -I.. -I../gmodule -DG_DISABLE_CAST_CHECKS -DGIO_COMPILATION -DGIO_MODULE_DIR=\"/mnt/linuxlab/home/rquackenbush1/.linuxbrew/lib/gio/modules\" -pthread -Wall -Wstrict-prototypes -Wno-bad-function-cast -Werror=declaration-after-statement -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self -Werror=format=2 -Werror=missing-include-dirs -fvisibility=hidden -I/mnt/linuxlab/home/rquackenbush1/.linuxbrew/Cellar/util-linux/2.32.1_2/include/libmount -I/mnt/linuxlab/home/rquackenbush1/.linuxbrew/Cellar/util-linux/2.32.1_2/include/blkid -I/mnt/linuxlab/home/rquackenbush1/.linuxbrew/Cellar/util-linux/2.32.1_2/include/uuid -g -O2 -fno-strict-aliasing -c -o libgio_2_0_la-gdatainputstream.lo `test -f 'gdatainputstream.c' || echo './'`gdatainputstream.c
libtool: compile: gcc-5 -DHAVE_CONFIG_H -I. -I.. -I/mnt/linuxlab/home/rquackenbush1/.linuxbrew/Cellar/zlib/1.2.11/include -DG_LOG_DOMAIN=\"GLib-GIO\" -I.. -I../glib -I../glib -I.. -I../gmodule -DG_DISABLE_CAST_CHECKS -DGIO_COMPILATION -DGIO_MODULE_DIR=\"/mnt/linuxlab/home/rquackenbush1/.linuxbrew/lib/gio/modules\" -pthread -Wall -Wstrict-prototypes -Wno-bad-function-cast -Werror=declaration-after-statement -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self -Werror=format=2 -Werror=missing-include-dirs -fvisibility=hidden -I/mnt/linuxlab/home/rquackenbush1/.linuxbrew/Cellar/util-linux/2.32.1_2/include/libmount -I/mnt/linuxlab/home/rquackenbush1/.linuxbrew/Cellar/util-linux/2.32.1_2/include/blkid -I/mnt/linuxlab/home/rquackenbush1/.linuxbrew/Cellar/util-linux/2.32.1_2/include/uuid -g -O2 -fno-strict-aliasing -c gcredentials.c -o libgio_2_0_la-gcredentials.o >/dev/null 2>&1
libtool: compile: gcc-5 -DHAVE_CONFIG_H -I. -I.. -I/mnt/linuxlab/home/rquackenbush1/.linuxbrew/Cellar/zlib/1.2.11/include -DG_LOG_DOMAIN=\"GLib-GIO\" -I.. -I../glib -I../glib -I.. -I../gmodule -DG_DISABLE_CAST_CHECKS -DGIO_COMPILATION -DGIO_MODULE_DIR=\"/mnt/linuxlab/home/rquackenbush1/.linuxbrew/lib/gio/modules\" -pthread -Wall -Wstrict-prototypes -Wno-bad-function-cast -Werror=declaration-after-statement -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self -Werror=format=2 -Werror=missing-include-dirs -fvisibility=hidden -I/mnt/linuxlab/home/rquackenbush1/.linuxbrew/Cellar/util-linux/2.32.1_2/include/libmount -I/mnt/linuxlab/home/rquackenbush1/.linuxbrew/Cellar/util-linux/2.32.1_2/include/blkid -I/mnt/linuxlab/home/rquackenbush1/.linuxbrew/Cellar/util-linux/2.32.1_2/include/uuid -g -O2 -fno-strict-aliasing -c gconverteroutputstream.c -o libgio_2_0_la-gconverteroutputstream.o >/dev/null 2>&1
libtool: compile: gcc-5 -DHAVE_CONFIG_H -I. -I.. -I/mnt/linuxlab/home/rquackenbush1/.linuxbrew/Cellar/zlib/1.2.11/include -DG_LOG_DOMAIN=\"GLib-GIO\" -I.. -I../glib -I../glib -I.. -I../gmodule -DG_DISABLE_CAST_CHECKS -DGIO_COMPILATION -DGIO_MODULE_DIR=\"/mnt/linuxlab/home/rquackenbush1/.linuxbrew/lib/gio/modules\" -pthread -Wall -Wstrict-prototypes -Wno-bad-function-cast -Werror=declaration-after-statement -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self -Werror=format=2 -Werror=missing-include-dirs -fvisibility=hidden -I/mnt/linuxlab/home/rquackenbush1/.linuxbrew/Cellar/util-linux/2.32.1_2/include/libmount -I/mnt/linuxlab/home/rquackenbush1/.linuxbrew/Cellar/util-linux/2.32.1_2/include/blkid -I/mnt/linuxlab/home/rquackenbush1/.linuxbrew/Cellar/util-linux/2.32.1_2/include/uuid -g -O2 -fno-strict-aliasing -c gdatagrambased.c -o libgio_2_0_la-gdatagrambased.o >/dev/null 2>&1
libtool: compile: gcc-5 -DHAVE_CONFIG_H -I. -I.. -I/mnt/linuxlab/home/rquackenbush1/.linuxbrew/Cellar/zlib/1.2.11/include -DG_LOG_DOMAIN=\"GLib-GIO\" -I.. -I../glib -I../glib -I.. -I../gmodule -DG_DISABLE_CAST_CHECKS -DGIO_COMPILATION -DGIO_MODULE_DIR=\"/mnt/linuxlab/home/rquackenbush1/.linuxbrew/lib/gio/modules\" -pthread -Wall -Wstrict-prototypes -Wno-bad-function-cast -Werror=declaration-after-statement -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self -Werror=format=2 -Werror=missing-include-dirs -fvisibility=hidden -I/mnt/linuxlab/home/rquackenbush1/.linuxbrew/Cellar/util-linux/2.32.1_2/include/libmount -I/mnt/linuxlab/home/rquackenbush1/.linuxbrew/Cellar/util-linux/2.32.1_2/include/blkid -I/mnt/linuxlab/home/rquackenbush1/.linuxbrew/Cellar/util-linux/2.32.1_2/include/uuid -g -O2 -fno-strict-aliasing -c gdatainputstream.c -fPIC -DPIC -o .libs/libgio_2_0_la-gdatainputstream.o
/bin/sh ../libtool --tag=CC --mode=compile gcc-5 -DHAVE_CONFIG_H -I. -I.. -I/mnt/linuxlab/home/rquackenbush1/.linuxbrew/Cellar/zlib/1.2.11/include -DG_LOG_DOMAIN=\"GLib-GIO\" -I.. -I../glib -I../glib -I.. -I../gmodule -DG_DISABLE_CAST_CHECKS -DGIO_COMPILATION -DGIO_MODULE_DIR=\"/mnt/linuxlab/home/rquackenbush1/.linuxbrew/lib/gio/modules\" -pthread -Wall -Wstrict-prototypes -Wno-bad-function-cast -Werror=declaration-after-statement -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self -Werror=format=2 -Werror=missing-include-dirs -fvisibility=hidden -I/mnt/linuxlab/home/rquackenbush1/.linuxbrew/Cellar/util-linux/2.32.1_2/include/libmount -I/mnt/linuxlab/home/rquackenbush1/.linuxbrew/Cellar/util-linux/2.32.1_2/include/blkid -I/mnt/linuxlab/home/rquackenbush1/.linuxbrew/Cellar/util-linux/2.32.1_2/include/uuid -g -O2 -fno-strict-aliasing -c -o libgio_2_0_la-gdataoutputstream.lo `test -f 'gdataoutputstream.c' || echo './'`gdataoutputstream.c
/bin/sh ../libtool --tag=CC --mode=compile gcc-5 -DHAVE_CONFIG_H -I. -I.. -I/mnt/linuxlab/home/rquackenbush1/.linuxbrew/Cellar/zlib/1.2.11/include -DG_LOG_DOMAIN=\"GLib-GIO\" -I.. -I../glib -I../glib -I.. -I../gmodule -DG_DISABLE_CAST_CHECKS -DGIO_COMPILATION -DGIO_MODULE_DIR=\"/mnt/linuxlab/home/rquackenbush1/.linuxbrew/lib/gio/modules\" -pthread -Wall -Wstrict-prototypes -Wno-bad-function-cast -Werror=declaration-after-statement -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self -Werror=format=2 -Werror=missing-include-dirs -fvisibility=hidden -I/mnt/linuxlab/home/rquackenbush1/.linuxbrew/Cellar/util-linux/2.32.1_2/include/libmount -I/mnt/linuxlab/home/rquackenbush1/.linuxbrew/Cellar/util-linux/2.32.1_2/include/blkid -I/mnt/linuxlab/home/rquackenbush1/.linuxbrew/Cellar/util-linux/2.32.1_2/include/uuid -g -O2 -fno-strict-aliasing -c -o libgio_2_0_la-gdrive.lo `test -f 'gdrive.c' || echo './'`gdrive.c
/bin/sh ../libtool --tag=CC --mode=compile gcc-5 -DHAVE_CONFIG_H -I. -I.. -I/mnt/linuxlab/home/rquackenbush1/.linuxbrew/Cellar/zlib/1.2.11/include -DG_LOG_DOMAIN=\"GLib-GIO\" -I.. -I../glib -I../glib -I.. -I../gmodule -DG_DISABLE_CAST_CHECKS -DGIO_COMPILATION -DGIO_MODULE_DIR=\"/mnt/linuxlab/home/rquackenbush1/.linuxbrew/lib/gio/modules\" -pthread -Wall -Wstrict-prototypes -Wno-bad-function-cast -Werror=declaration-after-statement -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self -Werror=format=2 -Werror=missing-include-dirs -fvisibility=hidden -I/mnt/linuxlab/home/rquackenbush1/.linuxbrew/Cellar/util-linux/2.32.1_2/include/libmount -I/mnt/linuxlab/home/rquackenbush1/.linuxbrew/Cellar/util-linux/2.32.1_2/include/blkid -I/mnt/linuxlab/home/rquackenbush1/.linuxbrew/Cellar/util-linux/2.32.1_2/include/uuid -g -O2 -fno-strict-aliasing -c -o libgio_2_0_la-gdummyfile.lo `test -f 'gdummyfile.c' || echo './'`gdummyfile.c
libtool: compile: gcc-5 -DHAVE_CONFIG_H -I. -I.. -I/mnt/linuxlab/home/rquackenbush1/.linuxbrew/Cellar/zlib/1.2.11/include -DG_LOG_DOMAIN=\"GLib-GIO\" -I.. -I../glib -I../glib -I.. -I../gmodule -DG_DISABLE_CAST_CHECKS -DGIO_COMPILATION -DGIO_MODULE_DIR=\"/mnt/linuxlab/home/rquackenbush1/.linuxbrew/lib/gio/modules\" -pthread -Wall -Wstrict-prototypes -Wno-bad-function-cast -Werror=declaration-after-statement -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self -Werror=format=2 -Werror=missing-include-dirs -fvisibility=hidden -I/mnt/linuxlab/home/rquackenbush1/.linuxbrew/Cellar/util-linux/2.32.1_2/include/libmount -I/mnt/linuxlab/home/rquackenbush1/.linuxbrew/Cellar/util-linux/2.32.1_2/include/blkid -I/mnt/linuxlab/home/rquackenbush1/.linuxbrew/Cellar/util-linux/2.32.1_2/include/uuid -g -O2 -fno-strict-aliasing -c gdatainputstream.c -o libgio_2_0_la-gdatainputstream.o >/dev/null 2>&1
libtool: compile: gcc-5 -DHAVE_CONFIG_H -I. -I.. -I/mnt/linuxlab/home/rquackenbush1/.linuxbrew/Cellar/zlib/1.2.11/include -DG_LOG_DOMAIN=\"GLib-GIO\" -I.. -I../glib -I../glib -I.. -I../gmodule -DG_DISABLE_CAST_CHECKS -DGIO_COMPILATION -DGIO_MODULE_DIR=\"/mnt/linuxlab/home/rquackenbush1/.linuxbrew/lib/gio/modules\" -pthread -Wall -Wstrict-prototypes -Wno-bad-function-cast -Werror=declaration-after-statement -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self -Werror=format=2 -Werror=missing-include-dirs -fvisibility=hidden -I/mnt/linuxlab/home/rquackenbush1/.linuxbrew/Cellar/util-linux/2.32.1_2/include/libmount -I/mnt/linuxlab/home/rquackenbush1/.linuxbrew/Cellar/util-linux/2.32.1_2/include/blkid -I/mnt/linuxlab/home/rquackenbush1/.linuxbrew/Cellar/util-linux/2.32.1_2/include/uuid -g -O2 -fno-strict-aliasing -c gdataoutputstream.c -fPIC -DPIC -o .libs/libgio_2_0_la-gdataoutputstream.o
libtool: compile: gcc-5 -DHAVE_CONFIG_H -I. -I.. -I/mnt/linuxlab/home/rquackenbush1/.linuxbrew/Cellar/zlib/1.2.11/include -DG_LOG_DOMAIN=\"GLib-GIO\" -I.. -I../glib -I../glib -I.. -I../gmodule -DG_DISABLE_CAST_CHECKS -DGIO_COMPILATION -DGIO_MODULE_DIR=\"/mnt/linuxlab/home/rquackenbush1/.linuxbrew/lib/gio/modules\" -pthread -Wall -Wstrict-prototypes -Wno-bad-function-cast -Werror=declaration-after-statement -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self -Werror=format=2 -Werror=missing-include-dirs -fvisibility=hidden -I/mnt/linuxlab/home/rquackenbush1/.linuxbrew/Cellar/util-linux/2.32.1_2/include/libmount -I/mnt/linuxlab/home/rquackenbush1/.linuxbrew/Cellar/util-linux/2.32.1_2/include/blkid -I/mnt/linuxlab/home/rquackenbush1/.linuxbrew/Cellar/util-linux/2.32.1_2/include/uuid -g -O2 -fno-strict-aliasing -c gdrive.c -fPIC -DPIC -o .libs/libgio_2_0_la-gdrive.o
libtool: compile: gcc-5 -DHAVE_CONFIG_H -I. -I.. -I/mnt/linuxlab/home/rquackenbush1/.linuxbrew/Cellar/zlib/1.2.11/include -DG_LOG_DOMAIN=\"GLib-GIO\" -I.. -I../glib -I../glib -I.. -I../gmodule -DG_DISABLE_CAST_CHECKS -DGIO_COMPILATION -DGIO_MODULE_DIR=\"/mnt/linuxlab/home/rquackenbush1/.linuxbrew/lib/gio/modules\" -pthread -Wall -Wstrict-prototypes -Wno-bad-function-cast -Werror=declaration-after-statement -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self -Werror=format=2 -Werror=missing-include-dirs -fvisibility=hidden -I/mnt/linuxlab/home/rquackenbush1/.linuxbrew/Cellar/util-linux/2.32.1_2/include/libmount -I/mnt/linuxlab/home/rquackenbush1/.linuxbrew/Cellar/util-linux/2.32.1_2/include/blkid -I/mnt/linuxlab/home/rquackenbush1/.linuxbrew/Cellar/util-linux/2.32.1_2/include/uuid -g -O2 -fno-strict-aliasing -c gdummyfile.c -fPIC -DPIC -o .libs/libgio_2_0_la-gdummyfile.o
libtool: compile: gcc-5 -DHAVE_CONFIG_H -I. -I.. -I/mnt/linuxlab/home/rquackenbush1/.linuxbrew/Cellar/zlib/1.2.11/include -DG_LOG_DOMAIN=\"GLib-GIO\" -I.. -I../glib -I../glib -I.. -I../gmodule -DG_DISABLE_CAST_CHECKS -DGIO_COMPILATION -DGIO_MODULE_DIR=\"/mnt/linuxlab/home/rquackenbush1/.linuxbrew/lib/gio/modules\" -pthread -Wall -Wstrict-prototypes -Wno-bad-function-cast -Werror=declaration-after-statement -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self -Werror=format=2 -Werror=missing-include-dirs -fvisibility=hidden -I/mnt/linuxlab/home/rquackenbush1/.linuxbrew/Cellar/util-linux/2.32.1_2/include/libmount -I/mnt/linuxlab/home/rquackenbush1/.linuxbrew/Cellar/util-linux/2.32.1_2/include/blkid -I/mnt/linuxlab/home/rquackenbush1/.linuxbrew/Cellar/util-linux/2.32.1_2/include/uuid -g -O2 -fno-strict-aliasing -c gdataoutputstream.c -o libgio_2_0_la-gdataoutputstream.o >/dev/null 2>&1
/bin/sh ../libtool --tag=CC --mode=compile gcc-5 -DHAVE_CONFIG_H -I. -I.. -I/mnt/linuxlab/home/rquackenbush1/.linuxbrew/Cellar/zlib/1.2.11/include -DG_LOG_DOMAIN=\"GLib-GIO\" -I.. -I../glib -I../glib -I.. -I../gmodule -DG_DISABLE_CAST_CHECKS -DGIO_COMPILATION -DGIO_MODULE_DIR=\"/mnt/linuxlab/home/rquackenbush1/.linuxbrew/lib/gio/modules\" -pthread -Wall -Wstrict-prototypes -Wno-bad-function-cast -Werror=declaration-after-statement -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self -Werror=format=2 -Werror=missing-include-dirs -fvisibility=hidden -I/mnt/linuxlab/home/rquackenbush1/.linuxbrew/Cellar/util-linux/2.32.1_2/include/libmount -I/mnt/linuxlab/home/rquackenbush1/.linuxbrew/Cellar/util-linux/2.32.1_2/include/blkid -I/mnt/linuxlab/home/rquackenbush1/.linuxbrew/Cellar/util-linux/2.32.1_2/include/uuid -g -O2 -fno-strict-aliasing -c -o libgio_2_0_la-gdummyproxyresolver.lo `test -f 'gdummyproxyresolver.c' || echo './'`gdummyproxyresolver.c
libtool: compile: gcc-5 -DHAVE_CONFIG_H -I. -I.. -I/mnt/linuxlab/home/rquackenbush1/.linuxbrew/Cellar/zlib/1.2.11/include -DG_LOG_DOMAIN=\"GLib-GIO\" -I.. -I../glib -I../glib -I.. -I../gmodule -DG_DISABLE_CAST_CHECKS -DGIO_COMPILATION -DGIO_MODULE_DIR=\"/mnt/linuxlab/home/rquackenbush1/.linuxbrew/lib/gio/modules\" -pthread -Wall -Wstrict-prototypes -Wno-bad-function-cast -Werror=declaration-after-statement -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self -Werror=format=2 -Werror=missing-include-dirs -fvisibility=hidden -I/mnt/linuxlab/home/rquackenbush1/.linuxbrew/Cellar/util-linux/2.32.1_2/include/libmount -I/mnt/linuxlab/home/rquackenbush1/.linuxbrew/Cellar/util-linux/2.32.1_2/include/blkid -I/mnt/linuxlab/home/rquackenbush1/.linuxbrew/Cellar/util-linux/2.32.1_2/include/uuid -g -O2 -fno-strict-aliasing -c gdrive.c -o libgio_2_0_la-gdrive.o >/dev/null 2>&1
libtool: compile: gcc-5 -DHAVE_CONFIG_H -I. -I.. -I/mnt/linuxlab/home/rquackenbush1/.linuxbrew/Cellar/zlib/1.2.11/include -DG_LOG_DOMAIN=\"GLib-GIO\" -I.. -I../glib -I../glib -I.. -I../gmodule -DG_DISABLE_CAST_CHECKS -DGIO_COMPILATION -DGIO_MODULE_DIR=\"/mnt/linuxlab/home/rquackenbush1/.linuxbrew/lib/gio/modules\" -pthread -Wall -Wstrict-prototypes -Wno-bad-function-cast -Werror=declaration-after-statement -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self -Werror=format=2 -Werror=missing-include-dirs -fvisibility=hidden -I/mnt/linuxlab/home/rquackenbush1/.linuxbrew/Cellar/util-linux/2.32.1_2/include/libmount -I/mnt/linuxlab/home/rquackenbush1/.linuxbrew/Cellar/util-linux/2.32.1_2/include/blkid -I/mnt/linuxlab/home/rquackenbush1/.linuxbrew/Cellar/util-linux/2.32.1_2/include/uuid -g -O2 -fno-strict-aliasing -c gdummyfile.c -o libgio_2_0_la-gdummyfile.o >/dev/null 2>&1
libtool: compile: gcc-5 -DHAVE_CONFIG_H -I. -I.. -I/mnt/linuxlab/home/rquackenbush1/.linuxbrew/Cellar/zlib/1.2.11/include -DG_LOG_DOMAIN=\"GLib-GIO\" -I.. -I../glib -I../glib -I.. -I../gmodule -DG_DISABLE_CAST_CHECKS -DGIO_COMPILATION -DGIO_MODULE_DIR=\"/mnt/linuxlab/home/rquackenbush1/.linuxbrew/lib/gio/modules\" -pthread -Wall -Wstrict-prototypes -Wno-bad-function-cast -Werror=declaration-after-statement -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self -Werror=format=2 -Werror=missing-include-dirs -fvisibility=hidden -I/mnt/linuxlab/home/rquackenbush1/.linuxbrew/Cellar/util-linux/2.32.1_2/include/libmount -I/mnt/linuxlab/home/rquackenbush1/.linuxbrew/Cellar/util-linux/2.32.1_2/include/blkid -I/mnt/linuxlab/home/rquackenbush1/.linuxbrew/Cellar/util-linux/2.32.1_2/include/uuid -g -O2 -fno-strict-aliasing -c gdummyproxyresolver.c -fPIC -DPIC -o .libs/libgio_2_0_la-gdummyproxyresolver.o
/bin/sh ../libtool --tag=CC --mode=compile gcc-5 -DHAVE_CONFIG_H -I. -I.. -I/mnt/linuxlab/home/rquackenbush1/.linuxbrew/Cellar/zlib/1.2.11/include -DG_LOG_DOMAIN=\"GLib-GIO\" -I.. -I../glib -I../glib -I.. -I../gmodule -DG_DISABLE_CAST_CHECKS -DGIO_COMPILATION -DGIO_MODULE_DIR=\"/mnt/linuxlab/home/rquackenbush1/.linuxbrew/lib/gio/modules\" -pthread -Wall -Wstrict-prototypes -Wno-bad-function-cast -Werror=declaration-after-statement -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self -Werror=format=2 -Werror=missing-include-dirs -fvisibility=hidden -I/mnt/linuxlab/home/rquackenbush1/.linuxbrew/Cellar/util-linux/2.32.1_2/include/libmount -I/mnt/linuxlab/home/rquackenbush1/.linuxbrew/Cellar/util-linux/2.32.1_2/include/blkid -I/mnt/linuxlab/home/rquackenbush1/.linuxbrew/Cellar/util-linux/2.32.1_2/include/uuid -g -O2 -fno-strict-aliasing -c -o libgio_2_0_la-gdummytlsbackend.lo `test -f 'gdummytlsbackend.c' || echo './'`gdummytlsbackend.c
/bin/sh ../libtool --tag=CC --mode=compile gcc-5 -DHAVE_CONFIG_H -I. -I.. -I/mnt/linuxlab/home/rquackenbush1/.linuxbrew/Cellar/zlib/1.2.11/include -DG_LOG_DOMAIN=\"GLib-GIO\" -I.. -I../glib -I../glib -I.. -I../gmodule -DG_DISABLE_CAST_CHECKS -DGIO_COMPILATION -DGIO_MODULE_DIR=\"/mnt/linuxlab/home/rquackenbush1/.linuxbrew/lib/gio/modules\" -pthread -Wall -Wstrict-prototypes -Wno-bad-function-cast -Werror=declaration-after-statement -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self -Werror=format=2 -Werror=missing-include-dirs -fvisibility=hidden -I/mnt/linuxlab/home/rquackenbush1/.linuxbrew/Cellar/util-linux/2.32.1_2/include/libmount -I/mnt/linuxlab/home/rquackenbush1/.linuxbrew/Cellar/util-linux/2.32.1_2/include/blkid -I/mnt/linuxlab/home/rquackenbush1/.linuxbrew/Cellar/util-linux/2.32.1_2/include/uuid -g -O2 -fno-strict-aliasing -c -o libgio_2_0_la-gemblem.lo `test -f 'gemblem.c' || echo './'`gemblem.c
libtool: compile: gcc-5 -DHAVE_CONFIG_H -I. -I.. -I/mnt/linuxlab/home/rquackenbush1/.linuxbrew/Cellar/zlib/1.2.11/include -DG_LOG_DOMAIN=\"GLib-GIO\" -I.. -I../glib -I../glib -I.. -I../gmodule -DG_DISABLE_CAST_CHECKS -DGIO_COMPILATION -DGIO_MODULE_DIR=\"/mnt/linuxlab/home/rquackenbush1/.linuxbrew/lib/gio/modules\" -pthread -Wall -Wstrict-prototypes -Wno-bad-function-cast -Werror=declaration-after-statement -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self -Werror=format=2 -Werror=missing-include-dirs -fvisibility=hidden -I/mnt/linuxlab/home/rquackenbush1/.linuxbrew/Cellar/util-linux/2.32.1_2/include/libmount -I/mnt/linuxlab/home/rquackenbush1/.linuxbrew/Cellar/util-linux/2.32.1_2/include/blkid -I/mnt/linuxlab/home/rquackenbush1/.linuxbrew/Cellar/util-linux/2.32.1_2/include/uuid -g -O2 -fno-strict-aliasing -c gdummyproxyresolver.c -o libgio_2_0_la-gdummyproxyresolver.o >/dev/null 2>&1
libtool: compile: gcc-5 -DHAVE_CONFIG_H -I. -I.. -I/mnt/linuxlab/home/rquackenbush1/.linuxbrew/Cellar/zlib/1.2.11/include -DG_LOG_DOMAIN=\"GLib-GIO\" -I.. -I../glib -I../glib -I.. -I../gmodule -DG_DISABLE_CAST_CHECKS -DGIO_COMPILATION -DGIO_MODULE_DIR=\"/mnt/linuxlab/home/rquackenbush1/.linuxbrew/lib/gio/modules\" -pthread -Wall -Wstrict-prototypes -Wno-bad-function-cast -Werror=declaration-after-statement -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self -Werror=format=2 -Werror=missing-include-dirs -fvisibility=hidden -I/mnt/linuxlab/home/rquackenbush1/.linuxbrew/Cellar/util-linux/2.32.1_2/include/libmount -I/mnt/linuxlab/home/rquackenbush1/.linuxbrew/Cellar/util-linux/2.32.1_2/include/blkid -I/mnt/linuxlab/home/rquackenbush1/.linuxbrew/Cellar/util-linux/2.32.1_2/include/uuid -g -O2 -fno-strict-aliasing -c gdummytlsbackend.c -fPIC -DPIC -o .libs/libgio_2_0_la-gdummytlsbackend.o
/bin/sh ../libtool --tag=CC --mode=compile gcc-5 -DHAVE_CONFIG_H -I. -I.. -I/mnt/linuxlab/home/rquackenbush1/.linuxbrew/Cellar/zlib/1.2.11/include -DG_LOG_DOMAIN=\"GLib-GIO\" -I.. -I../glib -I../glib -I.. -I../gmodule -DG_DISABLE_CAST_CHECKS -DGIO_COMPILATION -DGIO_MODULE_DIR=\"/mnt/linuxlab/home/rquackenbush1/.linuxbrew/lib/gio/modules\" -pthread -Wall -Wstrict-prototypes -Wno-bad-function-cast -Werror=declaration-after-statement -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self -Werror=format=2 -Werror=missing-include-dirs -fvisibility=hidden -I/mnt/linuxlab/home/rquackenbush1/.linuxbrew/Cellar/util-linux/2.32.1_2/include/libmount -I/mnt/linuxlab/home/rquackenbush1/.linuxbrew/Cellar/util-linux/2.32.1_2/include/blkid -I/mnt/linuxlab/home/rquackenbush1/.linuxbrew/Cellar/util-linux/2.32.1_2/include/uuid -g -O2 -fno-strict-aliasing -c -o libgio_2_0_la-gemblemedicon.lo `test -f 'gemblemedicon.c' || echo './'`gemblemedicon.c
libtool: compile: gcc-5 -DHAVE_CONFIG_H -I. -I.. -I/mnt/linuxlab/home/rquackenbush1/.linuxbrew/Cellar/zlib/1.2.11/include -DG_LOG_DOMAIN=\"GLib-GIO\" -I.. -I../glib -I../glib -I.. -I../gmodule -DG_DISABLE_CAST_CHECKS -DGIO_COMPILATION -DGIO_MODULE_DIR=\"/mnt/linuxlab/home/rquackenbush1/.linuxbrew/lib/gio/modules\" -pthread -Wall -Wstrict-prototypes -Wno-bad-function-cast -Werror=declaration-after-statement -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self -Werror=format=2 -Werror=missing-include-dirs -fvisibility=hidden -I/mnt/linuxlab/home/rquackenbush1/.linuxbrew/Cellar/util-linux/2.32.1_2/include/libmount -I/mnt/linuxlab/home/rquackenbush1/.linuxbrew/Cellar/util-linux/2.32.1_2/include/blkid -I/mnt/linuxlab/home/rquackenbush1/.linuxbrew/Cellar/util-linux/2.32.1_2/include/uuid -g -O2 -fno-strict-aliasing -c gemblem.c -fPIC -DPIC -o .libs/libgio_2_0_la-gemblem.o
/bin/sh ../libtool --tag=CC --mode=compile gcc-5 -DHAVE_CONFIG_H -I. -I.. -I/mnt/linuxlab/home/rquackenbush1/.linuxbrew/Cellar/zlib/1.2.11/include -DG_LOG_DOMAIN=\"GLib-GIO\" -I.. -I../glib -I../glib -I.. -I../gmodule -DG_DISABLE_CAST_CHECKS -DGIO_COMPILATION -DGIO_MODULE_DIR=\"/mnt/linuxlab/home/rquackenbush1/.linuxbrew/lib/gio/modules\" -pthread -Wall -Wstrict-prototypes -Wno-bad-function-cast -Werror=declaration-after-statement -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self -Werror=format=2 -Werror=missing-include-dirs -fvisibility=hidden -I/mnt/linuxlab/home/rquackenbush1/.linuxbrew/Cellar/util-linux/2.32.1_2/include/libmount -I/mnt/linuxlab/home/rquackenbush1/.linuxbrew/Cellar/util-linux/2.32.1_2/include/blkid -I/mnt/linuxlab/home/rquackenbush1/.linuxbrew/Cellar/util-linux/2.32.1_2/include/uuid -g -O2 -fno-strict-aliasing -c -o libgio_2_0_la-gfile.lo `test -f 'gfile.c' || echo './'`gfile.c
libtool: compile: gcc-5 -DHAVE_CONFIG_H -I. -I.. -I/mnt/linuxlab/home/rquackenbush1/.linuxbrew/Cellar/zlib/1.2.11/include -DG_LOG_DOMAIN=\"GLib-GIO\" -I.. -I../glib -I../glib -I.. -I../gmodule -DG_DISABLE_CAST_CHECKS -DGIO_COMPILATION -DGIO_MODULE_DIR=\"/mnt/linuxlab/home/rquackenbush1/.linuxbrew/lib/gio/modules\" -pthread -Wall -Wstrict-prototypes -Wno-bad-function-cast -Werror=declaration-after-statement -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self -Werror=format=2 -Werror=missing-include-dirs -fvisibility=hidden -I/mnt/linuxlab/home/rquackenbush1/.linuxbrew/Cellar/util-linux/2.32.1_2/include/libmount -I/mnt/linuxlab/home/rquackenbush1/.linuxbrew/Cellar/util-linux/2.32.1_2/include/blkid -I/mnt/linuxlab/home/rquackenbush1/.linuxbrew/Cellar/util-linux/2.32.1_2/include/uuid -g -O2 -fno-strict-aliasing -c gemblemedicon.c -fPIC -DPIC -o .libs/libgio_2_0_la-gemblemedicon.o
libtool: compile: gcc-5 -DHAVE_CONFIG_H -I. -I.. -I/mnt/linuxlab/home/rquackenbush1/.linuxbrew/Cellar/zlib/1.2.11/include -DG_LOG_DOMAIN=\"GLib-GIO\" -I.. -I../glib -I../glib -I.. -I../gmodule -DG_DISABLE_CAST_CHECKS -DGIO_COMPILATION -DGIO_MODULE_DIR=\"/mnt/linuxlab/home/rquackenbush1/.linuxbrew/lib/gio/modules\" -pthread -Wall -Wstrict-prototypes -Wno-bad-function-cast -Werror=declaration-after-statement -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self -Werror=format=2 -Werror=missing-include-dirs -fvisibility=hidden -I/mnt/linuxlab/home/rquackenbush1/.linuxbrew/Cellar/util-linux/2.32.1_2/include/libmount -I/mnt/linuxlab/home/rquackenbush1/.linuxbrew/Cellar/util-linux/2.32.1_2/include/blkid -I/mnt/linuxlab/home/rquackenbush1/.linuxbrew/Cellar/util-linux/2.32.1_2/include/uuid -g -O2 -fno-strict-aliasing -c gdummytlsbackend.c -o libgio_2_0_la-gdummytlsbackend.o >/dev/null 2>&1
libtool: compile: gcc-5 -DHAVE_CONFIG_H -I. -I.. -I/mnt/linuxlab/home/rquackenbush1/.linuxbrew/Cellar/zlib/1.2.11/include -DG_LOG_DOMAIN=\"GLib-GIO\" -I.. -I../glib -I../glib -I.. -I../gmodule -DG_DISABLE_CAST_CHECKS -DGIO_COMPILATION -DGIO_MODULE_DIR=\"/mnt/linuxlab/home/rquackenbush1/.linuxbrew/lib/gio/modules\" -pthread -Wall -Wstrict-prototypes -Wno-bad-function-cast -Werror=declaration-after-statement -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self -Werror=format=2 -Werror=missing-include-dirs -fvisibility=hidden -I/mnt/linuxlab/home/rquackenbush1/.linuxbrew/Cellar/util-linux/2.32.1_2/include/libmount -I/mnt/linuxlab/home/rquackenbush1/.linuxbrew/Cellar/util-linux/2.32.1_2/include/blkid -I/mnt/linuxlab/home/rquackenbush1/.linuxbrew/Cellar/util-linux/2.32.1_2/include/uuid -g -O2 -fno-strict-aliasing -c gfile.c -fPIC -DPIC -o .libs/libgio_2_0_la-gfile.o
libtool: compile: gcc-5 -DHAVE_CONFIG_H -I. -I.. -I/mnt/linuxlab/home/rquackenbush1/.linuxbrew/Cellar/zlib/1.2.11/include -DG_LOG_DOMAIN=\"GLib-GIO\" -I.. -I../glib -I../glib -I.. -I../gmodule -DG_DISABLE_CAST_CHECKS -DGIO_COMPILATION -DGIO_MODULE_DIR=\"/mnt/linuxlab/home/rquackenbush1/.linuxbrew/lib/gio/modules\" -pthread -Wall -Wstrict-prototypes -Wno-bad-function-cast -Werror=declaration-after-statement -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self -Werror=format=2 -Werror=missing-include-dirs -fvisibility=hidden -I/mnt/linuxlab/home/rquackenbush1/.linuxbrew/Cellar/util-linux/2.32.1_2/include/libmount -I/mnt/linuxlab/home/rquackenbush1/.linuxbrew/Cellar/util-linux/2.32.1_2/include/blkid -I/mnt/linuxlab/home/rquackenbush1/.linuxbrew/Cellar/util-linux/2.32.1_2/include/uuid -g -O2 -fno-strict-aliasing -c gemblem.c -o libgio_2_0_la-gemblem.o >/dev/null 2>&1
libtool: compile: gcc-5 -DHAVE_CONFIG_H -I. -I.. -I/mnt/linuxlab/home/rquackenbush1/.linuxbrew/Cellar/zlib/1.2.11/include -DG_LOG_DOMAIN=\"GLib-GIO\" -I.. -I../glib -I../glib -I.. -I../gmodule -DG_DISABLE_CAST_CHECKS -DGIO_COMPILATION -DGIO_MODULE_DIR=\"/mnt/linuxlab/home/rquackenbush1/.linuxbrew/lib/gio/modules\" -pthread -Wall -Wstrict-prototypes -Wno-bad-function-cast -Werror=declaration-after-statement -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self -Werror=format=2 -Werror=missing-include-dirs -fvisibility=hidden -I/mnt/linuxlab/home/rquackenbush1/.linuxbrew/Cellar/util-linux/2.32.1_2/include/libmount -I/mnt/linuxlab/home/rquackenbush1/.linuxbrew/Cellar/util-linux/2.32.1_2/include/blkid -I/mnt/linuxlab/home/rquackenbush1/.linuxbrew/Cellar/util-linux/2.32.1_2/include/uuid -g -O2 -fno-strict-aliasing -c gemblemedicon.c -o libgio_2_0_la-gemblemedicon.o >/dev/null 2>&1
/bin/sh ../libtool --tag=CC --mode=compile gcc-5 -DHAVE_CONFIG_H -I. -I.. -I/mnt/linuxlab/home/rquackenbush1/.linuxbrew/Cellar/zlib/1.2.11/include -DG_LOG_DOMAIN=\"GLib-GIO\" -I.. -I../glib -I../glib -I.. -I../gmodule -DG_DISABLE_CAST_CHECKS -DGIO_COMPILATION -DGIO_MODULE_DIR=\"/mnt/linuxlab/home/rquackenbush1/.linuxbrew/lib/gio/modules\" -pthread -Wall -Wstrict-prototypes -Wno-bad-function-cast -Werror=declaration-after-statement -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self -Werror=format=2 -Werror=missing-include-dirs -fvisibility=hidden -I/mnt/linuxlab/home/rquackenbush1/.linuxbrew/Cellar/util-linux/2.32.1_2/include/libmount -I/mnt/linuxlab/home/rquackenbush1/.linuxbrew/Cellar/util-linux/2.32.1_2/include/blkid -I/mnt/linuxlab/home/rquackenbush1/.linuxbrew/Cellar/util-linux/2.32.1_2/include/uuid -g -O2 -fno-strict-aliasing -c -o libgio_2_0_la-gfileattribute.lo `test -f 'gfileattribute.c' || echo './'`gfileattribute.c
/bin/sh ../libtool --tag=CC --mode=compile gcc-5 -DHAVE_CONFIG_H -I. -I.. -I/mnt/linuxlab/home/rquackenbush1/.linuxbrew/Cellar/zlib/1.2.11/include -DG_LOG_DOMAIN=\"GLib-GIO\" -I.. -I../glib -I../glib -I.. -I../gmodule -DG_DISABLE_CAST_CHECKS -DGIO_COMPILATION -DGIO_MODULE_DIR=\"/mnt/linuxlab/home/rquackenbush1/.linuxbrew/lib/gio/modules\" -pthread -Wall -Wstrict-prototypes -Wno-bad-function-cast -Werror=declaration-after-statement -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self -Werror=format=2 -Werror=missing-include-dirs -fvisibility=hidden -I/mnt/linuxlab/home/rquackenbush1/.linuxbrew/Cellar/util-linux/2.32.1_2/include/libmount -I/mnt/linuxlab/home/rquackenbush1/.linuxbrew/Cellar/util-linux/2.32.1_2/include/blkid -I/mnt/linuxlab/home/rquackenbush1/.linuxbrew/Cellar/util-linux/2.32.1_2/include/uuid -g -O2 -fno-strict-aliasing -c -o libgio_2_0_la-gfileenumerator.lo `test -f 'gfileenumerator.c' || echo './'`gfileenumerator.c
libtool: compile: gcc-5 -DHAVE_CONFIG_H -I. -I.. -I/mnt/linuxlab/home/rquackenbush1/.linuxbrew/Cellar/zlib/1.2.11/include -DG_LOG_DOMAIN=\"GLib-GIO\" -I.. -I../glib -I../glib -I.. -I../gmodule -DG_DISABLE_CAST_CHECKS -DGIO_COMPILATION -DGIO_MODULE_DIR=\"/mnt/linuxlab/home/rquackenbush1/.linuxbrew/lib/gio/modules\" -pthread -Wall -Wstrict-prototypes -Wno-bad-function-cast -Werror=declaration-after-statement -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self -Werror=format=2 -Werror=missing-include-dirs -fvisibility=hidden -I/mnt/linuxlab/home/rquackenbush1/.linuxbrew/Cellar/util-linux/2.32.1_2/include/libmount -I/mnt/linuxlab/home/rquackenbush1/.linuxbrew/Cellar/util-linux/2.32.1_2/include/blkid -I/mnt/linuxlab/home/rquackenbush1/.linuxbrew/Cellar/util-linux/2.32.1_2/include/uuid -g -O2 -fno-strict-aliasing -c gfileattribute.c -fPIC -DPIC -o .libs/libgio_2_0_la-gfileattribute.o
libtool: compile: gcc-5 -DHAVE_CONFIG_H -I. -I.. -I/mnt/linuxlab/home/rquackenbush1/.linuxbrew/Cellar/zlib/1.2.11/include -DG_LOG_DOMAIN=\"GLib-GIO\" -I.. -I../glib -I../glib -I.. -I../gmodule -DG_DISABLE_CAST_CHECKS -DGIO_COMPILATION -DGIO_MODULE_DIR=\"/mnt/linuxlab/home/rquackenbush1/.linuxbrew/lib/gio/modules\" -pthread -Wall -Wstrict-prototypes -Wno-bad-function-cast -Werror=declaration-after-statement -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self -Werror=format=2 -Werror=missing-include-dirs -fvisibility=hidden -I/mnt/linuxlab/home/rquackenbush1/.linuxbrew/Cellar/util-linux/2.32.1_2/include/libmount -I/mnt/linuxlab/home/rquackenbush1/.linuxbrew/Cellar/util-linux/2.32.1_2/include/blkid -I/mnt/linuxlab/home/rquackenbush1/.linuxbrew/Cellar/util-linux/2.32.1_2/include/uuid -g -O2 -fno-strict-aliasing -c gfileenumerator.c -fPIC -DPIC -o .libs/libgio_2_0_la-gfileenumerator.o
/bin/sh ../libtool --tag=CC --mode=compile gcc-5 -DHAVE_CONFIG_H -I. -I.. -I/mnt/linuxlab/home/rquackenbush1/.linuxbrew/Cellar/zlib/1.2.11/include -DG_LOG_DOMAIN=\"GLib-GIO\" -I.. -I../glib -I../glib -I.. -I../gmodule -DG_DISABLE_CAST_CHECKS -DGIO_COMPILATION -DGIO_MODULE_DIR=\"/mnt/linuxlab/home/rquackenbush1/.linuxbrew/lib/gio/modules\" -pthread -Wall -Wstrict-prototypes -Wno-bad-function-cast -Werror=declaration-after-statement -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self -Werror=format=2 -Werror=missing-include-dirs -fvisibility=hidden -I/mnt/linuxlab/home/rquackenbush1/.linuxbrew/Cellar/util-linux/2.32.1_2/include/libmount -I/mnt/linuxlab/home/rquackenbush1/.linuxbrew/Cellar/util-linux/2.32.1_2/include/blkid -I/mnt/linuxlab/home/rquackenbush1/.linuxbrew/Cellar/util-linux/2.32.1_2/include/uuid -g -O2 -fno-strict-aliasing -c -o libgio_2_0_la-gfileicon.lo `test -f 'gfileicon.c' || echo './'`gfileicon.c
libtool: compile: gcc-5 -DHAVE_CONFIG_H -I. -I.. -I/mnt/linuxlab/home/rquackenbush1/.linuxbrew/Cellar/zlib/1.2.11/include -DG_LOG_DOMAIN=\"GLib-GIO\" -I.. -I../glib -I../glib -I.. -I../gmodule -DG_DISABLE_CAST_CHECKS -DGIO_COMPILATION -DGIO_MODULE_DIR=\"/mnt/linuxlab/home/rquackenbush1/.linuxbrew/lib/gio/modules\" -pthread -Wall -Wstrict-prototypes -Wno-bad-function-cast -Werror=declaration-after-statement -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self -Werror=format=2 -Werror=missing-include-dirs -fvisibility=hidden -I/mnt/linuxlab/home/rquackenbush1/.linuxbrew/Cellar/util-linux/2.32.1_2/include/libmount -I/mnt/linuxlab/home/rquackenbush1/.linuxbrew/Cellar/util-linux/2.32.1_2/include/blkid -I/mnt/linuxlab/home/rquackenbush1/.linuxbrew/Cellar/util-linux/2.32.1_2/include/uuid -g -O2 -fno-strict-aliasing -c gfileicon.c -fPIC -DPIC -o .libs/libgio_2_0_la-gfileicon.o
libtool: compile: gcc-5 -DHAVE_CONFIG_H -I. -I.. -I/mnt/linuxlab/home/rquackenbush1/.linuxbrew/Cellar/zlib/1.2.11/include -DG_LOG_DOMAIN=\"GLib-GIO\" -I.. -I../glib -I../glib -I.. -I../gmodule -DG_DISABLE_CAST_CHECKS -DGIO_COMPILATION -DGIO_MODULE_DIR=\"/mnt/linuxlab/home/rquackenbush1/.linuxbrew/lib/gio/modules\" -pthread -Wall -Wstrict-prototypes -Wno-bad-function-cast -Werror=declaration-after-statement -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self -Werror=format=2 -Werror=missing-include-dirs -fvisibility=hidden -I/mnt/linuxlab/home/rquackenbush1/.linuxbrew/Cellar/util-linux/2.32.1_2/include/libmount -I/mnt/linuxlab/home/rquackenbush1/.linuxbrew/Cellar/util-linux/2.32.1_2/include/blkid -I/mnt/linuxlab/home/rquackenbush1/.linuxbrew/Cellar/util-linux/2.32.1_2/include/uuid -g -O2 -fno-strict-aliasing -c gfileattribute.c -o libgio_2_0_la-gfileattribute.o >/dev/null 2>&1
libtool: compile: gcc-5 -DHAVE_CONFIG_H -I. -I.. -I/mnt/linuxlab/home/rquackenbush1/.linuxbrew/Cellar/zlib/1.2.11/include -DG_LOG_DOMAIN=\"GLib-GIO\" -I.. -I../glib -I../glib -I.. -I../gmodule -DG_DISABLE_CAST_CHECKS -DGIO_COMPILATION -DGIO_MODULE_DIR=\"/mnt/linuxlab/home/rquackenbush1/.linuxbrew/lib/gio/modules\" -pthread -Wall -Wstrict-prototypes -Wno-bad-function-cast -Werror=declaration-after-statement -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self -Werror=format=2 -Werror=missing-include-dirs -fvisibility=hidden -I/mnt/linuxlab/home/rquackenbush1/.linuxbrew/Cellar/util-linux/2.32.1_2/include/libmount -I/mnt/linuxlab/home/rquackenbush1/.linuxbrew/Cellar/util-linux/2.32.1_2/include/blkid -I/mnt/linuxlab/home/rquackenbush1/.linuxbrew/Cellar/util-linux/2.32.1_2/include/uuid -g -O2 -fno-strict-aliasing -c gfileenumerator.c -o libgio_2_0_la-gfileenumerator.o >/dev/null 2>&1
libtool: compile: gcc-5 -DHAVE_CONFIG_H -I. -I.. -I/mnt/linuxlab/home/rquackenbush1/.linuxbrew/Cellar/zlib/1.2.11/include -DG_LOG_DOMAIN=\"GLib-GIO\" -I.. -I../glib -I../glib -I.. -I../gmodule -DG_DISABLE_CAST_CHECKS -DGIO_COMPILATION -DGIO_MODULE_DIR=\"/mnt/linuxlab/home/rquackenbush1/.linuxbrew/lib/gio/modules\" -pthread -Wall -Wstrict-prototypes -Wno-bad-function-cast -Werror=declaration-after-statement -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self -Werror=format=2 -Werror=missing-include-dirs -fvisibility=hidden -I/mnt/linuxlab/home/rquackenbush1/.linuxbrew/Cellar/util-linux/2.32.1_2/include/libmount -I/mnt/linuxlab/home/rquackenbush1/.linuxbrew/Cellar/util-linux/2.32.1_2/include/blkid -I/mnt/linuxlab/home/rquackenbush1/.linuxbrew/Cellar/util-linux/2.32.1_2/include/uuid -g -O2 -fno-strict-aliasing -c gfileicon.c -o libgio_2_0_la-gfileicon.o >/dev/null 2>&1
/bin/sh ../libtool --tag=CC --mode=compile gcc-5 -DHAVE_CONFIG_H -I. -I.. -I/mnt/linuxlab/home/rquackenbush1/.linuxbrew/Cellar/zlib/1.2.11/include -DG_LOG_DOMAIN=\"GLib-GIO\" -I.. -I../glib -I../glib -I.. -I../gmodule -DG_DISABLE_CAST_CHECKS -DGIO_COMPILATION -DGIO_MODULE_DIR=\"/mnt/linuxlab/home/rquackenbush1/.linuxbrew/lib/gio/modules\" -pthread -Wall -Wstrict-prototypes -Wno-bad-function-cast -Werror=declaration-after-statement -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self -Werror=format=2 -Werror=missing-include-dirs -fvisibility=hidden -I/mnt/linuxlab/home/rquackenbush1/.linuxbrew/Cellar/util-linux/2.32.1_2/include/libmount -I/mnt/linuxlab/home/rquackenbush1/.linuxbrew/Cellar/util-linux/2.32.1_2/include/blkid -I/mnt/linuxlab/home/rquackenbush1/.linuxbrew/Cellar/util-linux/2.32.1_2/include/uuid -g -O2 -fno-strict-aliasing -c -o libgio_2_0_la-gfileinfo.lo `test -f 'gfileinfo.c' || echo './'`gfileinfo.c
libtool: compile: gcc-5 -DHAVE_CONFIG_H -I. -I.. -I/mnt/linuxlab/home/rquackenbush1/.linuxbrew/Cellar/zlib/1.2.11/include -DG_LOG_DOMAIN=\"GLib-GIO\" -I.. -I../glib -I../glib -I.. -I../gmodule -DG_DISABLE_CAST_CHECKS -DGIO_COMPILATION -DGIO_MODULE_DIR=\"/mnt/linuxlab/home/rquackenbush1/.linuxbrew/lib/gio/modules\" -pthread -Wall -Wstrict-prototypes -Wno-bad-function-cast -Werror=declaration-after-statement -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self -Werror=format=2 -Werror=missing-include-dirs -fvisibility=hidden -I/mnt/linuxlab/home/rquackenbush1/.linuxbrew/Cellar/util-linux/2.32.1_2/include/libmount -I/mnt/linuxlab/home/rquackenbush1/.linuxbrew/Cellar/util-linux/2.32.1_2/include/blkid -I/mnt/linuxlab/home/rquackenbush1/.linuxbrew/Cellar/util-linux/2.32.1_2/include/uuid -g -O2 -fno-strict-aliasing -c gfile.c -o libgio_2_0_la-gfile.o >/dev/null 2>&1
/bin/sh ../libtool --tag=CC --mode=compile gcc-5 -DHAVE_CONFIG_H -I. -I.. -I/mnt/linuxlab/home/rquackenbush1/.linuxbrew/Cellar/zlib/1.2.11/include -DG_LOG_DOMAIN=\"GLib-GIO\" -I.. -I../glib -I../glib -I.. -I../gmodule -DG_DISABLE_CAST_CHECKS -DGIO_COMPILATION -DGIO_MODULE_DIR=\"/mnt/linuxlab/home/rquackenbush1/.linuxbrew/lib/gio/modules\" -pthread -Wall -Wstrict-prototypes -Wno-bad-function-cast -Werror=declaration-after-statement -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self -Werror=format=2 -Werror=missing-include-dirs -fvisibility=hidden -I/mnt/linuxlab/home/rquackenbush1/.linuxbrew/Cellar/util-linux/2.32.1_2/include/libmount -I/mnt/linuxlab/home/rquackenbush1/.linuxbrew/Cellar/util-linux/2.32.1_2/include/blkid -I/mnt/linuxlab/home/rquackenbush1/.linuxbrew/Cellar/util-linux/2.32.1_2/include/uuid -g -O2 -fno-strict-aliasing -c -o libgio_2_0_la-gfileinputstream.lo `test -f 'gfileinputstream.c' || echo './'`gfileinputstream.c
libtool: compile: gcc-5 -DHAVE_CONFIG_H -I. -I.. -I/mnt/linuxlab/home/rquackenbush1/.linuxbrew/Cellar/zlib/1.2.11/include -DG_LOG_DOMAIN=\"GLib-GIO\" -I.. -I../glib -I../glib -I.. -I../gmodule -DG_DISABLE_CAST_CHECKS -DGIO_COMPILATION -DGIO_MODULE_DIR=\"/mnt/linuxlab/home/rquackenbush1/.linuxbrew/lib/gio/modules\" -pthread -Wall -Wstrict-prototypes -Wno-bad-function-cast -Werror=declaration-after-statement -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self -Werror=format=2 -Werror=missing-include-dirs -fvisibility=hidden -I/mnt/linuxlab/home/rquackenbush1/.linuxbrew/Cellar/util-linux/2.32.1_2/include/libmount -I/mnt/linuxlab/home/rquackenbush1/.linuxbrew/Cellar/util-linux/2.32.1_2/include/blkid -I/mnt/linuxlab/home/rquackenbush1/.linuxbrew/Cellar/util-linux/2.32.1_2/include/uuid -g -O2 -fno-strict-aliasing -c gfileinfo.c -fPIC -DPIC -o .libs/libgio_2_0_la-gfileinfo.o
/bin/sh ../libtool --tag=CC --mode=compile gcc-5 -DHAVE_CONFIG_H -I. -I.. -I/mnt/linuxlab/home/rquackenbush1/.linuxbrew/Cellar/zlib/1.2.11/include -DG_LOG_DOMAIN=\"GLib-GIO\" -I.. -I../glib -I../glib -I.. -I../gmodule -DG_DISABLE_CAST_CHECKS -DGIO_COMPILATION -DGIO_MODULE_DIR=\"/mnt/linuxlab/home/rquackenbush1/.linuxbrew/lib/gio/modules\" -pthread -Wall -Wstrict-prototypes -Wno-bad-function-cast -Werror=declaration-after-statement -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self -Werror=format=2 -Werror=missing-include-dirs -fvisibility=hidden -I/mnt/linuxlab/home/rquackenbush1/.linuxbrew/Cellar/util-linux/2.32.1_2/include/libmount -I/mnt/linuxlab/home/rquackenbush1/.linuxbrew/Cellar/util-linux/2.32.1_2/include/blkid -I/mnt/linuxlab/home/rquackenbush1/.linuxbrew/Cellar/util-linux/2.32.1_2/include/uuid -g -O2 -fno-strict-aliasing -c -o libgio_2_0_la-gfilemonitor.lo `test -f 'gfilemonitor.c' || echo './'`gfilemonitor.c
libtool: compile: gcc-5 -DHAVE_CONFIG_H -I. -I.. -I/mnt/linuxlab/home/rquackenbush1/.linuxbrew/Cellar/zlib/1.2.11/include -DG_LOG_DOMAIN=\"GLib-GIO\" -I.. -I../glib -I../glib -I.. -I../gmodule -DG_DISABLE_CAST_CHECKS -DGIO_COMPILATION -DGIO_MODULE_DIR=\"/mnt/linuxlab/home/rquackenbush1/.linuxbrew/lib/gio/modules\" -pthread -Wall -Wstrict-prototypes -Wno-bad-function-cast -Werror=declaration-after-statement -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self -Werror=format=2 -Werror=missing-include-dirs -fvisibility=hidden -I/mnt/linuxlab/home/rquackenbush1/.linuxbrew/Cellar/util-linux/2.32.1_2/include/libmount -I/mnt/linuxlab/home/rquackenbush1/.linuxbrew/Cellar/util-linux/2.32.1_2/include/blkid -I/mnt/linuxlab/home/rquackenbush1/.linuxbrew/Cellar/util-linux/2.32.1_2/include/uuid -g -O2 -fno-strict-aliasing -c gfileinputstream.c -fPIC -DPIC -o .libs/libgio_2_0_la-gfileinputstream.o
libtool: compile: gcc-5 -DHAVE_CONFIG_H -I. -I.. -I/mnt/linuxlab/home/rquackenbush1/.linuxbrew/Cellar/zlib/1.2.11/include -DG_LOG_DOMAIN=\"GLib-GIO\" -I.. -I../glib -I../glib -I.. -I../gmodule -DG_DISABLE_CAST_CHECKS -DGIO_COMPILATION -DGIO_MODULE_DIR=\"/mnt/linuxlab/home/rquackenbush1/.linuxbrew/lib/gio/modules\" -pthread -Wall -Wstrict-prototypes -Wno-bad-function-cast -Werror=declaration-after-statement -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self -Werror=format=2 -Werror=missing-include-dirs -fvisibility=hidden -I/mnt/linuxlab/home/rquackenbush1/.linuxbrew/Cellar/util-linux/2.32.1_2/include/libmount -I/mnt/linuxlab/home/rquackenbush1/.linuxbrew/Cellar/util-linux/2.32.1_2/include/blkid -I/mnt/linuxlab/home/rquackenbush1/.linuxbrew/Cellar/util-linux/2.32.1_2/include/uuid -g -O2 -fno-strict-aliasing -c gfilemonitor.c -fPIC -DPIC -o .libs/libgio_2_0_la-gfilemonitor.o
libtool: compile: gcc-5 -DHAVE_CONFIG_H -I. -I.. -I/mnt/linuxlab/home/rquackenbush1/.linuxbrew/Cellar/zlib/1.2.11/include -DG_LOG_DOMAIN=\"GLib-GIO\" -I.. -I../glib -I../glib -I.. -I../gmodule -DG_DISABLE_CAST_CHECKS -DGIO_COMPILATION -DGIO_MODULE_DIR=\"/mnt/linuxlab/home/rquackenbush1/.linuxbrew/lib/gio/modules\" -pthread -Wall -Wstrict-prototypes -Wno-bad-function-cast -Werror=declaration-after-statement -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self -Werror=format=2 -Werror=missing-include-dirs -fvisibility=hidden -I/mnt/linuxlab/home/rquackenbush1/.linuxbrew/Cellar/util-linux/2.32.1_2/include/libmount -I/mnt/linuxlab/home/rquackenbush1/.linuxbrew/Cellar/util-linux/2.32.1_2/include/blkid -I/mnt/linuxlab/home/rquackenbush1/.linuxbrew/Cellar/util-linux/2.32.1_2/include/uuid -g -O2 -fno-strict-aliasing -c gfileinputstream.c -o libgio_2_0_la-gfileinputstream.o >/dev/null 2>&1
libtool: compile: gcc-5 -DHAVE_CONFIG_H -I. -I.. -I/mnt/linuxlab/home/rquackenbush1/.linuxbrew/Cellar/zlib/1.2.11/include -DG_LOG_DOMAIN=\"GLib-GIO\" -I.. -I../glib -I../glib -I.. -I../gmodule -DG_DISABLE_CAST_CHECKS -DGIO_COMPILATION -DGIO_MODULE_DIR=\"/mnt/linuxlab/home/rquackenbush1/.linuxbrew/lib/gio/modules\" -pthread -Wall -Wstrict-prototypes -Wno-bad-function-cast -Werror=declaration-after-statement -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self -Werror=format=2 -Werror=missing-include-dirs -fvisibility=hidden -I/mnt/linuxlab/home/rquackenbush1/.linuxbrew/Cellar/util-linux/2.32.1_2/include/libmount -I/mnt/linuxlab/home/rquackenbush1/.linuxbrew/Cellar/util-linux/2.32.1_2/include/blkid -I/mnt/linuxlab/home/rquackenbush1/.linuxbrew/Cellar/util-linux/2.32.1_2/include/uuid -g -O2 -fno-strict-aliasing -c gfilemonitor.c -o libgio_2_0_la-gfilemonitor.o >/dev/null 2>&1
libtool: compile: gcc-5 -DHAVE_CONFIG_H -I. -I.. -I/mnt/linuxlab/home/rquackenbush1/.linuxbrew/Cellar/zlib/1.2.11/include -DG_LOG_DOMAIN=\"GLib-GIO\" -I.. -I../glib -I../glib -I.. -I../gmodule -DG_DISABLE_CAST_CHECKS -DGIO_COMPILATION -DGIO_MODULE_DIR=\"/mnt/linuxlab/home/rquackenbush1/.linuxbrew/lib/gio/modules\" -pthread -Wall -Wstrict-prototypes -Wno-bad-function-cast -Werror=declaration-after-statement -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self -Werror=format=2 -Werror=missing-include-dirs -fvisibility=hidden -I/mnt/linuxlab/home/rquackenbush1/.linuxbrew/Cellar/util-linux/2.32.1_2/include/libmount -I/mnt/linuxlab/home/rquackenbush1/.linuxbrew/Cellar/util-linux/2.32.1_2/include/blkid -I/mnt/linuxlab/home/rquackenbush1/.linuxbrew/Cellar/util-linux/2.32.1_2/include/uuid -g -O2 -fno-strict-aliasing -c gfileinfo.c -o libgio_2_0_la-gfileinfo.o >/dev/null 2>&1
/bin/sh ../libtool --tag=CC --mode=compile gcc-5 -DHAVE_CONFIG_H -I. -I.. -I/mnt/linuxlab/home/rquackenbush1/.linuxbrew/Cellar/zlib/1.2.11/include -DG_LOG_DOMAIN=\"GLib-GIO\" -I.. -I../glib -I../glib -I.. -I../gmodule -DG_DISABLE_CAST_CHECKS -DGIO_COMPILATION -DGIO_MODULE_DIR=\"/mnt/linuxlab/home/rquackenbush1/.linuxbrew/lib/gio/modules\" -pthread -Wall -Wstrict-prototypes -Wno-bad-function-cast -Werror=declaration-after-statement -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self -Werror=format=2 -Werror=missing-include-dirs -fvisibility=hidden -I/mnt/linuxlab/home/rquackenbush1/.linuxbrew/Cellar/util-linux/2.32.1_2/include/libmount -I/mnt/linuxlab/home/rquackenbush1/.linuxbrew/Cellar/util-linux/2.32.1_2/include/blkid -I/mnt/linuxlab/home/rquackenbush1/.linuxbrew/Cellar/util-linux/2.32.1_2/include/uuid -g -O2 -fno-strict-aliasing -c -o libgio_2_0_la-gfilenamecompleter.lo `test -f 'gfilenamecompleter.c' || echo './'`gfilenamecompleter.c
/bin/sh ../libtool --tag=CC --mode=compile gcc-5 -DHAVE_CONFIG_H -I. -I.. -I/mnt/linuxlab/home/rquackenbush1/.linuxbrew/Cellar/zlib/1.2.11/include -DG_LOG_DOMAIN=\"GLib-GIO\" -I.. -I../glib -I../glib -I.. -I../gmodule -DG_DISABLE_CAST_CHECKS -DGIO_COMPILATION -DGIO_MODULE_DIR=\"/mnt/linuxlab/home/rquackenbush1/.linuxbrew/lib/gio/modules\" -pthread -Wall -Wstrict-prototypes -Wno-bad-function-cast -Werror=declaration-after-statement -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self -Werror=format=2 -Werror=missing-include-dirs -fvisibility=hidden -I/mnt/linuxlab/home/rquackenbush1/.linuxbrew/Cellar/util-linux/2.32.1_2/include/libmount -I/mnt/linuxlab/home/rquackenbush1/.linuxbrew/Cellar/util-linux/2.32.1_2/include/blkid -I/mnt/linuxlab/home/rquackenbush1/.linuxbrew/Cellar/util-linux/2.32.1_2/include/uuid -g -O2 -fno-strict-aliasing -c -o libgio_2_0_la-gfileoutputstream.lo `test -f 'gfileoutputstream.c' || echo './'`gfileoutputstream.c
libtool: compile: gcc-5 -DHAVE_CONFIG_H -I. -I.. -I/mnt/linuxlab/home/rquackenbush1/.linuxbrew/Cellar/zlib/1.2.11/include -DG_LOG_DOMAIN=\"GLib-GIO\" -I.. -I../glib -I../glib -I.. -I../gmodule -DG_DISABLE_CAST_CHECKS -DGIO_COMPILATION -DGIO_MODULE_DIR=\"/mnt/linuxlab/home/rquackenbush1/.linuxbrew/lib/gio/modules\" -pthread -Wall -Wstrict-prototypes -Wno-bad-function-cast -Werror=declaration-after-statement -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self -Werror=format=2 -Werror=missing-include-dirs -fvisibility=hidden -I/mnt/linuxlab/home/rquackenbush1/.linuxbrew/Cellar/util-linux/2.32.1_2/include/libmount -I/mnt/linuxlab/home/rquackenbush1/.linuxbrew/Cellar/util-linux/2.32.1_2/include/blkid -I/mnt/linuxlab/home/rquackenbush1/.linuxbrew/Cellar/util-linux/2.32.1_2/include/uuid -g -O2 -fno-strict-aliasing -c gfilenamecompleter.c -fPIC -DPIC -o .libs/libgio_2_0_la-gfilenamecompleter.o
libtool: compile: gcc-5 -DHAVE_CONFIG_H -I. -I.. -I/mnt/linuxlab/home/rquackenbush1/.linuxbrew/Cellar/zlib/1.2.11/include -DG_LOG_DOMAIN=\"GLib-GIO\" -I.. -I../glib -I../glib -I.. -I../gmodule -DG_DISABLE_CAST_CHECKS -DGIO_COMPILATION -DGIO_MODULE_DIR=\"/mnt/linuxlab/home/rquackenbush1/.linuxbrew/lib/gio/modules\" -pthread -Wall -Wstrict-prototypes -Wno-bad-function-cast -Werror=declaration-after-statement -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self -Werror=format=2 -Werror=missing-include-dirs -fvisibility=hidden -I/mnt/linuxlab/home/rquackenbush1/.linuxbrew/Cellar/util-linux/2.32.1_2/include/libmount -I/mnt/linuxlab/home/rquackenbush1/.linuxbrew/Cellar/util-linux/2.32.1_2/include/blkid -I/mnt/linuxlab/home/rquackenbush1/.linuxbrew/Cellar/util-linux/2.32.1_2/include/uuid -g -O2 -fno-strict-aliasing -c gfileoutputstream.c -fPIC -DPIC -o .libs/libgio_2_0_la-gfileoutputstream.o
libtool: compile: gcc-5 -DHAVE_CONFIG_H -I. -I.. -I/mnt/linuxlab/home/rquackenbush1/.linuxbrew/Cellar/zlib/1.2.11/include -DG_LOG_DOMAIN=\"GLib-GIO\" -I.. -I../glib -I../glib -I.. -I../gmodule -DG_DISABLE_CAST_CHECKS -DGIO_COMPILATION -DGIO_MODULE_DIR=\"/mnt/linuxlab/home/rquackenbush1/.linuxbrew/lib/gio/modules\" -pthread -Wall -Wstrict-prototypes -Wno-bad-function-cast -Werror=declaration-after-statement -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self -Werror=format=2 -Werror=missing-include-dirs -fvisibility=hidden -I/mnt/linuxlab/home/rquackenbush1/.linuxbrew/Cellar/util-linux/2.32.1_2/include/libmount -I/mnt/linuxlab/home/rquackenbush1/.linuxbrew/Cellar/util-linux/2.32.1_2/include/blkid -I/mnt/linuxlab/home/rquackenbush1/.linuxbrew/Cellar/util-linux/2.32.1_2/include/uuid -g -O2 -fno-strict-aliasing -c gfilenamecompleter.c -o libgio_2_0_la-gfilenamecompleter.o >/dev/null 2>&1
/bin/sh ../libtool --tag=CC --mode=compile gcc-5 -DHAVE_CONFIG_H -I. -I.. -I/mnt/linuxlab/home/rquackenbush1/.linuxbrew/Cellar/zlib/1.2.11/include -DG_LOG_DOMAIN=\"GLib-GIO\" -I.. -I../glib -I../glib -I.. -I../gmodule -DG_DISABLE_CAST_CHECKS -DGIO_COMPILATION -DGIO_MODULE_DIR=\"/mnt/linuxlab/home/rquackenbush1/.linuxbrew/lib/gio/modules\" -pthread -Wall -Wstrict-prototypes -Wno-bad-function-cast -Werror=declaration-after-statement -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self -Werror=format=2 -Werror=missing-include-dirs -fvisibility=hidden -I/mnt/linuxlab/home/rquackenbush1/.linuxbrew/Cellar/util-linux/2.32.1_2/include/libmount -I/mnt/linuxlab/home/rquackenbush1/.linuxbrew/Cellar/util-linux/2.32.1_2/include/blkid -I/mnt/linuxlab/home/rquackenbush1/.linuxbrew/Cellar/util-linux/2.32.1_2/include/uuid -g -O2 -fno-strict-aliasing -c -o libgio_2_0_la-gfileiostream.lo `test -f 'gfileiostream.c' || echo './'`gfileiostream.c
libtool: compile: gcc-5 -DHAVE_CONFIG_H -I. -I.. -I/mnt/linuxlab/home/rquackenbush1/.linuxbrew/Cellar/zlib/1.2.11/include -DG_LOG_DOMAIN=\"GLib-GIO\" -I.. -I../glib -I../glib -I.. -I../gmodule -DG_DISABLE_CAST_CHECKS -DGIO_COMPILATION -DGIO_MODULE_DIR=\"/mnt/linuxlab/home/rquackenbush1/.linuxbrew/lib/gio/modules\" -pthread -Wall -Wstrict-prototypes -Wno-bad-function-cast -Werror=declaration-after-statement -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self -Werror=format=2 -Werror=missing-include-dirs -fvisibility=hidden -I/mnt/linuxlab/home/rquackenbush1/.linuxbrew/Cellar/util-linux/2.32.1_2/include/libmount -I/mnt/linuxlab/home/rquackenbush1/.linuxbrew/Cellar/util-linux/2.32.1_2/include/blkid -I/mnt/linuxlab/home/rquackenbush1/.linuxbrew/Cellar/util-linux/2.32.1_2/include/uuid -g -O2 -fno-strict-aliasing -c gfileoutputstream.c -o libgio_2_0_la-gfileoutputstream.o >/dev/null 2>&1
libtool: compile: gcc-5 -DHAVE_CONFIG_H -I. -I.. -I/mnt/linuxlab/home/rquackenbush1/.linuxbrew/Cellar/zlib/1.2.11/include -DG_LOG_DOMAIN=\"GLib-GIO\" -I.. -I../glib -I../glib -I.. -I../gmodule -DG_DISABLE_CAST_CHECKS -DGIO_COMPILATION -DGIO_MODULE_DIR=\"/mnt/linuxlab/home/rquackenbush1/.linuxbrew/lib/gio/modules\" -pthread -Wall -Wstrict-prototypes -Wno-bad-function-cast -Werror=declaration-after-statement -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self -Werror=format=2 -Werror=missing-include-dirs -fvisibility=hidden -I/mnt/linuxlab/home/rquackenbush1/.linuxbrew/Cellar/util-linux/2.32.1_2/include/libmount -I/mnt/linuxlab/home/rquackenbush1/.linuxbrew/Cellar/util-linux/2.32.1_2/include/blkid -I/mnt/linuxlab/home/rquackenbush1/.linuxbrew/Cellar/util-linux/2.32.1_2/include/uuid -g -O2 -fno-strict-aliasing -c gfileiostream.c -fPIC -DPIC -o .libs/libgio_2_0_la-gfileiostream.o
/bin/sh ../libtool --tag=CC --mode=compile gcc-5 -DHAVE_CONFIG_H -I. -I.. -I/mnt/linuxlab/home/rquackenbush1/.linuxbrew/Cellar/zlib/1.2.11/include -DG_LOG_DOMAIN=\"GLib-GIO\" -I.. -I../glib -I../glib -I.. -I../gmodule -DG_DISABLE_CAST_CHECKS -DGIO_COMPILATION -DGIO_MODULE_DIR=\"/mnt/linuxlab/home/rquackenbush1/.linuxbrew/lib/gio/modules\" -pthread -Wall -Wstrict-prototypes -Wno-bad-function-cast -Werror=declaration-after-statement -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self -Werror=format=2 -Werror=missing-include-dirs -fvisibility=hidden -I/mnt/linuxlab/home/rquackenbush1/.linuxbrew/Cellar/util-linux/2.32.1_2/include/libmount -I/mnt/linuxlab/home/rquackenbush1/.linuxbrew/Cellar/util-linux/2.32.1_2/include/blkid -I/mnt/linuxlab/home/rquackenbush1/.linuxbrew/Cellar/util-linux/2.32.1_2/include/uuid -g -O2 -fno-strict-aliasing -c -o libgio_2_0_la-gfilterinputstream.lo `test -f 'gfilterinputstream.c' || echo './'`gfilterinputstream.c
/bin/sh ../libtool --tag=CC --mode=compile gcc-5 -DHAVE_CONFIG_H -I. -I.. -I/mnt/linuxlab/home/rquackenbush1/.linuxbrew/Cellar/zlib/1.2.11/include -DG_LOG_DOMAIN=\"GLib-GIO\" -I.. -I../glib -I../glib -I.. -I../gmodule -DG_DISABLE_CAST_CHECKS -DGIO_COMPILATION -DGIO_MODULE_DIR=\"/mnt/linuxlab/home/rquackenbush1/.linuxbrew/lib/gio/modules\" -pthread -Wall -Wstrict-prototypes -Wno-bad-function-cast -Werror=declaration-after-statement -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self -Werror=format=2 -Werror=missing-include-dirs -fvisibility=hidden -I/mnt/linuxlab/home/rquackenbush1/.linuxbrew/Cellar/util-linux/2.32.1_2/include/libmount -I/mnt/linuxlab/home/rquackenbush1/.linuxbrew/Cellar/util-linux/2.32.1_2/include/blkid -I/mnt/linuxlab/home/rquackenbush1/.linuxbrew/Cellar/util-linux/2.32.1_2/include/uuid -g -O2 -fno-strict-aliasing -c -o libgio_2_0_la-gfilteroutputstream.lo `test -f 'gfilteroutputstream.c' || echo './'`gfilteroutputstream.c
/bin/sh ../libtool --tag=CC --mode=compile gcc-5 -DHAVE_CONFIG_H -I. -I.. -I/mnt/linuxlab/home/rquackenbush1/.linuxbrew/Cellar/zlib/1.2.11/include -DG_LOG_DOMAIN=\"GLib-GIO\" -I.. -I../glib -I../glib -I.. -I../gmodule -DG_DISABLE_CAST_CHECKS -DGIO_COMPILATION -DGIO_MODULE_DIR=\"/mnt/linuxlab/home/rquackenbush1/.linuxbrew/lib/gio/modules\" -pthread -Wall -Wstrict-prototypes -Wno-bad-function-cast -Werror=declaration-after-statement -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self -Werror=format=2 -Werror=missing-include-dirs -fvisibility=hidden -I/mnt/linuxlab/home/rquackenbush1/.linuxbrew/Cellar/util-linux/2.32.1_2/include/libmount -I/mnt/linuxlab/home/rquackenbush1/.linuxbrew/Cellar/util-linux/2.32.1_2/include/blkid -I/mnt/linuxlab/home/rquackenbush1/.linuxbrew/Cellar/util-linux/2.32.1_2/include/uuid -g -O2 -fno-strict-aliasing -c -o libgio_2_0_la-gicon.lo `test -f 'gicon.c' || echo './'`gicon.c
libtool: compile: gcc-5 -DHAVE_CONFIG_H -I. -I.. -I/mnt/linuxlab/home/rquackenbush1/.linuxbrew/Cellar/zlib/1.2.11/include -DG_LOG_DOMAIN=\"GLib-GIO\" -I.. -I../glib -I../glib -I.. -I../gmodule -DG_DISABLE_CAST_CHECKS -DGIO_COMPILATION -DGIO_MODULE_DIR=\"/mnt/linuxlab/home/rquackenbush1/.linuxbrew/lib/gio/modules\" -pthread -Wall -Wstrict-prototypes -Wno-bad-function-cast -Werror=declaration-after-statement -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self -Werror=format=2 -Werror=missing-include-dirs -fvisibility=hidden -I/mnt/linuxlab/home/rquackenbush1/.linuxbrew/Cellar/util-linux/2.32.1_2/include/libmount -I/mnt/linuxlab/home/rquackenbush1/.linuxbrew/Cellar/util-linux/2.32.1_2/include/blkid -I/mnt/linuxlab/home/rquackenbush1/.linuxbrew/Cellar/util-linux/2.32.1_2/include/uuid -g -O2 -fno-strict-aliasing -c gfilterinputstream.c -fPIC -DPIC -o .libs/libgio_2_0_la-gfilterinputstream.o
libtool: compile: gcc-5 -DHAVE_CONFIG_H -I. -I.. -I/mnt/linuxlab/home/rquackenbush1/.linuxbrew/Cellar/zlib/1.2.11/include -DG_LOG_DOMAIN=\"GLib-GIO\" -I.. -I../glib -I../glib -I.. -I../gmodule -DG_DISABLE_CAST_CHECKS -DGIO_COMPILATION -DGIO_MODULE_DIR=\"/mnt/linuxlab/home/rquackenbush1/.linuxbrew/lib/gio/modules\" -pthread -Wall -Wstrict-prototypes -Wno-bad-function-cast -Werror=declaration-after-statement -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self -Werror=format=2 -Werror=missing-include-dirs -fvisibility=hidden -I/mnt/linuxlab/home/rquackenbush1/.linuxbrew/Cellar/util-linux/2.32.1_2/include/libmount -I/mnt/linuxlab/home/rquackenbush1/.linuxbrew/Cellar/util-linux/2.32.1_2/include/blkid -I/mnt/linuxlab/home/rquackenbush1/.linuxbrew/Cellar/util-linux/2.32.1_2/include/uuid -g -O2 -fno-strict-aliasing -c gfilteroutputstream.c -fPIC -DPIC -o .libs/libgio_2_0_la-gfilteroutputstream.o
libtool: compile: gcc-5 -DHAVE_CONFIG_H -I. -I.. -I/mnt/linuxlab/home/rquackenbush1/.linuxbrew/Cellar/zlib/1.2.11/include -DG_LOG_DOMAIN=\"GLib-GIO\" -I.. -I../glib -I../glib -I.. -I../gmodule -DG_DISABLE_CAST_CHECKS -DGIO_COMPILATION -DGIO_MODULE_DIR=\"/mnt/linuxlab/home/rquackenbush1/.linuxbrew/lib/gio/modules\" -pthread -Wall -Wstrict-prototypes -Wno-bad-function-cast -Werror=declaration-after-statement -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self -Werror=format=2 -Werror=missing-include-dirs -fvisibility=hidden -I/mnt/linuxlab/home/rquackenbush1/.linuxbrew/Cellar/util-linux/2.32.1_2/include/libmount -I/mnt/linuxlab/home/rquackenbush1/.linuxbrew/Cellar/util-linux/2.32.1_2/include/blkid -I/mnt/linuxlab/home/rquackenbush1/.linuxbrew/Cellar/util-linux/2.32.1_2/include/uuid -g -O2 -fno-strict-aliasing -c gfileiostream.c -o libgio_2_0_la-gfileiostream.o >/dev/null 2>&1
libtool: compile: gcc-5 -DHAVE_CONFIG_H -I. -I.. -I/mnt/linuxlab/home/rquackenbush1/.linuxbrew/Cellar/zlib/1.2.11/include -DG_LOG_DOMAIN=\"GLib-GIO\" -I.. -I../glib -I../glib -I.. -I../gmodule -DG_DISABLE_CAST_CHECKS -DGIO_COMPILATION -DGIO_MODULE_DIR=\"/mnt/linuxlab/home/rquackenbush1/.linuxbrew/lib/gio/modules\" -pthread -Wall -Wstrict-prototypes -Wno-bad-function-cast -Werror=declaration-after-statement -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self -Werror=format=2 -Werror=missing-include-dirs -fvisibility=hidden -I/mnt/linuxlab/home/rquackenbush1/.linuxbrew/Cellar/util-linux/2.32.1_2/include/libmount -I/mnt/linuxlab/home/rquackenbush1/.linuxbrew/Cellar/util-linux/2.32.1_2/include/blkid -I/mnt/linuxlab/home/rquackenbush1/.linuxbrew/Cellar/util-linux/2.32.1_2/include/uuid -g -O2 -fno-strict-aliasing -c gicon.c -fPIC -DPIC -o .libs/libgio_2_0_la-gicon.o
libtool: compile: gcc-5 -DHAVE_CONFIG_H -I. -I.. -I/mnt/linuxlab/home/rquackenbush1/.linuxbrew/Cellar/zlib/1.2.11/include -DG_LOG_DOMAIN=\"GLib-GIO\" -I.. -I../glib -I../glib -I.. -I../gmodule -DG_DISABLE_CAST_CHECKS -DGIO_COMPILATION -DGIO_MODULE_DIR=\"/mnt/linuxlab/home/rquackenbush1/.linuxbrew/lib/gio/modules\" -pthread -Wall -Wstrict-prototypes -Wno-bad-function-cast -Werror=declaration-after-statement -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self -Werror=format=2 -Werror=missing-include-dirs -fvisibility=hidden -I/mnt/linuxlab/home/rquackenbush1/.linuxbrew/Cellar/util-linux/2.32.1_2/include/libmount -I/mnt/linuxlab/home/rquackenbush1/.linuxbrew/Cellar/util-linux/2.32.1_2/include/blkid -I/mnt/linuxlab/home/rquackenbush1/.linuxbrew/Cellar/util-linux/2.32.1_2/include/uuid -g -O2 -fno-strict-aliasing -c gfilterinputstream.c -o libgio_2_0_la-gfilterinputstream.o >/dev/null 2>&1
libtool: compile: gcc-5 -DHAVE_CONFIG_H -I. -I.. -I/mnt/linuxlab/home/rquackenbush1/.linuxbrew/Cellar/zlib/1.2.11/include -DG_LOG_DOMAIN=\"GLib-GIO\" -I.. -I../glib -I../glib -I.. -I../gmodule -DG_DISABLE_CAST_CHECKS -DGIO_COMPILATION -DGIO_MODULE_DIR=\"/mnt/linuxlab/home/rquackenbush1/.linuxbrew/lib/gio/modules\" -pthread -Wall -Wstrict-prototypes -Wno-bad-function-cast -Werror=declaration-after-statement -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self -Werror=format=2 -Werror=missing-include-dirs -fvisibility=hidden -I/mnt/linuxlab/home/rquackenbush1/.linuxbrew/Cellar/util-linux/2.32.1_2/include/libmount -I/mnt/linuxlab/home/rquackenbush1/.linuxbrew/Cellar/util-linux/2.32.1_2/include/blkid -I/mnt/linuxlab/home/rquackenbush1/.linuxbrew/Cellar/util-linux/2.32.1_2/include/uuid -g -O2 -fno-strict-aliasing -c gfilteroutputstream.c -o libgio_2_0_la-gfilteroutputstream.o >/dev/null 2>&1
/bin/sh ../libtool --tag=CC --mode=compile gcc-5 -DHAVE_CONFIG_H -I. -I.. -I/mnt/linuxlab/home/rquackenbush1/.linuxbrew/Cellar/zlib/1.2.11/include -DG_LOG_DOMAIN=\"GLib-GIO\" -I.. -I../glib -I../glib -I.. -I../gmodule -DG_DISABLE_CAST_CHECKS -DGIO_COMPILATION -DGIO_MODULE_DIR=\"/mnt/linuxlab/home/rquackenbush1/.linuxbrew/lib/gio/modules\" -pthread -Wall -Wstrict-prototypes -Wno-bad-function-cast -Werror=declaration-after-statement -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self -Werror=format=2 -Werror=missing-include-dirs -fvisibility=hidden -I/mnt/linuxlab/home/rquackenbush1/.linuxbrew/Cellar/util-linux/2.32.1_2/include/libmount -I/mnt/linuxlab/home/rquackenbush1/.linuxbrew/Cellar/util-linux/2.32.1_2/include/blkid -I/mnt/linuxlab/home/rquackenbush1/.linuxbrew/Cellar/util-linux/2.32.1_2/include/uuid -g -O2 -fno-strict-aliasing -c -o libgio_2_0_la-ginetaddress.lo `test -f 'ginetaddress.c' || echo './'`ginetaddress.c
libtool: compile: gcc-5 -DHAVE_CONFIG_H -I. -I.. -I/mnt/linuxlab/home/rquackenbush1/.linuxbrew/Cellar/zlib/1.2.11/include -DG_LOG_DOMAIN=\"GLib-GIO\" -I.. -I../glib -I../glib -I.. -I../gmodule -DG_DISABLE_CAST_CHECKS -DGIO_COMPILATION -DGIO_MODULE_DIR=\"/mnt/linuxlab/home/rquackenbush1/.linuxbrew/lib/gio/modules\" -pthread -Wall -Wstrict-prototypes -Wno-bad-function-cast -Werror=declaration-after-statement -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self -Werror=format=2 -Werror=missing-include-dirs -fvisibility=hidden -I/mnt/linuxlab/home/rquackenbush1/.linuxbrew/Cellar/util-linux/2.32.1_2/include/libmount -I/mnt/linuxlab/home/rquackenbush1/.linuxbrew/Cellar/util-linux/2.32.1_2/include/blkid -I/mnt/linuxlab/home/rquackenbush1/.linuxbrew/Cellar/util-linux/2.32.1_2/include/uuid -g -O2 -fno-strict-aliasing -c gicon.c -o libgio_2_0_la-gicon.o >/dev/null 2>&1
libtool: compile: gcc-5 -DHAVE_CONFIG_H -I. -I.. -I/mnt/linuxlab/home/rquackenbush1/.linuxbrew/Cellar/zlib/1.2.11/include -DG_LOG_DOMAIN=\"GLib-GIO\" -I.. -I../glib -I../glib -I.. -I../gmodule -DG_DISABLE_CAST_CHECKS -DGIO_COMPILATION -DGIO_MODULE_DIR=\"/mnt/linuxlab/home/rquackenbush1/.linuxbrew/lib/gio/modules\" -pthread -Wall -Wstrict-prototypes -Wno-bad-function-cast -Werror=declaration-after-statement -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self -Werror=format=2 -Werror=missing-include-dirs -fvisibility=hidden -I/mnt/linuxlab/home/rquackenbush1/.linuxbrew/Cellar/util-linux/2.32.1_2/include/libmount -I/mnt/linuxlab/home/rquackenbush1/.linuxbrew/Cellar/util-linux/2.32.1_2/include/blkid -I/mnt/linuxlab/home/rquackenbush1/.linuxbrew/Cellar/util-linux/2.32.1_2/include/uuid -g -O2 -fno-strict-aliasing -c ginetaddress.c -fPIC -DPIC -o .libs/libgio_2_0_la-ginetaddress.o
/bin/sh ../libtool --tag=CC --mode=compile gcc-5 -DHAVE_CONFIG_H -I. -I.. -I/mnt/linuxlab/home/rquackenbush1/.linuxbrew/Cellar/zlib/1.2.11/include -DG_LOG_DOMAIN=\"GLib-GIO\" -I.. -I../glib -I../glib -I.. -I../gmodule -DG_DISABLE_CAST_CHECKS -DGIO_COMPILATION -DGIO_MODULE_DIR=\"/mnt/linuxlab/home/rquackenbush1/.linuxbrew/lib/gio/modules\" -pthread -Wall -Wstrict-prototypes -Wno-bad-function-cast -Werror=declaration-after-statement -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self -Werror=format=2 -Werror=missing-include-dirs -fvisibility=hidden -I/mnt/linuxlab/home/rquackenbush1/.linuxbrew/Cellar/util-linux/2.32.1_2/include/libmount -I/mnt/linuxlab/home/rquackenbush1/.linuxbrew/Cellar/util-linux/2.32.1_2/include/blkid -I/mnt/linuxlab/home/rquackenbush1/.linuxbrew/Cellar/util-linux/2.32.1_2/include/uuid -g -O2 -fno-strict-aliasing -c -o libgio_2_0_la-ginetaddressmask.lo `test -f 'ginetaddressmask.c' || echo './'`ginetaddressmask.c
/bin/sh ../libtool --tag=CC --mode=compile gcc-5 -DHAVE_CONFIG_H -I. -I.. -I/mnt/linuxlab/home/rquackenbush1/.linuxbrew/Cellar/zlib/1.2.11/include -DG_LOG_DOMAIN=\"GLib-GIO\" -I.. -I../glib -I../glib -I.. -I../gmodule -DG_DISABLE_CAST_CHECKS -DGIO_COMPILATION -DGIO_MODULE_DIR=\"/mnt/linuxlab/home/rquackenbush1/.linuxbrew/lib/gio/modules\" -pthread -Wall -Wstrict-prototypes -Wno-bad-function-cast -Werror=declaration-after-statement -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self -Werror=format=2 -Werror=missing-include-dirs -fvisibility=hidden -I/mnt/linuxlab/home/rquackenbush1/.linuxbrew/Cellar/util-linux/2.32.1_2/include/libmount -I/mnt/linuxlab/home/rquackenbush1/.linuxbrew/Cellar/util-linux/2.32.1_2/include/blkid -I/mnt/linuxlab/home/rquackenbush1/.linuxbrew/Cellar/util-linux/2.32.1_2/include/uuid -g -O2 -fno-strict-aliasing -c -o libgio_2_0_la-ginetsocketaddress.lo `test -f 'ginetsocketaddress.c' || echo './'`ginetsocketaddress.c
libtool: compile: gcc-5 -DHAVE_CONFIG_H -I. -I.. -I/mnt/linuxlab/home/rquackenbush1/.linuxbrew/Cellar/zlib/1.2.11/include -DG_LOG_DOMAIN=\"GLib-GIO\" -I.. -I../glib -I../glib -I.. -I../gmodule -DG_DISABLE_CAST_CHECKS -DGIO_COMPILATION -DGIO_MODULE_DIR=\"/mnt/linuxlab/home/rquackenbush1/.linuxbrew/lib/gio/modules\" -pthread -Wall -Wstrict-prototypes -Wno-bad-function-cast -Werror=declaration-after-statement -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self -Werror=format=2 -Werror=missing-include-dirs -fvisibility=hidden -I/mnt/linuxlab/home/rquackenbush1/.linuxbrew/Cellar/util-linux/2.32.1_2/include/libmount -I/mnt/linuxlab/home/rquackenbush1/.linuxbrew/Cellar/util-linux/2.32.1_2/include/blkid -I/mnt/linuxlab/home/rquackenbush1/.linuxbrew/Cellar/util-linux/2.32.1_2/include/uuid -g -O2 -fno-strict-aliasing -c ginetaddressmask.c -fPIC -DPIC -o .libs/libgio_2_0_la-ginetaddressmask.o
/bin/sh ../libtool --tag=CC --mode=compile gcc-5 -DHAVE_CONFIG_H -I. -I.. -I/mnt/linuxlab/home/rquackenbush1/.linuxbrew/Cellar/zlib/1.2.11/include -DG_LOG_DOMAIN=\"GLib-GIO\" -I.. -I../glib -I../glib -I.. -I../gmodule -DG_DISABLE_CAST_CHECKS -DGIO_COMPILATION -DGIO_MODULE_DIR=\"/mnt/linuxlab/home/rquackenbush1/.linuxbrew/lib/gio/modules\" -pthread -Wall -Wstrict-prototypes -Wno-bad-function-cast -Werror=declaration-after-statement -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self -Werror=format=2 -Werror=missing-include-dirs -fvisibility=hidden -I/mnt/linuxlab/home/rquackenbush1/.linuxbrew/Cellar/util-linux/2.32.1_2/include/libmount -I/mnt/linuxlab/home/rquackenbush1/.linuxbrew/Cellar/util-linux/2.32.1_2/include/blkid -I/mnt/linuxlab/home/rquackenbush1/.linuxbrew/Cellar/util-linux/2.32.1_2/include/uuid -g -O2 -fno-strict-aliasing -c -o libgio_2_0_la-ginitable.lo `test -f 'ginitable.c' || echo './'`ginitable.c
libtool: compile: gcc-5 -DHAVE_CONFIG_H -I. -I.. -I/mnt/linuxlab/home/rquackenbush1/.linuxbrew/Cellar/zlib/1.2.11/include -DG_LOG_DOMAIN=\"GLib-GIO\" -I.. -I../glib -I../glib -I.. -I../gmodule -DG_DISABLE_CAST_CHECKS -DGIO_COMPILATION -DGIO_MODULE_DIR=\"/mnt/linuxlab/home/rquackenbush1/.linuxbrew/lib/gio/modules\" -pthread -Wall -Wstrict-prototypes -Wno-bad-function-cast -Werror=declaration-after-statement -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self -Werror=format=2 -Werror=missing-include-dirs -fvisibility=hidden -I/mnt/linuxlab/home/rquackenbush1/.linuxbrew/Cellar/util-linux/2.32.1_2/include/libmount -I/mnt/linuxlab/home/rquackenbush1/.linuxbrew/Cellar/util-linux/2.32.1_2/include/blkid -I/mnt/linuxlab/home/rquackenbush1/.linuxbrew/Cellar/util-linux/2.32.1_2/include/uuid -g -O2 -fno-strict-aliasing -c ginetsocketaddress.c -fPIC -DPIC -o .libs/libgio_2_0_la-ginetsocketaddress.o
libtool: compile: gcc-5 -DHAVE_CONFIG_H -I. -I.. -I/mnt/linuxlab/home/rquackenbush1/.linuxbrew/Cellar/zlib/1.2.11/include -DG_LOG_DOMAIN=\"GLib-GIO\" -I.. -I../glib -I../glib -I.. -I../gmodule -DG_DISABLE_CAST_CHECKS -DGIO_COMPILATION -DGIO_MODULE_DIR=\"/mnt/linuxlab/home/rquackenbush1/.linuxbrew/lib/gio/modules\" -pthread -Wall -Wstrict-prototypes -Wno-bad-function-cast -Werror=declaration-after-statement -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self -Werror=format=2 -Werror=missing-include-dirs -fvisibility=hidden -I/mnt/linuxlab/home/rquackenbush1/.linuxbrew/Cellar/util-linux/2.32.1_2/include/libmount -I/mnt/linuxlab/home/rquackenbush1/.linuxbrew/Cellar/util-linux/2.32.1_2/include/blkid -I/mnt/linuxlab/home/rquackenbush1/.linuxbrew/Cellar/util-linux/2.32.1_2/include/uuid -g -O2 -fno-strict-aliasing -c ginitable.c -fPIC -DPIC -o .libs/libgio_2_0_la-ginitable.o
libtool: compile: gcc-5 -DHAVE_CONFIG_H -I. -I.. -I/mnt/linuxlab/home/rquackenbush1/.linuxbrew/Cellar/zlib/1.2.11/include -DG_LOG_DOMAIN=\"GLib-GIO\" -I.. -I../glib -I../glib -I.. -I../gmodule -DG_DISABLE_CAST_CHECKS -DGIO_COMPILATION -DGIO_MODULE_DIR=\"/mnt/linuxlab/home/rquackenbush1/.linuxbrew/lib/gio/modules\" -pthread -Wall -Wstrict-prototypes -Wno-bad-function-cast -Werror=declaration-after-statement -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self -Werror=format=2 -Werror=missing-include-dirs -fvisibility=hidden -I/mnt/linuxlab/home/rquackenbush1/.linuxbrew/Cellar/util-linux/2.32.1_2/include/libmount -I/mnt/linuxlab/home/rquackenbush1/.linuxbrew/Cellar/util-linux/2.32.1_2/include/blkid -I/mnt/linuxlab/home/rquackenbush1/.linuxbrew/Cellar/util-linux/2.32.1_2/include/uuid -g -O2 -fno-strict-aliasing -c ginetaddress.c -o libgio_2_0_la-ginetaddress.o >/dev/null 2>&1
libtool: compile: gcc-5 -DHAVE_CONFIG_H -I. -I.. -I/mnt/linuxlab/home/rquackenbush1/.linuxbrew/Cellar/zlib/1.2.11/include -DG_LOG_DOMAIN=\"GLib-GIO\" -I.. -I../glib -I../glib -I.. -I../gmodule -DG_DISABLE_CAST_CHECKS -DGIO_COMPILATION -DGIO_MODULE_DIR=\"/mnt/linuxlab/home/rquackenbush1/.linuxbrew/lib/gio/modules\" -pthread -Wall -Wstrict-prototypes -Wno-bad-function-cast -Werror=declaration-after-statement -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self -Werror=format=2 -Werror=missing-include-dirs -fvisibility=hidden -I/mnt/linuxlab/home/rquackenbush1/.linuxbrew/Cellar/util-linux/2.32.1_2/include/libmount -I/mnt/linuxlab/home/rquackenbush1/.linuxbrew/Cellar/util-linux/2.32.1_2/include/blkid -I/mnt/linuxlab/home/rquackenbush1/.linuxbrew/Cellar/util-linux/2.32.1_2/include/uuid -g -O2 -fno-strict-aliasing -c ginetaddressmask.c -o libgio_2_0_la-ginetaddressmask.o >/dev/null 2>&1
libtool: compile: gcc-5 -DHAVE_CONFIG_H -I. -I.. -I/mnt/linuxlab/home/rquackenbush1/.linuxbrew/Cellar/zlib/1.2.11/include -DG_LOG_DOMAIN=\"GLib-GIO\" -I.. -I../glib -I../glib -I.. -I../gmodule -DG_DISABLE_CAST_CHECKS -DGIO_COMPILATION -DGIO_MODULE_DIR=\"/mnt/linuxlab/home/rquackenbush1/.linuxbrew/lib/gio/modules\" -pthread -Wall -Wstrict-prototypes -Wno-bad-function-cast -Werror=declaration-after-statement -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self -Werror=format=2 -Werror=missing-include-dirs -fvisibility=hidden -I/mnt/linuxlab/home/rquackenbush1/.linuxbrew/Cellar/util-linux/2.32.1_2/include/libmount -I/mnt/linuxlab/home/rquackenbush1/.linuxbrew/Cellar/util-linux/2.32.1_2/include/blkid -I/mnt/linuxlab/home/rquackenbush1/.linuxbrew/Cellar/util-linux/2.32.1_2/include/uuid -g -O2 -fno-strict-aliasing -c ginetsocketaddress.c -o libgio_2_0_la-ginetsocketaddress.o >/dev/null 2>&1
libtool: compile: gcc-5 -DHAVE_CONFIG_H -I. -I.. -I/mnt/linuxlab/home/rquackenbush1/.linuxbrew/Cellar/zlib/1.2.11/include -DG_LOG_DOMAIN=\"GLib-GIO\" -I.. -I../glib -I../glib -I.. -I../gmodule -DG_DISABLE_CAST_CHECKS -DGIO_COMPILATION -DGIO_MODULE_DIR=\"/mnt/linuxlab/home/rquackenbush1/.linuxbrew/lib/gio/modules\" -pthread -Wall -Wstrict-prototypes -Wno-bad-function-cast -Werror=declaration-after-statement -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self -Werror=format=2 -Werror=missing-include-dirs -fvisibility=hidden -I/mnt/linuxlab/home/rquackenbush1/.linuxbrew/Cellar/util-linux/2.32.1_2/include/libmount -I/mnt/linuxlab/home/rquackenbush1/.linuxbrew/Cellar/util-linux/2.32.1_2/include/blkid -I/mnt/linuxlab/home/rquackenbush1/.linuxbrew/Cellar/util-linux/2.32.1_2/include/uuid -g -O2 -fno-strict-aliasing -c ginitable.c -o libgio_2_0_la-ginitable.o >/dev/null 2>&1
/bin/sh ../libtool --tag=CC --mode=compile gcc-5 -DHAVE_CONFIG_H -I. -I.. -I/mnt/linuxlab/home/rquackenbush1/.linuxbrew/Cellar/zlib/1.2.11/include -DG_LOG_DOMAIN=\"GLib-GIO\" -I.. -I../glib -I../glib -I.. -I../gmodule -DG_DISABLE_CAST_CHECKS -DGIO_COMPILATION -DGIO_MODULE_DIR=\"/mnt/linuxlab/home/rquackenbush1/.linuxbrew/lib/gio/modules\" -pthread -Wall -Wstrict-prototypes -Wno-bad-function-cast -Werror=declaration-after-statement -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self -Werror=format=2 -Werror=missing-include-dirs -fvisibility=hidden -I/mnt/linuxlab/home/rquackenbush1/.linuxbrew/Cellar/util-linux/2.32.1_2/include/libmount -I/mnt/linuxlab/home/rquackenbush1/.linuxbrew/Cellar/util-linux/2.32.1_2/include/blkid -I/mnt/linuxlab/home/rquackenbush1/.linuxbrew/Cellar/util-linux/2.32.1_2/include/uuid -g -O2 -fno-strict-aliasing -c -o libgio_2_0_la-ginputstream.lo `test -f 'ginputstream.c' || echo './'`ginputstream.c
/bin/sh ../libtool --tag=CC --mode=compile gcc-5 -DHAVE_CONFIG_H -I. -I.. -I/mnt/linuxlab/home/rquackenbush1/.linuxbrew/Cellar/zlib/1.2.11/include -DG_LOG_DOMAIN=\"GLib-GIO\" -I.. -I../glib -I../glib -I.. -I../gmodule -DG_DISABLE_CAST_CHECKS -DGIO_COMPILATION -DGIO_MODULE_DIR=\"/mnt/linuxlab/home/rquackenbush1/.linuxbrew/lib/gio/modules\" -pthread -Wall -Wstrict-prototypes -Wno-bad-function-cast -Werror=declaration-after-statement -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self -Werror=format=2 -Werror=missing-include-dirs -fvisibility=hidden -I/mnt/linuxlab/home/rquackenbush1/.linuxbrew/Cellar/util-linux/2.32.1_2/include/libmount -I/mnt/linuxlab/home/rquackenbush1/.linuxbrew/Cellar/util-linux/2.32.1_2/include/blkid -I/mnt/linuxlab/home/rquackenbush1/.linuxbrew/Cellar/util-linux/2.32.1_2/include/uuid -g -O2 -fno-strict-aliasing -c -o libgio_2_0_la-gioerror.lo `test -f 'gioerror.c' || echo './'`gioerror.c
/bin/sh ../libtool --tag=CC --mode=compile gcc-5 -DHAVE_CONFIG_H -I. -I.. -I/mnt/linuxlab/home/rquackenbush1/.linuxbrew/Cellar/zlib/1.2.11/include -DG_LOG_DOMAIN=\"GLib-GIO\" -I.. -I../glib -I../glib -I.. -I../gmodule -DG_DISABLE_CAST_CHECKS -DGIO_COMPILATION -DGIO_MODULE_DIR=\"/mnt/linuxlab/home/rquackenbush1/.linuxbrew/lib/gio/modules\" -pthread -Wall -Wstrict-prototypes -Wno-bad-function-cast -Werror=declaration-after-statement -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self -Werror=format=2 -Werror=missing-include-dirs -fvisibility=hidden -I/mnt/linuxlab/home/rquackenbush1/.linuxbrew/Cellar/util-linux/2.32.1_2/include/libmount -I/mnt/linuxlab/home/rquackenbush1/.linuxbrew/Cellar/util-linux/2.32.1_2/include/blkid -I/mnt/linuxlab/home/rquackenbush1/.linuxbrew/Cellar/util-linux/2.32.1_2/include/uuid -g -O2 -fno-strict-aliasing -c -o libgio_2_0_la-giomodule.lo `test -f 'giomodule.c' || echo './'`giomodule.c
libtool: compile: gcc-5 -DHAVE_CONFIG_H -I. -I.. -I/mnt/linuxlab/home/rquackenbush1/.linuxbrew/Cellar/zlib/1.2.11/include -DG_LOG_DOMAIN=\"GLib-GIO\" -I.. -I../glib -I../glib -I.. -I../gmodule -DG_DISABLE_CAST_CHECKS -DGIO_COMPILATION -DGIO_MODULE_DIR=\"/mnt/linuxlab/home/rquackenbush1/.linuxbrew/lib/gio/modules\" -pthread -Wall -Wstrict-prototypes -Wno-bad-function-cast -Werror=declaration-after-statement -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self -Werror=format=2 -Werror=missing-include-dirs -fvisibility=hidden -I/mnt/linuxlab/home/rquackenbush1/.linuxbrew/Cellar/util-linux/2.32.1_2/include/libmount -I/mnt/linuxlab/home/rquackenbush1/.linuxbrew/Cellar/util-linux/2.32.1_2/include/blkid -I/mnt/linuxlab/home/rquackenbush1/.linuxbrew/Cellar/util-linux/2.32.1_2/include/uuid -g -O2 -fno-strict-aliasing -c ginputstream.c -fPIC -DPIC -o .libs/libgio_2_0_la-ginputstream.o
/bin/sh ../libtool --tag=CC --mode=compile gcc-5 -DHAVE_CONFIG_H -I. -I.. -I/mnt/linuxlab/home/rquackenbush1/.linuxbrew/Cellar/zlib/1.2.11/include -DG_LOG_DOMAIN=\"GLib-GIO\" -I.. -I../glib -I../glib -I.. -I../gmodule -DG_DISABLE_CAST_CHECKS -DGIO_COMPILATION -DGIO_MODULE_DIR=\"/mnt/linuxlab/home/rquackenbush1/.linuxbrew/lib/gio/modules\" -pthread -Wall -Wstrict-prototypes -Wno-bad-function-cast -Werror=declaration-after-statement -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self -Werror=format=2 -Werror=missing-include-dirs -fvisibility=hidden -I/mnt/linuxlab/home/rquackenbush1/.linuxbrew/Cellar/util-linux/2.32.1_2/include/libmount -I/mnt/linuxlab/home/rquackenbush1/.linuxbrew/Cellar/util-linux/2.32.1_2/include/blkid -I/mnt/linuxlab/home/rquackenbush1/.linuxbrew/Cellar/util-linux/2.32.1_2/include/uuid -g -O2 -fno-strict-aliasing -c -o libgio_2_0_la-giomodule-priv.lo `test -f 'giomodule-priv.c' || echo './'`giomodule-priv.c
libtool: compile: gcc-5 -DHAVE_CONFIG_H -I. -I.. -I/mnt/linuxlab/home/rquackenbush1/.linuxbrew/Cellar/zlib/1.2.11/include -DG_LOG_DOMAIN=\"GLib-GIO\" -I.. -I../glib -I../glib -I.. -I../gmodule -DG_DISABLE_CAST_CHECKS -DGIO_COMPILATION -DGIO_MODULE_DIR=\"/mnt/linuxlab/home/rquackenbush1/.linuxbrew/lib/gio/modules\" -pthread -Wall -Wstrict-prototypes -Wno-bad-function-cast -Werror=declaration-after-statement -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self -Werror=format=2 -Werror=missing-include-dirs -fvisibility=hidden -I/mnt/linuxlab/home/rquackenbush1/.linuxbrew/Cellar/util-linux/2.32.1_2/include/libmount -I/mnt/linuxlab/home/rquackenbush1/.linuxbrew/Cellar/util-linux/2.32.1_2/include/blkid -I/mnt/linuxlab/home/rquackenbush1/.linuxbrew/Cellar/util-linux/2.32.1_2/include/uuid -g -O2 -fno-strict-aliasing -c gioerror.c -fPIC -DPIC -o .libs/libgio_2_0_la-gioerror.o
libtool: compi
View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment