Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
MinGW の msys コマンドラインから FLTK をインストールしました。すべて正常に動作しているように見えましたが、単純なプログラムを実行しようとすると、次のエラーが報告されます。
undefined reference to 'FL_Window::FL_Window(int, int, char const*)
ここで作業しようとしているマニュアルの最初のコード例であるため、既に定義されていると予想していました。
問題は、通常の Windows コマンド ラインではなく、WinGW コマンド ライン インターフェイス内からコンパイルすることでした。