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