Created
September 17, 2015 03:10
-
-
Save kubrick06010/332263b962f77644a6d4 to your computer and use it in GitHub Desktop.
building gperftools for osx 10.9
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
| odisea:gperftools haa$ ./config | |
| -bash: ./config: No such file or directory | |
| odisea:gperftools haa$ ls | |
| AUTHORS NEWS benchmark packages | |
| COPYING README configure.ac src | |
| ChangeLog README_windows.txt doc vsprojects | |
| INSTALL TODO gperftools.sln | |
| Makefile.am autogen.sh m4 | |
| odisea:gperftools haa$ make config | |
| make: *** No rule to make target `config'. Stop. | |
| odisea:gperftools haa$ sh autogen.sh | |
| glibtoolize: putting auxiliary files in `.'. | |
| glibtoolize: copying file `./ltmain.sh' | |
| glibtoolize: putting macros in AC_CONFIG_MACRO_DIR, `m4'. | |
| glibtoolize: copying file `m4/libtool.m4' | |
| glibtoolize: copying file `m4/ltoptions.m4' | |
| glibtoolize: copying file `m4/ltsugar.m4' | |
| glibtoolize: copying file `m4/ltversion.m4' | |
| glibtoolize: copying file `m4/lt~obsolete.m4' | |
| configure.ac:55: installing './compile' | |
| configure.ac:20: installing './config.guess' | |
| configure.ac:20: installing './config.sub' | |
| configure.ac:21: installing './install-sh' | |
| configure.ac:21: installing './missing' | |
| Makefile.am: installing './depcomp' | |
| parallel-tests: installing './test-driver' | |
| odisea:gperftools haa$ cat autogen.sh | |
| #!/bin/sh | |
| autoreconf -i | |
| odisea:gperftools haa$ ./configure | |
| checking build system type... x86_64-apple-darwin13.4.0 | |
| checking host system type... x86_64-apple-darwin13.4.0 | |
| 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 whether make supports nested variables... yes | |
| checking whether to enable maintainer-specific portions of Makefiles... no | |
| checking for style of include used by make... GNU | |
| checking for gcc... gcc | |
| checking whether the C compiler works... yes | |
| checking for C compiler default output file name... a.out | |
| checking for suffix of executables... | |
| checking whether we are cross compiling... no | |
| checking for suffix of object files... o | |
| checking whether we are using the GNU C compiler... yes | |
| checking whether gcc accepts -g... yes | |
| checking for gcc option to accept ISO C89... none needed | |
| checking whether gcc understands -c and -o together... yes | |
| checking dependency style of gcc... gcc3 | |
| checking for g++... g++ | |
| checking whether we are using the GNU C++ compiler... yes | |
| checking whether g++ accepts -g... yes | |
| checking dependency style of g++... gcc3 | |
| checking for gcc... (cached) gcc | |
| checking whether we are using the GNU C compiler... (cached) yes | |
| checking whether gcc accepts -g... (cached) yes | |
| checking for gcc option to accept ISO C89... (cached) none needed | |
| checking whether gcc understands -c and -o together... (cached) yes | |
| checking dependency style of gcc... (cached) gcc3 | |
| checking how to run the C preprocessor... gcc -E | |
| checking for objcopy... no | |
| checking how to print strings... printf | |
| 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 gcc... /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld | |
| checking if the linker (/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld) is GNU ld... no | |
| checking for BSD- or MS-compatible name lister (nm)... /opt/local/bin/nm | |
| checking the name lister (/opt/local/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 how to convert x86_64-apple-darwin13.4.0 file names to x86_64-apple-darwin13.4.0 format... func_convert_file_noop | |
| checking how to convert x86_64-apple-darwin13.4.0 file names to toolchain format... func_convert_file_noop | |
| checking for /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld option to reload object files... -r | |
| checking for objdump... no | |
| checking how to recognize dependent libraries... pass_all | |
| checking for dlltool... no | |
| checking how to associate runtime and link libraries... printf %s\n | |
| checking for ar... ar | |
| checking for archiver @FILE support... no | |
| checking for strip... strip | |
| checking for ranlib... ranlib | |
| checking command to parse /opt/local/bin/nm output from gcc object... ok | |
| checking for sysroot... no | |
| checking for mt... no | |
| checking if : is a manifest tool... no | |
| 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 -force_load 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 for objdir... .libs | |
| checking if gcc supports -fno-rtti -fno-exceptions... yes | |
| checking for gcc option to produce PIC... -fno-common -DPIC | |
| checking if gcc PIC flag -fno-common -DPIC works... yes | |
| checking if gcc static flag -static works... no | |
| checking if gcc supports -c -o file.o... yes | |
| checking if gcc supports -c -o file.o... (cached) yes | |
| checking whether the gcc linker (/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld) supports shared libraries... yes | |
| checking dynamic linker characteristics... darwin13.4.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 | |
| checking how to run the C++ preprocessor... g++ -E | |
| checking for ld used by g++... /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld | |
| checking if the linker (/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld) is GNU ld... no | |
| checking whether the g++ linker (/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld) supports shared libraries... yes | |
| checking for g++ option to produce PIC... -fno-common -DPIC | |
| checking if g++ PIC flag -fno-common -DPIC works... yes | |
| checking if g++ static flag -static works... no | |
| checking if g++ supports -c -o file.o... yes | |
| checking if g++ supports -c -o file.o... (cached) yes | |
| checking whether the g++ linker (/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld) supports shared libraries... yes | |
| checking dynamic linker characteristics... darwin13.4.0 dyld | |
| checking how to hardcode library paths into programs... immediate | |
| checking for inline... inline | |
| checking for __attribute__... yes | |
| checking for ANSI C header files... (cached) yes | |
| checking for __int64... no | |
| checking for struct mallinfo... no | |
| checking for Elf32_Versym... no | |
| checking for sbrk... yes | |
| checking for geteuid... yes | |
| checking for fork... yes | |
| checking features.h usability... no | |
| checking features.h presence... no | |
| checking for features.h... no | |
| checking malloc.h usability... no | |
| checking malloc.h presence... no | |
| checking for malloc.h... no | |
| checking sys/malloc.h usability... yes | |
| checking sys/malloc.h presence... yes | |
| checking for sys/malloc.h... yes | |
| checking malloc/malloc.h usability... yes | |
| checking malloc/malloc.h presence... yes | |
| checking for malloc/malloc.h... yes | |
| checking glob.h usability... yes | |
| checking glob.h presence... yes | |
| checking for glob.h... yes | |
| checking execinfo.h usability... yes | |
| checking execinfo.h presence... yes | |
| checking for execinfo.h... yes | |
| checking unwind.h usability... yes | |
| checking unwind.h presence... yes | |
| checking for unwind.h... yes | |
| checking sched.h usability... yes | |
| checking sched.h presence... yes | |
| checking for sched.h... yes | |
| checking conflict-signal.h usability... no | |
| checking conflict-signal.h presence... no | |
| checking for conflict-signal.h... no | |
| checking sys/prctl.h usability... no | |
| checking sys/prctl.h presence... no | |
| checking for sys/prctl.h... no | |
| checking linux/ptrace.h usability... no | |
| checking linux/ptrace.h presence... no | |
| checking for linux/ptrace.h... no | |
| checking sys/syscall.h usability... yes | |
| checking sys/syscall.h presence... yes | |
| checking for sys/syscall.h... yes | |
| checking sys/socket.h usability... yes | |
| checking sys/socket.h presence... yes | |
| checking for sys/socket.h... yes | |
| checking sys/wait.h usability... yes | |
| checking sys/wait.h presence... yes | |
| checking for sys/wait.h... yes | |
| checking poll.h usability... yes | |
| checking poll.h presence... yes | |
| checking for poll.h... yes | |
| checking fcntl.h usability... yes | |
| checking fcntl.h presence... yes | |
| checking for fcntl.h... yes | |
| checking grp.h usability... yes | |
| checking grp.h presence... yes | |
| checking for grp.h... yes | |
| checking pwd.h usability... yes | |
| checking pwd.h presence... yes | |
| checking for pwd.h... yes | |
| checking sys/resource.h usability... yes | |
| checking sys/resource.h presence... yes | |
| checking for sys/resource.h... yes | |
| checking valgrind.h usability... no | |
| checking valgrind.h presence... no | |
| checking for valgrind.h... no | |
| checking sys/cdefs.h usability... yes | |
| checking sys/cdefs.h presence... yes | |
| checking for sys/cdefs.h... yes | |
| checking for features.h... (cached) no | |
| checking whether cfree is declared... no | |
| checking whether posix_memalign is declared... no | |
| checking whether memalign is declared... no | |
| checking whether valloc is declared... no | |
| checking whether pvalloc is declared... no | |
| checking for stdlib.h... (cached) yes | |
| checking for unistd.h... (cached) yes | |
| checking for sys/param.h... yes | |
| checking for getpagesize... yes | |
| checking for working mmap... yes | |
| checking if int32_t is the same type as intptr_t... no | |
| checking ucontext.h usability... no | |
| checking ucontext.h presence... no | |
| checking for ucontext.h... no | |
| checking sys/ucontext.h usability... yes | |
| checking sys/ucontext.h presence... yes | |
| checking for sys/ucontext.h... yes | |
| checking cygwin/signal.h usability... no | |
| checking cygwin/signal.h presence... no | |
| checking for cygwin/signal.h... no | |
| checking how to access the program counter from a struct ucontext... uc_mcontext->__ss.__rip | |
| checking libunwind.h usability... yes | |
| checking libunwind.h presence... yes | |
| checking for libunwind.h... yes | |
| checking for backtrace in -lunwind... no | |
| checking for backtrace in -lexecinfo... no | |
| checking for x86 without frame pointers... no | |
| checking if the compiler supports -Wno-unused-result... yes | |
| checking printf format code for printing a size_t and ssize_t... l | |
| checking for __builtin_stack_pointer()... no | |
| checking for __builtin_expect()... yes | |
| checking for __environ... no | |
| checking for __thread... no | |
| checking if __malloc_hook is declared volatile... no | |
| checking if nanosleep requires any libraries... no | |
| checking whether uname is declared... yes | |
| 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 whether to check for GCC pthread/shared inconsistencies... no | |
| checking whether what we have so far is sufficient with -nostdlib... no | |
| checking whether -lpthread saves the day... no | |
| configure: WARNING: Impossible to determine how to use pthreads with shared libraries and -nostdlib | |
| checking whether pthread symbols are available in C++ without including pthread.h... no | |
| checking whether the compiler implements namespaces... yes | |
| checking what namespace STL code is in... std | |
| checking for program_invocation_name... no | |
| checking for Linux SIGEV_THREAD_ID... no | |
| checking that generated files are newer than configure... done | |
| configure: creating ./config.status | |
| config.status: creating Makefile | |
| config.status: creating src/gperftools/tcmalloc.h | |
| config.status: creating src/windows/gperftools/tcmalloc.h | |
| config.status: creating src/config.h | |
| config.status: executing depfiles commands | |
| config.status: executing libtool commands | |
| odisea:gperftools haa$ make | |
| /bin/sh ./libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I./src -I./src -DNO_TCMALLOC_SAMPLES -D_THREAD_SAFE -DNDEBUG -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -fno-builtin-malloc -fno-builtin-free -fno-builtin-realloc -fno-builtin-calloc -fno-builtin-cfree -fno-builtin-memalign -fno-builtin-posix_memalign -fno-builtin-valloc -fno-builtin-pvalloc -Wno-unused-result -g -O2 -MT src/libtcmalloc_minimal_la-tcmalloc.lo -MD -MP -MF src/.deps/libtcmalloc_minimal_la-tcmalloc.Tpo -c -o src/libtcmalloc_minimal_la-tcmalloc.lo `test -f 'src/tcmalloc.cc' || echo './'`src/tcmalloc.cc | |
| libtool: compile: g++ -DHAVE_CONFIG_H -I. -I./src -I./src -DNO_TCMALLOC_SAMPLES -D_THREAD_SAFE -DNDEBUG -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -fno-builtin-malloc -fno-builtin-free -fno-builtin-realloc -fno-builtin-calloc -fno-builtin-cfree -fno-builtin-memalign -fno-builtin-posix_memalign -fno-builtin-valloc -fno-builtin-pvalloc -Wno-unused-result -g -O2 -MT src/libtcmalloc_minimal_la-tcmalloc.lo -MD -MP -MF src/.deps/libtcmalloc_minimal_la-tcmalloc.Tpo -c src/tcmalloc.cc -fno-common -DPIC -o src/.libs/libtcmalloc_minimal_la-tcmalloc.o | |
| In file included from src/tcmalloc.cc:117: | |
| ./src/base/basictypes.h:287:9: warning: '_dyld_present' is deprecated: first deprecated in OS X 10.5 | |
| [-Wdeprecated-declarations] | |
| if (_dyld_present()) { | |
| ^ | |
| /usr/include/mach-o/dyld.h:236:13: note: '_dyld_present' has been explicitly marked deprecated here | |
| extern bool _dyld_present(void) __OSX_AVAILABLE... | |
| ^ | |
| In file included from src/tcmalloc.cc:157: | |
| In file included from ./src/libc_override.h:76: | |
| ./src/libc_override_osx.h:184:6: warning: unused function 'mi_statistics' [-Wunused-function] | |
| void mi_statistics(malloc_zone_t *zone, malloc_statistics_t *stats) { | |
| ^ | |
| src/tcmalloc.cc:967:20: warning: unused function 'CheckCachedSizeClass' [-Wunused-function] | |
| static inline bool CheckCachedSizeClass(void *ptr) { | |
| ^ | |
| 3 warnings generated. | |
| libtool: compile: g++ -DHAVE_CONFIG_H -I. -I./src -I./src -DNO_TCMALLOC_SAMPLES -D_THREAD_SAFE -DNDEBUG -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -fno-builtin-malloc -fno-builtin-free -fno-builtin-realloc -fno-builtin-calloc -fno-builtin-cfree -fno-builtin-memalign -fno-builtin-posix_memalign -fno-builtin-valloc -fno-builtin-pvalloc -Wno-unused-result -g -O2 -MT src/libtcmalloc_minimal_la-tcmalloc.lo -MD -MP -MF src/.deps/libtcmalloc_minimal_la-tcmalloc.Tpo -c src/tcmalloc.cc -o src/libtcmalloc_minimal_la-tcmalloc.o >/dev/null 2>&1 | |
| mv -f src/.deps/libtcmalloc_minimal_la-tcmalloc.Tpo src/.deps/libtcmalloc_minimal_la-tcmalloc.Plo | |
| /bin/sh ./libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I./src -I./src -DNO_TCMALLOC_SAMPLES -DNO_HEAP_CHECK -D_THREAD_SAFE -DNDEBUG -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -fno-builtin-malloc -fno-builtin-free -fno-builtin-realloc -fno-builtin-calloc -fno-builtin-cfree -fno-builtin-memalign -fno-builtin-posix_memalign -fno-builtin-valloc -fno-builtin-pvalloc -Wno-unused-result -fno-exceptions -g -O2 -MT src/libtcmalloc_minimal_internal_la-common.lo -MD -MP -MF src/.deps/libtcmalloc_minimal_internal_la-common.Tpo -c -o src/libtcmalloc_minimal_internal_la-common.lo `test -f 'src/common.cc' || echo './'`src/common.cc | |
| libtool: compile: g++ -DHAVE_CONFIG_H -I. -I./src -I./src -DNO_TCMALLOC_SAMPLES -DNO_HEAP_CHECK -D_THREAD_SAFE -DNDEBUG -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -fno-builtin-malloc -fno-builtin-free -fno-builtin-realloc -fno-builtin-calloc -fno-builtin-cfree -fno-builtin-memalign -fno-builtin-posix_memalign -fno-builtin-valloc -fno-builtin-pvalloc -Wno-unused-result -fno-exceptions -g -O2 -MT src/libtcmalloc_minimal_internal_la-common.lo -MD -MP -MF src/.deps/libtcmalloc_minimal_internal_la-common.Tpo -c src/common.cc -fno-common -DPIC -o src/.libs/libtcmalloc_minimal_internal_la-common.o | |
| In file included from src/common.cc:36: | |
| In file included from ./src/common.h:45: | |
| ./src/base/basictypes.h:287:9: warning: '_dyld_present' is deprecated: first deprecated in OS X 10.5 | |
| [-Wdeprecated-declarations] | |
| if (_dyld_present()) { | |
| ^ | |
| /usr/include/mach-o/dyld.h:236:13: note: '_dyld_present' has been explicitly marked deprecated here | |
| extern bool _dyld_present(void) __OSX_AVAILABLE... | |
| ^ | |
| src/common.cc:223:21: warning: unused variable 'kMetadataBigAllocThreshold' [-Wunused-const-variable] | |
| static const size_t kMetadataBigAllocThreshold = kMetadataAllocChunkSize / 8; | |
| ^ | |
| 2 warnings generated. | |
| libtool: compile: g++ -DHAVE_CONFIG_H -I. -I./src -I./src -DNO_TCMALLOC_SAMPLES -DNO_HEAP_CHECK -D_THREAD_SAFE -DNDEBUG -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -fno-builtin-malloc -fno-builtin-free -fno-builtin-realloc -fno-builtin-calloc -fno-builtin-cfree -fno-builtin-memalign -fno-builtin-posix_memalign -fno-builtin-valloc -fno-builtin-pvalloc -Wno-unused-result -fno-exceptions -g -O2 -MT src/libtcmalloc_minimal_internal_la-common.lo -MD -MP -MF src/.deps/libtcmalloc_minimal_internal_la-common.Tpo -c src/common.cc -o src/libtcmalloc_minimal_internal_la-common.o >/dev/null 2>&1 | |
| mv -f src/.deps/libtcmalloc_minimal_internal_la-common.Tpo src/.deps/libtcmalloc_minimal_internal_la-common.Plo | |
| /bin/sh ./libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I./src -I./src -DNO_TCMALLOC_SAMPLES -DNO_HEAP_CHECK -D_THREAD_SAFE -DNDEBUG -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -fno-builtin-malloc -fno-builtin-free -fno-builtin-realloc -fno-builtin-calloc -fno-builtin-cfree -fno-builtin-memalign -fno-builtin-posix_memalign -fno-builtin-valloc -fno-builtin-pvalloc -Wno-unused-result -fno-exceptions -g -O2 -MT src/libtcmalloc_minimal_internal_la-internal_logging.lo -MD -MP -MF src/.deps/libtcmalloc_minimal_internal_la-internal_logging.Tpo -c -o src/libtcmalloc_minimal_internal_la-internal_logging.lo `test -f 'src/internal_logging.cc' || echo './'`src/internal_logging.cc | |
| libtool: compile: g++ -DHAVE_CONFIG_H -I. -I./src -I./src -DNO_TCMALLOC_SAMPLES -DNO_HEAP_CHECK -D_THREAD_SAFE -DNDEBUG -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -fno-builtin-malloc -fno-builtin-free -fno-builtin-realloc -fno-builtin-calloc -fno-builtin-cfree -fno-builtin-memalign -fno-builtin-posix_memalign -fno-builtin-valloc -fno-builtin-pvalloc -Wno-unused-result -fno-exceptions -g -O2 -MT src/libtcmalloc_minimal_internal_la-internal_logging.lo -MD -MP -MF src/.deps/libtcmalloc_minimal_internal_la-internal_logging.Tpo -c src/internal_logging.cc -fno-common -DPIC -o src/.libs/libtcmalloc_minimal_internal_la-internal_logging.o | |
| In file included from src/internal_logging.cc:45: | |
| In file included from ./src/base/logging.h:49: | |
| In file included from ./src/base/commandlineflags.h:56: | |
| ./src/base/basictypes.h:287:9: warning: '_dyld_present' is deprecated: first deprecated in OS X 10.5 | |
| [-Wdeprecated-declarations] | |
| if (_dyld_present()) { | |
| ^ | |
| /usr/include/mach-o/dyld.h:236:13: note: '_dyld_present' has been explicitly marked deprecated here | |
| extern bool _dyld_present(void) __OSX_AVAILABLE... | |
| ^ | |
| src/internal_logging.cc:48:18: warning: unused variable 'kLogBufSize' [-Wunused-const-variable] | |
| static const int kLogBufSize = 800; | |
| ^ | |
| 2 warnings generated. | |
| libtool: compile: g++ -DHAVE_CONFIG_H -I. -I./src -I./src -DNO_TCMALLOC_SAMPLES -DNO_HEAP_CHECK -D_THREAD_SAFE -DNDEBUG -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -fno-builtin-malloc -fno-builtin-free -fno-builtin-realloc -fno-builtin-calloc -fno-builtin-cfree -fno-builtin-memalign -fno-builtin-posix_memalign -fno-builtin-valloc -fno-builtin-pvalloc -Wno-unused-result -fno-exceptions -g -O2 -MT src/libtcmalloc_minimal_internal_la-internal_logging.lo -MD -MP -MF src/.deps/libtcmalloc_minimal_internal_la-internal_logging.Tpo -c src/internal_logging.cc -o src/libtcmalloc_minimal_internal_la-internal_logging.o >/dev/null 2>&1 | |
| mv -f src/.deps/libtcmalloc_minimal_internal_la-internal_logging.Tpo src/.deps/libtcmalloc_minimal_internal_la-internal_logging.Plo | |
| /bin/sh ./libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I./src -I./src -DNO_TCMALLOC_SAMPLES -DNO_HEAP_CHECK -D_THREAD_SAFE -DNDEBUG -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -fno-builtin-malloc -fno-builtin-free -fno-builtin-realloc -fno-builtin-calloc -fno-builtin-cfree -fno-builtin-memalign -fno-builtin-posix_memalign -fno-builtin-valloc -fno-builtin-pvalloc -Wno-unused-result -fno-exceptions -g -O2 -MT src/libtcmalloc_minimal_internal_la-system-alloc.lo -MD -MP -MF src/.deps/libtcmalloc_minimal_internal_la-system-alloc.Tpo -c -o src/libtcmalloc_minimal_internal_la-system-alloc.lo `test -f 'src/system-alloc.cc' || echo './'`src/system-alloc.cc | |
| libtool: compile: g++ -DHAVE_CONFIG_H -I. -I./src -I./src -DNO_TCMALLOC_SAMPLES -DNO_HEAP_CHECK -D_THREAD_SAFE -DNDEBUG -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -fno-builtin-malloc -fno-builtin-free -fno-builtin-realloc -fno-builtin-calloc -fno-builtin-cfree -fno-builtin-memalign -fno-builtin-posix_memalign -fno-builtin-valloc -fno-builtin-pvalloc -Wno-unused-result -fno-exceptions -g -O2 -MT src/libtcmalloc_minimal_internal_la-system-alloc.lo -MD -MP -MF src/.deps/libtcmalloc_minimal_internal_la-system-alloc.Tpo -c src/system-alloc.cc -fno-common -DPIC -o src/.libs/libtcmalloc_minimal_internal_la-system-alloc.o | |
| In file included from src/system-alloc.cc:53: | |
| ./src/base/basictypes.h:287:9: warning: '_dyld_present' is deprecated: first deprecated in OS X 10.5 | |
| [-Wdeprecated-declarations] | |
| if (_dyld_present()) { | |
| ^ | |
| /usr/include/mach-o/dyld.h:236:13: note: '_dyld_present' has been explicitly marked deprecated here | |
| extern bool _dyld_present(void) __OSX_AVAILABLE... | |
| ^ | |
| src/system-alloc.cc:239:34: warning: 'sbrk' is deprecated [-Wdeprecated-declarations] | |
| if (reinterpret_cast<intptr_t>(sbrk(0)) + size < size) { | |
| ^ | |
| /usr/include/unistd.h:582:7: note: 'sbrk' has been explicitly marked deprecated here | |
| void *sbrk(int); | |
| ^ | |
| src/system-alloc.cc:243:18: warning: 'sbrk' is deprecated [-Wdeprecated-declarations] | |
| void* result = sbrk(size); | |
| ^ | |
| /usr/include/unistd.h:582:7: note: 'sbrk' has been explicitly marked deprecated here | |
| void *sbrk(int); | |
| ^ | |
| src/system-alloc.cc:254:14: warning: 'sbrk' is deprecated [-Wdeprecated-declarations] | |
| void* r2 = sbrk(extra); | |
| ^ | |
| /usr/include/unistd.h:582:7: note: 'sbrk' has been explicitly marked deprecated here | |
| void *sbrk(int); | |
| ^ | |
| src/system-alloc.cc:262:12: warning: 'sbrk' is deprecated [-Wdeprecated-declarations] | |
| result = sbrk(size + alignment - 1); | |
| ^ | |
| /usr/include/unistd.h:582:7: note: 'sbrk' has been explicitly marked deprecated here | |
| void *sbrk(int); | |
| ^ | |
| src/system-alloc.cc:100:18: warning: unused function 'CheckAddressBits' [-Wunused-function] | |
| template <> bool CheckAddressBits<8 * sizeof(void*)>(uintptr_t ptr) { | |
| ^ | |
| 6 warnings generated. | |
| libtool: compile: g++ -DHAVE_CONFIG_H -I. -I./src -I./src -DNO_TCMALLOC_SAMPLES -DNO_HEAP_CHECK -D_THREAD_SAFE -DNDEBUG -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -fno-builtin-malloc -fno-builtin-free -fno-builtin-realloc -fno-builtin-calloc -fno-builtin-cfree -fno-builtin-memalign -fno-builtin-posix_memalign -fno-builtin-valloc -fno-builtin-pvalloc -Wno-unused-result -fno-exceptions -g -O2 -MT src/libtcmalloc_minimal_internal_la-system-alloc.lo -MD -MP -MF src/.deps/libtcmalloc_minimal_internal_la-system-alloc.Tpo -c src/system-alloc.cc -o src/libtcmalloc_minimal_internal_la-system-alloc.o >/dev/null 2>&1 | |
| mv -f src/.deps/libtcmalloc_minimal_internal_la-system-alloc.Tpo src/.deps/libtcmalloc_minimal_internal_la-system-alloc.Plo | |
| /bin/sh ./libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I./src -I./src -DNO_TCMALLOC_SAMPLES -DNO_HEAP_CHECK -D_THREAD_SAFE -DNDEBUG -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -fno-builtin-malloc -fno-builtin-free -fno-builtin-realloc -fno-builtin-calloc -fno-builtin-cfree -fno-builtin-memalign -fno-builtin-posix_memalign -fno-builtin-valloc -fno-builtin-pvalloc -Wno-unused-result -fno-exceptions -g -O2 -MT src/libtcmalloc_minimal_internal_la-memfs_malloc.lo -MD -MP -MF src/.deps/libtcmalloc_minimal_internal_la-memfs_malloc.Tpo -c -o src/libtcmalloc_minimal_internal_la-memfs_malloc.lo `test -f 'src/memfs_malloc.cc' || echo './'`src/memfs_malloc.cc | |
| libtool: compile: g++ -DHAVE_CONFIG_H -I. -I./src -I./src -DNO_TCMALLOC_SAMPLES -DNO_HEAP_CHECK -D_THREAD_SAFE -DNDEBUG -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -fno-builtin-malloc -fno-builtin-free -fno-builtin-realloc -fno-builtin-calloc -fno-builtin-cfree -fno-builtin-memalign -fno-builtin-posix_memalign -fno-builtin-valloc -fno-builtin-pvalloc -Wno-unused-result -fno-exceptions -g -O2 -MT src/libtcmalloc_minimal_internal_la-memfs_malloc.lo -MD -MP -MF src/.deps/libtcmalloc_minimal_internal_la-memfs_malloc.Tpo -c src/memfs_malloc.cc -fno-common -DPIC -o src/.libs/libtcmalloc_minimal_internal_la-memfs_malloc.o | |
| libtool: compile: g++ -DHAVE_CONFIG_H -I. -I./src -I./src -DNO_TCMALLOC_SAMPLES -DNO_HEAP_CHECK -D_THREAD_SAFE -DNDEBUG -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -fno-builtin-malloc -fno-builtin-free -fno-builtin-realloc -fno-builtin-calloc -fno-builtin-cfree -fno-builtin-memalign -fno-builtin-posix_memalign -fno-builtin-valloc -fno-builtin-pvalloc -Wno-unused-result -fno-exceptions -g -O2 -MT src/libtcmalloc_minimal_internal_la-memfs_malloc.lo -MD -MP -MF src/.deps/libtcmalloc_minimal_internal_la-memfs_malloc.Tpo -c src/memfs_malloc.cc -o src/libtcmalloc_minimal_internal_la-memfs_malloc.o >/dev/null 2>&1 | |
| mv -f src/.deps/libtcmalloc_minimal_internal_la-memfs_malloc.Tpo src/.deps/libtcmalloc_minimal_internal_la-memfs_malloc.Plo | |
| /bin/sh ./libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I./src -I./src -DNO_TCMALLOC_SAMPLES -DNO_HEAP_CHECK -D_THREAD_SAFE -DNDEBUG -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -fno-builtin-malloc -fno-builtin-free -fno-builtin-realloc -fno-builtin-calloc -fno-builtin-cfree -fno-builtin-memalign -fno-builtin-posix_memalign -fno-builtin-valloc -fno-builtin-pvalloc -Wno-unused-result -fno-exceptions -g -O2 -MT src/libtcmalloc_minimal_internal_la-central_freelist.lo -MD -MP -MF src/.deps/libtcmalloc_minimal_internal_la-central_freelist.Tpo -c -o src/libtcmalloc_minimal_internal_la-central_freelist.lo `test -f 'src/central_freelist.cc' || echo './'`src/central_freelist.cc | |
| libtool: compile: g++ -DHAVE_CONFIG_H -I. -I./src -I./src -DNO_TCMALLOC_SAMPLES -DNO_HEAP_CHECK -D_THREAD_SAFE -DNDEBUG -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -fno-builtin-malloc -fno-builtin-free -fno-builtin-realloc -fno-builtin-calloc -fno-builtin-cfree -fno-builtin-memalign -fno-builtin-posix_memalign -fno-builtin-valloc -fno-builtin-pvalloc -Wno-unused-result -fno-exceptions -g -O2 -MT src/libtcmalloc_minimal_internal_la-central_freelist.lo -MD -MP -MF src/.deps/libtcmalloc_minimal_internal_la-central_freelist.Tpo -c src/central_freelist.cc -fno-common -DPIC -o src/.libs/libtcmalloc_minimal_internal_la-central_freelist.o | |
| In file included from src/central_freelist.cc:36: | |
| In file included from ./src/central_freelist.h:42: | |
| In file included from ./src/base/spinlock.h:44: | |
| ./src/base/basictypes.h:287:9: warning: '_dyld_present' is deprecated: first deprecated in OS X 10.5 | |
| [-Wdeprecated-declarations] | |
| if (_dyld_present()) { | |
| ^ | |
| /usr/include/mach-o/dyld.h:236:13: note: '_dyld_present' has been explicitly marked deprecated here | |
| extern bool _dyld_present(void) __OSX_AVAILABLE... | |
| ^ | |
| 1 warning generated. | |
| libtool: compile: g++ -DHAVE_CONFIG_H -I. -I./src -I./src -DNO_TCMALLOC_SAMPLES -DNO_HEAP_CHECK -D_THREAD_SAFE -DNDEBUG -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -fno-builtin-malloc -fno-builtin-free -fno-builtin-realloc -fno-builtin-calloc -fno-builtin-cfree -fno-builtin-memalign -fno-builtin-posix_memalign -fno-builtin-valloc -fno-builtin-pvalloc -Wno-unused-result -fno-exceptions -g -O2 -MT src/libtcmalloc_minimal_internal_la-central_freelist.lo -MD -MP -MF src/.deps/libtcmalloc_minimal_internal_la-central_freelist.Tpo -c src/central_freelist.cc -o src/libtcmalloc_minimal_internal_la-central_freelist.o >/dev/null 2>&1 | |
| mv -f src/.deps/libtcmalloc_minimal_internal_la-central_freelist.Tpo src/.deps/libtcmalloc_minimal_internal_la-central_freelist.Plo | |
| /bin/sh ./libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I./src -I./src -DNO_TCMALLOC_SAMPLES -DNO_HEAP_CHECK -D_THREAD_SAFE -DNDEBUG -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -fno-builtin-malloc -fno-builtin-free -fno-builtin-realloc -fno-builtin-calloc -fno-builtin-cfree -fno-builtin-memalign -fno-builtin-posix_memalign -fno-builtin-valloc -fno-builtin-pvalloc -Wno-unused-result -fno-exceptions -g -O2 -MT src/libtcmalloc_minimal_internal_la-page_heap.lo -MD -MP -MF src/.deps/libtcmalloc_minimal_internal_la-page_heap.Tpo -c -o src/libtcmalloc_minimal_internal_la-page_heap.lo `test -f 'src/page_heap.cc' || echo './'`src/page_heap.cc | |
| libtool: compile: g++ -DHAVE_CONFIG_H -I. -I./src -I./src -DNO_TCMALLOC_SAMPLES -DNO_HEAP_CHECK -D_THREAD_SAFE -DNDEBUG -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -fno-builtin-malloc -fno-builtin-free -fno-builtin-realloc -fno-builtin-calloc -fno-builtin-cfree -fno-builtin-memalign -fno-builtin-posix_memalign -fno-builtin-valloc -fno-builtin-pvalloc -Wno-unused-result -fno-exceptions -g -O2 -MT src/libtcmalloc_minimal_internal_la-page_heap.lo -MD -MP -MF src/.deps/libtcmalloc_minimal_internal_la-page_heap.Tpo -c src/page_heap.cc -fno-common -DPIC -o src/.libs/libtcmalloc_minimal_internal_la-page_heap.o | |
| In file included from src/page_heap.cc:40: | |
| ./src/base/basictypes.h:287:9: warning: '_dyld_present' is deprecated: first deprecated in OS X 10.5 | |
| [-Wdeprecated-declarations] | |
| if (_dyld_present()) { | |
| ^ | |
| /usr/include/mach-o/dyld.h:236:13: note: '_dyld_present' has been explicitly marked deprecated here | |
| extern bool _dyld_present(void) __OSX_AVAILABLE... | |
| ^ | |
| 1 warning generated. | |
| libtool: compile: g++ -DHAVE_CONFIG_H -I. -I./src -I./src -DNO_TCMALLOC_SAMPLES -DNO_HEAP_CHECK -D_THREAD_SAFE -DNDEBUG -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -fno-builtin-malloc -fno-builtin-free -fno-builtin-realloc -fno-builtin-calloc -fno-builtin-cfree -fno-builtin-memalign -fno-builtin-posix_memalign -fno-builtin-valloc -fno-builtin-pvalloc -Wno-unused-result -fno-exceptions -g -O2 -MT src/libtcmalloc_minimal_internal_la-page_heap.lo -MD -MP -MF src/.deps/libtcmalloc_minimal_internal_la-page_heap.Tpo -c src/page_heap.cc -o src/libtcmalloc_minimal_internal_la-page_heap.o >/dev/null 2>&1 | |
| mv -f src/.deps/libtcmalloc_minimal_internal_la-page_heap.Tpo src/.deps/libtcmalloc_minimal_internal_la-page_heap.Plo | |
| /bin/sh ./libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I./src -I./src -DNO_TCMALLOC_SAMPLES -DNO_HEAP_CHECK -D_THREAD_SAFE -DNDEBUG -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -fno-builtin-malloc -fno-builtin-free -fno-builtin-realloc -fno-builtin-calloc -fno-builtin-cfree -fno-builtin-memalign -fno-builtin-posix_memalign -fno-builtin-valloc -fno-builtin-pvalloc -Wno-unused-result -fno-exceptions -g -O2 -MT src/libtcmalloc_minimal_internal_la-sampler.lo -MD -MP -MF src/.deps/libtcmalloc_minimal_internal_la-sampler.Tpo -c -o src/libtcmalloc_minimal_internal_la-sampler.lo `test -f 'src/sampler.cc' || echo './'`src/sampler.cc | |
| libtool: compile: g++ -DHAVE_CONFIG_H -I. -I./src -I./src -DNO_TCMALLOC_SAMPLES -DNO_HEAP_CHECK -D_THREAD_SAFE -DNDEBUG -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -fno-builtin-malloc -fno-builtin-free -fno-builtin-realloc -fno-builtin-calloc -fno-builtin-cfree -fno-builtin-memalign -fno-builtin-posix_memalign -fno-builtin-valloc -fno-builtin-pvalloc -Wno-unused-result -fno-exceptions -g -O2 -MT src/libtcmalloc_minimal_internal_la-sampler.lo -MD -MP -MF src/.deps/libtcmalloc_minimal_internal_la-sampler.Tpo -c src/sampler.cc -fno-common -DPIC -o src/.libs/libtcmalloc_minimal_internal_la-sampler.o | |
| In file included from src/sampler.cc:36: | |
| In file included from ./src/sampler.h:45: | |
| ./src/base/basictypes.h:287:9: warning: '_dyld_present' is deprecated: first deprecated in OS X 10.5 | |
| [-Wdeprecated-declarations] | |
| if (_dyld_present()) { | |
| ^ | |
| /usr/include/mach-o/dyld.h:236:13: note: '_dyld_present' has been explicitly marked deprecated here | |
| extern bool _dyld_present(void) __OSX_AVAILABLE... | |
| ^ | |
| 1 warning generated. | |
| libtool: compile: g++ -DHAVE_CONFIG_H -I. -I./src -I./src -DNO_TCMALLOC_SAMPLES -DNO_HEAP_CHECK -D_THREAD_SAFE -DNDEBUG -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -fno-builtin-malloc -fno-builtin-free -fno-builtin-realloc -fno-builtin-calloc -fno-builtin-cfree -fno-builtin-memalign -fno-builtin-posix_memalign -fno-builtin-valloc -fno-builtin-pvalloc -Wno-unused-result -fno-exceptions -g -O2 -MT src/libtcmalloc_minimal_internal_la-sampler.lo -MD -MP -MF src/.deps/libtcmalloc_minimal_internal_la-sampler.Tpo -c src/sampler.cc -o src/libtcmalloc_minimal_internal_la-sampler.o >/dev/null 2>&1 | |
| mv -f src/.deps/libtcmalloc_minimal_internal_la-sampler.Tpo src/.deps/libtcmalloc_minimal_internal_la-sampler.Plo | |
| /bin/sh ./libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I./src -I./src -DNO_TCMALLOC_SAMPLES -DNO_HEAP_CHECK -D_THREAD_SAFE -DNDEBUG -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -fno-builtin-malloc -fno-builtin-free -fno-builtin-realloc -fno-builtin-calloc -fno-builtin-cfree -fno-builtin-memalign -fno-builtin-posix_memalign -fno-builtin-valloc -fno-builtin-pvalloc -Wno-unused-result -fno-exceptions -g -O2 -MT src/libtcmalloc_minimal_internal_la-span.lo -MD -MP -MF src/.deps/libtcmalloc_minimal_internal_la-span.Tpo -c -o src/libtcmalloc_minimal_internal_la-span.lo `test -f 'src/span.cc' || echo './'`src/span.cc | |
| libtool: compile: g++ -DHAVE_CONFIG_H -I. -I./src -I./src -DNO_TCMALLOC_SAMPLES -DNO_HEAP_CHECK -D_THREAD_SAFE -DNDEBUG -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -fno-builtin-malloc -fno-builtin-free -fno-builtin-realloc -fno-builtin-calloc -fno-builtin-cfree -fno-builtin-memalign -fno-builtin-posix_memalign -fno-builtin-valloc -fno-builtin-pvalloc -Wno-unused-result -fno-exceptions -g -O2 -MT src/libtcmalloc_minimal_internal_la-span.lo -MD -MP -MF src/.deps/libtcmalloc_minimal_internal_la-span.Tpo -c src/span.cc -fno-common -DPIC -o src/.libs/libtcmalloc_minimal_internal_la-span.o | |
| In file included from src/span.cc:35: | |
| In file included from ./src/span.h:40: | |
| In file included from ./src/common.h:45: | |
| ./src/base/basictypes.h:287:9: warning: '_dyld_present' is deprecated: first deprecated in OS X 10.5 | |
| [-Wdeprecated-declarations] | |
| if (_dyld_present()) { | |
| ^ | |
| /usr/include/mach-o/dyld.h:236:13: note: '_dyld_present' has been explicitly marked deprecated here | |
| extern bool _dyld_present(void) __OSX_AVAILABLE... | |
| ^ | |
| 1 warning generated. | |
| libtool: compile: g++ -DHAVE_CONFIG_H -I. -I./src -I./src -DNO_TCMALLOC_SAMPLES -DNO_HEAP_CHECK -D_THREAD_SAFE -DNDEBUG -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -fno-builtin-malloc -fno-builtin-free -fno-builtin-realloc -fno-builtin-calloc -fno-builtin-cfree -fno-builtin-memalign -fno-builtin-posix_memalign -fno-builtin-valloc -fno-builtin-pvalloc -Wno-unused-result -fno-exceptions -g -O2 -MT src/libtcmalloc_minimal_internal_la-span.lo -MD -MP -MF src/.deps/libtcmalloc_minimal_internal_la-span.Tpo -c src/span.cc -o src/libtcmalloc_minimal_internal_la-span.o >/dev/null 2>&1 | |
| mv -f src/.deps/libtcmalloc_minimal_internal_la-span.Tpo src/.deps/libtcmalloc_minimal_internal_la-span.Plo | |
| /bin/sh ./libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I./src -I./src -DNO_TCMALLOC_SAMPLES -DNO_HEAP_CHECK -D_THREAD_SAFE -DNDEBUG -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -fno-builtin-malloc -fno-builtin-free -fno-builtin-realloc -fno-builtin-calloc -fno-builtin-cfree -fno-builtin-memalign -fno-builtin-posix_memalign -fno-builtin-valloc -fno-builtin-pvalloc -Wno-unused-result -fno-exceptions -g -O2 -MT src/libtcmalloc_minimal_internal_la-stack_trace_table.lo -MD -MP -MF src/.deps/libtcmalloc_minimal_internal_la-stack_trace_table.Tpo -c -o src/libtcmalloc_minimal_internal_la-stack_trace_table.lo `test -f 'src/stack_trace_table.cc' || echo './'`src/stack_trace_table.cc | |
| libtool: compile: g++ -DHAVE_CONFIG_H -I. -I./src -I./src -DNO_TCMALLOC_SAMPLES -DNO_HEAP_CHECK -D_THREAD_SAFE -DNDEBUG -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -fno-builtin-malloc -fno-builtin-free -fno-builtin-realloc -fno-builtin-calloc -fno-builtin-cfree -fno-builtin-memalign -fno-builtin-posix_memalign -fno-builtin-valloc -fno-builtin-pvalloc -Wno-unused-result -fno-exceptions -g -O2 -MT src/libtcmalloc_minimal_internal_la-stack_trace_table.lo -MD -MP -MF src/.deps/libtcmalloc_minimal_internal_la-stack_trace_table.Tpo -c src/stack_trace_table.cc -fno-common -DPIC -o src/.libs/libtcmalloc_minimal_internal_la-stack_trace_table.o | |
| In file included from src/stack_trace_table.cc:35: | |
| In file included from ./src/stack_trace_table.h:43: | |
| In file included from ./src/common.h:45: | |
| ./src/base/basictypes.h:287:9: warning: '_dyld_present' is deprecated: first deprecated in OS X 10.5 | |
| [-Wdeprecated-declarations] | |
| if (_dyld_present()) { | |
| ^ | |
| /usr/include/mach-o/dyld.h:236:13: note: '_dyld_present' has been explicitly marked deprecated here | |
| extern bool _dyld_present(void) __OSX_AVAILABLE... | |
| ^ | |
| 1 warning generated. | |
| libtool: compile: g++ -DHAVE_CONFIG_H -I. -I./src -I./src -DNO_TCMALLOC_SAMPLES -DNO_HEAP_CHECK -D_THREAD_SAFE -DNDEBUG -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -fno-builtin-malloc -fno-builtin-free -fno-builtin-realloc -fno-builtin-calloc -fno-builtin-cfree -fno-builtin-memalign -fno-builtin-posix_memalign -fno-builtin-valloc -fno-builtin-pvalloc -Wno-unused-result -fno-exceptions -g -O2 -MT src/libtcmalloc_minimal_internal_la-stack_trace_table.lo -MD -MP -MF src/.deps/libtcmalloc_minimal_internal_la-stack_trace_table.Tpo -c src/stack_trace_table.cc -o src/libtcmalloc_minimal_internal_la-stack_trace_table.o >/dev/null 2>&1 | |
| mv -f src/.deps/libtcmalloc_minimal_internal_la-stack_trace_table.Tpo src/.deps/libtcmalloc_minimal_internal_la-stack_trace_table.Plo | |
| /bin/sh ./libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I./src -I./src -DNO_TCMALLOC_SAMPLES -DNO_HEAP_CHECK -D_THREAD_SAFE -DNDEBUG -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -fno-builtin-malloc -fno-builtin-free -fno-builtin-realloc -fno-builtin-calloc -fno-builtin-cfree -fno-builtin-memalign -fno-builtin-posix_memalign -fno-builtin-valloc -fno-builtin-pvalloc -Wno-unused-result -fno-exceptions -g -O2 -MT src/libtcmalloc_minimal_internal_la-static_vars.lo -MD -MP -MF src/.deps/libtcmalloc_minimal_internal_la-static_vars.Tpo -c -o src/libtcmalloc_minimal_internal_la-static_vars.lo `test -f 'src/static_vars.cc' || echo './'`src/static_vars.cc | |
| libtool: compile: g++ -DHAVE_CONFIG_H -I. -I./src -I./src -DNO_TCMALLOC_SAMPLES -DNO_HEAP_CHECK -D_THREAD_SAFE -DNDEBUG -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -fno-builtin-malloc -fno-builtin-free -fno-builtin-realloc -fno-builtin-calloc -fno-builtin-cfree -fno-builtin-memalign -fno-builtin-posix_memalign -fno-builtin-valloc -fno-builtin-pvalloc -Wno-unused-result -fno-exceptions -g -O2 -MT src/libtcmalloc_minimal_internal_la-static_vars.lo -MD -MP -MF src/.deps/libtcmalloc_minimal_internal_la-static_vars.Tpo -c src/static_vars.cc -fno-common -DPIC -o src/.libs/libtcmalloc_minimal_internal_la-static_vars.o | |
| In file included from src/static_vars.cc:35: | |
| In file included from ./src/static_vars.h:40: | |
| In file included from ./src/base/spinlock.h:44: | |
| ./src/base/basictypes.h:287:9: warning: '_dyld_present' is deprecated: first deprecated in OS X 10.5 | |
| [-Wdeprecated-declarations] | |
| if (_dyld_present()) { | |
| ^ | |
| /usr/include/mach-o/dyld.h:236:13: note: '_dyld_present' has been explicitly marked deprecated here | |
| extern bool _dyld_present(void) __OSX_AVAILABLE... | |
| ^ | |
| 1 warning generated. | |
| libtool: compile: g++ -DHAVE_CONFIG_H -I. -I./src -I./src -DNO_TCMALLOC_SAMPLES -DNO_HEAP_CHECK -D_THREAD_SAFE -DNDEBUG -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -fno-builtin-malloc -fno-builtin-free -fno-builtin-realloc -fno-builtin-calloc -fno-builtin-cfree -fno-builtin-memalign -fno-builtin-posix_memalign -fno-builtin-valloc -fno-builtin-pvalloc -Wno-unused-result -fno-exceptions -g -O2 -MT src/libtcmalloc_minimal_internal_la-static_vars.lo -MD -MP -MF src/.deps/libtcmalloc_minimal_internal_la-static_vars.Tpo -c src/static_vars.cc -o src/libtcmalloc_minimal_internal_la-static_vars.o >/dev/null 2>&1 | |
| mv -f src/.deps/libtcmalloc_minimal_internal_la-static_vars.Tpo src/.deps/libtcmalloc_minimal_internal_la-static_vars.Plo | |
| /bin/sh ./libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I./src -I./src -DNO_TCMALLOC_SAMPLES -DNO_HEAP_CHECK -D_THREAD_SAFE -DNDEBUG -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -fno-builtin-malloc -fno-builtin-free -fno-builtin-realloc -fno-builtin-calloc -fno-builtin-cfree -fno-builtin-memalign -fno-builtin-posix_memalign -fno-builtin-valloc -fno-builtin-pvalloc -Wno-unused-result -fno-exceptions -g -O2 -MT src/libtcmalloc_minimal_internal_la-symbolize.lo -MD -MP -MF src/.deps/libtcmalloc_minimal_internal_la-symbolize.Tpo -c -o src/libtcmalloc_minimal_internal_la-symbolize.lo `test -f 'src/symbolize.cc' || echo './'`src/symbolize.cc | |
| libtool: compile: g++ -DHAVE_CONFIG_H -I. -I./src -I./src -DNO_TCMALLOC_SAMPLES -DNO_HEAP_CHECK -D_THREAD_SAFE -DNDEBUG -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -fno-builtin-malloc -fno-builtin-free -fno-builtin-realloc -fno-builtin-calloc -fno-builtin-cfree -fno-builtin-memalign -fno-builtin-posix_memalign -fno-builtin-valloc -fno-builtin-pvalloc -Wno-unused-result -fno-exceptions -g -O2 -MT src/libtcmalloc_minimal_internal_la-symbolize.lo -MD -MP -MF src/.deps/libtcmalloc_minimal_internal_la-symbolize.Tpo -c src/symbolize.cc -fno-common -DPIC -o src/.libs/libtcmalloc_minimal_internal_la-symbolize.o | |
| In file included from src/symbolize.cc:60: | |
| In file included from ./src/base/commandlineflags.h:56: | |
| ./src/base/basictypes.h:287:9: warning: '_dyld_present' is deprecated: first deprecated in OS X 10.5 | |
| [-Wdeprecated-declarations] | |
| if (_dyld_present()) { | |
| ^ | |
| /usr/include/mach-o/dyld.h:236:13: note: '_dyld_present' has been explicitly marked deprecated here | |
| extern bool _dyld_present(void) __OSX_AVAILABLE... | |
| ^ | |
| 1 warning generated. | |
| libtool: compile: g++ -DHAVE_CONFIG_H -I. -I./src -I./src -DNO_TCMALLOC_SAMPLES -DNO_HEAP_CHECK -D_THREAD_SAFE -DNDEBUG -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -fno-builtin-malloc -fno-builtin-free -fno-builtin-realloc -fno-builtin-calloc -fno-builtin-cfree -fno-builtin-memalign -fno-builtin-posix_memalign -fno-builtin-valloc -fno-builtin-pvalloc -Wno-unused-result -fno-exceptions -g -O2 -MT src/libtcmalloc_minimal_internal_la-symbolize.lo -MD -MP -MF src/.deps/libtcmalloc_minimal_internal_la-symbolize.Tpo -c src/symbolize.cc -o src/libtcmalloc_minimal_internal_la-symbolize.o >/dev/null 2>&1 | |
| mv -f src/.deps/libtcmalloc_minimal_internal_la-symbolize.Tpo src/.deps/libtcmalloc_minimal_internal_la-symbolize.Plo | |
| /bin/sh ./libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I./src -I./src -DNO_TCMALLOC_SAMPLES -DNO_HEAP_CHECK -D_THREAD_SAFE -DNDEBUG -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -fno-builtin-malloc -fno-builtin-free -fno-builtin-realloc -fno-builtin-calloc -fno-builtin-cfree -fno-builtin-memalign -fno-builtin-posix_memalign -fno-builtin-valloc -fno-builtin-pvalloc -Wno-unused-result -fno-exceptions -g -O2 -MT src/libtcmalloc_minimal_internal_la-thread_cache.lo -MD -MP -MF src/.deps/libtcmalloc_minimal_internal_la-thread_cache.Tpo -c -o src/libtcmalloc_minimal_internal_la-thread_cache.lo `test -f 'src/thread_cache.cc' || echo './'`src/thread_cache.cc | |
| libtool: compile: g++ -DHAVE_CONFIG_H -I. -I./src -I./src -DNO_TCMALLOC_SAMPLES -DNO_HEAP_CHECK -D_THREAD_SAFE -DNDEBUG -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -fno-builtin-malloc -fno-builtin-free -fno-builtin-realloc -fno-builtin-calloc -fno-builtin-cfree -fno-builtin-memalign -fno-builtin-posix_memalign -fno-builtin-valloc -fno-builtin-pvalloc -Wno-unused-result -fno-exceptions -g -O2 -MT src/libtcmalloc_minimal_internal_la-thread_cache.lo -MD -MP -MF src/.deps/libtcmalloc_minimal_internal_la-thread_cache.Tpo -c src/thread_cache.cc -fno-common -DPIC -o src/.libs/libtcmalloc_minimal_internal_la-thread_cache.o | |
| In file included from src/thread_cache.cc:35: | |
| In file included from ./src/thread_cache.h:46: | |
| In file included from ./src/common.h:45: | |
| ./src/base/basictypes.h:287:9: warning: '_dyld_present' is deprecated: first deprecated in OS X 10.5 | |
| [-Wdeprecated-declarations] | |
| if (_dyld_present()) { | |
| ^ | |
| /usr/include/mach-o/dyld.h:236:13: note: '_dyld_present' has been explicitly marked deprecated here | |
| extern bool _dyld_present(void) __OSX_AVAILABLE... | |
| ^ | |
| 1 warning generated. | |
| libtool: compile: g++ -DHAVE_CONFIG_H -I. -I./src -I./src -DNO_TCMALLOC_SAMPLES -DNO_HEAP_CHECK -D_THREAD_SAFE -DNDEBUG -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -fno-builtin-malloc -fno-builtin-free -fno-builtin-realloc -fno-builtin-calloc -fno-builtin-cfree -fno-builtin-memalign -fno-builtin-posix_memalign -fno-builtin-valloc -fno-builtin-pvalloc -Wno-unused-result -fno-exceptions -g -O2 -MT src/libtcmalloc_minimal_internal_la-thread_cache.lo -MD -MP -MF src/.deps/libtcmalloc_minimal_internal_la-thread_cache.Tpo -c src/thread_cache.cc -o src/libtcmalloc_minimal_internal_la-thread_cache.o >/dev/null 2>&1 | |
| mv -f src/.deps/libtcmalloc_minimal_internal_la-thread_cache.Tpo src/.deps/libtcmalloc_minimal_internal_la-thread_cache.Plo | |
| /bin/sh ./libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I./src -I./src -DNO_TCMALLOC_SAMPLES -DNO_HEAP_CHECK -D_THREAD_SAFE -DNDEBUG -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -fno-builtin-malloc -fno-builtin-free -fno-builtin-realloc -fno-builtin-calloc -fno-builtin-cfree -fno-builtin-memalign -fno-builtin-posix_memalign -fno-builtin-valloc -fno-builtin-pvalloc -Wno-unused-result -fno-exceptions -g -O2 -MT src/libtcmalloc_minimal_internal_la-malloc_hook.lo -MD -MP -MF src/.deps/libtcmalloc_minimal_internal_la-malloc_hook.Tpo -c -o src/libtcmalloc_minimal_internal_la-malloc_hook.lo `test -f 'src/malloc_hook.cc' || echo './'`src/malloc_hook.cc | |
| libtool: compile: g++ -DHAVE_CONFIG_H -I. -I./src -I./src -DNO_TCMALLOC_SAMPLES -DNO_HEAP_CHECK -D_THREAD_SAFE -DNDEBUG -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -fno-builtin-malloc -fno-builtin-free -fno-builtin-realloc -fno-builtin-calloc -fno-builtin-cfree -fno-builtin-memalign -fno-builtin-posix_memalign -fno-builtin-valloc -fno-builtin-pvalloc -Wno-unused-result -fno-exceptions -g -O2 -MT src/libtcmalloc_minimal_internal_la-malloc_hook.lo -MD -MP -MF src/.deps/libtcmalloc_minimal_internal_la-malloc_hook.Tpo -c src/malloc_hook.cc -fno-common -DPIC -o src/.libs/libtcmalloc_minimal_internal_la-malloc_hook.o | |
| In file included from src/malloc_hook.cc:50: | |
| In file included from ./src/base/logging.h:49: | |
| In file included from ./src/base/commandlineflags.h:56: | |
| ./src/base/basictypes.h:287:9: warning: '_dyld_present' is deprecated: first deprecated in OS X 10.5 | |
| [-Wdeprecated-declarations] | |
| if (_dyld_present()) { | |
| ^ | |
| /usr/include/mach-o/dyld.h:236:13: note: '_dyld_present' has been explicitly marked deprecated here | |
| extern bool _dyld_present(void) __OSX_AVAILABLE... | |
| ^ | |
| src/malloc_hook.cc:579:20: warning: unused function 'InHookCaller' [-Wunused-function] | |
| static inline bool InHookCaller(const void* caller) { | |
| ^ | |
| src/malloc_hook.cc:590:20: warning: unused function 'CheckInHookCaller' [-Wunused-function] | |
| static inline void CheckInHookCaller() { | |
| ^ | |
| 3 warnings generated. | |
| libtool: compile: g++ -DHAVE_CONFIG_H -I. -I./src -I./src -DNO_TCMALLOC_SAMPLES -DNO_HEAP_CHECK -D_THREAD_SAFE -DNDEBUG -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -fno-builtin-malloc -fno-builtin-free -fno-builtin-realloc -fno-builtin-calloc -fno-builtin-cfree -fno-builtin-memalign -fno-builtin-posix_memalign -fno-builtin-valloc -fno-builtin-pvalloc -Wno-unused-result -fno-exceptions -g -O2 -MT src/libtcmalloc_minimal_internal_la-malloc_hook.lo -MD -MP -MF src/.deps/libtcmalloc_minimal_internal_la-malloc_hook.Tpo -c src/malloc_hook.cc -o src/libtcmalloc_minimal_internal_la-malloc_hook.o >/dev/null 2>&1 | |
| mv -f src/.deps/libtcmalloc_minimal_internal_la-malloc_hook.Tpo src/.deps/libtcmalloc_minimal_internal_la-malloc_hook.Plo | |
| /bin/sh ./libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I./src -I./src -DNO_TCMALLOC_SAMPLES -DNO_HEAP_CHECK -D_THREAD_SAFE -DNDEBUG -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -fno-builtin-malloc -fno-builtin-free -fno-builtin-realloc -fno-builtin-calloc -fno-builtin-cfree -fno-builtin-memalign -fno-builtin-posix_memalign -fno-builtin-valloc -fno-builtin-pvalloc -Wno-unused-result -fno-exceptions -g -O2 -MT src/libtcmalloc_minimal_internal_la-malloc_extension.lo -MD -MP -MF src/.deps/libtcmalloc_minimal_internal_la-malloc_extension.Tpo -c -o src/libtcmalloc_minimal_internal_la-malloc_extension.lo `test -f 'src/malloc_extension.cc' || echo './'`src/malloc_extension.cc | |
| libtool: compile: g++ -DHAVE_CONFIG_H -I. -I./src -I./src -DNO_TCMALLOC_SAMPLES -DNO_HEAP_CHECK -D_THREAD_SAFE -DNDEBUG -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -fno-builtin-malloc -fno-builtin-free -fno-builtin-realloc -fno-builtin-calloc -fno-builtin-cfree -fno-builtin-memalign -fno-builtin-posix_memalign -fno-builtin-valloc -fno-builtin-pvalloc -Wno-unused-result -fno-exceptions -g -O2 -MT src/libtcmalloc_minimal_internal_la-malloc_extension.lo -MD -MP -MF src/.deps/libtcmalloc_minimal_internal_la-malloc_extension.Tpo -c src/malloc_extension.cc -fno-common -DPIC -o src/.libs/libtcmalloc_minimal_internal_la-malloc_extension.o | |
| In file included from src/malloc_extension.cc:47: | |
| In file included from ./src/base/sysinfo.h:49: | |
| ./src/base/basictypes.h:287:9: warning: '_dyld_present' is deprecated: first deprecated in OS X 10.5 | |
| [-Wdeprecated-declarations] | |
| if (_dyld_present()) { | |
| ^ | |
| /usr/include/mach-o/dyld.h:236:13: note: '_dyld_present' has been explicitly marked deprecated here | |
| extern bool _dyld_present(void) __OSX_AVAILABLE... | |
| ^ | |
| 1 warning generated. | |
| libtool: compile: g++ -DHAVE_CONFIG_H -I. -I./src -I./src -DNO_TCMALLOC_SAMPLES -DNO_HEAP_CHECK -D_THREAD_SAFE -DNDEBUG -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -fno-builtin-malloc -fno-builtin-free -fno-builtin-realloc -fno-builtin-calloc -fno-builtin-cfree -fno-builtin-memalign -fno-builtin-posix_memalign -fno-builtin-valloc -fno-builtin-pvalloc -Wno-unused-result -fno-exceptions -g -O2 -MT src/libtcmalloc_minimal_internal_la-malloc_extension.lo -MD -MP -MF src/.deps/libtcmalloc_minimal_internal_la-malloc_extension.Tpo -c src/malloc_extension.cc -o src/libtcmalloc_minimal_internal_la-malloc_extension.o >/dev/null 2>&1 | |
| mv -f src/.deps/libtcmalloc_minimal_internal_la-malloc_extension.Tpo src/.deps/libtcmalloc_minimal_internal_la-malloc_extension.Plo | |
| depbase=`echo src/base/spinlock.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ | |
| /bin/sh ./libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I./src -I./src -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -fno-builtin-malloc -fno-builtin-free -fno-builtin-realloc -fno-builtin-calloc -fno-builtin-cfree -fno-builtin-memalign -fno-builtin-posix_memalign -fno-builtin-valloc -fno-builtin-pvalloc -Wno-unused-result -g -O2 -MT src/base/spinlock.lo -MD -MP -MF $depbase.Tpo -c -o src/base/spinlock.lo src/base/spinlock.cc &&\ | |
| mv -f $depbase.Tpo $depbase.Plo | |
| libtool: compile: g++ -DHAVE_CONFIG_H -I. -I./src -I./src -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -fno-builtin-malloc -fno-builtin-free -fno-builtin-realloc -fno-builtin-calloc -fno-builtin-cfree -fno-builtin-memalign -fno-builtin-posix_memalign -fno-builtin-valloc -fno-builtin-pvalloc -Wno-unused-result -g -O2 -MT src/base/spinlock.lo -MD -MP -MF src/base/.deps/spinlock.Tpo -c src/base/spinlock.cc -fno-common -DPIC -o src/base/.libs/spinlock.o | |
| In file included from src/base/spinlock.cc:36: | |
| In file included from ./src/base/spinlock.h:44: | |
| ./src/base/basictypes.h:287:9: warning: '_dyld_present' is deprecated: first deprecated in OS X 10.5 | |
| [-Wdeprecated-declarations] | |
| if (_dyld_present()) { | |
| ^ | |
| /usr/include/mach-o/dyld.h:236:13: note: '_dyld_present' has been explicitly marked deprecated here | |
| extern bool _dyld_present(void) __OSX_AVAILABLE... | |
| ^ | |
| 1 warning generated. | |
| libtool: compile: g++ -DHAVE_CONFIG_H -I. -I./src -I./src -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -fno-builtin-malloc -fno-builtin-free -fno-builtin-realloc -fno-builtin-calloc -fno-builtin-cfree -fno-builtin-memalign -fno-builtin-posix_memalign -fno-builtin-valloc -fno-builtin-pvalloc -Wno-unused-result -g -O2 -MT src/base/spinlock.lo -MD -MP -MF src/base/.deps/spinlock.Tpo -c src/base/spinlock.cc -o src/base/spinlock.o >/dev/null 2>&1 | |
| depbase=`echo src/base/spinlock_internal.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ | |
| /bin/sh ./libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I./src -I./src -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -fno-builtin-malloc -fno-builtin-free -fno-builtin-realloc -fno-builtin-calloc -fno-builtin-cfree -fno-builtin-memalign -fno-builtin-posix_memalign -fno-builtin-valloc -fno-builtin-pvalloc -Wno-unused-result -g -O2 -MT src/base/spinlock_internal.lo -MD -MP -MF $depbase.Tpo -c -o src/base/spinlock_internal.lo src/base/spinlock_internal.cc &&\ | |
| mv -f $depbase.Tpo $depbase.Plo | |
| libtool: compile: g++ -DHAVE_CONFIG_H -I. -I./src -I./src -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -fno-builtin-malloc -fno-builtin-free -fno-builtin-realloc -fno-builtin-calloc -fno-builtin-cfree -fno-builtin-memalign -fno-builtin-posix_memalign -fno-builtin-valloc -fno-builtin-pvalloc -Wno-unused-result -g -O2 -MT src/base/spinlock_internal.lo -MD -MP -MF src/base/.deps/spinlock_internal.Tpo -c src/base/spinlock_internal.cc -fno-common -DPIC -o src/base/.libs/spinlock_internal.o | |
| In file included from src/base/spinlock_internal.cc:44: | |
| In file included from ./src/base/spinlock_internal.h:40: | |
| ./src/base/basictypes.h:287:9: warning: '_dyld_present' is deprecated: first deprecated in OS X 10.5 | |
| [-Wdeprecated-declarations] | |
| if (_dyld_present()) { | |
| ^ | |
| /usr/include/mach-o/dyld.h:236:13: note: '_dyld_present' has been explicitly marked deprecated here | |
| extern bool _dyld_present(void) __OSX_AVAILABLE... | |
| ^ | |
| 1 warning generated. | |
| libtool: compile: g++ -DHAVE_CONFIG_H -I. -I./src -I./src -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -fno-builtin-malloc -fno-builtin-free -fno-builtin-realloc -fno-builtin-calloc -fno-builtin-cfree -fno-builtin-memalign -fno-builtin-posix_memalign -fno-builtin-valloc -fno-builtin-pvalloc -Wno-unused-result -g -O2 -MT src/base/spinlock_internal.lo -MD -MP -MF src/base/.deps/spinlock_internal.Tpo -c src/base/spinlock_internal.cc -o src/base/spinlock_internal.o >/dev/null 2>&1 | |
| depbase=`echo src/base/atomicops-internals-x86.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ | |
| /bin/sh ./libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I./src -I./src -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -fno-builtin-malloc -fno-builtin-free -fno-builtin-realloc -fno-builtin-calloc -fno-builtin-cfree -fno-builtin-memalign -fno-builtin-posix_memalign -fno-builtin-valloc -fno-builtin-pvalloc -Wno-unused-result -g -O2 -MT src/base/atomicops-internals-x86.lo -MD -MP -MF $depbase.Tpo -c -o src/base/atomicops-internals-x86.lo src/base/atomicops-internals-x86.cc &&\ | |
| mv -f $depbase.Tpo $depbase.Plo | |
| libtool: compile: g++ -DHAVE_CONFIG_H -I. -I./src -I./src -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -fno-builtin-malloc -fno-builtin-free -fno-builtin-realloc -fno-builtin-calloc -fno-builtin-cfree -fno-builtin-memalign -fno-builtin-posix_memalign -fno-builtin-valloc -fno-builtin-pvalloc -Wno-unused-result -g -O2 -MT src/base/atomicops-internals-x86.lo -MD -MP -MF src/base/.deps/atomicops-internals-x86.Tpo -c src/base/atomicops-internals-x86.cc -fno-common -DPIC -o src/base/.libs/atomicops-internals-x86.o | |
| In file included from src/base/atomicops-internals-x86.cc:37: | |
| ./src/base/basictypes.h:287:9: warning: '_dyld_present' is deprecated: first deprecated in OS X 10.5 | |
| [-Wdeprecated-declarations] | |
| if (_dyld_present()) { | |
| ^ | |
| /usr/include/mach-o/dyld.h:236:13: note: '_dyld_present' has been explicitly marked deprecated here | |
| extern bool _dyld_present(void) __OSX_AVAILABLE... | |
| ^ | |
| 1 warning generated. | |
| libtool: compile: g++ -DHAVE_CONFIG_H -I. -I./src -I./src -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -fno-builtin-malloc -fno-builtin-free -fno-builtin-realloc -fno-builtin-calloc -fno-builtin-cfree -fno-builtin-memalign -fno-builtin-posix_memalign -fno-builtin-valloc -fno-builtin-pvalloc -Wno-unused-result -g -O2 -MT src/base/atomicops-internals-x86.lo -MD -MP -MF src/base/.deps/atomicops-internals-x86.Tpo -c src/base/atomicops-internals-x86.cc -o src/base/atomicops-internals-x86.o >/dev/null 2>&1 | |
| /bin/sh ./libtool --tag=CXX --mode=link g++ -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -fno-builtin-malloc -fno-builtin-free -fno-builtin-realloc -fno-builtin-calloc -fno-builtin-cfree -fno-builtin-memalign -fno-builtin-posix_memalign -fno-builtin-valloc -fno-builtin-pvalloc -Wno-unused-result -g -O2 -no-undefined -o libspinlock.la src/base/spinlock.lo src/base/spinlock_internal.lo src/base/atomicops-internals-x86.lo | |
| libtool: link: ar cru .libs/libspinlock.a src/base/.libs/spinlock.o src/base/.libs/spinlock_internal.o src/base/.libs/atomicops-internals-x86.o | |
| /opt/local/bin/ranlib: file: .libs/libspinlock.a(atomicops-internals-x86.o) has no symbols | |
| libtool: link: ranlib .libs/libspinlock.a | |
| ranlib: file: .libs/libspinlock.a(atomicops-internals-x86.o) has no symbols | |
| libtool: link: ( cd ".libs" && rm -f "libspinlock.la" && ln -s "../libspinlock.la" "libspinlock.la" ) | |
| depbase=`echo src/base/sysinfo.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ | |
| /bin/sh ./libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I./src -I./src -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -fno-builtin-malloc -fno-builtin-free -fno-builtin-realloc -fno-builtin-calloc -fno-builtin-cfree -fno-builtin-memalign -fno-builtin-posix_memalign -fno-builtin-valloc -fno-builtin-pvalloc -Wno-unused-result -g -O2 -MT src/base/sysinfo.lo -MD -MP -MF $depbase.Tpo -c -o src/base/sysinfo.lo src/base/sysinfo.cc &&\ | |
| mv -f $depbase.Tpo $depbase.Plo | |
| libtool: compile: g++ -DHAVE_CONFIG_H -I. -I./src -I./src -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -fno-builtin-malloc -fno-builtin-free -fno-builtin-realloc -fno-builtin-calloc -fno-builtin-cfree -fno-builtin-memalign -fno-builtin-posix_memalign -fno-builtin-valloc -fno-builtin-pvalloc -Wno-unused-result -g -O2 -MT src/base/sysinfo.lo -MD -MP -MF src/base/.deps/sysinfo.Tpo -c src/base/sysinfo.cc -fno-common -DPIC -o src/base/.libs/sysinfo.o | |
| In file included from src/base/sysinfo.cc:59: | |
| In file included from ./src/base/sysinfo.h:49: | |
| ./src/base/basictypes.h:287:9: warning: '_dyld_present' is deprecated: first deprecated in OS X 10.5 | |
| [-Wdeprecated-declarations] | |
| if (_dyld_present()) { | |
| ^ | |
| /usr/include/mach-o/dyld.h:236:13: note: '_dyld_present' has been explicitly marked deprecated here | |
| extern bool _dyld_present(void) __OSX_AVAILABLE... | |
| ^ | |
| src/base/sysinfo.cc:625:5: warning: unused function 'StringToInteger' [-Wunused-function] | |
| int StringToInteger<int>(char *text, char **endptr, int base) { | |
| ^ | |
| src/base/sysinfo.cc:630:7: warning: unused function 'StringToInteger' [-Wunused-function] | |
| int64 StringToInteger<int64>(char *text, char **endptr, int base) { | |
| ^ | |
| src/base/sysinfo.cc:635:8: warning: unused function 'StringToInteger' [-Wunused-function] | |
| uint64 StringToInteger<uint64>(char *text, char **endptr, int base) { | |
| ^ | |
| src/base/sysinfo.cc:663:14: warning: unused function 'CopyStringUntilChar' [-Wunused-function] | |
| static char *CopyStringUntilChar( | |
| ^ | |
| src/base/sysinfo.cc:686:13: warning: unused function 'ParseProcMapsLine' [-Wunused-function] | |
| static bool ParseProcMapsLine(char *text, uint64 *start, uint64 *end, | |
| ^ | |
| In file included from src/base/sysinfo.cc:59: | |
| ./src/base/sysinfo.h:222:8: warning: private field 'flags_' is not used [-Wunused-private-field] | |
| char flags_[10]; | |
| ^ | |
| 7 warnings generated. | |
| libtool: compile: g++ -DHAVE_CONFIG_H -I. -I./src -I./src -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -fno-builtin-malloc -fno-builtin-free -fno-builtin-realloc -fno-builtin-calloc -fno-builtin-cfree -fno-builtin-memalign -fno-builtin-posix_memalign -fno-builtin-valloc -fno-builtin-pvalloc -Wno-unused-result -g -O2 -MT src/base/sysinfo.lo -MD -MP -MF src/base/.deps/sysinfo.Tpo -c src/base/sysinfo.cc -o src/base/sysinfo.o >/dev/null 2>&1 | |
| /bin/sh ./libtool --tag=CXX --mode=link g++ -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -fno-builtin-malloc -fno-builtin-free -fno-builtin-realloc -fno-builtin-calloc -fno-builtin-cfree -fno-builtin-memalign -fno-builtin-posix_memalign -fno-builtin-valloc -fno-builtin-pvalloc -Wno-unused-result -g -O2 -no-undefined -o libsysinfo.la src/base/sysinfo.lo | |
| libtool: link: ar cru .libs/libsysinfo.a src/base/.libs/sysinfo.o | |
| libtool: link: ranlib .libs/libsysinfo.a | |
| libtool: link: ( cd ".libs" && rm -f "libsysinfo.la" && ln -s "../libsysinfo.la" "libsysinfo.la" ) | |
| depbase=`echo src/base/logging.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ | |
| /bin/sh ./libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I./src -I./src -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -fno-builtin-malloc -fno-builtin-free -fno-builtin-realloc -fno-builtin-calloc -fno-builtin-cfree -fno-builtin-memalign -fno-builtin-posix_memalign -fno-builtin-valloc -fno-builtin-pvalloc -Wno-unused-result -g -O2 -MT src/base/logging.lo -MD -MP -MF $depbase.Tpo -c -o src/base/logging.lo src/base/logging.cc &&\ | |
| mv -f $depbase.Tpo $depbase.Plo | |
| libtool: compile: g++ -DHAVE_CONFIG_H -I. -I./src -I./src -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -fno-builtin-malloc -fno-builtin-free -fno-builtin-realloc -fno-builtin-calloc -fno-builtin-cfree -fno-builtin-memalign -fno-builtin-posix_memalign -fno-builtin-valloc -fno-builtin-pvalloc -Wno-unused-result -g -O2 -MT src/base/logging.lo -MD -MP -MF src/base/.deps/logging.Tpo -c src/base/logging.cc -fno-common -DPIC -o src/base/.libs/logging.o | |
| In file included from src/base/logging.cc:35: | |
| In file included from ./src/base/logging.h:49: | |
| In file included from ./src/base/commandlineflags.h:56: | |
| ./src/base/basictypes.h:287:9: warning: '_dyld_present' is deprecated: first deprecated in OS X 10.5 | |
| [-Wdeprecated-declarations] | |
| if (_dyld_present()) { | |
| ^ | |
| /usr/include/mach-o/dyld.h:236:13: note: '_dyld_present' has been explicitly marked deprecated here | |
| extern bool _dyld_present(void) __OSX_AVAILABLE... | |
| ^ | |
| 1 warning generated. | |
| libtool: compile: g++ -DHAVE_CONFIG_H -I. -I./src -I./src -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -fno-builtin-malloc -fno-builtin-free -fno-builtin-realloc -fno-builtin-calloc -fno-builtin-cfree -fno-builtin-memalign -fno-builtin-posix_memalign -fno-builtin-valloc -fno-builtin-pvalloc -Wno-unused-result -g -O2 -MT src/base/logging.lo -MD -MP -MF src/base/.deps/logging.Tpo -c src/base/logging.cc -o src/base/logging.o >/dev/null 2>&1 | |
| depbase=`echo src/base/dynamic_annotations.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ | |
| /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I./src -I./src -g -O2 -MT src/base/dynamic_annotations.lo -MD -MP -MF $depbase.Tpo -c -o src/base/dynamic_annotations.lo src/base/dynamic_annotations.c &&\ | |
| mv -f $depbase.Tpo $depbase.Plo | |
| libtool: compile: gcc -DHAVE_CONFIG_H -I. -I./src -I./src -g -O2 -MT src/base/dynamic_annotations.lo -MD -MP -MF src/base/.deps/dynamic_annotations.Tpo -c src/base/dynamic_annotations.c -fno-common -DPIC -o src/base/.libs/dynamic_annotations.o | |
| libtool: compile: gcc -DHAVE_CONFIG_H -I. -I./src -I./src -g -O2 -MT src/base/dynamic_annotations.lo -MD -MP -MF src/base/.deps/dynamic_annotations.Tpo -c src/base/dynamic_annotations.c -o src/base/dynamic_annotations.o >/dev/null 2>&1 | |
| /bin/sh ./libtool --tag=CXX --mode=link g++ -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -fno-builtin-malloc -fno-builtin-free -fno-builtin-realloc -fno-builtin-calloc -fno-builtin-cfree -fno-builtin-memalign -fno-builtin-posix_memalign -fno-builtin-valloc -fno-builtin-pvalloc -Wno-unused-result -g -O2 -no-undefined -o liblogging.la src/base/logging.lo src/base/dynamic_annotations.lo | |
| libtool: link: ar cru .libs/liblogging.a src/base/.libs/logging.o src/base/.libs/dynamic_annotations.o | |
| libtool: link: ranlib .libs/liblogging.a | |
| libtool: link: ( cd ".libs" && rm -f "liblogging.la" && ln -s "../liblogging.la" "liblogging.la" ) | |
| depbase=`echo src/maybe_threads.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ | |
| /bin/sh ./libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I./src -I./src -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -fno-builtin-malloc -fno-builtin-free -fno-builtin-realloc -fno-builtin-calloc -fno-builtin-cfree -fno-builtin-memalign -fno-builtin-posix_memalign -fno-builtin-valloc -fno-builtin-pvalloc -Wno-unused-result -g -O2 -MT src/maybe_threads.lo -MD -MP -MF $depbase.Tpo -c -o src/maybe_threads.lo src/maybe_threads.cc &&\ | |
| mv -f $depbase.Tpo $depbase.Plo | |
| libtool: compile: g++ -DHAVE_CONFIG_H -I. -I./src -I./src -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -fno-builtin-malloc -fno-builtin-free -fno-builtin-realloc -fno-builtin-calloc -fno-builtin-cfree -fno-builtin-memalign -fno-builtin-posix_memalign -fno-builtin-valloc -fno-builtin-pvalloc -Wno-unused-result -g -O2 -MT src/maybe_threads.lo -MD -MP -MF src/.deps/maybe_threads.Tpo -c src/maybe_threads.cc -fno-common -DPIC -o src/.libs/maybe_threads.o | |
| In file included from src/maybe_threads.cc:50: | |
| ./src/base/basictypes.h:287:9: warning: '_dyld_present' is deprecated: first deprecated in OS X 10.5 | |
| [-Wdeprecated-declarations] | |
| if (_dyld_present()) { | |
| ^ | |
| /usr/include/mach-o/dyld.h:236:13: note: '_dyld_present' has been explicitly marked deprecated here | |
| extern bool _dyld_present(void) __OSX_AVAILABLE... | |
| ^ | |
| 1 warning generated. | |
| libtool: compile: g++ -DHAVE_CONFIG_H -I. -I./src -I./src -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -fno-builtin-malloc -fno-builtin-free -fno-builtin-realloc -fno-builtin-calloc -fno-builtin-cfree -fno-builtin-memalign -fno-builtin-posix_memalign -fno-builtin-valloc -fno-builtin-pvalloc -Wno-unused-result -g -O2 -MT src/maybe_threads.lo -MD -MP -MF src/.deps/maybe_threads.Tpo -c src/maybe_threads.cc -o src/maybe_threads.o >/dev/null 2>&1 | |
| /bin/sh ./libtool --tag=CXX --mode=link g++ -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -fno-builtin-malloc -fno-builtin-free -fno-builtin-realloc -fno-builtin-calloc -fno-builtin-cfree -fno-builtin-memalign -fno-builtin-posix_memalign -fno-builtin-valloc -fno-builtin-pvalloc -Wno-unused-result -g -O2 -no-undefined -o libmaybe_threads.la src/maybe_threads.lo | |
| libtool: link: ar cru .libs/libmaybe_threads.a src/.libs/maybe_threads.o | |
| libtool: link: ranlib .libs/libmaybe_threads.a | |
| libtool: link: ( cd ".libs" && rm -f "libmaybe_threads.la" && ln -s "../libmaybe_threads.la" "libmaybe_threads.la" ) | |
| /bin/sh ./libtool --tag=CXX --mode=link g++ -DNO_TCMALLOC_SAMPLES -DNO_HEAP_CHECK -D_THREAD_SAFE -DNDEBUG -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -fno-builtin-malloc -fno-builtin-free -fno-builtin-realloc -fno-builtin-calloc -fno-builtin-cfree -fno-builtin-memalign -fno-builtin-posix_memalign -fno-builtin-valloc -fno-builtin-pvalloc -Wno-unused-result -fno-exceptions -g -O2 -D_THREAD_SAFE -no-undefined -o libtcmalloc_minimal_internal.la src/libtcmalloc_minimal_internal_la-common.lo src/libtcmalloc_minimal_internal_la-internal_logging.lo src/libtcmalloc_minimal_internal_la-system-alloc.lo src/libtcmalloc_minimal_internal_la-memfs_malloc.lo src/libtcmalloc_minimal_internal_la-central_freelist.lo src/libtcmalloc_minimal_internal_la-page_heap.lo src/libtcmalloc_minimal_internal_la-sampler.lo src/libtcmalloc_minimal_internal_la-span.lo src/libtcmalloc_minimal_internal_la-stack_trace_table.lo src/libtcmalloc_minimal_internal_la-static_vars.lo src/libtcmalloc_minimal_internal_la-symbolize.lo src/libtcmalloc_minimal_internal_la-thread_cache.lo src/libtcmalloc_minimal_internal_la-malloc_hook.lo src/libtcmalloc_minimal_internal_la-malloc_extension.lo libspinlock.la libsysinfo.la liblogging.la libmaybe_threads.la | |
| libtool: link: (cd .libs/libtcmalloc_minimal_internal.lax/libspinlock.a && ar x "/Users/haa/Desktop/palo/molap/server/5.1/gperftools/./.libs/libspinlock.a") | |
| libtool: link: (cd .libs/libtcmalloc_minimal_internal.lax/libsysinfo.a && ar x "/Users/haa/Desktop/palo/molap/server/5.1/gperftools/./.libs/libsysinfo.a") | |
| libtool: link: (cd .libs/libtcmalloc_minimal_internal.lax/liblogging.a && ar x "/Users/haa/Desktop/palo/molap/server/5.1/gperftools/./.libs/liblogging.a") | |
| libtool: link: (cd .libs/libtcmalloc_minimal_internal.lax/libmaybe_threads.a && ar x "/Users/haa/Desktop/palo/molap/server/5.1/gperftools/./.libs/libmaybe_threads.a") | |
| libtool: link: ar cru .libs/libtcmalloc_minimal_internal.a src/.libs/libtcmalloc_minimal_internal_la-common.o src/.libs/libtcmalloc_minimal_internal_la-internal_logging.o src/.libs/libtcmalloc_minimal_internal_la-system-alloc.o src/.libs/libtcmalloc_minimal_internal_la-memfs_malloc.o src/.libs/libtcmalloc_minimal_internal_la-central_freelist.o src/.libs/libtcmalloc_minimal_internal_la-page_heap.o src/.libs/libtcmalloc_minimal_internal_la-sampler.o src/.libs/libtcmalloc_minimal_internal_la-span.o src/.libs/libtcmalloc_minimal_internal_la-stack_trace_table.o src/.libs/libtcmalloc_minimal_internal_la-static_vars.o src/.libs/libtcmalloc_minimal_internal_la-symbolize.o src/.libs/libtcmalloc_minimal_internal_la-thread_cache.o src/.libs/libtcmalloc_minimal_internal_la-malloc_hook.o src/.libs/libtcmalloc_minimal_internal_la-malloc_extension.o .libs/libtcmalloc_minimal_internal.lax/libspinlock.a/atomicops-internals-x86.o .libs/libtcmalloc_minimal_internal.lax/libspinlock.a/spinlock.o .libs/libtcmalloc_minimal_internal.lax/libspinlock.a/spinlock_internal.o .libs/libtcmalloc_minimal_internal.lax/libsysinfo.a/sysinfo.o .libs/libtcmalloc_minimal_internal.lax/liblogging.a/dynamic_annotations.o .libs/libtcmalloc_minimal_internal.lax/liblogging.a/logging.o .libs/libtcmalloc_minimal_internal.lax/libmaybe_threads.a/maybe_threads.o | |
| /opt/local/bin/ranlib: file: .libs/libtcmalloc_minimal_internal.a(libtcmalloc_minimal_internal_la-memfs_malloc.o) has no symbols | |
| /opt/local/bin/ranlib: file: .libs/libtcmalloc_minimal_internal.a(atomicops-internals-x86.o) has no symbols | |
| libtool: link: ranlib .libs/libtcmalloc_minimal_internal.a | |
| ranlib: file: .libs/libtcmalloc_minimal_internal.a(libtcmalloc_minimal_internal_la-memfs_malloc.o) has no symbols | |
| ranlib: file: .libs/libtcmalloc_minimal_internal.a(atomicops-internals-x86.o) has no symbols | |
| libtool: link: rm -fr .libs/libtcmalloc_minimal_internal.lax | |
| libtool: link: ( cd ".libs" && rm -f "libtcmalloc_minimal_internal.la" && ln -s "../libtcmalloc_minimal_internal.la" "libtcmalloc_minimal_internal.la" ) | |
| /bin/sh ./libtool --tag=CXX --mode=link g++ -DNO_TCMALLOC_SAMPLES -D_THREAD_SAFE -DNDEBUG -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -fno-builtin-malloc -fno-builtin-free -fno-builtin-realloc -fno-builtin-calloc -fno-builtin-cfree -fno-builtin-memalign -fno-builtin-posix_memalign -fno-builtin-valloc -fno-builtin-pvalloc -Wno-unused-result -g -O2 -D_THREAD_SAFE -version-info 6:6:2 -no-undefined -o libtcmalloc_minimal.la -rpath /usr/local/lib src/libtcmalloc_minimal_la-tcmalloc.lo libtcmalloc_minimal_internal.la | |
| libtool: link: g++ -dynamiclib -o .libs/libtcmalloc_minimal.4.dylib src/.libs/libtcmalloc_minimal_la-tcmalloc.o -Wl,-force_load,./.libs/libtcmalloc_minimal_internal.a -O2 -install_name /usr/local/lib/libtcmalloc_minimal.4.dylib -compatibility_version 7 -current_version 7.6 -Wl,-single_module | |
| libtool: link: (cd ".libs" && rm -f "libtcmalloc_minimal.dylib" && ln -s "libtcmalloc_minimal.4.dylib" "libtcmalloc_minimal.dylib") | |
| libtool: link: (cd .libs/libtcmalloc_minimal.lax/libtcmalloc_minimal_internal.a && ar x "/Users/haa/Desktop/palo/molap/server/5.1/gperftools/./.libs/libtcmalloc_minimal_internal.a") | |
| libtool: link: ar cru .libs/libtcmalloc_minimal.a src/libtcmalloc_minimal_la-tcmalloc.o .libs/libtcmalloc_minimal.lax/libtcmalloc_minimal_internal.a/atomicops-internals-x86.o .libs/libtcmalloc_minimal.lax/libtcmalloc_minimal_internal.a/dynamic_annotations.o .libs/libtcmalloc_minimal.lax/libtcmalloc_minimal_internal.a/libtcmalloc_minimal_internal_la-central_freelist.o .libs/libtcmalloc_minimal.lax/libtcmalloc_minimal_internal.a/libtcmalloc_minimal_internal_la-common.o .libs/libtcmalloc_minimal.lax/libtcmalloc_minimal_internal.a/libtcmalloc_minimal_internal_la-internal_logging.o .libs/libtcmalloc_minimal.lax/libtcmalloc_minimal_internal.a/libtcmalloc_minimal_internal_la-malloc_extension.o .libs/libtcmalloc_minimal.lax/libtcmalloc_minimal_internal.a/libtcmalloc_minimal_internal_la-malloc_hook.o .libs/libtcmalloc_minimal.lax/libtcmalloc_minimal_internal.a/libtcmalloc_minimal_internal_la-memfs_malloc.o .libs/libtcmalloc_minimal.lax/libtcmalloc_minimal_internal.a/libtcmalloc_minimal_internal_la-page_heap.o .libs/libtcmalloc_minimal.lax/libtcmalloc_minimal_internal.a/libtcmalloc_minimal_internal_la-sampler.o .libs/libtcmalloc_minimal.lax/libtcmalloc_minimal_internal.a/libtcmalloc_minimal_internal_la-span.o .libs/libtcmalloc_minimal.lax/libtcmalloc_minimal_internal.a/libtcmalloc_minimal_internal_la-stack_trace_table.o .libs/libtcmalloc_minimal.lax/libtcmalloc_minimal_internal.a/libtcmalloc_minimal_internal_la-static_vars.o .libs/libtcmalloc_minimal.lax/libtcmalloc_minimal_internal.a/libtcmalloc_minimal_internal_la-symbolize.o .libs/libtcmalloc_minimal.lax/libtcmalloc_minimal_internal.a/libtcmalloc_minimal_internal_la-system-alloc.o .libs/libtcmalloc_minimal.lax/libtcmalloc_minimal_internal.a/libtcmalloc_minimal_internal_la-thread_cache.o .libs/libtcmalloc_minimal.lax/libtcmalloc_minimal_internal.a/logging.o .libs/libtcmalloc_minimal.lax/libtcmalloc_minimal_internal.a/maybe_threads.o .libs/libtcmalloc_minimal.lax/libtcmalloc_minimal_internal.a/spinlock.o .libs/libtcmalloc_minimal.lax/libtcmalloc_minimal_internal.a/spinlock_internal.o .libs/libtcmalloc_minimal.lax/libtcmalloc_minimal_internal.a/sysinfo.o | |
| /opt/local/bin/ranlib: file: .libs/libtcmalloc_minimal.a(atomicops-internals-x86.o) has no symbols | |
| /opt/local/bin/ranlib: file: .libs/libtcmalloc_minimal.a(libtcmalloc_minimal_internal_la-memfs_malloc.o) has no symbols | |
| libtool: link: ranlib .libs/libtcmalloc_minimal.a | |
| ranlib: file: .libs/libtcmalloc_minimal.a(atomicops-internals-x86.o) has no symbols | |
| ranlib: file: .libs/libtcmalloc_minimal.a(libtcmalloc_minimal_internal_la-memfs_malloc.o) has no symbols | |
| libtool: link: rm -fr .libs/libtcmalloc_minimal.lax | |
| libtool: link: ( cd ".libs" && rm -f "libtcmalloc_minimal.la" && ln -s "../libtcmalloc_minimal.la" "libtcmalloc_minimal.la" ) | |
| /bin/sh ./libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I./src -I./src -DNO_TCMALLOC_SAMPLES -D_THREAD_SAFE -DNDEBUG -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -fno-builtin-malloc -fno-builtin-free -fno-builtin-realloc -fno-builtin-calloc -fno-builtin-cfree -fno-builtin-memalign -fno-builtin-posix_memalign -fno-builtin-valloc -fno-builtin-pvalloc -Wno-unused-result -DTCMALLOC_FOR_DEBUGALLOCATION -g -O2 -MT src/libtcmalloc_minimal_debug_la-debugallocation.lo -MD -MP -MF src/.deps/libtcmalloc_minimal_debug_la-debugallocation.Tpo -c -o src/libtcmalloc_minimal_debug_la-debugallocation.lo `test -f 'src/debugallocation.cc' || echo './'`src/debugallocation.cc | |
| libtool: compile: g++ -DHAVE_CONFIG_H -I. -I./src -I./src -DNO_TCMALLOC_SAMPLES -D_THREAD_SAFE -DNDEBUG -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -fno-builtin-malloc -fno-builtin-free -fno-builtin-realloc -fno-builtin-calloc -fno-builtin-cfree -fno-builtin-memalign -fno-builtin-posix_memalign -fno-builtin-valloc -fno-builtin-pvalloc -Wno-unused-result -DTCMALLOC_FOR_DEBUGALLOCATION -g -O2 -MT src/libtcmalloc_minimal_debug_la-debugallocation.lo -MD -MP -MF src/.deps/libtcmalloc_minimal_debug_la-debugallocation.Tpo -c src/debugallocation.cc -fno-common -DPIC -o src/.libs/libtcmalloc_minimal_debug_la-debugallocation.o | |
| In file included from src/debugallocation.cc:72: | |
| In file included from ./src/base/commandlineflags.h:56: | |
| ./src/base/basictypes.h:287:9: warning: '_dyld_present' is deprecated: first deprecated in OS X 10.5 | |
| [-Wdeprecated-declarations] | |
| if (_dyld_present()) { | |
| ^ | |
| /usr/include/mach-o/dyld.h:236:13: note: '_dyld_present' has been explicitly marked deprecated here | |
| extern bool _dyld_present(void) __OSX_AVAILABLE... | |
| ^ | |
| In file included from src/debugallocation.cc:85: | |
| In file included from ./src/tcmalloc.cc:157: | |
| In file included from ./src/libc_override.h:76: | |
| ./src/libc_override_osx.h:184:6: warning: unused function 'mi_statistics' [-Wunused-function] | |
| void mi_statistics(malloc_zone_t *zone, malloc_statistics_t *stats) { | |
| ^ | |
| src/debugallocation.cc:302:7: warning: private field 'magic2_' is not used [-Wunused-private-field] | |
| int magic2_; | |
| ^ | |
| 3 warnings generated. | |
| libtool: compile: g++ -DHAVE_CONFIG_H -I. -I./src -I./src -DNO_TCMALLOC_SAMPLES -D_THREAD_SAFE -DNDEBUG -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -fno-builtin-malloc -fno-builtin-free -fno-builtin-realloc -fno-builtin-calloc -fno-builtin-cfree -fno-builtin-memalign -fno-builtin-posix_memalign -fno-builtin-valloc -fno-builtin-pvalloc -Wno-unused-result -DTCMALLOC_FOR_DEBUGALLOCATION -g -O2 -MT src/libtcmalloc_minimal_debug_la-debugallocation.lo -MD -MP -MF src/.deps/libtcmalloc_minimal_debug_la-debugallocation.Tpo -c src/debugallocation.cc -o src/libtcmalloc_minimal_debug_la-debugallocation.o >/dev/null 2>&1 | |
| mv -f src/.deps/libtcmalloc_minimal_debug_la-debugallocation.Tpo src/.deps/libtcmalloc_minimal_debug_la-debugallocation.Plo | |
| /bin/sh ./libtool --tag=CXX --mode=link g++ -DNO_TCMALLOC_SAMPLES -D_THREAD_SAFE -DNDEBUG -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -fno-builtin-malloc -fno-builtin-free -fno-builtin-realloc -fno-builtin-calloc -fno-builtin-cfree -fno-builtin-memalign -fno-builtin-posix_memalign -fno-builtin-valloc -fno-builtin-pvalloc -Wno-unused-result -DTCMALLOC_FOR_DEBUGALLOCATION -g -O2 -D_THREAD_SAFE -version-info 6:6:2 -no-undefined -version-info 6:6:2 -o libtcmalloc_minimal_debug.la -rpath /usr/local/lib src/libtcmalloc_minimal_debug_la-debugallocation.lo libtcmalloc_minimal_internal.la | |
| libtool: link: g++ -dynamiclib -o .libs/libtcmalloc_minimal_debug.4.dylib src/.libs/libtcmalloc_minimal_debug_la-debugallocation.o -Wl,-force_load,./.libs/libtcmalloc_minimal_internal.a -O2 -install_name /usr/local/lib/libtcmalloc_minimal_debug.4.dylib -compatibility_version 7 -current_version 7.6 -Wl,-single_module | |
| libtool: link: (cd ".libs" && rm -f "libtcmalloc_minimal_debug.dylib" && ln -s "libtcmalloc_minimal_debug.4.dylib" "libtcmalloc_minimal_debug.dylib") | |
| libtool: link: (cd .libs/libtcmalloc_minimal_debug.lax/libtcmalloc_minimal_internal.a && ar x "/Users/haa/Desktop/palo/molap/server/5.1/gperftools/./.libs/libtcmalloc_minimal_internal.a") | |
| libtool: link: ar cru .libs/libtcmalloc_minimal_debug.a src/libtcmalloc_minimal_debug_la-debugallocation.o .libs/libtcmalloc_minimal_debug.lax/libtcmalloc_minimal_internal.a/atomicops-internals-x86.o .libs/libtcmalloc_minimal_debug.lax/libtcmalloc_minimal_internal.a/dynamic_annotations.o .libs/libtcmalloc_minimal_debug.lax/libtcmalloc_minimal_internal.a/libtcmalloc_minimal_internal_la-central_freelist.o .libs/libtcmalloc_minimal_debug.lax/libtcmalloc_minimal_internal.a/libtcmalloc_minimal_internal_la-common.o .libs/libtcmalloc_minimal_debug.lax/libtcmalloc_minimal_internal.a/libtcmalloc_minimal_internal_la-internal_logging.o .libs/libtcmalloc_minimal_debug.lax/libtcmalloc_minimal_internal.a/libtcmalloc_minimal_internal_la-malloc_extension.o .libs/libtcmalloc_minimal_debug.lax/libtcmalloc_minimal_internal.a/libtcmalloc_minimal_internal_la-malloc_hook.o .libs/libtcmalloc_minimal_debug.lax/libtcmalloc_minimal_internal.a/libtcmalloc_minimal_internal_la-memfs_malloc.o .libs/libtcmalloc_minimal_debug.lax/libtcmalloc_minimal_internal.a/libtcmalloc_minimal_internal_la-page_heap.o .libs/libtcmalloc_minimal_debug.lax/libtcmalloc_minimal_internal.a/libtcmalloc_minimal_internal_la-sampler.o .libs/libtcmalloc_minimal_debug.lax/libtcmalloc_minimal_internal.a/libtcmalloc_minimal_internal_la-span.o .libs/libtcmalloc_minimal_debug.lax/libtcmalloc_minimal_internal.a/libtcmalloc_minimal_internal_la-stack_trace_table.o .libs/libtcmalloc_minimal_debug.lax/libtcmalloc_minimal_internal.a/libtcmalloc_minimal_internal_la-static_vars.o .libs/libtcmalloc_minimal_debug.lax/libtcmalloc_minimal_internal.a/libtcmalloc_minimal_internal_la-symbolize.o .libs/libtcmalloc_minimal_debug.lax/libtcmalloc_minimal_internal.a/libtcmalloc_minimal_internal_la-system-alloc.o .libs/libtcmalloc_minimal_debug.lax/libtcmalloc_minimal_internal.a/libtcmalloc_minimal_internal_la-thread_cache.o .libs/libtcmalloc_minimal_debug.lax/libtcmalloc_minimal_internal.a/logging.o .libs/libtcmalloc_minimal_debug.lax/libtcmalloc_minimal_internal.a/maybe_threads.o .libs/libtcmalloc_minimal_debug.lax/libtcmalloc_minimal_internal.a/spinlock.o .libs/libtcmalloc_minimal_debug.lax/libtcmalloc_minimal_internal.a/spinlock_internal.o .libs/libtcmalloc_minimal_debug.lax/libtcmalloc_minimal_internal.a/sysinfo.o | |
| /opt/local/bin/ranlib: file: .libs/libtcmalloc_minimal_debug.a(atomicops-internals-x86.o) has no symbols | |
| /opt/local/bin/ranlib: file: .libs/libtcmalloc_minimal_debug.a(libtcmalloc_minimal_internal_la-memfs_malloc.o) has no symbols | |
| libtool: link: ranlib .libs/libtcmalloc_minimal_debug.a | |
| ranlib: file: .libs/libtcmalloc_minimal_debug.a(atomicops-internals-x86.o) has no symbols | |
| ranlib: file: .libs/libtcmalloc_minimal_debug.a(libtcmalloc_minimal_internal_la-memfs_malloc.o) has no symbols | |
| libtool: link: rm -fr .libs/libtcmalloc_minimal_debug.lax | |
| libtool: link: ( cd ".libs" && rm -f "libtcmalloc_minimal_debug.la" && ln -s "../libtcmalloc_minimal_debug.la" "libtcmalloc_minimal_debug.la" ) | |
| /bin/sh ./libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I./src -I./src -D_THREAD_SAFE -DNDEBUG -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -fno-builtin-malloc -fno-builtin-free -fno-builtin-realloc -fno-builtin-calloc -fno-builtin-cfree -fno-builtin-memalign -fno-builtin-posix_memalign -fno-builtin-valloc -fno-builtin-pvalloc -Wno-unused-result -DNO_HEAP_CHECK -g -O2 -MT src/libtcmalloc_la-tcmalloc.lo -MD -MP -MF src/.deps/libtcmalloc_la-tcmalloc.Tpo -c -o src/libtcmalloc_la-tcmalloc.lo `test -f 'src/tcmalloc.cc' || echo './'`src/tcmalloc.cc | |
| libtool: compile: g++ -DHAVE_CONFIG_H -I. -I./src -I./src -D_THREAD_SAFE -DNDEBUG -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -fno-builtin-malloc -fno-builtin-free -fno-builtin-realloc -fno-builtin-calloc -fno-builtin-cfree -fno-builtin-memalign -fno-builtin-posix_memalign -fno-builtin-valloc -fno-builtin-pvalloc -Wno-unused-result -DNO_HEAP_CHECK -g -O2 -MT src/libtcmalloc_la-tcmalloc.lo -MD -MP -MF src/.deps/libtcmalloc_la-tcmalloc.Tpo -c src/tcmalloc.cc -fno-common -DPIC -o src/.libs/libtcmalloc_la-tcmalloc.o | |
| In file included from src/tcmalloc.cc:117: | |
| ./src/base/basictypes.h:287:9: warning: '_dyld_present' is deprecated: first deprecated in OS X 10.5 | |
| [-Wdeprecated-declarations] | |
| if (_dyld_present()) { | |
| ^ | |
| /usr/include/mach-o/dyld.h:236:13: note: '_dyld_present' has been explicitly marked deprecated here | |
| extern bool _dyld_present(void) __OSX_AVAILABLE... | |
| ^ | |
| In file included from src/tcmalloc.cc:157: | |
| In file included from ./src/libc_override.h:76: | |
| ./src/libc_override_osx.h:184:6: warning: unused function 'mi_statistics' [-Wunused-function] | |
| void mi_statistics(malloc_zone_t *zone, malloc_statistics_t *stats) { | |
| ^ | |
| src/tcmalloc.cc:967:20: warning: unused function 'CheckCachedSizeClass' [-Wunused-function] | |
| static inline bool CheckCachedSizeClass(void *ptr) { | |
| ^ | |
| 3 warnings generated. | |
| libtool: compile: g++ -DHAVE_CONFIG_H -I. -I./src -I./src -D_THREAD_SAFE -DNDEBUG -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -fno-builtin-malloc -fno-builtin-free -fno-builtin-realloc -fno-builtin-calloc -fno-builtin-cfree -fno-builtin-memalign -fno-builtin-posix_memalign -fno-builtin-valloc -fno-builtin-pvalloc -Wno-unused-result -DNO_HEAP_CHECK -g -O2 -MT src/libtcmalloc_la-tcmalloc.lo -MD -MP -MF src/.deps/libtcmalloc_la-tcmalloc.Tpo -c src/tcmalloc.cc -o src/libtcmalloc_la-tcmalloc.o >/dev/null 2>&1 | |
| mv -f src/.deps/libtcmalloc_la-tcmalloc.Tpo src/.deps/libtcmalloc_la-tcmalloc.Plo | |
| /bin/sh ./libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I./src -I./src -D_THREAD_SAFE -DNDEBUG -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -fno-builtin-malloc -fno-builtin-free -fno-builtin-realloc -fno-builtin-calloc -fno-builtin-cfree -fno-builtin-memalign -fno-builtin-posix_memalign -fno-builtin-valloc -fno-builtin-pvalloc -Wno-unused-result -fno-exceptions -DNO_HEAP_CHECK -g -O2 -MT src/libtcmalloc_internal_la-common.lo -MD -MP -MF src/.deps/libtcmalloc_internal_la-common.Tpo -c -o src/libtcmalloc_internal_la-common.lo `test -f 'src/common.cc' || echo './'`src/common.cc | |
| libtool: compile: g++ -DHAVE_CONFIG_H -I. -I./src -I./src -D_THREAD_SAFE -DNDEBUG -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -fno-builtin-malloc -fno-builtin-free -fno-builtin-realloc -fno-builtin-calloc -fno-builtin-cfree -fno-builtin-memalign -fno-builtin-posix_memalign -fno-builtin-valloc -fno-builtin-pvalloc -Wno-unused-result -fno-exceptions -DNO_HEAP_CHECK -g -O2 -MT src/libtcmalloc_internal_la-common.lo -MD -MP -MF src/.deps/libtcmalloc_internal_la-common.Tpo -c src/common.cc -fno-common -DPIC -o src/.libs/libtcmalloc_internal_la-common.o | |
| In file included from src/common.cc:36: | |
| In file included from ./src/common.h:45: | |
| ./src/base/basictypes.h:287:9: warning: '_dyld_present' is deprecated: first deprecated in OS X 10.5 | |
| [-Wdeprecated-declarations] | |
| if (_dyld_present()) { | |
| ^ | |
| /usr/include/mach-o/dyld.h:236:13: note: '_dyld_present' has been explicitly marked deprecated here | |
| extern bool _dyld_present(void) __OSX_AVAILABLE... | |
| ^ | |
| src/common.cc:223:21: warning: unused variable 'kMetadataBigAllocThreshold' [-Wunused-const-variable] | |
| static const size_t kMetadataBigAllocThreshold = kMetadataAllocChunkSize / 8; | |
| ^ | |
| 2 warnings generated. | |
| libtool: compile: g++ -DHAVE_CONFIG_H -I. -I./src -I./src -D_THREAD_SAFE -DNDEBUG -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -fno-builtin-malloc -fno-builtin-free -fno-builtin-realloc -fno-builtin-calloc -fno-builtin-cfree -fno-builtin-memalign -fno-builtin-posix_memalign -fno-builtin-valloc -fno-builtin-pvalloc -Wno-unused-result -fno-exceptions -DNO_HEAP_CHECK -g -O2 -MT src/libtcmalloc_internal_la-common.lo -MD -MP -MF src/.deps/libtcmalloc_internal_la-common.Tpo -c src/common.cc -o src/libtcmalloc_internal_la-common.o >/dev/null 2>&1 | |
| mv -f src/.deps/libtcmalloc_internal_la-common.Tpo src/.deps/libtcmalloc_internal_la-common.Plo | |
| /bin/sh ./libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I./src -I./src -D_THREAD_SAFE -DNDEBUG -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -fno-builtin-malloc -fno-builtin-free -fno-builtin-realloc -fno-builtin-calloc -fno-builtin-cfree -fno-builtin-memalign -fno-builtin-posix_memalign -fno-builtin-valloc -fno-builtin-pvalloc -Wno-unused-result -fno-exceptions -DNO_HEAP_CHECK -g -O2 -MT src/libtcmalloc_internal_la-internal_logging.lo -MD -MP -MF src/.deps/libtcmalloc_internal_la-internal_logging.Tpo -c -o src/libtcmalloc_internal_la-internal_logging.lo `test -f 'src/internal_logging.cc' || echo './'`src/internal_logging.cc | |
| libtool: compile: g++ -DHAVE_CONFIG_H -I. -I./src -I./src -D_THREAD_SAFE -DNDEBUG -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -fno-builtin-malloc -fno-builtin-free -fno-builtin-realloc -fno-builtin-calloc -fno-builtin-cfree -fno-builtin-memalign -fno-builtin-posix_memalign -fno-builtin-valloc -fno-builtin-pvalloc -Wno-unused-result -fno-exceptions -DNO_HEAP_CHECK -g -O2 -MT src/libtcmalloc_internal_la-internal_logging.lo -MD -MP -MF src/.deps/libtcmalloc_internal_la-internal_logging.Tpo -c src/internal_logging.cc -fno-common -DPIC -o src/.libs/libtcmalloc_internal_la-internal_logging.o | |
| In file included from src/internal_logging.cc:45: | |
| In file included from ./src/base/logging.h:49: | |
| In file included from ./src/base/commandlineflags.h:56: | |
| ./src/base/basictypes.h:287:9: warning: '_dyld_present' is deprecated: first deprecated in OS X 10.5 | |
| [-Wdeprecated-declarations] | |
| if (_dyld_present()) { | |
| ^ | |
| /usr/include/mach-o/dyld.h:236:13: note: '_dyld_present' has been explicitly marked deprecated here | |
| extern bool _dyld_present(void) __OSX_AVAILABLE... | |
| ^ | |
| src/internal_logging.cc:48:18: warning: unused variable 'kLogBufSize' [-Wunused-const-variable] | |
| static const int kLogBufSize = 800; | |
| ^ | |
| 2 warnings generated. | |
| libtool: compile: g++ -DHAVE_CONFIG_H -I. -I./src -I./src -D_THREAD_SAFE -DNDEBUG -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -fno-builtin-malloc -fno-builtin-free -fno-builtin-realloc -fno-builtin-calloc -fno-builtin-cfree -fno-builtin-memalign -fno-builtin-posix_memalign -fno-builtin-valloc -fno-builtin-pvalloc -Wno-unused-result -fno-exceptions -DNO_HEAP_CHECK -g -O2 -MT src/libtcmalloc_internal_la-internal_logging.lo -MD -MP -MF src/.deps/libtcmalloc_internal_la-internal_logging.Tpo -c src/internal_logging.cc -o src/libtcmalloc_internal_la-internal_logging.o >/dev/null 2>&1 | |
| mv -f src/.deps/libtcmalloc_internal_la-internal_logging.Tpo src/.deps/libtcmalloc_internal_la-internal_logging.Plo | |
| /bin/sh ./libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I./src -I./src -D_THREAD_SAFE -DNDEBUG -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -fno-builtin-malloc -fno-builtin-free -fno-builtin-realloc -fno-builtin-calloc -fno-builtin-cfree -fno-builtin-memalign -fno-builtin-posix_memalign -fno-builtin-valloc -fno-builtin-pvalloc -Wno-unused-result -fno-exceptions -DNO_HEAP_CHECK -g -O2 -MT src/libtcmalloc_internal_la-system-alloc.lo -MD -MP -MF src/.deps/libtcmalloc_internal_la-system-alloc.Tpo -c -o src/libtcmalloc_internal_la-system-alloc.lo `test -f 'src/system-alloc.cc' || echo './'`src/system-alloc.cc | |
| libtool: compile: g++ -DHAVE_CONFIG_H -I. -I./src -I./src -D_THREAD_SAFE -DNDEBUG -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -fno-builtin-malloc -fno-builtin-free -fno-builtin-realloc -fno-builtin-calloc -fno-builtin-cfree -fno-builtin-memalign -fno-builtin-posix_memalign -fno-builtin-valloc -fno-builtin-pvalloc -Wno-unused-result -fno-exceptions -DNO_HEAP_CHECK -g -O2 -MT src/libtcmalloc_internal_la-system-alloc.lo -MD -MP -MF src/.deps/libtcmalloc_internal_la-system-alloc.Tpo -c src/system-alloc.cc -fno-common -DPIC -o src/.libs/libtcmalloc_internal_la-system-alloc.o | |
| In file included from src/system-alloc.cc:53: | |
| ./src/base/basictypes.h:287:9: warning: '_dyld_present' is deprecated: first deprecated in OS X 10.5 | |
| [-Wdeprecated-declarations] | |
| if (_dyld_present()) { | |
| ^ | |
| /usr/include/mach-o/dyld.h:236:13: note: '_dyld_present' has been explicitly marked deprecated here | |
| extern bool _dyld_present(void) __OSX_AVAILABLE... | |
| ^ | |
| src/system-alloc.cc:239:34: warning: 'sbrk' is deprecated [-Wdeprecated-declarations] | |
| if (reinterpret_cast<intptr_t>(sbrk(0)) + size < size) { | |
| ^ | |
| /usr/include/unistd.h:582:7: note: 'sbrk' has been explicitly marked deprecated here | |
| void *sbrk(int); | |
| ^ | |
| src/system-alloc.cc:243:18: warning: 'sbrk' is deprecated [-Wdeprecated-declarations] | |
| void* result = sbrk(size); | |
| ^ | |
| /usr/include/unistd.h:582:7: note: 'sbrk' has been explicitly marked deprecated here | |
| void *sbrk(int); | |
| ^ | |
| src/system-alloc.cc:254:14: warning: 'sbrk' is deprecated [-Wdeprecated-declarations] | |
| void* r2 = sbrk(extra); | |
| ^ | |
| /usr/include/unistd.h:582:7: note: 'sbrk' has been explicitly marked deprecated here | |
| void *sbrk(int); | |
| ^ | |
| src/system-alloc.cc:262:12: warning: 'sbrk' is deprecated [-Wdeprecated-declarations] | |
| result = sbrk(size + alignment - 1); | |
| ^ | |
| /usr/include/unistd.h:582:7: note: 'sbrk' has been explicitly marked deprecated here | |
| void *sbrk(int); | |
| ^ | |
| src/system-alloc.cc:100:18: warning: unused function 'CheckAddressBits' [-Wunused-function] | |
| template <> bool CheckAddressBits<8 * sizeof(void*)>(uintptr_t ptr) { | |
| ^ | |
| 6 warnings generated. | |
| libtool: compile: g++ -DHAVE_CONFIG_H -I. -I./src -I./src -D_THREAD_SAFE -DNDEBUG -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -fno-builtin-malloc -fno-builtin-free -fno-builtin-realloc -fno-builtin-calloc -fno-builtin-cfree -fno-builtin-memalign -fno-builtin-posix_memalign -fno-builtin-valloc -fno-builtin-pvalloc -Wno-unused-result -fno-exceptions -DNO_HEAP_CHECK -g -O2 -MT src/libtcmalloc_internal_la-system-alloc.lo -MD -MP -MF src/.deps/libtcmalloc_internal_la-system-alloc.Tpo -c src/system-alloc.cc -o src/libtcmalloc_internal_la-system-alloc.o >/dev/null 2>&1 | |
| mv -f src/.deps/libtcmalloc_internal_la-system-alloc.Tpo src/.deps/libtcmalloc_internal_la-system-alloc.Plo | |
| /bin/sh ./libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I./src -I./src -D_THREAD_SAFE -DNDEBUG -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -fno-builtin-malloc -fno-builtin-free -fno-builtin-realloc -fno-builtin-calloc -fno-builtin-cfree -fno-builtin-memalign -fno-builtin-posix_memalign -fno-builtin-valloc -fno-builtin-pvalloc -Wno-unused-result -fno-exceptions -DNO_HEAP_CHECK -g -O2 -MT src/libtcmalloc_internal_la-memfs_malloc.lo -MD -MP -MF src/.deps/libtcmalloc_internal_la-memfs_malloc.Tpo -c -o src/libtcmalloc_internal_la-memfs_malloc.lo `test -f 'src/memfs_malloc.cc' || echo './'`src/memfs_malloc.cc | |
| libtool: compile: g++ -DHAVE_CONFIG_H -I. -I./src -I./src -D_THREAD_SAFE -DNDEBUG -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -fno-builtin-malloc -fno-builtin-free -fno-builtin-realloc -fno-builtin-calloc -fno-builtin-cfree -fno-builtin-memalign -fno-builtin-posix_memalign -fno-builtin-valloc -fno-builtin-pvalloc -Wno-unused-result -fno-exceptions -DNO_HEAP_CHECK -g -O2 -MT src/libtcmalloc_internal_la-memfs_malloc.lo -MD -MP -MF src/.deps/libtcmalloc_internal_la-memfs_malloc.Tpo -c src/memfs_malloc.cc -fno-common -DPIC -o src/.libs/libtcmalloc_internal_la-memfs_malloc.o | |
| libtool: compile: g++ -DHAVE_CONFIG_H -I. -I./src -I./src -D_THREAD_SAFE -DNDEBUG -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -fno-builtin-malloc -fno-builtin-free -fno-builtin-realloc -fno-builtin-calloc -fno-builtin-cfree -fno-builtin-memalign -fno-builtin-posix_memalign -fno-builtin-valloc -fno-builtin-pvalloc -Wno-unused-result -fno-exceptions -DNO_HEAP_CHECK -g -O2 -MT src/libtcmalloc_internal_la-memfs_malloc.lo -MD -MP -MF src/.deps/libtcmalloc_internal_la-memfs_malloc.Tpo -c src/memfs_malloc.cc -o src/libtcmalloc_internal_la-memfs_malloc.o >/dev/null 2>&1 | |
| mv -f src/.deps/libtcmalloc_internal_la-memfs_malloc.Tpo src/.deps/libtcmalloc_internal_la-memfs_malloc.Plo | |
| /bin/sh ./libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I./src -I./src -D_THREAD_SAFE -DNDEBUG -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -fno-builtin-malloc -fno-builtin-free -fno-builtin-realloc -fno-builtin-calloc -fno-builtin-cfree -fno-builtin-memalign -fno-builtin-posix_memalign -fno-builtin-valloc -fno-builtin-pvalloc -Wno-unused-result -fno-exceptions -DNO_HEAP_CHECK -g -O2 -MT src/libtcmalloc_internal_la-central_freelist.lo -MD -MP -MF src/.deps/libtcmalloc_internal_la-central_freelist.Tpo -c -o src/libtcmalloc_internal_la-central_freelist.lo `test -f 'src/central_freelist.cc' || echo './'`src/central_freelist.cc | |
| libtool: compile: g++ -DHAVE_CONFIG_H -I. -I./src -I./src -D_THREAD_SAFE -DNDEBUG -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -fno-builtin-malloc -fno-builtin-free -fno-builtin-realloc -fno-builtin-calloc -fno-builtin-cfree -fno-builtin-memalign -fno-builtin-posix_memalign -fno-builtin-valloc -fno-builtin-pvalloc -Wno-unused-result -fno-exceptions -DNO_HEAP_CHECK -g -O2 -MT src/libtcmalloc_internal_la-central_freelist.lo -MD -MP -MF src/.deps/libtcmalloc_internal_la-central_freelist.Tpo -c src/central_freelist.cc -fno-common -DPIC -o src/.libs/libtcmalloc_internal_la-central_freelist.o | |
| In file included from src/central_freelist.cc:36: | |
| In file included from ./src/central_freelist.h:42: | |
| In file included from ./src/base/spinlock.h:44: | |
| ./src/base/basictypes.h:287:9: warning: '_dyld_present' is deprecated: first deprecated in OS X 10.5 | |
| [-Wdeprecated-declarations] | |
| if (_dyld_present()) { | |
| ^ | |
| /usr/include/mach-o/dyld.h:236:13: note: '_dyld_present' has been explicitly marked deprecated here | |
| extern bool _dyld_present(void) __OSX_AVAILABLE... | |
| ^ | |
| 1 warning generated. | |
| libtool: compile: g++ -DHAVE_CONFIG_H -I. -I./src -I./src -D_THREAD_SAFE -DNDEBUG -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -fno-builtin-malloc -fno-builtin-free -fno-builtin-realloc -fno-builtin-calloc -fno-builtin-cfree -fno-builtin-memalign -fno-builtin-posix_memalign -fno-builtin-valloc -fno-builtin-pvalloc -Wno-unused-result -fno-exceptions -DNO_HEAP_CHECK -g -O2 -MT src/libtcmalloc_internal_la-central_freelist.lo -MD -MP -MF src/.deps/libtcmalloc_internal_la-central_freelist.Tpo -c src/central_freelist.cc -o src/libtcmalloc_internal_la-central_freelist.o >/dev/null 2>&1 | |
| mv -f src/.deps/libtcmalloc_internal_la-central_freelist.Tpo src/.deps/libtcmalloc_internal_la-central_freelist.Plo | |
| /bin/sh ./libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I./src -I./src -D_THREAD_SAFE -DNDEBUG -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -fno-builtin-malloc -fno-builtin-free -fno-builtin-realloc -fno-builtin-calloc -fno-builtin-cfree -fno-builtin-memalign -fno-builtin-posix_memalign -fno-builtin-valloc -fno-builtin-pvalloc -Wno-unused-result -fno-exceptions -DNO_HEAP_CHECK -g -O2 -MT src/libtcmalloc_internal_la-page_heap.lo -MD -MP -MF src/.deps/libtcmalloc_internal_la-page_heap.Tpo -c -o src/libtcmalloc_internal_la-page_heap.lo `test -f 'src/page_heap.cc' || echo './'`src/page_heap.cc | |
| libtool: compile: g++ -DHAVE_CONFIG_H -I. -I./src -I./src -D_THREAD_SAFE -DNDEBUG -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -fno-builtin-malloc -fno-builtin-free -fno-builtin-realloc -fno-builtin-calloc -fno-builtin-cfree -fno-builtin-memalign -fno-builtin-posix_memalign -fno-builtin-valloc -fno-builtin-pvalloc -Wno-unused-result -fno-exceptions -DNO_HEAP_CHECK -g -O2 -MT src/libtcmalloc_internal_la-page_heap.lo -MD -MP -MF src/.deps/libtcmalloc_internal_la-page_heap.Tpo -c src/page_heap.cc -fno-common -DPIC -o src/.libs/libtcmalloc_internal_la-page_heap.o | |
| In file included from src/page_heap.cc:40: | |
| ./src/base/basictypes.h:287:9: warning: '_dyld_present' is deprecated: first deprecated in OS X 10.5 | |
| [-Wdeprecated-declarations] | |
| if (_dyld_present()) { | |
| ^ | |
| /usr/include/mach-o/dyld.h:236:13: note: '_dyld_present' has been explicitly marked deprecated here | |
| extern bool _dyld_present(void) __OSX_AVAILABLE... | |
| ^ | |
| 1 warning generated. | |
| libtool: compile: g++ -DHAVE_CONFIG_H -I. -I./src -I./src -D_THREAD_SAFE -DNDEBUG -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -fno-builtin-malloc -fno-builtin-free -fno-builtin-realloc -fno-builtin-calloc -fno-builtin-cfree -fno-builtin-memalign -fno-builtin-posix_memalign -fno-builtin-valloc -fno-builtin-pvalloc -Wno-unused-result -fno-exceptions -DNO_HEAP_CHECK -g -O2 -MT src/libtcmalloc_internal_la-page_heap.lo -MD -MP -MF src/.deps/libtcmalloc_internal_la-page_heap.Tpo -c src/page_heap.cc -o src/libtcmalloc_internal_la-page_heap.o >/dev/null 2>&1 | |
| mv -f src/.deps/libtcmalloc_internal_la-page_heap.Tpo src/.deps/libtcmalloc_internal_la-page_heap.Plo | |
| /bin/sh ./libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I./src -I./src -D_THREAD_SAFE -DNDEBUG -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -fno-builtin-malloc -fno-builtin-free -fno-builtin-realloc -fno-builtin-calloc -fno-builtin-cfree -fno-builtin-memalign -fno-builtin-posix_memalign -fno-builtin-valloc -fno-builtin-pvalloc -Wno-unused-result -fno-exceptions -DNO_HEAP_CHECK -g -O2 -MT src/libtcmalloc_internal_la-sampler.lo -MD -MP -MF src/.deps/libtcmalloc_internal_la-sampler.Tpo -c -o src/libtcmalloc_internal_la-sampler.lo `test -f 'src/sampler.cc' || echo './'`src/sampler.cc | |
| libtool: compile: g++ -DHAVE_CONFIG_H -I. -I./src -I./src -D_THREAD_SAFE -DNDEBUG -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -fno-builtin-malloc -fno-builtin-free -fno-builtin-realloc -fno-builtin-calloc -fno-builtin-cfree -fno-builtin-memalign -fno-builtin-posix_memalign -fno-builtin-valloc -fno-builtin-pvalloc -Wno-unused-result -fno-exceptions -DNO_HEAP_CHECK -g -O2 -MT src/libtcmalloc_internal_la-sampler.lo -MD -MP -MF src/.deps/libtcmalloc_internal_la-sampler.Tpo -c src/sampler.cc -fno-common -DPIC -o src/.libs/libtcmalloc_internal_la-sampler.o | |
| In file included from src/sampler.cc:36: | |
| In file included from ./src/sampler.h:45: | |
| ./src/base/basictypes.h:287:9: warning: '_dyld_present' is deprecated: first deprecated in OS X 10.5 | |
| [-Wdeprecated-declarations] | |
| if (_dyld_present()) { | |
| ^ | |
| /usr/include/mach-o/dyld.h:236:13: note: '_dyld_present' has been explicitly marked deprecated here | |
| extern bool _dyld_present(void) __OSX_AVAILABLE... | |
| ^ | |
| 1 warning generated. | |
| libtool: compile: g++ -DHAVE_CONFIG_H -I. -I./src -I./src -D_THREAD_SAFE -DNDEBUG -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -fno-builtin-malloc -fno-builtin-free -fno-builtin-realloc -fno-builtin-calloc -fno-builtin-cfree -fno-builtin-memalign -fno-builtin-posix_memalign -fno-builtin-valloc -fno-builtin-pvalloc -Wno-unused-result -fno-exceptions -DNO_HEAP_CHECK -g -O2 -MT src/libtcmalloc_internal_la-sampler.lo -MD -MP -MF src/.deps/libtcmalloc_internal_la-sampler.Tpo -c src/sampler.cc -o src/libtcmalloc_internal_la-sampler.o >/dev/null 2>&1 | |
| mv -f src/.deps/libtcmalloc_internal_la-sampler.Tpo src/.deps/libtcmalloc_internal_la-sampler.Plo | |
| /bin/sh ./libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I./src -I./src -D_THREAD_SAFE -DNDEBUG -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -fno-builtin-malloc -fno-builtin-free -fno-builtin-realloc -fno-builtin-calloc -fno-builtin-cfree -fno-builtin-memalign -fno-builtin-posix_memalign -fno-builtin-valloc -fno-builtin-pvalloc -Wno-unused-result -fno-exceptions -DNO_HEAP_CHECK -g -O2 -MT src/libtcmalloc_internal_la-span.lo -MD -MP -MF src/.deps/libtcmalloc_internal_la-span.Tpo -c -o src/libtcmalloc_internal_la-span.lo `test -f 'src/span.cc' || echo './'`src/span.cc | |
| libtool: compile: g++ -DHAVE_CONFIG_H -I. -I./src -I./src -D_THREAD_SAFE -DNDEBUG -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -fno-builtin-malloc -fno-builtin-free -fno-builtin-realloc -fno-builtin-calloc -fno-builtin-cfree -fno-builtin-memalign -fno-builtin-posix_memalign -fno-builtin-valloc -fno-builtin-pvalloc -Wno-unused-result -fno-exceptions -DNO_HEAP_CHECK -g -O2 -MT src/libtcmalloc_internal_la-span.lo -MD -MP -MF src/.deps/libtcmalloc_internal_la-span.Tpo -c src/span.cc -fno-common -DPIC -o src/.libs/libtcmalloc_internal_la-span.o | |
| In file included from src/span.cc:35: | |
| In file included from ./src/span.h:40: | |
| In file included from ./src/common.h:45: | |
| ./src/base/basictypes.h:287:9: warning: '_dyld_present' is deprecated: first deprecated in OS X 10.5 | |
| [-Wdeprecated-declarations] | |
| if (_dyld_present()) { | |
| ^ | |
| /usr/include/mach-o/dyld.h:236:13: note: '_dyld_present' has been explicitly marked deprecated here | |
| extern bool _dyld_present(void) __OSX_AVAILABLE... | |
| ^ | |
| 1 warning generated. | |
| libtool: compile: g++ -DHAVE_CONFIG_H -I. -I./src -I./src -D_THREAD_SAFE -DNDEBUG -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -fno-builtin-malloc -fno-builtin-free -fno-builtin-realloc -fno-builtin-calloc -fno-builtin-cfree -fno-builtin-memalign -fno-builtin-posix_memalign -fno-builtin-valloc -fno-builtin-pvalloc -Wno-unused-result -fno-exceptions -DNO_HEAP_CHECK -g -O2 -MT src/libtcmalloc_internal_la-span.lo -MD -MP -MF src/.deps/libtcmalloc_internal_la-span.Tpo -c src/span.cc -o src/libtcmalloc_internal_la-span.o >/dev/null 2>&1 | |
| mv -f src/.deps/libtcmalloc_internal_la-span.Tpo src/.deps/libtcmalloc_internal_la-span.Plo | |
| /bin/sh ./libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I./src -I./src -D_THREAD_SAFE -DNDEBUG -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -fno-builtin-malloc -fno-builtin-free -fno-builtin-realloc -fno-builtin-calloc -fno-builtin-cfree -fno-builtin-memalign -fno-builtin-posix_memalign -fno-builtin-valloc -fno-builtin-pvalloc -Wno-unused-result -fno-exceptions -DNO_HEAP_CHECK -g -O2 -MT src/libtcmalloc_internal_la-stack_trace_table.lo -MD -MP -MF src/.deps/libtcmalloc_internal_la-stack_trace_table.Tpo -c -o src/libtcmalloc_internal_la-stack_trace_table.lo `test -f 'src/stack_trace_table.cc' || echo './'`src/stack_trace_table.cc | |
| libtool: compile: g++ -DHAVE_CONFIG_H -I. -I./src -I./src -D_THREAD_SAFE -DNDEBUG -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -fno-builtin-malloc -fno-builtin-free -fno-builtin-realloc -fno-builtin-calloc -fno-builtin-cfree -fno-builtin-memalign -fno-builtin-posix_memalign -fno-builtin-valloc -fno-builtin-pvalloc -Wno-unused-result -fno-exceptions -DNO_HEAP_CHECK -g -O2 -MT src/libtcmalloc_internal_la-stack_trace_table.lo -MD -MP -MF src/.deps/libtcmalloc_internal_la-stack_trace_table.Tpo -c src/stack_trace_table.cc -fno-common -DPIC -o src/.libs/libtcmalloc_internal_la-stack_trace_table.o | |
| In file included from src/stack_trace_table.cc:35: | |
| In file included from ./src/stack_trace_table.h:43: | |
| In file included from ./src/common.h:45: | |
| ./src/base/basictypes.h:287:9: warning: '_dyld_present' is deprecated: first deprecated in OS X 10.5 | |
| [-Wdeprecated-declarations] | |
| if (_dyld_present()) { | |
| ^ | |
| /usr/include/mach-o/dyld.h:236:13: note: '_dyld_present' has been explicitly marked deprecated here | |
| extern bool _dyld_present(void) __OSX_AVAILABLE... | |
| ^ | |
| 1 warning generated. | |
| libtool: compile: g++ -DHAVE_CONFIG_H -I. -I./src -I./src -D_THREAD_SAFE -DNDEBUG -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -fno-builtin-malloc -fno-builtin-free -fno-builtin-realloc -fno-builtin-calloc -fno-builtin-cfree -fno-builtin-memalign -fno-builtin-posix_memalign -fno-builtin-valloc -fno-builtin-pvalloc -Wno-unused-result -fno-exceptions -DNO_HEAP_CHECK -g -O2 -MT src/libtcmalloc_internal_la-stack_trace_table.lo -MD -MP -MF src/.deps/libtcmalloc_internal_la-stack_trace_table.Tpo -c src/stack_trace_table.cc -o src/libtcmalloc_internal_la-stack_trace_table.o >/dev/null 2>&1 | |
| mv -f src/.deps/libtcmalloc_internal_la-stack_trace_table.Tpo src/.deps/libtcmalloc_internal_la-stack_trace_table.Plo | |
| /bin/sh ./libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I./src -I./src -D_THREAD_SAFE -DNDEBUG -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -fno-builtin-malloc -fno-builtin-free -fno-builtin-realloc -fno-builtin-calloc -fno-builtin-cfree -fno-builtin-memalign -fno-builtin-posix_memalign -fno-builtin-valloc -fno-builtin-pvalloc -Wno-unused-result -fno-exceptions -DNO_HEAP_CHECK -g -O2 -MT src/libtcmalloc_internal_la-static_vars.lo -MD -MP -MF src/.deps/libtcmalloc_internal_la-static_vars.Tpo -c -o src/libtcmalloc_internal_la-static_vars.lo `test -f 'src/static_vars.cc' || echo './'`src/static_vars.cc | |
| libtool: compile: g++ -DHAVE_CONFIG_H -I. -I./src -I./src -D_THREAD_SAFE -DNDEBUG -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -fno-builtin-malloc -fno-builtin-free -fno-builtin-realloc -fno-builtin-calloc -fno-builtin-cfree -fno-builtin-memalign -fno-builtin-posix_memalign -fno-builtin-valloc -fno-builtin-pvalloc -Wno-unused-result -fno-exceptions -DNO_HEAP_CHECK -g -O2 -MT src/libtcmalloc_internal_la-static_vars.lo -MD -MP -MF src/.deps/libtcmalloc_internal_la-static_vars.Tpo -c src/static_vars.cc -fno-common -DPIC -o src/.libs/libtcmalloc_internal_la-static_vars.o | |
| In file included from src/static_vars.cc:35: | |
| In file included from ./src/static_vars.h:40: | |
| In file included from ./src/base/spinlock.h:44: | |
| ./src/base/basictypes.h:287:9: warning: '_dyld_present' is deprecated: first deprecated in OS X 10.5 | |
| [-Wdeprecated-declarations] | |
| if (_dyld_present()) { | |
| ^ | |
| /usr/include/mach-o/dyld.h:236:13: note: '_dyld_present' has been explicitly marked deprecated here | |
| extern bool _dyld_present(void) __OSX_AVAILABLE... | |
| ^ | |
| 1 warning generated. | |
| libtool: compile: g++ -DHAVE_CONFIG_H -I. -I./src -I./src -D_THREAD_SAFE -DNDEBUG -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -fno-builtin-malloc -fno-builtin-free -fno-builtin-realloc -fno-builtin-calloc -fno-builtin-cfree -fno-builtin-memalign -fno-builtin-posix_memalign -fno-builtin-valloc -fno-builtin-pvalloc -Wno-unused-result -fno-exceptions -DNO_HEAP_CHECK -g -O2 -MT src/libtcmalloc_internal_la-static_vars.lo -MD -MP -MF src/.deps/libtcmalloc_internal_la-static_vars.Tpo -c src/static_vars.cc -o src/libtcmalloc_internal_la-static_vars.o >/dev/null 2>&1 | |
| mv -f src/.deps/libtcmalloc_internal_la-static_vars.Tpo src/.deps/libtcmalloc_internal_la-static_vars.Plo | |
| /bin/sh ./libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I./src -I./src -D_THREAD_SAFE -DNDEBUG -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -fno-builtin-malloc -fno-builtin-free -fno-builtin-realloc -fno-builtin-calloc -fno-builtin-cfree -fno-builtin-memalign -fno-builtin-posix_memalign -fno-builtin-valloc -fno-builtin-pvalloc -Wno-unused-result -fno-exceptions -DNO_HEAP_CHECK -g -O2 -MT src/libtcmalloc_internal_la-symbolize.lo -MD -MP -MF src/.deps/libtcmalloc_internal_la-symbolize.Tpo -c -o src/libtcmalloc_internal_la-symbolize.lo `test -f 'src/symbolize.cc' || echo './'`src/symbolize.cc | |
| libtool: compile: g++ -DHAVE_CONFIG_H -I. -I./src -I./src -D_THREAD_SAFE -DNDEBUG -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -fno-builtin-malloc -fno-builtin-free -fno-builtin-realloc -fno-builtin-calloc -fno-builtin-cfree -fno-builtin-memalign -fno-builtin-posix_memalign -fno-builtin-valloc -fno-builtin-pvalloc -Wno-unused-result -fno-exceptions -DNO_HEAP_CHECK -g -O2 -MT src/libtcmalloc_internal_la-symbolize.lo -MD -MP -MF src/.deps/libtcmalloc_internal_la-symbolize.Tpo -c src/symbolize.cc -fno-common -DPIC -o src/.libs/libtcmalloc_internal_la-symbolize.o | |
| In file included from src/symbolize.cc:60: | |
| In file included from ./src/base/commandlineflags.h:56: | |
| ./src/base/basictypes.h:287:9: warning: '_dyld_present' is deprecated: first deprecated in OS X 10.5 | |
| [-Wdeprecated-declarations] | |
| if (_dyld_present()) { | |
| ^ | |
| /usr/include/mach-o/dyld.h:236:13: note: '_dyld_present' has been explicitly marked deprecated here | |
| extern bool _dyld_present(void) __OSX_AVAILABLE... | |
| ^ | |
| 1 warning generated. | |
| libtool: compile: g++ -DHAVE_CONFIG_H -I. -I./src -I./src -D_THREAD_SAFE -DNDEBUG -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -fno-builtin-malloc -fno-builtin-free -fno-builtin-realloc -fno-builtin-calloc -fno-builtin-cfree -fno-builtin-memalign -fno-builtin-posix_memalign -fno-builtin-valloc -fno-builtin-pvalloc -Wno-unused-result -fno-exceptions -DNO_HEAP_CHECK -g -O2 -MT src/libtcmalloc_internal_la-symbolize.lo -MD -MP -MF src/.deps/libtcmalloc_internal_la-symbolize.Tpo -c src/symbolize.cc -o src/libtcmalloc_internal_la-symbolize.o >/dev/null 2>&1 | |
| mv -f src/.deps/libtcmalloc_internal_la-symbolize.Tpo src/.deps/libtcmalloc_internal_la-symbolize.Plo | |
| /bin/sh ./libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I./src -I./src -D_THREAD_SAFE -DNDEBUG -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -fno-builtin-malloc -fno-builtin-free -fno-builtin-realloc -fno-builtin-calloc -fno-builtin-cfree -fno-builtin-memalign -fno-builtin-posix_memalign -fno-builtin-valloc -fno-builtin-pvalloc -Wno-unused-result -fno-exceptions -DNO_HEAP_CHECK -g -O2 -MT src/libtcmalloc_internal_la-thread_cache.lo -MD -MP -MF src/.deps/libtcmalloc_internal_la-thread_cache.Tpo -c -o src/libtcmalloc_internal_la-thread_cache.lo `test -f 'src/thread_cache.cc' || echo './'`src/thread_cache.cc | |
| libtool: compile: g++ -DHAVE_CONFIG_H -I. -I./src -I./src -D_THREAD_SAFE -DNDEBUG -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -fno-builtin-malloc -fno-builtin-free -fno-builtin-realloc -fno-builtin-calloc -fno-builtin-cfree -fno-builtin-memalign -fno-builtin-posix_memalign -fno-builtin-valloc -fno-builtin-pvalloc -Wno-unused-result -fno-exceptions -DNO_HEAP_CHECK -g -O2 -MT src/libtcmalloc_internal_la-thread_cache.lo -MD -MP -MF src/.deps/libtcmalloc_internal_la-thread_cache.Tpo -c src/thread_cache.cc -fno-common -DPIC -o src/.libs/libtcmalloc_internal_la-thread_cache.o | |
| In file included from src/thread_cache.cc:35: | |
| In file included from ./src/thread_cache.h:46: | |
| In file included from ./src/common.h:45: | |
| ./src/base/basictypes.h:287:9: warning: '_dyld_present' is deprecated: first deprecated in OS X 10.5 | |
| [-Wdeprecated-declarations] | |
| if (_dyld_present()) { | |
| ^ | |
| /usr/include/mach-o/dyld.h:236:13: note: '_dyld_present' has been explicitly marked deprecated here | |
| extern bool _dyld_present(void) __OSX_AVAILABLE... | |
| ^ | |
| 1 warning generated. | |
| libtool: compile: g++ -DHAVE_CONFIG_H -I. -I./src -I./src -D_THREAD_SAFE -DNDEBUG -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -fno-builtin-malloc -fno-builtin-free -fno-builtin-realloc -fno-builtin-calloc -fno-builtin-cfree -fno-builtin-memalign -fno-builtin-posix_memalign -fno-builtin-valloc -fno-builtin-pvalloc -Wno-unused-result -fno-exceptions -DNO_HEAP_CHECK -g -O2 -MT src/libtcmalloc_internal_la-thread_cache.lo -MD -MP -MF src/.deps/libtcmalloc_internal_la-thread_cache.Tpo -c src/thread_cache.cc -o src/libtcmalloc_internal_la-thread_cache.o >/dev/null 2>&1 | |
| mv -f src/.deps/libtcmalloc_internal_la-thread_cache.Tpo src/.deps/libtcmalloc_internal_la-thread_cache.Plo | |
| /bin/sh ./libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I./src -I./src -D_THREAD_SAFE -DNDEBUG -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -fno-builtin-malloc -fno-builtin-free -fno-builtin-realloc -fno-builtin-calloc -fno-builtin-cfree -fno-builtin-memalign -fno-builtin-posix_memalign -fno-builtin-valloc -fno-builtin-pvalloc -Wno-unused-result -fno-exceptions -DNO_HEAP_CHECK -g -O2 -MT src/libtcmalloc_internal_la-malloc_hook.lo -MD -MP -MF src/.deps/libtcmalloc_internal_la-malloc_hook.Tpo -c -o src/libtcmalloc_internal_la-malloc_hook.lo `test -f 'src/malloc_hook.cc' || echo './'`src/malloc_hook.cc | |
| libtool: compile: g++ -DHAVE_CONFIG_H -I. -I./src -I./src -D_THREAD_SAFE -DNDEBUG -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -fno-builtin-malloc -fno-builtin-free -fno-builtin-realloc -fno-builtin-calloc -fno-builtin-cfree -fno-builtin-memalign -fno-builtin-posix_memalign -fno-builtin-valloc -fno-builtin-pvalloc -Wno-unused-result -fno-exceptions -DNO_HEAP_CHECK -g -O2 -MT src/libtcmalloc_internal_la-malloc_hook.lo -MD -MP -MF src/.deps/libtcmalloc_internal_la-malloc_hook.Tpo -c src/malloc_hook.cc -fno-common -DPIC -o src/.libs/libtcmalloc_internal_la-malloc_hook.o | |
| In file included from src/malloc_hook.cc:50: | |
| In file included from ./src/base/logging.h:49: | |
| In file included from ./src/base/commandlineflags.h:56: | |
| ./src/base/basictypes.h:287:9: warning: '_dyld_present' is deprecated: first deprecated in OS X 10.5 | |
| [-Wdeprecated-declarations] | |
| if (_dyld_present()) { | |
| ^ | |
| /usr/include/mach-o/dyld.h:236:13: note: '_dyld_present' has been explicitly marked deprecated here | |
| extern bool _dyld_present(void) __OSX_AVAILABLE... | |
| ^ | |
| 1 warning generated. | |
| libtool: compile: g++ -DHAVE_CONFIG_H -I. -I./src -I./src -D_THREAD_SAFE -DNDEBUG -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -fno-builtin-malloc -fno-builtin-free -fno-builtin-realloc -fno-builtin-calloc -fno-builtin-cfree -fno-builtin-memalign -fno-builtin-posix_memalign -fno-builtin-valloc -fno-builtin-pvalloc -Wno-unused-result -fno-exceptions -DNO_HEAP_CHECK -g -O2 -MT src/libtcmalloc_internal_la-malloc_hook.lo -MD -MP -MF src/.deps/libtcmalloc_internal_la-malloc_hook.Tpo -c src/malloc_hook.cc -o src/libtcmalloc_internal_la-malloc_hook.o >/dev/null 2>&1 | |
| mv -f src/.deps/libtcmalloc_internal_la-malloc_hook.Tpo src/.deps/libtcmalloc_internal_la-malloc_hook.Plo | |
| /bin/sh ./libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I./src -I./src -D_THREAD_SAFE -DNDEBUG -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -fno-builtin-malloc -fno-builtin-free -fno-builtin-realloc -fno-builtin-calloc -fno-builtin-cfree -fno-builtin-memalign -fno-builtin-posix_memalign -fno-builtin-valloc -fno-builtin-pvalloc -Wno-unused-result -fno-exceptions -DNO_HEAP_CHECK -g -O2 -MT src/libtcmalloc_internal_la-malloc_extension.lo -MD -MP -MF src/.deps/libtcmalloc_internal_la-malloc_extension.Tpo -c -o src/libtcmalloc_internal_la-malloc_extension.lo `test -f 'src/malloc_extension.cc' || echo './'`src/malloc_extension.cc | |
| libtool: compile: g++ -DHAVE_CONFIG_H -I. -I./src -I./src -D_THREAD_SAFE -DNDEBUG -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -fno-builtin-malloc -fno-builtin-free -fno-builtin-realloc -fno-builtin-calloc -fno-builtin-cfree -fno-builtin-memalign -fno-builtin-posix_memalign -fno-builtin-valloc -fno-builtin-pvalloc -Wno-unused-result -fno-exceptions -DNO_HEAP_CHECK -g -O2 -MT src/libtcmalloc_internal_la-malloc_extension.lo -MD -MP -MF src/.deps/libtcmalloc_internal_la-malloc_extension.Tpo -c src/malloc_extension.cc -fno-common -DPIC -o src/.libs/libtcmalloc_internal_la-malloc_extension.o | |
| In file included from src/malloc_extension.cc:47: | |
| In file included from ./src/base/sysinfo.h:49: | |
| ./src/base/basictypes.h:287:9: warning: '_dyld_present' is deprecated: first deprecated in OS X 10.5 | |
| [-Wdeprecated-declarations] | |
| if (_dyld_present()) { | |
| ^ | |
| /usr/include/mach-o/dyld.h:236:13: note: '_dyld_present' has been explicitly marked deprecated here | |
| extern bool _dyld_present(void) __OSX_AVAILABLE... | |
| ^ | |
| 1 warning generated. | |
| libtool: compile: g++ -DHAVE_CONFIG_H -I. -I./src -I./src -D_THREAD_SAFE -DNDEBUG -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -fno-builtin-malloc -fno-builtin-free -fno-builtin-realloc -fno-builtin-calloc -fno-builtin-cfree -fno-builtin-memalign -fno-builtin-posix_memalign -fno-builtin-valloc -fno-builtin-pvalloc -Wno-unused-result -fno-exceptions -DNO_HEAP_CHECK -g -O2 -MT src/libtcmalloc_internal_la-malloc_extension.lo -MD -MP -MF src/.deps/libtcmalloc_internal_la-malloc_extension.Tpo -c src/malloc_extension.cc -o src/libtcmalloc_internal_la-malloc_extension.o >/dev/null 2>&1 | |
| mv -f src/.deps/libtcmalloc_internal_la-malloc_extension.Tpo src/.deps/libtcmalloc_internal_la-malloc_extension.Plo | |
| /bin/sh ./libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I./src -I./src -D_THREAD_SAFE -DNDEBUG -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -fno-builtin-malloc -fno-builtin-free -fno-builtin-realloc -fno-builtin-calloc -fno-builtin-cfree -fno-builtin-memalign -fno-builtin-posix_memalign -fno-builtin-valloc -fno-builtin-pvalloc -Wno-unused-result -fno-exceptions -DNO_HEAP_CHECK -g -O2 -MT src/base/libtcmalloc_internal_la-low_level_alloc.lo -MD -MP -MF src/base/.deps/libtcmalloc_internal_la-low_level_alloc.Tpo -c -o src/base/libtcmalloc_internal_la-low_level_alloc.lo `test -f 'src/base/low_level_alloc.cc' || echo './'`src/base/low_level_alloc.cc | |
| libtool: compile: g++ -DHAVE_CONFIG_H -I. -I./src -I./src -D_THREAD_SAFE -DNDEBUG -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -fno-builtin-malloc -fno-builtin-free -fno-builtin-realloc -fno-builtin-calloc -fno-builtin-cfree -fno-builtin-memalign -fno-builtin-posix_memalign -fno-builtin-valloc -fno-builtin-pvalloc -Wno-unused-result -fno-exceptions -DNO_HEAP_CHECK -g -O2 -MT src/base/libtcmalloc_internal_la-low_level_alloc.lo -MD -MP -MF src/base/.deps/libtcmalloc_internal_la-low_level_alloc.Tpo -c src/base/low_level_alloc.cc -fno-common -DPIC -o src/base/.libs/libtcmalloc_internal_la-low_level_alloc.o | |
| In file included from src/base/low_level_alloc.cc:37: | |
| In file included from ./src/base/low_level_alloc.h:42: | |
| ./src/base/basictypes.h:287:9: warning: '_dyld_present' is deprecated: first deprecated in OS X 10.5 | |
| [-Wdeprecated-declarations] | |
| if (_dyld_present()) { | |
| ^ | |
| /usr/include/mach-o/dyld.h:236:13: note: '_dyld_present' has been explicitly marked deprecated here | |
| extern bool _dyld_present(void) __OSX_AVAILABLE... | |
| ^ | |
| 1 warning generated. | |
| libtool: compile: g++ -DHAVE_CONFIG_H -I. -I./src -I./src -D_THREAD_SAFE -DNDEBUG -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -fno-builtin-malloc -fno-builtin-free -fno-builtin-realloc -fno-builtin-calloc -fno-builtin-cfree -fno-builtin-memalign -fno-builtin-posix_memalign -fno-builtin-valloc -fno-builtin-pvalloc -Wno-unused-result -fno-exceptions -DNO_HEAP_CHECK -g -O2 -MT src/base/libtcmalloc_internal_la-low_level_alloc.lo -MD -MP -MF src/base/.deps/libtcmalloc_internal_la-low_level_alloc.Tpo -c src/base/low_level_alloc.cc -o src/base/libtcmalloc_internal_la-low_level_alloc.o >/dev/null 2>&1 | |
| mv -f src/base/.deps/libtcmalloc_internal_la-low_level_alloc.Tpo src/base/.deps/libtcmalloc_internal_la-low_level_alloc.Plo | |
| /bin/sh ./libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I./src -I./src -D_THREAD_SAFE -DNDEBUG -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -fno-builtin-malloc -fno-builtin-free -fno-builtin-realloc -fno-builtin-calloc -fno-builtin-cfree -fno-builtin-memalign -fno-builtin-posix_memalign -fno-builtin-valloc -fno-builtin-pvalloc -Wno-unused-result -fno-exceptions -DNO_HEAP_CHECK -g -O2 -MT src/libtcmalloc_internal_la-heap-profile-table.lo -MD -MP -MF src/.deps/libtcmalloc_internal_la-heap-profile-table.Tpo -c -o src/libtcmalloc_internal_la-heap-profile-table.lo `test -f 'src/heap-profile-table.cc' || echo './'`src/heap-profile-table.cc | |
| libtool: compile: g++ -DHAVE_CONFIG_H -I. -I./src -I./src -D_THREAD_SAFE -DNDEBUG -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -fno-builtin-malloc -fno-builtin-free -fno-builtin-realloc -fno-builtin-calloc -fno-builtin-cfree -fno-builtin-memalign -fno-builtin-posix_memalign -fno-builtin-valloc -fno-builtin-pvalloc -Wno-unused-result -fno-exceptions -DNO_HEAP_CHECK -g -O2 -MT src/libtcmalloc_internal_la-heap-profile-table.lo -MD -MP -MF src/.deps/libtcmalloc_internal_la-heap-profile-table.Tpo -c src/heap-profile-table.cc -fno-common -DPIC -o src/.libs/libtcmalloc_internal_la-heap-profile-table.o | |
| In file included from src/heap-profile-table.cc:60: | |
| In file included from ./src/heap-profile-table.h:40: | |
| ./src/base/basictypes.h:287:9: warning: '_dyld_present' is deprecated: first deprecated in OS X 10.5 | |
| [-Wdeprecated-declarations] | |
| if (_dyld_present()) { | |
| ^ | |
| /usr/include/mach-o/dyld.h:236:13: note: '_dyld_present' has been explicitly marked deprecated here | |
| extern bool _dyld_present(void) __OSX_AVAILABLE... | |
| ^ | |
| 1 warning generated. | |
| libtool: compile: g++ -DHAVE_CONFIG_H -I. -I./src -I./src -D_THREAD_SAFE -DNDEBUG -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -fno-builtin-malloc -fno-builtin-free -fno-builtin-realloc -fno-builtin-calloc -fno-builtin-cfree -fno-builtin-memalign -fno-builtin-posix_memalign -fno-builtin-valloc -fno-builtin-pvalloc -Wno-unused-result -fno-exceptions -DNO_HEAP_CHECK -g -O2 -MT src/libtcmalloc_internal_la-heap-profile-table.lo -MD -MP -MF src/.deps/libtcmalloc_internal_la-heap-profile-table.Tpo -c src/heap-profile-table.cc -o src/libtcmalloc_internal_la-heap-profile-table.o >/dev/null 2>&1 | |
| mv -f src/.deps/libtcmalloc_internal_la-heap-profile-table.Tpo src/.deps/libtcmalloc_internal_la-heap-profile-table.Plo | |
| /bin/sh ./libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I./src -I./src -D_THREAD_SAFE -DNDEBUG -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -fno-builtin-malloc -fno-builtin-free -fno-builtin-realloc -fno-builtin-calloc -fno-builtin-cfree -fno-builtin-memalign -fno-builtin-posix_memalign -fno-builtin-valloc -fno-builtin-pvalloc -Wno-unused-result -fno-exceptions -DNO_HEAP_CHECK -g -O2 -MT src/libtcmalloc_internal_la-heap-profiler.lo -MD -MP -MF src/.deps/libtcmalloc_internal_la-heap-profiler.Tpo -c -o src/libtcmalloc_internal_la-heap-profiler.lo `test -f 'src/heap-profiler.cc' || echo './'`src/heap-profiler.cc | |
| libtool: compile: g++ -DHAVE_CONFIG_H -I. -I./src -I./src -D_THREAD_SAFE -DNDEBUG -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -fno-builtin-malloc -fno-builtin-free -fno-builtin-realloc -fno-builtin-calloc -fno-builtin-cfree -fno-builtin-memalign -fno-builtin-posix_memalign -fno-builtin-valloc -fno-builtin-pvalloc -Wno-unused-result -fno-exceptions -DNO_HEAP_CHECK -g -O2 -MT src/libtcmalloc_internal_la-heap-profiler.lo -MD -MP -MF src/.deps/libtcmalloc_internal_la-heap-profiler.Tpo -c src/heap-profiler.cc -fno-common -DPIC -o src/.libs/libtcmalloc_internal_la-heap-profiler.o | |
| In file included from src/heap-profiler.cc:62: | |
| In file included from ./src/base/logging.h:49: | |
| In file included from ./src/base/commandlineflags.h:56: | |
| ./src/base/basictypes.h:287:9: warning: '_dyld_present' is deprecated: first deprecated in OS X 10.5 | |
| [-Wdeprecated-declarations] | |
| if (_dyld_present()) { | |
| ^ | |
| /usr/include/mach-o/dyld.h:236:13: note: '_dyld_present' has been explicitly marked deprecated here | |
| extern bool _dyld_present(void) __OSX_AVAILABLE... | |
| ^ | |
| 1 warning generated. | |
| libtool: compile: g++ -DHAVE_CONFIG_H -I. -I./src -I./src -D_THREAD_SAFE -DNDEBUG -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -fno-builtin-malloc -fno-builtin-free -fno-builtin-realloc -fno-builtin-calloc -fno-builtin-cfree -fno-builtin-memalign -fno-builtin-posix_memalign -fno-builtin-valloc -fno-builtin-pvalloc -Wno-unused-result -fno-exceptions -DNO_HEAP_CHECK -g -O2 -MT src/libtcmalloc_internal_la-heap-profiler.lo -MD -MP -MF src/.deps/libtcmalloc_internal_la-heap-profiler.Tpo -c src/heap-profiler.cc -o src/libtcmalloc_internal_la-heap-profiler.o >/dev/null 2>&1 | |
| mv -f src/.deps/libtcmalloc_internal_la-heap-profiler.Tpo src/.deps/libtcmalloc_internal_la-heap-profiler.Plo | |
| /bin/sh ./libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I./src -I./src -D_THREAD_SAFE -DNDEBUG -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -fno-builtin-malloc -fno-builtin-free -fno-builtin-realloc -fno-builtin-calloc -fno-builtin-cfree -fno-builtin-memalign -fno-builtin-posix_memalign -fno-builtin-valloc -fno-builtin-pvalloc -Wno-unused-result -fno-exceptions -DNO_HEAP_CHECK -g -O2 -MT src/libtcmalloc_internal_la-raw_printer.lo -MD -MP -MF src/.deps/libtcmalloc_internal_la-raw_printer.Tpo -c -o src/libtcmalloc_internal_la-raw_printer.lo `test -f 'src/raw_printer.cc' || echo './'`src/raw_printer.cc | |
| libtool: compile: g++ -DHAVE_CONFIG_H -I. -I./src -I./src -D_THREAD_SAFE -DNDEBUG -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -fno-builtin-malloc -fno-builtin-free -fno-builtin-realloc -fno-builtin-calloc -fno-builtin-cfree -fno-builtin-memalign -fno-builtin-posix_memalign -fno-builtin-valloc -fno-builtin-pvalloc -Wno-unused-result -fno-exceptions -DNO_HEAP_CHECK -g -O2 -MT src/libtcmalloc_internal_la-raw_printer.lo -MD -MP -MF src/.deps/libtcmalloc_internal_la-raw_printer.Tpo -c src/raw_printer.cc -fno-common -DPIC -o src/.libs/libtcmalloc_internal_la-raw_printer.o | |
| In file included from src/raw_printer.cc:37: | |
| In file included from ./src/raw_printer.h:47: | |
| ./src/base/basictypes.h:287:9: warning: '_dyld_present' is deprecated: first deprecated in OS X 10.5 | |
| [-Wdeprecated-declarations] | |
| if (_dyld_present()) { | |
| ^ | |
| /usr/include/mach-o/dyld.h:236:13: note: '_dyld_present' has been explicitly marked deprecated here | |
| extern bool _dyld_present(void) __OSX_AVAILABLE... | |
| ^ | |
| 1 warning generated. | |
| libtool: compile: g++ -DHAVE_CONFIG_H -I. -I./src -I./src -D_THREAD_SAFE -DNDEBUG -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -fno-builtin-malloc -fno-builtin-free -fno-builtin-realloc -fno-builtin-calloc -fno-builtin-cfree -fno-builtin-memalign -fno-builtin-posix_memalign -fno-builtin-valloc -fno-builtin-pvalloc -Wno-unused-result -fno-exceptions -DNO_HEAP_CHECK -g -O2 -MT src/libtcmalloc_internal_la-raw_printer.lo -MD -MP -MF src/.deps/libtcmalloc_internal_la-raw_printer.Tpo -c src/raw_printer.cc -o src/libtcmalloc_internal_la-raw_printer.o >/dev/null 2>&1 | |
| mv -f src/.deps/libtcmalloc_internal_la-raw_printer.Tpo src/.deps/libtcmalloc_internal_la-raw_printer.Plo | |
| /bin/sh ./libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I./src -I./src -D_THREAD_SAFE -DNDEBUG -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -fno-builtin-malloc -fno-builtin-free -fno-builtin-realloc -fno-builtin-calloc -fno-builtin-cfree -fno-builtin-memalign -fno-builtin-posix_memalign -fno-builtin-valloc -fno-builtin-pvalloc -Wno-unused-result -fno-exceptions -DNO_HEAP_CHECK -g -O2 -MT src/libtcmalloc_internal_la-memory_region_map.lo -MD -MP -MF src/.deps/libtcmalloc_internal_la-memory_region_map.Tpo -c -o src/libtcmalloc_internal_la-memory_region_map.lo `test -f 'src/memory_region_map.cc' || echo './'`src/memory_region_map.cc | |
| libtool: compile: g++ -DHAVE_CONFIG_H -I. -I./src -I./src -D_THREAD_SAFE -DNDEBUG -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -fno-builtin-malloc -fno-builtin-free -fno-builtin-realloc -fno-builtin-calloc -fno-builtin-cfree -fno-builtin-memalign -fno-builtin-posix_memalign -fno-builtin-valloc -fno-builtin-pvalloc -Wno-unused-result -fno-exceptions -DNO_HEAP_CHECK -g -O2 -MT src/libtcmalloc_internal_la-memory_region_map.lo -MD -MP -MF src/.deps/libtcmalloc_internal_la-memory_region_map.Tpo -c src/memory_region_map.cc -fno-common -DPIC -o src/.libs/libtcmalloc_internal_la-memory_region_map.o | |
| In file included from src/memory_region_map.cc:121: | |
| In file included from ./src/memory_region_map.h:45: | |
| In file included from ./src/base/stl_allocator.h:44: | |
| In file included from ./src/base/logging.h:49: | |
| In file included from ./src/base/commandlineflags.h:56: | |
| ./src/base/basictypes.h:287:9: warning: '_dyld_present' is deprecated: first deprecated in OS X 10.5 | |
| [-Wdeprecated-declarations] | |
| if (_dyld_present()) { | |
| ^ | |
| /usr/include/mach-o/dyld.h:236:13: note: '_dyld_present' has been explicitly marked deprecated here | |
| extern bool _dyld_present(void) __OSX_AVAILABLE... | |
| ^ | |
| src/memory_region_map.cc:804:23: warning: 'sbrk' is deprecated [-Wdeprecated-declarations] | |
| void* new_end = sbrk(0); | |
| ^ | |
| /usr/include/unistd.h:582:7: note: 'sbrk' has been explicitly marked deprecated here | |
| void *sbrk(int); | |
| ^ | |
| src/memory_region_map.cc:808:23: warning: 'sbrk' is deprecated [-Wdeprecated-declarations] | |
| void* new_end = sbrk(0); | |
| ^ | |
| /usr/include/unistd.h:582:7: note: 'sbrk' has been explicitly marked deprecated here | |
| void *sbrk(int); | |
| ^ | |
| 3 warnings generated. | |
| libtool: compile: g++ -DHAVE_CONFIG_H -I. -I./src -I./src -D_THREAD_SAFE -DNDEBUG -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -fno-builtin-malloc -fno-builtin-free -fno-builtin-realloc -fno-builtin-calloc -fno-builtin-cfree -fno-builtin-memalign -fno-builtin-posix_memalign -fno-builtin-valloc -fno-builtin-pvalloc -Wno-unused-result -fno-exceptions -DNO_HEAP_CHECK -g -O2 -MT src/libtcmalloc_internal_la-memory_region_map.lo -MD -MP -MF src/.deps/libtcmalloc_internal_la-memory_region_map.Tpo -c src/memory_region_map.cc -o src/libtcmalloc_internal_la-memory_region_map.o >/dev/null 2>&1 | |
| mv -f src/.deps/libtcmalloc_internal_la-memory_region_map.Tpo src/.deps/libtcmalloc_internal_la-memory_region_map.Plo | |
| depbase=`echo src/stacktrace.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ | |
| /bin/sh ./libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I./src -I./src -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -fno-builtin-malloc -fno-builtin-free -fno-builtin-realloc -fno-builtin-calloc -fno-builtin-cfree -fno-builtin-memalign -fno-builtin-posix_memalign -fno-builtin-valloc -fno-builtin-pvalloc -Wno-unused-result -g -O2 -MT src/stacktrace.lo -MD -MP -MF $depbase.Tpo -c -o src/stacktrace.lo src/stacktrace.cc &&\ | |
| mv -f $depbase.Tpo $depbase.Plo | |
| libtool: compile: g++ -DHAVE_CONFIG_H -I. -I./src -I./src -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -fno-builtin-malloc -fno-builtin-free -fno-builtin-realloc -fno-builtin-calloc -fno-builtin-cfree -fno-builtin-memalign -fno-builtin-posix_memalign -fno-builtin-valloc -fno-builtin-pvalloc -Wno-unused-result -g -O2 -MT src/stacktrace.lo -MD -MP -MF src/.deps/stacktrace.Tpo -c src/stacktrace.cc -fno-common -DPIC -o src/.libs/stacktrace.o | |
| In file included from src/stacktrace.cc:61: | |
| In file included from ./src/base/commandlineflags.h:56: | |
| ./src/base/basictypes.h:287:9: warning: '_dyld_present' is deprecated: first deprecated in OS X 10.5 | |
| [-Wdeprecated-declarations] | |
| if (_dyld_present()) { | |
| ^ | |
| /usr/include/mach-o/dyld.h:236:13: note: '_dyld_present' has been explicitly marked deprecated here | |
| extern bool _dyld_present(void) __OSX_AVAILABLE... | |
| ^ | |
| 1 warning generated. | |
| libtool: compile: g++ -DHAVE_CONFIG_H -I. -I./src -I./src -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -fno-builtin-malloc -fno-builtin-free -fno-builtin-realloc -fno-builtin-calloc -fno-builtin-cfree -fno-builtin-memalign -fno-builtin-posix_memalign -fno-builtin-valloc -fno-builtin-pvalloc -Wno-unused-result -g -O2 -MT src/stacktrace.lo -MD -MP -MF src/.deps/stacktrace.Tpo -c src/stacktrace.cc -o src/stacktrace.o >/dev/null 2>&1 | |
| depbase=`echo src/base/elf_mem_image.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ | |
| /bin/sh ./libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I./src -I./src -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -fno-builtin-malloc -fno-builtin-free -fno-builtin-realloc -fno-builtin-calloc -fno-builtin-cfree -fno-builtin-memalign -fno-builtin-posix_memalign -fno-builtin-valloc -fno-builtin-pvalloc -Wno-unused-result -g -O2 -MT src/base/elf_mem_image.lo -MD -MP -MF $depbase.Tpo -c -o src/base/elf_mem_image.lo src/base/elf_mem_image.cc &&\ | |
| mv -f $depbase.Tpo $depbase.Plo | |
| libtool: compile: g++ -DHAVE_CONFIG_H -I. -I./src -I./src -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -fno-builtin-malloc -fno-builtin-free -fno-builtin-realloc -fno-builtin-calloc -fno-builtin-cfree -fno-builtin-memalign -fno-builtin-posix_memalign -fno-builtin-valloc -fno-builtin-pvalloc -Wno-unused-result -g -O2 -MT src/base/elf_mem_image.lo -MD -MP -MF src/base/.deps/elf_mem_image.Tpo -c src/base/elf_mem_image.cc -fno-common -DPIC -o src/base/.libs/elf_mem_image.o | |
| libtool: compile: g++ -DHAVE_CONFIG_H -I. -I./src -I./src -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -fno-builtin-malloc -fno-builtin-free -fno-builtin-realloc -fno-builtin-calloc -fno-builtin-cfree -fno-builtin-memalign -fno-builtin-posix_memalign -fno-builtin-valloc -fno-builtin-pvalloc -Wno-unused-result -g -O2 -MT src/base/elf_mem_image.lo -MD -MP -MF src/base/.deps/elf_mem_image.Tpo -c src/base/elf_mem_image.cc -o src/base/elf_mem_image.o >/dev/null 2>&1 | |
| depbase=`echo src/base/vdso_support.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ | |
| /bin/sh ./libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I./src -I./src -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -fno-builtin-malloc -fno-builtin-free -fno-builtin-realloc -fno-builtin-calloc -fno-builtin-cfree -fno-builtin-memalign -fno-builtin-posix_memalign -fno-builtin-valloc -fno-builtin-pvalloc -Wno-unused-result -g -O2 -MT src/base/vdso_support.lo -MD -MP -MF $depbase.Tpo -c -o src/base/vdso_support.lo src/base/vdso_support.cc &&\ | |
| mv -f $depbase.Tpo $depbase.Plo | |
| libtool: compile: g++ -DHAVE_CONFIG_H -I. -I./src -I./src -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -fno-builtin-malloc -fno-builtin-free -fno-builtin-realloc -fno-builtin-calloc -fno-builtin-cfree -fno-builtin-memalign -fno-builtin-posix_memalign -fno-builtin-valloc -fno-builtin-pvalloc -Wno-unused-result -g -O2 -MT src/base/vdso_support.lo -MD -MP -MF src/base/.deps/vdso_support.Tpo -c src/base/vdso_support.cc -fno-common -DPIC -o src/base/.libs/vdso_support.o | |
| In file included from src/base/vdso_support.cc:38: | |
| In file included from ./src/base/vdso_support.h:59: | |
| ./src/base/basictypes.h:287:9: warning: '_dyld_present' is deprecated: first deprecated in OS X 10.5 | |
| [-Wdeprecated-declarations] | |
| if (_dyld_present()) { | |
| ^ | |
| /usr/include/mach-o/dyld.h:236:13: note: '_dyld_present' has been explicitly marked deprecated here | |
| extern bool _dyld_present(void) __OSX_AVAILABLE... | |
| ^ | |
| 1 warning generated. | |
| libtool: compile: g++ -DHAVE_CONFIG_H -I. -I./src -I./src -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -fno-builtin-malloc -fno-builtin-free -fno-builtin-realloc -fno-builtin-calloc -fno-builtin-cfree -fno-builtin-memalign -fno-builtin-posix_memalign -fno-builtin-valloc -fno-builtin-pvalloc -Wno-unused-result -g -O2 -MT src/base/vdso_support.lo -MD -MP -MF src/base/.deps/vdso_support.Tpo -c src/base/vdso_support.cc -o src/base/vdso_support.o >/dev/null 2>&1 | |
| /bin/sh ./libtool --tag=CXX --mode=link g++ -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -fno-builtin-malloc -fno-builtin-free -fno-builtin-realloc -fno-builtin-calloc -fno-builtin-cfree -fno-builtin-memalign -fno-builtin-posix_memalign -fno-builtin-valloc -fno-builtin-pvalloc -Wno-unused-result -g -O2 -export-symbols-regex '(GetStackTrace|GetStackFrames|GetStackTraceWithContext|GetStackFramesWithContext)' -no-undefined -o libstacktrace.la src/stacktrace.lo src/base/elf_mem_image.lo src/base/vdso_support.lo libspinlock.la libsysinfo.la liblogging.la | |
| libtool: link: (cd .libs/libstacktrace.lax/libspinlock.a && ar x "/Users/haa/Desktop/palo/molap/server/5.1/gperftools/./.libs/libspinlock.a") | |
| libtool: link: (cd .libs/libstacktrace.lax/libsysinfo.a && ar x "/Users/haa/Desktop/palo/molap/server/5.1/gperftools/./.libs/libsysinfo.a") | |
| libtool: link: (cd .libs/libstacktrace.lax/liblogging.a && ar x "/Users/haa/Desktop/palo/molap/server/5.1/gperftools/./.libs/liblogging.a") | |
| libtool: link: ar cru .libs/libstacktrace.a src/.libs/stacktrace.o src/base/.libs/elf_mem_image.o src/base/.libs/vdso_support.o .libs/libstacktrace.lax/libspinlock.a/atomicops-internals-x86.o .libs/libstacktrace.lax/libspinlock.a/spinlock.o .libs/libstacktrace.lax/libspinlock.a/spinlock_internal.o .libs/libstacktrace.lax/libsysinfo.a/sysinfo.o .libs/libstacktrace.lax/liblogging.a/dynamic_annotations.o .libs/libstacktrace.lax/liblogging.a/logging.o | |
| /opt/local/bin/ranlib: file: .libs/libstacktrace.a(elf_mem_image.o) has no symbols | |
| /opt/local/bin/ranlib: file: .libs/libstacktrace.a(vdso_support.o) has no symbols | |
| /opt/local/bin/ranlib: file: .libs/libstacktrace.a(atomicops-internals-x86.o) has no symbols | |
| libtool: link: ranlib .libs/libstacktrace.a | |
| ranlib: file: .libs/libstacktrace.a(elf_mem_image.o) has no symbols | |
| ranlib: file: .libs/libstacktrace.a(vdso_support.o) has no symbols | |
| ranlib: file: .libs/libstacktrace.a(atomicops-internals-x86.o) has no symbols | |
| libtool: link: rm -fr .libs/libstacktrace.lax | |
| libtool: link: ( cd ".libs" && rm -f "libstacktrace.la" && ln -s "../libstacktrace.la" "libstacktrace.la" ) | |
| /bin/sh ./libtool --tag=CXX --mode=link g++ -D_THREAD_SAFE -DNDEBUG -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -fno-builtin-malloc -fno-builtin-free -fno-builtin-realloc -fno-builtin-calloc -fno-builtin-cfree -fno-builtin-memalign -fno-builtin-posix_memalign -fno-builtin-valloc -fno-builtin-pvalloc -Wno-unused-result -fno-exceptions -DNO_HEAP_CHECK -g -O2 -D_THREAD_SAFE -o libtcmalloc_internal.la src/libtcmalloc_internal_la-common.lo src/libtcmalloc_internal_la-internal_logging.lo src/libtcmalloc_internal_la-system-alloc.lo src/libtcmalloc_internal_la-memfs_malloc.lo src/libtcmalloc_internal_la-central_freelist.lo src/libtcmalloc_internal_la-page_heap.lo src/libtcmalloc_internal_la-sampler.lo src/libtcmalloc_internal_la-span.lo src/libtcmalloc_internal_la-stack_trace_table.lo src/libtcmalloc_internal_la-static_vars.lo src/libtcmalloc_internal_la-symbolize.lo src/libtcmalloc_internal_la-thread_cache.lo src/libtcmalloc_internal_la-malloc_hook.lo src/libtcmalloc_internal_la-malloc_extension.lo src/base/libtcmalloc_internal_la-low_level_alloc.lo src/libtcmalloc_internal_la-heap-profile-table.lo src/libtcmalloc_internal_la-heap-profiler.lo src/libtcmalloc_internal_la-raw_printer.lo src/libtcmalloc_internal_la-memory_region_map.lo libstacktrace.la | |
| libtool: link: (cd .libs/libtcmalloc_internal.lax/libstacktrace.a && ar x "/Users/haa/Desktop/palo/molap/server/5.1/gperftools/./.libs/libstacktrace.a") | |
| libtool: link: ar cru .libs/libtcmalloc_internal.a src/.libs/libtcmalloc_internal_la-common.o src/.libs/libtcmalloc_internal_la-internal_logging.o src/.libs/libtcmalloc_internal_la-system-alloc.o src/.libs/libtcmalloc_internal_la-memfs_malloc.o src/.libs/libtcmalloc_internal_la-central_freelist.o src/.libs/libtcmalloc_internal_la-page_heap.o src/.libs/libtcmalloc_internal_la-sampler.o src/.libs/libtcmalloc_internal_la-span.o src/.libs/libtcmalloc_internal_la-stack_trace_table.o src/.libs/libtcmalloc_internal_la-static_vars.o src/.libs/libtcmalloc_internal_la-symbolize.o src/.libs/libtcmalloc_internal_la-thread_cache.o src/.libs/libtcmalloc_internal_la-malloc_hook.o src/.libs/libtcmalloc_internal_la-malloc_extension.o src/base/.libs/libtcmalloc_internal_la-low_level_alloc.o src/.libs/libtcmalloc_internal_la-heap-profile-table.o src/.libs/libtcmalloc_internal_la-heap-profiler.o src/.libs/libtcmalloc_internal_la-raw_printer.o src/.libs/libtcmalloc_internal_la-memory_region_map.o .libs/libtcmalloc_internal.lax/libstacktrace.a/atomicops-internals-x86.o .libs/libtcmalloc_internal.lax/libstacktrace.a/dynamic_annotations.o .libs/libtcmalloc_internal.lax/libstacktrace.a/elf_mem_image.o .libs/libtcmalloc_internal.lax/libstacktrace.a/logging.o .libs/libtcmalloc_internal.lax/libstacktrace.a/spinlock.o .libs/libtcmalloc_internal.lax/libstacktrace.a/spinlock_internal.o .libs/libtcmalloc_internal.lax/libstacktrace.a/stacktrace.o .libs/libtcmalloc_internal.lax/libstacktrace.a/sysinfo.o .libs/libtcmalloc_internal.lax/libstacktrace.a/vdso_support.o | |
| /opt/local/bin/ranlib: file: .libs/libtcmalloc_internal.a(libtcmalloc_internal_la-memfs_malloc.o) has no symbols | |
| /opt/local/bin/ranlib: file: .libs/libtcmalloc_internal.a(atomicops-internals-x86.o) has no symbols | |
| /opt/local/bin/ranlib: file: .libs/libtcmalloc_internal.a(elf_mem_image.o) has no symbols | |
| /opt/local/bin/ranlib: file: .libs/libtcmalloc_internal.a(vdso_support.o) has no symbols | |
| libtool: link: ranlib .libs/libtcmalloc_internal.a | |
| ranlib: file: .libs/libtcmalloc_internal.a(libtcmalloc_internal_la-memfs_malloc.o) has no symbols | |
| ranlib: file: .libs/libtcmalloc_internal.a(atomicops-internals-x86.o) has no symbols | |
| ranlib: file: .libs/libtcmalloc_internal.a(elf_mem_image.o) has no symbols | |
| ranlib: file: .libs/libtcmalloc_internal.a(vdso_support.o) has no symbols | |
| libtool: link: rm -fr .libs/libtcmalloc_internal.lax | |
| libtool: link: ( cd ".libs" && rm -f "libtcmalloc_internal.la" && ln -s "../libtcmalloc_internal.la" "libtcmalloc_internal.la" ) | |
| /bin/sh ./libtool --tag=CXX --mode=link g++ -D_THREAD_SAFE -DNDEBUG -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -fno-builtin-malloc -fno-builtin-free -fno-builtin-realloc -fno-builtin-calloc -fno-builtin-cfree -fno-builtin-memalign -fno-builtin-posix_memalign -fno-builtin-valloc -fno-builtin-pvalloc -Wno-unused-result -DNO_HEAP_CHECK -g -O2 -D_THREAD_SAFE -version-info 6:6:2 -o libtcmalloc.la -rpath /usr/local/lib src/libtcmalloc_la-tcmalloc.lo libtcmalloc_internal.la libmaybe_threads.la | |
| libtool: link: g++ -dynamiclib -Wl,-undefined -Wl,dynamic_lookup -o .libs/libtcmalloc.4.dylib src/.libs/libtcmalloc_la-tcmalloc.o -Wl,-force_load,./.libs/libtcmalloc_internal.a -Wl,-force_load,./.libs/libmaybe_threads.a -O2 -install_name /usr/local/lib/libtcmalloc.4.dylib -compatibility_version 7 -current_version 7.6 -Wl,-single_module | |
| libtool: link: (cd ".libs" && rm -f "libtcmalloc.dylib" && ln -s "libtcmalloc.4.dylib" "libtcmalloc.dylib") | |
| libtool: link: (cd .libs/libtcmalloc.lax/libtcmalloc_internal.a && ar x "/Users/haa/Desktop/palo/molap/server/5.1/gperftools/./.libs/libtcmalloc_internal.a") | |
| libtool: link: (cd .libs/libtcmalloc.lax/libmaybe_threads.a && ar x "/Users/haa/Desktop/palo/molap/server/5.1/gperftools/./.libs/libmaybe_threads.a") | |
| libtool: link: ar cru .libs/libtcmalloc.a src/libtcmalloc_la-tcmalloc.o .libs/libtcmalloc.lax/libtcmalloc_internal.a/atomicops-internals-x86.o .libs/libtcmalloc.lax/libtcmalloc_internal.a/dynamic_annotations.o .libs/libtcmalloc.lax/libtcmalloc_internal.a/elf_mem_image.o .libs/libtcmalloc.lax/libtcmalloc_internal.a/libtcmalloc_internal_la-central_freelist.o .libs/libtcmalloc.lax/libtcmalloc_internal.a/libtcmalloc_internal_la-common.o .libs/libtcmalloc.lax/libtcmalloc_internal.a/libtcmalloc_internal_la-heap-profile-table.o .libs/libtcmalloc.lax/libtcmalloc_internal.a/libtcmalloc_internal_la-heap-profiler.o .libs/libtcmalloc.lax/libtcmalloc_internal.a/libtcmalloc_internal_la-internal_logging.o .libs/libtcmalloc.lax/libtcmalloc_internal.a/libtcmalloc_internal_la-low_level_alloc.o .libs/libtcmalloc.lax/libtcmalloc_internal.a/libtcmalloc_internal_la-malloc_extension.o .libs/libtcmalloc.lax/libtcmalloc_internal.a/libtcmalloc_internal_la-malloc_hook.o .libs/libtcmalloc.lax/libtcmalloc_internal.a/libtcmalloc_internal_la-memfs_malloc.o .libs/libtcmalloc.lax/libtcmalloc_internal.a/libtcmalloc_internal_la-memory_region_map.o .libs/libtcmalloc.lax/libtcmalloc_internal.a/libtcmalloc_internal_la-page_heap.o .libs/libtcmalloc.lax/libtcmalloc_internal.a/libtcmalloc_internal_la-raw_printer.o .libs/libtcmalloc.lax/libtcmalloc_internal.a/libtcmalloc_internal_la-sampler.o .libs/libtcmalloc.lax/libtcmalloc_internal.a/libtcmalloc_internal_la-span.o .libs/libtcmalloc.lax/libtcmalloc_internal.a/libtcmalloc_internal_la-stack_trace_table.o .libs/libtcmalloc.lax/libtcmalloc_internal.a/libtcmalloc_internal_la-static_vars.o .libs/libtcmalloc.lax/libtcmalloc_internal.a/libtcmalloc_internal_la-symbolize.o .libs/libtcmalloc.lax/libtcmalloc_internal.a/libtcmalloc_internal_la-system-alloc.o .libs/libtcmalloc.lax/libtcmalloc_internal.a/libtcmalloc_internal_la-thread_cache.o .libs/libtcmalloc.lax/libtcmalloc_internal.a/logging.o .libs/libtcmalloc.lax/libtcmalloc_internal.a/spinlock.o .libs/libtcmalloc.lax/libtcmalloc_internal.a/spinlock_internal.o .libs/libtcmalloc.lax/libtcmalloc_internal.a/stacktrace.o .libs/libtcmalloc.lax/libtcmalloc_internal.a/sysinfo.o .libs/libtcmalloc.lax/libtcmalloc_internal.a/vdso_support.o .libs/libtcmalloc.lax/libmaybe_threads.a/maybe_threads.o | |
| /opt/local/bin/ranlib: file: .libs/libtcmalloc.a(atomicops-internals-x86.o) has no symbols | |
| /opt/local/bin/ranlib: file: .libs/libtcmalloc.a(elf_mem_image.o) has no symbols | |
| /opt/local/bin/ranlib: file: .libs/libtcmalloc.a(libtcmalloc_internal_la-memfs_malloc.o) has no symbols | |
| /opt/local/bin/ranlib: file: .libs/libtcmalloc.a(vdso_support.o) has no symbols | |
| libtool: link: ranlib .libs/libtcmalloc.a | |
| ranlib: file: .libs/libtcmalloc.a(atomicops-internals-x86.o) has no symbols | |
| ranlib: file: .libs/libtcmalloc.a(elf_mem_image.o) has no symbols | |
| ranlib: file: .libs/libtcmalloc.a(libtcmalloc_internal_la-memfs_malloc.o) has no symbols | |
| ranlib: file: .libs/libtcmalloc.a(vdso_support.o) has no symbols | |
| libtool: link: rm -fr .libs/libtcmalloc.lax | |
| libtool: link: ( cd ".libs" && rm -f "libtcmalloc.la" && ln -s "../libtcmalloc.la" "libtcmalloc.la" ) | |
| /bin/sh ./libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I./src -I./src -D_THREAD_SAFE -DNDEBUG -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -fno-builtin-malloc -fno-builtin-free -fno-builtin-realloc -fno-builtin-calloc -fno-builtin-cfree -fno-builtin-memalign -fno-builtin-posix_memalign -fno-builtin-valloc -fno-builtin-pvalloc -Wno-unused-result -DNO_HEAP_CHECK -DTCMALLOC_FOR_DEBUGALLOCATION -g -O2 -MT src/libtcmalloc_debug_la-debugallocation.lo -MD -MP -MF src/.deps/libtcmalloc_debug_la-debugallocation.Tpo -c -o src/libtcmalloc_debug_la-debugallocation.lo `test -f 'src/debugallocation.cc' || echo './'`src/debugallocation.cc | |
| libtool: compile: g++ -DHAVE_CONFIG_H -I. -I./src -I./src -D_THREAD_SAFE -DNDEBUG -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -fno-builtin-malloc -fno-builtin-free -fno-builtin-realloc -fno-builtin-calloc -fno-builtin-cfree -fno-builtin-memalign -fno-builtin-posix_memalign -fno-builtin-valloc -fno-builtin-pvalloc -Wno-unused-result -DNO_HEAP_CHECK -DTCMALLOC_FOR_DEBUGALLOCATION -g -O2 -MT src/libtcmalloc_debug_la-debugallocation.lo -MD -MP -MF src/.deps/libtcmalloc_debug_la-debugallocation.Tpo -c src/debugallocation.cc -fno-common -DPIC -o src/.libs/libtcmalloc_debug_la-debugallocation.o | |
| In file included from src/debugallocation.cc:72: | |
| In file included from ./src/base/commandlineflags.h:56: | |
| ./src/base/basictypes.h:287:9: warning: '_dyld_present' is deprecated: first deprecated in OS X 10.5 | |
| [-Wdeprecated-declarations] | |
| if (_dyld_present()) { | |
| ^ | |
| /usr/include/mach-o/dyld.h:236:13: note: '_dyld_present' has been explicitly marked deprecated here | |
| extern bool _dyld_present(void) __OSX_AVAILABLE... | |
| ^ | |
| In file included from src/debugallocation.cc:85: | |
| In file included from ./src/tcmalloc.cc:157: | |
| In file included from ./src/libc_override.h:76: | |
| ./src/libc_override_osx.h:184:6: warning: unused function 'mi_statistics' [-Wunused-function] | |
| void mi_statistics(malloc_zone_t *zone, malloc_statistics_t *stats) { | |
| ^ | |
| src/debugallocation.cc:302:7: warning: private field 'magic2_' is not used [-Wunused-private-field] | |
| int magic2_; | |
| ^ | |
| 3 warnings generated. | |
| libtool: compile: g++ -DHAVE_CONFIG_H -I. -I./src -I./src -D_THREAD_SAFE -DNDEBUG -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -fno-builtin-malloc -fno-builtin-free -fno-builtin-realloc -fno-builtin-calloc -fno-builtin-cfree -fno-builtin-memalign -fno-builtin-posix_memalign -fno-builtin-valloc -fno-builtin-pvalloc -Wno-unused-result -DNO_HEAP_CHECK -DTCMALLOC_FOR_DEBUGALLOCATION -g -O2 -MT src/libtcmalloc_debug_la-debugallocation.lo -MD -MP -MF src/.deps/libtcmalloc_debug_la-debugallocation.Tpo -c src/debugallocation.cc -o src/libtcmalloc_debug_la-debugallocation.o >/dev/null 2>&1 | |
| mv -f src/.deps/libtcmalloc_debug_la-debugallocation.Tpo src/.deps/libtcmalloc_debug_la-debugallocation.Plo | |
| /bin/sh ./libtool --tag=CXX --mode=link g++ -D_THREAD_SAFE -DNDEBUG -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -fno-builtin-malloc -fno-builtin-free -fno-builtin-realloc -fno-builtin-calloc -fno-builtin-cfree -fno-builtin-memalign -fno-builtin-posix_memalign -fno-builtin-valloc -fno-builtin-pvalloc -Wno-unused-result -DNO_HEAP_CHECK -DTCMALLOC_FOR_DEBUGALLOCATION -g -O2 -D_THREAD_SAFE -version-info 6:6:2 -version-info 6:6:2 -o libtcmalloc_debug.la -rpath /usr/local/lib src/libtcmalloc_debug_la-debugallocation.lo libtcmalloc_internal.la libmaybe_threads.la | |
| libtool: link: g++ -dynamiclib -Wl,-undefined -Wl,dynamic_lookup -o .libs/libtcmalloc_debug.4.dylib src/.libs/libtcmalloc_debug_la-debugallocation.o -Wl,-force_load,./.libs/libtcmalloc_internal.a -Wl,-force_load,./.libs/libmaybe_threads.a -O2 -install_name /usr/local/lib/libtcmalloc_debug.4.dylib -compatibility_version 7 -current_version 7.6 -Wl,-single_module | |
| libtool: link: (cd ".libs" && rm -f "libtcmalloc_debug.dylib" && ln -s "libtcmalloc_debug.4.dylib" "libtcmalloc_debug.dylib") | |
| libtool: link: (cd .libs/libtcmalloc_debug.lax/libtcmalloc_internal.a && ar x "/Users/haa/Desktop/palo/molap/server/5.1/gperftools/./.libs/libtcmalloc_internal.a") | |
| libtool: link: (cd .libs/libtcmalloc_debug.lax/libmaybe_threads.a && ar x "/Users/haa/Desktop/palo/molap/server/5.1/gperftools/./.libs/libmaybe_threads.a") | |
| libtool: link: ar cru .libs/libtcmalloc_debug.a src/libtcmalloc_debug_la-debugallocation.o .libs/libtcmalloc_debug.lax/libtcmalloc_internal.a/atomicops-internals-x86.o .libs/libtcmalloc_debug.lax/libtcmalloc_internal.a/dynamic_annotations.o .libs/libtcmalloc_debug.lax/libtcmalloc_internal.a/elf_mem_image.o .libs/libtcmalloc_debug.lax/libtcmalloc_internal.a/libtcmalloc_internal_la-central_freelist.o .libs/libtcmalloc_debug.lax/libtcmalloc_internal.a/libtcmalloc_internal_la-common.o .libs/libtcmalloc_debug.lax/libtcmalloc_internal.a/libtcmalloc_internal_la-heap-profile-table.o .libs/libtcmalloc_debug.lax/libtcmalloc_internal.a/libtcmalloc_internal_la-heap-profiler.o .libs/libtcmalloc_debug.lax/libtcmalloc_internal.a/libtcmalloc_internal_la-internal_logging.o .libs/libtcmalloc_debug.lax/libtcmalloc_internal.a/libtcmalloc_internal_la-low_level_alloc.o .libs/libtcmalloc_debug.lax/libtcmalloc_internal.a/libtcmalloc_internal_la-malloc_extension.o .libs/libtcmalloc_debug.lax/libtcmalloc_internal.a/libtcmalloc_internal_la-malloc_hook.o .libs/libtcmalloc_debug.lax/libtcmalloc_internal.a/libtcmalloc_internal_la-memfs_malloc.o .libs/libtcmalloc_debug.lax/libtcmalloc_internal.a/libtcmalloc_internal_la-memory_region_map.o .libs/libtcmalloc_debug.lax/libtcmalloc_internal.a/libtcmalloc_internal_la-page_heap.o .libs/libtcmalloc_debug.lax/libtcmalloc_internal.a/libtcmalloc_internal_la-raw_printer.o .libs/libtcmalloc_debug.lax/libtcmalloc_internal.a/libtcmalloc_internal_la-sampler.o .libs/libtcmalloc_debug.lax/libtcmalloc_internal.a/libtcmalloc_internal_la-span.o .libs/libtcmalloc_debug.lax/libtcmalloc_internal.a/libtcmalloc_internal_la-stack_trace_table.o .libs/libtcmalloc_debug.lax/libtcmalloc_internal.a/libtcmalloc_internal_la-static_vars.o .libs/libtcmalloc_debug.lax/libtcmalloc_internal.a/libtcmalloc_internal_la-symbolize.o .libs/libtcmalloc_debug.lax/libtcmalloc_internal.a/libtcmalloc_internal_la-system-alloc.o .libs/libtcmalloc_debug.lax/libtcmalloc_internal.a/libtcmalloc_internal_la-thread_cache.o .libs/libtcmalloc_debug.lax/libtcmalloc_internal.a/logging.o .libs/libtcmalloc_debug.lax/libtcmalloc_internal.a/spinlock.o .libs/libtcmalloc_debug.lax/libtcmalloc_internal.a/spinlock_internal.o .libs/libtcmalloc_debug.lax/libtcmalloc_internal.a/stacktrace.o .libs/libtcmalloc_debug.lax/libtcmalloc_internal.a/sysinfo.o .libs/libtcmalloc_debug.lax/libtcmalloc_internal.a/vdso_support.o .libs/libtcmalloc_debug.lax/libmaybe_threads.a/maybe_threads.o | |
| /opt/local/bin/ranlib: file: .libs/libtcmalloc_debug.a(atomicops-internals-x86.o) has no symbols | |
| /opt/local/bin/ranlib: file: .libs/libtcmalloc_debug.a(elf_mem_image.o) has no symbols | |
| /opt/local/bin/ranlib: file: .libs/libtcmalloc_debug.a(libtcmalloc_internal_la-memfs_malloc.o) has no symbols | |
| /opt/local/bin/ranlib: file: .libs/libtcmalloc_debug.a(vdso_support.o) has no symbols | |
| libtool: link: ranlib .libs/libtcmalloc_debug.a | |
| ranlib: file: .libs/libtcmalloc_debug.a(atomicops-internals-x86.o) has no symbols | |
| ranlib: file: .libs/libtcmalloc_debug.a(elf_mem_image.o) has no symbols | |
| ranlib: file: .libs/libtcmalloc_debug.a(libtcmalloc_internal_la-memfs_malloc.o) has no symbols | |
| ranlib: file: .libs/libtcmalloc_debug.a(vdso_support.o) has no symbols | |
| libtool: link: rm -fr .libs/libtcmalloc_debug.lax | |
| libtool: link: ( cd ".libs" && rm -f "libtcmalloc_debug.la" && ln -s "../libtcmalloc_debug.la" "libtcmalloc_debug.la" ) | |
| depbase=`echo src/profiler.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ | |
| /bin/sh ./libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I./src -I./src -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -fno-builtin-malloc -fno-builtin-free -fno-builtin-realloc -fno-builtin-calloc -fno-builtin-cfree -fno-builtin-memalign -fno-builtin-posix_memalign -fno-builtin-valloc -fno-builtin-pvalloc -Wno-unused-result -g -O2 -MT src/profiler.lo -MD -MP -MF $depbase.Tpo -c -o src/profiler.lo src/profiler.cc &&\ | |
| mv -f $depbase.Tpo $depbase.Plo | |
| libtool: compile: g++ -DHAVE_CONFIG_H -I. -I./src -I./src -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -fno-builtin-malloc -fno-builtin-free -fno-builtin-realloc -fno-builtin-calloc -fno-builtin-cfree -fno-builtin-memalign -fno-builtin-posix_memalign -fno-builtin-valloc -fno-builtin-pvalloc -Wno-unused-result -g -O2 -MT src/profiler.lo -MD -MP -MF src/.deps/profiler.Tpo -c src/profiler.cc -fno-common -DPIC -o src/.libs/profiler.o | |
| In file included from src/profiler.cc:61: | |
| In file included from ./src/base/commandlineflags.h:56: | |
| ./src/base/basictypes.h:287:9: warning: '_dyld_present' is deprecated: first deprecated in OS X 10.5 | |
| [-Wdeprecated-declarations] | |
| if (_dyld_present()) { | |
| ^ | |
| /usr/include/mach-o/dyld.h:236:13: note: '_dyld_present' has been explicitly marked deprecated here | |
| extern bool _dyld_present(void) __OSX_AVAILABLE... | |
| ^ | |
| 1 warning generated. | |
| libtool: compile: g++ -DHAVE_CONFIG_H -I. -I./src -I./src -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -fno-builtin-malloc -fno-builtin-free -fno-builtin-realloc -fno-builtin-calloc -fno-builtin-cfree -fno-builtin-memalign -fno-builtin-posix_memalign -fno-builtin-valloc -fno-builtin-pvalloc -Wno-unused-result -g -O2 -MT src/profiler.lo -MD -MP -MF src/.deps/profiler.Tpo -c src/profiler.cc -o src/profiler.o >/dev/null 2>&1 | |
| depbase=`echo src/profile-handler.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ | |
| /bin/sh ./libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I./src -I./src -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -fno-builtin-malloc -fno-builtin-free -fno-builtin-realloc -fno-builtin-calloc -fno-builtin-cfree -fno-builtin-memalign -fno-builtin-posix_memalign -fno-builtin-valloc -fno-builtin-pvalloc -Wno-unused-result -g -O2 -MT src/profile-handler.lo -MD -MP -MF $depbase.Tpo -c -o src/profile-handler.lo src/profile-handler.cc &&\ | |
| mv -f $depbase.Tpo $depbase.Plo | |
| libtool: compile: g++ -DHAVE_CONFIG_H -I. -I./src -I./src -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -fno-builtin-malloc -fno-builtin-free -fno-builtin-realloc -fno-builtin-calloc -fno-builtin-cfree -fno-builtin-memalign -fno-builtin-posix_memalign -fno-builtin-valloc -fno-builtin-pvalloc -Wno-unused-result -g -O2 -MT src/profile-handler.lo -MD -MP -MF src/.deps/profile-handler.Tpo -c src/profile-handler.cc -fno-common -DPIC -o src/.libs/profile-handler.o | |
| In file included from src/profile-handler.cc:38: | |
| In file included from ./src/profile-handler.h:54: | |
| ./src/base/basictypes.h:287:9: warning: '_dyld_present' is deprecated: first deprecated in OS X 10.5 | |
| [-Wdeprecated-declarations] | |
| if (_dyld_present()) { | |
| ^ | |
| /usr/include/mach-o/dyld.h:236:13: note: '_dyld_present' has been explicitly marked deprecated here | |
| extern bool _dyld_present(void) __OSX_AVAILABLE... | |
| ^ | |
| 1 warning generated. | |
| libtool: compile: g++ -DHAVE_CONFIG_H -I. -I./src -I./src -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -fno-builtin-malloc -fno-builtin-free -fno-builtin-realloc -fno-builtin-calloc -fno-builtin-cfree -fno-builtin-memalign -fno-builtin-posix_memalign -fno-builtin-valloc -fno-builtin-pvalloc -Wno-unused-result -g -O2 -MT src/profile-handler.lo -MD -MP -MF src/.deps/profile-handler.Tpo -c src/profile-handler.cc -o src/profile-handler.o >/dev/null 2>&1 | |
| depbase=`echo src/profiledata.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ | |
| /bin/sh ./libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I./src -I./src -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -fno-builtin-malloc -fno-builtin-free -fno-builtin-realloc -fno-builtin-calloc -fno-builtin-cfree -fno-builtin-memalign -fno-builtin-posix_memalign -fno-builtin-valloc -fno-builtin-pvalloc -Wno-unused-result -g -O2 -MT src/profiledata.lo -MD -MP -MF $depbase.Tpo -c -o src/profiledata.lo src/profiledata.cc &&\ | |
| mv -f $depbase.Tpo $depbase.Plo | |
| libtool: compile: g++ -DHAVE_CONFIG_H -I. -I./src -I./src -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -fno-builtin-malloc -fno-builtin-free -fno-builtin-realloc -fno-builtin-calloc -fno-builtin-cfree -fno-builtin-memalign -fno-builtin-posix_memalign -fno-builtin-valloc -fno-builtin-pvalloc -Wno-unused-result -g -O2 -MT src/profiledata.lo -MD -MP -MF src/.deps/profiledata.Tpo -c src/profiledata.cc -fno-common -DPIC -o src/.libs/profiledata.o | |
| In file included from src/profiledata.cc:49: | |
| In file included from ./src/profiledata.h:47: | |
| ./src/base/basictypes.h:287:9: warning: '_dyld_present' is deprecated: first deprecated in OS X 10.5 | |
| [-Wdeprecated-declarations] | |
| if (_dyld_present()) { | |
| ^ | |
| /usr/include/mach-o/dyld.h:236:13: note: '_dyld_present' has been explicitly marked deprecated here | |
| extern bool _dyld_present(void) __OSX_AVAILABLE... | |
| ^ | |
| 1 warning generated. | |
| libtool: compile: g++ -DHAVE_CONFIG_H -I. -I./src -I./src -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -fno-builtin-malloc -fno-builtin-free -fno-builtin-realloc -fno-builtin-calloc -fno-builtin-cfree -fno-builtin-memalign -fno-builtin-posix_memalign -fno-builtin-valloc -fno-builtin-pvalloc -Wno-unused-result -g -O2 -MT src/profiledata.lo -MD -MP -MF src/.deps/profiledata.Tpo -c src/profiledata.cc -o src/profiledata.o >/dev/null 2>&1 | |
| /bin/sh ./libtool --tag=CXX --mode=link g++ -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -fno-builtin-malloc -fno-builtin-free -fno-builtin-realloc -fno-builtin-calloc -fno-builtin-cfree -fno-builtin-memalign -fno-builtin-posix_memalign -fno-builtin-valloc -fno-builtin-pvalloc -Wno-unused-result -g -O2 -export-symbols-regex '(ProfilerStart|ProfilerStartWithOptions|ProfilerStop|ProfilerFlush|ProfilerEnable|ProfilerDisable|ProfilingIsEnabledForAllThreads|ProfilerRegisterThread|ProfilerGetCurrentState|ProfilerState|ProfileData|ProfileHandler)' -version-info 4:5:4 -o libprofiler.la -rpath /usr/local/lib src/profiler.lo src/profile-handler.lo src/profiledata.lo libstacktrace.la libmaybe_threads.la | |
| libtool: link: /opt/local/bin/nm src/.libs/profiler.o src/.libs/profile-handler.o src/.libs/profiledata.o ./.libs/libstacktrace.a ./.libs/libmaybe_threads.a | sed -n -e 's/^.*[ ]\([BCDEGRST][BCDEGRST]*\)[ ][ ]*_\([_A-Za-z][_A-Za-z0-9]*\)$/\1 _\2 \2/p' | sed '/ __gnu_lto/d' | /usr/bin/sed 's/.* //' | sort | uniq > .libs/libprofiler.exp | |
| warning: /opt/local/bin/nm: no name list | |
| warning: /opt/local/bin/nm: no name list | |
| warning: /opt/local/bin/nm: no name list | |
| libtool: link: /usr/bin/grep -E -e "(ProfilerStart|ProfilerStartWithOptions|ProfilerStop|ProfilerFlush|ProfilerEnable|ProfilerDisable|ProfilingIsEnabledForAllThreads|ProfilerRegisterThread|ProfilerGetCurrentState|ProfilerState|ProfileData|ProfileHandler)" ".libs/libprofiler.exp" > ".libs/libprofiler.expT" | |
| libtool: link: mv -f ".libs/libprofiler.expT" ".libs/libprofiler.exp" | |
| libtool: link: sed 's,^,_,' < .libs/libprofiler.exp > .libs/libprofiler-symbols.expsym | |
| libtool: link: g++ -dynamiclib -Wl,-undefined -Wl,dynamic_lookup -o .libs/libprofiler.0.dylib src/.libs/profiler.o src/.libs/profile-handler.o src/.libs/profiledata.o -Wl,-force_load,./.libs/libstacktrace.a -Wl,-force_load,./.libs/libmaybe_threads.a -O2 -install_name /usr/local/lib/libprofiler.0.dylib -compatibility_version 5 -current_version 5.5 -Wl,-single_module -Wl,-exported_symbols_list,.libs/libprofiler-symbols.expsym | |
| libtool: link: (cd ".libs" && rm -f "libprofiler.dylib" && ln -s "libprofiler.0.dylib" "libprofiler.dylib") | |
| libtool: link: (cd .libs/libprofiler.lax/libstacktrace.a && ar x "/Users/haa/Desktop/palo/molap/server/5.1/gperftools/./.libs/libstacktrace.a") | |
| libtool: link: (cd .libs/libprofiler.lax/libmaybe_threads.a && ar x "/Users/haa/Desktop/palo/molap/server/5.1/gperftools/./.libs/libmaybe_threads.a") | |
| libtool: link: ar cru .libs/libprofiler.a src/profiler.o src/profile-handler.o src/profiledata.o .libs/libprofiler.lax/libstacktrace.a/atomicops-internals-x86.o .libs/libprofiler.lax/libstacktrace.a/dynamic_annotations.o .libs/libprofiler.lax/libstacktrace.a/elf_mem_image.o .libs/libprofiler.lax/libstacktrace.a/logging.o .libs/libprofiler.lax/libstacktrace.a/spinlock.o .libs/libprofiler.lax/libstacktrace.a/spinlock_internal.o .libs/libprofiler.lax/libstacktrace.a/stacktrace.o .libs/libprofiler.lax/libstacktrace.a/sysinfo.o .libs/libprofiler.lax/libstacktrace.a/vdso_support.o .libs/libprofiler.lax/libmaybe_threads.a/maybe_threads.o | |
| /opt/local/bin/ranlib: file: .libs/libprofiler.a(atomicops-internals-x86.o) has no symbols | |
| /opt/local/bin/ranlib: file: .libs/libprofiler.a(elf_mem_image.o) has no symbols | |
| /opt/local/bin/ranlib: file: .libs/libprofiler.a(vdso_support.o) has no symbols | |
| libtool: link: ranlib .libs/libprofiler.a | |
| ranlib: file: .libs/libprofiler.a(atomicops-internals-x86.o) has no symbols | |
| ranlib: file: .libs/libprofiler.a(elf_mem_image.o) has no symbols | |
| ranlib: file: .libs/libprofiler.a(vdso_support.o) has no symbols | |
| libtool: link: rm -fr .libs/libprofiler.lax | |
| libtool: link: ( cd ".libs" && rm -f "libprofiler.la" && ln -s "../libprofiler.la" "libprofiler.la" ) | |
| /bin/sh ./libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I./src -I./src -D_THREAD_SAFE -DNDEBUG -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -fno-builtin-malloc -fno-builtin-free -fno-builtin-realloc -fno-builtin-calloc -fno-builtin-cfree -fno-builtin-memalign -fno-builtin-posix_memalign -fno-builtin-valloc -fno-builtin-pvalloc -Wno-unused-result -DNO_HEAP_CHECK -g -O2 -MT src/libtcmalloc_and_profiler_la-tcmalloc.lo -MD -MP -MF src/.deps/libtcmalloc_and_profiler_la-tcmalloc.Tpo -c -o src/libtcmalloc_and_profiler_la-tcmalloc.lo `test -f 'src/tcmalloc.cc' || echo './'`src/tcmalloc.cc | |
| libtool: compile: g++ -DHAVE_CONFIG_H -I. -I./src -I./src -D_THREAD_SAFE -DNDEBUG -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -fno-builtin-malloc -fno-builtin-free -fno-builtin-realloc -fno-builtin-calloc -fno-builtin-cfree -fno-builtin-memalign -fno-builtin-posix_memalign -fno-builtin-valloc -fno-builtin-pvalloc -Wno-unused-result -DNO_HEAP_CHECK -g -O2 -MT src/libtcmalloc_and_profiler_la-tcmalloc.lo -MD -MP -MF src/.deps/libtcmalloc_and_profiler_la-tcmalloc.Tpo -c src/tcmalloc.cc -fno-common -DPIC -o src/.libs/libtcmalloc_and_profiler_la-tcmalloc.o | |
| In file included from src/tcmalloc.cc:117: | |
| ./src/base/basictypes.h:287:9: warning: '_dyld_present' is deprecated: first deprecated in OS X 10.5 | |
| [-Wdeprecated-declarations] | |
| if (_dyld_present()) { | |
| ^ | |
| /usr/include/mach-o/dyld.h:236:13: note: '_dyld_present' has been explicitly marked deprecated here | |
| extern bool _dyld_present(void) __OSX_AVAILABLE... | |
| ^ | |
| In file included from src/tcmalloc.cc:157: | |
| In file included from ./src/libc_override.h:76: | |
| ./src/libc_override_osx.h:184:6: warning: unused function 'mi_statistics' [-Wunused-function] | |
| void mi_statistics(malloc_zone_t *zone, malloc_statistics_t *stats) { | |
| ^ | |
| src/tcmalloc.cc:967:20: warning: unused function 'CheckCachedSizeClass' [-Wunused-function] | |
| static inline bool CheckCachedSizeClass(void *ptr) { | |
| ^ | |
| 3 warnings generated. | |
| libtool: compile: g++ -DHAVE_CONFIG_H -I. -I./src -I./src -D_THREAD_SAFE -DNDEBUG -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -fno-builtin-malloc -fno-builtin-free -fno-builtin-realloc -fno-builtin-calloc -fno-builtin-cfree -fno-builtin-memalign -fno-builtin-posix_memalign -fno-builtin-valloc -fno-builtin-pvalloc -Wno-unused-result -DNO_HEAP_CHECK -g -O2 -MT src/libtcmalloc_and_profiler_la-tcmalloc.lo -MD -MP -MF src/.deps/libtcmalloc_and_profiler_la-tcmalloc.Tpo -c src/tcmalloc.cc -o src/libtcmalloc_and_profiler_la-tcmalloc.o >/dev/null 2>&1 | |
| mv -f src/.deps/libtcmalloc_and_profiler_la-tcmalloc.Tpo src/.deps/libtcmalloc_and_profiler_la-tcmalloc.Plo | |
| /bin/sh ./libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I./src -I./src -D_THREAD_SAFE -DNDEBUG -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -fno-builtin-malloc -fno-builtin-free -fno-builtin-realloc -fno-builtin-calloc -fno-builtin-cfree -fno-builtin-memalign -fno-builtin-posix_memalign -fno-builtin-valloc -fno-builtin-pvalloc -Wno-unused-result -DNO_HEAP_CHECK -g -O2 -MT src/libtcmalloc_and_profiler_la-profiler.lo -MD -MP -MF src/.deps/libtcmalloc_and_profiler_la-profiler.Tpo -c -o src/libtcmalloc_and_profiler_la-profiler.lo `test -f 'src/profiler.cc' || echo './'`src/profiler.cc | |
| libtool: compile: g++ -DHAVE_CONFIG_H -I. -I./src -I./src -D_THREAD_SAFE -DNDEBUG -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -fno-builtin-malloc -fno-builtin-free -fno-builtin-realloc -fno-builtin-calloc -fno-builtin-cfree -fno-builtin-memalign -fno-builtin-posix_memalign -fno-builtin-valloc -fno-builtin-pvalloc -Wno-unused-result -DNO_HEAP_CHECK -g -O2 -MT src/libtcmalloc_and_profiler_la-profiler.lo -MD -MP -MF src/.deps/libtcmalloc_and_profiler_la-profiler.Tpo -c src/profiler.cc -fno-common -DPIC -o src/.libs/libtcmalloc_and_profiler_la-profiler.o | |
| In file included from src/profiler.cc:61: | |
| In file included from ./src/base/commandlineflags.h:56: | |
| ./src/base/basictypes.h:287:9: warning: '_dyld_present' is deprecated: first deprecated in OS X 10.5 | |
| [-Wdeprecated-declarations] | |
| if (_dyld_present()) { | |
| ^ | |
| /usr/include/mach-o/dyld.h:236:13: note: '_dyld_present' has been explicitly marked deprecated here | |
| extern bool _dyld_present(void) __OSX_AVAILABLE... | |
| ^ | |
| 1 warning generated. | |
| libtool: compile: g++ -DHAVE_CONFIG_H -I. -I./src -I./src -D_THREAD_SAFE -DNDEBUG -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -fno-builtin-malloc -fno-builtin-free -fno-builtin-realloc -fno-builtin-calloc -fno-builtin-cfree -fno-builtin-memalign -fno-builtin-posix_memalign -fno-builtin-valloc -fno-builtin-pvalloc -Wno-unused-result -DNO_HEAP_CHECK -g -O2 -MT src/libtcmalloc_and_profiler_la-profiler.lo -MD -MP -MF src/.deps/libtcmalloc_and_profiler_la-profiler.Tpo -c src/profiler.cc -o src/libtcmalloc_and_profiler_la-profiler.o >/dev/null 2>&1 | |
| mv -f src/.deps/libtcmalloc_and_profiler_la-profiler.Tpo src/.deps/libtcmalloc_and_profiler_la-profiler.Plo | |
| /bin/sh ./libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I./src -I./src -D_THREAD_SAFE -DNDEBUG -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -fno-builtin-malloc -fno-builtin-free -fno-builtin-realloc -fno-builtin-calloc -fno-builtin-cfree -fno-builtin-memalign -fno-builtin-posix_memalign -fno-builtin-valloc -fno-builtin-pvalloc -Wno-unused-result -DNO_HEAP_CHECK -g -O2 -MT src/libtcmalloc_and_profiler_la-profile-handler.lo -MD -MP -MF src/.deps/libtcmalloc_and_profiler_la-profile-handler.Tpo -c -o src/libtcmalloc_and_profiler_la-profile-handler.lo `test -f 'src/profile-handler.cc' || echo './'`src/profile-handler.cc | |
| libtool: compile: g++ -DHAVE_CONFIG_H -I. -I./src -I./src -D_THREAD_SAFE -DNDEBUG -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -fno-builtin-malloc -fno-builtin-free -fno-builtin-realloc -fno-builtin-calloc -fno-builtin-cfree -fno-builtin-memalign -fno-builtin-posix_memalign -fno-builtin-valloc -fno-builtin-pvalloc -Wno-unused-result -DNO_HEAP_CHECK -g -O2 -MT src/libtcmalloc_and_profiler_la-profile-handler.lo -MD -MP -MF src/.deps/libtcmalloc_and_profiler_la-profile-handler.Tpo -c src/profile-handler.cc -fno-common -DPIC -o src/.libs/libtcmalloc_and_profiler_la-profile-handler.o | |
| In file included from src/profile-handler.cc:38: | |
| In file included from ./src/profile-handler.h:54: | |
| ./src/base/basictypes.h:287:9: warning: '_dyld_present' is deprecated: first deprecated in OS X 10.5 | |
| [-Wdeprecated-declarations] | |
| if (_dyld_present()) { | |
| ^ | |
| /usr/include/mach-o/dyld.h:236:13: note: '_dyld_present' has been explicitly marked deprecated here | |
| extern bool _dyld_present(void) __OSX_AVAILABLE... | |
| ^ | |
| 1 warning generated. | |
| libtool: compile: g++ -DHAVE_CONFIG_H -I. -I./src -I./src -D_THREAD_SAFE -DNDEBUG -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -fno-builtin-malloc -fno-builtin-free -fno-builtin-realloc -fno-builtin-calloc -fno-builtin-cfree -fno-builtin-memalign -fno-builtin-posix_memalign -fno-builtin-valloc -fno-builtin-pvalloc -Wno-unused-result -DNO_HEAP_CHECK -g -O2 -MT src/libtcmalloc_and_profiler_la-profile-handler.lo -MD -MP -MF src/.deps/libtcmalloc_and_profiler_la-profile-handler.Tpo -c src/profile-handler.cc -o src/libtcmalloc_and_profiler_la-profile-handler.o >/dev/null 2>&1 | |
| mv -f src/.deps/libtcmalloc_and_profiler_la-profile-handler.Tpo src/.deps/libtcmalloc_and_profiler_la-profile-handler.Plo | |
| /bin/sh ./libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I./src -I./src -D_THREAD_SAFE -DNDEBUG -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -fno-builtin-malloc -fno-builtin-free -fno-builtin-realloc -fno-builtin-calloc -fno-builtin-cfree -fno-builtin-memalign -fno-builtin-posix_memalign -fno-builtin-valloc -fno-builtin-pvalloc -Wno-unused-result -DNO_HEAP_CHECK -g -O2 -MT src/libtcmalloc_and_profiler_la-profiledata.lo -MD -MP -MF src/.deps/libtcmalloc_and_profiler_la-profiledata.Tpo -c -o src/libtcmalloc_and_profiler_la-profiledata.lo `test -f 'src/profiledata.cc' || echo './'`src/profiledata.cc | |
| libtool: compile: g++ -DHAVE_CONFIG_H -I. -I./src -I./src -D_THREAD_SAFE -DNDEBUG -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -fno-builtin-malloc -fno-builtin-free -fno-builtin-realloc -fno-builtin-calloc -fno-builtin-cfree -fno-builtin-memalign -fno-builtin-posix_memalign -fno-builtin-valloc -fno-builtin-pvalloc -Wno-unused-result -DNO_HEAP_CHECK -g -O2 -MT src/libtcmalloc_and_profiler_la-profiledata.lo -MD -MP -MF src/.deps/libtcmalloc_and_profiler_la-profiledata.Tpo -c src/profiledata.cc -fno-common -DPIC -o src/.libs/libtcmalloc_and_profiler_la-profiledata.o | |
| In file included from src/profiledata.cc:49: | |
| In file included from ./src/profiledata.h:47: | |
| ./src/base/basictypes.h:287:9: warning: '_dyld_present' is deprecated: first deprecated in OS X 10.5 | |
| [-Wdeprecated-declarations] | |
| if (_dyld_present()) { | |
| ^ | |
| /usr/include/mach-o/dyld.h:236:13: note: '_dyld_present' has been explicitly marked deprecated here | |
| extern bool _dyld_present(void) __OSX_AVAILABLE... | |
| ^ | |
| 1 warning generated. | |
| libtool: compile: g++ -DHAVE_CONFIG_H -I. -I./src -I./src -D_THREAD_SAFE -DNDEBUG -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -fno-builtin-malloc -fno-builtin-free -fno-builtin-realloc -fno-builtin-calloc -fno-builtin-cfree -fno-builtin-memalign -fno-builtin-posix_memalign -fno-builtin-valloc -fno-builtin-pvalloc -Wno-unused-result -DNO_HEAP_CHECK -g -O2 -MT src/libtcmalloc_and_profiler_la-profiledata.lo -MD -MP -MF src/.deps/libtcmalloc_and_profiler_la-profiledata.Tpo -c src/profiledata.cc -o src/libtcmalloc_and_profiler_la-profiledata.o >/dev/null 2>&1 | |
| mv -f src/.deps/libtcmalloc_and_profiler_la-profiledata.Tpo src/.deps/libtcmalloc_and_profiler_la-profiledata.Plo | |
| /bin/sh ./libtool --tag=CXX --mode=link g++ -D_THREAD_SAFE -DNDEBUG -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -fno-builtin-malloc -fno-builtin-free -fno-builtin-realloc -fno-builtin-calloc -fno-builtin-cfree -fno-builtin-memalign -fno-builtin-posix_memalign -fno-builtin-valloc -fno-builtin-pvalloc -Wno-unused-result -DNO_HEAP_CHECK -g -O2 -D_THREAD_SAFE -version-info 6:6:2 -o libtcmalloc_and_profiler.la -rpath /usr/local/lib src/libtcmalloc_and_profiler_la-tcmalloc.lo src/libtcmalloc_and_profiler_la-profiler.lo src/libtcmalloc_and_profiler_la-profile-handler.lo src/libtcmalloc_and_profiler_la-profiledata.lo libtcmalloc_internal.la libmaybe_threads.la | |
| libtool: link: g++ -dynamiclib -Wl,-undefined -Wl,dynamic_lookup -o .libs/libtcmalloc_and_profiler.4.dylib src/.libs/libtcmalloc_and_profiler_la-tcmalloc.o src/.libs/libtcmalloc_and_profiler_la-profiler.o src/.libs/libtcmalloc_and_profiler_la-profile-handler.o src/.libs/libtcmalloc_and_profiler_la-profiledata.o -Wl,-force_load,./.libs/libtcmalloc_internal.a -Wl,-force_load,./.libs/libmaybe_threads.a -O2 -install_name /usr/local/lib/libtcmalloc_and_profiler.4.dylib -compatibility_version 7 -current_version 7.6 -Wl,-single_module | |
| libtool: link: (cd ".libs" && rm -f "libtcmalloc_and_profiler.dylib" && ln -s "libtcmalloc_and_profiler.4.dylib" "libtcmalloc_and_profiler.dylib") | |
| libtool: link: (cd .libs/libtcmalloc_and_profiler.lax/libtcmalloc_internal.a && ar x "/Users/haa/Desktop/palo/molap/server/5.1/gperftools/./.libs/libtcmalloc_internal.a") | |
| libtool: link: (cd .libs/libtcmalloc_and_profiler.lax/libmaybe_threads.a && ar x "/Users/haa/Desktop/palo/molap/server/5.1/gperftools/./.libs/libmaybe_threads.a") | |
| libtool: link: ar cru .libs/libtcmalloc_and_profiler.a src/libtcmalloc_and_profiler_la-tcmalloc.o src/libtcmalloc_and_profiler_la-profiler.o src/libtcmalloc_and_profiler_la-profile-handler.o src/libtcmalloc_and_profiler_la-profiledata.o .libs/libtcmalloc_and_profiler.lax/libtcmalloc_internal.a/atomicops-internals-x86.o .libs/libtcmalloc_and_profiler.lax/libtcmalloc_internal.a/dynamic_annotations.o .libs/libtcmalloc_and_profiler.lax/libtcmalloc_internal.a/elf_mem_image.o .libs/libtcmalloc_and_profiler.lax/libtcmalloc_internal.a/libtcmalloc_internal_la-central_freelist.o .libs/libtcmalloc_and_profiler.lax/libtcmalloc_internal.a/libtcmalloc_internal_la-common.o .libs/libtcmalloc_and_profiler.lax/libtcmalloc_internal.a/libtcmalloc_internal_la-heap-profile-table.o .libs/libtcmalloc_and_profiler.lax/libtcmalloc_internal.a/libtcmalloc_internal_la-heap-profiler.o .libs/libtcmalloc_and_profiler.lax/libtcmalloc_internal.a/libtcmalloc_internal_la-internal_logging.o .libs/libtcmalloc_and_profiler.lax/libtcmalloc_internal.a/libtcmalloc_internal_la-low_level_alloc.o .libs/libtcmalloc_and_profiler.lax/libtcmalloc_internal.a/libtcmalloc_internal_la-malloc_extension.o .libs/libtcmalloc_and_profiler.lax/libtcmalloc_internal.a/libtcmalloc_internal_la-malloc_hook.o .libs/libtcmalloc_and_profiler.lax/libtcmalloc_internal.a/libtcmalloc_internal_la-memfs_malloc.o .libs/libtcmalloc_and_profiler.lax/libtcmalloc_internal.a/libtcmalloc_internal_la-memory_region_map.o .libs/libtcmalloc_and_profiler.lax/libtcmalloc_internal.a/libtcmalloc_internal_la-page_heap.o .libs/libtcmalloc_and_profiler.lax/libtcmalloc_internal.a/libtcmalloc_internal_la-raw_printer.o .libs/libtcmalloc_and_profiler.lax/libtcmalloc_internal.a/libtcmalloc_internal_la-sampler.o .libs/libtcmalloc_and_profiler.lax/libtcmalloc_internal.a/libtcmalloc_internal_la-span.o .libs/libtcmalloc_and_profiler.lax/libtcmalloc_internal.a/libtcmalloc_internal_la-stack_trace_table.o .libs/libtcmalloc_and_profiler.lax/libtcmalloc_internal.a/libtcmalloc_internal_la-static_vars.o .libs/libtcmalloc_and_profiler.lax/libtcmalloc_internal.a/libtcmalloc_internal_la-symbolize.o .libs/libtcmalloc_and_profiler.lax/libtcmalloc_internal.a/libtcmalloc_internal_la-system-alloc.o .libs/libtcmalloc_and_profiler.lax/libtcmalloc_internal.a/libtcmalloc_internal_la-thread_cache.o .libs/libtcmalloc_and_profiler.lax/libtcmalloc_internal.a/logging.o .libs/libtcmalloc_and_profiler.lax/libtcmalloc_internal.a/spinlock.o .libs/libtcmalloc_and_profiler.lax/libtcmalloc_internal.a/spinlock_internal.o .libs/libtcmalloc_and_profiler.lax/libtcmalloc_internal.a/stacktrace.o .libs/libtcmalloc_and_profiler.lax/libtcmalloc_internal.a/sysinfo.o .libs/libtcmalloc_and_profiler.lax/libtcmalloc_internal.a/vdso_support.o .libs/libtcmalloc_and_profiler.lax/libmaybe_threads.a/maybe_threads.o | |
| /opt/local/bin/ranlib: file: .libs/libtcmalloc_and_profiler.a(atomicops-internals-x86.o) has no symbols | |
| /opt/local/bin/ranlib: file: .libs/libtcmalloc_and_profiler.a(elf_mem_image.o) has no symbols | |
| /opt/local/bin/ranlib: file: .libs/libtcmalloc_and_profiler.a(libtcmalloc_internal_la-memfs_malloc.o) has no symbols | |
| /opt/local/bin/ranlib: file: .libs/libtcmalloc_and_profiler.a(vdso_support.o) has no symbols | |
| libtool: link: ranlib .libs/libtcmalloc_and_profiler.a | |
| ranlib: file: .libs/libtcmalloc_and_profiler.a(atomicops-internals-x86.o) has no symbols | |
| ranlib: file: .libs/libtcmalloc_and_profiler.a(elf_mem_image.o) has no symbols | |
| ranlib: file: .libs/libtcmalloc_and_profiler.a(libtcmalloc_internal_la-memfs_malloc.o) has no symbols | |
| ranlib: file: .libs/libtcmalloc_and_profiler.a(vdso_support.o) has no symbols | |
| libtool: link: rm -fr .libs/libtcmalloc_and_profiler.lax | |
| libtool: link: ( cd ".libs" && rm -f "libtcmalloc_and_profiler.la" && ln -s "../libtcmalloc_and_profiler.la" "libtcmalloc_and_profiler.la" ) | |
| g++ -DHAVE_CONFIG_H -I. -I./src -I./src -D_THREAD_SAFE -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -fno-builtin-malloc -fno-builtin-free -fno-builtin-realloc -fno-builtin-calloc -fno-builtin-cfree -fno-builtin-memalign -fno-builtin-posix_memalign -fno-builtin-valloc -fno-builtin-pvalloc -Wno-unused-result -fno-builtin -g -O2 -MT src/tests/debugallocation_test-debugallocation_test.o -MD -MP -MF src/tests/.deps/debugallocation_test-debugallocation_test.Tpo -c -o src/tests/debugallocation_test-debugallocation_test.o `test -f 'src/tests/debugallocation_test.cc' || echo './'`src/tests/debugallocation_test.cc | |
| In file included from src/tests/debugallocation_test.cc:40: | |
| In file included from ./src/base/logging.h:49: | |
| In file included from ./src/base/commandlineflags.h:56: | |
| ./src/base/basictypes.h:287:9: warning: '_dyld_present' is deprecated: first deprecated in OS X 10.5 | |
| [-Wdeprecated-declarations] | |
| if (_dyld_present()) { | |
| ^ | |
| /usr/include/mach-o/dyld.h:236:13: note: '_dyld_present' has been explicitly marked deprecated here | |
| extern bool _dyld_present(void) __OSX_AVAILABLE... | |
| ^ | |
| 1 warning generated. | |
| mv -f src/tests/.deps/debugallocation_test-debugallocation_test.Tpo src/tests/.deps/debugallocation_test-debugallocation_test.Po | |
| /bin/sh ./libtool --tag=CXX --mode=link g++ -D_THREAD_SAFE -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -fno-builtin-malloc -fno-builtin-free -fno-builtin-realloc -fno-builtin-calloc -fno-builtin-cfree -fno-builtin-memalign -fno-builtin-posix_memalign -fno-builtin-valloc -fno-builtin-pvalloc -Wno-unused-result -fno-builtin -g -O2 -D_THREAD_SAFE -o debugallocation_test src/tests/debugallocation_test-debugallocation_test.o libtcmalloc_debug.la | |
| libtool: link: g++ -D_THREAD_SAFE -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -fno-builtin-malloc -fno-builtin-free -fno-builtin-realloc -fno-builtin-calloc -fno-builtin-cfree -fno-builtin-memalign -fno-builtin-posix_memalign -fno-builtin-valloc -fno-builtin-pvalloc -Wno-unused-result -fno-builtin -g -O2 -D_THREAD_SAFE -o .libs/debugallocation_test src/tests/debugallocation_test-debugallocation_test.o -Wl,-bind_at_load ./.libs/libtcmalloc_debug.dylib | |
| g++ -DHAVE_CONFIG_H -I. -I./src -I./src -D_THREAD_SAFE -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -fno-builtin-malloc -fno-builtin-free -fno-builtin-realloc -fno-builtin-calloc -fno-builtin-cfree -fno-builtin-memalign -fno-builtin-posix_memalign -fno-builtin-valloc -fno-builtin-pvalloc -Wno-unused-result -fno-builtin -g -O2 -MT benchmark/malloc_bench-malloc_bench.o -MD -MP -MF benchmark/.deps/malloc_bench-malloc_bench.Tpo -c -o benchmark/malloc_bench-malloc_bench.o `test -f 'benchmark/malloc_bench.cc' || echo './'`benchmark/malloc_bench.cc | |
| mv -f benchmark/.deps/malloc_bench-malloc_bench.Tpo benchmark/.deps/malloc_bench-malloc_bench.Po | |
| /bin/sh ./libtool --tag=CXX --mode=link g++ -D_THREAD_SAFE -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -fno-builtin-malloc -fno-builtin-free -fno-builtin-realloc -fno-builtin-calloc -fno-builtin-cfree -fno-builtin-memalign -fno-builtin-posix_memalign -fno-builtin-valloc -fno-builtin-pvalloc -Wno-unused-result -fno-builtin -g -O2 -D_THREAD_SAFE -static -o malloc_bench benchmark/malloc_bench-malloc_bench.o libtcmalloc_minimal.la | |
| libtool: link: g++ -D_THREAD_SAFE -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -fno-builtin-malloc -fno-builtin-free -fno-builtin-realloc -fno-builtin-calloc -fno-builtin-cfree -fno-builtin-memalign -fno-builtin-posix_memalign -fno-builtin-valloc -fno-builtin-pvalloc -Wno-unused-result -fno-builtin -g -O2 -D_THREAD_SAFE -o malloc_bench benchmark/malloc_bench-malloc_bench.o -Wl,-bind_at_load ./.libs/libtcmalloc_minimal.a | |
| g++ -DHAVE_CONFIG_H -I. -I./src -I./src -D_THREAD_SAFE -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -fno-builtin-malloc -fno-builtin-free -fno-builtin-realloc -fno-builtin-calloc -fno-builtin-cfree -fno-builtin-memalign -fno-builtin-posix_memalign -fno-builtin-valloc -fno-builtin-pvalloc -Wno-unused-result -fno-builtin -g -O2 -MT benchmark/malloc_bench_shared-malloc_bench.o -MD -MP -MF benchmark/.deps/malloc_bench_shared-malloc_bench.Tpo -c -o benchmark/malloc_bench_shared-malloc_bench.o `test -f 'benchmark/malloc_bench.cc' || echo './'`benchmark/malloc_bench.cc | |
| mv -f benchmark/.deps/malloc_bench_shared-malloc_bench.Tpo benchmark/.deps/malloc_bench_shared-malloc_bench.Po | |
| /bin/sh ./libtool --tag=CXX --mode=link g++ -D_THREAD_SAFE -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -fno-builtin-malloc -fno-builtin-free -fno-builtin-realloc -fno-builtin-calloc -fno-builtin-cfree -fno-builtin-memalign -fno-builtin-posix_memalign -fno-builtin-valloc -fno-builtin-pvalloc -Wno-unused-result -fno-builtin -g -O2 -D_THREAD_SAFE -o malloc_bench_shared benchmark/malloc_bench_shared-malloc_bench.o libtcmalloc_minimal.la | |
| libtool: link: g++ -D_THREAD_SAFE -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -fno-builtin-malloc -fno-builtin-free -fno-builtin-realloc -fno-builtin-calloc -fno-builtin-cfree -fno-builtin-memalign -fno-builtin-posix_memalign -fno-builtin-valloc -fno-builtin-pvalloc -Wno-unused-result -fno-builtin -g -O2 -D_THREAD_SAFE -o .libs/malloc_bench_shared benchmark/malloc_bench_shared-malloc_bench.o -Wl,-bind_at_load ./.libs/libtcmalloc_minimal.dylib | |
| g++ -DHAVE_CONFIG_H -I. -I./src -I./src -D_THREAD_SAFE -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -fno-builtin-malloc -fno-builtin-free -fno-builtin-realloc -fno-builtin-calloc -fno-builtin-cfree -fno-builtin-memalign -fno-builtin-posix_memalign -fno-builtin-valloc -fno-builtin-pvalloc -Wno-unused-result -fno-builtin -g -O2 -MT src/tests/tcmalloc_unittest-tcmalloc_unittest.o -MD -MP -MF src/tests/.deps/tcmalloc_unittest-tcmalloc_unittest.Tpo -c -o src/tests/tcmalloc_unittest-tcmalloc_unittest.o `test -f 'src/tests/tcmalloc_unittest.cc' || echo './'`src/tests/tcmalloc_unittest.cc | |
| In file included from src/tests/tcmalloc_unittest.cc:90: | |
| In file included from ./src/base/logging.h:49: | |
| In file included from ./src/base/commandlineflags.h:56: | |
| ./src/base/basictypes.h:287:9: warning: '_dyld_present' is deprecated: first deprecated in OS X 10.5 | |
| [-Wdeprecated-declarations] | |
| if (_dyld_present()) { | |
| ^ | |
| /usr/include/mach-o/dyld.h:236:13: note: '_dyld_present' has been explicitly marked deprecated here | |
| extern bool _dyld_present(void) __OSX_AVAILABLE... | |
| ^ | |
| 1 warning generated. | |
| mv -f src/tests/.deps/tcmalloc_unittest-tcmalloc_unittest.Tpo src/tests/.deps/tcmalloc_unittest-tcmalloc_unittest.Po | |
| g++ -DHAVE_CONFIG_H -I. -I./src -I./src -D_THREAD_SAFE -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -fno-builtin-malloc -fno-builtin-free -fno-builtin-realloc -fno-builtin-calloc -fno-builtin-cfree -fno-builtin-memalign -fno-builtin-posix_memalign -fno-builtin-valloc -fno-builtin-pvalloc -Wno-unused-result -fno-builtin -g -O2 -MT src/tests/tcmalloc_unittest-testutil.o -MD -MP -MF src/tests/.deps/tcmalloc_unittest-testutil.Tpo -c -o src/tests/tcmalloc_unittest-testutil.o `test -f 'src/tests/testutil.cc' || echo './'`src/tests/testutil.cc | |
| mv -f src/tests/.deps/tcmalloc_unittest-testutil.Tpo src/tests/.deps/tcmalloc_unittest-testutil.Po | |
| /bin/sh ./libtool --tag=CXX --mode=link g++ -D_THREAD_SAFE -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -fno-builtin-malloc -fno-builtin-free -fno-builtin-realloc -fno-builtin-calloc -fno-builtin-cfree -fno-builtin-memalign -fno-builtin-posix_memalign -fno-builtin-valloc -fno-builtin-pvalloc -Wno-unused-result -fno-builtin -g -O2 -D_THREAD_SAFE -o tcmalloc_unittest src/tests/tcmalloc_unittest-tcmalloc_unittest.o src/tests/tcmalloc_unittest-testutil.o libtcmalloc.la liblogging.la | |
| libtool: link: g++ -D_THREAD_SAFE -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -fno-builtin-malloc -fno-builtin-free -fno-builtin-realloc -fno-builtin-calloc -fno-builtin-cfree -fno-builtin-memalign -fno-builtin-posix_memalign -fno-builtin-valloc -fno-builtin-pvalloc -Wno-unused-result -fno-builtin -g -O2 -D_THREAD_SAFE -o .libs/tcmalloc_unittest src/tests/tcmalloc_unittest-tcmalloc_unittest.o src/tests/tcmalloc_unittest-testutil.o -Wl,-bind_at_load ./.libs/libtcmalloc.dylib ./.libs/liblogging.a | |
| Undefined symbols for architecture x86_64: | |
| "_memalign", referenced from: | |
| testing::RunAllTests(int, char**) in tcmalloc_unittest-tcmalloc_unittest.o | |
| ld: symbol(s) not found for architecture x86_64 | |
| clang: error: linker command failed with exit code 1 (use -v to see invocation) | |
| make: *** [tcmalloc_unittest] Error 1 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment