This is the mail archive of the binutils@sources.redhat.com mailing list for the binutils project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: Binutils 2.11.x problems with oracle 9i


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.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]