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 a similar problem when compiling zeromq (zmq) into my project. Adding -lstdc++ to the link line in my makefile solved the problem.