Said library was libiberty.a. The easiest way is to remove libiberty.a from the library search path. Baring that rebuild libiberty.a with -fPIC.
Maybe I'll write this up somewhere :) -Rms On Thu, 21 Sep 2000, Scott Bambrough wrote: > You have linked in a library that isn't compiled with -fPIC. > > > Norman Bright wrote: > > > > I have been tinkering with mozilla on a netwinder and have run across the > > R_ARM_PC24 problem. Everything is compiled > > with -fPIC but the functions like string, memcpy show up with R_ARM_PC24. > > Any > > idea what I did wrong? > > > > > >

