Re: Woody: Relocation error when calling stat/fstat from shared library

2002-03-05 Thread Ben Collins
On Tue, Mar 05, 2002 at 02:20:05PM +0100, Leif Thuresson wrote: > I have come across a strange bug in woody when createing a shared > library. > If I make a shared library and calls the glibc functions stat() or > fstat() from > within my shared library I get a relocation error when I run a progr

Woody: Relocation error when calling stat/fstat from shared library

2002-03-05 Thread Leif Thuresson
I have come across a strange bug in woody when createing a shared library. If I make a shared library and calls the glibc functions stat() or fstat() from within my shared library I get a relocation error when I run a program using my library. If I don't call stat/fstat but only other glibc fu