我正在尝试从ubuntu运行基本邮票。我下载了bstamp.sourceforge.net。我尝试使用gcc与-lstdc++和g++更改makefile。请建议解决办法。卡了好几个小时。bstamp_tokenize.cpp的源代码在这里:http://pastebin.com/Q9f1m2iGbstamp_run的源代码在这里:http://pastebin.com/KLEf8SBF
这是我得到的错误:
**main_server@main-server:~/Desktop/bstamp$ bstamp_tokenize robot.bs2 robot.tok
/usr/local/lib/libbstamptokenizer.so: undefined symbol: __gxx_personality_v0: Success
./tokenizer.so: undefined symbol: __gxx_personality_v0: Success**
您应该在编译行中添加-lgnustl_static
以使其运行。