Ashwani Bhat wrote: > I have build gcc-v4.1.1 on Linux AMD x86_64. Under "lib" directory, > I see many 32 bit libraries getting built. I was wondering if I can > avoid ending up building 32 bit libraries. I want only 64 bit > libraries under "lib" directory. You should add --disable-multilib to your configure line. You also don't need to specify --mandir, --infodir and --with-local-prefix. It will use those values by default based on your --prefix. Rup. ______________________________________________________________________ This email has been scanned by the MessageLabs Email Security System. For more information please visit http://www.messagelabs.com/email ______________________________________________________________________