あなたの助けが必要です。
Windows 8 に制約ベースのシステムとアプリケーションを開発するためのツールキットGecode 4.4.0と、コンパイラ C++ Dev C++ 5.9.2をインストールしましたが、最初のプログラムや、挿入。
メイクファイルが必要だと読みましたが、実際にはまだコンパイルまたは実行に成功していません。
コンパイルコマンド:
g++.exe -D__DEBUG__ main.o sat.o -o TestGecode.exe -L"C:/Program Files (x86)/Dev-Cpp/MinGW64/lib32" -L"C:/Program Files (x86)/Dev- Cpp/MinGW64/x86_64-w64-mingw32/lib32" -static-libgcc -L"C:/Program Files (x86)/Gecode/include" -m32 -g3
出力エラー:
sat.o: 関数
ZN6Gecode9ExceptionD2Ev': c:/program files (x86)/dev-cpp/mingw64/x86_64-w64-mingw32/include/gecode/support/exception.hpp:46: undefined reference to
_imp___ZTVN6Gecode9ExceptionE' 内 sat.o: 関数ZN6Gecode15MemoryExhaustedC1Ev': c:/program files (x86)/dev-cpp/mingw64/x86_64-w64-mingw32/include/gecode/support/exception.hpp:90: undefined reference to
_imp___ZN6Gecode9ExceptionC2EPKcS2_' 内 sat.o: 関数 `ZNK6Gecode9PosChoice7archiveERNS_7ArchiveE' 内: ...