public inbox for gcc-help@gcc.gnu.org
 help / color / mirror / Atom feed
* Re: AMD FX-51 64 bit gcc 3.4 make bootstrap error
@ 2004-05-12 23:46 Dara Hazeghi
  2004-05-13 19:08 ` Bob Barton
  0 siblings, 1 reply; 3+ messages in thread
From: Dara Hazeghi @ 2004-05-12 23:46 UTC (permalink / raw)
  To: bob.barton; +Cc: gcc-help

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 

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: AMD FX-51 64 bit gcc 3.4 make bootstrap error
  2004-05-12 23:46 AMD FX-51 64 bit gcc 3.4 make bootstrap error Dara Hazeghi
@ 2004-05-13 19:08 ` Bob Barton
  0 siblings, 0 replies; 3+ messages in thread
From: Bob Barton @ 2004-05-13 19:08 UTC (permalink / raw)
  To: Dara Hazeghi; +Cc: gcc-help

Thank you Dara
Your suggestion to use the --disable-multilib worked. The other option,
to install the i386 rpms did not work because of many dependency
conflicts. 

On Wed, 2004-05-12 at 17:45, Dara Hazeghi wrote:
> 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
-- 
Bob Barton <bob.barton@ualberta.ca>
Chemical & Materials Engineering University of Alberta

^ permalink raw reply	[flat|nested] 3+ messages in thread

* AMD FX-51 64 bit gcc 3.4 make bootstrap error
@ 2004-05-12 22:04 Bob Barton
  0 siblings, 0 replies; 3+ messages in thread
From: Bob Barton @ 2004-05-12 22:04 UTC (permalink / raw)
  To: gcc-help

I am trying to install gcc 3.4.0 for the 64 bit AMD FX-51 processor
running RedHat Enterprise 3 WS. The process seems to get quite a ways
along when I get the following error

/usr/bin/ld: cannot open crti.o: No such file or directory
collect2: ld returned 1 exit status
make[3]: *** [32/libgcc_s_32.so] Error 1
make[3]: Leaving directory `/home/barton/gcc-obj/gcc'
make[2]: *** [stmp-multilib] Error 2
make[2]: Leaving directory `/home/barton/gcc-obj/gcc'
make[1]: *** [stage1_build] Error 2
make[1]: Leaving directory `/home/barton/gcc-obj/gcc'
make: *** [bootstrap] Error 2

the only crti.o file I can find on the system is /usr/lib64/crti.o. If I
make a link at /usr/lib to there I then get message that lc cannot be
found. I did some checking around and the mailing lists I browsed mainly
dealt with cross-compiling; all I want is the native build to work.

Suggestions and pointers welcomed.

-- 
Bob Barton <bob.barton@ualberta.ca>
Chemical & Materials Engineering University of Alberta

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2004-05-13 19:08 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2004-05-12 23:46 AMD FX-51 64 bit gcc 3.4 make bootstrap error Dara Hazeghi
2004-05-13 19:08 ` Bob Barton
  -- strict thread matches above, loose matches on Subject: below --
2004-05-12 22:04 Bob Barton

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).