Jonathan Wakely <jwakely....@gmail.com> writes: > On 31 July 2013 20:44, Matthias Klose wrote:
>> if you mention distribution specific packages, please add the ones needed for >> some distributions. For Debian/Ubuntu this would be g++-multilib if the >> architecture is multilib'ed, g++ otherwise. > That's not the package that provides gnu/stubs-32.h, is it? I thought > it was something like libc6-dev-i386? Please correct > http://gcc.gnu.org/wiki/FAQ#gnu_stubs-32.h if I'm wrong. gcc-multilib and g++-multilib depend on all the various packages that you need to have. They will, among other things, install libc6-dev-i386. For example, on a current wheezy system, you will see the following dependency chain: gcc-multilib -> gcc-4.7-multilib -> libc6-dev-i386 but also various other things like lib32gcc1. -- Russ Allbery (r...@stanford.edu) <http://www.eyrie.org/~eagle/>