Skip to content

Instantly share code, notes, and snippets.

@kendall
Created October 25, 2010 15:21
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save kendall/645119 to your computer and use it in GitHub Desktop.
Save kendall/645119 to your computer and use it in GitHub Desktop.
Here's the 'brew install -v thrift' output on my OSX box where thrift (0.5) won't compile
==> 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 -w -pipe
CXXFLAGS: -O3 -march=core2 -msse4 -w -pipe
MAKEFLAGS: -j8
==> Downloading http://www.apache.org/dist/incubator/thrift/0.5.0-incubating/thrift-0.5.0.tar.gz
File already downloaded and cached to /Users/k/Library/Caches/Homebrew
/usr/bin/tar xf /Users/k/Library/Caches/Homebrew/thrift-0.5.0.tar.gz
==> ./configure --disable-debug --without-java --prefix=/usr/local/Cellar/thrift/0.5.0 --libdir=/usr/local/Cellar/thrift/0.5.0/lib --without-py --without-ruby --without-perl --without-php
./configure --disable-debug --without-java --prefix=/usr/local/Cellar/thrift/0.5.0 --libdir=/usr/local/Cellar/thrift/0.5.0/lib --without-py --without-ruby --without-perl --without-php
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 for gcc... /usr/bin/cc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables...
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether /usr/bin/cc accepts -g... yes
checking for /usr/bin/cc option to accept ISO C89... none needed
checking for style of include used by make... GNU
checking dependency style of /usr/bin/cc... gcc3
checking how to run the C preprocessor... /usr/bin/cc -E
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++... gcc3
checking build system type... x86_64-apple-darwin10.4.1
checking host system type... x86_64-apple-darwin10.4.1
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 fgrep... /usr/bin/grep -F
checking for ld used by /usr/bin/cc... /usr/bin/cc
checking if the linker (/usr/bin/cc) is GNU ld... no
checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm
checking the name lister (/usr/bin/nm) interface... BSD nm
checking whether ln -s works... yes
checking the maximum length of command line arguments... 196608
checking whether the shell understands some XSI constructs... yes
checking whether the shell understands "+="... yes
checking for /usr/bin/cc option to reload object files... -r
checking for objdump... no
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 output from /usr/bin/cc object... ok
checking for dsymutil... dsymutil
checking for nmedit... nmedit
checking for lipo... lipo
checking for otool... otool
checking for otool64... no
checking for -single_module linker flag... yes
checking for -exported_symbols_list linker flag... yes
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking for dlfcn.h... yes
checking whether we are using the GNU C++ compiler... (cached) yes
checking whether /usr/bin/c++ accepts -g... (cached) yes
checking dependency style of /usr/bin/c++... (cached) gcc3
checking how to run the C++ preprocessor... /usr/bin/c++ -E
checking for objdir... .libs
checking if /usr/bin/cc supports -fno-rtti -fno-exceptions... yes
checking for /usr/bin/cc option to produce PIC... -fno-common -DPIC
checking if /usr/bin/cc PIC flag -fno-common -DPIC works... yes
checking if /usr/bin/cc static flag -static works... no
checking if /usr/bin/cc supports -c -o file.o... yes
checking if /usr/bin/cc supports -c -o file.o... (cached) yes
checking whether the /usr/bin/cc linker (/usr/bin/cc) supports shared libraries... yes
checking dynamic linker characteristics... darwin10.4.1 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
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 -DPIC
checking if /usr/bin/c++ PIC flag -fno-common -DPIC works... yes
checking if /usr/bin/c++ static flag -static works... no
checking if /usr/bin/c++ supports -c -o file.o... yes
checking if /usr/bin/c++ supports -c -o file.o... (cached) yes
checking whether the /usr/bin/c++ linker (/usr/bin/cc) supports shared libraries... yes
checking dynamic linker characteristics... darwin10.4.1 dyld
checking how to hardcode library paths into programs... immediate
checking whether make sets $(MAKE)... (cached) yes
checking for bison... bison -y
checking for flex... flex
checking lex output file root... lex.yy
checking lex library... -lfl
checking whether yytext is a pointer... yes
checking whether ln -s works... yes
checking for boostlib >= 1.33.1... yes
checking for libevent >= 1.0... no
checking for zlib >= 1.2.3... yes
checking for pkg-config... /usr/local/bin/pkg-config
checking pkg-config is at least version 0.9.0... yes
checking for MONO... no
checking for MONO... no
checking for erl... no
checking for erlc... no
checking for a Python interpreter with version >= 2.4... python
checking for python... /usr/local/bin/python
checking for python version... 2.7
checking for python platform... darwin
checking for python script directory... ${prefix}/lib/python2.7/site-packages
checking for python extension module directory... ${exec_prefix}/lib/python2.7/site-packages
checking for php-config... /usr/bin/php-config
checking for runhaskell... no
checking for an ANSI C-conforming const... yes
checking for inline... inline
checking for working volatile... yes
checking for stdbool.h that conforms to C99... yes
checking for _Bool... no
checking for ANSI C header files... (cached) yes
checking whether time.h and sys/time.h may both be included... yes
checking arpa/inet.h usability... yes
checking arpa/inet.h presence... yes
checking for arpa/inet.h... yes
checking sys/param.h usability... yes
checking sys/param.h presence... yes
checking for sys/param.h... yes
checking fcntl.h usability... yes
checking fcntl.h presence... yes
checking for fcntl.h... yes
checking for inttypes.h... (cached) yes
checking limits.h usability... yes
checking limits.h presence... yes
checking for limits.h... yes
checking netdb.h usability... yes
checking netdb.h presence... yes
checking for netdb.h... yes
checking netinet/in.h usability... yes
checking netinet/in.h presence... yes
checking for netinet/in.h... yes
checking pthread.h usability... yes
checking pthread.h presence... yes
checking for pthread.h... yes
checking stddef.h usability... yes
checking stddef.h presence... yes
checking for stddef.h... yes
checking for stdlib.h... (cached) yes
checking sys/socket.h usability... yes
checking sys/socket.h presence... yes
checking for sys/socket.h... yes
checking sys/time.h usability... yes
checking sys/time.h presence... yes
checking for sys/time.h... yes
checking for unistd.h... (cached) yes
checking libintl.h usability... no
checking libintl.h presence... no
checking for libintl.h... no
checking malloc.h usability... no
checking malloc.h presence... no
checking for malloc.h... no
checking for pthread_create in -lpthread... yes
checking for clock_gettime in -lrt... no
checking for setsockopt in -lsocket... no
checking for int16_t... yes
checking for int32_t... yes
checking for int64_t... yes
checking for int8_t... yes
checking for mode_t... yes
checking for off_t... yes
checking for size_t... yes
checking for ssize_t... yes
checking for uint16_t... yes
checking for uint32_t... yes
checking for uint64_t... yes
checking for uint8_t... yes
checking for ptrdiff_t... yes
checking whether struct tm is in sys/time.h or time.h... time.h
checking whether AI_ADDRCONFIG is declared... yes
checking for working alloca.h... yes
checking for alloca... yes
checking for stdlib.h... (cached) yes
checking for GNU libc compatible malloc... yes
checking for working memcmp... yes
checking for stdlib.h... (cached) yes
checking for GNU libc compatible realloc... yes
checking sys/select.h usability... yes
checking sys/select.h presence... yes
checking for sys/select.h... yes
checking for sys/socket.h... (cached) yes
checking types of arguments for select... int,fd_set *,struct timeval *
checking whether lstat correctly handles trailing slash... no
checking whether stat accepts an empty string... no
checking whether strerror_r is declared... yes
checking for strerror_r... yes
checking whether strerror_r returns char *... no
checking for strftime... yes
checking for vprintf... yes
checking for _doprnt... no
checking for strtoul... yes
checking for bzero... yes
checking for ftruncate... yes
checking for gethostbyname... yes
checking for gettimeofday... yes
checking for memmove... yes
checking for memset... yes
checking for mkdir... yes
checking for realpath... yes
checking for select... yes
checking for socket... yes
checking for strchr... yes
checking for strdup... yes
checking for strerror... yes
checking for strstr... yes
checking for strtol... yes
checking for sqrt... yes
checking for clock_gettime... no
checking for sched_get_priority_min... yes
checking for sched_get_priority_max... yes
checking the behavior of a signed right shift... arithmetic
configure: creating ./config.status
config.status: creating Makefile
config.status: creating compiler/cpp/Makefile
config.status: creating compiler/cpp/version.h
config.status: creating lib/Makefile
config.status: creating lib/cpp/Makefile
config.status: creating lib/cpp/test/Makefile
config.status: creating lib/cpp/thrift.pc
config.status: creating lib/cpp/thrift-nb.pc
config.status: creating lib/cpp/thrift-z.pc
config.status: creating lib/csharp/Makefile
config.status: creating lib/erl/Makefile
config.status: creating lib/erl/src/Makefile
config.status: creating lib/hs/Makefile
config.status: creating lib/java/Makefile
config.status: creating lib/perl/Makefile
config.status: creating lib/perl/test/Makefile
config.status: creating lib/php/Makefile
config.status: creating lib/py/Makefile
config.status: creating lib/rb/Makefile
config.status: creating test/Makefile
config.status: creating test/py/Makefile
config.status: creating test/rb/Makefile
config.status: creating config.h
config.status: config.h is unchanged
config.status: executing depfiles commands
config.status: executing libtool commands
=== configuring in lib/php/src/ext/thrift_protocol (/private/tmp/homebrew-thrift-0.5.0-OCVI/thrift-0.5.0/lib/php/src/ext/thrift_protocol)
configure: running /bin/sh ./configure --disable-option-checking '--prefix=/usr/local/Cellar/thrift/0.5.0' '--disable-debug' '--without-java' '--libdir=/usr/local/Cellar/thrift/0.5.0/lib' '--without-py' '--without-ruby' '--without-perl' '--without-php' 'CC=/usr/bin/cc' 'CFLAGS=-O3 -march=core2 -msse4 -w -pipe' 'CXX=/usr/bin/c++' 'CXXFLAGS=-O3 -march=core2 -msse4 -w -pipe' --cache-file=/dev/null --srcdir=.
checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for a sed that does not truncate output... /usr/bin/sed
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables...
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether /usr/bin/cc accepts -g... yes
checking for /usr/bin/cc option to accept ISO C89... none needed
checking how to run the C preprocessor... /usr/bin/cc -E
checking for icc... no
checking for suncc... no
checking whether /usr/bin/cc and cc understand -c and -o together... yes
checking for system library directory... lib
checking if compiler supports -R... no
checking if compiler supports -Wl,-rpath,... yes
checking build system type... i386-apple-darwin10.4.1
checking host system type... i386-apple-darwin10.4.1
checking target system type... i386-apple-darwin10.4.1
checking for PHP prefix... /usr
checking for PHP includes... -I/usr/include/php -I/usr/include/php/main -I/usr/include/php/TSRM -I/usr/include/php/Zend -I/usr/include/php/ext -I/usr/include/php/ext/date/lib
checking for PHP extension directory... /usr/lib/php/extensions/no-debug-non-zts-20090626
checking for PHP installed headers prefix... /usr/include/php
checking if debug is enabled... no
checking if zts is enabled... no
checking for re2c... no
configure: WARNING: You will need re2c 0.13.4 or later if you want to regenerate PHP parsers.
checking for gawk... no
checking for nawk... no
checking for awk... awk
checking if awk is broken... no
checking whether to enable the thrift_protocol extension... yes, shared
checking whether we are using the GNU C++ compiler... yes
checking whether /usr/bin/c++ accepts -g... yes
checking how to run the C++ preprocessor... /usr/bin/c++ -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 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 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.4.1 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... no
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.4.1 dyld
(cached) (cached) checking how to hardcode library paths into programs... immediate
configure: creating ./config.status
config.status: creating config.h
config.status: config.h is unchanged
thrift 0.5.0
Building code generators ..... : cpp java as3 csharp py rb perl php erl cocoa st ocaml hs xsd html js javame
Building C++ Library ......... : yes
Building Java Library ........ : no
Building C# Library .......... : no
Building Python Library ...... : yes
Building Ruby Library ........ : no
Building Haskell Library ..... : no
Building Perl Library ........ : no
Building PHP Library ......... : no
Building Erlang Library ...... : no
Building TZlibTransport ...... : yes
Building TNonblockingServer .. : no
Using Python ................. : /usr/local/bin/python
If something is missing that you think should be present,
please skim the output of configure to find the missing
component. Details are present in config.log.
==> make
make
make all-recursive
Making all in compiler/cpp
make all-am
/usr/bin/c++ -DHAVE_CONFIG_H -I. -I../.. -Wall -I./src -O3 -march=core2 -msse4 -w -pipe -MT thrift-thrifty.o -MD -MP -MF .deps/thrift-thrifty.Tpo -c -o thrift-thrifty.o `test -f 'thrifty.cc' || echo './'`thrifty.cc
/usr/bin/c++ -DHAVE_CONFIG_H -I. -I../.. -Wall -I./src -O3 -march=core2 -msse4 -w -pipe -MT thrift-thriftl.o -MD -MP -MF .deps/thrift-thriftl.Tpo -c -o thrift-thriftl.o `test -f 'thriftl.cc' || echo './'`thriftl.cc
/usr/bin/c++ -DHAVE_CONFIG_H -I. -I../.. -Wall -I./src -O3 -march=core2 -msse4 -w -pipe -MT thrift-main.o -MD -MP -MF .deps/thrift-main.Tpo -c -o thrift-main.o `test -f 'src/main.cc' || echo './'`src/main.cc
/usr/bin/cc -DHAVE_CONFIG_H -I. -I../.. -O3 -march=core2 -msse4 -w -pipe -MT md5.o -MD -MP -MF .deps/md5.Tpo -c -o md5.o `test -f 'src/md5.c' || echo './'`src/md5.c
/usr/bin/c++ -DHAVE_CONFIG_H -I. -I../.. -Wall -I./src -O3 -march=core2 -msse4 -w -pipe -MT thrift-t_generator.o -MD -MP -MF .deps/thrift-t_generator.Tpo -c -o thrift-t_generator.o `test -f 'src/generate/t_generator.cc' || echo './'`src/generate/t_generator.cc
/usr/bin/c++ -DHAVE_CONFIG_H -I. -I../.. -Wall -I./src -O3 -march=core2 -msse4 -w -pipe -MT thrift-t_cpp_generator.o -MD -MP -MF .deps/thrift-t_cpp_generator.Tpo -c -o thrift-t_cpp_generator.o `test -f 'src/generate/t_cpp_generator.cc' || echo './'`src/generate/t_cpp_generator.cc
/usr/bin/c++ -DHAVE_CONFIG_H -I. -I../.. -Wall -I./src -O3 -march=core2 -msse4 -w -pipe -MT thrift-t_java_generator.o -MD -MP -MF .deps/thrift-t_java_generator.Tpo -c -o thrift-t_java_generator.o `test -f 'src/generate/t_java_generator.cc' || echo './'`src/generate/t_java_generator.cc
/usr/bin/c++ -DHAVE_CONFIG_H -I. -I../.. -Wall -I./src -O3 -march=core2 -msse4 -w -pipe -MT thrift-t_as3_generator.o -MD -MP -MF .deps/thrift-t_as3_generator.Tpo -c -o thrift-t_as3_generator.o `test -f 'src/generate/t_as3_generator.cc' || echo './'`src/generate/t_as3_generator.cc
mv -f .deps/md5.Tpo .deps/md5.Po
/usr/bin/c++ -DHAVE_CONFIG_H -I. -I../.. -Wall -I./src -O3 -march=core2 -msse4 -w -pipe -MT thrift-t_csharp_generator.o -MD -MP -MF .deps/thrift-t_csharp_generator.Tpo -c -o thrift-t_csharp_generator.o `test -f 'src/generate/t_csharp_generator.cc' || echo './'`src/generate/t_csharp_generator.cc
mv -f .deps/thrift-thriftl.Tpo .deps/thrift-thriftl.Po
/usr/bin/c++ -DHAVE_CONFIG_H -I. -I../.. -Wall -I./src -O3 -march=core2 -msse4 -w -pipe -MT thrift-t_py_generator.o -MD -MP -MF .deps/thrift-t_py_generator.Tpo -c -o thrift-t_py_generator.o `test -f 'src/generate/t_py_generator.cc' || echo './'`src/generate/t_py_generator.cc
mv -f .deps/thrift-t_generator.Tpo .deps/thrift-t_generator.Po
/usr/bin/c++ -DHAVE_CONFIG_H -I. -I../.. -Wall -I./src -O3 -march=core2 -msse4 -w -pipe -MT thrift-t_rb_generator.o -MD -MP -MF .deps/thrift-t_rb_generator.Tpo -c -o thrift-t_rb_generator.o `test -f 'src/generate/t_rb_generator.cc' || echo './'`src/generate/t_rb_generator.cc
mv -f .deps/thrift-main.Tpo .deps/thrift-main.Po
/usr/bin/c++ -DHAVE_CONFIG_H -I. -I../.. -Wall -I./src -O3 -march=core2 -msse4 -w -pipe -MT thrift-t_perl_generator.o -MD -MP -MF .deps/thrift-t_perl_generator.Tpo -c -o thrift-t_perl_generator.o `test -f 'src/generate/t_perl_generator.cc' || echo './'`src/generate/t_perl_generator.cc
mv -f .deps/thrift-t_rb_generator.Tpo .deps/thrift-t_rb_generator.Po
/usr/bin/c++ -DHAVE_CONFIG_H -I. -I../.. -Wall -I./src -O3 -march=core2 -msse4 -w -pipe -MT thrift-t_php_generator.o -MD -MP -MF .deps/thrift-t_php_generator.Tpo -c -o thrift-t_php_generator.o `test -f 'src/generate/t_php_generator.cc' || echo './'`src/generate/t_php_generator.cc
mv -f .deps/thrift-thrifty.Tpo .deps/thrift-thrifty.Po
/usr/bin/c++ -DHAVE_CONFIG_H -I. -I../.. -Wall -I./src -O3 -march=core2 -msse4 -w -pipe -MT thrift-t_erl_generator.o -MD -MP -MF .deps/thrift-t_erl_generator.Tpo -c -o thrift-t_erl_generator.o `test -f 'src/generate/t_erl_generator.cc' || echo './'`src/generate/t_erl_generator.cc
mv -f .deps/thrift-t_csharp_generator.Tpo .deps/thrift-t_csharp_generator.Po
/usr/bin/c++ -DHAVE_CONFIG_H -I. -I../.. -Wall -I./src -O3 -march=core2 -msse4 -w -pipe -MT thrift-t_cocoa_generator.o -MD -MP -MF .deps/thrift-t_cocoa_generator.Tpo -c -o thrift-t_cocoa_generator.o `test -f 'src/generate/t_cocoa_generator.cc' || echo './'`src/generate/t_cocoa_generator.cc
mv -f .deps/thrift-t_as3_generator.Tpo .deps/thrift-t_as3_generator.Po
/usr/bin/c++ -DHAVE_CONFIG_H -I. -I../.. -Wall -I./src -O3 -march=core2 -msse4 -w -pipe -MT thrift-t_st_generator.o -MD -MP -MF .deps/thrift-t_st_generator.Tpo -c -o thrift-t_st_generator.o `test -f 'src/generate/t_st_generator.cc' || echo './'`src/generate/t_st_generator.cc
mv -f .deps/thrift-t_py_generator.Tpo .deps/thrift-t_py_generator.Po
/usr/bin/c++ -DHAVE_CONFIG_H -I. -I../.. -Wall -I./src -O3 -march=core2 -msse4 -w -pipe -MT thrift-t_ocaml_generator.o -MD -MP -MF .deps/thrift-t_ocaml_generator.Tpo -c -o thrift-t_ocaml_generator.o `test -f 'src/generate/t_ocaml_generator.cc' || echo './'`src/generate/t_ocaml_generator.cc
mv -f .deps/thrift-t_erl_generator.Tpo .deps/thrift-t_erl_generator.Po
/usr/bin/c++ -DHAVE_CONFIG_H -I. -I../.. -Wall -I./src -O3 -march=core2 -msse4 -w -pipe -MT thrift-t_hs_generator.o -MD -MP -MF .deps/thrift-t_hs_generator.Tpo -c -o thrift-t_hs_generator.o `test -f 'src/generate/t_hs_generator.cc' || echo './'`src/generate/t_hs_generator.cc
mv -f .deps/thrift-t_perl_generator.Tpo .deps/thrift-t_perl_generator.Po
/usr/bin/c++ -DHAVE_CONFIG_H -I. -I../.. -Wall -I./src -O3 -march=core2 -msse4 -w -pipe -MT thrift-t_xsd_generator.o -MD -MP -MF .deps/thrift-t_xsd_generator.Tpo -c -o thrift-t_xsd_generator.o `test -f 'src/generate/t_xsd_generator.cc' || echo './'`src/generate/t_xsd_generator.cc
mv -f .deps/thrift-t_st_generator.Tpo .deps/thrift-t_st_generator.Po
/usr/bin/c++ -DHAVE_CONFIG_H -I. -I../.. -Wall -I./src -O3 -march=core2 -msse4 -w -pipe -MT thrift-t_html_generator.o -MD -MP -MF .deps/thrift-t_html_generator.Tpo -c -o thrift-t_html_generator.o `test -f 'src/generate/t_html_generator.cc' || echo './'`src/generate/t_html_generator.cc
mv -f .deps/thrift-t_cpp_generator.Tpo .deps/thrift-t_cpp_generator.Po
/usr/bin/c++ -DHAVE_CONFIG_H -I. -I../.. -Wall -I./src -O3 -march=core2 -msse4 -w -pipe -MT thrift-t_js_generator.o -MD -MP -MF .deps/thrift-t_js_generator.Tpo -c -o thrift-t_js_generator.o `test -f 'src/generate/t_js_generator.cc' || echo './'`src/generate/t_js_generator.cc
mv -f .deps/thrift-t_xsd_generator.Tpo .deps/thrift-t_xsd_generator.Po
/usr/bin/c++ -DHAVE_CONFIG_H -I. -I../.. -Wall -I./src -O3 -march=core2 -msse4 -w -pipe -MT thrift-t_javame_generator.o -MD -MP -MF .deps/thrift-t_javame_generator.Tpo -c -o thrift-t_javame_generator.o `test -f 'src/generate/t_javame_generator.cc' || echo './'`src/generate/t_javame_generator.cc
mv -f .deps/thrift-t_java_generator.Tpo .deps/thrift-t_java_generator.Po
mv -f .deps/thrift-t_cocoa_generator.Tpo .deps/thrift-t_cocoa_generator.Po
mv -f .deps/thrift-t_hs_generator.Tpo .deps/thrift-t_hs_generator.Po
mv -f .deps/thrift-t_ocaml_generator.Tpo .deps/thrift-t_ocaml_generator.Po
mv -f .deps/thrift-t_php_generator.Tpo .deps/thrift-t_php_generator.Po
mv -f .deps/thrift-t_html_generator.Tpo .deps/thrift-t_html_generator.Po
mv -f .deps/thrift-t_js_generator.Tpo .deps/thrift-t_js_generator.Po
mv -f .deps/thrift-t_javame_generator.Tpo .deps/thrift-t_javame_generator.Po
/bin/sh ../../libtool --tag=CXX --mode=link /usr/bin/c++ -Wall -I./src -O3 -march=core2 -msse4 -w -pipe -Wall -o thrift thrift-thrifty.o thrift-thriftl.o thrift-main.o md5.o thrift-t_generator.o thrift-t_cpp_generator.o thrift-t_java_generator.o thrift-t_as3_generator.o thrift-t_csharp_generator.o thrift-t_py_generator.o thrift-t_rb_generator.o thrift-t_perl_generator.o thrift-t_php_generator.o thrift-t_erl_generator.o thrift-t_cocoa_generator.o thrift-t_st_generator.o thrift-t_ocaml_generator.o thrift-t_hs_generator.o thrift-t_xsd_generator.o thrift-t_html_generator.o thrift-t_js_generator.o thrift-t_javame_generator.o -lfl -lpthread
libtool: link: /usr/bin/c++ -Wall -I./src -O3 -march=core2 -msse4 -w -pipe -Wall -o thrift thrift-thrifty.o thrift-thriftl.o thrift-main.o md5.o thrift-t_generator.o thrift-t_cpp_generator.o thrift-t_java_generator.o thrift-t_as3_generator.o thrift-t_csharp_generator.o thrift-t_py_generator.o thrift-t_rb_generator.o thrift-t_perl_generator.o thrift-t_php_generator.o thrift-t_erl_generator.o thrift-t_cocoa_generator.o thrift-t_st_generator.o thrift-t_ocaml_generator.o thrift-t_hs_generator.o thrift-t_xsd_generator.o thrift-t_html_generator.o thrift-t_js_generator.o thrift-t_javame_generator.o -Wl,-bind_at_load -lfl -lpthread
Making all in lib
Making all in cpp
Making all in .
/bin/sh ../../libtool --tag=CXX --mode=compile /usr/bin/c++ -DHAVE_CONFIG_H -I. -I../.. -I/usr/local/include -I./src -Wall -O3 -march=core2 -msse4 -w -pipe -MT Thrift.lo -MD -MP -MF .deps/Thrift.Tpo -c -o Thrift.lo `test -f 'src/Thrift.cpp' || echo './'`src/Thrift.cpp
/bin/sh ../../libtool --tag=CXX --mode=compile /usr/bin/c++ -DHAVE_CONFIG_H -I. -I../.. -I/usr/local/include -I./src -Wall -O3 -march=core2 -msse4 -w -pipe -MT TApplicationException.lo -MD -MP -MF .deps/TApplicationException.Tpo -c -o TApplicationException.lo `test -f 'src/TApplicationException.cpp' || echo './'`src/TApplicationException.cpp
/bin/sh ../../libtool --tag=CXX --mode=compile /usr/bin/c++ -DHAVE_CONFIG_H -I. -I../.. -I/usr/local/include -I./src -Wall -O3 -march=core2 -msse4 -w -pipe -MT Mutex.lo -MD -MP -MF .deps/Mutex.Tpo -c -o Mutex.lo `test -f 'src/concurrency/Mutex.cpp' || echo './'`src/concurrency/Mutex.cpp
/bin/sh ../../libtool --tag=CXX --mode=compile /usr/bin/c++ -DHAVE_CONFIG_H -I. -I../.. -I/usr/local/include -I./src -Wall -O3 -march=core2 -msse4 -w -pipe -MT Monitor.lo -MD -MP -MF .deps/Monitor.Tpo -c -o Monitor.lo `test -f 'src/concurrency/Monitor.cpp' || echo './'`src/concurrency/Monitor.cpp
/bin/sh ../../libtool --tag=CXX --mode=compile /usr/bin/c++ -DHAVE_CONFIG_H -I. -I../.. -I/usr/local/include -I./src -Wall -O3 -march=core2 -msse4 -w -pipe -MT PosixThreadFactory.lo -MD -MP -MF .deps/PosixThreadFactory.Tpo -c -o PosixThreadFactory.lo `test -f 'src/concurrency/PosixThreadFactory.cpp' || echo './'`src/concurrency/PosixThreadFactory.cpp
/bin/sh ../../libtool --tag=CXX --mode=compile /usr/bin/c++ -DHAVE_CONFIG_H -I. -I../.. -I/usr/local/include -I./src -Wall -O3 -march=core2 -msse4 -w -pipe -MT ThreadManager.lo -MD -MP -MF .deps/ThreadManager.Tpo -c -o ThreadManager.lo `test -f 'src/concurrency/ThreadManager.cpp' || echo './'`src/concurrency/ThreadManager.cpp
/bin/sh ../../libtool --tag=CXX --mode=compile /usr/bin/c++ -DHAVE_CONFIG_H -I. -I../.. -I/usr/local/include -I./src -Wall -O3 -march=core2 -msse4 -w -pipe -MT TimerManager.lo -MD -MP -MF .deps/TimerManager.Tpo -c -o TimerManager.lo `test -f 'src/concurrency/TimerManager.cpp' || echo './'`src/concurrency/TimerManager.cpp
/bin/sh ../../libtool --tag=CXX --mode=compile /usr/bin/c++ -DHAVE_CONFIG_H -I. -I../.. -I/usr/local/include -I./src -Wall -O3 -march=core2 -msse4 -w -pipe -MT Util.lo -MD -MP -MF .deps/Util.Tpo -c -o Util.lo `test -f 'src/concurrency/Util.cpp' || echo './'`src/concurrency/Util.cpp
libtool: compile: /usr/bin/c++ -DHAVE_CONFIG_H -I. -I../.. -I/usr/local/include -I./src -Wall -O3 -march=core2 -msse4 -w -pipe -MT Thrift.lo -MD -MP -MF .deps/Thrift.Tpo -c src/Thrift.cpp -fno-common -DPIC -o .libs/Thrift.o
l.o
n -DPIC -o .libs/TimerManager.o
r.o
osixThreadFactory.o
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment