libstdc++: DSO missing from command line

前端 未结 4 2076
无人及你
无人及你 2021-02-19 00:29

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

4条回答
  •  感情败类
    2021-02-19 01:17

    I had a similar problem when compiling zeromq (zmq) into my project. Adding -lstdc++ to the link line in my makefile solved the problem.

提交回复
热议问题