Page 2 of 2

Re: Nagios core mk-livestatus install error

Posted: Mon Oct 28, 2019 8:03 am
by ddro90
I have a one more question, in man g++ I can find the following:

-static-libstdc++
When the g++ program is used to link a C++ program, it normally automatically links against libstdc++. If libstdc++ is available as a shared
library, and the -static option is not used, then this links against the shared version of libstdc++. That is normally fine. However, it is
sometimes useful to freeze the version of libstdc++ used by the program without going all the way to a fully static link. The -static-
libstdc++ option directs the g++ driver to link libstdc++ statically, without necessarily linking other libraries statically.

So, can I run the command without this option? Would the compilation be correct?

Thanks!

Re: Nagios core mk-livestatus install error

Posted: Mon Oct 28, 2019 8:59 am
by scottwilkerson
This would be a question for the mk-livestatus developers