On Tue, May 09, 2000 at 08:11:29PM -0700, Michael I Gold wrote:

> > its definitely the way to go, but my impression was that 
> > gcc/ld didn't support such things on linux yet
> 
> Mea culpa, you are correct.

Not only that, but the runtime linker does not work in a "hierarchical"
fashion--ie, if you define a symbol local to some lib.so, and a symbol
with the same name is defined in the base binary, there is no
guarantee that the lib.so will pickup it's *own* symbol when trying to
resolve it.

This is a very nasty problem with porting software to Linux right now.

m.

-- 
Programmer             "Ha ha." "Ha ha." "What are you laughing at?"
Loki Software                      "Just the horror of being alive."
http://lokigames.com/~briareos/                   - Tony Millionaire

Reply via email to