This is the mail archive of the libc-alpha@sources.redhat.com mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: mozilla build problem with current libc cvs?


Ulrich Drepper wrote:
> 
> Jack Howarth <howarth@bromo.med.uc.edu> writes:
> 
> > ./regxpcom: error while loading shared libraries: /var/tmp/mozilla-root/usr/lib/mozilla/libnspr4.so: undefined symbol: fstat
> >
> 
> This means that this DSO is built incorrectly.  There never can be a
> dynamic reference to fstat since fstat is only defined in
> libc_nonshared.a.

Yes, there was a bug in the NSPR autoconf switchover which caused
libnspr4.so to not be explicitly linked against -lc.  This has been
fixed on the mozilla tip.

- cls


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]