This is the mail archive of the gcc-help@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: AMD FX-51 64 bit gcc 3.4 make bootstrap error


Hello,

it sounds as if you're missing the i386 compatibility
libraries (and gcc 3.4.0 by default tries to allow
32bit and 64bit codegen on x86_64). If you don't care
about generating i386 code, reconfiguring with
--disable-multilib and building should solve the
problem. Otherwise, you probably need to install i386
glibc and glibc-devel rpms.

Dara


	
		
__________________________________
Do you Yahoo!?
Yahoo! Movies - Buy advance tickets for 'Shrek 2'
http://movies.yahoo.com/showtimes/movie?mid=1808405861 


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]