Re: help with gcc-3.2.3

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



boon chiaweng <booncw@xxxxxxxxxxx> 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

[Index of Archives]     [Linux C Programming]     [Linux Kernel]     [eCos]     [Fedora Development]     [Fedora Announce]     [Autoconf]     [The DWARVES Debugging Tools]     [Yosemite Campsites]     [Yosemite News]     [Linux GCC]

  Powered by Linux