Ok i understand so static libstdc++.so.6 is not needed anymore
On Thu, Jan 23, 2014 at 11:17 AM, Alex Peshkoff wrote:
> 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_6
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
> (0x7f0e4bf08000)
This is dynamic library. And yes, all our binaries except libfbclient
are u
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 (0x7f0e4bf08000)
On Wed, Jan 22, 2014 at 9:01 PM, Philippe Makowski
wrote:
> 2014/1/22 marius adrian popa :
>> I observed that libstdc++-static is re
2014/1/22 marius adrian popa :
> I observed that libstdc++-static is required in epel7 firebird build
>
not only in epel7
> Maybe is a good idea to enable g++ -static-libstdc++ for the tar.gz
> installers for firebird (so it will use the static libstdc++ instead
> of a shared library)
what do you