编译 libmonosgen-2.0.a 到工程时,link 阶段会报以下错误:

undefined reference to symbol 'shm_unlink@@GLIBC_2.2.5'
DSO missing from command line

解决方法是在链接参数中加入 -lstdc++ 即可。