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*)
我本来希望它已经被定义,因为它是我试图在这里工作的手册中的第一个代码示例。
问题是从 WinGW 命令行界面中编译,而不是常规的 Windows 命令行。