質問

I installed FLTK via the msys commandline for MinGW. It all seemed to work fine but when I try to run a simple program it reports this error:

    undefined reference to 'FL_Window::FL_Window(int, int, char const*)

I would have expected that to be defined already as it's the first code example from the manual I'm trying to get working here.

役に立ちましたか?

解決

The problem was to compile from within the WinGW command line interface, not the regular windows command line.

ライセンス: CC-BY-SA帰属
所属していません StackOverflow
scroll top