このコードは正常にコンパイルされます:
#include <boost\regex.hpp>
int main() {
boost::regex reg("[a-z]+");
}
しかし、リンクに関してはエラーメッセージがあります:
d:/mingw/bin/../lib/gcc/i686-w64-mingw32/4.7.2/../../../../i686-w64-mingw32/bin/ld.exe: final link failed: Invalid operation
collect2.exe: error: ld returned 1 exit status
コマンドラインでどのオプションを指定する必要がありますか? 私の現在のスイッチは次のとおりです。
-I "d:\mingw\include" -I "d:\boost" -Os -s -o "test.exe" "test.cpp" -std=c++11 -ftree-vectorize -static