On Thu, 17 May 2012, Andrew E Slaughter wrote: > It is a flag issue, as you suggested. My example program works when > I include the -D_GLIBCXX_DEBUG flag, but the linker error occurs > without it. > > In my actual program this compiler flag does not work with > Boost::program_options that I use (link), are there any other GLIBXX > related flags that may work, or am I out of luck?
Unless you recompile a separate boost library with that flag defined, you're probably out of luck. I'm in the same situation with one system I use, and there I just do my debugging in devel mode. --- Roy ------------------------------------------------------------------------------ Live Security Virtual Conference Exclusive live event will cover all the ways today's security and threat landscape has changed and how IT managers can respond. Discussions will include endpoint security, mobile security and the latest in malware threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/ _______________________________________________ Libmesh-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/libmesh-users
