On Fri, Apr 24, 2009 at 08:36, Taco Hoekwater wrote:
Mojca Miklavec wrote:
Haha ! with this tip I get an error message from 'pdftex' : libstdc++.so.5 ... No such file ...
Taco, what's the state with this particular library dependency?
Not 100% sure but I think it should be better now (or at least soon), as Thanh wrote he has updated the build script for pdftex.
One thing to remember is that to make pdftex use a static libstdc++, the machine you are compiling pdftex on has to have the static version of libstdc++ installed.
I have checked. There are both libstdc++5 and libstdc++5-3.3-dev pacakges installed on Debian and locate showed both ".so" and ".a" file, but I figured out that it also has libstdc++6 (which was not installed). How does pdftex building process decide which one to use in case that both are installed? Mojca