我是C ++的新手。我正在尝试编译curlpp附带的示例代码。我已经使用了命令
g++ `/usr/local/bin/curlpp-config --cflags` `/usr/local/bin/curlpp-config --libs` example01.cpp
我收到一个引用清理功能的错误 " /tmp/ccCfY4Ok.o:example01.cpp :(。text + 0x26):未定义引用`curlpp :: Cleanup :: Cleanup()'"
我做错了什么?