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]
Other format: [Raw text]

Re: Shared library question


On Wed, Jul 17, 2002 at 03:03:28PM +0400, Zagorodnev, Grigory wrote:
> >If you'll do:
> >VER_1.0 { global: foo; bar; baz; local: *; };
> >VER_1.1 { } VER_1.0;
> >and .symver __real_foo, foo@VER_1.0
> >then program/libs linked against non-versioned foo will resolve to
> >foo@VER_1.0, while ld won't use foo.
> 
> Well...
> This solution works fine for small test-cases. But I have problems running
> huge real application. Same conditions, same library, same symbol
> information in the application but ld.so does not resolve reference to
> foo@VER_1.0.
> 

It should work. You need to provide more info.


H.J.


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