On 01/23/14 13:06, marius adrian popa wrote: > For example ldd for fbserver in tar.gz > > opt firebird bin $ ldd ./fbserver > ... > libstdc++.so.6 => /usr/lib/x86_64-linux-gnu/libstdc++.so.6 > (0x00007f0e4bf08000)
This is dynamic library. And yes, all our binaries except libfbclient are using dynamic c++ support. libfbclient is a historical exception. When linux was changing from libstdc++.so.5 to libstdc++.so.6 it was very hard to provide single client library working in all distros - some requied .5, other .6. Therefore as a compromise static c++ support was used. In FB3 libfbclient is using dynamic c++ cause it's not standalone library any more - it's loading various plugins, and keeping static c++ support in it makes absolutely no sense any more. ------------------------------------------------------------------------------ CenturyLink Cloud: The Leader in Enterprise Cloud Services. Learn Why More Businesses Are Choosing CenturyLink Cloud For Critical Workloads, Development Environments & Everything In Between. Get a Quote or Start a Free Trial Today. http://pubads.g.doubleclick.net/gampad/clk?id=119420431&iu=/4140/ostg.clktrk Firebird-Devel mailing list, web interface at https://lists.sourceforge.net/lists/listinfo/firebird-devel