g++ fltk-config command is not working on Windows10
by xg3571 from LinuxQuestions.org on (#6CT4B)
I'm reading bjarne stroustrup's PPP book and I must make working fltk on windows to read this book
to build code with ms libraries and fltk I need to use this command like:
Code:g++ `fltk-config --cxxflags` test.cpp `fltk-config --ldflags` -o testbut result is like:
g++.exe: error: fltk-config --cxxflags: No such file or directory
how can I fix this
to build code with ms libraries and fltk I need to use this command like:
Code:g++ `fltk-config --cxxflags` test.cpp `fltk-config --ldflags` -o testbut result is like:
g++.exe: error: fltk-config --cxxflags: No such file or directory
how can I fix this