Binutils 2.11.x problems with oracle 9i

H . J . Lu hjl@lucon.org
Wed Jun 27 17:31:00 GMT 2001


On Tue, Jun 26, 2001 at 08:51:29PM -0500, Anant Kabra wrote:
> Hi,
> 
> Sorry I was having some lvm problems so I coulden't reply earlier. Here is
> the output of nohup ld -verbose
> 
> -- Anant

The first undefined symbol error is

skgfr.o(.text+0x125): undefined reference to `__cmpdi2'

__cmpdi2 is defined in libgcc.a. Since you didn't have -lgcc in your
command line, the linker complained. It is normal. However, I don't
think the linker should complain undefined symbols in DSOs used for
build. Alan, what happened to your patch:

http://sources.redhat.com/ml/binutils/2001-02/msg00094.html

I'd like to see it in.

Thanks.


H.J.



More information about the Binutils mailing list