public inbox for gcc-help@gcc.gnu.org
 help / color / mirror / Atom feed
* help with gcc-3.2.3
@ 2010-03-31 18:51 boon chiaweng
  2010-04-07 14:49 ` Ian Lance Taylor
  0 siblings, 1 reply; 2+ messages in thread
From: boon chiaweng @ 2010-03-31 18:51 UTC (permalink / raw)
  To: gcc-help


Hi,

I have been trying to install gcc-3.2.3, and ran into this error:
/usr/bin/ld: error in /home/chiab/gcc/gcc/crtend.o(.eh_frame); no .eh_frame_hdr table will be created.

This is the background information:  My current compiler is gcc-3.4.6.  I have downloaded the patch for
gcc-3.2.3 from the archive:  http://gcc.gnu.org/ml/gcc-help/2008-07/msg00077.html.  And, ran into few other errors, which I've found the solution online.  At
the moment, my configure command is:  /home/chiab/gcc-3.2.3/configure --disable-multilib
--enable-languages=c++ --prefix=/usr/local/gcc-3.2.3

I would appreciate your assistance.  I need gcc-3.2.3 because Numerical Algorithm Groups (NAG) C-library requires this particular version of gcc.
Yours,

Boon



 		 	   		   		 	   		  
_________________________________________________________________
Hotmail: Free, trusted and rich email service.
https://signup.live.com/signup.aspx?id=60969

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

* Re: help with gcc-3.2.3
  2010-03-31 18:51 help with gcc-3.2.3 boon chiaweng
@ 2010-04-07 14:49 ` Ian Lance Taylor
  0 siblings, 0 replies; 2+ messages in thread
From: Ian Lance Taylor @ 2010-04-07 14:49 UTC (permalink / raw)
  To: boon chiaweng; +Cc: gcc-help

boon chiaweng <booncw@hotmail.com> writes:

> I have been trying to install gcc-3.2.3, and ran into this error:
> /usr/bin/ld: error in /home/chiab/gcc/gcc/crtend.o(.eh_frame); no .eh_frame_hdr table will be created.

That is just a warning.  It means that the compiler passed the
--eh-frame-hdr option to the linker, but the linker is unable to
create it.  You didn't really say when the error occurred, but perhaps
the linker is unable to recognize the exception frame information
generated by your old version of gcc.

Ian

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

end of thread, other threads:[~2010-04-07 14:49 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2010-03-31 18:51 help with gcc-3.2.3 boon chiaweng
2010-04-07 14:49 ` Ian Lance Taylor

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).