From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jeffrey A Law To: drepper@cygnus.com (Ulrich Drepper) Cc: binutils@sourceware.cygnus.com Subject: Re: Dealing with broken ELF libraries Date: Wed, 01 Sep 1999 16:11:00 -0000 Message-id: <24060.936226931@upchuck.cygnus.com> References: X-SW-Source: 1999-09/msg00005.html In message < m3u2peme50.fsf@localhost.localnet >you write: > Jeffrey A Law writes: > > > We might be able to do something like recognize that LINK refers to a sec > tion > > that is not of type STRTAB (and then fall back to looking for .dynsym's > > string table). > > Seems to be the most logical solution (and not to hard to implement). That's what I'm using internally while I fart around with other stuff that I'm going to need to perform dynamic linking. It turns out that you can't do a pure static link on hpux11 -- too many things missing from hp's libraries. So we've got to make dynamic linking work from day 1. Ugh so much for building some quick code I can use to test basic relocations. :( jeff