Created
March 17, 2011 02:19
-
-
Save hotgazpacho/873735 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| /usr/bin is in your PATH before Homebrew's bin. This means that system- | |
| provided programs will be used before Homebrew-provided ones. This is an | |
| issue if you install, for instance, Python. | |
| Consider editing your .bashrc to put: | |
| /usr/local/bin | |
| ahead of /usr/bin in your $PATH. | |
| Some brews install binaries to sbin instead of bin, but Homebrew's | |
| sbin was not found in your path. | |
| Consider editing your .bashrc to add: | |
| /usr/local/sbin | |
| to $PATH. | |
| You have a non-brew 'pkg-config' in your PATH: | |
| /usr/bin/pkg-config | |
| `./configure` may have problems finding brew-installed packages using | |
| this other pkg-config. | |
| Your pkg-config is not checking "/usr/X11/lib/pkgconfig" for packages. | |
| Earlier versions of the pkg-config formula did not add this path | |
| to the search path, which means that other formula may not be able | |
| to find certain dependencies. | |
| To resolve this issue, re-brew pkg-config with: | |
| brew rm pkg-config && brew install pkg-config | |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| ==> Build Environment | |
| CC: /usr/bin/cc => /usr/bin/gcc-4.2 | |
| CXX: /usr/bin/c++ => /usr/bin/c++-4.2 | |
| LD: /usr/bin/cc => /usr/bin/gcc-4.2 | |
| CFLAGS: -O3 -march=core2 -msse4.1 -w -pipe | |
| CXXFLAGS: -O3 -march=core2 -msse4.1 -w -pipe | |
| MAKEFLAGS: -j2 | |
| ==> Downloading http://downloads.sourceforge.net/project/ftgl/FTGL%20Source/2.1.3~rc5/ftgl-2.1.3-rc5.tar.gz | |
| File already downloaded and cached to /Users/will/Library/Caches/Homebrew | |
| /usr/bin/tar xf /Users/will/Library/Caches/Homebrew/ftgl-2.1.3-rc5.tar.gz | |
| ==> ./configure --disable-debug --disable-dependency-tracking --prefix=/usr/local/Cellar/ftgl/2.1.3-rc5 --disable-freetypetest --with-glut-inc=/dev/null --with-glut-lib=/dev/null | |
| ./configure --disable-debug --disable-dependency-tracking --prefix=/usr/local/Cellar/ftgl/2.1.3-rc5 --disable-freetypetest --with-glut-inc=/dev/null --with-glut-lib=/dev/null | |
| checking for a BSD-compatible install... /usr/bin/install -c | |
| checking whether build environment is sane... yes | |
| checking for a thread-safe mkdir -p... .auto/install-sh -c -d | |
| checking for gawk... no | |
| checking for mawk... no | |
| checking for nawk... no | |
| checking for awk... awk | |
| checking whether make sets $(MAKE)... yes | |
| checking for style of include used by make... GNU | |
| checking build system type... i386-apple-darwin10.6.0 | |
| checking host system type... i386-apple-darwin10.6.0 | |
| 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/c++ accepts -g... yes | |
| checking dependency style of /usr/bin/c++... none | |
| checking for gcc... /usr/bin/cc | |
| checking whether we are using the GNU C compiler... yes | |
| checking whether /usr/bin/cc accepts -g... yes | |
| checking for /usr/bin/cc option to accept ISO C89... none needed | |
| checking dependency style of /usr/bin/cc... none | |
| checking for a sed that does not truncate output... /usr/bin/sed | |
| checking for grep that handles long lines and -e... /usr/bin/grep | |
| checking for egrep... /usr/bin/grep -E | |
| checking for ld used by /usr/bin/cc... /usr/bin/cc | |
| checking if the linker (/usr/bin/cc) is GNU ld... no | |
| checking for /usr/bin/cc option to reload object files... -r | |
| checking for BSD-compatible nm... /usr/bin/nm | |
| checking whether ln -s works... yes | |
| checking how to recognize dependent libraries... pass_all | |
| checking how to run the C preprocessor... /usr/bin/cc -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 dlfcn.h usability... yes | |
| checking dlfcn.h presence... yes | |
| checking for dlfcn.h... yes | |
| checking how to run the C++ preprocessor... /usr/bin/c++ -E | |
| checking for g77... no | |
| checking for xlf... no | |
| checking for f77... no | |
| checking for frt... no | |
| checking for pgf77... no | |
| checking for cf77... no | |
| checking for fort77... no | |
| checking for fl32... no | |
| checking for af77... no | |
| checking for xlf90... no | |
| checking for f90... no | |
| checking for pgf90... no | |
| checking for pghpf... no | |
| checking for epcf90... no | |
| checking for gfortran... no | |
| checking for g95... no | |
| checking for xlf95... no | |
| checking for f95... no | |
| checking for fort... no | |
| checking for ifort... no | |
| checking for ifc... no | |
| checking for efc... no | |
| checking for pgf95... no | |
| checking for lf95... no | |
| checking for ftn... no | |
| checking whether we are using the GNU Fortran 77 compiler... no | |
| checking whether accepts -g... no | |
| checking the maximum length of command line arguments... 196608 | |
| checking command to parse /usr/bin/nm output from /usr/bin/cc object... ok | |
| checking for objdir... .libs | |
| checking for ar... ar | |
| checking for ranlib... ranlib | |
| checking for strip... strip | |
| checking for dsymutil... dsymutil | |
| checking for nmedit... nmedit | |
| checking for -single_module linker flag... yes | |
| checking for -exported_symbols_list linker flag... yes | |
| checking if /usr/bin/cc supports -fno-rtti -fno-exceptions... yes | |
| checking for /usr/bin/cc option to produce PIC... -fno-common | |
| checking if /usr/bin/cc PIC flag -fno-common works... yes | |
| checking if /usr/bin/cc static flag -static works... no | |
| checking if /usr/bin/cc supports -c -o file.o... yes | |
| checking whether the /usr/bin/cc linker (/usr/bin/cc) supports shared libraries... yes | |
| checking dynamic linker characteristics... darwin10.6.0 dyld | |
| 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 | |
| configure: creating libtool | |
| appending configuration tag "CXX" to libtool | |
| checking for ld used by /usr/bin/c++... /usr/bin/cc | |
| checking if the linker (/usr/bin/cc) is GNU ld... no | |
| checking whether the /usr/bin/c++ linker (/usr/bin/cc) supports shared libraries... yes | |
| checking for /usr/bin/c++ option to produce PIC... -fno-common | |
| checking if /usr/bin/c++ PIC flag -fno-common works... yes | |
| checking if /usr/bin/c++ static flag -static works... no | |
| checking if /usr/bin/c++ supports -c -o file.o... yes | |
| checking whether the /usr/bin/c++ linker (/usr/bin/cc) supports shared libraries... yes | |
| checking dynamic linker characteristics... darwin10.6.0 dyld | |
| (cached) (cached) checking how to hardcode library paths into programs... immediate | |
| appending configuration tag "F77" to libtool | |
| checking for a BSD-compatible install... /usr/bin/install -c | |
| checking whether /usr/bin/cc and cc understand -c and -o together... yes | |
| checking for ANSI C header files... (cached) yes | |
| checking for stdlib.h... (cached) yes | |
| checking for wcsdup... no | |
| checking for strndup... no | |
| checking for X... libraries , headers | |
| checking for freetype-config... /usr/X11/bin/freetype-config | |
| checking for FreeType -- version >= 9.0.3... yes | |
| checking for gethostbyname... yes | |
| checking for connect... yes | |
| checking for remove... yes | |
| checking for shmat... yes | |
| checking for IceConnectionNumber in -lICE... yes | |
| checking GL/gl.h usability... no | |
| checking GL/gl.h presence... no | |
| checking for GL/gl.h... no | |
| checking OpenGL/gl.h usability... yes | |
| checking OpenGL/gl.h presence... yes | |
| checking for OpenGL/gl.h... yes | |
| checking for OpenGL framework (Darwin-specific)... yes | |
| checking for GL library... yes | |
| checking GL/glu.h usability... no | |
| checking GL/glu.h presence... no | |
| checking for GL/glu.h... no | |
| checking OpenGL/glu.h usability... yes | |
| checking OpenGL/glu.h presence... yes | |
| checking for OpenGL/glu.h... yes | |
| checking for GLU version >= 1.2... yes | |
| checking GL/glut.h usability... no | |
| checking GL/glut.h presence... no | |
| checking for GL/glut.h... no | |
| checking GLUT/glut.h usability... yes | |
| checking GLUT/glut.h presence... yes | |
| checking for GLUT/glut.h... yes | |
| checking for GLUT library... no | |
| checking for a TrueType font on the system... /usr/X11/lib/X11/fonts/TTF/VeraSe.ttf | |
| checking for pkg-config... /usr/bin/pkg-config | |
| checking pkg-config is at least version 0.9.0... yes | |
| checking for CPPUNIT... no | |
| checking for no_doxygen... no | |
| checking for pdflatex... no | |
| checking for kpsewhich... no | |
| checking for dvips... no | |
| checking for convert... no | |
| checking for epstopdf... no | |
| configure: creating ./config.status | |
| config.status: creating ftgl.pc | |
| config.status: creating Makefile | |
| config.status: creating demo/Makefile | |
| config.status: creating docs/Makefile | |
| config.status: creating docs/doxygen.cfg | |
| config.status: creating msvc/Makefile | |
| config.status: creating src/Makefile | |
| config.status: creating test/Makefile | |
| config.status: creating config.h | |
| config.status: executing depfiles commands | |
| Done. | |
| FTGL configured with the following settings: | |
| Prefix: /usr/local/Cellar/ftgl/2.1.3-rc5 | |
| Binaries: /usr/local/Cellar/ftgl/2.1.3-rc5/bin | |
| Configuration files: /usr/local/Cellar/ftgl/2.1.3-rc5/etc | |
| Data files: /usr/local/Cellar/ftgl/2.1.3-rc5/share | |
| CC = /usr/bin/cc | |
| CXX = /usr/bin/c++ | |
| CFLAGS = -O3 -march=core2 -msse4.1 -w -pipe -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs | |
| CXXFLAGS = -O3 -march=core2 -msse4.1 -w -pipe | |
| CPPFLAGS = -I/usr/X11R6/include -I${top_srcdir}/src -Wall -Wpointer-arith -Wcast-align -Wcast-qual -Wshadow -Wsign-compare | |
| LDFLAGS = -L/usr/X11R6/lib | |
| --- | |
| ./configure complete, type 'make' to begin building | |
| ==> make install | |
| make install | |
| Making install in src | |
| /bin/sh ../libtool --tag=CXX --mode=compile /usr/bin/c++ -DHAVE_CONFIG_H -I. -I.. -IFTGlyph -IFTFont -IFTLayout -I/usr/X11R6/include -I../src -Wall -Wpointer-arith -Wcast-align -Wcast-qual -Wshadow -Wsign-compare -I/usr/X11/include/freetype2 -I/usr/X11/include -O3 -march=core2 -msse4.1 -w -pipe -c -o libftgl_la-FTBuffer.lo `test -f 'FTBuffer.cpp' || echo './'`FTBuffer.cpp | |
| /bin/sh ../libtool --tag=CXX --mode=compile /usr/bin/c++ -DHAVE_CONFIG_H -I. -I.. -IFTGlyph -IFTFont -IFTLayout -I/usr/X11R6/include -I../src -Wall -Wpointer-arith -Wcast-align -Wcast-qual -Wshadow -Wsign-compare -I/usr/X11/include/freetype2 -I/usr/X11/include -O3 -march=core2 -msse4.1 -w -pipe -c -o libftgl_la-FTCharmap.lo `test -f 'FTCharmap.cpp' || echo './'`FTCharmap.cpp | |
| mkdir .libs | |
| mkdir .libs | |
| /usr/bin/c++ -DHAVE_CONFIG_H -I. -I.. -IFTGlyph -IFTFont -IFTLayout -I/usr/X11R6/include -I../src -Wall -Wpointer-arith -Wcast-align -Wcast-qual -Wshadow -Wsign-compare -I/usr/X11/include/freetype2 -I/usr/X11/include -O3 -march=core2 -msse4.1 -w -pipe -c FTCharmap.cpp -fno-common -DPIC -o .libs/libftgl_la-FTCharmap.o | |
| /usr/bin/c++ -DHAVE_CONFIG_H -I. -I.. -IFTGlyph -IFTFont -IFTLayout -I/usr/X11R6/include -I../src -Wall -Wpointer-arith -Wcast-align -Wcast-qual -Wshadow -Wsign-compare -I/usr/X11/include/freetype2 -I/usr/X11/include -O3 -march=core2 -msse4.1 -w -pipe -c FTBuffer.cpp -fno-common -DPIC -o .libs/libftgl_la-FTBuffer.o | |
| /usr/bin/c++ -DHAVE_CONFIG_H -I. -I.. -IFTGlyph -IFTFont -IFTLayout -I/usr/X11R6/include -I../src -Wall -Wpointer-arith -Wcast-align -Wcast-qual -Wshadow -Wsign-compare -I/usr/X11/include/freetype2 -I/usr/X11/include -O3 -march=core2 -msse4.1 -w -pipe -c FTBuffer.cpp -o libftgl_la-FTBuffer.o >/dev/null 2>&1 | |
| /bin/sh ../libtool --tag=CXX --mode=compile /usr/bin/c++ -DHAVE_CONFIG_H -I. -I.. -IFTGlyph -IFTFont -IFTLayout -I/usr/X11R6/include -I../src -Wall -Wpointer-arith -Wcast-align -Wcast-qual -Wshadow -Wsign-compare -I/usr/X11/include/freetype2 -I/usr/X11/include -O3 -march=core2 -msse4.1 -w -pipe -c -o libftgl_la-FTContour.lo `test -f 'FTContour.cpp' || echo './'`FTContour.cpp | |
| /usr/bin/c++ -DHAVE_CONFIG_H -I. -I.. -IFTGlyph -IFTFont -IFTLayout -I/usr/X11R6/include -I../src -Wall -Wpointer-arith -Wcast-align -Wcast-qual -Wshadow -Wsign-compare -I/usr/X11/include/freetype2 -I/usr/X11/include -O3 -march=core2 -msse4.1 -w -pipe -c FTCharmap.cpp -o libftgl_la-FTCharmap.o >/dev/null 2>&1 | |
| /usr/bin/c++ -DHAVE_CONFIG_H -I. -I.. -IFTGlyph -IFTFont -IFTLayout -I/usr/X11R6/include -I../src -Wall -Wpointer-arith -Wcast-align -Wcast-qual -Wshadow -Wsign-compare -I/usr/X11/include/freetype2 -I/usr/X11/include -O3 -march=core2 -msse4.1 -w -pipe -c FTContour.cpp -fno-common -DPIC -o .libs/libftgl_la-FTContour.o | |
| /bin/sh ../libtool --tag=CXX --mode=compile /usr/bin/c++ -DHAVE_CONFIG_H -I. -I.. -IFTGlyph -IFTFont -IFTLayout -I/usr/X11R6/include -I../src -Wall -Wpointer-arith -Wcast-align -Wcast-qual -Wshadow -Wsign-compare -I/usr/X11/include/freetype2 -I/usr/X11/include -O3 -march=core2 -msse4.1 -w -pipe -c -o libftgl_la-FTFace.lo `test -f 'FTFace.cpp' || echo './'`FTFace.cpp | |
| /usr/bin/c++ -DHAVE_CONFIG_H -I. -I.. -IFTGlyph -IFTFont -IFTLayout -I/usr/X11R6/include -I../src -Wall -Wpointer-arith -Wcast-align -Wcast-qual -Wshadow -Wsign-compare -I/usr/X11/include/freetype2 -I/usr/X11/include -O3 -march=core2 -msse4.1 -w -pipe -c FTFace.cpp -fno-common -DPIC -o .libs/libftgl_la-FTFace.o | |
| /usr/bin/c++ -DHAVE_CONFIG_H -I. -I.. -IFTGlyph -IFTFont -IFTLayout -I/usr/X11R6/include -I../src -Wall -Wpointer-arith -Wcast-align -Wcast-qual -Wshadow -Wsign-compare -I/usr/X11/include/freetype2 -I/usr/X11/include -O3 -march=core2 -msse4.1 -w -pipe -c FTContour.cpp -o libftgl_la-FTContour.o >/dev/null 2>&1 | |
| /usr/bin/c++ -DHAVE_CONFIG_H -I. -I.. -IFTGlyph -IFTFont -IFTLayout -I/usr/X11R6/include -I../src -Wall -Wpointer-arith -Wcast-align -Wcast-qual -Wshadow -Wsign-compare -I/usr/X11/include/freetype2 -I/usr/X11/include -O3 -march=core2 -msse4.1 -w -pipe -c FTFace.cpp -o libftgl_la-FTFace.o >/dev/null 2>&1 | |
| /bin/sh ../libtool --tag=CXX --mode=compile /usr/bin/c++ -DHAVE_CONFIG_H -I. -I.. -IFTGlyph -IFTFont -IFTLayout -I/usr/X11R6/include -I../src -Wall -Wpointer-arith -Wcast-align -Wcast-qual -Wshadow -Wsign-compare -I/usr/X11/include/freetype2 -I/usr/X11/include -O3 -march=core2 -msse4.1 -w -pipe -c -o libftgl_la-FTGlyphContainer.lo `test -f 'FTGlyphContainer.cpp' || echo './'`FTGlyphContainer.cpp | |
| /bin/sh ../libtool --tag=CXX --mode=compile /usr/bin/c++ -DHAVE_CONFIG_H -I. -I.. -IFTGlyph -IFTFont -IFTLayout -I/usr/X11R6/include -I../src -Wall -Wpointer-arith -Wcast-align -Wcast-qual -Wshadow -Wsign-compare -I/usr/X11/include/freetype2 -I/usr/X11/include -O3 -march=core2 -msse4.1 -w -pipe -c -o libftgl_la-FTLibrary.lo `test -f 'FTLibrary.cpp' || echo './'`FTLibrary.cpp | |
| /usr/bin/c++ -DHAVE_CONFIG_H -I. -I.. -IFTGlyph -IFTFont -IFTLayout -I/usr/X11R6/include -I../src -Wall -Wpointer-arith -Wcast-align -Wcast-qual -Wshadow -Wsign-compare -I/usr/X11/include/freetype2 -I/usr/X11/include -O3 -march=core2 -msse4.1 -w -pipe -c FTGlyphContainer.cpp -fno-common -DPIC -o .libs/libftgl_la-FTGlyphContainer.o | |
| /usr/bin/c++ -DHAVE_CONFIG_H -I. -I.. -IFTGlyph -IFTFont -IFTLayout -I/usr/X11R6/include -I../src -Wall -Wpointer-arith -Wcast-align -Wcast-qual -Wshadow -Wsign-compare -I/usr/X11/include/freetype2 -I/usr/X11/include -O3 -march=core2 -msse4.1 -w -pipe -c FTLibrary.cpp -fno-common -DPIC -o .libs/libftgl_la-FTLibrary.o | |
| /usr/bin/c++ -DHAVE_CONFIG_H -I. -I.. -IFTGlyph -IFTFont -IFTLayout -I/usr/X11R6/include -I../src -Wall -Wpointer-arith -Wcast-align -Wcast-qual -Wshadow -Wsign-compare -I/usr/X11/include/freetype2 -I/usr/X11/include -O3 -march=core2 -msse4.1 -w -pipe -c FTLibrary.cpp -o libftgl_la-FTLibrary.o >/dev/null 2>&1 | |
| /usr/bin/c++ -DHAVE_CONFIG_H -I. -I.. -IFTGlyph -IFTFont -IFTLayout -I/usr/X11R6/include -I../src -Wall -Wpointer-arith -Wcast-align -Wcast-qual -Wshadow -Wsign-compare -I/usr/X11/include/freetype2 -I/usr/X11/include -O3 -march=core2 -msse4.1 -w -pipe -c FTGlyphContainer.cpp -o libftgl_la-FTGlyphContainer.o >/dev/null 2>&1 | |
| /bin/sh ../libtool --tag=CXX --mode=compile /usr/bin/c++ -DHAVE_CONFIG_H -I. -I.. -IFTGlyph -IFTFont -IFTLayout -I/usr/X11R6/include -I../src -Wall -Wpointer-arith -Wcast-align -Wcast-qual -Wshadow -Wsign-compare -I/usr/X11/include/freetype2 -I/usr/X11/include -O3 -march=core2 -msse4.1 -w -pipe -c -o libftgl_la-FTPoint.lo `test -f 'FTPoint.cpp' || echo './'`FTPoint.cpp | |
| /bin/sh ../libtool --tag=CXX --mode=compile /usr/bin/c++ -DHAVE_CONFIG_H -I. -I.. -IFTGlyph -IFTFont -IFTLayout -I/usr/X11R6/include -I../src -Wall -Wpointer-arith -Wcast-align -Wcast-qual -Wshadow -Wsign-compare -I/usr/X11/include/freetype2 -I/usr/X11/include -O3 -march=core2 -msse4.1 -w -pipe -c -o libftgl_la-FTSize.lo `test -f 'FTSize.cpp' || echo './'`FTSize.cpp | |
| /usr/bin/c++ -DHAVE_CONFIG_H -I. -I.. -IFTGlyph -IFTFont -IFTLayout -I/usr/X11R6/include -I../src -Wall -Wpointer-arith -Wcast-align -Wcast-qual -Wshadow -Wsign-compare -I/usr/X11/include/freetype2 -I/usr/X11/include -O3 -march=core2 -msse4.1 -w -pipe -c FTPoint.cpp -fno-common -DPIC -o .libs/libftgl_la-FTPoint.o | |
| /usr/bin/c++ -DHAVE_CONFIG_H -I. -I.. -IFTGlyph -IFTFont -IFTLayout -I/usr/X11R6/include -I../src -Wall -Wpointer-arith -Wcast-align -Wcast-qual -Wshadow -Wsign-compare -I/usr/X11/include/freetype2 -I/usr/X11/include -O3 -march=core2 -msse4.1 -w -pipe -c FTSize.cpp -fno-common -DPIC -o .libs/libftgl_la-FTSize.o | |
| /usr/bin/c++ -DHAVE_CONFIG_H -I. -I.. -IFTGlyph -IFTFont -IFTLayout -I/usr/X11R6/include -I../src -Wall -Wpointer-arith -Wcast-align -Wcast-qual -Wshadow -Wsign-compare -I/usr/X11/include/freetype2 -I/usr/X11/include -O3 -march=core2 -msse4.1 -w -pipe -c FTPoint.cpp -o libftgl_la-FTPoint.o >/dev/null 2>&1 | |
| /usr/bin/c++ -DHAVE_CONFIG_H -I. -I.. -IFTGlyph -IFTFont -IFTLayout -I/usr/X11R6/include -I../src -Wall -Wpointer-arith -Wcast-align -Wcast-qual -Wshadow -Wsign-compare -I/usr/X11/include/freetype2 -I/usr/X11/include -O3 -march=core2 -msse4.1 -w -pipe -c FTSize.cpp -o libftgl_la-FTSize.o >/dev/null 2>&1 | |
| /bin/sh ../libtool --tag=CXX --mode=compile /usr/bin/c++ -DHAVE_CONFIG_H -I. -I.. -IFTGlyph -IFTFont -IFTLayout -I/usr/X11R6/include -I../src -Wall -Wpointer-arith -Wcast-align -Wcast-qual -Wshadow -Wsign-compare -I/usr/X11/include/freetype2 -I/usr/X11/include -O3 -march=core2 -msse4.1 -w -pipe -c -o libftgl_la-FTVectoriser.lo `test -f 'FTVectoriser.cpp' || echo './'`FTVectoriser.cpp | |
| /bin/sh ../libtool --tag=CXX --mode=compile /usr/bin/c++ -DHAVE_CONFIG_H -I. -I.. -IFTGlyph -IFTFont -IFTLayout -I/usr/X11R6/include -I../src -Wall -Wpointer-arith -Wcast-align -Wcast-qual -Wshadow -Wsign-compare -I/usr/X11/include/freetype2 -I/usr/X11/include -O3 -march=core2 -msse4.1 -w -pipe -c -o libftgl_la-FTGlyph.lo `test -f 'FTGlyph/FTGlyph.cpp' || echo './'`FTGlyph/FTGlyph.cpp | |
| /usr/bin/c++ -DHAVE_CONFIG_H -I. -I.. -IFTGlyph -IFTFont -IFTLayout -I/usr/X11R6/include -I../src -Wall -Wpointer-arith -Wcast-align -Wcast-qual -Wshadow -Wsign-compare -I/usr/X11/include/freetype2 -I/usr/X11/include -O3 -march=core2 -msse4.1 -w -pipe -c FTVectoriser.cpp -fno-common -DPIC -o .libs/libftgl_la-FTVectoriser.o | |
| /usr/bin/c++ -DHAVE_CONFIG_H -I. -I.. -IFTGlyph -IFTFont -IFTLayout -I/usr/X11R6/include -I../src -Wall -Wpointer-arith -Wcast-align -Wcast-qual -Wshadow -Wsign-compare -I/usr/X11/include/freetype2 -I/usr/X11/include -O3 -march=core2 -msse4.1 -w -pipe -c FTGlyph/FTGlyph.cpp -fno-common -DPIC -o .libs/libftgl_la-FTGlyph.o | |
| /usr/bin/c++ -DHAVE_CONFIG_H -I. -I.. -IFTGlyph -IFTFont -IFTLayout -I/usr/X11R6/include -I../src -Wall -Wpointer-arith -Wcast-align -Wcast-qual -Wshadow -Wsign-compare -I/usr/X11/include/freetype2 -I/usr/X11/include -O3 -march=core2 -msse4.1 -w -pipe -c FTGlyph/FTGlyph.cpp -o libftgl_la-FTGlyph.o >/dev/null 2>&1 | |
| /usr/bin/c++ -DHAVE_CONFIG_H -I. -I.. -IFTGlyph -IFTFont -IFTLayout -I/usr/X11R6/include -I../src -Wall -Wpointer-arith -Wcast-align -Wcast-qual -Wshadow -Wsign-compare -I/usr/X11/include/freetype2 -I/usr/X11/include -O3 -march=core2 -msse4.1 -w -pipe -c FTVectoriser.cpp -o libftgl_la-FTVectoriser.o >/dev/null 2>&1 | |
| /bin/sh ../libtool --tag=CXX --mode=compile /usr/bin/c++ -DHAVE_CONFIG_H -I. -I.. -IFTGlyph -IFTFont -IFTLayout -I/usr/X11R6/include -I../src -Wall -Wpointer-arith -Wcast-align -Wcast-qual -Wshadow -Wsign-compare -I/usr/X11/include/freetype2 -I/usr/X11/include -O3 -march=core2 -msse4.1 -w -pipe -c -o libftgl_la-FTGlyphGlue.lo `test -f 'FTGlyph/FTGlyphGlue.cpp' || echo './'`FTGlyph/FTGlyphGlue.cpp | |
| /usr/bin/c++ -DHAVE_CONFIG_H -I. -I.. -IFTGlyph -IFTFont -IFTLayout -I/usr/X11R6/include -I../src -Wall -Wpointer-arith -Wcast-align -Wcast-qual -Wshadow -Wsign-compare -I/usr/X11/include/freetype2 -I/usr/X11/include -O3 -march=core2 -msse4.1 -w -pipe -c FTGlyph/FTGlyphGlue.cpp -fno-common -DPIC -o .libs/libftgl_la-FTGlyphGlue.o | |
| /bin/sh ../libtool --tag=CXX --mode=compile /usr/bin/c++ -DHAVE_CONFIG_H -I. -I.. -IFTGlyph -IFTFont -IFTLayout -I/usr/X11R6/include -I../src -Wall -Wpointer-arith -Wcast-align -Wcast-qual -Wshadow -Wsign-compare -I/usr/X11/include/freetype2 -I/usr/X11/include -O3 -march=core2 -msse4.1 -w -pipe -c -o libftgl_la-FTBitmapGlyph.lo `test -f 'FTGlyph/FTBitmapGlyph.cpp' || echo './'`FTGlyph/FTBitmapGlyph.cpp | |
| /usr/bin/c++ -DHAVE_CONFIG_H -I. -I.. -IFTGlyph -IFTFont -IFTLayout -I/usr/X11R6/include -I../src -Wall -Wpointer-arith -Wcast-align -Wcast-qual -Wshadow -Wsign-compare -I/usr/X11/include/freetype2 -I/usr/X11/include -O3 -march=core2 -msse4.1 -w -pipe -c FTGlyph/FTGlyphGlue.cpp -o libftgl_la-FTGlyphGlue.o >/dev/null 2>&1 | |
| /usr/bin/c++ -DHAVE_CONFIG_H -I. -I.. -IFTGlyph -IFTFont -IFTLayout -I/usr/X11R6/include -I../src -Wall -Wpointer-arith -Wcast-align -Wcast-qual -Wshadow -Wsign-compare -I/usr/X11/include/freetype2 -I/usr/X11/include -O3 -march=core2 -msse4.1 -w -pipe -c FTGlyph/FTBitmapGlyph.cpp -fno-common -DPIC -o .libs/libftgl_la-FTBitmapGlyph.o | |
| /bin/sh ../libtool --tag=CXX --mode=compile /usr/bin/c++ -DHAVE_CONFIG_H -I. -I.. -IFTGlyph -IFTFont -IFTLayout -I/usr/X11R6/include -I../src -Wall -Wpointer-arith -Wcast-align -Wcast-qual -Wshadow -Wsign-compare -I/usr/X11/include/freetype2 -I/usr/X11/include -O3 -march=core2 -msse4.1 -w -pipe -c -o libftgl_la-FTBufferGlyph.lo `test -f 'FTGlyph/FTBufferGlyph.cpp' || echo './'`FTGlyph/FTBufferGlyph.cpp | |
| /usr/bin/c++ -DHAVE_CONFIG_H -I. -I.. -IFTGlyph -IFTFont -IFTLayout -I/usr/X11R6/include -I../src -Wall -Wpointer-arith -Wcast-align -Wcast-qual -Wshadow -Wsign-compare -I/usr/X11/include/freetype2 -I/usr/X11/include -O3 -march=core2 -msse4.1 -w -pipe -c FTGlyph/FTBufferGlyph.cpp -fno-common -DPIC -o .libs/libftgl_la-FTBufferGlyph.o | |
| /usr/bin/c++ -DHAVE_CONFIG_H -I. -I.. -IFTGlyph -IFTFont -IFTLayout -I/usr/X11R6/include -I../src -Wall -Wpointer-arith -Wcast-align -Wcast-qual -Wshadow -Wsign-compare -I/usr/X11/include/freetype2 -I/usr/X11/include -O3 -march=core2 -msse4.1 -w -pipe -c FTGlyph/FTBitmapGlyph.cpp -o libftgl_la-FTBitmapGlyph.o >/dev/null 2>&1 | |
| /usr/bin/c++ -DHAVE_CONFIG_H -I. -I.. -IFTGlyph -IFTFont -IFTLayout -I/usr/X11R6/include -I../src -Wall -Wpointer-arith -Wcast-align -Wcast-qual -Wshadow -Wsign-compare -I/usr/X11/include/freetype2 -I/usr/X11/include -O3 -march=core2 -msse4.1 -w -pipe -c FTGlyph/FTBufferGlyph.cpp -o libftgl_la-FTBufferGlyph.o >/dev/null 2>&1 | |
| /bin/sh ../libtool --tag=CXX --mode=compile /usr/bin/c++ -DHAVE_CONFIG_H -I. -I.. -IFTGlyph -IFTFont -IFTLayout -I/usr/X11R6/include -I../src -Wall -Wpointer-arith -Wcast-align -Wcast-qual -Wshadow -Wsign-compare -I/usr/X11/include/freetype2 -I/usr/X11/include -O3 -march=core2 -msse4.1 -w -pipe -c -o libftgl_la-FTExtrudeGlyph.lo `test -f 'FTGlyph/FTExtrudeGlyph.cpp' || echo './'`FTGlyph/FTExtrudeGlyph.cpp | |
| /bin/sh ../libtool --tag=CXX --mode=compile /usr/bin/c++ -DHAVE_CONFIG_H -I. -I.. -IFTGlyph -IFTFont -IFTLayout -I/usr/X11R6/include -I../src -Wall -Wpointer-arith -Wcast-align -Wcast-qual -Wshadow -Wsign-compare -I/usr/X11/include/freetype2 -I/usr/X11/include -O3 -march=core2 -msse4.1 -w -pipe -c -o libftgl_la-FTOutlineGlyph.lo `test -f 'FTGlyph/FTOutlineGlyph.cpp' || echo './'`FTGlyph/FTOutlineGlyph.cpp | |
| /usr/bin/c++ -DHAVE_CONFIG_H -I. -I.. -IFTGlyph -IFTFont -IFTLayout -I/usr/X11R6/include -I../src -Wall -Wpointer-arith -Wcast-align -Wcast-qual -Wshadow -Wsign-compare -I/usr/X11/include/freetype2 -I/usr/X11/include -O3 -march=core2 -msse4.1 -w -pipe -c FTGlyph/FTExtrudeGlyph.cpp -fno-common -DPIC -o .libs/libftgl_la-FTExtrudeGlyph.o | |
| /usr/bin/c++ -DHAVE_CONFIG_H -I. -I.. -IFTGlyph -IFTFont -IFTLayout -I/usr/X11R6/include -I../src -Wall -Wpointer-arith -Wcast-align -Wcast-qual -Wshadow -Wsign-compare -I/usr/X11/include/freetype2 -I/usr/X11/include -O3 -march=core2 -msse4.1 -w -pipe -c FTGlyph/FTOutlineGlyph.cpp -fno-common -DPIC -o .libs/libftgl_la-FTOutlineGlyph.o | |
| /usr/bin/c++ -DHAVE_CONFIG_H -I. -I.. -IFTGlyph -IFTFont -IFTLayout -I/usr/X11R6/include -I../src -Wall -Wpointer-arith -Wcast-align -Wcast-qual -Wshadow -Wsign-compare -I/usr/X11/include/freetype2 -I/usr/X11/include -O3 -march=core2 -msse4.1 -w -pipe -c FTGlyph/FTOutlineGlyph.cpp -o libftgl_la-FTOutlineGlyph.o >/dev/null 2>&1 | |
| /bin/sh ../libtool --tag=CXX --mode=compile /usr/bin/c++ -DHAVE_CONFIG_H -I. -I.. -IFTGlyph -IFTFont -IFTLayout -I/usr/X11R6/include -I../src -Wall -Wpointer-arith -Wcast-align -Wcast-qual -Wshadow -Wsign-compare -I/usr/X11/include/freetype2 -I/usr/X11/include -O3 -march=core2 -msse4.1 -w -pipe -c -o libftgl_la-FTPixmapGlyph.lo `test -f 'FTGlyph/FTPixmapGlyph.cpp' || echo './'`FTGlyph/FTPixmapGlyph.cpp | |
| /usr/bin/c++ -DHAVE_CONFIG_H -I. -I.. -IFTGlyph -IFTFont -IFTLayout -I/usr/X11R6/include -I../src -Wall -Wpointer-arith -Wcast-align -Wcast-qual -Wshadow -Wsign-compare -I/usr/X11/include/freetype2 -I/usr/X11/include -O3 -march=core2 -msse4.1 -w -pipe -c FTGlyph/FTPixmapGlyph.cpp -fno-common -DPIC -o .libs/libftgl_la-FTPixmapGlyph.o | |
| /usr/bin/c++ -DHAVE_CONFIG_H -I. -I.. -IFTGlyph -IFTFont -IFTLayout -I/usr/X11R6/include -I../src -Wall -Wpointer-arith -Wcast-align -Wcast-qual -Wshadow -Wsign-compare -I/usr/X11/include/freetype2 -I/usr/X11/include -O3 -march=core2 -msse4.1 -w -pipe -c FTGlyph/FTPixmapGlyph.cpp -o libftgl_la-FTPixmapGlyph.o >/dev/null 2>&1 | |
| /bin/sh ../libtool --tag=CXX --mode=compile /usr/bin/c++ -DHAVE_CONFIG_H -I. -I.. -IFTGlyph -IFTFont -IFTLayout -I/usr/X11R6/include -I../src -Wall -Wpointer-arith -Wcast-align -Wcast-qual -Wshadow -Wsign-compare -I/usr/X11/include/freetype2 -I/usr/X11/include -O3 -march=core2 -msse4.1 -w -pipe -c -o libftgl_la-FTPolygonGlyph.lo `test -f 'FTGlyph/FTPolygonGlyph.cpp' || echo './'`FTGlyph/FTPolygonGlyph.cpp | |
| /usr/bin/c++ -DHAVE_CONFIG_H -I. -I.. -IFTGlyph -IFTFont -IFTLayout -I/usr/X11R6/include -I../src -Wall -Wpointer-arith -Wcast-align -Wcast-qual -Wshadow -Wsign-compare -I/usr/X11/include/freetype2 -I/usr/X11/include -O3 -march=core2 -msse4.1 -w -pipe -c FTGlyph/FTExtrudeGlyph.cpp -o libftgl_la-FTExtrudeGlyph.o >/dev/null 2>&1 | |
| /usr/bin/c++ -DHAVE_CONFIG_H -I. -I.. -IFTGlyph -IFTFont -IFTLayout -I/usr/X11R6/include -I../src -Wall -Wpointer-arith -Wcast-align -Wcast-qual -Wshadow -Wsign-compare -I/usr/X11/include/freetype2 -I/usr/X11/include -O3 -march=core2 -msse4.1 -w -pipe -c FTGlyph/FTPolygonGlyph.cpp -fno-common -DPIC -o .libs/libftgl_la-FTPolygonGlyph.o | |
| /usr/bin/c++ -DHAVE_CONFIG_H -I. -I.. -IFTGlyph -IFTFont -IFTLayout -I/usr/X11R6/include -I../src -Wall -Wpointer-arith -Wcast-align -Wcast-qual -Wshadow -Wsign-compare -I/usr/X11/include/freetype2 -I/usr/X11/include -O3 -march=core2 -msse4.1 -w -pipe -c FTGlyph/FTPolygonGlyph.cpp -o libftgl_la-FTPolygonGlyph.o >/dev/null 2>&1 | |
| /bin/sh ../libtool --tag=CXX --mode=compile /usr/bin/c++ -DHAVE_CONFIG_H -I. -I.. -IFTGlyph -IFTFont -IFTLayout -I/usr/X11R6/include -I../src -Wall -Wpointer-arith -Wcast-align -Wcast-qual -Wshadow -Wsign-compare -I/usr/X11/include/freetype2 -I/usr/X11/include -O3 -march=core2 -msse4.1 -w -pipe -c -o libftgl_la-FTTextureGlyph.lo `test -f 'FTGlyph/FTTextureGlyph.cpp' || echo './'`FTGlyph/FTTextureGlyph.cpp | |
| /bin/sh ../libtool --tag=CXX --mode=compile /usr/bin/c++ -DHAVE_CONFIG_H -I. -I.. -IFTGlyph -IFTFont -IFTLayout -I/usr/X11R6/include -I../src -Wall -Wpointer-arith -Wcast-align -Wcast-qual -Wshadow -Wsign-compare -I/usr/X11/include/freetype2 -I/usr/X11/include -O3 -march=core2 -msse4.1 -w -pipe -c -o libftgl_la-FTFont.lo `test -f 'FTFont/FTFont.cpp' || echo './'`FTFont/FTFont.cpp | |
| /usr/bin/c++ -DHAVE_CONFIG_H -I. -I.. -IFTGlyph -IFTFont -IFTLayout -I/usr/X11R6/include -I../src -Wall -Wpointer-arith -Wcast-align -Wcast-qual -Wshadow -Wsign-compare -I/usr/X11/include/freetype2 -I/usr/X11/include -O3 -march=core2 -msse4.1 -w -pipe -c FTGlyph/FTTextureGlyph.cpp -fno-common -DPIC -o .libs/libftgl_la-FTTextureGlyph.o | |
| /usr/bin/c++ -DHAVE_CONFIG_H -I. -I.. -IFTGlyph -IFTFont -IFTLayout -I/usr/X11R6/include -I../src -Wall -Wpointer-arith -Wcast-align -Wcast-qual -Wshadow -Wsign-compare -I/usr/X11/include/freetype2 -I/usr/X11/include -O3 -march=core2 -msse4.1 -w -pipe -c FTFont/FTFont.cpp -fno-common -DPIC -o .libs/libftgl_la-FTFont.o | |
| /usr/bin/c++ -DHAVE_CONFIG_H -I. -I.. -IFTGlyph -IFTFont -IFTLayout -I/usr/X11R6/include -I../src -Wall -Wpointer-arith -Wcast-align -Wcast-qual -Wshadow -Wsign-compare -I/usr/X11/include/freetype2 -I/usr/X11/include -O3 -march=core2 -msse4.1 -w -pipe -c FTGlyph/FTTextureGlyph.cpp -o libftgl_la-FTTextureGlyph.o >/dev/null 2>&1 | |
| /bin/sh ../libtool --tag=CXX --mode=compile /usr/bin/c++ -DHAVE_CONFIG_H -I. -I.. -IFTGlyph -IFTFont -IFTLayout -I/usr/X11R6/include -I../src -Wall -Wpointer-arith -Wcast-align -Wcast-qual -Wshadow -Wsign-compare -I/usr/X11/include/freetype2 -I/usr/X11/include -O3 -march=core2 -msse4.1 -w -pipe -c -o libftgl_la-FTFontGlue.lo `test -f 'FTFont/FTFontGlue.cpp' || echo './'`FTFont/FTFontGlue.cpp | |
| /usr/bin/c++ -DHAVE_CONFIG_H -I. -I.. -IFTGlyph -IFTFont -IFTLayout -I/usr/X11R6/include -I../src -Wall -Wpointer-arith -Wcast-align -Wcast-qual -Wshadow -Wsign-compare -I/usr/X11/include/freetype2 -I/usr/X11/include -O3 -march=core2 -msse4.1 -w -pipe -c FTFont/FTFont.cpp -o libftgl_la-FTFont.o >/dev/null 2>&1 | |
| /usr/bin/c++ -DHAVE_CONFIG_H -I. -I.. -IFTGlyph -IFTFont -IFTLayout -I/usr/X11R6/include -I../src -Wall -Wpointer-arith -Wcast-align -Wcast-qual -Wshadow -Wsign-compare -I/usr/X11/include/freetype2 -I/usr/X11/include -O3 -march=core2 -msse4.1 -w -pipe -c FTFont/FTFontGlue.cpp -fno-common -DPIC -o .libs/libftgl_la-FTFontGlue.o | |
| /usr/bin/c++ -DHAVE_CONFIG_H -I. -I.. -IFTGlyph -IFTFont -IFTLayout -I/usr/X11R6/include -I../src -Wall -Wpointer-arith -Wcast-align -Wcast-qual -Wshadow -Wsign-compare -I/usr/X11/include/freetype2 -I/usr/X11/include -O3 -march=core2 -msse4.1 -w -pipe -c FTFont/FTFontGlue.cpp -o libftgl_la-FTFontGlue.o >/dev/null 2>&1 | |
| /bin/sh ../libtool --tag=CXX --mode=compile /usr/bin/c++ -DHAVE_CONFIG_H -I. -I.. -IFTGlyph -IFTFont -IFTLayout -I/usr/X11R6/include -I../src -Wall -Wpointer-arith -Wcast-align -Wcast-qual -Wshadow -Wsign-compare -I/usr/X11/include/freetype2 -I/usr/X11/include -O3 -march=core2 -msse4.1 -w -pipe -c -o libftgl_la-FTBitmapFont.lo `test -f 'FTFont/FTBitmapFont.cpp' || echo './'`FTFont/FTBitmapFont.cpp | |
| /bin/sh ../libtool --tag=CXX --mode=compile /usr/bin/c++ -DHAVE_CONFIG_H -I. -I.. -IFTGlyph -IFTFont -IFTLayout -I/usr/X11R6/include -I../src -Wall -Wpointer-arith -Wcast-align -Wcast-qual -Wshadow -Wsign-compare -I/usr/X11/include/freetype2 -I/usr/X11/include -O3 -march=core2 -msse4.1 -w -pipe -c -o libftgl_la-FTBufferFont.lo `test -f 'FTFont/FTBufferFont.cpp' || echo './'`FTFont/FTBufferFont.cpp | |
| /usr/bin/c++ -DHAVE_CONFIG_H -I. -I.. -IFTGlyph -IFTFont -IFTLayout -I/usr/X11R6/include -I../src -Wall -Wpointer-arith -Wcast-align -Wcast-qual -Wshadow -Wsign-compare -I/usr/X11/include/freetype2 -I/usr/X11/include -O3 -march=core2 -msse4.1 -w -pipe -c FTFont/FTBitmapFont.cpp -fno-common -DPIC -o .libs/libftgl_la-FTBitmapFont.o | |
| /usr/bin/c++ -DHAVE_CONFIG_H -I. -I.. -IFTGlyph -IFTFont -IFTLayout -I/usr/X11R6/include -I../src -Wall -Wpointer-arith -Wcast-align -Wcast-qual -Wshadow -Wsign-compare -I/usr/X11/include/freetype2 -I/usr/X11/include -O3 -march=core2 -msse4.1 -w -pipe -c FTFont/FTBufferFont.cpp -fno-common -DPIC -o .libs/libftgl_la-FTBufferFont.o | |
| /usr/bin/c++ -DHAVE_CONFIG_H -I. -I.. -IFTGlyph -IFTFont -IFTLayout -I/usr/X11R6/include -I../src -Wall -Wpointer-arith -Wcast-align -Wcast-qual -Wshadow -Wsign-compare -I/usr/X11/include/freetype2 -I/usr/X11/include -O3 -march=core2 -msse4.1 -w -pipe -c FTFont/FTBitmapFont.cpp -o libftgl_la-FTBitmapFont.o >/dev/null 2>&1 | |
| /usr/bin/c++ -DHAVE_CONFIG_H -I. -I.. -IFTGlyph -IFTFont -IFTLayout -I/usr/X11R6/include -I../src -Wall -Wpointer-arith -Wcast-align -Wcast-qual -Wshadow -Wsign-compare -I/usr/X11/include/freetype2 -I/usr/X11/include -O3 -march=core2 -msse4.1 -w -pipe -c FTFont/FTBufferFont.cpp -o libftgl_la-FTBufferFont.o >/dev/null 2>&1 | |
| /bin/sh ../libtool --tag=CXX --mode=compile /usr/bin/c++ -DHAVE_CONFIG_H -I. -I.. -IFTGlyph -IFTFont -IFTLayout -I/usr/X11R6/include -I../src -Wall -Wpointer-arith -Wcast-align -Wcast-qual -Wshadow -Wsign-compare -I/usr/X11/include/freetype2 -I/usr/X11/include -O3 -march=core2 -msse4.1 -w -pipe -c -o libftgl_la-FTExtrudeFont.lo `test -f 'FTFont/FTExtrudeFont.cpp' || echo './'`FTFont/FTExtrudeFont.cpp | |
| /usr/bin/c++ -DHAVE_CONFIG_H -I. -I.. -IFTGlyph -IFTFont -IFTLayout -I/usr/X11R6/include -I../src -Wall -Wpointer-arith -Wcast-align -Wcast-qual -Wshadow -Wsign-compare -I/usr/X11/include/freetype2 -I/usr/X11/include -O3 -march=core2 -msse4.1 -w -pipe -c FTFont/FTExtrudeFont.cpp -fno-common -DPIC -o .libs/libftgl_la-FTExtrudeFont.o | |
| /usr/bin/c++ -DHAVE_CONFIG_H -I. -I.. -IFTGlyph -IFTFont -IFTLayout -I/usr/X11R6/include -I../src -Wall -Wpointer-arith -Wcast-align -Wcast-qual -Wshadow -Wsign-compare -I/usr/X11/include/freetype2 -I/usr/X11/include -O3 -march=core2 -msse4.1 -w -pipe -c FTFont/FTExtrudeFont.cpp -o libftgl_la-FTExtrudeFont.o >/dev/null 2>&1 | |
| /bin/sh ../libtool --tag=CXX --mode=compile /usr/bin/c++ -DHAVE_CONFIG_H -I. -I.. -IFTGlyph -IFTFont -IFTLayout -I/usr/X11R6/include -I../src -Wall -Wpointer-arith -Wcast-align -Wcast-qual -Wshadow -Wsign-compare -I/usr/X11/include/freetype2 -I/usr/X11/include -O3 -march=core2 -msse4.1 -w -pipe -c -o libftgl_la-FTOutlineFont.lo `test -f 'FTFont/FTOutlineFont.cpp' || echo './'`FTFont/FTOutlineFont.cpp | |
| /bin/sh ../libtool --tag=CXX --mode=compile /usr/bin/c++ -DHAVE_CONFIG_H -I. -I.. -IFTGlyph -IFTFont -IFTLayout -I/usr/X11R6/include -I../src -Wall -Wpointer-arith -Wcast-align -Wcast-qual -Wshadow -Wsign-compare -I/usr/X11/include/freetype2 -I/usr/X11/include -O3 -march=core2 -msse4.1 -w -pipe -c -o libftgl_la-FTPixmapFont.lo `test -f 'FTFont/FTPixmapFont.cpp' || echo './'`FTFont/FTPixmapFont.cpp | |
| /usr/bin/c++ -DHAVE_CONFIG_H -I. -I.. -IFTGlyph -IFTFont -IFTLayout -I/usr/X11R6/include -I../src -Wall -Wpointer-arith -Wcast-align -Wcast-qual -Wshadow -Wsign-compare -I/usr/X11/include/freetype2 -I/usr/X11/include -O3 -march=core2 -msse4.1 -w -pipe -c FTFont/FTOutlineFont.cpp -fno-common -DPIC -o .libs/libftgl_la-FTOutlineFont.o | |
| /usr/bin/c++ -DHAVE_CONFIG_H -I. -I.. -IFTGlyph -IFTFont -IFTLayout -I/usr/X11R6/include -I../src -Wall -Wpointer-arith -Wcast-align -Wcast-qual -Wshadow -Wsign-compare -I/usr/X11/include/freetype2 -I/usr/X11/include -O3 -march=core2 -msse4.1 -w -pipe -c FTFont/FTPixmapFont.cpp -fno-common -DPIC -o .libs/libftgl_la-FTPixmapFont.o | |
| /usr/bin/c++ -DHAVE_CONFIG_H -I. -I.. -IFTGlyph -IFTFont -IFTLayout -I/usr/X11R6/include -I../src -Wall -Wpointer-arith -Wcast-align -Wcast-qual -Wshadow -Wsign-compare -I/usr/X11/include/freetype2 -I/usr/X11/include -O3 -march=core2 -msse4.1 -w -pipe -c FTFont/FTOutlineFont.cpp -o libftgl_la-FTOutlineFont.o >/dev/null 2>&1 | |
| /usr/bin/c++ -DHAVE_CONFIG_H -I. -I.. -IFTGlyph -IFTFont -IFTLayout -I/usr/X11R6/include -I../src -Wall -Wpointer-arith -Wcast-align -Wcast-qual -Wshadow -Wsign-compare -I/usr/X11/include/freetype2 -I/usr/X11/include -O3 -march=core2 -msse4.1 -w -pipe -c FTFont/FTPixmapFont.cpp -o libftgl_la-FTPixmapFont.o >/dev/null 2>&1 | |
| /bin/sh ../libtool --tag=CXX --mode=compile /usr/bin/c++ -DHAVE_CONFIG_H -I. -I.. -IFTGlyph -IFTFont -IFTLayout -I/usr/X11R6/include -I../src -Wall -Wpointer-arith -Wcast-align -Wcast-qual -Wshadow -Wsign-compare -I/usr/X11/include/freetype2 -I/usr/X11/include -O3 -march=core2 -msse4.1 -w -pipe -c -o libftgl_la-FTPolygonFont.lo `test -f 'FTFont/FTPolygonFont.cpp' || echo './'`FTFont/FTPolygonFont.cpp | |
| /bin/sh ../libtool --tag=CXX --mode=compile /usr/bin/c++ -DHAVE_CONFIG_H -I. -I.. -IFTGlyph -IFTFont -IFTLayout -I/usr/X11R6/include -I../src -Wall -Wpointer-arith -Wcast-align -Wcast-qual -Wshadow -Wsign-compare -I/usr/X11/include/freetype2 -I/usr/X11/include -O3 -march=core2 -msse4.1 -w -pipe -c -o libftgl_la-FTTextureFont.lo `test -f 'FTFont/FTTextureFont.cpp' || echo './'`FTFont/FTTextureFont.cpp | |
| /usr/bin/c++ -DHAVE_CONFIG_H -I. -I.. -IFTGlyph -IFTFont -IFTLayout -I/usr/X11R6/include -I../src -Wall -Wpointer-arith -Wcast-align -Wcast-qual -Wshadow -Wsign-compare -I/usr/X11/include/freetype2 -I/usr/X11/include -O3 -march=core2 -msse4.1 -w -pipe -c FTFont/FTPolygonFont.cpp -fno-common -DPIC -o .libs/libftgl_la-FTPolygonFont.o | |
| /usr/bin/c++ -DHAVE_CONFIG_H -I. -I.. -IFTGlyph -IFTFont -IFTLayout -I/usr/X11R6/include -I../src -Wall -Wpointer-arith -Wcast-align -Wcast-qual -Wshadow -Wsign-compare -I/usr/X11/include/freetype2 -I/usr/X11/include -O3 -march=core2 -msse4.1 -w -pipe -c FTFont/FTTextureFont.cpp -fno-common -DPIC -o .libs/libftgl_la-FTTextureFont.o | |
| /usr/bin/c++ -DHAVE_CONFIG_H -I. -I.. -IFTGlyph -IFTFont -IFTLayout -I/usr/X11R6/include -I../src -Wall -Wpointer-arith -Wcast-align -Wcast-qual -Wshadow -Wsign-compare -I/usr/X11/include/freetype2 -I/usr/X11/include -O3 -march=core2 -msse4.1 -w -pipe -c FTFont/FTPolygonFont.cpp -o libftgl_la-FTPolygonFont.o >/dev/null 2>&1 | |
| /bin/sh ../libtool --tag=CXX --mode=compile /usr/bin/c++ -DHAVE_CONFIG_H -I. -I.. -IFTGlyph -IFTFont -IFTLayout -I/usr/X11R6/include -I../src -Wall -Wpointer-arith -Wcast-align -Wcast-qual -Wshadow -Wsign-compare -I/usr/X11/include/freetype2 -I/usr/X11/include -O3 -march=core2 -msse4.1 -w -pipe -c -o libftgl_la-FTLayout.lo `test -f 'FTLayout/FTLayout.cpp' || echo './'`FTLayout/FTLayout.cpp | |
| /usr/bin/c++ -DHAVE_CONFIG_H -I. -I.. -IFTGlyph -IFTFont -IFTLayout -I/usr/X11R6/include -I../src -Wall -Wpointer-arith -Wcast-align -Wcast-qual -Wshadow -Wsign-compare -I/usr/X11/include/freetype2 -I/usr/X11/include -O3 -march=core2 -msse4.1 -w -pipe -c FTFont/FTTextureFont.cpp -o libftgl_la-FTTextureFont.o >/dev/null 2>&1 | |
| /usr/bin/c++ -DHAVE_CONFIG_H -I. -I.. -IFTGlyph -IFTFont -IFTLayout -I/usr/X11R6/include -I../src -Wall -Wpointer-arith -Wcast-align -Wcast-qual -Wshadow -Wsign-compare -I/usr/X11/include/freetype2 -I/usr/X11/include -O3 -march=core2 -msse4.1 -w -pipe -c FTLayout/FTLayout.cpp -fno-common -DPIC -o .libs/libftgl_la-FTLayout.o | |
| /usr/bin/c++ -DHAVE_CONFIG_H -I. -I.. -IFTGlyph -IFTFont -IFTLayout -I/usr/X11R6/include -I../src -Wall -Wpointer-arith -Wcast-align -Wcast-qual -Wshadow -Wsign-compare -I/usr/X11/include/freetype2 -I/usr/X11/include -O3 -march=core2 -msse4.1 -w -pipe -c FTLayout/FTLayout.cpp -o libftgl_la-FTLayout.o >/dev/null 2>&1 | |
| /bin/sh ../libtool --tag=CXX --mode=compile /usr/bin/c++ -DHAVE_CONFIG_H -I. -I.. -IFTGlyph -IFTFont -IFTLayout -I/usr/X11R6/include -I../src -Wall -Wpointer-arith -Wcast-align -Wcast-qual -Wshadow -Wsign-compare -I/usr/X11/include/freetype2 -I/usr/X11/include -O3 -march=core2 -msse4.1 -w -pipe -c -o libftgl_la-FTLayoutGlue.lo `test -f 'FTLayout/FTLayoutGlue.cpp' || echo './'`FTLayout/FTLayoutGlue.cpp | |
| /bin/sh ../libtool --tag=CXX --mode=compile /usr/bin/c++ -DHAVE_CONFIG_H -I. -I.. -IFTGlyph -IFTFont -IFTLayout -I/usr/X11R6/include -I../src -Wall -Wpointer-arith -Wcast-align -Wcast-qual -Wshadow -Wsign-compare -I/usr/X11/include/freetype2 -I/usr/X11/include -O3 -march=core2 -msse4.1 -w -pipe -c -o libftgl_la-FTSimpleLayout.lo `test -f 'FTLayout/FTSimpleLayout.cpp' || echo './'`FTLayout/FTSimpleLayout.cpp | |
| /usr/bin/c++ -DHAVE_CONFIG_H -I. -I.. -IFTGlyph -IFTFont -IFTLayout -I/usr/X11R6/include -I../src -Wall -Wpointer-arith -Wcast-align -Wcast-qual -Wshadow -Wsign-compare -I/usr/X11/include/freetype2 -I/usr/X11/include -O3 -march=core2 -msse4.1 -w -pipe -c FTLayout/FTLayoutGlue.cpp -fno-common -DPIC -o .libs/libftgl_la-FTLayoutGlue.o | |
| /usr/bin/c++ -DHAVE_CONFIG_H -I. -I.. -IFTGlyph -IFTFont -IFTLayout -I/usr/X11R6/include -I../src -Wall -Wpointer-arith -Wcast-align -Wcast-qual -Wshadow -Wsign-compare -I/usr/X11/include/freetype2 -I/usr/X11/include -O3 -march=core2 -msse4.1 -w -pipe -c FTLayout/FTSimpleLayout.cpp -fno-common -DPIC -o .libs/libftgl_la-FTSimpleLayout.o | |
| /usr/bin/c++ -DHAVE_CONFIG_H -I. -I.. -IFTGlyph -IFTFont -IFTLayout -I/usr/X11R6/include -I../src -Wall -Wpointer-arith -Wcast-align -Wcast-qual -Wshadow -Wsign-compare -I/usr/X11/include/freetype2 -I/usr/X11/include -O3 -march=core2 -msse4.1 -w -pipe -c FTLayout/FTLayoutGlue.cpp -o libftgl_la-FTLayoutGlue.o >/dev/null 2>&1 | |
| /usr/bin/c++ -DHAVE_CONFIG_H -I. -I.. -IFTGlyph -IFTFont -IFTLayout -I/usr/X11R6/include -I../src -Wall -Wpointer-arith -Wcast-align -Wcast-qual -Wshadow -Wsign-compare -I/usr/X11/include/freetype2 -I/usr/X11/include -O3 -march=core2 -msse4.1 -w -pipe -c FTLayout/FTSimpleLayout.cpp -o libftgl_la-FTSimpleLayout.o >/dev/null 2>&1 | |
| /bin/sh ../libtool --tag=CXX --mode=link /usr/bin/c++ -I/usr/X11/include/freetype2 -I/usr/X11/include -O3 -march=core2 -msse4.1 -w -pipe -no-undefined -version-number 2:1:3 -L/usr/X11R6/lib -o libftgl.la -rpath /usr/local/Cellar/ftgl/2.1.3-rc5/lib libftgl_la-FTBuffer.lo libftgl_la-FTCharmap.lo libftgl_la-FTContour.lo libftgl_la-FTFace.lo libftgl_la-FTGlyphContainer.lo libftgl_la-FTLibrary.lo libftgl_la-FTPoint.lo libftgl_la-FTSize.lo libftgl_la-FTVectoriser.lo libftgl_la-FTGlyph.lo libftgl_la-FTGlyphGlue.lo libftgl_la-FTBitmapGlyph.lo libftgl_la-FTBufferGlyph.lo libftgl_la-FTExtrudeGlyph.lo libftgl_la-FTOutlineGlyph.lo libftgl_la-FTPixmapGlyph.lo libftgl_la-FTPolygonGlyph.lo libftgl_la-FTTextureGlyph.lo libftgl_la-FTFont.lo libftgl_la-FTFontGlue.lo libftgl_la-FTBitmapFont.lo libftgl_la-FTBufferFont.lo libftgl_la-FTExtrudeFont.lo libftgl_la-FTOutlineFont.lo libftgl_la-FTPixmapFont.lo libftgl_la-FTPolygonFont.lo libftgl_la-FTTextureFont.lo libftgl_la-FTLayout.lo libftgl_la-FTLayoutGlue.lo libftgl_la-FTSimpleLayout.lo -L/usr/X11/lib -lfreetype -lz -Wl,-framework,CoreServices -Wl,-framework,ApplicationServices -Xlinker -framework -Xlinker OpenGL | |
| /usr/bin/c++ -dynamiclib -o .libs/libftgl.2.1.3.dylib .libs/libftgl_la-FTBuffer.o .libs/libftgl_la-FTCharmap.o .libs/libftgl_la-FTContour.o .libs/libftgl_la-FTFace.o .libs/libftgl_la-FTGlyphContainer.o .libs/libftgl_la-FTLibrary.o .libs/libftgl_la-FTPoint.o .libs/libftgl_la-FTSize.o .libs/libftgl_la-FTVectoriser.o .libs/libftgl_la-FTGlyph.o .libs/libftgl_la-FTGlyphGlue.o .libs/libftgl_la-FTBitmapGlyph.o .libs/libftgl_la-FTBufferGlyph.o .libs/libftgl_la-FTExtrudeGlyph.o .libs/libftgl_la-FTOutlineGlyph.o .libs/libftgl_la-FTPixmapGlyph.o .libs/libftgl_la-FTPolygonGlyph.o .libs/libftgl_la-FTTextureGlyph.o .libs/libftgl_la-FTFont.o .libs/libftgl_la-FTFontGlue.o .libs/libftgl_la-FTBitmapFont.o .libs/libftgl_la-FTBufferFont.o .libs/libftgl_la-FTExtrudeFont.o .libs/libftgl_la-FTOutlineFont.o .libs/libftgl_la-FTPixmapFont.o .libs/libftgl_la-FTPolygonFont.o .libs/libftgl_la-FTTextureFont.o .libs/libftgl_la-FTLayout.o .libs/libftgl_la-FTLayoutGlue.o .libs/libftgl_la-FTSimpleLayout.o -L/usr/X11R6/lib -L/usr/X11/lib -lfreetype -lz -march=core2 -msse4.1 -Wl,-framework -Wl,CoreServices -Wl,-framework -Wl,ApplicationServices -Wl,-framework -Wl,OpenGL -install_name /usr/local/Cellar/ftgl/2.1.3-rc5/lib/libftgl.2.dylib -compatibility_version 4 -current_version 4.3 -Wl,-single_module | |
| dsymutil .libs/libftgl.2.1.3.dylib || : | |
| warning: no debug symbols in executable (-arch x86_64) | |
| (cd .libs && rm -f libftgl.2.dylib && ln -s libftgl.2.1.3.dylib libftgl.2.dylib) | |
| (cd .libs && rm -f libftgl.dylib && ln -s libftgl.2.1.3.dylib libftgl.dylib) | |
| ar cru .libs/libftgl.a libftgl_la-FTBuffer.o libftgl_la-FTCharmap.o libftgl_la-FTContour.o libftgl_la-FTFace.o libftgl_la-FTGlyphContainer.o libftgl_la-FTLibrary.o libftgl_la-FTPoint.o libftgl_la-FTSize.o libftgl_la-FTVectoriser.o libftgl_la-FTGlyph.o libftgl_la-FTGlyphGlue.o libftgl_la-FTBitmapGlyph.o libftgl_la-FTBufferGlyph.o libftgl_la-FTExtrudeGlyph.o libftgl_la-FTOutlineGlyph.o libftgl_la-FTPixmapGlyph.o libftgl_la-FTPolygonGlyph.o libftgl_la-FTTextureGlyph.o libftgl_la-FTFont.o libftgl_la-FTFontGlue.o libftgl_la-FTBitmapFont.o libftgl_la-FTBufferFont.o libftgl_la-FTExtrudeFont.o libftgl_la-FTOutlineFont.o libftgl_la-FTPixmapFont.o libftgl_la-FTPolygonFont.o libftgl_la-FTTextureFont.o libftgl_la-FTLayout.o libftgl_la-FTLayoutGlue.o libftgl_la-FTSimpleLayout.o | |
| ranlib .libs/libftgl.a | |
| creating libftgl.la | |
| (cd .libs && rm -f libftgl.la && ln -s ../libftgl.la libftgl.la) | |
| test -z "/usr/local/Cellar/ftgl/2.1.3-rc5/lib" || ../.auto/install-sh -c -d "/usr/local/Cellar/ftgl/2.1.3-rc5/lib" | |
| test -z "/usr/local/Cellar/ftgl/2.1.3-rc5/include/FTGL" || ../.auto/install-sh -c -d "/usr/local/Cellar/ftgl/2.1.3-rc5/include/FTGL" | |
| /bin/sh ../libtool --mode=install /usr/bin/install -c 'libftgl.la' '/usr/local/Cellar/ftgl/2.1.3-rc5/lib/libftgl.la' | |
| /usr/bin/install -c -m 644 'FTGL/ftgl.h' '/usr/local/Cellar/ftgl/2.1.3-rc5/include/FTGL/ftgl.h' | |
| /usr/bin/install -c -m 644 'FTGL/FTBBox.h' '/usr/local/Cellar/ftgl/2.1.3-rc5/include/FTGL/FTBBox.h' | |
| /usr/bin/install -c -m 644 'FTGL/FTBuffer.h' '/usr/local/Cellar/ftgl/2.1.3-rc5/include/FTGL/FTBuffer.h' | |
| /usr/bin/install -c -m 644 'FTGL/FTPoint.h' '/usr/local/Cellar/ftgl/2.1.3-rc5/include/FTGL/FTPoint.h' | |
| /usr/bin/install -c -m 644 'FTGL/FTGlyph.h' '/usr/local/Cellar/ftgl/2.1.3-rc5/include/FTGL/FTGlyph.h' | |
| /usr/bin/install -c -m 644 'FTGL/FTBitmapGlyph.h' '/usr/local/Cellar/ftgl/2.1.3-rc5/include/FTGL/FTBitmapGlyph.h' | |
| /usr/bin/install -c -m 644 'FTGL/FTBufferGlyph.h' '/usr/local/Cellar/ftgl/2.1.3-rc5/include/FTGL/FTBufferGlyph.h' | |
| /usr/bin/install -c -m 644 'FTGL/FTExtrdGlyph.h' '/usr/local/Cellar/ftgl/2.1.3-rc5/include/FTGL/FTExtrdGlyph.h' | |
| /usr/bin/install -c -m 644 'FTGL/FTOutlineGlyph.h' '/usr/local/Cellar/ftgl/2.1.3-rc5/include/FTGL/FTOutlineGlyph.h' | |
| /usr/bin/install -c -m 644 'FTGL/FTPixmapGlyph.h' '/usr/local/Cellar/ftgl/2.1.3-rc5/include/FTGL/FTPixmapGlyph.h' | |
| /usr/bin/install -c .libs/libftgl.2.1.3.dylib /usr/local/Cellar/ftgl/2.1.3-rc5/lib/libftgl.2.1.3.dylib | |
| /usr/bin/install -c -m 644 'FTGL/FTPolyGlyph.h' '/usr/local/Cellar/ftgl/2.1.3-rc5/include/FTGL/FTPolyGlyph.h' | |
| (cd /usr/local/Cellar/ftgl/2.1.3-rc5/lib && { ln -s -f libftgl.2.1.3.dylib libftgl.2.dylib || { rm -f libftgl.2.dylib && ln -s libftgl.2.1.3.dylib libftgl.2.dylib; }; }) | |
| /usr/bin/install -c -m 644 'FTGL/FTTextureGlyph.h' '/usr/local/Cellar/ftgl/2.1.3-rc5/include/FTGL/FTTextureGlyph.h' | |
| (cd /usr/local/Cellar/ftgl/2.1.3-rc5/lib && { ln -s -f libftgl.2.1.3.dylib libftgl.dylib || { rm -f libftgl.dylib && ln -s libftgl.2.1.3.dylib libftgl.dylib; }; }) | |
| /usr/bin/install -c -m 644 'FTGL/FTFont.h' '/usr/local/Cellar/ftgl/2.1.3-rc5/include/FTGL/FTFont.h' | |
| /usr/bin/install -c -m 644 'FTGL/FTGLBitmapFont.h' '/usr/local/Cellar/ftgl/2.1.3-rc5/include/FTGL/FTGLBitmapFont.h' | |
| /usr/bin/install -c .libs/libftgl.lai /usr/local/Cellar/ftgl/2.1.3-rc5/lib/libftgl.la | |
| /usr/bin/install -c -m 644 'FTGL/FTBufferFont.h' '/usr/local/Cellar/ftgl/2.1.3-rc5/include/FTGL/FTBufferFont.h' | |
| /usr/bin/install -c .libs/libftgl.a /usr/local/Cellar/ftgl/2.1.3-rc5/lib/libftgl.a | |
| /usr/bin/install -c -m 644 'FTGL/FTGLExtrdFont.h' '/usr/local/Cellar/ftgl/2.1.3-rc5/include/FTGL/FTGLExtrdFont.h' | |
| /usr/bin/install -c -m 644 'FTGL/FTGLOutlineFont.h' '/usr/local/Cellar/ftgl/2.1.3-rc5/include/FTGL/FTGLOutlineFont.h' | |
| /usr/bin/install -c -m 644 'FTGL/FTGLPixmapFont.h' '/usr/local/Cellar/ftgl/2.1.3-rc5/include/FTGL/FTGLPixmapFont.h' | |
| /usr/bin/install -c -m 644 'FTGL/FTGLPolygonFont.h' '/usr/local/Cellar/ftgl/2.1.3-rc5/include/FTGL/FTGLPolygonFont.h' | |
| /usr/bin/install -c -m 644 'FTGL/FTGLTextureFont.h' '/usr/local/Cellar/ftgl/2.1.3-rc5/include/FTGL/FTGLTextureFont.h' | |
| /usr/bin/install -c -m 644 'FTGL/FTLayout.h' '/usr/local/Cellar/ftgl/2.1.3-rc5/include/FTGL/FTLayout.h' | |
| /usr/bin/install -c -m 644 'FTGL/FTSimpleLayout.h' '/usr/local/Cellar/ftgl/2.1.3-rc5/include/FTGL/FTSimpleLayout.h' | |
| chmod 644 /usr/local/Cellar/ftgl/2.1.3-rc5/lib/libftgl.a | |
| ranlib /usr/local/Cellar/ftgl/2.1.3-rc5/lib/libftgl.a | |
| ---------------------------------------------------------------------- | |
| Libraries have been installed in: | |
| /usr/local/Cellar/ftgl/2.1.3-rc5/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 `DYLD_LIBRARY_PATH' environment variable | |
| during execution | |
| See any operating system documentation about shared libraries for | |
| more information, such as the ld(1) and ld.so(8) manual pages. | |
| ---------------------------------------------------------------------- | |
| Making install in test | |
| make[2]: Nothing to be done for `install-exec-am'. | |
| make[2]: Nothing to be done for `install-data-am'. | |
| Making install in demo | |
| make[2]: Nothing to be done for `install-exec-am'. | |
| make[2]: Nothing to be done for `install-data-am'. | |
| Making install in docs | |
| make[2]: Nothing to be done for `install-exec-am'. | |
| test -z "/usr/local/Cellar/ftgl/2.1.3-rc5/share/doc/ftgl" || ../.auto/install-sh -c -d "/usr/local/Cellar/ftgl/2.1.3-rc5/share/doc/ftgl" | |
| test -z "" || ../.auto/install-sh -c -d "" | |
| test -z "" || ../.auto/install-sh -c -d "" | |
| /usr/bin/install -c -m 644 'projects_using_ftgl.txt' '/usr/local/Cellar/ftgl/2.1.3-rc5/share/doc/ftgl/projects_using_ftgl.txt' | |
| Done. | |
| --- | |
| Run 'make install' to begin installation into /usr/local/Cellar/ftgl/2.1.3-rc5 | |
| make[2]: Nothing to be done for `install-exec-am'. | |
| test -z "/usr/local/Cellar/ftgl/2.1.3-rc5/lib/pkgconfig" || .auto/install-sh -c -d "/usr/local/Cellar/ftgl/2.1.3-rc5/lib/pkgconfig" | |
| /usr/bin/install -c -m 644 'ftgl.pc' '/usr/local/Cellar/ftgl/2.1.3-rc5/lib/pkgconfig/ftgl.pc' | |
| ==> Finishing up | |
| ln /usr/local/include/FTGL | |
| ln /usr/local/share/doc/ftgl | |
| ln /usr/local/lib/pkgconfig/ftgl.pc | |
| ln /usr/local/lib/libftgl.dylib | |
| ln /usr/local/lib/libftgl.a | |
| ln /usr/local/lib/libftgl.2.dylib | |
| ln /usr/local/lib/libftgl.2.1.3.dylib | |
| ==> Summary | |
| /usr/local/Cellar/ftgl/2.1.3-rc5: 30 files, 852K, built in 53 seconds | |
| ==> Build Environment | |
| CC: /usr/bin/cc => /usr/bin/gcc-4.2 | |
| CXX: /usr/bin/c++ => /usr/bin/c++-4.2 | |
| LD: /usr/bin/cc => /usr/bin/gcc-4.2 | |
| CFLAGS: -O3 -march=core2 -msse4.1 -w -pipe | |
| CXXFLAGS: -O3 -march=core2 -msse4.1 -w -pipe | |
| MAKEFLAGS: -j2 | |
| /usr/local/bin/git | |
| ==> Cloning git://github.com/acaudwell/Gource.git | |
| Updating /Users/will/Library/Caches/Homebrew/gource--git | |
| git fetch git://github.com/acaudwell/Gource.git | |
| git fetch --tags | |
| ==> Checking out tag f07d59f582a29bca55da | |
| git checkout f07d59f582a29bca55da | |
| git checkout-index -a -f --prefix=/private/tmp/homebrew-gource-0.32-mhmt/ | |
| git submodule init | |
| git submodule update | |
| git submodule --quiet foreach --recursive git checkout-index -a -f "--prefix=/private/tmp/homebrew-gource-0.32-mhmt/$path/" | |
| ==> autoreconf -f -i | |
| autoreconf -f -i | |
| ==> ./configure --disable-dependency-tracking --prefix=/usr/local/Cellar/gource/0.32 --disable-sdltest --disable-freetypetest | |
| ./configure --disable-dependency-tracking --prefix=/usr/local/Cellar/gource/0.32 --disable-sdltest --disable-freetypetest | |
| checking for a BSD-compatible install... /usr/bin/install -c | |
| checking whether build environment is sane... yes | |
| checking for a thread-safe mkdir -p... ./install-sh -c -d | |
| checking for gawk... no | |
| checking for mawk... no | |
| checking for nawk... no | |
| checking for awk... awk | |
| checking whether make sets $(MAKE)... yes | |
| checking build system type... i386-apple-darwin10.6.0 | |
| checking host system type... i386-apple-darwin10.6.0 | |
| 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/c++ accepts -g... yes | |
| checking for style of include used by make... GNU | |
| checking dependency style of /usr/bin/c++... none | |
| checking how to run the C++ preprocessor... /usr/bin/c++ -E | |
| checking for X... disabled | |
| checking for a sed that does not truncate output... /usr/bin/sed | |
| checking for gcc... /usr/bin/cc | |
| checking whether we are using the GNU C compiler... yes | |
| checking whether /usr/bin/cc accepts -g... yes | |
| checking for /usr/bin/cc option to accept ISO C89... none needed | |
| checking dependency style of /usr/bin/cc... none | |
| checking for the pthreads library -lpthreads... no | |
| checking whether pthreads work without any flags... yes | |
| checking for joinable pthread attribute... PTHREAD_CREATE_JOINABLE | |
| checking if more special flags are required for pthreads... -D_THREAD_SAFE | |
| checking how to run the C preprocessor... /usr/bin/cc -E | |
| checking for grep that handles long lines and -e... /usr/bin/grep | |
| checking for egrep... /usr/bin/grep -E | |
| checking for 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 whether we are using the Microsoft C compiler... no | |
| checking windows.h usability... no | |
| checking windows.h presence... no | |
| checking for windows.h... no | |
| checking for GL/gl.h... yes | |
| checking for OpenGL/gl.h... yes | |
| checking for OpenGL library... -framework OpenGL | |
| checking for GL/glu.h... yes | |
| checking for OpenGL/glu.h... yes | |
| checking for OpenGL Utility library... yes | |
| checking for varargs GLU tesselator callback function type... no | |
| checking for sdl-config... /usr/local/bin/sdl-config | |
| checking for SDL - version >= 1.2.10... yes | |
| checking for freetype-config... /usr/X11/bin/freetype-config | |
| checking for FreeType -- version >= 9.0.3... yes | |
| checking for pkg-config... /usr/bin/pkg-config | |
| checking pkg-config is at least version 0.9.0... yes | |
| checking for FTGL... no | |
| ==> Exit Status: 1 | |
| http://github.com/mxcl/homebrew/blob/master/Library/Formula/gource.rb#L25 | |
| ==> Environment | |
| HOMEBREW_VERSION: 0.8 | |
| HEAD: e2f278299e3778ae4251312c7ffd7fa1200e0e2b | |
| HOMEBREW_PREFIX: /usr/local | |
| HOMEBREW_CELLAR: /usr/local/Cellar | |
| HOMEBREW_REPOSITORY: /usr/local | |
| HOMEBREW_LIBRARY_PATH: /usr/local/Library/Homebrew | |
| Hardware: dual-core 64-bit penryn | |
| OS X: 10.6.6 | |
| Kernel Architecture: i386 | |
| Ruby: 1.8.7-174 | |
| /usr/bin/ruby => /System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/bin/ruby | |
| Xcode: 3.2.6 | |
| GCC-4.0: build 5494 | |
| GCC-4.2: build 5666 | |
| LLVM: build 2335 | |
| MacPorts or Fink? false | |
| X11 installed? true | |
| ==> Build Flags | |
| CC: /usr/bin/cc => /usr/bin/gcc-4.2 | |
| CXX: /usr/bin/c++ => /usr/bin/c++-4.2 | |
| LD: /usr/bin/cc => /usr/bin/gcc-4.2 | |
| CFLAGS: -O3 -march=core2 -msse4.1 -w -pipe | |
| CXXFLAGS: -O3 -march=core2 -msse4.1 -w -pipe -I/usr/local/include | |
| CPPFLAGS: -I/usr/X11R6/include | |
| LDFLAGS: -L/usr/X11R6/lib | |
| MAKEFLAGS: -j2 | |
| Error: Failed executing: ./configure --disable-dependency-tracking --prefix=/usr/local/Cellar/gource/0.32 --disable-sdltest --disable-freetypetest | |
| Please report this bug: https://github.com/mxcl/homebrew/wiki/new-issue | |
| These existing issues may help you: | |
| http://github.com/mxcl/homebrew/issues/#issue/4695 | |
| It looks like an autotools configure failed. | |
| Consider re-running the install with '-vd' to keep 'config.log' around: | |
| brew install -vd gource | |
| Gist 'config.log' and any error output when reporting an issue. | |
| Remember to include your config information: brew --config | |
| Also try: | |
| `brew doctor` to check your setup for common problems. | |
| `brew missing` to check installed packages for missing deps. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment