こんにちは、外部ライブラリ呼び出し NTL を含めたいと思います。次のようなパスにあります:
#include "WinNTL-5_4_2/include/NTL/tools.h"
私のファイルは key.cpp で、 NTL と同じフォルダーにあります。しかし、コンパイルすると、別のエラーが発生しました..
In file included from keygen.cpp:6:0:
WinNTL-5_4_2/include/NTL/tools.h:5:24: fatal error: NTL/ctools.h: No such file or directory
compilation terminated.
ctools.h を呼び出す別のファイルが必要なため、tools.h を含めて ctools.h も機能させるにはどうすればよいですか
タイプしてみた
me@ubuntu:~/GG$ g++ keygen.cpp -o keygen -l WinNTL-5_4_2/include/
keygen.cpp:6:23: fatal error: NTL/tools.h: No such file or directory
しかし、それはまだ機能しません。