This is the mail archive of the
gcc-help@gcc.gnu.org
mailing list for the GCC project.
Re: linker problem
- To: thomas dot porschberg at osp-dd dot de
- Subject: Re: linker problem
- From: hiufungeric dot tse at utoronto dot ca
- Date: Fri, 12 Oct 2001 13:39:04 -0400 (EDT)
- Cc: gcc-help at gcc dot gnu dot org
- References: <15303.6437.249510.396789@porschberg.osp-dd.de>
I installed a binary version of gcc3.0.1 on an ia64 machine and
encounter a linker error:
/usr/bin/ld: section .debug_info [0000000000000000 -> 0000000001f173a1]
overlaps section .hash [0000000000000120 -> 00000000000049ab]
/usr/bin/ld: section .debug_abbrev [0000000000000000 -> 0000000000026601]
overlaps section .hash [0000000000000120 -> 00000000000049ab]
/usr/bin/ld: section .debug_line [0000000000000000 -> 000000000006e873]
overlaps section .hash [0000000000000120 -> 00000000000049ab]
/usr/bin/ld: exit status
make: *** [finally_chunk.so] Error 1
How to overcome this problem ?
thanks
eric