msgpack / msgpack-c

MessagePack implementation for C and C++ / msgpack.org[C/C++]
Other
3.03k stars 883 forks source link

Sierra OsX Undefined symbols for architecture x86_64 #573

Open Horki opened 7 years ago

Horki commented 7 years ago

Scanning dependencies of target msgpack [ 50%] Building CXX object CMakeFiles/msgpack.dir/hello.cc.o [100%] Linking CXX executable msgpack Undefined symbols for architecture x86_64: "_msgpack_zone_init", referenced from: _main in hello.cc.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[3]: [msgpack] Error 1 make[2]: [CMakeFiles/msgpack.dir/all] Error 2 make[1]: [CMakeFiles/msgpack.dir/rule] Error 2 make: [msgpack] Error 2

redboltz commented 7 years ago

What is your question?

redboltz commented 7 years ago

Could you post hello.cc?