我正在尝试使用CGAL编译程序并链接到Boost。当我运行链接器时:
g++ -Wl,-O1 -Wl,-rpath,/home/name/Qt/5.4/gcc_64 -Wl,-rpath,/home/name/Qt/5.4/gcc_64/lib -o meld main.o mainwindow.o test.o moc_mainwindow.o -lCGAL -lgmp -lmpfr -lboost_system -L/home/name/Qt/5.4/gcc_64/lib -lQt5Widgets -lQt5Gui -lQt5Core -lGL -lpthread
并获得错误
main.o: In function `global constructors keyed to main.cpp':
main.cpp:(.text+0x3f): undefined reference to `boost::system::generic_category()'
我做错了什么?我看到了几个类似问题的答案,但似乎没有一个对我有用。