[nanomsg] Re: my debug build is missing symbols: no debug info

  • From: Laurent Alebarde <l.alebarde@xxxxxxx>
  • To: nanomsg@xxxxxxxxxxxxx
  • Date: Wed, 15 Jan 2014 11:45:34 +0100

Le 15/01/2014 01:42, Jason E. Aten a écrit :
Either you aren't building your executable with -g, or you aren't linking against the debug library. Or the flags were insufficient and the library didnt get built with -g. The way to proceed is to make verbose=1 ; or similar, to verify by inspection that the -g is being applied at each compilation step.
Thanks Jason.It was actually a link problem. cf
http://stackoverflow.com/questions/21119129/my-debug-build-under-linux-gcc-is-missing-symbol-information-for-some-of-them


Other related posts: