On Mon, Oct 22, 2001 at 10:43:00PM +0200, Klaus Naumann wrote: > > 1. You don't compile shared libraries with -fpic/-fPIC. > > 2. Even if you do, you may overflow GOT table. > > Well, even adding -fpic doesn't help a whole lot. > What is a GOT table ? And do you see any fix for the problem ? -fpic is default on Linux/MIPS and as such adding that option won't have any effect. Ralf