Undefined symbol confusion

Daniel Jacobowitz drow@false.org
Fri Oct 17 13:32:00 GMT 2008


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



More information about the Binutils mailing list