[Nix-dev] Re: stdenv-linux depending on bootstrap-tools in stdenv-updates
Peter Simons
simons at cryp.to
Thu Aug 5 14:26:59 CEST 2010
Hi Lluís,
> Link libstdc++.a instead of libstdc++.so. I read in a blog post that
> this disallows further "dlopen" of shared objects with c++:
> http://www.trilithium.com/johan/2005/06/static-libstdc/
the article points out correctly that mixed static/dynamic linkage of
libgcc is going to cause trouble, but that is an entirely different
issue.
Take care,
Peter
More information about the nix-dev
mailing list