I am having trouble implementing a gtkmm application\'s makefile. I have implemented a simple solution, however, I am getting the following error:
g++ -Wall
I had same problem it was solved by addiing -lstdc++ in command line.