-
Bug
-
Resolution: Fixed
-
P3
-
9
-
None
-
b150
-
linux
In the build, we have a global setting for linking libstdc++ static or dynamic on Linux. All libraries and executables that go in the product honor this setting. The gtestLauncher currently doesn't. This causes trouble in testing where some machines might not have the 32bit libstdc++.so installed. Since installing that library is not needed for just running the product, it's awkward to have to install it to run certain tests.
I have tried linking gtestLauncher static. The file actually comes out a little bit smaller, so there is no footprint overhead. The tests still pass.
I have tried linking gtestLauncher static. The file actually comes out a little bit smaller, so there is no footprint overhead. The tests still pass.