Skip to content

Instantly share code, notes, and snippets.

@cbeck88
Created November 1, 2014 22:01
Show Gist options
  • Save cbeck88/39dfaa3b42ca19c2b1c6 to your computer and use it in GitHub Desktop.
Save cbeck88/39dfaa3b42ca19c2b1c6 to your computer and use it in GitHub Desktop.
chris@chris-KLR650 ~ $ brew list
autoconf boost jpeg libtiff pkg-config sdl xz
automake ccache libpng libtool scons webp
chris@chris-KLR650 ~ $ brew doctor
Your system is ready to brew.
chris@chris-KLR650 ~ $ brew install sdl_image --verbose
==> Downloading http://www.libsdl.org/projects/SDL_image/release/SDL_image-1.2.12.tar.gz
Already downloaded: /home/chris/.cache/Homebrew/sdl_image-1.2.12.tar.gz
==> Verifying sdl_image-1.2.12.tar.gz checksum
tar xf /home/chris/.cache/Homebrew/sdl_image-1.2.12.tar.gz
==> ./configure --prefix=/home/chris/.linuxbrew/Cellar/sdl_image/1.2.12_1 --disable-dependency-tracking --disable-sdltest
checking build system type... x86_64-unknown-linux-gnu
checking host system type... x86_64-unknown-linux-gnu
checking for gcc... /usr/bin/gcc-4.9
checking for C compiler default output file name... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables...
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether /usr/bin/gcc-4.9 accepts -g... yes
checking for /usr/bin/gcc-4.9 option to accept ISO C89... none needed
checking for a sed that does not truncate output... /bin/sed
checking for grep that handles long lines and -e... /bin/grep
checking for egrep... /bin/grep -E
checking for fgrep... /bin/grep -F
checking for ld used by /usr/bin/gcc-4.9... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... yes
checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B
checking the name lister (/usr/bin/nm -B) interface... BSD nm
checking whether ln -s works... yes
checking the maximum length of command line arguments... 1572864
checking whether the shell understands some XSI constructs... yes
checking whether the shell understands "+="... yes
checking for /usr/bin/ld option to reload object files... -r
checking for objdump... objdump
checking how to recognize dependent libraries... pass_all
checking for ar... ar
checking for strip... strip
checking for ranlib... ranlib
checking command to parse /usr/bin/nm -B output from /usr/bin/gcc-4.9 object... ok
checking how to run the C preprocessor... /usr/bin/gcc-4.9 -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 for dlfcn.h... yes
checking for objdir... .libs
checking if /usr/bin/gcc-4.9 supports -fno-rtti -fno-exceptions... yes
checking for /usr/bin/gcc-4.9 option to produce PIC... -fPIC -DPIC
checking if /usr/bin/gcc-4.9 PIC flag -fPIC -DPIC works... yes
checking if /usr/bin/gcc-4.9 static flag -static works... yes
checking if /usr/bin/gcc-4.9 supports -c -o file.o... yes
checking if /usr/bin/gcc-4.9 supports -c -o file.o... (cached) yes
checking whether the /usr/bin/gcc-4.9 linker (/usr/bin/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 host system type... (cached) x86_64-unknown-linux-gnu
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking for style of include used by make... GNU
checking dependency style of /usr/bin/gcc-4.9... none
checking for gcc... (cached) /usr/bin/gcc-4.9
checking whether we are using the GNU C compiler... (cached) yes
checking whether /usr/bin/gcc-4.9 accepts -g... (cached) yes
checking for /usr/bin/gcc-4.9 option to accept ISO C89... (cached) none needed
checking whether we are using the GNU Objective C compiler... no
checking whether /usr/bin/gcc-4.9 accepts -g... no
checking dependency style of /usr/bin/gcc-4.9... none
checking for inline... inline
checking for a BSD-compatible install... /usr/bin/install -c
checking whether make sets $(MAKE)... (cached) yes
checking for windres... no
checking for linux-gnu-windres... no
checking for pkg-config... /home/chris/.linuxbrew/bin/pkg-config
checking pkg-config is at least version 0.9.0... yes
checking for SDL... yes
checking jpeglib.h usability... yes
checking jpeglib.h presence... yes
checking for jpeglib.h... yes
checking for jpeg_CreateDecompress in -ljpeg... yes
checking for LIBPNG... yes
checking tiffio.h usability... yes
checking tiffio.h presence... yes
checking for tiffio.h... yes
checking for TIFFClientOpen in -ltiff... yes
checking for LIBWEBP... yes
-- dynamic libwebp -> libwebp.so.4
-- dynamic libtiff -> libtiff.so.5
-- dynamic libjpeg -> libjpeg.so.8
-- dynamic libpng -> libpng12.so.0
configure: creating ./config.status
config.status: creating Makefile
config.status: creating SDL_image.spec
config.status: creating SDL_image.pc
config.status: executing libtool commands
config.status: executing depfiles commands
==> make install
/bin/bash ./libtool --tag=CC --mode=compile /usr/bin/gcc-4.9 -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DPACKAGE=\"SDL_image\" -DVERSION=\"1.2.12\" -DLOAD_JPG=1 -DLOAD_PNG=1 -DLOAD_TIF=1 -DLOAD_WEBP=1 -DLOAD_BMP=1 -DLOAD_GIF=1 -DLOAD_LBM=1 -DLOAD_PCX=1 -DLOAD_PNM=1 -DLOAD_TGA=1 -DLOAD_XCF=1 -DLOAD_XPM=1 -DLOAD_XV=1 -DLOAD_WEBP_DYNAMIC=\"libwebp.so.4\" -DLOAD_TIF_DYNAMIC=\"libtiff.so.5\" -DLOAD_JPG_DYNAMIC=\"libjpeg.so.8\" -DLOAD_PNG_DYNAMIC=\"libpng12.so.0\" -I. -isystem/home/chris/.linuxbrew/include -I/home/chris/.linuxbrew/Cellar/webp/0.4.0_1/include -I/home/chris/.linuxbrew/Cellar/libpng/1.6.13/include/libpng16 -Os -w -pipe -march=core2 -D_GNU_SOURCE=1 -D_REENTRANT -I/home/chris/.linuxbrew/include/SDL -c -o IMG.lo IMG.c
/bin/bash ./libtool --tag=CC --mode=compile /usr/bin/gcc-4.9 -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DPACKAGE=\"SDL_image\" -DVERSION=\"1.2.12\" -DLOAD_JPG=1 -DLOAD_PNG=1 -DLOAD_TIF=1 -DLOAD_WEBP=1 -DLOAD_BMP=1 -DLOAD_GIF=1 -DLOAD_LBM=1 -DLOAD_PCX=1 -DLOAD_PNM=1 -DLOAD_TGA=1 -DLOAD_XCF=1 -DLOAD_XPM=1 -DLOAD_XV=1 -DLOAD_WEBP_DYNAMIC=\"libwebp.so.4\" -DLOAD_TIF_DYNAMIC=\"libtiff.so.5\" -DLOAD_JPG_DYNAMIC=\"libjpeg.so.8\" -DLOAD_PNG_DYNAMIC=\"libpng12.so.0\" -I. -isystem/home/chris/.linuxbrew/include -I/home/chris/.linuxbrew/Cellar/webp/0.4.0_1/include -I/home/chris/.linuxbrew/Cellar/libpng/1.6.13/include/libpng16 -Os -w -pipe -march=core2 -D_GNU_SOURCE=1 -D_REENTRANT -I/home/chris/.linuxbrew/include/SDL -c -o IMG_bmp.lo IMG_bmp.c
/bin/bash ./libtool --tag=CC --mode=compile /usr/bin/gcc-4.9 -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DPACKAGE=\"SDL_image\" -DVERSION=\"1.2.12\" -DLOAD_JPG=1 -DLOAD_PNG=1 -DLOAD_TIF=1 -DLOAD_WEBP=1 -DLOAD_BMP=1 -DLOAD_GIF=1 -DLOAD_LBM=1 -DLOAD_PCX=1 -DLOAD_PNM=1 -DLOAD_TGA=1 -DLOAD_XCF=1 -DLOAD_XPM=1 -DLOAD_XV=1 -DLOAD_WEBP_DYNAMIC=\"libwebp.so.4\" -DLOAD_TIF_DYNAMIC=\"libtiff.so.5\" -DLOAD_JPG_DYNAMIC=\"libjpeg.so.8\" -DLOAD_PNG_DYNAMIC=\"libpng12.so.0\" -I. -isystem/home/chris/.linuxbrew/include -I/home/chris/.linuxbrew/Cellar/webp/0.4.0_1/include -I/home/chris/.linuxbrew/Cellar/libpng/1.6.13/include/libpng16 -Os -w -pipe -march=core2 -D_GNU_SOURCE=1 -D_REENTRANT -I/home/chris/.linuxbrew/include/SDL -c -o IMG_gif.lo IMG_gif.c
/bin/bash ./libtool --tag=CC --mode=compile /usr/bin/gcc-4.9 -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DPACKAGE=\"SDL_image\" -DVERSION=\"1.2.12\" -DLOAD_JPG=1 -DLOAD_PNG=1 -DLOAD_TIF=1 -DLOAD_WEBP=1 -DLOAD_BMP=1 -DLOAD_GIF=1 -DLOAD_LBM=1 -DLOAD_PCX=1 -DLOAD_PNM=1 -DLOAD_TGA=1 -DLOAD_XCF=1 -DLOAD_XPM=1 -DLOAD_XV=1 -DLOAD_WEBP_DYNAMIC=\"libwebp.so.4\" -DLOAD_TIF_DYNAMIC=\"libtiff.so.5\" -DLOAD_JPG_DYNAMIC=\"libjpeg.so.8\" -DLOAD_PNG_DYNAMIC=\"libpng12.so.0\" -I. -isystem/home/chris/.linuxbrew/include -I/home/chris/.linuxbrew/Cellar/webp/0.4.0_1/include -I/home/chris/.linuxbrew/Cellar/libpng/1.6.13/include/libpng16 -Os -w -pipe -march=core2 -D_GNU_SOURCE=1 -D_REENTRANT -I/home/chris/.linuxbrew/include/SDL -c -o IMG_jpg.lo IMG_jpg.c
libtool: compile: /usr/bin/gcc-4.9 -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DPACKAGE=\"SDL_image\" -DVERSION=\"1.2.12\" -DLOAD_JPG=1 -DLOAD_PNG=1 -DLOAD_TIF=1 -DLOAD_WEBP=1 -DLOAD_BMP=1 -DLOAD_GIF=1 -DLOAD_LBM=1 -DLOAD_PCX=1 -DLOAD_PNM=1 -DLOAD_TGA=1 -DLOAD_XCF=1 -DLOAD_XPM=1 -DLOAD_XV=1 -DLOAD_WEBP_DYNAMIC=\"libwebp.so.4\" -DLOAD_TIF_DYNAMIC=\"libtiff.so.5\" -DLOAD_JPG_DYNAMIC=\"libjpeg.so.8\" -DLOAD_PNG_DYNAMIC=\"libpng12.so.0\" -I. -isystem/home/chris/.linuxbrew/include -I/home/chris/.linuxbrew/Cellar/webp/0.4.0_1/include -I/home/chris/.linuxbrew/Cellar/libpng/1.6.13/include/libpng16 -Os -w -pipe -march=core2 -D_GNU_SOURCE=1 -D_REENTRANT -I/home/chris/.linuxbrew/include/SDL -c IMG_bmp.c -fPIC -libtool: compile: /usr/bin/gcc-4.9 -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DPACKAGE=\"SDL_image\" -DVERSION=\"1.2.12\" -DLOAD_JPG=1 -DLOAD_PNG=1 -DLOAD_TIF=1 -DLOAD_WEBP=1 -DLOAD_BMP=1 -DLOAD_GIF=1 -DLOAD_LBM=1 -DLOAD_PCX=1 -DLOAD_PNM=1 -DLOAD_TGA=1 -DLOAD_XCF=1 -DLOAD_XPM=1 -DLOAD_XV=1 -DLOAD_WEBP_DYNAMIC=\"libwebp.so.4\" -DLOAD_TIF_DYNAMIC=\"libtiff.so.5\" -DLOAD_JPG_DYNAMIC=\"libjpeg.so.8\" -DLOAD_PNG_DYNAMIC=\"libpng12.so.0\" -I. -isystem/home/chris/.linuxbrew/include -I/home/chris/.linuxbrew/Cellar/webp/0.4.0_1/include -I/home/chris/.linuxbrew/Cellar/libpng/1.6.13/include/libpng16 -Os -w -pipe -march=core2 -D_GNU_SOURCE=1 -D_REENTRANT -I/home/chris/.linuxbrew/include/SDL -c IMG_jpg.c -fPIC -DPIC -o .libs/IMG_bmp.o
DPIC -o .libs/IMG_jpg.o
libtool: compile: /usr/bin/gcc-4.9 -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DPACKAGE=\"SDL_image\" -DVERSION=\"1.2.12\" -DLOAD_JPG=1 -DLOAD_PNG=1 -DLOAD_TIF=1 -DLOAD_WEBP=1 -DLOAD_BMP=1 -DLOAD_GIF=1 -DLOAD_LBM=1 -DLOAD_PCX=1 -DLOAD_PNM=1 -DLOAD_TGA=1 -DLOAD_XCF=1 -DLOAD_XPM=1 -DLOAD_XV=1 -DLOAD_WEBP_DYNAMIC=\"libwebp.so.4\" -DLOAD_TIF_DYNAMIC=\"libtiff.so.5\" -DLOAD_JPG_DYNAMIC=\"libjpeg.so.8\" -DLOAD_PNG_DYNAMIC=\"libpng12.so.0\" -I. -isystem/home/chris/.linuxbrew/include -I/home/chris/.linuxbrew/Cellar/webp/0.4.0_1/include -I/home/chris/.linuxbrew/Cellar/libpng/1.6.13/include/libpng16 -Os -w -pipe -march=core2 -D_GNU_SOURCE=1 -D_REENTRANT -I/home/chris/.linuxbrew/include/SDL -c IMG.c -fPIC -DPIC -o .libs/IMG.o
libtool: compile: /usr/bin/gcc-4.9 -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DPACKAGE=\"SDL_image\" -DVERSION=\"1.2.12\" -DLOAD_JPG=1 -DLOAD_PNG=1 -DLOAD_TIF=1 -DLOAD_WEBP=1 -DLOAD_BMP=1 -DLOAD_GIF=1 -DLOAD_LBM=1 -DLOAD_PCX=1 -DLOAD_PNM=1 -DLOAD_TGA=1 -DLOAD_XCF=1 -DLOAD_XPM=1 -DLOAD_XV=1 -DLOAD_WEBP_DYNAMIC=\"libwebp.so.4\" -DLOAD_TIF_DYNAMIC=\"libtiff.so.5\" -DLOAD_JPG_DYNAMIC=\"libjpeg.so.8\" -DLOAD_PNG_DYNAMIC=\"libpng12.so.0\" -I. -isystem/home/chris/.linuxbrew/include -I/home/chris/.linuxbrew/Cellar/webp/0.4.0_1/include -I/home/chris/.linuxbrew/Cellar/libpng/1.6.13/include/libpng16 -Os -w -pipe -march=core2 -D_GNU_SOURCE=1 -D_REENTRANT -I/home/chris/.linuxbrew/include/SDL -c IMG_gif.c -fPIC -DPIC -o .libs/IMG_gif.o
libtool: compile: /usr/bin/gcc-4.9 -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DPACKAGE=\"SDL_image\" -DVERSION=\"1.2.12\" -DLOAD_JPG=1 -DLOAD_PNG=1 -DLOAD_TIF=1 -DLOAD_WEBP=1 -DLOAD_BMP=1 -DLOAD_GIF=1 -DLOAD_LBM=1 -DLOAD_PCX=1 -DLOAD_PNM=1 -DLOAD_TGA=1 -DLOAD_XCF=1 -DLOAD_XPM=1 -DLOAD_XV=1 -DLOAD_WEBP_DYNAMIC=\"libwebp.so.4\" -DLOAD_TIF_DYNAMIC=\"libtiff.so.5\" -DLOAD_JPG_DYNAMIC=\"libjpeg.so.8\" -DLOAD_PNG_DYNAMIC=\"libpng12.so.0\" -I. -isystem/home/chris/.linuxbrew/include -I/home/chris/.linuxbrew/Cellar/webp/0.4.0_1/include -I/home/chris/.linuxbrew/Cellar/libpng/1.6.13/include/libpng16 -Os -w -pipe -march=core2 -D_GNU_SOURCE=1 -D_REENTRANT -I/home/chris/.linuxbrew/include/SDL -c IMG.c -o IMG.o >/dev/null 2>&1
libtool: compile: /usr/bin/gcc-4.9 -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DPACKAGE=\"SDL_image\" -DVERSION=\"1.2.12\" -DLOAD_JPG=1 -DLOAD_PNG=1 -DLOAD_TIF=1 -DLOAD_WEBP=1 -DLOAD_BMP=1 -DLOAD_GIF=1 -DLOAD_LBM=1 -DLOAD_PCX=1 -DLOAD_PNM=1 -DLOAD_TGA=1 -DLOAD_XCF=1 -DLOAD_XPM=1 -DLOAD_XV=1 -DLOAD_WEBP_DYNAMIC=\"libwebp.so.4\" -DLOAD_TIF_DYNAMIC=\"libtiff.so.5\" -DLOAD_JPG_DYNAMIC=\"libjpeg.so.8\" -DLOAD_PNG_DYNAMIC=\"libpng12.so.0\" -I. -isystem/home/chris/.linuxbrew/include -I/home/chris/.linuxbrew/Cellar/webp/0.4.0_1/include -I/home/chris/.linuxbrew/Cellar/libpng/1.6.13/include/libpng16 -Os -w -pipe -march=core2 -D_GNU_SOURCE=1 -D_REENTRANT -I/home/chris/.linuxbrew/include/SDL -c IMG_jpg.c -o IMG_jpg.o >/dev/null 2>&1
/bin/bash ./libtool --tag=CC --mode=compile /usr/bin/gcc-4.9 -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DPACKAGE=\"SDL_image\" -DVERSION=\"1.2.12\" -DLOAD_JPG=1 -DLOAD_PNG=1 -DLOAD_TIF=1 -DLOAD_WEBP=1 -DLOAD_BMP=1 -DLOAD_GIF=1 -DLOAD_LBM=1 -DLOAD_PCX=1 -DLOAD_PNM=1 -DLOAD_TGA=1 -DLOAD_XCF=1 -DLOAD_XPM=1 -DLOAD_XV=1 -DLOAD_WEBP_DYNAMIC=\"libwebp.so.4\" -DLOAD_TIF_DYNAMIC=\"libtiff.so.5\" -DLOAD_JPG_DYNAMIC=\"libjpeg.so.8\" -DLOAD_PNG_DYNAMIC=\"libpng12.so.0\" -I. -isystem/home/chris/.linuxbrew/include -I/home/chris/.linuxbrew/Cellar/webp/0.4.0_1/include -I/home/chris/.linuxbrew/Cellar/libpng/1.6.13/include/libpng16 -Os -w -pipe -march=core2 -D_GNU_SOURCE=1 -D_REENTRANT -I/home/chris/.linuxbrew/include/SDL -c -o IMG_lbm.lo IMG_lbm.c
libtool: compile: /usr/bin/gcc-4.9 -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DPACKAGE=\"SDL_image\" -DVERSION=\"1.2.12\" -DLOAD_JPG=1 -DLOAD_PNG=1 -DLOAD_TIF=1 -DLOAD_WEBP=1 -DLOAD_BMP=1 -DLOAD_GIF=1 -DLOAD_LBM=1 -DLOAD_PCX=1 -DLOAD_PNM=1 -DLOAD_TGA=1 -DLOAD_XCF=1 -DLOAD_XPM=1 -DLOAD_XV=1 -DLOAD_WEBP_DYNAMIC=\"libwebp.so.4\" -DLOAD_TIF_DYNAMIC=\"libtiff.so.5\" -DLOAD_JPG_DYNAMIC=\"libjpeg.so.8\" -DLOAD_PNG_DYNAMIC=\"libpng12.so.0\" -I. -isystem/home/chris/.linuxbrew/include -I/home/chris/.linuxbrew/Cellar/webp/0.4.0_1/include -I/home/chris/.linuxbrew/Cellar/libpng/1.6.13/include/libpng16 -Os -w -pipe -march=core2 -D_GNU_SOURCE=1 -D_REENTRANT -I/home/chris/.linuxbrew/include/SDL -c IMG_gif.c -o IMG_gif.o >/dev/null 2>&1
libtool: compile: /usr/bin/gcc-4.9 -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DPACKAGE=\"SDL_image\" -DVERSION=\"1.2.12\" -DLOAD_JPG=1 -DLOAD_PNG=1 -DLOAD_TIF=1 -DLOAD_WEBP=1 -DLOAD_BMP=1 -DLOAD_GIF=1 -DLOAD_LBM=1 -DLOAD_PCX=1 -DLOAD_PNM=1 -DLOAD_TGA=1 -DLOAD_XCF=1 -DLOAD_XPM=1 -DLOAD_XV=1 -DLOAD_WEBP_DYNAMIC=\"libwebp.so.4\" -DLOAD_TIF_DYNAMIC=\"libtiff.so.5\" -DLOAD_JPG_DYNAMIC=\"libjpeg.so.8\" -DLOAD_PNG_DYNAMIC=\"libpng12.so.0\" -I. -isystem/home/chris/.linuxbrew/include -I/home/chris/.linuxbrew/Cellar/webp/0.4.0_1/include -I/home/chris/.linuxbrew/Cellar/libpng/1.6.13/include/libpng16 -Os -w -pipe -march=core2 -D_GNU_SOURCE=1 -D_REENTRANT -I/home/chris/.linuxbrew/include/SDL -c IMG_bmp.c -o IMG_bmp.o >/dev/null 2>&1
/bin/bash ./libtool --tag=CC --mode=compile /usr/bin/gcc-4.9 -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DPACKAGE=\"SDL_image\" -DVERSION=\"1.2.12\" -DLOAD_JPG=1 -DLOAD_PNG=1 -DLOAD_TIF=1 -DLOAD_WEBP=1 -DLOAD_BMP=1 -DLOAD_GIF=1 -DLOAD_LBM=1 -DLOAD_PCX=1 -DLOAD_PNM=1 -DLOAD_TGA=1 -DLOAD_XCF=1 -DLOAD_XPM=1 -DLOAD_XV=1 -DLOAD_WEBP_DYNAMIC=\"libwebp.so.4\" -DLOAD_TIF_DYNAMIC=\"libtiff.so.5\" -DLOAD_JPG_DYNAMIC=\"libjpeg.so.8\" -DLOAD_PNG_DYNAMIC=\"libpng12.so.0\" -I. -isystem/home/chris/.linuxbrew/include -I/home/chris/.linuxbrew/Cellar/webp/0.4.0_1/include -I/home/chris/.linuxbrew/Cellar/libpng/1.6.13/include/libpng16 -Os -w -pipe -march=core2 -D_GNU_SOURCE=1 -D_REENTRANT -I/home/chris/.linuxbrew/include/SDL -c -o IMG_pcx.lo IMG_pcx.c
libtool: compile: /usr/bin/gcc-4.9 -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DPACKAGE=\"SDL_image\" -DVERSION=\"1.2.12\" -DLOAD_JPG=1 -DLOAD_PNG=1 -DLOAD_TIF=1 -DLOAD_WEBP=1 -DLOAD_BMP=1 -DLOAD_GIF=1 -DLOAD_LBM=1 -DLOAD_PCX=1 -DLOAD_PNM=1 -DLOAD_TGA=1 -DLOAD_XCF=1 -DLOAD_XPM=1 -DLOAD_XV=1 -DLOAD_WEBP_DYNAMIC=\"libwebp.so.4\" -DLOAD_TIF_DYNAMIC=\"libtiff.so.5\" -DLOAD_JPG_DYNAMIC=\"libjpeg.so.8\" -DLOAD_PNG_DYNAMIC=\"libpng12.so.0\" -I. -isystem/home/chris/.linuxbrew/include -I/home/chris/.linuxbrew/Cellar/webp/0.4.0_1/include -I/home/chris/.linuxbrew/Cellar/libpng/1.6.13/include/libpng16 -Os -w -pipe -march=core2 -D_GNU_SOURCE=1 -D_REENTRANT -I/home/chris/.linuxbrew/include/SDL -c IMG_lbm.c -fPIC -DPIC -o .libs/IMG_lbm.o
libtool: compile: /usr/bin/gcc-4.9 -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DPACKAGE=\"SDL_image\" -DVERSION=\"1.2.12\" -DLOAD_JPG=1 -DLOAD_PNG=1 -DLOAD_TIF=1 -DLOAD_WEBP=1 -DLOAD_BMP=1 -DLOAD_GIF=1 -DLOAD_LBM=1 -DLOAD_PCX=1 -DLOAD_PNM=1 -DLOAD_TGA=1 -DLOAD_XCF=1 -DLOAD_XPM=1 -DLOAD_XV=1 -DLOAD_WEBP_DYNAMIC=\"libwebp.so.4\" -DLOAD_TIF_DYNAMIC=\"libtiff.so.5\" -DLOAD_JPG_DYNAMIC=\"libjpeg.so.8\" -DLOAD_PNG_DYNAMIC=\"libpng12.so.0\" -I. -isystem/home/chris/.linuxbrew/include -I/home/chris/.linuxbrew/Cellar/webp/0.4.0_1/include -I/home/chris/.linuxbrew/Cellar/libpng/1.6.13/include/libpng16 -Os -w -pipe -march=core2 -D_GNU_SOURCE=1 -D_REENTRANT -I/home/chris/.linuxbrew/include/SDL -c IMG_pcx.c -fPIC -DPIC -o .libs/IMG_pcx.o
/bin/bash ./libtool --tag=CC --mode=compile /usr/bin/gcc-4.9 -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DPACKAGE=\"SDL_image\" -DVERSION=\"1.2.12\" -DLOAD_JPG=1 -DLOAD_PNG=1 -DLOAD_TIF=1 -DLOAD_WEBP=1 -DLOAD_BMP=1 -DLOAD_GIF=1 -DLOAD_LBM=1 -DLOAD_PCX=1 -DLOAD_PNM=1 -DLOAD_TGA=1 -DLOAD_XCF=1 -DLOAD_XPM=1 -DLOAD_XV=1 -DLOAD_WEBP_DYNAMIC=\"libwebp.so.4\" -DLOAD_TIF_DYNAMIC=\"libtiff.so.5\" -DLOAD_JPG_DYNAMIC=\"libjpeg.so.8\" -DLOAD_PNG_DYNAMIC=\"libpng12.so.0\" -I. -isystem/home/chris/.linuxbrew/include -I/home/chris/.linuxbrew/Cellar/webp/0.4.0_1/include -I/home/chris/.linuxbrew/Cellar/libpng/1.6.13/include/libpng16 -Os -w -pipe -march=core2 -D_GNU_SOURCE=1 -D_REENTRANT -I/home/chris/.linuxbrew/include/SDL -c -o IMG_png.lo IMG_png.c
libtool: compile: /usr/bin/gcc-4.9 -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DPACKAGE=\"SDL_image\" -DVERSION=\"1.2.12\" -DLOAD_JPG=1 -DLOAD_PNG=1 -DLOAD_TIF=1 -DLOAD_WEBP=1 -DLOAD_BMP=1 -DLOAD_GIF=1 -DLOAD_LBM=1 -DLOAD_PCX=1 -DLOAD_PNM=1 -DLOAD_TGA=1 -DLOAD_XCF=1 -DLOAD_XPM=1 -DLOAD_XV=1 -DLOAD_WEBP_DYNAMIC=\"libwebp.so.4\" -DLOAD_TIF_DYNAMIC=\"libtiff.so.5\" -DLOAD_JPG_DYNAMIC=\"libjpeg.so.8\" -DLOAD_PNG_DYNAMIC=\"libpng12.so.0\" -I. -isystem/home/chris/.linuxbrew/include -I/home/chris/.linuxbrew/Cellar/webp/0.4.0_1/include -I/home/chris/.linuxbrew/Cellar/libpng/1.6.13/include/libpng16 -Os -w -pipe -march=core2 -D_GNU_SOURCE=1 -D_REENTRANT -I/home/chris/.linuxbrew/include/SDL -c IMG_pcx.c -o IMG_pcx.o >/dev/null 2>&1
libtool: compile: /usr/bin/gcc-4.9 -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DPACKAGE=\"SDL_image\" -DVERSION=\"1.2.12\" -DLOAD_JPG=1 -DLOAD_PNG=1 -DLOAD_TIF=1 -DLOAD_WEBP=1 -DLOAD_BMP=1 -DLOAD_GIF=1 -DLOAD_LBM=1 -DLOAD_PCX=1 -DLOAD_PNM=1 -DLOAD_TGA=1 -DLOAD_XCF=1 -DLOAD_XPM=1 -DLOAD_XV=1 -DLOAD_WEBP_DYNAMIC=\"libwebp.so.4\" -DLOAD_TIF_DYNAMIC=\"libtiff.so.5\" -DLOAD_JPG_DYNAMIC=\"libjpeg.so.8\" -DLOAD_PNG_DYNAMIC=\"libpng12.so.0\" -I. -isystem/home/chris/.linuxbrew/include -I/home/chris/.linuxbrew/Cellar/webp/0.4.0_1/include -I/home/chris/.linuxbrew/Cellar/libpng/1.6.13/include/libpng16 -Os -w -pipe -march=core2 -D_GNU_SOURCE=1 -D_REENTRANT -I/home/chris/.linuxbrew/include/SDL -c IMG_lbm.c -o IMG_lbm.o >/dev/null 2>&1
libtool: compile: /usr/bin/gcc-4.9 -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DPACKAGE=\"SDL_image\" -DVERSION=\"1.2.12\" -DLOAD_JPG=1 -DLOAD_PNG=1 -DLOAD_TIF=1 -DLOAD_WEBP=1 -DLOAD_BMP=1 -DLOAD_GIF=1 -DLOAD_LBM=1 -DLOAD_PCX=1 -DLOAD_PNM=1 -DLOAD_TGA=1 -DLOAD_XCF=1 -DLOAD_XPM=1 -DLOAD_XV=1 -DLOAD_WEBP_DYNAMIC=\"libwebp.so.4\" -DLOAD_TIF_DYNAMIC=\"libtiff.so.5\" -DLOAD_JPG_DYNAMIC=\"libjpeg.so.8\" -DLOAD_PNG_DYNAMIC=\"libpng12.so.0\" -I. -isystem/home/chris/.linuxbrew/include -I/home/chris/.linuxbrew/Cellar/webp/0.4.0_1/include -I/home/chris/.linuxbrew/Cellar/libpng/1.6.13/include/libpng16 -Os -w -pipe -march=core2 -D_GNU_SOURCE=1 -D_REENTRANT -I/home/chris/.linuxbrew/include/SDL -c IMG_png.c -fPIC -DPIC -o .libs/IMG_png.o
/bin/bash ./libtool --tag=CC --mode=compile /usr/bin/gcc-4.9 -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DPACKAGE=\"SDL_image\" -DVERSION=\"1.2.12\" -DLOAD_JPG=1 -DLOAD_PNG=1 -DLOAD_TIF=1 -DLOAD_WEBP=1 -DLOAD_BMP=1 -DLOAD_GIF=1 -DLOAD_LBM=1 -DLOAD_PCX=1 -DLOAD_PNM=1 -DLOAD_TGA=1 -DLOAD_XCF=1 -DLOAD_XPM=1 -DLOAD_XV=1 -DLOAD_WEBP_DYNAMIC=\"libwebp.so.4\" -DLOAD_TIF_DYNAMIC=\"libtiff.so.5\" -DLOAD_JPG_DYNAMIC=\"libjpeg.so.8\" -DLOAD_PNG_DYNAMIC=\"libpng12.so.0\" -I. -isystem/home/chris/.linuxbrew/include -I/home/chris/.linuxbrew/Cellar/webp/0.4.0_1/include -I/home/chris/.linuxbrew/Cellar/libpng/1.6.13/include/libpng16 -Os -w -pipe -march=core2 -D_GNU_SOURCE=1 -D_REENTRANT -I/home/chris/.linuxbrew/include/SDL -c -o IMG_pnm.lo IMG_pnm.c
libtool: compile: /usr/bin/gcc-4.9 -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DPACKAGE=\"SDL_image\" -DVERSION=\"1.2.12\" -DLOAD_JPG=1 -DLOAD_PNG=1 -DLOAD_TIF=1 -DLOAD_WEBP=1 -DLOAD_BMP=1 -DLOAD_GIF=1 -DLOAD_LBM=1 -DLOAD_PCX=1 -DLOAD_PNM=1 -DLOAD_TGA=1 -DLOAD_XCF=1 -DLOAD_XPM=1 -DLOAD_XV=1 -DLOAD_WEBP_DYNAMIC=\"libwebp.so.4\" -DLOAD_TIF_DYNAMIC=\"libtiff.so.5\" -DLOAD_JPG_DYNAMIC=\"libjpeg.so.8\" -DLOAD_PNG_DYNAMIC=\"libpng12.so.0\" -I. -isystem/home/chris/.linuxbrew/include -I/home/chris/.linuxbrew/Cellar/webp/0.4.0_1/include -I/home/chris/.linuxbrew/Cellar/libpng/1.6.13/include/libpng16 -Os -w -pipe -march=core2 -D_GNU_SOURCE=1 -D_REENTRANT -I/home/chris/.linuxbrew/include/SDL -c IMG_pnm.c -fPIC -DPIC -o .libs/IMG_pnm.o
/bin/bash ./libtool --tag=CC --mode=compile /usr/bin/gcc-4.9 -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DPACKAGE=\"SDL_image\" -DVERSION=\"1.2.12\" -DLOAD_JPG=1 -DLOAD_PNG=1 -DLOAD_TIF=1 -DLOAD_WEBP=1 -DLOAD_BMP=1 -DLOAD_GIF=1 -DLOAD_LBM=1 -DLOAD_PCX=1 -DLOAD_PNM=1 -DLOAD_TGA=1 -DLOAD_XCF=1 -DLOAD_XPM=1 -DLOAD_XV=1 -DLOAD_WEBP_DYNAMIC=\"libwebp.so.4\" -DLOAD_TIF_DYNAMIC=\"libtiff.so.5\" -DLOAD_JPG_DYNAMIC=\"libjpeg.so.8\" -DLOAD_PNG_DYNAMIC=\"libpng12.so.0\" -I. -isystem/home/chris/.linuxbrew/include -I/home/chris/.linuxbrew/Cellar/webp/0.4.0_1/include -I/home/chris/.linuxbrew/Cellar/libpng/1.6.13/include/libpng16 -Os -w -pipe -march=core2 -D_GNU_SOURCE=1 -D_REENTRANT -I/home/chris/.linuxbrew/include/SDL -c -o IMG_tga.lo IMG_tga.c
libtool: compile: /usr/bin/gcc-4.9 -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DPACKAGE=\"SDL_image\" -DVERSION=\"1.2.12\" -DLOAD_JPG=1 -DLOAD_PNG=1 -DLOAD_TIF=1 -DLOAD_WEBP=1 -DLOAD_BMP=1 -DLOAD_GIF=1 -DLOAD_LBM=1 -DLOAD_PCX=1 -DLOAD_PNM=1 -DLOAD_TGA=1 -DLOAD_XCF=1 -DLOAD_XPM=1 -DLOAD_XV=1 -DLOAD_WEBP_DYNAMIC=\"libwebp.so.4\" -DLOAD_TIF_DYNAMIC=\"libtiff.so.5\" -DLOAD_JPG_DYNAMIC=\"libjpeg.so.8\" -DLOAD_PNG_DYNAMIC=\"libpng12.so.0\" -I. -isystem/home/chris/.linuxbrew/include -I/home/chris/.linuxbrew/Cellar/webp/0.4.0_1/include -I/home/chris/.linuxbrew/Cellar/libpng/1.6.13/include/libpng16 -Os -w -pipe -march=core2 -D_GNU_SOURCE=1 -D_REENTRANT -I/home/chris/.linuxbrew/include/SDL -c IMG_png.c -o IMG_png.o >/dev/null 2>&1
libtool: compile: /usr/bin/gcc-4.9 -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DPACKAGE=\"SDL_image\" -DVERSION=\"1.2.12\" -DLOAD_JPG=1 -DLOAD_PNG=1 -DLOAD_TIF=1 -DLOAD_WEBP=1 -DLOAD_BMP=1 -DLOAD_GIF=1 -DLOAD_LBM=1 -DLOAD_PCX=1 -DLOAD_PNM=1 -DLOAD_TGA=1 -DLOAD_XCF=1 -DLOAD_XPM=1 -DLOAD_XV=1 -DLOAD_WEBP_DYNAMIC=\"libwebp.so.4\" -DLOAD_TIF_DYNAMIC=\"libtiff.so.5\" -DLOAD_JPG_DYNAMIC=\"libjpeg.so.8\" -DLOAD_PNG_DYNAMIC=\"libpng12.so.0\" -I. -isystem/home/chris/.linuxbrew/include -I/home/chris/.linuxbrew/Cellar/webp/0.4.0_1/include -I/home/chris/.linuxbrew/Cellar/libpng/1.6.13/include/libpng16 -Os -w -pipe -march=core2 -D_GNU_SOURCE=1 -D_REENTRANT -I/home/chris/.linuxbrew/include/SDL -c IMG_tga.c -fPIC -DPIC -o .libs/IMG_tga.o
/bin/bash ./libtool --tag=CC --mode=compile /usr/bin/gcc-4.9 -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DPACKAGE=\"SDL_image\" -DVERSION=\"1.2.12\" -DLOAD_JPG=1 -DLOAD_PNG=1 -DLOAD_TIF=1 -DLOAD_WEBP=1 -DLOAD_BMP=1 -DLOAD_GIF=1 -DLOAD_LBM=1 -DLOAD_PCX=1 -DLOAD_PNM=1 -DLOAD_TGA=1 -DLOAD_XCF=1 -DLOAD_XPM=1 -DLOAD_XV=1 -DLOAD_WEBP_DYNAMIC=\"libwebp.so.4\" -DLOAD_TIF_DYNAMIC=\"libtiff.so.5\" -DLOAD_JPG_DYNAMIC=\"libjpeg.so.8\" -DLOAD_PNG_DYNAMIC=\"libpng12.so.0\" -I. -isystem/home/chris/.linuxbrew/include -I/home/chris/.linuxbrew/Cellar/webp/0.4.0_1/include -I/home/chris/.linuxbrew/Cellar/libpng/1.6.13/include/libpng16 -Os -w -pipe -march=core2 -D_GNU_SOURCE=1 -D_REENTRANT -I/home/chris/.linuxbrew/include/SDL -c -o IMG_tif.lo IMG_tif.c
libtool: compile: /usr/bin/gcc-4.9 -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DPACKAGE=\"SDL_image\" -DVERSION=\"1.2.12\" -DLOAD_JPG=1 -DLOAD_PNG=1 -DLOAD_TIF=1 -DLOAD_WEBP=1 -DLOAD_BMP=1 -DLOAD_GIF=1 -DLOAD_LBM=1 -DLOAD_PCX=1 -DLOAD_PNM=1 -DLOAD_TGA=1 -DLOAD_XCF=1 -DLOAD_XPM=1 -DLOAD_XV=1 -DLOAD_WEBP_DYNAMIC=\"libwebp.so.4\" -DLOAD_TIF_DYNAMIC=\"libtiff.so.5\" -DLOAD_JPG_DYNAMIC=\"libjpeg.so.8\" -DLOAD_PNG_DYNAMIC=\"libpng12.so.0\" -I. -isystem/home/chris/.linuxbrew/include -I/home/chris/.linuxbrew/Cellar/webp/0.4.0_1/include -I/home/chris/.linuxbrew/Cellar/libpng/1.6.13/include/libpng16 -Os -w -pipe -march=core2 -D_GNU_SOURCE=1 -D_REENTRANT -I/home/chris/.linuxbrew/include/SDL -c IMG_pnm.c -o IMG_pnm.o >/dev/null 2>&1
libtool: compile: /usr/bin/gcc-4.9 -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DPACKAGE=\"SDL_image\" -DVERSION=\"1.2.12\" -DLOAD_JPG=1 -DLOAD_PNG=1 -DLOAD_TIF=1 -DLOAD_WEBP=1 -DLOAD_BMP=1 -DLOAD_GIF=1 -DLOAD_LBM=1 -DLOAD_PCX=1 -DLOAD_PNM=1 -DLOAD_TGA=1 -DLOAD_XCF=1 -DLOAD_XPM=1 -DLOAD_XV=1 -DLOAD_WEBP_DYNAMIC=\"libwebp.so.4\" -DLOAD_TIF_DYNAMIC=\"libtiff.so.5\" -DLOAD_JPG_DYNAMIC=\"libjpeg.so.8\" -DLOAD_PNG_DYNAMIC=\"libpng12.so.0\" -I. -isystem/home/chris/.linuxbrew/include -I/home/chris/.linuxbrew/Cellar/webp/0.4.0_1/include -I/home/chris/.linuxbrew/Cellar/libpng/1.6.13/include/libpng16 -Os -w -pipe -march=core2 -D_GNU_SOURCE=1 -D_REENTRANT -I/home/chris/.linuxbrew/include/SDL -c IMG_tif.c -fPIC -DPIC -o .libs/IMG_tif.o
libtool: compile: /usr/bin/gcc-4.9 -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DPACKAGE=\"SDL_image\" -DVERSION=\"1.2.12\" -DLOAD_JPG=1 -DLOAD_PNG=1 -DLOAD_TIF=1 -DLOAD_WEBP=1 -DLOAD_BMP=1 -DLOAD_GIF=1 -DLOAD_LBM=1 -DLOAD_PCX=1 -DLOAD_PNM=1 -DLOAD_TGA=1 -DLOAD_XCF=1 -DLOAD_XPM=1 -DLOAD_XV=1 -DLOAD_WEBP_DYNAMIC=\"libwebp.so.4\" -DLOAD_TIF_DYNAMIC=\"libtiff.so.5\" -DLOAD_JPG_DYNAMIC=\"libjpeg.so.8\" -DLOAD_PNG_DYNAMIC=\"libpng12.so.0\" -I. -isystem/home/chris/.linuxbrew/include -I/home/chris/.linuxbrew/Cellar/webp/0.4.0_1/include -I/home/chris/.linuxbrew/Cellar/libpng/1.6.13/include/libpng16 -Os -w -pipe -march=core2 -D_GNU_SOURCE=1 -D_REENTRANT -I/home/chris/.linuxbrew/include/SDL -c IMG_tga.c -o IMG_tga.o >/dev/null 2>&1
/bin/bash ./libtool --tag=CC --mode=compile /usr/bin/gcc-4.9 -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DPACKAGE=\"SDL_image\" -DVERSION=\"1.2.12\" -DLOAD_JPG=1 -DLOAD_PNG=1 -DLOAD_TIF=1 -DLOAD_WEBP=1 -DLOAD_BMP=1 -DLOAD_GIF=1 -DLOAD_LBM=1 -DLOAD_PCX=1 -DLOAD_PNM=1 -DLOAD_TGA=1 -DLOAD_XCF=1 -DLOAD_XPM=1 -DLOAD_XV=1 -DLOAD_WEBP_DYNAMIC=\"libwebp.so.4\" -DLOAD_TIF_DYNAMIC=\"libtiff.so.5\" -DLOAD_JPG_DYNAMIC=\"libjpeg.so.8\" -DLOAD_PNG_DYNAMIC=\"libpng12.so.0\" -I. -isystem/home/chris/.linuxbrew/include -I/home/chris/.linuxbrew/Cellar/webp/0.4.0_1/include -I/home/chris/.linuxbrew/Cellar/libpng/1.6.13/include/libpng16 -Os -w -pipe -march=core2 -D_GNU_SOURCE=1 -D_REENTRANT -I/home/chris/.linuxbrew/include/SDL -c -o IMG_xcf.lo IMG_xcf.c
/bin/bash ./libtool --tag=CC --mode=compile /usr/bin/gcc-4.9 -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DPACKAGE=\"SDL_image\" -DVERSION=\"1.2.12\" -DLOAD_JPG=1 -DLOAD_PNG=1 -DLOAD_TIF=1 -DLOAD_WEBP=1 -DLOAD_BMP=1 -DLOAD_GIF=1 -DLOAD_LBM=1 -DLOAD_PCX=1 -DLOAD_PNM=1 -DLOAD_TGA=1 -DLOAD_XCF=1 -DLOAD_XPM=1 -DLOAD_XV=1 -DLOAD_WEBP_DYNAMIC=\"libwebp.so.4\" -DLOAD_TIF_DYNAMIC=\"libtiff.so.5\" -DLOAD_JPG_DYNAMIC=\"libjpeg.so.8\" -DLOAD_PNG_DYNAMIC=\"libpng12.so.0\" -I. -isystem/home/chris/.linuxbrew/include -I/home/chris/.linuxbrew/Cellar/webp/0.4.0_1/include -I/home/chris/.linuxbrew/Cellar/libpng/1.6.13/include/libpng16 -Os -w -pipe -march=core2 -D_GNU_SOURCE=1 -D_REENTRANT -I/home/chris/.linuxbrew/include/SDL -c -o IMG_xpm.lo IMG_xpm.c
libtool: compile: /usr/bin/gcc-4.9 -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DPACKAGE=\"SDL_image\" -DVERSION=\"1.2.12\" -DLOAD_JPG=1 -DLOAD_PNG=1 -DLOAD_TIF=1 -DLOAD_WEBP=1 -DLOAD_BMP=1 -DLOAD_GIF=1 -DLOAD_LBM=1 -DLOAD_PCX=1 -DLOAD_PNM=1 -DLOAD_TGA=1 -DLOAD_XCF=1 -DLOAD_XPM=1 -DLOAD_XV=1 -DLOAD_WEBP_DYNAMIC=\"libwebp.so.4\" -DLOAD_TIF_DYNAMIC=\"libtiff.so.5\" -DLOAD_JPG_DYNAMIC=\"libjpeg.so.8\" -DLOAD_PNG_DYNAMIC=\"libpng12.so.0\" -I. -isystem/home/chris/.linuxbrew/include -I/home/chris/.linuxbrew/Cellar/webp/0.4.0_1/include -I/home/chris/.linuxbrew/Cellar/libpng/1.6.13/include/libpng16 -Os -w -pipe -march=core2 -D_GNU_SOURCE=1 -D_REENTRANT -I/home/chris/.linuxbrew/include/SDL -c IMG_tif.c -o IMG_tif.o >/dev/null 2>&1
libtool: compile: /usr/bin/gcc-4.9 -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DPACKAGE=\"SDL_image\" -DVERSION=\"1.2.12\" -DLOAD_JPG=1 -DLOAD_PNG=1 -DLOAD_TIF=1 -DLOAD_WEBP=1 -DLOAD_BMP=1 -DLOAD_GIF=1 -DLOAD_LBM=1 -DLOAD_PCX=1 -DLOAD_PNM=1 -DLOAD_TGA=1 -DLOAD_XCF=1 -DLOAD_XPM=1 -DLOAD_XV=1 -DLOAD_WEBP_DYNAMIC=\"libwebp.so.4\" -DLOAD_TIF_DYNAMIC=\"libtiff.so.5\" -DLOAD_JPG_DYNAMIC=\"libjpeg.so.8\" -DLOAD_PNG_DYNAMIC=\"libpng12.so.0\" -I. -isystem/home/chris/.linuxbrew/include -I/home/chris/.linuxbrew/Cellar/webp/0.4.0_1/include -I/home/chris/.linuxbrew/Cellar/libpng/1.6.13/include/libpng16 -Os -w -pipe -march=core2 -D_GNU_SOURCE=1 -D_REENTRANT -I/home/chris/.linuxbrew/include/SDL -c IMG_xcf.c -fPIC -DPIC -o .libs/IMG_xcf.o
/bin/bash ./libtool --tag=CC --mode=compile /usr/bin/gcc-4.9 -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DPACKAGE=\"SDL_image\" -DVERSION=\"1.2.12\" -DLOAD_JPG=1 -DLOAD_PNG=1 -DLOAD_TIF=1 -DLOAD_WEBP=1 -DLOAD_BMP=1 -DLOAD_GIF=1 -DLOAD_LBM=1 -DLOAD_PCX=1 -DLOAD_PNM=1 -DLOAD_TGA=1 -DLOAD_XCF=1 -DLOAD_XPM=1 -DLOAD_XV=1 -DLOAD_WEBP_DYNAMIC=\"libwebp.so.4\" -DLOAD_TIF_DYNAMIC=\"libtiff.so.5\" -DLOAD_JPG_DYNAMIC=\"libjpeg.so.8\" -DLOAD_PNG_DYNAMIC=\"libpng12.so.0\" -I. -isystem/home/chris/.linuxbrew/include -I/home/chris/.linuxbrew/Cellar/webp/0.4.0_1/include -I/home/chris/.linuxbrew/Cellar/libpng/1.6.13/include/libpng16 -Os -w -pipe -march=core2 -D_GNU_SOURCE=1 -D_REENTRANT -I/home/chris/.linuxbrew/include/SDL -c -o IMG_xv.lo IMG_xv.c
libtool: compile: /usr/bin/gcc-4.9 -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DPACKAGE=\"SDL_image\" -DVERSION=\"1.2.12\" -DLOAD_JPG=1 -DLOAD_PNG=1 -DLOAD_TIF=1 -DLOAD_WEBP=1 -DLOAD_BMP=1 -DLOAD_GIF=1 -DLOAD_LBM=1 -DLOAD_PCX=1 -DLOAD_PNM=1 -DLOAD_TGA=1 -DLOAD_XCF=1 -DLOAD_XPM=1 -DLOAD_XV=1 -DLOAD_WEBP_DYNAMIC=\"libwebp.so.4\" -DLOAD_TIF_DYNAMIC=\"libtiff.so.5\" -DLOAD_JPG_DYNAMIC=\"libjpeg.so.8\" -DLOAD_PNG_DYNAMIC=\"libpng12.so.0\" -I. -isystem/home/chris/.linuxbrew/include -I/home/chris/.linuxbrew/Cellar/webp/0.4.0_1/include -I/home/chris/.linuxbrew/Cellar/libpng/1.6.13/include/libpng16 -Os -w -pipe -march=core2 -D_GNU_SOURCE=1 -D_REENTRANT -I/home/chris/.linuxbrew/include/SDL -c IMG_xpm.c -fPIC -DPIC -o .libs/IMG_xpm.o
libtool: compile: /usr/bin/gcc-4.9 -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DPACKAGE=\"SDL_image\" -DVERSION=\"1.2.12\" -DLOAD_JPG=1 -DLOAD_PNG=1 -DLOAD_TIF=1 -DLOAD_WEBP=1 -DLOAD_BMP=1 -DLOAD_GIF=1 -DLOAD_LBM=1 -DLOAD_PCX=1 -DLOAD_PNM=1 -DLOAD_TGA=1 -DLOAD_XCF=1 -DLOAD_XPM=1 -DLOAD_XV=1 -DLOAD_WEBP_DYNAMIC=\"libwebp.so.4\" -DLOAD_TIF_DYNAMIC=\"libtiff.so.5\" -DLOAD_JPG_DYNAMIC=\"libjpeg.so.8\" -DLOAD_PNG_DYNAMIC=\"libpng12.so.0\" -I. -isystem/home/chris/.linuxbrew/include -I/home/chris/.linuxbrew/Cellar/webp/0.4.0_1/include -I/home/chris/.linuxbrew/Cellar/libpng/1.6.13/include/libpng16 -Os -w -pipe -march=core2 -D_GNU_SOURCE=1 -D_REENTRANT -I/home/chris/.linuxbrew/include/SDL -c IMG_xv.c -fPIC -DPIC -o .libs/IMG_xv.o
/bin/bash ./libtool --tag=CC --mode=compile /usr/bin/gcc-4.9 -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DPACKAGE=\"SDL_image\" -DVERSION=\"1.2.12\" -DLOAD_JPG=1 -DLOAD_PNG=1 -DLOAD_TIF=1 -DLOAD_WEBP=1 -DLOAD_BMP=1 -DLOAD_GIF=1 -DLOAD_LBM=1 -DLOAD_PCX=1 -DLOAD_PNM=1 -DLOAD_TGA=1 -DLOAD_XCF=1 -DLOAD_XPM=1 -DLOAD_XV=1 -DLOAD_WEBP_DYNAMIC=\"libwebp.so.4\" -DLOAD_TIF_DYNAMIC=\"libtiff.so.5\" -DLOAD_JPG_DYNAMIC=\"libjpeg.so.8\" -DLOAD_PNG_DYNAMIC=\"libpng12.so.0\" -I. -isystem/home/chris/.linuxbrew/include -I/home/chris/.linuxbrew/Cellar/webp/0.4.0_1/include -I/home/chris/.linuxbrew/Cellar/libpng/1.6.13/include/libpng16 -Os -w -pipe -march=core2 -D_GNU_SOURCE=1 -D_REENTRANT -I/home/chris/.linuxbrew/include/SDL -c -o IMG_webp.lo IMG_webp.c
libtool: compile: /usr/bin/gcc-4.9 -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DPACKAGE=\"SDL_image\" -DVERSION=\"1.2.12\" -DLOAD_JPG=1 -DLOAD_PNG=1 -DLOAD_TIF=1 -DLOAD_WEBP=1 -DLOAD_BMP=1 -DLOAD_GIF=1 -DLOAD_LBM=1 -DLOAD_PCX=1 -DLOAD_PNM=1 -DLOAD_TGA=1 -DLOAD_XCF=1 -DLOAD_XPM=1 -DLOAD_XV=1 -DLOAD_WEBP_DYNAMIC=\"libwebp.so.4\" -DLOAD_TIF_DYNAMIC=\"libtiff.so.5\" -DLOAD_JPG_DYNAMIC=\"libjpeg.so.8\" -DLOAD_PNG_DYNAMIC=\"libpng12.so.0\" -I. -isystem/home/chris/.linuxbrew/include -I/home/chris/.linuxbrew/Cellar/webp/0.4.0_1/include -I/home/chris/.linuxbrew/Cellar/libpng/1.6.13/include/libpng16 -Os -w -pipe -march=core2 -D_GNU_SOURCE=1 -D_REENTRANT -I/home/chris/.linuxbrew/include/SDL -c IMG_xv.c -o IMG_xv.o >/dev/null 2>&1
libtool: compile: /usr/bin/gcc-4.9 -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DPACKAGE=\"SDL_image\" -DVERSION=\"1.2.12\" -DLOAD_JPG=1 -DLOAD_PNG=1 -DLOAD_TIF=1 -DLOAD_WEBP=1 -DLOAD_BMP=1 -DLOAD_GIF=1 -DLOAD_LBM=1 -DLOAD_PCX=1 -DLOAD_PNM=1 -DLOAD_TGA=1 -DLOAD_XCF=1 -DLOAD_XPM=1 -DLOAD_XV=1 -DLOAD_WEBP_DYNAMIC=\"libwebp.so.4\" -DLOAD_TIF_DYNAMIC=\"libtiff.so.5\" -DLOAD_JPG_DYNAMIC=\"libjpeg.so.8\" -DLOAD_PNG_DYNAMIC=\"libpng12.so.0\" -I. -isystem/home/chris/.linuxbrew/include -I/home/chris/.linuxbrew/Cellar/webp/0.4.0_1/include -I/home/chris/.linuxbrew/Cellar/libpng/1.6.13/include/libpng16 -Os -w -pipe -march=core2 -D_GNU_SOURCE=1 -D_REENTRANT -I/home/chris/.linuxbrew/include/SDL -c IMG_webp.c -fPIC -DPIC -o .libs/IMG_webp.o
/usr/bin/gcc-4.9 -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DPACKAGE=\"SDL_image\" -DVERSION=\"1.2.12\" -DLOAD_JPG=1 -DLOAD_PNG=1 -DLOAD_TIF=1 -DLOAD_WEBP=1 -DLOAD_BMP=1 -DLOAD_GIF=1 -DLOAD_LBM=1 -DLOAD_PCX=1 -DLOAD_PNM=1 -DLOAD_TGA=1 -DLOAD_XCF=1 -DLOAD_XPM=1 -DLOAD_XV=1 -DLOAD_WEBP_DYNAMIC=\"libwebp.so.4\" -DLOAD_TIF_DYNAMIC=\"libtiff.so.5\" -DLOAD_JPG_DYNAMIC=\"libjpeg.so.8\" -DLOAD_PNG_DYNAMIC=\"libpng12.so.0\" -I. -isystem/home/chris/.linuxbrew/include -I/home/chris/.linuxbrew/Cellar/webp/0.4.0_1/include -I/home/chris/.linuxbrew/Cellar/libpng/1.6.13/include/libpng16 -Os -w -pipe -march=core2 -D_GNU_SOURCE=1 -D_REENTRANT -I/home/chris/.linuxbrew/include/SDL -c showimage.c
libtool: compile: /usr/bin/gcc-4.9 -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DPACKAGE=\"SDL_image\" -DVERSION=\"1.2.12\" -DLOAD_JPG=1 -DLOAD_PNG=1 -DLOAD_TIF=1 -DLOAD_WEBP=1 -DLOAD_BMP=1 -DLOAD_GIF=1 -DLOAD_LBM=1 -DLOAD_PCX=1 -DLOAD_PNM=1 -DLOAD_TGA=1 -DLOAD_XCF=1 -DLOAD_XPM=1 -DLOAD_XV=1 -DLOAD_WEBP_DYNAMIC=\"libwebp.so.4\" -DLOAD_TIF_DYNAMIC=\"libtiff.so.5\" -DLOAD_JPG_DYNAMIC=\"libjpeg.so.8\" -DLOAD_PNG_DYNAMIC=\"libpng12.so.0\" -I. -isystem/home/chris/.linuxbrew/include -I/home/chris/.linuxbrew/Cellar/webp/0.4.0_1/include -I/home/chris/.linuxbrew/Cellar/libpng/1.6.13/include/libpng16 -Os -w -pipe -march=core2 -D_GNU_SOURCE=1 -D_REENTRANT -I/home/chris/.linuxbrew/include/SDL -c IMG_xpm.c -o IMG_xpm.o >/dev/null 2>&1
libtool: compile: /usr/bin/gcc-4.9 -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DPACKAGE=\"SDL_image\" -DVERSION=\"1.2.12\" -DLOAD_JPG=1 -DLOAD_PNG=1 -DLOAD_TIF=1 -DLOAD_WEBP=1 -DLOAD_BMP=1 -DLOAD_GIF=1 -DLOAD_LBM=1 -DLOAD_PCX=1 -DLOAD_PNM=1 -DLOAD_TGA=1 -DLOAD_XCF=1 -DLOAD_XPM=1 -DLOAD_XV=1 -DLOAD_WEBP_DYNAMIC=\"libwebp.so.4\" -DLOAD_TIF_DYNAMIC=\"libtiff.so.5\" -DLOAD_JPG_DYNAMIC=\"libjpeg.so.8\" -DLOAD_PNG_DYNAMIC=\"libpng12.so.0\" -I. -isystem/home/chris/.linuxbrew/include -I/home/chris/.linuxbrew/Cellar/webp/0.4.0_1/include -I/home/chris/.linuxbrew/Cellar/libpng/1.6.13/include/libpng16 -Os -w -pipe -march=core2 -D_GNU_SOURCE=1 -D_REENTRANT -I/home/chris/.linuxbrew/include/SDL -c IMG_xcf.c -o IMG_xcf.o >/dev/null 2>&1
libtool: compile: /usr/bin/gcc-4.9 -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DPACKAGE=\"SDL_image\" -DVERSION=\"1.2.12\" -DLOAD_JPG=1 -DLOAD_PNG=1 -DLOAD_TIF=1 -DLOAD_WEBP=1 -DLOAD_BMP=1 -DLOAD_GIF=1 -DLOAD_LBM=1 -DLOAD_PCX=1 -DLOAD_PNM=1 -DLOAD_TGA=1 -DLOAD_XCF=1 -DLOAD_XPM=1 -DLOAD_XV=1 -DLOAD_WEBP_DYNAMIC=\"libwebp.so.4\" -DLOAD_TIF_DYNAMIC=\"libtiff.so.5\" -DLOAD_JPG_DYNAMIC=\"libjpeg.so.8\" -DLOAD_PNG_DYNAMIC=\"libpng12.so.0\" -I. -isystem/home/chris/.linuxbrew/include -I/home/chris/.linuxbrew/Cellar/webp/0.4.0_1/include -I/home/chris/.linuxbrew/Cellar/libpng/1.6.13/include/libpng16 -Os -w -pipe -march=core2 -D_GNU_SOURCE=1 -D_REENTRANT -I/home/chris/.linuxbrew/include/SDL -c IMG_webp.c -o IMG_webp.o >/dev/null 2>&1
/bin/bash ./libtool --mode=link /usr/bin/gcc-4.9 -I/home/chris/.linuxbrew/Cellar/webp/0.4.0_1/include -I/home/chris/.linuxbrew/Cellar/libpng/1.6.13/include/libpng16 -Os -w -pipe -march=core2 -D_GNU_SOURCE=1 -D_REENTRANT -I/home/chris/.linuxbrew/include/SDL -no-undefined -release 1.2 -version-info 8:4:8 -L/home/chris/.linuxbrew/lib -Wl,-rpath,/home/chris/.linuxbrew/lib -o libSDL_image.la -rpath /home/chris/.linuxbrew/Cellar/sdl_image/1.2.12_1/lib IMG.lo IMG_bmp.lo IMG_gif.lo IMG_jpg.lo IMG_lbm.lo IMG_pcx.lo IMG_png.lo IMG_pnm.lo IMG_tga.lo IMG_tif.lo IMG_xcf.lo IMG_xpm.lo IMG_xv.lo IMG_webp.lo -L/home/chris/.linuxbrew/lib -Wl,-rpath,/home/chris/.linuxbrew/lib -lSDL -lpthread
libtool: link: /usr/bin/gcc-4.9 -shared .libs/IMG.o .libs/IMG_bmp.o .libs/IMG_gif.o .libs/IMG_jpg.o .libs/IMG_lbm.o .libs/IMG_pcx.o .libs/IMG_png.o .libs/IMG_pnm.o .libs/IMG_tga.o .libs/IMG_tif.o .libs/IMG_xcf.o .libs/IMG_xpm.o .libs/IMG_xv.o .libs/IMG_webp.o -L/home/chris/.linuxbrew/lib -lSDL -lpthread -march=core2 -Wl,-rpath -Wl,/home/chris/.linuxbrew/lib -Wl,-rpath -Wl,/home/chris/.linuxbrew/lib -Wl,-soname -Wl,libSDL_image-1.2.so.0 -o .libs/libSDL_image-1.2.so.0.8.4
libtool: link: (cd ".libs" && rm -f "libSDL_image-1.2.so.0" && ln -s "libSDL_image-1.2.so.0.8.4" "libSDL_image-1.2.so.0")
libtool: link: (cd ".libs" && rm -f "libSDL_image.so" && ln -s "libSDL_image-1.2.so.0.8.4" "libSDL_image.so")
libtool: link: ar cru .libs/libSDL_image.a IMG.o IMG_bmp.o IMG_gif.o IMG_jpg.o IMG_lbm.o IMG_pcx.o IMG_png.o IMG_pnm.o IMG_tga.o IMG_tif.o IMG_xcf.o IMG_xpm.o IMG_xv.o IMG_webp.o
libtool: link: ranlib .libs/libSDL_image.a
libtool: link: ( cd ".libs" && rm -f "libSDL_image.la" && ln -s "../libSDL_image.la" "libSDL_image.la" )
/bin/bash ./libtool --tag=CC --mode=link /usr/bin/gcc-4.9 -I/home/chris/.linuxbrew/Cellar/webp/0.4.0_1/include -I/home/chris/.linuxbrew/Cellar/libpng/1.6.13/include/libpng16 -Os -w -pipe -march=core2 -D_GNU_SOURCE=1 -D_REENTRANT -I/home/chris/.linuxbrew/include/SDL -L/home/chris/.linuxbrew/lib -Wl,-rpath,/home/chris/.linuxbrew/lib -o showimage showimage.o libSDL_image.la -L/home/chris/.linuxbrew/lib -Wl,-rpath,/home/chris/.linuxbrew/lib -lSDL -lpthread
libtool: link: /usr/bin/gcc-4.9 -I/home/chris/.linuxbrew/Cellar/webp/0.4.0_1/include -I/home/chris/.linuxbrew/Cellar/libpng/1.6.13/include/libpng16 -Os -w -pipe -march=core2 -D_GNU_SOURCE=1 -D_REENTRANT -I/home/chris/.linuxbrew/include/SDL -Wl,-rpath -Wl,/home/chris/.linuxbrew/lib -o .libs/showimage showimage.o -Wl,-rpath -Wl,/home/chris/.linuxbrew/lib -L/home/chris/.linuxbrew/lib ./.libs/libSDL_image.so -lSDL -lpthread -Wl,-rpath -Wl,/home/chris/.linuxbrew/Cellar/sdl_image/1.2.12_1/lib
make[1]: Entering directory `/home/chris/homebrew_temp/sdl_image-ybXTwj/SDL_image-1.2.12'
test -z "/home/chris/.linuxbrew/Cellar/sdl_image/1.2.12_1/lib" || /bin/mkdir -p "/home/chris/.linuxbrew/Cellar/sdl_image/1.2.12_1/lib"
test -z "/home/chris/.linuxbrew/Cellar/sdl_image/1.2.12_1/include/SDL" || /bin/mkdir -p "/home/chris/.linuxbrew/Cellar/sdl_image/1.2.12_1/include/SDL"
test -z "/home/chris/.linuxbrew/Cellar/sdl_image/1.2.12_1/lib/pkgconfig" || /bin/mkdir -p "/home/chris/.linuxbrew/Cellar/sdl_image/1.2.12_1/lib/pkgconfig"
/bin/bash ./libtool --mode=install /usr/bin/install -c 'libSDL_image.la' '/home/chris/.linuxbrew/Cellar/sdl_image/1.2.12_1/lib/libSDL_image.la'
/usr/bin/install -c -m 644 'SDL_image.h' '/home/chris/.linuxbrew/Cellar/sdl_image/1.2.12_1/include/SDL/SDL_image.h'
/usr/bin/install -c -m 644 'SDL_image.pc' '/home/chris/.linuxbrew/Cellar/sdl_image/1.2.12_1/lib/pkgconfig/SDL_image.pc'
libtool: install: /usr/bin/install -c .libs/libSDL_image-1.2.so.0.8.4 /home/chris/.linuxbrew/Cellar/sdl_image/1.2.12_1/lib/libSDL_image-1.2.so.0.8.4
libtool: install: (cd /home/chris/.linuxbrew/Cellar/sdl_image/1.2.12_1/lib && { ln -s -f libSDL_image-1.2.so.0.8.4 libSDL_image-1.2.so.0 || { rm -f libSDL_image-1.2.so.0 && ln -s libSDL_image-1.2.so.0.8.4 libSDL_image-1.2.so.0; }; })
libtool: install: (cd /home/chris/.linuxbrew/Cellar/sdl_image/1.2.12_1/lib && { ln -s -f libSDL_image-1.2.so.0.8.4 libSDL_image.so || { rm -f libSDL_image.so && ln -s libSDL_image-1.2.so.0.8.4 libSDL_image.so; }; })
libtool: install: /usr/bin/install -c .libs/libSDL_image.lai /home/chris/.linuxbrew/Cellar/sdl_image/1.2.12_1/lib/libSDL_image.la
libtool: install: /usr/bin/install -c .libs/libSDL_image.a /home/chris/.linuxbrew/Cellar/sdl_image/1.2.12_1/lib/libSDL_image.a
libtool: install: chmod 644 /home/chris/.linuxbrew/Cellar/sdl_image/1.2.12_1/lib/libSDL_image.a
libtool: install: ranlib /home/chris/.linuxbrew/Cellar/sdl_image/1.2.12_1/lib/libSDL_image.a
libtool: finish: PATH="/home/chris/.linuxbrew/sbin:/home/chris/.linuxbrew/bin:/home/chris/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/home/chris/.linuxbrew/Library/ENV/scm:/sbin" ldconfig -n /home/chris/.linuxbrew/Cellar/sdl_image/1.2.12_1/lib
----------------------------------------------------------------------
Libraries have been installed in:
/home/chris/.linuxbrew/Cellar/sdl_image/1.2.12_1/lib
If you ever happen to want to link against installed libraries
in a given directory, LIBDIR, you must either use libtool, and
specify the full pathname of the library, or use the `-LLIBDIR'
flag during linking and do at least one of the following:
- add LIBDIR to the `LD_LIBRARY_PATH' environment variable
during execution
- add LIBDIR to the `LD_RUN_PATH' environment variable
during linking
- use the `-Wl,-rpath -Wl,LIBDIR' linker flag
- have your system administrator add LIBDIR to `/etc/ld.so.conf'
See any operating system documentation about shared libraries for
more information, such as the ld(1) and ld.so(8) manual pages.
----------------------------------------------------------------------
make[1]: Leaving directory `/home/chris/homebrew_temp/sdl_image-ybXTwj/SDL_image-1.2.12'
==> Cleaning
rm /home/chris/.linuxbrew/Cellar/sdl_image/1.2.12_1/lib/libSDL_image.la
==> Finishing up
ln -s ../../Cellar/sdl_image/1.2.12_1/include/SDL/SDL_image.h SDL_image.h
ln -s ../Cellar/sdl_image/1.2.12_1/lib/libSDL_image-1.2.so.0 libSDL_image-1.2.so.0
ln -s ../Cellar/sdl_image/1.2.12_1/lib/libSDL_image-1.2.so.0.8.4 libSDL_image-1.2.so.0.8.4
ln -s ../Cellar/sdl_image/1.2.12_1/lib/libSDL_image.a libSDL_image.a
ln -s ../Cellar/sdl_image/1.2.12_1/lib/libSDL_image.so libSDL_image.so
ln -s ../../Cellar/sdl_image/1.2.12_1/lib/pkgconfig/SDL_image.pc SDL_image.pc
==> Summary
/home/chris/.linuxbrew/Cellar/sdl_image/1.2.12_1: 8 files, 196K, built in 8 seconds
chris@chris-KLR650 ~ $
chris@chris-KLR650 ~ $ locate libpng12.so.0
/home/chris/chris-old-netbook/FTL/data/amd64/lib/libpng12.so.0
/home/chris/chris-old-netbook/FTL/data/x86/lib/libpng12.so.0
/lib/i386-linux-gnu/libpng12.so.0
/lib/i386-linux-gnu/libpng12.so.0.50.0
/lib/x86_64-linux-gnu/libpng12.so.0
/lib/x86_64-linux-gnu/libpng12.so.0.50.0
/usr/lib/i386-linux-gnu/libpng12.so.0
/usr/lib/x86_64-linux-gnu/libpng12.so.0
chris@chris-KLR650 ~ $
chris@chris-KLR650 ~ $ ls .linuxbrew/lib/libpng*
.linuxbrew/lib/libpng16.a .linuxbrew/lib/libpng16.so.16.13.0
.linuxbrew/lib/libpng16.so .linuxbrew/lib/libpng.a
.linuxbrew/lib/libpng16.so.16 .linuxbrew/lib/libpng.so
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment