I am still having the same issue. Mac OS
When trying yo build, I cannot because of below error:
Compiling jemalloc-sys v0.3.2
error: failed to run custom build command for jemalloc-sys v0.3.2
Caused by:
process didn’t exit successfully: /Users/shashank/Documents/OneDrive - University of Toronto/Winter 2020/project/libra/target/debug/build/jemalloc-sys-916018b045bb5a43/build-script-build
(exit code: 101)
— stdout
TARGET=x86_64-apple-darwin
HOST=x86_64-apple-darwin
NUM_JOBS=16
OUT_DIR="/Users/shashank/Documents/OneDrive - University of Toronto/Winter 2020/project/libra/target/debug/build/jemalloc-sys-fa64be33afc9c47d/out"
BUILD_DIR="/Users/shashank/Documents/OneDrive - University of Toronto/Winter 2020/project/libra/target/debug/build/jemalloc-sys-fa64be33afc9c47d/out/build"
SRC_DIR="/Users/shashank/.cargo/registry/src/github.com-1ecc6299db9ec823/jemalloc-sys-0.3.2"
OPT_LEVEL = Some(“0”)
TARGET = Some(“x86_64-apple-darwin”)
HOST = Some(“x86_64-apple-darwin”)
CC_x86_64-apple-darwin = None
CC_x86_64_apple_darwin = None
HOST_CC = None
CC = None
CFLAGS_x86_64-apple-darwin = None
CFLAGS_x86_64_apple_darwin = None
HOST_CFLAGS = None
CFLAGS = None
CRATE_CC_NO_DEFAULTS = None
DEBUG = Some(“true”)
CARGO_CFG_TARGET_FEATURE = Some(“fxsr,sse,sse2,sse3,ssse3”)
CC=“cc”
CFLAGS="-O0 -ffunction-sections -fdata-sections -fPIC -g -fno-omit-frame-pointer -m64 -Wall"
JEMALLOC_REPO_DIR=“jemalloc”
JEMALLOC_SRC_DIR="/Users/shashank/Documents/OneDrive - University of Toronto/Winter 2020/project/libra/target/debug/build/jemalloc-sys-fa64be33afc9c47d/out/jemalloc"
cargo:warning="Unprefixed malloc
requested on unsupported platform x86_64-apple-darwin
=> using prefixed malloc
"
cargo:rustc-cfg=prefixed
–with-jemalloc-prefix=rjem
CARGO_FEATURE_PROFILING set
running: “sh” “/Users/shashank/Documents/OneDrive - University of Toronto/Winter 2020/project/libra/target/debug/build/jemalloc-sys-fa64be33afc9c47d/out/jemalloc/configure” “–disable-cxx” “–with-jemalloc-prefix=rjem” “–with-private-namespace=rjem” “–enable-prof” “–host=x86_64-apple-darwin” “–build=x86_64-apple-darwin” “–prefix=/Users/shashank/Documents/OneDrive - University of Toronto/Winter 2020/project/libra/target/debug/build/jemalloc-sys-fa64be33afc9c47d/out”
checking for xsltproc… /usr/bin/xsltproc
checking for x86_64-apple-darwin-gcc… cc
checking whether the C compiler works… yes
checking for C compiler default output file name… a.out
checking for suffix of executables…
checking whether we are cross compiling… no
checking for suffix of object files… o
checking whether we are using the GNU C compiler… yes
checking whether cc accepts -g… yes
checking for cc option to accept ISO C89… none needed
checking whether compiler is cray… no
checking whether compiler supports -std=gnu11… yes
checking whether compiler supports -Wall… yes
checking whether compiler supports -Wshorten-64-to-32… yes
checking whether compiler supports -Wsign-compare… yes
checking whether compiler supports -Wundef… yes
checking whether compiler supports -Wno-format-zero-length… yes
checking whether compiler supports -pipe… yes
checking whether compiler supports -g3… yes
checking how to run the C preprocessor… cc -E
checking for grep that handles long lines and -e… /usr/bin/grep
checking for egrep… /usr/bin/grep -E
checking for ANSI C header files… yes
checking for sys/types.h… yes
checking for sys/stat.h… yes
checking for stdlib.h… yes
checking for string.h… yes
checking for memory.h… yes
checking for strings.h… yes
checking for inttypes.h… yes
checking for stdint.h… yes
checking for unistd.h… yes
checking whether byte ordering is bigendian… no
checking size of void … 8
checking size of int… 4
checking size of long… 8
checking size of long long… 8
checking size of intmax_t… 8
checking build system type… x86_64-apple-darwin
checking host system type… x86_64-apple-darwin
checking whether pause instruction is compilable… yes
checking number of significant virtual address bits… 48
checking for x86_64-apple-darwin-ar… no
checking for ar… ar
checking for x86_64-apple-darwin-nm… no
checking for nm… nm
checking for gawk… no
checking for mawk… no
checking for nawk… no
checking for awk… awk
checking malloc.h usability… no
checking malloc.h presence… no
checking for malloc.h… no
checking for library containing log… none required
checking whether attribute syntax is compilable… yes
checking whether compiler supports -Werror… yes
checking whether compiler supports -herror_on_warning… no
checking whether tls_model attribute is compilable… yes
checking whether compiler supports -Werror… yes
checking whether compiler supports -herror_on_warning… no
checking whether alloc_size attribute is compilable… yes
checking whether compiler supports -Werror… yes
checking whether compiler supports -herror_on_warning… no
checking whether format(gnu_printf, …) attribute is compilable… no
checking whether compiler supports -Werror… yes
checking whether compiler supports -herror_on_warning… no
checking whether format(printf, …) attribute is compilable… yes
checking for a BSD-compatible install… /usr/bin/install -c
checking for x86_64-apple-darwin-ranlib… no
checking for ranlib… ranlib
checking for ld… /usr/bin/ld
checking for autoconf… /usr/local/bin/autoconf
checking for memalign… no
checking for valloc… yes
checking whether compiler supports -O3… yes
checking whether compiler supports -O3… no
checking whether compiler supports -funroll-loops… yes
checking unwind.h usability… yes
checking unwind.h presence… yes
checking for unwind.h… yes
checking for _Unwind_Backtrace in -lgcc… no
checking whether compiler supports -fno-omit-frame-pointer… yes
checking configured backtracing method… gcc intrinsics
checking for sbrk… yes
Disabling dss allocation because sbrk is deprecated
checking whether utrace(2) is compilable… no
checking whether a program using __builtin_unreachable is compilable… yes
checking whether a program using __builtin_ffsl is compilable… yes
checking LG_PAGE… 12
checking pthread.h usability… yes
checking pthread.h presence… yes
checking for pthread.h… yes
checking for pthread_create in -lpthread… yes
checking dlfcn.h usability… yes
checking dlfcn.h presence… yes
checking for dlfcn.h… yes
checking for dlsym… yes
checking whether pthread_atfork(3) is compilable… yes
checking whether pthread_setname_np(3) is compilable… no
checking for library containing clock_gettime… none required
checking whether clock_gettime(CLOCK_MONOTONIC_COARSE, …) is compilable… no
checking whether clock_gettime(CLOCK_MONOTONIC, …) is compilable… no
checking whether mach_absolute_time() is compilable… yes
checking whether compiler supports -Werror… yes
checking whether syscall(2) is compilable… no
checking for secure_getenv… no
checking for sched_getcpu… no
checking for sched_setaffinity… no
checking for issetugid… yes
checking for _malloc_thread_cleanup… no
checking for _pthread_mutex_init_calloc_cb… no
checking whether C11 atomics is compilable… yes
checking whether GCC __atomic atomics is compilable… yes
checking whether GCC __sync atomics is compilable… yes
checking whether Darwin OSAtomic() is compilable… yes
checking whether madvise(2) is compilable… yes
checking whether madvise(…, MADV_FREE) is compilable… yes
checking whether madvise(…, MADV_DONTNEED) is compilable… yes
checking whether madvise(…, MADV_DO[NT]DUMP) is compilable… no
checking whether madvise(…, MADV_[NO]HUGEPAGE) is compilable… no
checking for _builtin_clz… yes
checking whether Darwin os_unfair_lock() is compilable… yes
checking whether Darwin OSSpin() is compilable… yes
checking whether glibc malloc hook is compilable… no
checking whether glibc memalign hook is compilable… no
checking whether pthreads adaptive mutexes is compilable… no
checking whether compiler supports -D_GNU_SOURCE… yes
checking whether compiler supports -Werror… yes
checking whether compiler supports -herror_on_warning… no
checking whether strerror_r returns char with gnu source is compilable… no
checking for stdbool.h that conforms to C99… yes
checking for _Bool… yes
configure: creating ./config.status
config.status: creating Makefile
config.status: creating jemalloc.pc
config.status: creating doc/html.xsl
config.status: creating doc/manpages.xsl
config.status: creating doc/jemalloc.xml
config.status: creating include/jemalloc/jemalloc_macros.h
config.status: creating include/jemalloc/jemalloc_protos.h
config.status: creating include/jemalloc/jemalloc_typedefs.h
config.status: creating include/jemalloc/internal/jemalloc_preamble.h
config.status: creating test/test.sh
config.status: creating test/include/test/jemalloc_test.h
config.status: creating config.stamp
config.status: creating bin/jemalloc-config
config.status: creating bin/jemalloc.sh
config.status: creating bin/jeprof
config.status: creating include/jemalloc/jemalloc_defs.h
config.status: include/jemalloc/jemalloc_defs.h is unchanged
config.status: creating include/jemalloc/internal/jemalloc_internal_defs.h
config.status: include/jemalloc/internal/jemalloc_internal_defs.h is unchanged
config.status: creating test/include/test/jemalloc_test_defs.h
config.status: test/include/test/jemalloc_test_defs.h is unchanged
config.status: executing include/jemalloc/internal/public_symbols.txt commands
config.status: executing include/jemalloc/internal/private_symbols.awk commands
config.status: executing include/jemalloc/internal/private_symbols_jet.awk commands
config.status: executing include/jemalloc/internal/public_namespace.h commands
config.status: executing include/jemalloc/internal/public_unnamespace.h commands
config.status: executing include/jemalloc/internal/size_classes.h commands
config.status: executing include/jemalloc/jemalloc_protos_jet.h commands
config.status: executing include/jemalloc/jemalloc_rename.h commands
config.status: executing include/jemalloc/jemalloc_mangle.h commands
config.status: executing include/jemalloc/jemalloc_mangle_jet.h commands
config.status: executing include/jemalloc/jemalloc.h commands
jemalloc version : 0.0.0-0-g0000000000000000000000000000000000000000
library revision : 2
CONFIG : --disable-cxx --with-jemalloc-prefix=rjem --with-private-namespace=rjem --enable-prof --host=x86_64-apple-darwin --build=x86_64-apple-darwin ‘–prefix=/Users/shashank/Documents/OneDrive - University of Toronto/Winter 2020/project/libra/target/debug/build/jemalloc-sys-fa64be33afc9c47d/out’ build_alias=x86_64-apple-darwin host_alias=x86_64-apple-darwin CC=cc ‘CFLAGS=-O0 -ffunction-sections -fdata-sections -fPIC -g -fno-omit-frame-pointer -m64 -Wall’ ‘LDFLAGS=-O0 -ffunction-sections -fdata-sections -fPIC -g -fno-omit-frame-pointer -m64 -Wall’ ‘CPPFLAGS=-O0 -ffunction-sections -fdata-sections -fPIC -g -fno-omit-frame-pointer -m64 -Wall’
CC : cc
CONFIGURE_CFLAGS : -std=gnu11 -Wall -Wshorten-64-to-32 -Wsign-compare -Wundef -Wno-format-zero-length -pipe -g3 -O3 -funroll-loops -fno-omit-frame-pointer
SPECIFIED_CFLAGS : -O0 -ffunction-sections -fdata-sections -fPIC -g -fno-omit-frame-pointer -m64 -Wall
EXTRA_CFLAGS :
CPPFLAGS : -O0 -ffunction-sections -fdata-sections -fPIC -g -fno-omit-frame-pointer -m64 -Wall -D_REENTRANT
CXX :
CONFIGURE_CXXFLAGS :
SPECIFIED_CXXFLAGS :
EXTRA_CXXFLAGS :
LDFLAGS : -O0 -ffunction-sections -fdata-sections -fPIC -g -fno-omit-frame-pointer -m64 -Wall
EXTRA_LDFLAGS :
DSO_LDFLAGS : -shared -Wl,-install_name,(LIBDIR)/(@F)
LIBS : -lpthread
RPATH_EXTRA :
XSLTPROC : /usr/bin/xsltproc
XSLROOT :
PREFIX : /Users/shashank/Documents/OneDrive - University of Toronto/Winter 2020/project/libra/target/debug/build/jemalloc-sys-fa64be33afc9c47d/out
BINDIR : /Users/shashank/Documents/OneDrive - University of Toronto/Winter 2020/project/libra/target/debug/build/jemalloc-sys-fa64be33afc9c47d/out/bin
DATADIR : /Users/shashank/Documents/OneDrive - University of Toronto/Winter 2020/project/libra/target/debug/build/jemalloc-sys-fa64be33afc9c47d/out/share
INCLUDEDIR : /Users/shashank/Documents/OneDrive - University of Toronto/Winter 2020/project/libra/target/debug/build/jemalloc-sys-fa64be33afc9c47d/out/include
LIBDIR : /Users/shashank/Documents/OneDrive - University of Toronto/Winter 2020/project/libra/target/debug/build/jemalloc-sys-fa64be33afc9c47d/out/lib
MANDIR : /Users/shashank/Documents/OneDrive - University of Toronto/Winter 2020/project/libra/target/debug/build/jemalloc-sys-fa64be33afc9c47d/out/share/man
srcroot : /Users/shashank/Documents/OneDrive - University of Toronto/Winter 2020/project/libra/target/debug/build/jemalloc-sys-fa64be33afc9c47d/out/jemalloc/
abs_srcroot : /Users/shashank/Documents/OneDrive - University of Toronto/Winter 2020/project/libra/target/debug/build/jemalloc-sys-fa64be33afc9c47d/out/jemalloc/
objroot :
abs_objroot : /Users/shashank/Documents/OneDrive - University of Toronto/Winter 2020/project/libra/target/debug/build/jemalloc-sys-fa64be33afc9c47d/out/build/
JEMALLOC_PREFIX : rjem
JEMALLOC_PRIVATE_NAMESPACE
: rjem_je
install_suffix :
malloc_conf :
autogen : 0
debug : 0
stats : 1
prof : 1
prof-libunwind : 0
prof-libgcc : 0
prof-gcc : 1
fill : 1
utrace : 0
xmalloc : 0
log : 0
lazy_lock : 0
cache-oblivious : 1
cxx : 0
running: “make” “srcroot=…/jemalloc/” “-j” “16”
cc -std=gnu11 -Wall -Wshorten-64-to-32 -Wsign-compare -Wundef -Wno-format-zero-length -pipe -g3 -O3 -funroll-loops -fno-omit-frame-pointer -O0 -ffunction-sections -fdata-sections -fPIC -g -fno-omit-frame-pointer -m64 -Wall -fPIC -DPIC -c -O0 -ffunction-sections -fdata-sections -fPIC -g -fno-omit-frame-pointer -m64 -Wall -D_REENTRANT -Iinclude -I…/jemalloc/include -DJEMALLOC_NO_PRIVATE_NAMESPACE -o src/arena.sym.o …/jemalloc/src/arena.c
cc -std=gnu11 -Wall -Wshorten-64-to-32 -Wsign-compare -Wundef -Wno-format-zero-length -pipe -g3 -O3 -funroll-loops -fno-omit-frame-pointer -O0 -ffunction-sections -fdata-sections -fPIC -g -fno-omit-frame-pointer -m64 -Wall -fPIC -DPIC -c -O0 -ffunction-sections -fdata-sections -fPIC -g -fno-omit-frame-pointer -m64 -Wall -D_REENTRANT -Iinclude -I…/jemalloc/include -DJEMALLOC_NO_PRIVATE_NAMESPACE -o src/jemalloc.sym.o …/jemalloc/src/jemalloc.c
cc -std=gnu11 -Wall -Wshorten-64-to-32 -Wsign-compare -Wundef -Wno-format-zero-length -pipe -g3 -O3 -funroll-loops -fno-omit-frame-pointer -O0 -ffunction-sections -fdata-sections -fPIC -g -fno-omit-frame-pointer -m64 -Wall -fPIC -DPIC -c -O0 -ffunction-sections -fdata-sections -fPIC -g -fno-omit-frame-pointer -m64 -Wall -D_REENTRANT -Iinclude -I…/jemalloc/include -DJEMALLOC_NO_PRIVATE_NAMESPACE -o src/background_thread.sym.o …/jemalloc/src/background_thread.c
cc -std=gnu11 -Wall -Wshorten-64-to-32 -Wsign-compare -Wundef -Wno-format-zero-length -pipe -g3 -O3 -funroll-loops -fno-omit-frame-pointer -O0 -ffunction-sections -fdata-sections -fPIC -g -fno-omit-frame-pointer -m64 -Wall -fPIC -DPIC -c -O0 -ffunction-sections -fdata-sections -fPIC -g -fno-omit-frame-pointer -m64 -Wall -D_REENTRANT -Iinclude -I…/jemalloc/include -DJEMALLOC_NO_PRIVATE_NAMESPACE -o src/base.sym.o …/jemalloc/src/base.c
cc -std=gnu11 -Wall -Wshorten-64-to-32 -Wsign-compare -Wundef -Wno-format-zero-length -pipe -g3 -O3 -funroll-loops -fno-omit-frame-pointer -O0 -ffunction-sections -fdata-sections -fPIC -g -fno-omit-frame-pointer -m64 -Wall -fPIC -DPIC -c -O0 -ffunction-sections -fdata-sections -fPIC -g -fno-omit-frame-pointer -m64 -Wall -D_REENTRANT -Iinclude -I…/jemalloc/include -DJEMALLOC_NO_PRIVATE_NAMESPACE -o src/bitmap.sym.o …/jemalloc/src/bitmap.c
cc -std=gnu11 -Wall -Wshorten-64-to-32 -Wsign-compare -Wundef -Wno-format-zero-length -pipe -g3 -O3 -funroll-loops -fno-omit-frame-pointer -O0 -ffunction-sections -fdata-sections -fPIC -g -fno-omit-frame-pointer -m64 -Wall -fPIC -DPIC -c -O0 -ffunction-sections -fdata-sections -fPIC -g -fno-omit-frame-pointer -m64 -Wall -D_REENTRANT -Iinclude -I…/jemalloc/include -DJEMALLOC_NO_PRIVATE_NAMESPACE -o src/ckh.sym.o …/jemalloc/src/ckh.c
cc -std=gnu11 -Wall -Wshorten-64-to-32 -Wsign-compare -Wundef -Wno-format-zero-length -pipe -g3 -O3 -funroll-loops -fno-omit-frame-pointer -O0 -ffunction-sections -fdata-sections -fPIC -g -fno-omit-frame-pointer -m64 -Wall -fPIC -DPIC -c -O0 -ffunction-sections -fdata-sections -fPIC -g -fno-omit-frame-pointer -m64 -Wall -D_REENTRANT -Iinclude -I…/jemalloc/include -DJEMALLOC_NO_PRIVATE_NAMESPACE -o src/bin.sym.o …/jemalloc/src/bin.c
cc -std=gnu11 -Wall -Wshorten-64-to-32 -Wsign-compare -Wundef -Wno-format-zero-length -pipe -g3 -O3 -funroll-loops -fno-omit-frame-pointer -O0 -ffunction-sections -fdata-sections -fPIC -g -fno-omit-frame-pointer -m64 -Wall -fPIC -DPIC -c -O0 -ffunction-sections -fdata-sections -fPIC -g -fno-omit-frame-pointer -m64 -Wall -D_REENTRANT -Iinclude -I…/jemalloc/include -DJEMALLOC_NO_PRIVATE_NAMESPACE -o src/ctl.sym.o …/jemalloc/src/ctl.c
cc -std=gnu11 -Wall -Wshorten-64-to-32 -Wsign-compare -Wundef -Wno-format-zero-length -pipe -g3 -O3 -funroll-loops -fno-omit-frame-pointer -O0 -ffunction-sections -fdata-sections -fPIC -g -fno-omit-frame-pointer -m64 -Wall -fPIC -DPIC -c -O0 -ffunction-sections -fdata-sections -fPIC -g -fno-omit-frame-pointer -m64 -Wall -D_REENTRANT -Iinclude -I…/jemalloc/include -DJEMALLOC_NO_PRIVATE_NAMESPACE -o src/div.sym.o …/jemalloc/src/div.c
cc -std=gnu11 -Wall -Wshorten-64-to-32 -Wsign-compare -Wundef -Wno-format-zero-length -pipe -g3 -O3 -funroll-loops -fno-omit-frame-pointer -O0 -ffunction-sections -fdata-sections -fPIC -g -fno-omit-frame-pointer -m64 -Wall -fPIC -DPIC -c -O0 -ffunction-sections -fdata-sections -fPIC -g -fno-omit-frame-pointer -m64 -Wall -D_REENTRANT -Iinclude -I…/jemalloc/include -DJEMALLOC_NO_PRIVATE_NAMESPACE -o src/extent.sym.o …/jemalloc/src/extent.c
cc -std=gnu11 -Wall -Wshorten-64-to-32 -Wsign-compare -Wundef -Wno-format-zero-length -pipe -g3 -O3 -funroll-loops -fno-omit-frame-pointer -O0 -ffunction-sections -fdata-sections -fPIC -g -fno-omit-frame-pointer -m64 -Wall -fPIC -DPIC -c -O0 -ffunction-sections -fdata-sections -fPIC -g -fno-omit-frame-pointer -m64 -Wall -D_REENTRANT -Iinclude -I…/jemalloc/include -DJEMALLOC_NO_PRIVATE_NAMESPACE -o src/extent_dss.sym.o …/jemalloc/src/extent_dss.c
cc -std=gnu11 -Wall -Wshorten-64-to-32 -Wsign-compare -Wundef -Wno-format-zero-length -pipe -g3 -O3 -funroll-loops -fno-omit-frame-pointer -O0 -ffunction-sections -fdata-sections -fPIC -g -fno-omit-frame-pointer -m64 -Wall -fPIC -DPIC -c -O0 -ffunction-sections -fdata-sections -fPIC -g -fno-omit-frame-pointer -m64 -Wall -D_REENTRANT -Iinclude -I…/jemalloc/include -DJEMALLOC_NO_PRIVATE_NAMESPACE -o src/extent_mmap.sym.o …/jemalloc/src/extent_mmap.c
cc -std=gnu11 -Wall -Wshorten-64-to-32 -Wsign-compare -Wundef -Wno-format-zero-length -pipe -g3 -O3 -funroll-loops -fno-omit-frame-pointer -O0 -ffunction-sections -fdata-sections -fPIC -g -fno-omit-frame-pointer -m64 -Wall -fPIC -DPIC -c -O0 -ffunction-sections -fdata-sections -fPIC -g -fno-omit-frame-pointer -m64 -Wall -D_REENTRANT -Iinclude -I…/jemalloc/include -DJEMALLOC_NO_PRIVATE_NAMESPACE -o src/hash.sym.o …/jemalloc/src/hash.c
cc -std=gnu11 -Wall -Wshorten-64-to-32 -Wsign-compare -Wundef -Wno-format-zero-length -pipe -g3 -O3 -funroll-loops -fno-omit-frame-pointer -O0 -ffunction-sections -fdata-sections -fPIC -g -fno-omit-frame-pointer -m64 -Wall -fPIC -DPIC -c -O0 -ffunction-sections -fdata-sections -fPIC -g -fno-omit-frame-pointer -m64 -Wall -D_REENTRANT -Iinclude -I…/jemalloc/include -DJEMALLOC_NO_PRIVATE_NAMESPACE -o src/hooks.sym.o …/jemalloc/src/hooks.c
cc -std=gnu11 -Wall -Wshorten-64-to-32 -Wsign-compare -Wundef -Wno-format-zero-length -pipe -g3 -O3 -funroll-loops -fno-omit-frame-pointer -O0 -ffunction-sections -fdata-sections -fPIC -g -fno-omit-frame-pointer -m64 -Wall -fPIC -DPIC -c -O0 -ffunction-sections -fdata-sections -fPIC -g -fno-omit-frame-pointer -m64 -Wall -D_REENTRANT -Iinclude -I…/jemalloc/include -DJEMALLOC_NO_PRIVATE_NAMESPACE -o src/large.sym.o …/jemalloc/src/large.c
cc -std=gnu11 -Wall -Wshorten-64-to-32 -Wsign-compare -Wundef -Wno-format-zero-length -pipe -g3 -O3 -funroll-loops -fno-omit-frame-pointer -O0 -ffunction-sections -fdata-sections -fPIC -g -fno-omit-frame-pointer -m64 -Wall -fPIC -DPIC -c -O0 -ffunction-sections -fdata-sections -fPIC -g -fno-omit-frame-pointer -m64 -Wall -D_REENTRANT -Iinclude -I…/jemalloc/include -DJEMALLOC_NO_PRIVATE_NAMESPACE -o src/log.sym.o …/jemalloc/src/log.c
cc -std=gnu11 -Wall -Wshorten-64-to-32 -Wsign-compare -Wundef -Wno-format-zero-length -pipe -g3 -O3 -funroll-loops -fno-omit-frame-pointer -O0 -ffunction-sections -fdata-sections -fPIC -g -fno-omit-frame-pointer -m64 -Wall -fPIC -DPIC -c -O0 -ffunction-sections -fdata-sections -fPIC -g -fno-omit-frame-pointer -m64 -Wall -D_REENTRANT -Iinclude -I…/jemalloc/include -DJEMALLOC_NO_PRIVATE_NAMESPACE -o src/malloc_io.sym.o …/jemalloc/src/malloc_io.c
cc -std=gnu11 -Wall -Wshorten-64-to-32 -Wsign-compare -Wundef -Wno-format-zero-length -pipe -g3 -O3 -funroll-loops -fno-omit-frame-pointer -O0 -ffunction-sections -fdata-sections -fPIC -g -fno-omit-frame-pointer -m64 -Wall -fPIC -DPIC -c -O0 -ffunction-sections -fdata-sections -fPIC -g -fno-omit-frame-pointer -m64 -Wall -D_REENTRANT -Iinclude -I…/jemalloc/include -DJEMALLOC_NO_PRIVATE_NAMESPACE -o src/mutex.sym.o …/jemalloc/src/mutex.c
cc -std=gnu11 -Wall -Wshorten-64-to-32 -Wsign-compare -Wundef -Wno-format-zero-length -pipe -g3 -O3 -funroll-loops -fno-omit-frame-pointer -O0 -ffunction-sections -fdata-sections -fPIC -g -fno-omit-frame-pointer -m64 -Wall -fPIC -DPIC -c -O0 -ffunction-sections -fdata-sections -fPIC -g -fno-omit-frame-pointer -m64 -Wall -D_REENTRANT -Iinclude -I…/jemalloc/include -DJEMALLOC_NO_PRIVATE_NAMESPACE -o src/mutex_pool.sym.o …/jemalloc/src/mutex_pool.c
cc -std=gnu11 -Wall -Wshorten-64-to-32 -Wsign-compare -Wundef -Wno-format-zero-length -pipe -g3 -O3 -funroll-loops -fno-omit-frame-pointer -O0 -ffunction-sections -fdata-sections -fPIC -g -fno-omit-frame-pointer -m64 -Wall -fPIC -DPIC -c -O0 -ffunction-sections -fdata-sections -fPIC -g -fno-omit-frame-pointer -m64 -Wall -D_REENTRANT -Iinclude -I…/jemalloc/include -DJEMALLOC_NO_PRIVATE_NAMESPACE -o src/nstime.sym.o …/jemalloc/src/nstime.c
cc -std=gnu11 -Wall -Wshorten-64-to-32 -Wsign-compare -Wundef -Wno-format-zero-length -pipe -g3 -O3 -funroll-loops -fno-omit-frame-pointer -O0 -ffunction-sections -fdata-sections -fPIC -g -fno-omit-frame-pointer -m64 -Wall -fPIC -DPIC -c -O0 -ffunction-sections -fdata-sections -fPIC -g -fno-omit-frame-pointer -m64 -Wall -D_REENTRANT -Iinclude -I…/jemalloc/include -DJEMALLOC_NO_PRIVATE_NAMESPACE -o src/pages.sym.o …/jemalloc/src/pages.c
cc -std=gnu11 -Wall -Wshorten-64-to-32 -Wsign-compare -Wundef -Wno-format-zero-length -pipe -g3 -O3 -funroll-loops -fno-omit-frame-pointer -O0 -ffunction-sections -fdata-sections -fPIC -g -fno-omit-frame-pointer -m64 -Wall -fPIC -DPIC -c -O0 -ffunction-sections -fdata-sections -fPIC -g -fno-omit-frame-pointer -m64 -Wall -D_REENTRANT -Iinclude -I…/jemalloc/include -DJEMALLOC_NO_PRIVATE_NAMESPACE -o src/prng.sym.o …/jemalloc/src/prng.c
cc -std=gnu11 -Wall -Wshorten-64-to-32 -Wsign-compare -Wundef -Wno-format-zero-length -pipe -g3 -O3 -funroll-loops -fno-omit-frame-pointer -O0 -ffunction-sections -fdata-sections -fPIC -g -fno-omit-frame-pointer -m64 -Wall -fPIC -DPIC -c -O0 -ffunction-sections -fdata-sections -fPIC -g -fno-omit-frame-pointer -m64 -Wall -D_REENTRANT -Iinclude -I…/jemalloc/include -DJEMALLOC_NO_PRIVATE_NAMESPACE -o src/rtree.sym.o …/jemalloc/src/rtree.c
cc -std=gnu11 -Wall -Wshorten-64-to-32 -Wsign-compare -Wundef -Wno-format-zero-length -pipe -g3 -O3 -funroll-loops -fno-omit-frame-pointer -O0 -ffunction-sections -fdata-sections -fPIC -g -fno-omit-frame-pointer -m64 -Wall -fPIC -DPIC -c -O0 -ffunction-sections -fdata-sections -fPIC -g -fno-omit-frame-pointer -m64 -Wall -D_REENTRANT -Iinclude -I…/jemalloc/include -DJEMALLOC_NO_PRIVATE_NAMESPACE -o src/prof.sym.o …/jemalloc/src/prof.c
cc -std=gnu11 -Wall -Wshorten-64-to-32 -Wsign-compare -Wundef -Wno-format-zero-length -pipe -g3 -O3 -funroll-loops -fno-omit-frame-pointer -O0 -ffunction-sections -fdata-sections -fPIC -g -fno-omit-frame-pointer -m64 -Wall -fPIC -DPIC -c -O0 -ffunction-sections -fdata-sections -fPIC -g -fno-omit-frame-pointer -m64 -Wall -D_REENTRANT -Iinclude -I…/jemalloc/include -DJEMALLOC_NO_PRIVATE_NAMESPACE -o src/stats.sym.o …/jemalloc/src/stats.c
cc -std=gnu11 -Wall -Wshorten-64-to-32 -Wsign-compare -Wundef -Wno-format-zero-length -pipe -g3 -O3 -funroll-loops -fno-omit-frame-pointer -O0 -ffunction-sections -fdata-sections -fPIC -g -fno-omit-frame-pointer -m64 -Wall -fPIC -DPIC -c -O0 -ffunction-sections -fdata-sections -fPIC -g -fno-omit-frame-pointer -m64 -Wall -D_REENTRANT -Iinclude -I…/jemalloc/include -DJEMALLOC_NO_PRIVATE_NAMESPACE -o src/sz.sym.o …/jemalloc/src/sz.c
cc -std=gnu11 -Wall -Wshorten-64-to-32 -Wsign-compare -Wundef -Wno-format-zero-length -pipe -g3 -O3 -funroll-loops -fno-omit-frame-pointer -O0 -ffunction-sections -fdata-sections -fPIC -g -fno-omit-frame-pointer -m64 -Wall -fPIC -DPIC -c -O0 -ffunction-sections -fdata-sections -fPIC -g -fno-omit-frame-pointer -m64 -Wall -D_REENTRANT -Iinclude -I…/jemalloc/include -DJEMALLOC_NO_PRIVATE_NAMESPACE -o src/tcache.sym.o …/jemalloc/src/tcache.c
cc -std=gnu11 -Wall -Wshorten-64-to-32 -Wsign-compare -Wundef -Wno-format-zero-length -pipe -g3 -O3 -funroll-loops -fno-omit-frame-pointer -O0 -ffunction-sections -fdata-sections -fPIC -g -fno-omit-frame-pointer -m64 -Wall -fPIC -DPIC -c -O0 -ffunction-sections -fdata-sections -fPIC -g -fno-omit-frame-pointer -m64 -Wall -D_REENTRANT -Iinclude -I…/jemalloc/include -DJEMALLOC_NO_PRIVATE_NAMESPACE -o src/ticker.sym.o …/jemalloc/src/ticker.c
cc -std=gnu11 -Wall -Wshorten-64-to-32 -Wsign-compare -Wundef -Wno-format-zero-length -pipe -g3 -O3 -funroll-loops -fno-omit-frame-pointer -O0 -ffunction-sections -fdata-sections -fPIC -g -fno-omit-frame-pointer -m64 -Wall -fPIC -DPIC -c -O0 -ffunction-sections -fdata-sections -fPIC -g -fno-omit-frame-pointer -m64 -Wall -D_REENTRANT -Iinclude -I…/jemalloc/include -DJEMALLOC_NO_PRIVATE_NAMESPACE -o src/tsd.sym.o …/jemalloc/src/tsd.c
cc -std=gnu11 -Wall -Wshorten-64-to-32 -Wsign-compare -Wundef -Wno-format-zero-length -pipe -g3 -O3 -funroll-loops -fno-omit-frame-pointer -O0 -ffunction-sections -fdata-sections -fPIC -g -fno-omit-frame-pointer -m64 -Wall -fPIC -DPIC -c -O0 -ffunction-sections -fdata-sections -fPIC -g -fno-omit-frame-pointer -m64 -Wall -D_REENTRANT -Iinclude -I…/jemalloc/include -DJEMALLOC_NO_PRIVATE_NAMESPACE -o src/witness.sym.o …/jemalloc/src/witness.c
cc -std=gnu11 -Wall -Wshorten-64-to-32 -Wsign-compare -Wundef -Wno-format-zero-length -pipe -g3 -O3 -funroll-loops -fno-omit-frame-pointer -O0 -ffunction-sections -fdata-sections -fPIC -g -fno-omit-frame-pointer -m64 -Wall -fPIC -DPIC -c -O0 -ffunction-sections -fdata-sections -fPIC -g -fno-omit-frame-pointer -m64 -Wall -D_REENTRANT -Iinclude -I…/jemalloc/include -DJEMALLOC_NO_PRIVATE_NAMESPACE -o src/zone.sym.o …/jemalloc/src/zone.c
nm -a src/background_thread.sym.o | awk -f include/jemalloc/internal/private_symbols.awk > src/background_thread.sym
nm -a src/base.sym.o | awk -f include/jemalloc/internal/private_symbols.awk > src/base.sym
nm -a src/bin.sym.o | awk -f include/jemalloc/internal/private_symbols.awk > src/bin.sym
nm -a src/bitmap.sym.o | awk -f include/jemalloc/internal/private_symbols.awk > src/bitmap.sym
nm -a src/ckh.sym.o | awk -f include/jemalloc/internal/private_symbols.awk > src/ckh.sym
nm -a src/div.sym.o | awk -f include/jemalloc/internal/private_symbols.awk > src/div.sym
nm -a src/extent_dss.sym.o | awk -f include/jemalloc/internal/private_symbols.awk > src/extent_dss.sym
nm -a src/extent_mmap.sym.o | awk -f include/jemalloc/internal/private_symbols.awk > src/extent_mmap.sym
nm -a src/hash.sym.o | awk -f include/jemalloc/internal/private_symbols.awk > src/hash.sym
nm -a src/hooks.sym.o | awk -f include/jemalloc/internal/private_symbols.awk > src/hooks.sym
nm -a src/large.sym.o | awk -f include/jemalloc/internal/private_symbols.awk > src/large.sym
nm -a src/log.sym.o | awk -f include/jemalloc/internal/private_symbols.awk > src/log.sym
nm -a src/malloc_io.sym.o | awk -f include/jemalloc/internal/private_symbols.awk > src/malloc_io.sym
nm -a src/mutex.sym.o | awk -f include/jemalloc/internal/private_symbols.awk > src/mutex.sym
nm -a src/mutex_pool.sym.o | awk -f include/jemalloc/internal/private_symbols.awk > src/mutex_pool.sym
nm -a src/nstime.sym.o | awk -f include/jemalloc/internal/private_symbols.awk > src/nstime.sym
nm -a src/pages.sym.o | awk -f include/jemalloc/internal/private_symbols.awk > src/pages.sym
nm -a src/prng.sym.o | awk -f include/jemalloc/internal/private_symbols.awk > src/prng.sym
nm -a src/rtree.sym.o | awk -f include/jemalloc/internal/private_symbols.awk > src/rtree.sym
nm -a src/sz.sym.o | awk -f include/jemalloc/internal/private_symbols.awk > src/sz.sym
nm -a src/arena.sym.o | awk -f include/jemalloc/internal/private_symbols.awk > src/arena.sym
nm -a src/extent.sym.o | awk -f include/jemalloc/internal/private_symbols.awk > src/extent.sym
nm -a src/stats.sym.o | awk -f include/jemalloc/internal/private_symbols.awk > src/stats.sym
nm -a src/ticker.sym.o | awk -f include/jemalloc/internal/private_symbols.awk > src/ticker.sym
nm -a src/witness.sym.o | awk -f include/jemalloc/internal/private_symbols.awk > src/witness.sym
nm -a src/ctl.sym.o | awk -f include/jemalloc/internal/private_symbols.awk > src/ctl.sym
nm -a src/tsd.sym.o | awk -f include/jemalloc/internal/private_symbols.awk > src/tsd.sym
nm -a src/zone.sym.o | awk -f include/jemalloc/internal/private_symbols.awk > src/zone.sym
nm -a src/tcache.sym.o | awk -f include/jemalloc/internal/private_symbols.awk > src/tcache.sym
nm -a src/prof.sym.o | awk -f include/jemalloc/internal/private_symbols.awk > src/prof.sym
nm -a src/jemalloc.sym.o | awk -f include/jemalloc/internal/private_symbols.awk > src/jemalloc.sym
/bin/sh …/jemalloc/include/jemalloc/internal/private_namespace.sh src/jemalloc.sym src/arena.sym src/background_thread.sym src/base.sym src/bin.sym src/bitmap.sym src/ckh.sym src/ctl.sym src/div.sym src/extent.sym src/extent_dss.sym src/extent_mmap.sym src/hash.sym src/hooks.sym src/large.sym src/log.sym src/malloc_io.sym src/mutex.sym src/mutex_pool.sym src/nstime.sym src/pages.sym src/prng.sym src/prof.sym src/rtree.sym src/stats.sym src/sz.sym src/tcache.sym src/ticker.sym src/tsd.sym src/witness.sym src/zone.sym > include/jemalloc/internal/private_namespace.gen.h
cc -std=gnu11 -Wall -Wshorten-64-to-32 -Wsign-compare -Wundef -Wno-format-zero-length -pipe -g3 -O3 -funroll-loops -fno-omit-frame-pointer -O0 -ffunction-sections -fdata-sections -fPIC -g -fno-omit-frame-pointer -m64 -Wall -fPIC -DPIC -c -O0 -ffunction-sections -fdata-sections -fPIC -g -fno-omit-frame-pointer -m64 -Wall -D_REENTRANT -Iinclude -I…/jemalloc/include -o src/jemalloc.pic.o …/jemalloc/src/jemalloc.c
cc -std=gnu11 -Wall -Wshorten-64-to-32 -Wsign-compare -Wundef -Wno-format-zero-length -pipe -g3 -O3 -funroll-loops -fno-omit-frame-pointer -O0 -ffunction-sections -fdata-sections -fPIC -g -fno-omit-frame-pointer -m64 -Wall -fPIC -DPIC -c -O0 -ffunction-sections -fdata-sections -fPIC -g -fno-omit-frame-pointer -m64 -Wall -D_REENTRANT -Iinclude -I…/jemalloc/include -o src/arena.pic.o …/jemalloc/src/arena.c
cc -std=gnu11 -Wall -Wshorten-64-to-32 -Wsign-compare -Wundef -Wno-format-zero-length -pipe -g3 -O3 -funroll-loops -fno-omit-frame-pointer -O0 -ffunction-sections -fdata-sections -fPIC -g -fno-omit-frame-pointer -m64 -Wall -fPIC -DPIC -c -O0 -ffunction-sections -fdata-sections -fPIC -g -fno-omit-frame-pointer -m64 -Wall -D_REENTRANT -Iinclude -I…/jemalloc/include -o src/background_thread.pic.o …/jemalloc/src/background_thread.c
cc -std=gnu11 -Wall -Wshorten-64-to-32 -Wsign-compare -Wundef -Wno-format-zero-length -pipe -g3 -O3 -funroll-loops -fno-omit-frame-pointer -O0 -ffunction-sections -fdata-sections -fPIC -g -fno-omit-frame-pointer -m64 -Wall -fPIC -DPIC -c -O0 -ffunction-sections -fdata-sections -fPIC -g -fno-omit-frame-pointer -m64 -Wall -D_REENTRANT -Iinclude -I…/jemalloc/include -o src/base.pic.o …/jemalloc/src/base.c
cc -std=gnu11 -Wall -Wshorten-64-to-32 -Wsign-compare -Wundef -Wno-format-zero-length -pipe -g3 -O3 -funroll-loops -fno-omit-frame-pointer -O0 -ffunction-sections -fdata-sections -fPIC -g -fno-omit-frame-pointer -m64 -Wall -fPIC -DPIC -c -O0 -ffunction-sections -fdata-sections -fPIC -g -fno-omit-frame-pointer -m64 -Wall -D_REENTRANT -Iinclude -I…/jemalloc/include -o src/bin.pic.o …/jemalloc/src/bin.c
cc -std=gnu11 -Wall -Wshorten-64-to-32 -Wsign-compare -Wundef -Wno-format-zero-length -pipe -g3 -O3 -funroll-loops -fno-omit-frame-pointer -O0 -ffunction-sections -fdata-sections -fPIC -g -fno-omit-frame-pointer -m64 -Wall -fPIC -DPIC -c -O0 -ffunction-sections -fdata-sections -fPIC -g -fno-omit-frame-pointer -m64 -Wall -D_REENTRANT -Iinclude -I…/jemalloc/include -o src/bitmap.pic.o …/jemalloc/src/bitmap.c
cc -std=gnu11 -Wall -Wshorten-64-to-32 -Wsign-compare -Wundef -Wno-format-zero-length -pipe -g3 -O3 -funroll-loops -fno-omit-frame-pointer -O0 -ffunction-sections -fdata-sections -fPIC -g -fno-omit-frame-pointer -m64 -Wall -fPIC -DPIC -c -O0 -ffunction-sections -fdata-sections -fPIC -g -fno-omit-frame-pointer -m64 -Wall -D_REENTRANT -Iinclude -I…/jemalloc/include -o src/ckh.pic.o …/jemalloc/src/ckh.c
cc -std=gnu11 -Wall -Wshorten-64-to-32 -Wsign-compare -Wundef -Wno-format-zero-length -pipe -g3 -O3 -funroll-loops -fno-omit-frame-pointer -O0 -ffunction-sections -fdata-sections -fPIC -g -fno-omit-frame-pointer -m64 -Wall -fPIC -DPIC -c -O0 -ffunction-sections -fdata-sections -fPIC -g -fno-omit-frame-pointer -m64 -Wall -D_REENTRANT -Iinclude -I…/jemalloc/include -o src/ctl.pic.o …/jemalloc/src/ctl.c
cc -std=gnu11 -Wall -Wshorten-64-to-32 -Wsign-compare -Wundef -Wno-format-zero-length -pipe -g3 -O3 -funroll-loops -fno-omit-frame-pointer -O0 -ffunction-sections -fdata-sections -fPIC -g -fno-omit-frame-pointer -m64 -Wall -fPIC -DPIC -c -O0 -ffunction-sections -fdata-sections -fPIC -g -fno-omit-frame-pointer -m64 -Wall -D_REENTRANT -Iinclude -I…/jemalloc/include -o src/div.pic.o …/jemalloc/src/div.c
cc -std=gnu11 -Wall -Wshorten-64-to-32 -Wsign-compare -Wundef -Wno-format-zero-length -pipe -g3 -O3 -funroll-loops -fno-omit-frame-pointer -O0 -ffunction-sections -fdata-sections -fPIC -g -fno-omit-frame-pointer -m64 -Wall -fPIC -DPIC -c -O0 -ffunction-sections -fdata-sections -fPIC -g -fno-omit-frame-pointer -m64 -Wall -D_REENTRANT -Iinclude -I…/jemalloc/include -o src/extent.pic.o …/jemalloc/src/extent.c
cc -std=gnu11 -Wall -Wshorten-64-to-32 -Wsign-compare -Wundef -Wno-format-zero-length -pipe -g3 -O3 -funroll-loops -fno-omit-frame-pointer -O0 -ffunction-sections -fdata-sections -fPIC -g -fno-omit-frame-pointer -m64 -Wall -fPIC -DPIC -c -O0 -ffunction-sections -fdata-sections -fPIC -g -fno-omit-frame-pointer -m64 -Wall -D_REENTRANT -Iinclude -I…/jemalloc/include -o src/extent_dss.pic.o …/jemalloc/src/extent_dss.c
cc -std=gnu11 -Wall -Wshorten-64-to-32 -Wsign-compare -Wundef -Wno-format-zero-length -pipe -g3 -O3 -funroll-loops -fno-omit-frame-pointer -O0 -ffunction-sections -fdata-sections -fPIC -g -fno-omit-frame-pointer -m64 -Wall -fPIC -DPIC -c -O0 -ffunction-sections -fdata-sections -fPIC -g -fno-omit-frame-pointer -m64 -Wall -D_REENTRANT -Iinclude -I…/jemalloc/include -o src/extent_mmap.pic.o …/jemalloc/src/extent_mmap.c
cc -std=gnu11 -Wall -Wshorten-64-to-32 -Wsign-compare -Wundef -Wno-format-zero-length -pipe -g3 -O3 -funroll-loops -fno-omit-frame-pointer -O0 -ffunction-sections -fdata-sections -fPIC -g -fno-omit-frame-pointer -m64 -Wall -fPIC -DPIC -c -O0 -ffunction-sections -fdata-sections -fPIC -g -fno-omit-frame-pointer -m64 -Wall -D_REENTRANT -Iinclude -I…/jemalloc/include -o src/hash.pic.o …/jemalloc/src/hash.c
cc -std=gnu11 -Wall -Wshorten-64-to-32 -Wsign-compare -Wundef -Wno-format-zero-length -pipe -g3 -O3 -funroll-loops -fno-omit-frame-pointer -O0 -ffunction-sections -fdata-sections -fPIC -g -fno-omit-frame-pointer -m64 -Wall -fPIC -DPIC -c -O0 -ffunction-sections -fdata-sections -fPIC -g -fno-omit-frame-pointer -m64 -Wall -D_REENTRANT -Iinclude -I…/jemalloc/include -o src/hooks.pic.o …/jemalloc/src/hooks.c
cc -std=gnu11 -Wall -Wshorten-64-to-32 -Wsign-compare -Wundef -Wno-format-zero-length -pipe -g3 -O3 -funroll-loops -fno-omit-frame-pointer -O0 -ffunction-sections -fdata-sections -fPIC -g -fno-omit-frame-pointer -m64 -Wall -fPIC -DPIC -c -O0 -ffunction-sections -fdata-sections -fPIC -g -fno-omit-frame-pointer -m64 -Wall -D_REENTRANT -Iinclude -I…/jemalloc/include -o src/large.pic.o …/jemalloc/src/large.c
cc -std=gnu11 -Wall -Wshorten-64-to-32 -Wsign-compare -Wundef -Wno-format-zero-length -pipe -g3 -O3 -funroll-loops -fno-omit-frame-pointer -O0 -ffunction-sections -fdata-sections -fPIC -g -fno-omit-frame-pointer -m64 -Wall -fPIC -DPIC -c -O0 -ffunction-sections -fdata-sections -fPIC -g -fno-omit-frame-pointer -m64 -Wall -D_REENTRANT -Iinclude -I…/jemalloc/include -o src/log.pic.o …/jemalloc/src/log.c
cc -std=gnu11 -Wall -Wshorten-64-to-32 -Wsign-compare -Wundef -Wno-format-zero-length -pipe -g3 -O3 -funroll-loops -fno-omit-frame-pointer -O0 -ffunction-sections -fdata-sections -fPIC -g -fno-omit-frame-pointer -m64 -Wall -fPIC -DPIC -c -O0 -ffunction-sections -fdata-sections -fPIC -g -fno-omit-frame-pointer -m64 -Wall -D_REENTRANT -Iinclude -I…/jemalloc/include -o src/malloc_io.pic.o …/jemalloc/src/malloc_io.c
cc -std=gnu11 -Wall -Wshorten-64-to-32 -Wsign-compare -Wundef -Wno-format-zero-length -pipe -g3 -O3 -funroll-loops -fno-omit-frame-pointer -O0 -ffunction-sections -fdata-sections -fPIC -g -fno-omit-frame-pointer -m64 -Wall -fPIC -DPIC -c -O0 -ffunction-sections -fdata-sections -fPIC -g -fno-omit-frame-pointer -m64 -Wall -D_REENTRANT -Iinclude -I…/jemalloc/include -o src/mutex.pic.o …/jemalloc/src/mutex.c
cc -std=gnu11 -Wall -Wshorten-64-to-32 -Wsign-compare -Wundef -Wno-format-zero-length -pipe -g3 -O3 -funroll-loops -fno-omit-frame-pointer -O0 -ffunction-sections -fdata-sections -fPIC -g -fno-omit-frame-pointer -m64 -Wall -fPIC -DPIC -c -O0 -ffunction-sections -fdata-sections -fPIC -g -fno-omit-frame-pointer -m64 -Wall -D_REENTRANT -Iinclude -I…/jemalloc/include -o src/mutex_pool.pic.o …/jemalloc/src/mutex_pool.c
cc -std=gnu11 -Wall -Wshorten-64-to-32 -Wsign-compare -Wundef -Wno-format-zero-length -pipe -g3 -O3 -funroll-loops -fno-omit-frame-pointer -O0 -ffunction-sections -fdata-sections -fPIC -g -fno-omit-frame-pointer -m64 -Wall -fPIC -DPIC -c -O0 -ffunction-sections -fdata-sections -fPIC -g -fno-omit-frame-pointer -m64 -Wall -D_REENTRANT -Iinclude -I…/jemalloc/include -o src/nstime.pic.o …/jemalloc/src/nstime.c
cc -std=gnu11 -Wall -Wshorten-64-to-32 -Wsign-compare -Wundef -Wno-format-zero-length -pipe -g3 -O3 -funroll-loops -fno-omit-frame-pointer -O0 -ffunction-sections -fdata-sections -fPIC -g -fno-omit-frame-pointer -m64 -Wall -fPIC -DPIC -c -O0 -ffunction-sections -fdata-sections -fPIC -g -fno-omit-frame-pointer -m64 -Wall -D_REENTRANT -Iinclude -I…/jemalloc/include -o src/pages.pic.o …/jemalloc/src/pages.c
cc -std=gnu11 -Wall -Wshorten-64-to-32 -Wsign-compare -Wundef -Wno-format-zero-length -pipe -g3 -O3 -funroll-loops -fno-omit-frame-pointer -O0 -ffunction-sections -fdata-sections -fPIC -g -fno-omit-frame-pointer -m64 -Wall -fPIC -DPIC -c -O0 -ffunction-sections -fdata-sections -fPIC -g -fno-omit-frame-pointer -m64 -Wall -D_REENTRANT -Iinclude -I…/jemalloc/include -o src/prng.pic.o …/jemalloc/src/prng.c
cc -std=gnu11 -Wall -Wshorten-64-to-32 -Wsign-compare -Wundef -Wno-format-zero-length -pipe -g3 -O3 -funroll-loops -fno-omit-frame-pointer -O0 -ffunction-sections -fdata-sections -fPIC -g -fno-omit-frame-pointer -m64 -Wall -fPIC -DPIC -c -O0 -ffunction-sections -fdata-sections -fPIC -g -fno-omit-frame-pointer -m64 -Wall -D_REENTRANT -Iinclude -I…/jemalloc/include -o src/prof.pic.o …/jemalloc/src/prof.c
cc -std=gnu11 -Wall -Wshorten-64-to-32 -Wsign-compare -Wundef -Wno-format-zero-length -pipe -g3 -O3 -funroll-loops -fno-omit-frame-pointer -O0 -ffunction-sections -fdata-sections -fPIC -g -fno-omit-frame-pointer -m64 -Wall -fPIC -DPIC -c -O0 -ffunction-sections -fdata-sections -fPIC -g -fno-omit-frame-pointer -m64 -Wall -D_REENTRANT -Iinclude -I…/jemalloc/include -o src/rtree.pic.o …/jemalloc/src/rtree.c
cc -std=gnu11 -Wall -Wshorten-64-to-32 -Wsign-compare -Wundef -Wno-format-zero-length -pipe -g3 -O3 -funroll-loops -fno-omit-frame-pointer -O0 -ffunction-sections -fdata-sections -fPIC -g -fno-omit-frame-pointer -m64 -Wall -fPIC -DPIC -c -O0 -ffunction-sections -fdata-sections -fPIC -g -fno-omit-frame-pointer -m64 -Wall -D_REENTRANT -Iinclude -I…/jemalloc/include -o src/stats.pic.o …/jemalloc/src/stats.c
cc -std=gnu11 -Wall -Wshorten-64-to-32 -Wsign-compare -Wundef -Wno-format-zero-length -pipe -g3 -O3 -funroll-loops -fno-omit-frame-pointer -O0 -ffunction-sections -fdata-sections -fPIC -g -fno-omit-frame-pointer -m64 -Wall -fPIC -DPIC -c -O0 -ffunction-sections -fdata-sections -fPIC -g -fno-omit-frame-pointer -m64 -Wall -D_REENTRANT -Iinclude -I…/jemalloc/include -o src/sz.pic.o …/jemalloc/src/sz.c
cc -std=gnu11 -Wall -Wshorten-64-to-32 -Wsign-compare -Wundef -Wno-format-zero-length -pipe -g3 -O3 -funroll-loops -fno-omit-frame-pointer -O0 -ffunction-sections -fdata-sections -fPIC -g -fno-omit-frame-pointer -m64 -Wall -fPIC -DPIC -c -O0 -ffunction-sections -fdata-sections -fPIC -g -fno-omit-frame-pointer -m64 -Wall -D_REENTRANT -Iinclude -I…/jemalloc/include -o src/tcache.pic.o …/jemalloc/src/tcache.c
cc -std=gnu11 -Wall -Wshorten-64-to-32 -Wsign-compare -Wundef -Wno-format-zero-length -pipe -g3 -O3 -funroll-loops -fno-omit-frame-pointer -O0 -ffunction-sections -fdata-sections -fPIC -g -fno-omit-frame-pointer -m64 -Wall -fPIC -DPIC -c -O0 -ffunction-sections -fdata-sections -fPIC -g -fno-omit-frame-pointer -m64 -Wall -D_REENTRANT -Iinclude -I…/jemalloc/include -o src/ticker.pic.o …/jemalloc/src/ticker.c
cc -std=gnu11 -Wall -Wshorten-64-to-32 -Wsign-compare -Wundef -Wno-format-zero-length -pipe -g3 -O3 -funroll-loops -fno-omit-frame-pointer -O0 -ffunction-sections -fdata-sections -fPIC -g -fno-omit-frame-pointer -m64 -Wall -fPIC -DPIC -c -O0 -ffunction-sections -fdata-sections -fPIC -g -fno-omit-frame-pointer -m64 -Wall -D_REENTRANT -Iinclude -I…/jemalloc/include -o src/tsd.pic.o …/jemalloc/src/tsd.c
cc -std=gnu11 -Wall -Wshorten-64-to-32 -Wsign-compare -Wundef -Wno-format-zero-length -pipe -g3 -O3 -funroll-loops -fno-omit-frame-pointer -O0 -ffunction-sections -fdata-sections -fPIC -g -fno-omit-frame-pointer -m64 -Wall -fPIC -DPIC -c -O0 -ffunction-sections -fdata-sections -fPIC -g -fno-omit-frame-pointer -m64 -Wall -D_REENTRANT -Iinclude -I…/jemalloc/include -o src/witness.pic.o …/jemalloc/src/witness.c
cc -std=gnu11 -Wall -Wshorten-64-to-32 -Wsign-compare -Wundef -Wno-format-zero-length -pipe -g3 -O3 -funroll-loops -fno-omit-frame-pointer -O0 -ffunction-sections -fdata-sections -fPIC -g -fno-omit-frame-pointer -m64 -Wall -fPIC -DPIC -c -O0 -ffunction-sections -fdata-sections -fPIC -g -fno-omit-frame-pointer -m64 -Wall -D_REENTRANT -Iinclude -I…/jemalloc/include -o src/zone.pic.o …/jemalloc/src/zone.c
cc -std=gnu11 -Wall -Wshorten-64-to-32 -Wsign-compare -Wundef -Wno-format-zero-length -pipe -g3 -O3 -funroll-loops -fno-omit-frame-pointer -O0 -ffunction-sections -fdata-sections -fPIC -g -fno-omit-frame-pointer -m64 -Wall -c -O0 -ffunction-sections -fdata-sections -fPIC -g -fno-omit-frame-pointer -m64 -Wall -D_REENTRANT -Iinclude -I…/jemalloc/include -o src/jemalloc.o …/jemalloc/src/jemalloc.c
cc -std=gnu11 -Wall -Wshorten-64-to-32 -Wsign-compare -Wundef -Wno-format-zero-length -pipe -g3 -O3 -funroll-loops -fno-omit-frame-pointer -O0 -ffunction-sections -fdata-sections -fPIC -g -fno-omit-frame-pointer -m64 -Wall -c -O0 -ffunction-sections -fdata-sections -fPIC -g -fno-omit-frame-pointer -m64 -Wall -D_REENTRANT -Iinclude -I…/jemalloc/include -o src/arena.o …/jemalloc/src/arena.c
cc -std=gnu11 -Wall -Wshorten-64-to-32 -Wsign-compare -Wundef -Wno-format-zero-length -pipe -g3 -O3 -funroll-loops -fno-omit-frame-pointer -O0 -ffunction-sections -fdata-sections -fPIC -g -fno-omit-frame-pointer -m64 -Wall -c -O0 -ffunction-sections -fdata-sections -fPIC -g -fno-omit-frame-pointer -m64 -Wall -D_REENTRANT -Iinclude -I…/jemalloc/include -o src/background_thread.o …/jemalloc/src/background_thread.c
cc -std=gnu11 -Wall -Wshorten-64-to-32 -Wsign-compare -Wundef -Wno-format-zero-length -pipe -g3 -O3 -funroll-loops -fno-omit-frame-pointer -O0 -ffunction-sections -fdata-sections -fPIC -g -fno-omit-frame-pointer -m64 -Wall -c -O0 -ffunction-sections -fdata-sections -fPIC -g -fno-omit-frame-pointer -m64 -Wall -D_REENTRANT -Iinclude -I…/jemalloc/include -o src/base.o …/jemalloc/src/base.c
cc -std=gnu11 -Wall -Wshorten-64-to-32 -Wsign-compare -Wundef -Wno-format-zero-length -pipe -g3 -O3 -funroll-loops -fno-omit-frame-pointer -O0 -ffunction-sections -fdata-sections -fPIC -g -fno-omit-frame-pointer -m64 -Wall -c -O0 -ffunction-sections -fdata-sections -fPIC -g -fno-omit-frame-pointer -m64 -Wall -D_REENTRANT -Iinclude -I…/jemalloc/include -o src/bin.o …/jemalloc/src/bin.c
cc -std=gnu11 -Wall -Wshorten-64-to-32 -Wsign-compare -Wundef -Wno-format-zero-length -pipe -g3 -O3 -funroll-loops -fno-omit-frame-pointer -O0 -ffunction-sections -fdata-sections -fPIC -g -fno-omit-frame-pointer -m64 -Wall -c -O0 -ffunction-sections -fdata-sections -fPIC -g -fno-omit-frame-pointer -m64 -Wall -D_REENTRANT -Iinclude -I…/jemalloc/include -o src/bitmap.o …/jemalloc/src/bitmap.c
cc -std=gnu11 -Wall -Wshorten-64-to-32 -Wsign-compare -Wundef -Wno-format-zero-length -pipe -g3 -O3 -funroll-loops -fno-omit-frame-pointer -O0 -ffunction-sections -fdata-sections -fPIC -g -fno-omit-frame-pointer -m64 -Wall -c -O0 -ffunction-sections -fdata-sections -fPIC -g -fno-omit-frame-pointer -m64 -Wall -D_REENTRANT -Iinclude -I…/jemalloc/include -o src/ckh.o …/jemalloc/src/ckh.c
cc -std=gnu11 -Wall -Wshorten-64-to-32 -Wsign-compare -Wundef -Wno-format-zero-length -pipe -g3 -O3 -funroll-loops -fno-omit-frame-pointer -O0 -ffunction-sections -fdata-sections -fPIC -g -fno-omit-frame-pointer -m64 -Wall -c -O0 -ffunction-sections -fdata-sections -fPIC -g -fno-omit-frame-pointer -m64 -Wall -D_REENTRANT -Iinclude -I…/jemalloc/include -o src/ctl.o …/jemalloc/src/ctl.c
cc -std=gnu11 -Wall -Wshorten-64-to-32 -Wsign-compare -Wundef -Wno-format-zero-length -pipe -g3 -O3 -funroll-loops -fno-omit-frame-pointer -O0 -ffunction-sections -fdata-sections -fPIC -g -fno-omit-frame-pointer -m64 -Wall -c -O0 -ffunction-sections -fdata-sections -fPIC -g -fno-omit-frame-pointer -m64 -Wall -D_REENTRANT -Iinclude -I…/jemalloc/include -o src/div.o …/jemalloc/src/div.c
cc -std=gnu11 -Wall -Wshorten-64-to-32 -Wsign-compare -Wundef -Wno-format-zero-length -pipe -g3 -O3 -funroll-loops -fno-omit-frame-pointer -O0 -ffunction-sections -fdata-sections -fPIC -g -fno-omit-frame-pointer -m64 -Wall -c -O0 -ffunction-sections -fdata-sections -fPIC -g -fno-omit-frame-pointer -m64 -Wall -D_REENTRANT -Iinclude -I…/jemalloc/include -o src/extent.o …/jemalloc/src/extent.c
cc -std=gnu11 -Wall -Wshorten-64-to-32 -Wsign-compare -Wundef -Wno-format-zero-length -pipe -g3 -O3 -funroll-loops -fno-omit-frame-pointer -O0 -ffunction-sections -fdata-sections -fPIC -g -fno-omit-frame-pointer -m64 -Wall -c -O0 -ffunction-sections -fdata-sections -fPIC -g -fno-omit-frame-pointer -m64 -Wall -D_REENTRANT -Iinclude -I…/jemalloc/include -o src/extent_dss.o …/jemalloc/src/extent_dss.c
cc -std=gnu11 -Wall -Wshorten-64-to-32 -Wsign-compare -Wundef -Wno-format-zero-length -pipe -g3 -O3 -funroll-loops -fno-omit-frame-pointer -O0 -ffunction-sections -fdata-sections -fPIC -g -fno-omit-frame-pointer -m64 -Wall -c -O0 -ffunction-sections -fdata-sections -fPIC -g -fno-omit-frame-pointer -m64 -Wall -D_REENTRANT -Iinclude -I…/jemalloc/include -o src/extent_mmap.o …/jemalloc/src/extent_mmap.c
cc -std=gnu11 -Wall -Wshorten-64-to-32 -Wsign-compare -Wundef -Wno-format-zero-length -pipe -g3 -O3 -funroll-loops -fno-omit-frame-pointer -O0 -ffunction-sections -fdata-sections -fPIC -g -fno-omit-frame-pointer -m64 -Wall -c -O0 -ffunction-sections -fdata-sections -fPIC -g -fno-omit-frame-pointer -m64 -Wall -D_REENTRANT -Iinclude -I…/jemalloc/include -o src/hash.o …/jemalloc/src/hash.c
cc -std=gnu11 -Wall -Wshorten-64-to-32 -Wsign-compare -Wundef -Wno-format-zero-length -pipe -g3 -O3 -funroll-loops -fno-omit-frame-pointer -O0 -ffunction-sections -fdata-sections -fPIC -g -fno-omit-frame-pointer -m64 -Wall -c -O0 -ffunction-sections -fdata-sections -fPIC -g -fno-omit-frame-pointer -m64 -Wall -D_REENTRANT -Iinclude -I…/jemalloc/include -o src/hooks.o …/jemalloc/src/hooks.c
cc -std=gnu11 -Wall -Wshorten-64-to-32 -Wsign-compare -Wundef -Wno-format-zero-length -pipe -g3 -O3 -funroll-loops -fno-omit-frame-pointer -O0 -ffunction-sections -fdata-sections -fPIC -g -fno-omit-frame-pointer -m64 -Wall -c -O0 -ffunction-sections -fdata-sections -fPIC -g -fno-omit-frame-pointer -m64 -Wall -D_REENTRANT -Iinclude -I…/jemalloc/include -o src/large.o …/jemalloc/src/large.c
cc -std=gnu11 -Wall -Wshorten-64-to-32 -Wsign-compare -Wundef -Wno-format-zero-length -pipe -g3 -O3 -funroll-loops -fno-omit-frame-pointer -O0 -ffunction-sections -fdata-sections -fPIC -g -fno-omit-frame-pointer -m64 -Wall -c -O0 -ffunction-sections -fdata-sections -fPIC -g -fno-omit-frame-pointer -m64 -Wall -D_REENTRANT -Iinclude -I…/jemalloc/include -o src/log.o …/jemalloc/src/log.c
cc -std=gnu11 -Wall -Wshorten-64-to-32 -Wsign-compare -Wundef -Wno-format-zero-length -pipe -g3 -O3 -funroll-loops -fno-omit-frame-pointer -O0 -ffunction-sections -fdata-sections -fPIC -g -fno-omit-frame-pointer -m64 -Wall -c -O0 -ffunction-sections -fdata-sections -fPIC -g -fno-omit-frame-pointer -m64 -Wall -D_REENTRANT -Iinclude -I…/jemalloc/include -o src/malloc_io.o …/jemalloc/src/malloc_io.c
cc -std=gnu11 -Wall -Wshorten-64-to-32 -Wsign-compare -Wundef -Wno-format-zero-length -pipe -g3 -O3 -funroll-loops -fno-omit-frame-pointer -O0 -ffunction-sections -fdata-sections -fPIC -g -fno-omit-frame-pointer -m64 -Wall -c -O0 -ffunction-sections -fdata-sections -fPIC -g -fno-omit-frame-pointer -m64 -Wall -D_REENTRANT -Iinclude -I…/jemalloc/include -o src/mutex.o …/jemalloc/src/mutex.c
cc -std=gnu11 -Wall -Wshorten-64-to-32 -Wsign-compare -Wundef -Wno-format-zero-length -pipe -g3 -O3 -funroll-loops -fno-omit-frame-pointer -O0 -ffunction-sections -fdata-sections -fPIC -g -fno-omit-frame-pointer -m64 -Wall -c -O0 -ffunction-sections -fdata-sections -fPIC -g -fno-omit-frame-pointer -m64 -Wall -D_REENTRANT -Iinclude -I…/jemalloc/include -o src/mutex_pool.o …/jemalloc/src/mutex_pool.c
cc -std=gnu11 -Wall -Wshorten-64-to-32 -Wsign-compare -Wundef -Wno-format-zero-length -pipe -g3 -O3 -funroll-loops -fno-omit-frame-pointer -O0 -ffunction-sections -fdata-sections -fPIC -g -fno-omit-frame-pointer -m64 -Wall -c -O0 -ffunction-sections -fdata-sections -fPIC -g -fno-omit-frame-pointer -m64 -Wall -D_REENTRANT -Iinclude -I…/jemalloc/include -o src/nstime.o …/jemalloc/src/nstime.c
cc -std=gnu11 -Wall -Wshorten-64-to-32 -Wsign-compare -Wundef -Wno-format-zero-length -pipe -g3 -O3 -funroll-loops -fno-omit-frame-pointer -O0 -ffunction-sections -fdata-sections -fPIC -g -fno-omit-frame-pointer -m64 -Wall -c -O0 -ffunction-sections -fdata-sections -fPIC -g -fno-omit-frame-pointer -m64 -Wall -D_REENTRANT -Iinclude -I…/jemalloc/include -o src/pages.o …/jemalloc/src/pages.c
cc -std=gnu11 -Wall -Wshorten-64-to-32 -Wsign-compare -Wundef -Wno-format-zero-length -pipe -g3 -O3 -funroll-loops -fno-omit-frame-pointer -O0 -ffunction-sections -fdata-sections -fPIC -g -fno-omit-frame-pointer -m64 -Wall -c -O0 -ffunction-sections -fdata-sections -fPIC -g -fno-omit-frame-pointer -m64 -Wall -D_REENTRANT -Iinclude -I…/jemalloc/include -o src/prng.o …/jemalloc/src/prng.c
cc -std=gnu11 -Wall -Wshorten-64-to-32 -Wsign-compare -Wundef -Wno-format-zero-length -pipe -g3 -O3 -funroll-loops -fno-omit-frame-pointer -O0 -ffunction-sections -fdata-sections -fPIC -g -fno-omit-frame-pointer -m64 -Wall -c -O0 -ffunction-sections -fdata-sections -fPIC -g -fno-omit-frame-pointer -m64 -Wall -D_REENTRANT -Iinclude -I…/jemalloc/include -o src/prof.o …/jemalloc/src/prof.c
cc -std=gnu11 -Wall -Wshorten-64-to-32 -Wsign-compare -Wundef -Wno-format-zero-length -pipe -g3 -O3 -funroll-loops -fno-omit-frame-pointer -O0 -ffunction-sections -fdata-sections -fPIC -g -fno-omit-frame-pointer -m64 -Wall -c -O0 -ffunction-sections -fdata-sections -fPIC -g -fno-omit-frame-pointer -m64 -Wall -D_REENTRANT -Iinclude -I…/jemalloc/include -o src/rtree.o …/jemalloc/src/rtree.c
cc -std=gnu11 -Wall -Wshorten-64-to-32 -Wsign-compare -Wundef -Wno-format-zero-length -pipe -g3 -O3 -funroll-loops -fno-omit-frame-pointer -O0 -ffunction-sections -fdata-sections -fPIC -g -fno-omit-frame-pointer -m64 -Wall -c -O0 -ffunction-sections -fdata-sections -fPIC -g -fno-omit-frame-pointer -m64 -Wall -D_REENTRANT -Iinclude -I…/jemalloc/include -o src/stats.o …/jemalloc/src/stats.c
cc -std=gnu11 -Wall -Wshorten-64-to-32 -Wsign-compare -Wundef -Wno-format-zero-length -pipe -g3 -O3 -funroll-loops -fno-omit-frame-pointer -O0 -ffunction-sections -fdata-sections -fPIC -g -fno-omit-frame-pointer -m64 -Wall -c -O0 -ffunction-sections -fdata-sections -fPIC -g -fno-omit-frame-pointer -m64 -Wall -D_REENTRANT -Iinclude -I…/jemalloc/include -o src/sz.o …/jemalloc/src/sz.c
cc -std=gnu11 -Wall -Wshorten-64-to-32 -Wsign-compare -Wundef -Wno-format-zero-length -pipe -g3 -O3 -funroll-loops -fno-omit-frame-pointer -O0 -ffunction-sections -fdata-sections -fPIC -g -fno-omit-frame-pointer -m64 -Wall -c -O0 -ffunction-sections -fdata-sections -fPIC -g -fno-omit-frame-pointer -m64 -Wall -D_REENTRANT -Iinclude -I…/jemalloc/include -o src/tcache.o …/jemalloc/src/tcache.c
cc -std=gnu11 -Wall -Wshorten-64-to-32 -Wsign-compare -Wundef -Wno-format-zero-length -pipe -g3 -O3 -funroll-loops -fno-omit-frame-pointer -O0 -ffunction-sections -fdata-sections -fPIC -g -fno-omit-frame-pointer -m64 -Wall -c -O0 -ffunction-sections -fdata-sections -fPIC -g -fno-omit-frame-pointer -m64 -Wall -D_REENTRANT -Iinclude -I…/jemalloc/include -o src/ticker.o …/jemalloc/src/ticker.c
cc -std=gnu11 -Wall -Wshorten-64-to-32 -Wsign-compare -Wundef -Wno-format-zero-length -pipe -g3 -O3 -funroll-loops -fno-omit-frame-pointer -O0 -ffunction-sections -fdata-sections -fPIC -g -fno-omit-frame-pointer -m64 -Wall -c -O0 -ffunction-sections -fdata-sections -fPIC -g -fno-omit-frame-pointer -m64 -Wall -D_REENTRANT -Iinclude -I…/jemalloc/include -o src/tsd.o …/jemalloc/src/tsd.c
cc -std=gnu11 -Wall -Wshorten-64-to-32 -Wsign-compare -Wundef -Wno-format-zero-length -pipe -g3 -O3 -funroll-loops -fno-omit-frame-pointer -O0 -ffunction-sections -fdata-sections -fPIC -g -fno-omit-frame-pointer -m64 -Wall -c -O0 -ffunction-sections -fdata-sections -fPIC -g -fno-omit-frame-pointer -m64 -Wall -D_REENTRANT -Iinclude -I…/jemalloc/include -o src/witness.o …/jemalloc/src/witness.c
cc -std=gnu11 -Wall -Wshorten-64-to-32 -Wsign-compare -Wundef -Wno-format-zero-length -pipe -g3 -O3 -funroll-loops -fno-omit-frame-pointer -O0 -ffunction-sections -fdata-sections -fPIC -g -fno-omit-frame-pointer -m64 -Wall -c -O0 -ffunction-sections -fdata-sections -fPIC -g -fno-omit-frame-pointer -m64 -Wall -D_REENTRANT -Iinclude -I…/jemalloc/include -o src/zone.o …/jemalloc/src/zone.c
cc -shared -Wl,-install_name,/Users/shashank/Documents/OneDrive - University of Toronto/Winter 2020/project/libra/target/debug/build/jemalloc-sys-fa64be33afc9c47d/out/lib/libjemalloc.2.dylib -o lib/libjemalloc.2.dylib src/jemalloc.pic.o src/arena.pic.o src/background_thread.pic.o src/base.pic.o src/bin.pic.o src/bitmap.pic.o src/ckh.pic.o src/ctl.pic.o src/div.pic.o src/extent.pic.o src/extent_dss.pic.o src/extent_mmap.pic.o src/hash.pic.o src/hooks.pic.o src/large.pic.o src/log.pic.o src/malloc_io.pic.o src/mutex.pic.o src/mutex_pool.pic.o src/nstime.pic.o src/pages.pic.o src/prng.pic.o src/prof.pic.o src/rtree.pic.o src/stats.pic.o src/sz.pic.o src/tcache.pic.o src/ticker.pic.o src/tsd.pic.o src/witness.pic.o src/zone.pic.o -O0 -ffunction-sections -fdata-sections -fPIC -g -fno-omit-frame-pointer -m64 -Wall -lpthread
ar crus lib/libjemalloc_pic.a src/jemalloc.pic.o src/arena.pic.o src/background_thread.pic.o src/base.pic.o src/bin.pic.o src/bitmap.pic.o src/ckh.pic.o src/ctl.pic.o src/div.pic.o src/extent.pic.o src/extent_dss.pic.o src/extent_mmap.pic.o src/hash.pic.o src/hooks.pic.o src/large.pic.o src/log.pic.o src/malloc_io.pic.o src/mutex.pic.o src/mutex_pool.pic.o src/nstime.pic.o src/pages.pic.o src/prng.pic.o src/prof.pic.o src/rtree.pic.o src/stats.pic.o src/sz.pic.o src/tcache.pic.o src/ticker.pic.o src/tsd.pic.o src/witness.pic.o src/zone.pic.o
— stderr
rm: conftest.dSYM: is a directory
rm: conftest.dSYM: is a directory
no symbols
no symbols
no symbols
clang: error: -E or -x required when input is from standard input
clang: error: no such file or directory: ‘University’
clang: error: no such file or directory: ‘of’
clang: error: no such file or directory: ‘Toronto/Winter’
clang: error: no such file or directory: ‘2020/project/libra/target/debug/build/jemalloc-sys-fa64be33afc9c47d/out/lib/libjemalloc.2.dylib’
make: *** [lib/libjemalloc.2.dylib] Error 1
make: *** Waiting for unfinished jobs…
/Library/Developer/CommandLineTools/usr/bin/ranlib: file: lib/libjemalloc_pic.a(hash.pic.o) has no symbols
/Library/Developer/CommandLineTools/usr/bin/ranlib: file: lib/libjemalloc_pic.a(prng.pic.o) has no symbols
/Library/Developer/CommandLineTools/usr/bin/ranlib: file: lib/libjemalloc_pic.a(ticker.pic.o) has no symbols
thread ‘main’ panicked at ‘command did not execute successfully: “make” “srcroot=…/jemalloc/” “-j” “16”
expected success, got: exit code: 2’, /Users/shashank/.cargo/registry/src/github.com-1ecc6299db9ec823/jemalloc-sys-0.3.2/build.rs:392:9
note: run with RUST_BACKTRACE=1
environment variable to display a backtrace.