On Wed, 29 Aug 2018 at 09:28, Jonathan Wakely wrote: > > On Wed, 29 Aug 2018 at 07:25, Vyshnav A V wrote: > > > > Hi, > > > > When we are building gcc of 64 bit and trying to install it is asking for > > libgcc_s_so.1 and to satisfy this dependency we need to install libgcc > > package of 32 bit also. > > > > Can you tell us how we can exclude this 32 bit libgcc dependency from this > > 64bit gcc? > > Add --disable-multlib to the configure arguments. Oops, that's a typo, it should say --disable-multilib > https://gcc.gnu.org/wiki/FAQ#gnu_stubs-32.h