当我尝试编译使用该库的代码时出现以下错误
http://msgpack.org/,我尝试了 C++ 部分的第一个示例(库文档)
g++ hello.cc -lmsgpack -o hello
/usr/local/lib/libmsgpack.so: undefined reference to `__sync_sub_and_fetch_4'
任何帮助都是可观的..
g++ 版本详情..
$ g++ -v 使用内置规范。目标:i386-redhat-linux 配置:../configure --prefix=/usr --mandir=/usr/share/man --infodir=/usr/share/info --enable-shared --enable-threads =posix --enable-checking=release --with-system-zlib --enable-__cxa_atexit --disable-libunwind-exceptions --enable-libgcj-multifile --enable-languages=c,c++,objc,obj-c++ ,java,fortran,ada --enable-java-awt=gtk --disable-dssi --enable-plugin --with-java-home=/usr/lib/jvm/java-1.4.2-gcj-1.4。 2.0/jre --with-cpu=generic --host=i386-redhat-linux 线程模型:posix gcc 4.1.2 20080704 (Red Hat 4.1.2-46)