我在我的 C++ 项目 QwtPlot3d 和带有-D_GLIBCXX_PROFILE
标志的 GCC 4.6 中使用。当我的项目尝试链接时,我收到错误消息:
undefined reference to Qwt3D::MeshPlot::createDataset(std::__profile::vector<Qwt3D::Triple,
std::allocator<Qwt3D::Triple> > const&,
std::__profile::vector<std::__profile::vector<unsigned int,
std::allocator<unsigned int> >,
std::allocator<std::__profile::vector<unsigned int,
std::allocator<unsigned int> > > > const&, bool)
有什么建议么?