This is the mail archive of the binutils@sourceware.org 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]
Other format: [Raw text]

Re: Undefined symbol confusion


On Fri, Oct 17, 2008 at 08:58:06AM -0400, Burlen Loring wrote:
> Hi all,
>
> I  have ran into another strange (at least to me) undefined symbol  
> situation. What I don't understand is why these symbols are undefined,  
> because when the library was linked there was a "-l" that pointed to the  
> library containing these symbols.

That will leave them undefined *in the new library*.  They'll be
resolved at runtime to the old library.

-- 
Daniel Jacobowitz
CodeSourcery


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